body {
    padding-top: 76px;
}

body::before {
    content: "";
    background: #eac0bc;
    width: 100%;
    height: 76px;
    position: absolute;
    top: 0;
}

.inner {
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}

#header .inner {
    padding-top: 10px;
}

.inner1800 {
    max-width: 1800px;
}

.inner1440 {
    max-width: 1440px;
}

.inner1200 {
    max-width: 1200px;
}

.inner960 {
    max-width: 960px;
}

.inner640 {
    max-width: 640px;
}

.max1920 {
    max-width: 1920px;
    width: 100%;
    height: auto;
}

.section {
    padding: 80px 0;
}

.imgLogo {
    max-width: 136px;
    width: 88%;
    height: auto;
}

.iconCart {
    width: 20px;
    height: auto;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.textBox {
    font-size: 18px;
    line-height: 40px;
}

.grayBox {
    background: rgba(0, 0, 0, 0.05);
    padding: 24px 40px;
}


/* タイトルCSS */

.headTitle {
    background: #eac0bc;
    display: inline-block;
    color: #fff;
    padding: 8px 23px 8px 24px;
    font-size: 24px;
    margin-bottom: 56px;
    letter-spacing: 1px;
}

.headTitle2Text {
    color: rgba(0, 0, 0, 0.8);
    width: 100%;
}

.headTitle2Text::before,
.headTitle2Text::after {
    width: 64px;
    height: 1px;
    content: '';
    background: rgba(0, 0, 0, 0.2);
}

.headTitle2Text::before {
    margin-right: 24px;
}

.headTitle2Text::after {
    margin-left: 20px;
}

.headTitle2Text::before,
.headTitle2Text::after {
    width: 32px;
}


/* タイトルCSS END */

.bracketsSP {
    display: inline-block;
    padding: 16px 48px;
}

.colImg {
    height: auto;
    width: 100%;
    margin: 0 0 24px;
}

.colHead {
    padding: 12px 0;
    width: 96%;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    font-size: 14px;
}

.colWrap .col2to1:nth-of-type(-n+2) .colHead {
    margin-bottom: 48px;
}

.colHeadTextName {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
}

.colText {
    width: 80%;
    margin: 0 10%;
}

.grTextColor {
    color: rgba(0, 0, 0, 0.6);
}

.lgrTextColor {
    color: rgba(0, 0, 0, 0.3);
}

.nailArtImageText {
    padding: 0 24px;
}

.snsIcon {
    height: 40px;
    width: auto;
}

.snsIconI {
    margin-right: 8px;
}

.snsIconT {
    margin-right: 16px;
}

.snsRightIcon {
    height: 24px;
    width: auto;
    position: absolute;
    top: -4px;
    right: -40px;
}

a:hover .snsRightIcon {
    right: -48px;
}

.snsborder {
    width: 5%;
}

#storeWrap {
    line-height: 125%;
}

.storeLink {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 16px;
}

.storeLink:hover {
    border-bottom: 1px solid #001544;
}

.iconLink {
    width: 20px;
    height: auto;
    position: absolute;
    right: 0;
    top: auto;
}

a:hover .iconLink {
    width: 28px;
    right: -8px;
}

.storeLink,
.shopImg {
    margin-right: 5%;
    margin-bottom: 3.25vw;
}

.storeLink:nth-of-type(3n),
.shopImg:nth-of-type(3n) {
    margin-right: 0;
}

.shopImg {
    overflow: hidden;
}

.shopImg img {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
}

.shopImg:hover img {
    border-bottom: 5px solid #f1f1f1;
    border-right: 5px solid #f1f1f1;
}

.pointImgDescription {
    padding: 0 40px;
}

.graySpan {
    background: rgba(0, 0, 0, 0.05);
    padding: 0 16px;
    display: inline-block;
}

.afterBorder::after {
    content: "";
    height: 1px;
    width: 64px;
    display: block;
    margin: 64px auto;
    background: rgba(0, 0, 0, 0.2);
}


/* 動画 */

#videoImage {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#videoImage iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* 折りたたみ */

#component:checked+.componentlist,
#component2:checked+.componentlist2,
#component3:checked+.componentlist3,
#component4:checked+.componentlist4 {
    display: block;
}


/* 括弧囲い */

.brackets {
    position: relative;
}

