@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 {}

.bg_upper {
    background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/bg-fv.jpg) no-repeat;
	background-size: cover;
}

.section {
    position: relative;

    .section__inner {
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0 58px;
        position: relative;

        &.section__inner--wallpaper {
            padding-top: 100px;
            padding-bottom: 22px;
        }

        &.section__inner--packing {
            padding-top: 78px;
            padding-bottom: 50px;
        }

        &.section__inner--standard {
            padding: 108px 15px 60px;
        }
    }

    .section__title {
        font-size: 19px;
        position: relative;
        font-weight: bold;
        text-align: center;
        line-height: 1.3;

/*        &.section__title--white-stroke {
            text-shadow: 2px 2px 0 #f9f9f9, -2px 2px 0 #f9f9f9, -2px -2px 0 #f9f9f9, 2px -2px 0 #f9f9f9;
        }
*/

        &::before {
            content: '';
            display: block;
            width: 100%;
			aspect-ratio: 625/56;
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/combination.png);
            background-repeat: no-repeat;
            background-size: 90%;
            background-position: center;
            position: absolute;
            top: -40px;
        }

        &.section__title--wallpaper {
			font-size: 19px;
			
            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/wallpaper.png);
				background-repeat: no-repeat;
				background-size: contain;
                height: 27px;
            }
        }

        &.section__title--packing {
            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/packingbox.png);
                height: 23px;
            }
        }

        &.section__title--standard {
            &::before {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/standard.png);
				background-size: contain;
                height: 21px;
            }
        }
    }

    .section__description {
        font-size: 13px;
        margin-top: 20px;
/*		margin-bottom: 100px; */
        line-height: 1.8;
        text-align: center;

/*        &.section__description--white-stroke {
            text-shadow: 2px 2px 0 #f9f9f9, -2px 2px 0 #f9f9f9, -2px -2px 0 #f9f9f9, 2px -2px 0 #f9f9f9;
        }
*/
    }
}

/* float-button
---------------------------------------------------- */
.float-button {
    position: fixed;
    border-radius: 5px;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    width: calc(100% - 77px);

    .float-button__link {
        position: relative;
        display: block;
        background-color: rgb(0 0 0 / .8);
        border-radius: 5px;
        padding: 6px 0;
        box-sizing: border-box;
        overflow: visible;

        &::before {
            position: absolute;
            content: '';
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/float-character.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 35px;
            height: 52px;
            left: 13px;
            bottom: 4px;
        }

        &::after {
            position: absolute;
            content: '';
            background: #fff;
            height: calc(tan(60deg) * 6px / 2);
            width: 6px;
            clip-path: polygon(0 0, 100% 0, 50% 100%);
            top: 50%;
            right: 14px;
            transform: translateY(-50%);
        }
    }

    .float-button__text {
        font-size: 13px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        position: relative;
    }

    .float-button__text-emphasis {
        font-size: 16px;
    }
}

/* fv
---------------------------------------------------- */
.fv {
	padding-bottom: 0;
/*    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/fv-round.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; */

    .fv__inner {
        padding: 30px 0 0;
        max-width: 1600px;
    }
	.fv__box_item {
        width: calc(97% / 3);
        padding-bottom: 20px;
        aspect-ratio: 384 / 500;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }
	.fv__box_item.mickey {
        background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_fv_box_mickey.png) no-repeat;
        background-size: contain;
        background-position: center bottom;
    }
	.fv__box_item.pooh {
			background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_fv_box_pooh.png) no-repeat;
			background-size: contain;
			background-position: center bottom;
        }
        .fv__box_item.baymax {
			background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_fv_box_baymax.png) no-repeat;
			background-size: contain;
			background-position: center bottom;
        }
        .fv__box_item picture {
			max-width: 292px;
			padding: 0 34px;
        }
        .fv__box_item p {
			margin-top: 5%;
			font-size: 19px;
			font-weight: bold;
			text-align: center;
        }
		
        .fv__description {
            margin-top: 20px;
            font-size: 10px;
			text-align: right;
        }

    .fv__body {
        /* ?????L?????N?^?[???????????????z-index???? */
        z-index: 150;
        position: relative;
    }

    .fv__catch {
        font-size: 12px;
        font-weight: bold;
        text-align: center;
    }
	.fv__catch::before {
			width: 35px;
			height: 13px;
            content: "";
			background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/fv_catch_before.png") no-repeat;
		background-size: contain;
			background-position: 0 2px;
			display: inline-block;
        }
        .fv__catch::after {
			width: 35px;
			height: 13px;
            content: "";
			background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/fv_catch_after.png") no-repeat;
		background-size: contain;
			background-position: 0 2px;
			display: inline-block;
        }

    .fv__catch-image-wrapper {
        max-width: 190px;
        margin: 0 auto;
        margin-top: 12px;
    }

    .fv__title {
        font-size: 17.5px;
        font-weight: bold;
        text-align: center;
        margin-top: 13px;
    }

    .fv__label {
        display: flex;
        justify-content: center;
        font-size: 12px;
        background-color: #e0a76f;
        color: #fff;
        font-weight: bold;
        border-radius: 25px;
        text-align: center;
        margin: 10px auto 15px;
        padding: 4px 20px 4px 10px;
        width: 200px;
        box-sizing: border-box;
        position: relative;

        &::after {
            content: '';
            display: block;
            position: absolute;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            width: 6px;
            height: 6px;
            top: 50%;
            right: 15px;
            transform: translateY(-50%) rotate(45deg);
        }
    }

    .fv__image-wrapper {
		width: 100%;
        margin: 20px auto 20px;
    }

    .fv__description {
        text-align: center;
        margin-top: 32px;
        font-size: 7.5px;
    }

    .fv__chracter-image {
        position: absolute;
        top: 23px;
        width: 40px;
        left: 18px;

        &.fv__chracter-image--my {
            top: 116px;
            width: 40px;
            left: 45px;
        }

        &.fv__chracter-image--moominmama {
            top: auto;
            bottom: 85px;
            width: 72px;
            left: 2px;
        }

        &.fv__chracter-image--flower {
            top: auto;
            bottom: -46px;
            width: 32px;
            left: 43px;
            z-index: 100;
        }

        &.fv__chracter-image--tea {
            top: 18px;
            width: 81px;
            left: auto;
            right: -1px;
            z-index: 100;
        }

        &.fv__chracter-image--cake {
            top: 205px;
            width: 42px;
            left: auto;
            right: 13px;
            z-index: 150;
        }

        &.fv__chracter-image--chracter {
            top: auto;
            bottom: 128px;
            width: 65px;
            left: auto;
            right: -2px;
        }

        &.fv__chracter-image--snufkin {
            top: auto;
            bottom: -49px;
            width: 46px;
            left: auto;
            right: 27px;
            z-index: 100;
        }

        &.fv__chracter-image--circle01 {
            top: auto;
            bottom: -33px;
            width: 87px;
            left: auto;
            right: 0;
            z-index: 50;
        }

        &.fv__chracter-image--circle03 {
            top: 115px;
            width: 57px;
            left: auto;
            right: 0;
        }

        &.fv__chracter-image--circle02 {
            top: 196px;
            width: 48px;
            left: 0;
        }

        &.fv__chracter-image--circle04 {
            top: -26px;
            width: 79px;
            left: 96px;
        }
    }
}

