@charset "utf-8";
@font-face {
    font-family: Icon;
    src: url(../fonts/Icon.woff) format("woff"), url(../fonts/Icon.ttf) format("truetype")
}
div#title{
	width: 460px;
	height: auto;
	margin: 50px auto;

}
div#title img{
	width: 100%;
}
div#slideArea{
	max-width: 1000px;
	margin: auto;
}
div#slideArea img{
	width: 100%;
}
ul#popup{
	width: calc(100% - 4px);
	display: flex;
	list-style: none;
	margin-top: 2px;
}
ul#popup li{
	width: calc(100% / 3);
	margin-left: 2px;
}
ul#popup li:first-child{
	margin-left: 0px;
}
ul#popup li img{
	display: block;
	width: 100%;
}
p.nav_info a{
    border-bottom: 1px solid #B33DB8;
    display: inline-block;
}
.PageFooter.PageFooter {
    margin-top: 160px;
    padding-bottom: 20px
}
.PageFooter__Logo{
    width: 100px;
    margin: auto;
}
.PageFooter .PageFooter__Logo img {
    display: block;
    margin: 0 auto
}

.PageFooter .PageFooter__Copyright {
    font-size: 12px;
    text-align: center;
    margin-top: 30px
}
@media screen and (max-width: 761px) {
 	div#title{
		width: 85%;
		height: auto;
		margin: 25px auto;
	} 
	.KastaneDesc img {
    	width: 80%;
    	margin: auto;
	}
}
.FlightPlanIntro.FlightPlanIntro {
    max-width: 750px;
    padding: 0 25px;
    margin: auto;
}

.FlightPlanIntro .FlightPlanIntro__AirplaneAnim {
    opacity: 0;
    -webkit-transform: translate(-200px, 60px);
    transform: translate(-200px, 60px);
    -webkit-transition: opacity .2s, -webkit-transform .6s;
    transition: opacity .2s, -webkit-transform .6s;
    transition: opacity .2s, transform .6s;
    transition: opacity .2s, transform .6s, -webkit-transform .6s
}

.FlightPlanIntro .FlightPlanIntro__AirplaneAnim:before {
    content: "";
    position: relative;
    left: -10px;
    display: block;
    width: 175px;
    height: 100px;
    background: url(../img/FlightPlanIntro/img_01.png) no-repeat;
    background-size: 100% 100%
}

.FlightPlanIntro .FlightPlanIntro__AirplaneAnim.-active {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.FlightPlanIntro .FlightPlanIntro__Heading {
    color: #FFF;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 7px 10px 4px;
    margin: 0;
    background: #d900a6
}

.FlightPlanIntro .FlightPlanIntro__Header {
    color: #d900a6;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 30px 0
}

.FlightPlanIntro .FlightPlanIntro__SubHeading {
    color: #b634bb;
    font-family: sans-serif;
    font-size: 20px;
    line-height: 1.2;
    padding: 6px 10px 4px;
    text-align: center;
    border: 1px solid currentColor;
    margin: 30px 0;
    background: #FFF
}

.FlightPlanIntro .FlightPlanIntro__Points {
    font-size: 0;
    text-align: center;
    margin: 40px -25px 0
}

.FlightPlanIntro .FlightPlanIntro__Points:before {
    content: "";
    display: table;
    margin-bottom: -30px
}

.FlightPlanIntro .FlightPlanIntro__Point {
    font-size: 1rem;
    text-align: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 24.999%;
    padding: 0 25px;
    margin: 30px 12px 0
}

.FlightPlanIntro .FlightPlanIntro__Point:first-child {
    margin-left: 0
}

/*.FlightPlanIntro .FlightPlanIntro__Point {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .4s;
    transition: all .4s
}*/

.FlightPlanIntro .FlightPlanIntro__Point:nth-child(2) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.FlightPlanIntro .FlightPlanIntro__Point:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.FlightPlanIntro .FlightPlanIntro__Point:nth-child(4) {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
}

.FlightPlanIntro .FlightPlanIntro__Point:nth-child(5) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
}

.FlightPlanIntro .FlightPlanIntro__Points.-active .FlightPlanIntro__Point {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.FlightPlanIntro .FlightPlanIntro__PointIndex {
    color: #d900a6;
    font-family: Icon;
    font-size: 35px;
    line-height: 1;
    text-align: center
}

.FlightPlanIntro .FlightPlanIntro__PointText {
    color: #d900a6;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    margin: 15px -25px 0
}

.FlightPlanIntro .FlightPlanIntro__PointImage {
    margin-top: 20px
}

.FlightPlanIntro .FlightPlanIntro__PointImage img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto
}