.brackets:before,
.brackets:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.brackets:before {
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}

.brackets:after {
    border-right: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    bottom: 0;
    right: 0;
}

a:hover .brackets::before,
a:hover .brackets::after {
    width: 25px;
    height: 35px;
    border-color: rgba(0, 0, 0, 0.6);
}


/* スクロールで表示・非表示用 */

.site-header {
    position: fixed;
    top: 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    max-width: 1920px;
    z-index: 100;
    padding: 8px 0 16px;
    background: #eac0bc;
}

.site-header.scroll {
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

#toShopLink {
    position: fixed;
    top: 47.5%;
    top: calc(50% - 100px);
    right: -48px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 48px;
    z-index: 1;
    height: 200px;
    background: #eac0bc;
    color: #fff;
    font-weight: bold;
    writing-mode: vertical-rl;
    box-sizing: unset;
    -webkit-box-sizing: unset;
    margin-right: 0;
}

#toShopLink.scrollIn {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

#toShopLinkUnder {
    position: fixed;
    z-index: 2;
    bottom: -64px;
    left: 0;
    padding: 8px 0;
    background: #eac0bc;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
}

#toShopLinkUnder.scrollIn {
    bottom: 0;
}

#toShopLinkUnder.scrollIn:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

#toShopLink:hover,
#toShopLinkUnder:hover {
    background: #e8b3af;
}

.iconCartSL {
    width: 20px;
    height: auto;
    margin-top: 8px;
}

#toShopLinkUnder .iconCartSL {
    margin: 0 0 2px 2px;
}


/* ハンバーガーメニュー用 */

#hamNavBox {
    margin: 80px 6%;
    width: 88%
}

nav.globalMenuSp {
    position: fixed;
    z-index: 50;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateX(250%);
    transition: all 0.6s;
    width: 40%;
    height: 100%;
    background: #ededed;
    overflow: auto;
}

nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    height: 100%;
    display: table;
}

nav.globalMenuSp ul li {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: left;
    display: table;
}

nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

nav.globalMenuSp ul li a {
    display: table;
    margin: 0 auto;
    font-weight: normal;
    padding: 16px 64px 16px 16px;
    width: 100%;
    max-width: 360px;
    position: relative;
}

nav.globalMenuSp a.toCart {
    color: #fff;
    background: #eac0bc;
    padding: 0 48px;
    margin: 48px auto 0;
    display: table;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
}

nav.globalMenuSp a.toCart:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
    padding: 0 64px;
}

.hamNavRightIcon {
    position: absolute;
    right: 0;
    height: 14px;
    top: calc(50% - 11px);
    margin-top: 3px;
}

nav.globalMenuSp ul li a:hover .hamNavRightIcon {
    right: -8px;
}

a.toCart .iconCart {
    margin-top: -3px;
}

nav.globalMenuSp.active {
    transform: translateX(150%);
}

.navToggle {
    position: absolute;
    right: 24px;
    top: 12px;
    width: 42px;
    height: 38px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.navToggle span {
    display: block;
    position: absolute;
    width: 28px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 7px;
    border-bottom: solid 3px #eac0bc;
}

.navToggle span:nth-child(1) {
    top: 9px;
}

.navToggle span:nth-child(2) {
    top: 18px;
}

.navToggle span:nth-child(3) {
    top: 27px;
}

.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

.navToggle.active {
    background: #eac0bc;
}

.navToggle.active span {
    border-color: #fff;
}

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle:hover span,
.navToggle.active:hover span {
    width: 32px;
    left: 5px;
}


/* スライダー */

.sliderImg {
    width: 1920px;
    height: auto;
}

.gallerySliderImg {
    width: 684x;
    height: auto;
}

.topSlider li {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bxslider,
.galleryBxslider {
    margin: 0;
    padding: 0;
    -webkit-perspective: 1000;
}

ul.bxslider,
ul.galleryBxslider {
    list-style: none;
}

.bx-viewport {
    -webkit-transform: translateZ(0);
}

.bx-wrapper {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -48px;
    width: 100%;
}

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #ededed;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ededed;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #e8b3af;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    opacity: .2;
    filter: alpha(opacity=20);
    -ms-filter: "alpha(opacity=20)";
    -khtml-opacity: .2;
    -moz-opacity: .2;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url('https://pos-tec.jp/speio/img/left.png') no-repeat 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url('https://pos-tec.jp/speio/img/right.png') no-repeat 0 0;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.bx-wrapper .bx-prev:hover {
    left: 8px;
}

.bx-wrapper .bx-next:hover {
    right: 8px;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 1;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url('https://pos-tec.jp/speio/img/controls.png') -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: #fff;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/* ギャラリー */

#panelWrap {
    position: relative;
}

.tab {
    cursor: pointer;
    position: relative
}

body .panel.is-show {
    position: unset;
    display: block;
}

.panel.is-hide {
    position: absolute;
    left: -9999px;
}

.iconImgName::before {
    content: "●";
    color: #ededed;
    margin-right: 8px;
    margin-left: -16px;
}

.is-imgActive .iconImgName::before {
    color: #333;
}


/* 1440px */

@media screen and (max-width: 1440px) {
    #pr,
    #aboutBrand {
        align-items: center;
        -webkit-align-items: center;
    }
    #pr .width35P,
    #aboutBrand .width35P {
        padding: 40px 24px;
        width: 35%;
    }
    body .textBox {
        font-size: 16px;
        line-height: 32px;
    }
    body .fontSize16px {
        font-size: 14px;
    }
    body .fontSize18px {
        font-size: 16px;
    }
}