/* combination
---------------------------------------------------- */
.combination {
	padding-top: 0;
	padding-bottom: 80px;
	position: relative;
	
    .combination__chracter-image_1 {
        display: none;
    }
    .combination__chracter-image_2 {
        display: none;
    }
    .combination__chracter-image_3 {
        display: none;
    }

    .combination__inner {
        padding: 86px 20px 0;
    }

    .combination__body {
        margin-top: 20px;
    }
/* combination list
---------------------------------------------------- */
    .combination__list {
		width: 100%;
		margin-top: 40px;
		background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/line.png") no-repeat;
		background-size: contain;
		background-position: bottom;
    }
    .combination__list .combination__list_box {
		width: calc(100% - 60px);
		padding: 40px 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/line.png") no-repeat;
		background-size: contain;
    }
    .combination__list .combination__list_box .combination__list-img {
		width: 94%;
	}
    .combination__list .combination__list_box .combination__list-text {
		width: 100%;
		margin-top: 10px;
		text-align: center;
	}
    .combination__list .combination__list_box .combination__list-text .combination__list__name {
		font-size: 16px;
		font-weight: bold;
    }
    .combination__list .combination__list_box .combination__list-text .combination__list__content {
		font-size: 12px;
    }


}





/* select-pattern
---------------------------------------------------- */
.select-pattern {
    .select-pattern__title {
        font-size: 12.5px;
        font-weight: bold;
        text-align: center;
		color: #c9a557;
/*        text-shadow: 2px 2px 0 #f9f9f9, -2px 2px 0 #f9f9f9, -2px -2px 0 #f9f9f9, 2px -2px 0 #f9f9f9; */
    }
        .select-pattern__title::before {
			width: 37px;
            height: 14px;
			margin-right: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select_before_mini.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}
        .select-pattern__title::after {
			width: 37px;
            height: 14px;
			margin-left: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select_after_mini.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}

    & + & {
        margin-top: 10px;
	}

	.combination__catch {
			margin: 0 auto 20px;
            text-align: center;
        }
        .combination__catch-text {
            font-size: 19px;
			font-weight: bold;
			color: #c9a557;
        }
        .combination__catch-text::before {
			width: 47px;
            height: 17px;
			margin-right: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select_before.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}
        .combination__catch-text::after {
			width: 47px;
            height: 17px;
			margin-left: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select_after.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}
	
	
    .select-pattern__list {
        margin-top: 5px;
        display: flex;
        justify-content: space-between;
        gap: 9px;
    }

    .select-pattern__item {
        min-height: 110px;
        width: calc(100% / 3 - 9px * 3 / 2);
        text-align: center;
        border-radius: 10px;
        padding: 2px;
        border: 2px solid transparent;
		aspect-ratio:10/11;

        &.is-focused {
            border: 2px solid  #000;
        }
    }

    .select-pattern__button {
        padding: 0;
        border: none;
        outline: none;
        font: inherit;
        color: inherit;
        background: none;
        border-radius: 10px;
        background-color: #cc6a68;
        font-size: 12px;
        min-width: 100%;
        height: 100%;
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;

        &:after {
            content: '';
            display: inline-block;
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-mickey.png);
            background-position: bottom center;
			background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
			aspect-ratio:20/16;
        }

        &.select-pattern__button--pooh {
            background-color: #d8c662;
			justify-content: flex-end;

            &::after {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-pooh.png);
            }
        }

        &.select-pattern__button--baymax {
            background-color: #8594bc;
			justify-content: flex-end;

            &::after {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-baymax.png);
            }
        }

        &.select-pattern__button--satin-silver {
            background-color: #efeae9;
            color: #000000;
			justify-content: center;

            &::after {
				margin-right: 0;
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/select-SatinSilver.png);
                height: 50px;
            }
        }

        &.select-pattern__button--navy-blue {
            background-color: #d7dce5;
            color: #000000;
			justify-content: center;

            &::after {
				margin-right: 0;
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/select-navyBlue.png);
                height: 50px;
            }
        }

        &.select-pattern__button--satin-gold {
            background-color: #f8ead6;
            color: #000000;
			justify-content: center;

            &::after {
				margin-right: 0;
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/select-satinGold.png);
                height: 50px;
            }
        }
    }

    .select-pattern__name {
		margin-bottom: 10px;
        font-weight: bold;
        font-size: 12px;
    }
}