.FlightPlanIntro .FlightPlanIntro__PointBaloon {
    position: absolute
}

.FlightPlanIntro .FlightPlanIntro__PointBaloon img {
    position: relative;
    top: -30px;
    right: -40px
}
.FlightPlan.FlightPlan {
    max-width: 750px;
    margin: 40px auto 80px
}

.FlightPlan .FlightPlan__Header {
    color: #b634bb;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 6px 10px 3px;
    border: 1px solid currentColor;
    margin: 10px 0;
    background: #FFF
}

.FlightPlan .FlightPlan__DueDate {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.FlightPlan .FlightPlan__Price {
    line-height: 1;
    white-space: nowrap;
    position: relative;
    display: table;
    margin: 30px auto 40px
}

.FlightPlan .FlightPlan__DueDate+.FlightPlan__Price {
    margin-top: 10px
}

.FlightPlan .FlightPlan__PriceNote {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: .8em;
    right: 0;
    min-width: 4em
}

.FlightPlan .FlightPlan__PriceCurrency {
    color: #d900a6;
    font-size: 24px;
    font-weight: 700;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: .3em
}

.FlightPlan .FlightPlan__PriceNumber {
    -webkit-font-smoothing: auto;
    color: #d900a6;
    font-family: Gidole, sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: right;
    text-shadow: .5px .5px 0 rgba(217, 0, 166, .5), .5px -.5px 0 rgba(217, 0, 166, .5), -.5px .5px 0 rgba(217, 0, 166, .5), -.5px -.5px 0 rgba(217, 0, 166, .5);
    line-height: 1;
    vertical-align: bottom;
    display: table-cell;
    padding-right: 5px
}

.FlightPlan .FlightPlan__PriceNumber span {
    font-family: inherit;
    display: inline-block;
    width: .5em
}

.FlightPlan .FlightPlan__PriceUnit {
    color: #d900a6;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: .3em
}

.FlightPlan .FlightPlan__ImageFull {
    margin-top: 50px
}

.FlightPlan .FlightPlan__ImageFull img {
    display: block;
    width: 100%;
    height: auto
}

.FlightPlans.FlightPlans {
    text-align: justify;
    text-align-last: justify;
    max-width: 750px;
    margin: 40px auto
}

.FlightPlans .FlightPlans__Item {
    text-align: left;
    text-align-last: left;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: calc(49.999% - 10px)
}

.FlightPlans .FlightPlans__ItemHeader {
    color: #b634bb;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-align-last: center;
    padding: 6px 10px 4px;
    border: 1px solid currentColor;
    margin: 10px 0;
    background: #FFF
}

.FlightPlans .FlightPlans__ItemAnnotation {
    font-size: 12px;
    text-align: right;
    text-align-last: right;
    position: absolute;
    width: 100%;
    margin: -5px 0 0
}

.FlightPlans .FlightPlans__ItemPrice {
    line-height: 1;
    white-space: nowrap;
    position: relative;
    display: table;
    margin: 30px auto 40px
}

.FlightPlans .FlightPlans__ItemPriceNote {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-align-last: center;
    position: absolute;
    top: .8em;
    right: 0;
    min-width: 4em
}

.FlightPlans .FlightPlans__ItemPriceCurrency {
    color: #d900a6;
    font-size: 24px;
    font-weight: 700;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: .3em
}

.FlightPlans .FlightPlans__ItemPriceNumber {
    -webkit-font-smoothing: auto;
    color: #d900a6;
    font-family: Gidole, sans-serif;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -.02em;
    text-align: right;
    text-shadow: .5px .5px 0 rgba(217, 0, 166, .5), .5px -.5px 0 rgba(217, 0, 166, .5), -.5px .5px 0 rgba(217, 0, 166, .5), -.5px -.5px 0 rgba(217, 0, 166, .5);
    line-height: 1;
    vertical-align: bottom;
    display: table-cell;
    padding-right: 5px
}

.FlightPlans .FlightPlans__ItemPriceNumber span {
    font-family: inherit;
    display: inline-block;
    width: .5em
}

.FlightPlans .FlightPlans__ItemPriceUnit {
    color: #d900a6;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: .3em
}

.FlightPlanNote.FlightPlanNote {
    font-size: 12px;
    max-width: 750px;
    margin: 30px auto 40px
}

.FlightPlan+.FlightPlanNote,
.FlightPlans+.FlightPlanNote {
    margin-top: -10px
}

.FlightPlanNote ul {
    padding-left: 20px
}

.FlightPlanNote .FlightPlanNote__Heading {
    font-size: 15px;
    font-weight: 700
}
.ApplyButton.ApplyButton,
.TimeTableButton {
    font-family: sans-serif;
    font-size: 20px;
    max-width: 750px;
    margin: 50px auto
}

.ApplyButton.ApplyButton a,
.TimeTableButton a {
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 30px 5px 26px;
    background: #b634bb;
    -webkit-transition: all .6s;
    transition: all .6s
}

.ApplyButton.ApplyButton a,
.TimeTableButton a {
    overflow: hidden;
    position: relative
}

.ApplyButton.ApplyButton a:before,
.TimeTableButton a:before {
    content: "";
    position: absolute;
    left: -100px;
    top: 0;
    bottom: 0;
    display: block;
    width: 80px;
    background: rgba(255, 255, 255, .2);
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: none;
    transition: none
}

.ApplyButton.ApplyButton a:hover:before,
.TimeTableButton a:hover:before {
    left: calc(100% + 50px);
    width: 20px;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: all .4s;
    transition: all .4s
}

.ApplyButton.ApplyButton a:hover,
.TimeTableButton a:hover {
    background-color: #d900a6;
    -webkit-transition-duration: .2s;
    transition-duration: .2s
}

.ApplyButton.ApplyButton a:after,
.TimeTableButton a:after {
    content: "";
    font-family: Icon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -.1em;
    margin-left: .8em;
    -webkit-transition: inherit;
    transition: inherit
}

.ApplyButton.ApplyButton a:hover:after,
.TimeTableButton a:hover:after {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.TimeTableButton a {
    background-color: #d900a6
}
@media(max-width:767px) {
    .PageHeader .PageHeader__LogoPrimaly {
        margin-right: 20px
    }
    .PageHeader .PageHeader__LogoPrimaly img {
        width: auto;
        height: 30px
    }
    .PageHeader .PageHeader__LogoSecondaly img {
        width: auto;
        height: 30px
    }
    .PageHeader .PageHeader__Socials {
        margin-right: 20px;
        height: 36px
    }
    .PageHeader .PageHeader__SocialItem {
        position: static
    }
    .PageHeader .PageHeader__SocialItemLabel {
        font-size: 24px
    }
    .PageHeader .PageHeader__Button {
        font-size: 14px;
        padding: 8px 10px 6px
    }
    .PageHeader .PageHeader__LocaleItem {
        font-size: .75rem
    }
    .CampaignSectionHeader.CampaignSectionHeader {
        margin-top: 150px
    }
    .CampaignSectionHeader .CampaignSectionHeader__Misc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        max-width: 500px;
        padding: 0 20px;
        margin: auto
    }
    .CampaignSectionHeader .CampaignSectionHeader__index {
        font-size: 40px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px
    }
    .CampaignSectionHeader .CampaignSectionHeader__Image1 img,
    .CampaignSectionHeader .CampaignSectionHeader__Image2 img {
        max-width: calc(50vw - 30px);
        margin-top: -10px
    }
    .CampaignSectionHeader .CampaignSectionHeader__Image1 {
        position: relative;
        margin-left: -10px;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .CampaignSectionHeader .CampaignSectionHeader__Image2 {
        position: relative;
        margin-right: -10px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
    .CampaignSectionHeader__Image1 .CampaignSectionHeader__ImageBaloon {
        left: 0
    }
    .CampaignSectionHeader__Image2 .CampaignSectionHeader__ImageBaloon {
        right: 0
    }
    .CampaignSectionHeader .CampaignSectionHeader__Text {
        font-size: 18px
    }
    .CampaignSectionHeader .CampaignSectionHeader__ShopInfoEn {
        font-weight: 400
    }
    .CampaignSectionHeader .CampaignSectionHeader__ShopInfoText {
        font-weight: 400
    }
    .CampaignSection__Lead {
        padding: 0 20px
    }
    .ShopInfo.ShopInfo {
        margin: 30px auto;
        padding: 0 20px
    }
    .ShopInfo .ShopInfo__ImageList {
        position: relative;
        padding-right: calc(50% + 5px)
    }
    .ShopInfo .ShopInfo__Image {
        display: block;
        width: auto;
        margin-left: 0;
        margin-bottom: 10px
    }
    .ShopInfo__Image.-hasBaloon {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(50% - 5px)
    }
    .ShopInfo .ShopInfo__Baloon {
        position: relative;
        right: auto;
        padding: 15px 0 0;
        margin-top: -10px;
        background-image: url(../img/ShopInfo/bg_03.svg)
    }
    .ShopInfo__Image:first-child .ShopInfo__Baloon {
        left: auto;
        padding: 15px 0 0;
        background-image: url(../img/ShopInfo/bg_03.svg)
    }
    .ShopInfo .ShopInfo__Header {
        position: relative;
        display: block;
        margin: 25px 0 10px
    }
    .ShopInfo .ShopInfo__HeaderIcon {
        font-size: 18px;
        position: absolute;
        top: 0;
        right: 0
    }
    .FlightPlanIntro.FlightPlanIntro {
        padding-left: 20px;
        padding-right: 20px
    }
    .FlightPlanIntro .FlightPlanIntro__Points {
        text-align: left;
        margin: 20px -14px 0
    }
    .FlightPlanIntro .FlightPlanIntro__Point {
        position: relative;
        width: 49.999%;
        padding: 0 14px;
        margin: 30px 0 0
    }
    .FlightPlanIntro .FlightPlanIntro__PointText {
        margin: 10px -14px
    }
    .FlightPlanIntro .FlightPlanIntro__PointBaloon {
        right: 0
    }
    .FlightPlanIntro .FlightPlanIntro__PointBaloon img {
        right: -0
    }
    .ApplyButton.ApplyButton,
    .TimeTableButton {
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .PageFooter.PageFooter {
        margin-top: 50px
    }
    .CampaignLogo .CampaignLogo__Image img {
        width: 100%
    }
    .CampaignLogo .CampaignLogo__Lead {
        font-size: 16px;
        margin-top: 10px
    }
    .CampaignLogo .CampaignLogo__Badge img {
        position: static;
        margin: 20px auto 0
    }
    .CampaignLogo .CampaignLogo__AirplaneAnim {
        top: -20px;
        right: 10px
    }
    .CampaignLogo .CampaignLogo__AirplaneAnim:before {
        width: 90px;
        height: 50px;
        background-size: 90px 50px
    }
    .CampaignIntro.CampaignIntro {
        margin: 30px auto 220px;
        padding: 0 20px
    }
    .CampaignIntro .CampaignIntro__Lead {
        line-height: 1.8;
        text-align: justify;
        text-justify: inter-ideograph;
        margin-bottom: 20px
    }
    .CampaignIntro .CampaignIntro__Lead br {
        display: none
    }
    .CampaignIntro .CampaignIntro__Heading {
        margin: 30px auto 20px
    }
    .CampaignIntro .CampaignIntro__NavigatorList:before {
        margin-bottom: -20px
    }
    .CampaignIntro .CampaignIntro__NavigatorItem {
        width: calc(49.999% - 3px);
        margin-left: 3px
    }
    .FashionPoints.FashionPoints {
        margin: 30px 20px
    }
    .FashionPoints .FashionPoints__Item {
        display: block;
        width: auto;
        margin: 0 0 20px
    }
    .NewsSection {
        padding: 20px;
        margin: 50px 20px
    }
    .NewsSection__Heading {
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 15px
    }
    .NewsSection__Image {
        width: calc(33.333% - 8px)
    }
    .FlightPlan.FlightPlan {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 40px
    }
    .FlightPlan .FlightPlan__Header {
        font-size: 18px;
        padding: 5px 10px
    }
    .FlightPlan .FlightPlan__DueDate {
        font-size: 16px
    }
    .FlightPlan .FlightPlan__Price {
        margin: 15px auto 20px
    }
    .FlightPlan .FlightPlan__ImageFull {
        margin-top: 30px
    }
    .FlightPlans.FlightPlans {
        padding-left: 20px;
        padding-right: 20px
    }
    .FlightPlans .FlightPlans__Item {
        display: block;
        width: auto;
        margin: 0 0 30px
    }
    .FlightPlans .FlightPlans__Item+.FlightPlans__Item {
        margin-top: 50px
    }
    .FlightPlans .FlightPlans__ItemHeader {
        font-size: 18px;
        padding: 5px 10px
    }
    .FlightPlans .FlightPlans__ItemPrice {
        margin: 15px auto 20px
    }
    .FlightPlanNote.FlightPlanNote {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(max-width:639px) {
    :root .-disableLargeScreen {
        display: block
    }
    :root .-disableMiddleScreen {
        display: block
    }
    :root .-disableSmallScreen {
        display: none!important
    }
    :root span.-disableLargeScreen,
    :root br.-disableLargeScreen {
        display: inline
    }
    :root span.-disableMiddleScreen,
    :root br.-disableMiddleScreen {
        display: inline
    }
    :root span.-disableSmallScreen,
    :root br.-disableSmallScreen {
        display: none!important
    }
    .PageHeader.PageHeader {
        height: 90px;
        margin-bottom: 30px
    }
    .PageHeader .PageHeader__Inner {
        display: block;
        padding: 10px 20px 0;
        -webkit-transition: top .4s;
        transition: top .4s
    }
    .PageHeader .PageHeader__Inner:before {
        height: 90px;
        background: rgba(243, 243, 243, .9);
        border-bottom: none;
        -webkit-transition: top .4s;
        transition: top .4s
    }
    .PageHeader.-compactMode .PageHeader__Inner,
    .PageHeader.-compactMode .PageHeader__Inner:before {
        top: -48px
    }
    .PageHeader .PageHeader__LogoPrimaly {
        float: left;
        margin-right: 15px;
        margin-bottom: 6px
    }
    .PageHeader .PageHeader__LogoSecondaly {
        float: left;
        margin-bottom: 6px
    }
    .PageHeader .PageHeader__Socials {
        float: right;
        margin-right: 0
    }
    .PageHeader .PageHeader__SocialItemBody {
        top: 50px;
        left: 0;
        right: 0
    }
    .PageHeader .PageHeader__SocialItemBody [class^=Icon] {
        display: inline
    }
    .PageHeader .PageHeader__Menu {
        width: calc(100% + 20px);
        height: 40px;
        padding-top: 3px;
        margin-right: -20px;
        clear: both
    }
    .PageHeader .PageHeader__ButtonContainer {
        width: calc(100% - 110px);
        margin-right: -20px
    }
    .PageHeader .PageHeader__Button {
        padding-top: 10px;
        padding-bottom: 8px
    }
    .PageHeader .PageHeader__LocaleList {
        margin-left: auto
    }
    .Slideshow .Slideshow__Pagination {
        margin-top: 10px
    }
    .SectionBottomImages.SectionBottomImages {
        height: 250px;
        margin: -20px auto
    }
    .SectionBottomImages .SectionBottomImages__Image1 {
        left: calc(50% - 180px)
    }
    .SectionBottomImages .SectionBottomImages__Image1 img {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    .SectionBottomImages .SectionBottomImages__Image2 {
        right: calc(50% - 180px)
    }
    .SectionBottomImages .SectionBottomImages__Image2 img {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }
    .FlightPlanIntro .FlightPlanIntro__Header {
        font-size: 18px
    }
    .CampaignLogo.CampaignLogo {
        padding-bottom: 0;
        padding-left: 50px;
        padding-right: 50px
    }
    .CampaignLogo .CampaignLogo__Lead {
        margin-left: -50px;
        margin-right: -50px
    }
}

@media(-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    html {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

@media screen and (max-width:767px) and (min-width:640px) {
    :root .-disableLargeScreen {
        display: block
    }
    :root .-disableMiddleScreen {
        display: none!important
    }
    :root .-disableSmallScreen {
        display: block
    }
    :root span.-disableLargeScreen,
    :root br.-disableLargeScreen {
        display: inline
    }
    :root span.-disableMiddleScreen,
    :root br.-disableMiddleScreen {
        display: none!important
    }
    :root span.-disableSmallScreen,
    :root br.-disableSmallScreen {
        display: inline
    }
}

.CampaignIntro__NavigatorItem:nth-of-type(2),
.FashionPoints__Item:nth-of-type(2) {
    float: right;
}

.CampaignIntro__NavigatorList:after,
.FashionPoints__ItemList:after {
    content: '';
    clear: both;
    display: block;
}

@media screen and (max-width:767px) and (min-width:640px) {
    .CampaignIntro__NavigatorItem:nth-of-type(2),
    .FashionPoints__Item:nth-of-type(2) {
        float: none;
    }
}