/* 1280px */

@media screen and (max-width: 1280px) {
    nav.globalMenuSp {
        width: 75%;
    }
    nav.globalMenuSp.active {
        transform: translateX(33.333%);
        -webkit-transform: translateX(33.333%);
        -o-transform: translateX(33.333%);
        -moz-transform: translateX(33.333%);
    }
}


/* 960px */

@media screen and (max-width: 960px) {
    #header .inner {
        padding-top: 8px;
    }
    .imgLogo {
        max-width: 96px;
    }
    .bx-wrapper .bx-pager.bx-default-pager a {
        width: 6px;
        height: 6px;
    }
    .bx-wrapper .bx-prev {
        left: -40px;
    }
    .bx-wrapper .bx-next {
        right: -40px;
    }
    .bx-wrapper .bx-prev:hover {
        left: -42px;
    }
    .bx-wrapper .bx-next:hover {
        right: -42px;
    }
    .colWrap .col2to1:nth-of-type(-n+3) .colHead {
        margin-bottom: 48px;
    }
    #pr,
    #aboutBrand,
    #imageGallery {
        display: block;
    }
    #pr .width35P,
    #aboutBrand .width35P {
        padding: 80px 0 40px;
        width: 100%;
        margin: 0 0 40px;
    }
    #pr img,
    #aboutBrand img,
    #imageGallery .width47_5P {
        width: 100%;
    }
    #imageGallery .panel {
        width: 80%;
        margin: 0 10%;
    }
    #galleryDetailWrap {
        margin-top: 40px;
    }
    .pointNum {
        font-size: 28px;
        line-height: 52px;
        height: 48px;
        width: 42px;
        padding-left: 6px;
    }
    .nailArtImageText {
        padding: 0 16px;
    }
    body .galleryIconAndTextWrap {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    body .galleryIconAndTextWrap .colWrap {
        margin-bottom: 40px;
    }
    .galleryIconAndTextWrap .galleryText {
        margin-bottom: 0;
    }
    body .display960 {
        display: block;
    }
    body .displayFlex960 {
        display: flex;
    }
    body .displayNone960 {
        display: none;
    }
}


/* 720px */

@media screen and (max-width: 720px) {
    #JNFpointWrap {
        display: block;
    }
    #JNFpointWrap .width30P {
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        align-items: center;
        -webkit-align-items: center;
        width: 100%;
    }
    #JNFpointWrap .positionRelative {
        width: 47.5%;
    }
    .pointNum {
        top: -10vw;
        left: 0;
    }
    #nailArtImage,
    #nailArtImage2 {
        display: block;
        margin-bottom: 0;
    }
    #nailArtImage .width47_5P,
    #nailArtImage2 .width47_5P {
        width: 100%;
    }
    #nailArtImage .width47_5P,
    #nailArtImage2 .width47_5P:first-of-type {
        margin-bottom: 64px;
    }
    .snsIcon {
        height: 24px;
    }
    .snsRightIcon {
        height: 16px;
        top: 1px;
        right: -24px;
    }
    a:hover .snsRightIcon {
        right: -32px;
    }
    body .storeLink,
    body .shopImg {
        width: 47.5%;
    }
    .storeLink:nth-of-type(3n),
    .shopImg:nth-of-type(3n) {
        margin-right: 5%;
    }
    .storeLink:nth-child(2n-2),
    .shopImg:nth-child(2n-2) {
        margin-right: 0;
    }
    body .fontSize24px {
        font-size: 20px;
    }
    #toShopLink {
        right: -32px;
        width: 8px;
        padding: 0 12px;
    }
}