/* finished-product
---------------------------------------------------- */
.finished-product {
    &.finished-product--layout {
        margin-top: 20px;
    }

    .finished-product__catch {
        text-align: center;
        font-weight: bold;
    }

    .finished-product__catch-text {
        position: relative;
        font-size: 10px;
        text-shadow: 2px 2px 0 #f9f9f9, -2px 2px 0 #f9f9f9, -2px -2px 0 #f9f9f9, 2px -2px 0 #f9f9f9;

        &::before,
        &::after {
            content: '';
            width: 1px;
            background-color: #000;
            height: 15px;
            position: absolute;
            top: 50%;
        }

        &::before {
            transform: translateY(-50%) rotate(-50deg);
            left: -15px;
        }

        &::after {
            transform: translateY(-50%) rotate(50deg);
            right: -15px;
        }
    }

    .finished-product__body {
		width: 100%;
        margin-top: 10px;
        padding: 65px 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background-image: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/bg-finish_upper.png"),url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/bg-finish_body.png),url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/bg-finish_lower.png); /*1.background-image??2?????p?X???A?J???}?????L?q*/
		background-size: 100%,100%;/*2?????????????A???????container?????????w??*/
		background-position: top,center,bottom;/*1????????????A2?????????E????z?u*/
		background-repeat: no-repeat,no-repeat,no-repeat;/
	}

	.finished-product__body .aspect_inner {
		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;
    }

    .finished-product__information {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 10px;
        position: relative;
        z-index: 150;

        & + & {
            margin-top: 20px;
        }
    }

    .finished-product__name {
        font-size: 15px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
    }

    .finished-product__product-name {
        font-size: 24px;
        font-family: "DIN 2014", "DIN 2014 Demi", "Oswald", Arial, sans-serif !important;
    }
	.finished-product__product-name span {
            font-size: 18px;
	}

    .finished-product__label {
        background-color: #000;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        width: 174px;
        padding: 2px 0;
        font-size: 12.5px;
        text-align: center;
        margin: 10px auto 0;
    }

    .finished-product__button-wrapper {
        margin: 20px auto 0;
        max-width: 250px;
        width: 100%;
    }

    .finished-product__button {
        display: block;
        text-align: center;
        border: 1px solid #000;
        padding: 14px 0;
        font-size: 11px;
        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);
        }
    }
}

/* wallpaper
---------------------------------------------------- */
.wallpaper {
	margin-top: 0;
    background-color: #fef8ea;

    &::before,
    &::after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        z-index: 100;
    }

    &::before {
        height: 5vw;
        top: -4.8vw;
        background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/yellow-arc01.png);
        
    }

    &::after {
        height: 5vw;
        bottom: -5vw;
        background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/yellow-arc02.png);
    }

    .wallpaper__chracter-image_1 {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 49px;
    }
	.wallpaper__chracter-image_2 {
        position: absolute;
        top: 10px;
        right: 20px;
        width: 67px;
    }
	

    .wallpaper__body {
        margin-top: 40px;
		padding: 0 20px;
    }
}

/* select-wallpaper
---------------------------------------------------- */
.select-wallpaper {
    display: flex;
    gap: 10px;
    align-items: center;

    &.select-wallpaper--layout {
        width: 100%;
        max-width: 330px;
        margin: 32px auto 0;

        & + & {
            margin-top: 24px;
        }
    }

    &.select-wallpaper--wallpaper-layout {
        margin-top: 29px;
    }
    &.select-wallpaper--wallpaper {
        width: 100%;
        flex-direction: column;
    }

    .select-wallpaper__title {
        font-weight: bold;
        font-size: 10px;
        text-align: center;
        position: relative;
        background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/ballon01.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        padding: 6px 2px 6px 0;
        line-height: 1.25;
        height: 46px;
        width: 101px;
        box-sizing: border-box;
        flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;

			&.select-wallpaper__title--wallpaper {
				padding-bottom: 4%;
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/ballon02.png);
                width: 216px;
                height: 51px;
            }
    }


    .select-wallpaper__list {
		width: 100%;
        display: flex;
        align-items: center;
		justify-content: space-between;
        gap: 11px;
    }
	.select-wallpaper__list--wallpaper {
		width: 80%;
        align-items: center;
		flex-direction: column;
    }

    .select-wallpaper__item {
		width: calc(100% - 110px);
        max-width: 60px;
        border-radius: 10px;
        padding: 2px;

        &.select-wallpaper__item--circle {
            width: 100%;
			max-width: 425px;
			margin-top: 6px;
        }

        &.is-focused {
            border: 2px solid #000;
        }
    }
	
	.select-wallpaper__item--circle_ttl {
		font-size: 13px;
		font-weight: bold;
		color: #c9a557;
		position: relative;
		top: -3px;
		text-align: center;
	}
	.select-wallpaper__item--circle_ttl::before {
        width: 37px;
        height: 14px;
        margin-right: 10px;
        content: "";
        background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select_before_mini.png) no-repeat;
        background-size: contain;
        background-position: 0 2px;
        display: inline-block;
    }
	.select-wallpaper__item--circle_ttl::after {
        width: 37px;
        height: 14px;
        margin-left: 10px;
        content: "";
        background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select_after_mini.png) no-repeat;
        background-size: contain;
        background-position: 0 2px;
        display: inline-block;
    }

    .select-wallpaper__color-item {
        width: calc(100% - 110px);
        max-width: 60px;
        height: 40px;
        border-radius: 10px;
        padding: 2px;

        &.is-focused {
            border: 2px solid #000;
        }
    }

    .select-wallpaper__color-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/ec/img/usr/freepage/disney/lp/img/sp/select-warmWhite02.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        
        &.select-wallpaper__color-button--navy-blue {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-navyBlue02.png);
        }

        &.select-wallpaper__color-button--satin-gold {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-satinGold02.png);
        }

    }

    .select-wallpaper__button-list {
        display: flex;
        justify-content: center;
        gap: 23px;
    }

    .select-wallpaper__button-list-item {
        width: 75px;
        height: 75px;
        flex-shrink: 0;

        &.is-focused {
            content: '';
            display: block;
            border: 2px solid #000;
            border-radius: 50%;
        }
    }

    .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/ec/img/usr/freepage/disney/lp/img/sp/select-character-mickey01.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        transform: translateY(3px);

        &.select-wallpaper__button--mickey02 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-character-mickey02.png);
        }

        &.select-wallpaper__button--mickey03 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/select-character-mickey03.png);
        }

        &.select-wallpaper__button--pooh01 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-pooh01.png);
        }

        &.select-wallpaper__button--pooh02 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-pooh02.png);
        }

        &.select-wallpaper__button--pooh03 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-pooh03.png);
        }

        &.select-wallpaper__button--baymax01 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-baymax01.png);
        }

        &.select-wallpaper__button--baymax02 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-baymax02.png);
        }

        &.select-wallpaper__button--baymax03 {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-baymax03.png);
        }
    }
}


/* packing box
---------------------------------------------------- */
.packing {
    /* background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/packing-bg.png); */

    .packing__chracter-image {
        position: absolute;
        width: 58px;
        top: 30px;
        left: 12px;
    }

    .packing__image-container {
        display: flex;
        gap: 18px;
        margin-top: 20px;
        flex-direction: column;
    }

    .packing__image-wrapper {
        max-width: 280px;
        margin: 0 auto;
    }
}

/* standard
---------------------------------------------------- */
.standard {
	margin-top: 0;
	background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_standard.jpg) no-repeat;
	background-size: 100% 100%;
/*    background-color: #ffebd7;*/
	
	&::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__body {
        z-index: 150;
        position: relative;
		
		.section__description {
			margin-top: 25px;
			margin-bottom: 40px;
		}
    }

    .standard__chracter-image {
        position: absolute;
        top: 85px;
        width: 50px;
        right: 12px;

        &.standard__chracter-image--floren {
            width: 43px;
            top: 193px;
            left: 9px;
        }
    }

    .standard__lineup-wrapper {
        margin-top: 27px;
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

    .standard__copyright {
        margin: 20px 0 0 auto;
        max-width: 125px;
    }
}

.standard-lineup {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 25px 30px;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;

    &.standard-lineup--note {
        background-color: #fff;
    }

    .standard-lineup__catch {
        font-size: 12px;
        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: 12px;
        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: 24px;
        line-height: 1.3;
    }
    .standard-lineup__product-name span {
		font-size: 18px;
    }
    .standard-lineup__product-name span.sm {
		font-size: 14.5px;
    }
    .standard-lineup__label {
        background-color: #000;
        color: #fff;
        font-weight: bold;
        width: 178px;
        text-align: center;
        font-size: 12.5px;
        margin: 8px auto 0;

        &.standard-lineup__label--note {
            color: #fff;
        }
    }

/*    .standard-lineup__point-list-wrapper {
        text-align: center;
    }*/

    .standard-lineup__point-list {
        margin-top: 15px;
        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: 17px;
    }

    .standard-lineup__button {
        display: block;
        text-align: center;
        border: 1px solid #000;
        padding: 14px 0;
        font-size: 11px;
        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: 8px;
    }

    .standard-lineup__link {
        color: #000;
        font-size: 11px;
		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 {
        margin-top: 20px;
        width: 290px;
        position: relative;
        text-align: center;

        &.standard-lineup__image-wrapper--note {
            width: 250px;
			position: relative;
        }
    }

    .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 {}
	.bg_upper {
		background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg-fv.jpg) no-repeat;
		background-size:cover;
	}
    .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/ec/img/usr/freepage/disney/lp/img/pc/combination.png);
				background-size: contain;
                top: -63px;
            }
    
            &.section__title--wallpaper {
				font-size: 24px;
				
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/wallpaper.png);
                    height: 53px;
                }
            }
    
            &.section__title--packing {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/packingbox.png);
                    height: 46px;
                }
            }
    
            &.section__title--standard {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/standard.png);
                    height: 42px;
                    top: -50px;
                }
            }
        }

        .section__description {
            font-size: 16px;
            margin-top: 26px;
			position: relative;
			z-index: 111;
        }
    }

    /* fv
    ---------------------------------------------------- */
    .fv {
		margin: 0;
		padding: 0;

        .fv__inner {
			width: 98%;
			max-width: 1200px;
			margin: 0 auto;
			padding: 30px 32px 0;
			box-sizing: border-box;
        }

        .fv__catch {
            font-size: 22px;
        }
        .fv__catch::before {
			width: 64px;
			height: 22px;
            content: "";
			background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/fv_catch_before.png") no-repeat;
			background-position: 0 2px;
			display: inline-block;
        }
        .fv__catch::after {
			width: 64px;
			height: 20px;
            content: "";
			background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/fv_catch_after.png");
			display: inline-block;
        }

        .fv__title {
            font-size: 28px;
            margin-top: 0;
        }

        .fv__label {
            font-size: 23px;
            width: 330px;
            margin-top: 21px;

            &::after {
                width: 8px;
                height: 8px;
            }
        }

        .fv__image-wrapper {
            max-width: 1200px;
            margin-top: 0;
			display: flex;
			justify-content: space-between;
        }
		
        .fv__box_item {
            width: calc(97% / 3);
			padding-bottom: 5%;
			aspect-ratio: 384 / 500;
			display: flex;
			flex-direction: column;
			justify-content: flex-end;
			align-items: center;
        }
        .fv__box_item.mickey {
			background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_fv_box_mickey.png) no-repeat;
			background-size: contain;
			background-position: center bottom;
        }
        .fv__box_item.pooh {
			background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_fv_box_pooh.png) no-repeat;
			background-size: contain;
			background-position: center bottom;
        }
        .fv__box_item.baymax {
			background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg_fv_box_baymax.png) no-repeat;
			background-size: contain;
			background-position: center bottom;
        }
        .fv__box_item picture {
			width: 75%;
			max-width: 292px;
			padding: 0 34px;
        }
        .fv__box_item p {
			margin-top: 5%;
			font-size: 19px;
			font-weight: bold;
			text-align: center;
        }
		
        .fv__description {
            margin-top: 20px;
            font-size: 10px;
			text-align: right;
        }

    }

    /* combination
    ---------------------------------------------------- */
    .combination {
		padding-top: 100px;
		padding-right: 32px;
		padding-left: 32px;
		box-sizing: border-box;

        .combination__inner {
            padding-top: 0;
            padding-bottom: 40px;
        }

        .combination__body {
            margin-top: 50px;
        }
		
		.combination__chracter-image_1 {
			display: inline-block;
			position: absolute;
	        width: 100px;
        	top: -50px;
        	left: 10px;
    	}
		.combination__chracter-image_2 {
			display: inline-block;
			position: absolute;
        	width: 126px;
        	top: 37px;
        	right: -20px;
    	}
		.combination__chracter-image_3 {
			display: inline-block;
			position: absolute;
        	width: 126px;
        	top: 212px;
        	left: -10px;
			z-index: 11;
    	}
		.combination__list {
	        margin-top: 50px;
    	}
		.combination__list .combination__list_box {
	        padding: 30px;
			flex-direction: row;
		}
		.combination__list .combination__list_box.box__pooh {
			flex-direction: row-reverse;
		}
		.combination__list .combination__list_box .combination__list-text .combination__list__name {
        	font-size: 24px;
    	}
		.combination__list .combination__list_box .combination__list-text .combination__list__content {
        	font-size: 16px;
    	}
		.combination__list .combination__list_box .combination__list-img {
        	width: 45%;
    	}
		.combination__list .combination__list_box .combination__list-text {
        	width: 50%;
			text-align: left;
			margin-top: 0;
    	}
    }

    /* select-pattern
    --------------------------------------------------- */
    .select-pattern {
        & + & {
            margin-top: 36px;
        }
		
		.select-pattern__name {
            margin-bottom: 0;
        }

        .combination__catch {
			margin: 0 auto 20px;
            text-align: center;
        }
        .combination__catch-text {
            font-size: 28px;
			font-weight: bold;
			color: #c9a557;
        }
        .combination__catch-text::before {
			width: 50px;
            height: 20px;
			margin-right: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_before.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}
        .combination__catch-text::after {
			width: 50px;
            height: 20px;
			margin-left: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_after.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}
		.select-pattern__title {
            font-size: 18px;
			margin-bottom: 10px;
			color: #c9a557;
        }
        .select-pattern__title::before {
			width: 40px;
            height: 16px;
			margin-right: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_before_mini.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}
        .select-pattern__title::after {
			width: 40px;
            height: 16px;
			margin-left: 10px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_after_mini.png) no-repeat;
			background-size: contain;
            background-position: 0 2px;
            display: inline-block;
		}

        .select-pattern__list {
            margin-top: 14px;
/*            gap: 40px;*/
        }

        .select-pattern__item {
            max-height: 170px;
            width: 100%;
            border-radius: 20px;
			aspect-ratio:auto;
        }

        .select-pattern__button {
            display: flex;
			flex-direction: row;
            align-items: center;
            justify-content: space-between;
            gap: 5px;
            border-radius: 20px;
			padding-left: 20px;

            &:after {
				margin-right: 0;
				content: '';
				display: inline-block;
				background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-mickey.png);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
                height: 100%;
				aspect-ratio:auto;
            }
			&.select-pattern__button--pooh {
            background-color: #d8c662;

            &::after {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-pooh.png);
            }
        }
			&.select-pattern__button--baymax {
            background-color: #8594bc;

            &::after {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-baymax.png);
            }
        }
			&.select-pattern__button--satin-silver {
           		&::after {
	                width: 65%;
          	  }
			}
			&.select-pattern__button--satin-gold {
           		&::after {
	                width: 65%;
          	  }
			}
			&.select-pattern__button--navy-blue {
           		&::after {
	                width: 65%;
          	  }
			}
        }
    }

    /* finished-product
    --------------------------------------------------- */
    .finished-product {
        &.finished-product--layout {
            margin-top: 42px;
        }

        .finished-product__catch-text {
            font-size: 20px;

            &::before,
            &::after {
                width: 1px;
                height: 25px;
            }
        }

        .finished-product__body {
        margin-top: 10px;
            padding: 0;
		background: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/bg-finish.png") no-repeat;
		background-size: contain;
		aspect-ratio: 1200 / 1063;
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
        }
		.finished-product__body::before {
        content: "";
        display: block;
        padding-top: 88.6%;
    }

        .finished-product__note {
            font-size: 12px;
            text-align: center;
        }

        .finished-product__image-wrapper {
            max-width: 80%;
			margin: 15px auto 0;
        }

        .finished-product__information-wrapper {
            display: flex;
            align-items: flex-start;
            justify-content;: space-between;
            margin: 10px auto;
            gap: 40px;
            width: 80%;
        }

        .finished-product__information {
            margin-top: 0;
            align-items: flex-start;
            width: 50%;

            & + & {
                margin-top: 0;
            }
        }

        .finished-product__name {
            text-align: left;
            font-size: 1.5vw;
            line-height: 1.2;
        }

        .finished-product__product-name {
            font-size: 22px;
        }
        .finished-product__product-name span {
            font-size: 16px;
        }

        .finished-product__label {
            margin: 4px auto 0 0;
            font-size: 12px;
            width: auto;
            padding: 1px 8px; 
        }
		

        .finished-product__button-wrapper {
            margin: 10px auto 0 0;
            max-width: 345px;
        }

        .finished-product__button {
            font-size: 14px;
            padding: 12px 0;

            &::after {
                width: 7px;
                height: 7px;
                right: 28px;
            }
        }
    }

    /* wallpaper
    ---------------------------------------------------- */
    .wallpaper {
        background-color: #fef8ea;

        &::before,
        &::after {
        }

        &::before {
            top: -5vw;
            background-image: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/yellow-arc01.png");
			background-size: 100% 100%;
			aspect-ratio: 8/5;
            
        }

        &::after {
            bottom: -5vw;
            background-image: url("https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/yellow-arc02.png");
			background-size: 100% 100%;
			background-position: bottom;
			aspect-ratio: 8/5;
        }

        .wallpaper__chracter-image_1 {
            position: absolute;
            top: 26px;
            left: 13px;
            width: 140px;
        }
        .wallpaper__chracter-image_2 {
            position: absolute;
            top: 35px;
            right: 10px;
            width: 156px;
        }

        .wallpaper__body {
			margin-top: 10px;
            display: grid;
            grid-template-columns: 20% auto;
        }

        .wallpaper__image-wrapper {
            order: 2;
            max-width: 830px;
            grid-column: 2 / 3;
            align-content: center;
        }

        .wallpaper__chracter-image {
            width: 12vw;
        }
    }

    /* select-wallpaper
    --------------------------------------------------- */
    .select-wallpaper {
        flex-direction: column;

        &:first-of-type {
            order: 1;
        }

        &.select-wallpaper--wallpaper {
            order: 3;
            grid-column: 1 / 3;
        }

        &.select-wallpaper--layout {
			width: auto;
            margin-top: 50px;

            & + & {
                margin-top: 50px;
            }
        }

        .select-wallpaper__title {
            font-size: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/ballon01.png);
            padding: 6px 2px 11px 0;
            line-height: 1.25;
            height: 92px;
            width: 155px;

            &.select-wallpaper__title--wallpaper {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/ballon02.png);
				padding-bottom: 1.5%;
                width: 390px;
                height: 80px;
            }
        }

        .select-wallpaper__list {
            flex-direction: column;
            margin-top: 12px;
            gap: 60px;
        
            &.select-wallpaper__list--wallpaper {
                width: auto;
                flex-direction: row;
            }
        }

        .select-wallpaper__color-item {
            width: 120px;
            max-width: 120px;
            height: 80px;
        }

        .select-wallpaper__item {
            width: calc(100% / 3 - 5px * 2);
			max-width: 120px;
            gap: 5px;
            border-radius: 20px;
        }

        .select-wallpaper__button-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 0;
        }

        .select-wallpaper__button-list-item {
            width: 11vw;
            height: 11vw;

            &.select-wallpaper__button-list-item--mickey02  {
                order: 3;
            }

            &.select-wallpaper__button-list-item--pooh02 {
                order: 3;
            }

            &.select-wallpaper__button-list-item--baymax01 {
                order: 3;
            }
        }

		.select-wallpaper__button {
            background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-mickey01.png);
            transform: translateY(6px);

            &.select-wallpaper__button--mickey02 {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-mickey02.png);
            }

            &.select-wallpaper__button--mickey03 {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-mickey03.png);
            }

            &.select-wallpaper__button--pooh01 {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-pooh01.png);
            }

            &.select-wallpaper__button--pooh02 {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-pooh02.png);
            }

            &.select-wallpaper__button--pooh03 {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-pooh03.png);
            }

            &.select-wallpaper__button--baymax {
                background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select-character-baymax.png);
            }
        }
    }

    /* packing box
    ---------------------------------------------------- */
    .packing {
        background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/packing-bg.png);

        .packing__chracter-image {
            width: 15vw;
        }

        .packing__image-container {
            gap: 84px;
            margin-top: 48px;
            flex-direction: row;
        }

        .packing__image-wrapper {
            max-width: 560px;
        }
    }

    /* standard
    ---------------------------------------------------- */
    .standard {
		margin-top: 0;

        .standard__chracter-image {
            position: absolute;
            width: 10vw;

            &.standard__chracter-image--floren {
                width: 8vw;
            }
        }

        .standard__lineup-wrapper {
            margin-top: 43px;
			margin-bottom: 100px;
            gap: 54px;
        }

        .standard__copyright {
            margin: 20px 0 0 auto;
            max-width: 125px;
        }
    }

    /* standard-lineup
    --------------------------------------------------- */
    .standard-lineup {
/*        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 50px;*/
		flex-direction: row;
        padding: 40px 0 40px 50px;
        border-radius: 20px;
		
		.standard-lineup__text-wrapper {
			text-align: left;
			width: 60%;
		}

        .standard-lineup__catch {
            font-size: 16px;
            margin-left: 16px;
            letter-spacing: 0.08em;

            &::before,
            &::after {
                height: 20px;
                width: 2px;
            }
        }

        .standard-lineup__title {
            font-size: 16px;
            line-height: 2;
            margin-top: 10px;
        }

        .standard-lineup__product-name {
            font-size: 26px;
        }
        .standard-lineup__product-name span {
            font-size: 18px;
        }

        .standard-lineup__point-list {
            margin-top: 20px;
        }

        .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: 12px;

            &::before {
                width: 12px;
                height: 12px;
            }
        }

        .standard-lineup__image-wrapper {
            width: 40vw;
			right: 40px;
            transform: translateX(0);

            &.standard-lineup__image-wrapper--note {
                width: 40vw;
				right: 40px;
            }
        }

        .standard-lineup__button-wrapper {
            width: 80%;
            margin: 14px 0 0;
        }

        .standard-lineup__button {
            font-size: 13px;
            padding: 8px 0;

            &::after {
                width: 8px;
                height: 8px;
                right: 30px;
            }
        }

        .standard-lineup__link-wrapper {
            margin-top: 15px;
            text-align: center;
			width: 80%;
            max-width: 360px;
        }

        .standard-lineup__link {
            font-size: 13px;

            &::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;
            }
        }
    }
}