/* 560px */

@media screen and (max-width: 560px) {
    #pr .width35P,
    #aboutBrand .width35P {
        padding: 40px 24px 0;
        width: 80%;
        width: 100%;
        margin: 0;
    }
    #galleryIconWrapList {
        margin-left: calc(57.5% - 50vw);
        margin-right: calc(57.5% - 50vw);
    }
    #JNFpointWrap .width30P {
        display: block;
        margin: 0 0 40px;
    }
    #JNFpointWrap .width30P:last-of-type {
        margin: 0;
    }
    .colHead,
    .colImg {
        width: 90%;
        margin: 0 5% 24px;
    }
    #JNFpointWrap .positionRelative {
        width: 100%;
    }
    .pointNum {
        top: -48px;
        left: 5%;
    }
    #toShopLink {
        display: none;
    }
    #toShopLinkUnder {
        display: block;
    }
    nav.globalMenuSp {
        width: 88%;
    }
    nav.globalMenuSp.active {
        transform: translateX(13.666%);
        -webkit-transform: translateX(13.666%);
        -o-transform: translateX(13.666%);
        -moz-transform: translateX(13.666%);
    }
    .navToggle {
        right: 8px;
        top: 8px;
    }
    #aboutBrand h3 {
        margin-bottom: 24px;
    }
    .shopImg img,
    .shopImg:hover img {
        border-bottom-width: 3px;
        border-right-width: 3px;
    }
}


/* 480px */

@media screen and (max-width: 480px) {
    .headTitle {
        margin-bottom: 40px;
    }
    .imgLogo {
        max-width: 80px;
    }
    body .textBox {
        font-size: 14px;
        line-height: 28px;
    }
    .headTitleEN {
        font-size: 48px;
        margin-bottom: 40px;
    }
    .headTitleText::before,
    .headTitleText::after,
    .head2TitleText::before,
    .head2TitleText::after {
        width: 40px;
    }
    .afterBorder::after {
        margin: 40px auto;
    }
    body .marginBottom64px {
        margin-bottom: 48px;
    }
    body .marginBottom160px {
        margin-bottom: 80px;
    }
    body .fontSize14px {
        font-size: 12px;
        line-height: 18px;
    }
    body .fontSize20px {
        font-size: 16px;
        line-height: 24px;
    }
    body .headTitleText {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .nailArtImageText {
        padding: 0 8px;
    }
    .bx-wrapper .bx-prev {
        left: -32px;
    }
    .bx-wrapper .bx-next {
        right: -32px;
    }
    .bx-wrapper .bx-prev:hover {
        left: -34px;
    }
    .bx-wrapper .bx-next:hover {
        right: -34px;
    }
    nav.globalMenuSp ul li a {
        font-size: 12px;
    }
}


/* 400px */

@media screen and (max-width: 400px) {
    .colHeadTextName {
        font-size: 14px;
    }
    .pointImgDescription {
        padding: 0 24px;
    }
    .bracketsSP {
        padding: 16px 24px;
    }
    .snsIcon {
        height: 16px;
    }
    .snsRightIcon {
        height: 12px;
        top: 4px;
        right: -20px;
    }
    nav.globalMenuSp a.toCart {
        padding: 0 16px;
        font-size: 14px;
    }
    nav.globalMenuSp a.toCart:hover {
        padding: 0 24px;
    }
    .toCart .iconCart {
        margin-right: 0;
    }
    a:hover .snsRightIcon {
        right: -24px;
    }
    .grayBox {
        padding: 16px 24px;
    }
    body .marginBottom64px {
        margin-bottom: 40px;
    }
    body .marginBottom160px {
        margin-bottom: 64px;
    }
    body .fontSize24px {
        font-size: 18px;
    }
    body .display400px {
        display: block;
    }
}