@media (min-width: 992px) {
    /* ---------------------------------------- common ---------------------------------------- */
    sup {
        vertical-align: super;
    }

    .lg {
        display: block;
    }

    .section {
		
        .section__inner {
			
            &.section__inner--wallpaper {
                padding-top: 110px;
            }
    
            &.section__inner--packing {
                padding-top: 170px;
                padding-bottom: 135px;
            }
    
            &.section__inner--standard {
                padding-top: 110px;
                padding-bottom: 3px;
                max-width: 1100px;
            }
        }

        .section__title {
            font-size: 38px;
            line-height: 1.4;
    
            &::before {
                height: 56px;
                top: -90px;
            }
    
            &.section__title--wallpaper {
				font-size: 32px;
				
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/wallpaper.png);
                    height: 53px;
                }
            }
    
            &.section__title--packing {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/packingbox.png);
                    height: 46px;
                }
            }
    
            &.section__title--standard {
                &::before {
                    background-image: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/sp/standard.png);
                    height: 42px;
                    top: -80px;
                }
            }
        }

        .section__description {
            font-size: 18px;
            margin-top: 40px;
        }
    }

    .fv {
		.fv__inner {
            padding: 70px 32px 0;
		}

		.fv__title {
            font-size: 40px;
        }

		.fv__chracter-image {
            &.fv__chracter-image--circle07 {
                top: 0;
                width: 146px;
                left: auto;
                right: 0;
                z-index: 
            }
        }
		.fv__box_item p {
            font-size: 25px;
		}
		.fv__description {
            font-size: 15px;
        }
    }
    .combination {
		padding-top: 180px;
		padding-right: 32px;
		padding-bottom: 100px;
		padding-left: 32px;
		
		.combination__body {
			margin-top: 100px;
		}
		.combination__chracter-image_1 {
            width: 158px;
            top: -65px;
            left: 35px;
        }
		.combination__chracter-image_2 {
            width: 247px;
            top: 20px;
            right: -30px;
        }
		.combination__chracter-image_3 {
            width: 212px;
            top: 233px;
            left: -31px;
        }
		.combination__list {
            margin-top: 110px;
        }
		.combination__list .combination__list_box .combination__list-text .combination__list__name {
	        font-size: 29px;
	    }
		.combination__list .combination__list_box .combination__list-text .combination__list__content {
        	font-size: 18px;
    	}
		.combination__list .combination__list_box .combination__list-img {
        	width: 356px;
    	}
		.combination__list .combination__list_box .combination__list-text {
        	width: calc(100% - 420px);
    	}
	}
	.standard {
		.standard__lineup-wrapper {
            margin-top: 43px;
			margin-bottom: 150px;
            gap: 54px;
        }
	}


    /* float-button
    ---------------------------------------------------- */
    .float-button {
        bottom: 15px;
        left: auto;
        right: 23px;
        margin: auto;
        width: 200px;

        .float-button__link {
            border-radius: 50px;
            padding: 17px 0 32px;

            &::before {
                width: 70px;
                height: 104px;
                left: 3px;
                bottom: 13px;
            }

            &::after {
                position: absolute;
                content: '';
                background: #fff;
                height: calc(tan(60deg) * 6px / 2);
                width: 6px;
                clip-path: polygon(0 0, 100% 0, 50% 100%);
                top: auto;
                bottom: 20px;
                right: 36%;
                transform: translate(0, -50%);
            }
        }

        .float-button__text {
            font-size: 18px;
            color: #fff;
            text-align: center;
            font-weight: bold;
            position: relative;
            line-height: 1.3;
            padding-left: 53px;
        }

        .float-button__text-emphasis {
            font-size: 20px;
        }
    }


    /* finished-product
    --------------------------------------------------- */
    .finished-product {
        .finished-product__information-wrapper {
            gap: 50px;
            width: auto;
        }

        .finished-product__image-wrapper {
			width: 80%;
            max-width: 714px;
	        margin: 0 auto;
        }
		.finished-product__name {
            font-size: 20px;
        }
        .finished-product__product-name {
            font-size: 34px;
        }
        .finished-product__product-name span {
            font-size: 25px;
			padding-left: 5px;
        }
    }

    /* wallpaper
    ---------------------------------------------------- */
    .wallpaper {
        &::before,
        &::after {
            height: 76px;
        }

        &::before {
            height: 50px;
            top: -50px;
        }

        &::after {
            height: 50px;
            bottom: -50px;
        }

        .wallpaper__body {
            margin-top: 105px;
        }
    }

    /* finished-product
    --------------------------------------------------- */
    .finished-product {
        .finished-product__body {
        }
		&.finished-product--layout {
            margin-top: 60px;
		}
    }

    /* select-pattern
    --------------------------------------------------- */
    .select-pattern {
        .select-pattern__item {
            height: 170px;
        }
		
		.combination__catch-text {
            font-size: 38px;
		}
		.combination__catch-text::before {
			width: 93px;
            height: 32px;
			margin-right: 20px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_before.png) no-repeat;
            background-position: 0 2px;
            display: inline-block;
		}
		.combination__catch-text::after {
            width: 93px;
            height: 32px;
            margin-left: 20px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_after.png) no-repeat;
            background-position: 0 2px;
            display: inline-block;
        }
		.select-pattern__title {
            font-size: 22px;
			margin-bottom: 20px;
			color: #c9a557;
        }
        .select-pattern__title::before {
			width: 64px;
            height: 22px;
			margin-right: 20px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_before_mini.png) no-repeat;
            background-position: 0 2px;
            display: inline-block;
		}
        .select-pattern__title::after {
			width: 64px;
            height: 22px;
			margin-left: 20px;
            content: "";
            background: url(https://store.vaio.com/ec/img/usr/freepage/disney/lp/img/pc/select_after_mini.png) no-repeat;
            background-position: 0 2px;
            display: inline-block;
		}

        .select-pattern__button {
            gap: 0;

            &:after {
                width: 190px;
                height: 171px;
				background-size: auto;
				margin-right: 20px;
            }

            &.select-pattern__button--satin-silver {
                gap: 0;
				padding: 0 34px;

                &::after {
                    width: 178px;
                    height: 123px;
                }
            }

            &.select-pattern__button--navy-blue {
                gap: 0;
				padding: 0 34px;

                &::after {
                    width: 178px;
                    height: 123px;
                }
            }

            &.select-pattern__button--satin-gold {
                gap: 0;
				padding: 0 34px;

                &::after {
                    width: 178px;
                    height: 123px;
                }
            }
        }

        .select-pattern__name {
			width: calc(100% - 125px);
            font-size: 20px;
			text-align: left;
        }
    }

    /* select-wallpaper
    --------------------------------------------------- */
    .select-wallpaper {
/*        transform: translateY(-14px);*/

        &.select-wallpaper--layout {
            margin-top: 0;

            & + & {
                margin-top: 50px;
            }
        }
    }

    /* standard
    ---------------------------------------------------- */
    .standard {
		margin-top: 0;
		padding-top: 150px;

		.standard__lineup-wrapper {
            margin-top: 43px;
			margin-bottom: 150px;
            gap: 54px;
        }

        .standard-lineup__character {
            width: 80px;
            bottom: auto;
            left: 40px;
            top: 22px;

            &.standard-lineup__character--my {
                width: 80px;
                bottom: auto;
                left: -38px;
                top: 30px;
            }
        }
		

        .standard__copyright {
            max-width: 250px;
            margin-top: 75px;
        }
    }

    /* standard-lineup
    --------------------------------------------------- */
    .standard-lineup {
        flex-direction: row;
        padding: 62px 0 62px 65px;
        gap: 0;

        .standard-lineup__button-wrapper {
            max-width: 360px;
			margin: 30px 0 0;
        }
		.standard-lineup__button {
            font-size: 16px;
			padding: 12px 0;
		}
		.standard-lineup__link-wrapper {
			margin-top: 20px;
		}
		.standard-lineup__link {
			font-size: 16px;
		}

        .standard-lineup__text-wrapper {
            text-align: left;
			width: 50%;
        }
		
		.standard-lineup__catch {
            font-size: 20px;
            margin-left: 16px;
            letter-spacing: 0.08em;

            &::before,
            &::after {
                height: 20px;
                width: 2px;
            }
        }
		.standard-lineup__title {
            font-size: 18px;
            line-height: 2;
            margin-top: 10px;
        }

        .standard-lineup__product-name {
            font-size: 45px;
        }
        .standard-lineup__product-name span {
            font-size: 25px;
        }
		
		.standard-lineup__point-list {
            margin-top: 20px;
        }
		& .standard-lineup__point {
			font-size: 15px;
			
            &::before {
                width: 16px;
                height: 16px;
            }

        .standard-lineup__label {
            font-size: 18px;
            width: 240px;
            margin: 16px auto 0;

            &.standard-lineup__label--note {
                width: 220px;
            }
        }
		.standard-lineup__button {
            font-size: 16px;
            padding: 12px 0;

            &::after {
                width: 8px;
                height: 8px;
                right: 30px;
            }
        }
		.standard-lineup__link {
            font-size: 16px;
        }

        .standard-lineup__link-wrapper {
            margin-top: 15px;
            text-align: center;
            max-width: 360px;
        }

        .standard-lineup__point {
            font-size: 16px;
		}

		.standard-lineup__label {
            width: 240px;
            margin: 16px auto 0 0;
            white-space: nowrap;
        }
		.standard-lineup__title {
            font-size: 22px;
            line-height: 2;
            margin-top: 10px;
        }
        .standard-lineup__product-name {
            font-size: 45px;
        }
        .standard-lineup__product-name span {
            font-size: 35px;
        }
        .standard-lineup__image-wrapper {
                width: 45%;
				position: absolute;
				right: 65px;

            &.standard-lineup__image-wrapper--note {
                width: 45%;
				position: absolute;
				right: 65px;
            }
        }
    }
}

@media (min-width: 1200px) {
    /* ---------------------------------------- common ---------------------------------------- */
    .lg {
        display: none;
    }

    .xxl {
        display: block;
    }
	
	.wrapper {
		background-size: auto;
	}

    /* fv
    ---------------------------------------------------- */
    .fv {

        .fv__chracter-image {
            top: 26px;
            width: 156px;
            left: 106px;
    
            &.fv__chracter-image--my {
                top: 172px;
                width: 150px;
                left: 295px;
            }
    
            &.fv__chracter-image--moominmama {
                top: auto;
                bottom: 256px;
                width: 252px;
                left: 107px;
            }
    
            &.fv__chracter-image--flower {
                top: auto;
                bottom: -50px;
                width: 242px;
                left: 283px;
            }
    
            &.fv__chracter-image--tea {
                top: 69px;
                width: 309px;
                left: auto;
                right: 56px;
            }
    
            &.fv__chracter-image--cake {
                top: 340px;
                width: 246px;
                left: auto;
                right: 180px;
            }
    
            &.fv__chracter-image--chracter {
                right: 30px;
                top: auto;
                bottom: 371px;
                width: 179px;
                left: auto;
            }
    
            &.fv__chracter-image--snufkin {
                top: auto;
                bottom: -58px;
                width: 154px;
                left: auto;
                right: 200px;
            }
    
            &.fv__chracter-image--circle01 {
                bottom: 27px;
                width: 300px;
                left: auto;
                right: 103px;
            }

            &.fv__chracter-image--circle02 {
                width: 219px;
            }

            &.fv__chracter-image--circle03 {
                top: 255px;
                width: 219px;
                left: -250px;
            }
    
            &.fv__chracter-image--circle04 {
                top: -120px;
                width: 333px;
                left: 420px;
            }

            &.fv__chracter-image--circle05 {
                top: auto;
                bottom: 320px;
                width: 214px;
                left: 327px;
            }

            &.fv__chracter-image--circle06 {
                top: 203px;
                width: 219px;
                left: auto;
                right: 340px;
            }

            &.fv__chracter-image--circle07 {
                top: 0;
                width: 146px;
                left: auto;
                right: 0;
            }
        }
    }

    /* finished-product
    --------------------------------------------------- */
    .finished-product {
        .finished-product__information-wrapper {
			margin-top: 60px;
            padding: 0 34px;
        }
		&.finished-product--layout {
            margin-top: 60px;
        }
		.finished-product__body {
            margin-top: 0;
        }
		
		.finished-product__image-wrapper {
            width: 100%;
            max-width: 835px;
            margin: 0 auto;
        }

        .finished-product__name {
            font-size: 20px;
        }
		.finished-product__label {
            margin: 15px auto 0 0;
		}
		.finished-product__button-wrapper {
            margin: 20px auto 0 0;
		}
		
    }
	
    /* select-pattern
    --------------------------------------------------- */
    .select-pattern {
        .combination__catch {
            margin: 0 auto 70px;
            text-align: center;
        }
		.select-pattern__title {
            margin-bottom: 40px;
        }
		& + & {
            margin-top: 50px;
        }
	}

    /* combination 
    --------------------------------------------------- */
    .combination {
		padding-bottom: 0;
		
        .combination__inner {
            padding-bottom: 240px;
        }
		.combination__list {
            margin-top: 150px;
        }
		.combination__body {
            margin-top: 160px;
        }
		.select-pattern__list {
            margin-top: 0;
		}
    }

    /* wallpaper
    --------------------------------------------------- */
    .wallpaper {
        &::before {
            height: 100px;
            top: -100px;
			background-size: 100% 100%;
        }

        &::after {
            height: 100px;
            bottom: -100px;
			background-size: 100% 100%;
        }

        .wallpaper__chracter-image_1 {
            top: 20px;
			left: 0;
            width: 254px;
			z-index: 11111;
        }
        .wallpaper__chracter-image_2 {
            top: 20px;
			right: 0;
            width: 253px;
			z-index: 11111;
        }
    }

    /* select-wallpaper
    --------------------------------------------------- */
    .select-wallpaper {

        &.select-wallpaper--wallpaper {
            transform: translateX(23px);
        }

        .select-wallpaper__list {

            &.select-wallpaper__list--wallpaper {
                gap: 43px;
            }
        }

        .select-wallpaper__item {
            &.select-wallpaper__item--circle {
                width: 300px;
            }
        }
    
        .select-wallpaper__button-list-item {
            width: 146px;
            height: 146px;
        }

        .select-wallpaper__button {
            background-size: 136px 146px;
        }
    }
    

    /* standard
    --------------------------------------------------- */
    .standard {
        &::after {
            height: 90px;
            bottom: -10px;
        }
		.standard__lineup-wrapper {
			margin-bottom: 200px;
		}

        .standard__chracter-image {
            top: 105px;
            width: 157px;
            right: -18px;

            &.standard__chracter-image--floren {
                width: 149px;
                top: 140px;
            }
        }

        .standard__copyright {
            transform: translateX(50px);
        }
    }

    /* standard-lineup
    --------------------------------------------------- */
    .standard-lineup {
        padding-right: 0;

        .standard-lineup__image-wrapper {
            width: 570px;
            transform: translateX(0);
        }

        .standard-lineup__character {
            &.standard-lineup__character--my {
                left: -50px;
            }
        }
    }
}

@media (min-width: 1600px) {
    /* wallpaper
    --------------------------------------------------- */
    .wallpaper {
        .wallpaper__chracter-image {
            right: -90px;
        }
    }

    /* standard
    --------------------------------------------------- */
    .standard {
        .standard__chracter-image {
            &.standard__chracter-image--floren {
                bottom: 92px;
                left: -153px;
                top: auto;
            }
        }
    }
}
