body { 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-overflow-scrolling: touch; 
}
.main-page, .main-page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
}
.main-page {
    display: block;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}
.wrap {
    display: block;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: 0 auto;
}
.hashtag-section {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 1px;
    visibility: hidden;
    background-color: transparent;
}
#galaxynote20series.hashtag-section {
    top: -114px;
}
.section-discount {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-discount-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-discount-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-discount-button-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 114px;
    text-align: center;
    padding-top: 26px;
    z-index: 9;
}
.section-discount-button-box.fixed {
    position: fixed;
    bottom: unset;
    top: 0;
}
.section-discount-button-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 259px;
    text-align: center;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-image: url(images/bg-nav.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.section-discount-button-box.fixed:before {
    opacity: 1;
    visibility: visible;
}
.section-discount-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 64px;
    font-family: "SamsungSharpSans", arial;
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
    margin: 0;
    z-index: 2;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section-discount-button + .section-discount-button {
    margin-left: 130px;
}
.section-discount-button:hover {
    text-decoration: underline;
}
.section-discount-button span {
    display: inline-block;
    vertical-align: baseline;
    font-family: 'Kittithada', arial;
    font-size: 28px;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.section-discount-button:hover span {
    text-decoration: underline;
}
.section-discount-button br.m {
    display: none;
}
.section-galaxy-note {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-galaxy-note-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-galaxy-note-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-galaxy-note-button-box {
    position: absolute;
    bottom: 8%;
    left: 1%;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.section-galaxy-note-button {
    display: inline-block;
    vertical-align: top;
    width: 100px;
    height: 32px;
    font-family: 'Kittithada', arial;
    font-size: 25px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin: 0 54px;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 2px solid #000;
}
.section-galaxy-note-button:hover {
    color: #2964b3;
    border-color: #2964b3;
}
.section-galaxy-note20-series {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-galaxy-note20-series-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-galaxy-note20-series-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-galaxy-note20-series-button-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 182px;
    z-index: 2;
    -webkit-transform: translate(-180px,-348px);
    transform: translate(-180px,-348px);
}
.section-galaxy-note20-series-button {
    display: block;
    width: 182px;
    height: 69px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    font-size: unset;
    color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: unset;
    margin-bottom: 11px;
}
.section-galaxy-note20-series-button.get-6000 {
    background-image: url(images/button-6000.png);
}
.section-galaxy-note20-series-button:hover.get-6000 {
    background-image: url(images/button-6000-h.png);
}
.section-galaxy-note20-series-button.get-5000 {
    background-image: url(images/button-5000.png);
}
.section-galaxy-note20-series-button:hover.get-5000 {
    background-image: url(images/button-5000-h.png);
}
.section-galaxy-note20-series-button.get-3000 {
    background-image: url(images/button-3000.png);
}
.section-galaxy-note20-series-button:hover.get-3000 {
    background-image: url(images/button-3000-h.png);
}
.section-galaxy-s20fe-series {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-galaxy-s20fe-series-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-galaxy-s20fe-series-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-galaxy-s20fe5g-series-button-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 394px;
    z-index: 2;
    -webkit-transform: translate(-334px,72px);
    transform: translate(-334px,72px);
}
.section-galaxy-s20fe5g-series-button {
    display: inline-block;
    vertical-align: top;
    width: 183px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    font-size: unset;
    color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: unset;
    margin-right: 20px;
}
.section-galaxy-s20fe5g-series-button:last-child {
    margin-right: 0;
}
.section-galaxy-s20fe5g-series-button.get-4000 {
    background-image: url(images/button-4000.png);
}
.section-galaxy-s20fe5g-series-button:hover.get-4000 {
    background-image: url(images/button-4000-h.png);
}

.section-galaxy-s20fe-series-button-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 183px;
    z-index: 2;
    -webkit-transform: translate(400px,72px);
    transform: translate(400px,72px);
}
.section-galaxy-s20fe-series-button {
    display: inline-block;
    vertical-align: top;
    width: 183px;
    height: 79px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    font-size: unset;
    color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: unset;
}
.section-galaxy-s20fe-series-button.get-big-3000 {
    background-image: url(images/button-big-3000.png);
}
.section-galaxy-s20fe-series-button:hover.get-big-3000 {
    background-image: url(images/button-big-3000-h.png);
}

.section-galaxy-s20fe-series-button-learn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    z-index: 2;
    -webkit-transform: translate(-554px,174px);
    transform: translate(-554px,174px);
}
.section-galaxy-s20fe-series-button-learn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 32px;
    font-family: 'Kittithada', arial;
    font-size: 25px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 2px solid #000;
}
.section-galaxy-s20fe-series-button-learn:hover {
    color: #2964b3;
    border-color: #2964b3;
}
.section-galaxy-s20fe-series-button-learn-box.second {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    z-index: 2;
    -webkit-transform: translate(210px,174px);
    transform: translate(210px,174px);
}
.section-galaxy-a {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-galaxy-a-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-galaxy-a-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.section-galaxy-a-button-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 176px;
    z-index: 2;
    -webkit-transform: translate(-400px,26px);
    transform: translate(-400px,26px);
}
.section-galaxy-a-button-box.second {
    -webkit-transform: translate(10px,26px);
    transform: translate(10px,26px);
}
.section-galaxy-a-button-box.third {
    -webkit-transform: translate(426px,26px);
    transform: translate(426px,26px);
}
.section-galaxy-a-button {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 79px;
    background-image: url(images/button-1000.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    -webkit-transition: background-image 0.3s ease;
    transition: background-image 0.3s ease;
    font-size: unset;
    color: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: unset;
}
.section-galaxy-a-button:hover {
    background-image: url(images/button-1000-h.png);
}

.section-galaxy-a-button-learn-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    z-index: 2;
    -webkit-transform: translate(-556px,120px);
    transform: translate(-556px,120px);
}
.section-galaxy-a-button-learn-box.second {
    -webkit-transform: translate(-156px,120px);
    transform: translate(-156px,120px);
}
.section-galaxy-a-button-learn-box.third {
    -webkit-transform: translate(262px,120px);
    transform: translate(262px,120px);
}
.section-a-button-learn {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 32px;
    font-family: 'Kittithada', arial;
    font-size: 25px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    background-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 2px solid #000;
}
.section-a-button-learn:hover {
    color: #2964b3;
    border-color: #2964b3;
}
.section-howto {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-howto-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-howto-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-howto-gift {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-howto-gift-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-howto-gift-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.section-case {
    position: relative;
    display: block;
    overflow: hidden;
}
.section-case-image {
    position: relative;
    display: block;
    left: 50%;
    width: 1920px;
    height: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-case-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.main-page .item-description-box {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.main-page .item-description {
    display: none;
    width: 100%;
    height: auto;
}
.main-page .item-description .item-description-container {
    display: block;
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}
.main-page .item-description .item-description-container br.m {
    display: none;
}
.main-page .item-description .item-description-container h4 {
    display: inline-block;
    width: 100%;
    font-family: 'Kittithada', arial;
    font-size: 30px;
    color: #1c4296;
    line-height: 1;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 50px;
    margin-bottom: 10px;
}
.main-page .item-description .item-description-container h5 {
    display: inline-block;
    width: 100%;
    font-family: 'Kittithada', arial;
    font-size: 24px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    letter-spacing: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}
.main-page .item-description .item-description-container ul, 
.main-page .item-description .item-description-container ol {
    display: inline-block;
    width: 100%;
    height: auto;
    list-style: none;
    margin-bottom: 35px;
    white-space: normal;
    overflow: hidden;
}
.main-page .item-description .item-description-container ul.sub-terms {
    margin: 0 0 -4px;
}
.main-page .item-description .item-description-container ul.sub-terms ul.sub-terms {
    padding-left: 8px;
}
.main-page .item-description .item-description-container ul li, 
.main-page .item-description .item-description-container ol li {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Kittithada', arial;
    font-size: 22px;
    color: #000;
    line-height: 1.25;
    font-weight: normal;
    letter-spacing: normal;
    padding-left: 18px;
}
.main-page .item-description .item-description-container ol li {
    counter-increment: item;
}
.main-page .item-description .item-description-container ol li:before {
    margin-right: 10px;
    content: counter(item);
    background: #0369ba;
    border-radius: 100%;
    color: #fff;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
}
.main-page .item-description .item-description-container ul li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 95%;
}
.main-page .item-description .item-description-container ul li a, 
.main-page .item-description .item-description-container ol li a {
    display: inline-block;
    width: auto;
    height: auto;
    color: #0d4ea3;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-page .item-description .item-description-container ul li a:hover, 
.main-page .item-description .item-description-container ol li a:hover {
    color: #0d4ea3;
    text-decoration: underline;
}
.main-page .item-description .item-description-container ul li br.m {
    display: none;
}



.main-page .item-description .item-description-subcontainer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
img.m {
    display: none;
}
@media (max-width: 1440px) {
    .hashtag-section {
        top: -10.4166666667vw;
    }
    #galaxynote20series.hashtag-section {
        top: -7.9166666667vw;
    }
    .section-discount-image {
        width: 133.3333333333vw;
    }
    .section-discount-button-box {
        height: 7.9166666667vw;
        padding-top: 1.8055555556vw;
    }
    .section-discount-button-box:before {
        height: 17.9861111111vw;
    }
    .section-discount-button {
        height: 4.4444444444vw;
        font-size: 1.5277777778vw;
    }
    .section-discount-button + .section-discount-button {
        margin-left: 9.0277777778vw;
    }
    .section-discount-button span {
        font-size: 1.9444444444vw;
    }
    .section-galaxy-note-image {
        width: 133.3333333333vw;
    }
    .section-galaxy-note-button {
        width: 6.9444444444vw;
        height: 2.2222222222vw;
        font-size: 1.7361111111vw;
        margin: 0 3.75vw;
        border-width: 0.1388888889vw;
    }
    .section-galaxy-note20-series-image {
        width: 133.3333333333vw;
    }
    .section-galaxy-note20-series-button-box {
        width: 12.6388888889vw;
        -webkit-transform: translate(-12.5vw, -24.1666666667vw);
        transform: translate(-12.5vw, -24.1666666667vw);
    }
    .section-galaxy-note20-series-button {
        width: 12.6388888889vw;
        height: 4.7916666667vw;
        margin-bottom: 0.7638888888888888vw;
    }
    .section-galaxy-s20fe-series-image {
        width: 133.3333333333vw;
    }
    .section-galaxy-s20fe5g-series-button-box {
        width: 27.3611111111vw;
        -webkit-transform: translate(-23.1944444444vw, 5vw);
        transform: translate(-23.1944444444vw, 5vw);
    }
    .section-galaxy-s20fe5g-series-button {
        width: 12.7083333333vw;
        height: 5.4861111111vw;
        margin-right: 1.3888888889vw;
    }
    .section-galaxy-s20fe-series-button-box {
        width: 12.7083333333vw;
        -webkit-transform: translate(27.7777777778vw, 5vw);
        transform: translate(27.7777777778vw, 5vw);
    }
    .section-galaxy-s20fe-series-button {
        width: 12.7083333333vw;
        height: 5.4861111111vw;
    }
    .section-galaxy-s20fe-series-button-learn-box {
        width: 6.9444444444vw;
        -webkit-transform: translate(-38.4722222222vw, 12.0833333333vw);
        transform: translate(-38.4722222222vw, 12.0833333333vw);
    }
    .section-galaxy-s20fe-series-button-learn {
        height: 2.2222222222vw;
        font-size: 1.7361111111vw;
        border-width: 0.1388888889vw;
    }
    .section-galaxy-s20fe-series-button-learn-box.second {
        width: 6.9444444444vw;
        -webkit-transform: translate(14.5833333333vw, 12.0833333333vw);
        transform: translate(14.5833333333vw, 12.0833333333vw);
    }
    .section-galaxy-a-image {
        width: 133.3333333333vw;
    }
    .section-galaxy-a-button-box {
        width: 12.2222222222vw;
        -webkit-transform: translate(-27.7777777778vw, 1.8055555556vw);
        transform: translate(-27.7777777778vw, 1.8055555556vw);
    }
    .section-galaxy-a-button-box.second {
        -webkit-transform: translate(0.6944444444vw, 1.8055555556vw);
        transform: translate(0.6944444444vw, 1.8055555556vw);
    }
    .section-galaxy-a-button-box.third {
        -webkit-transform: translate(29.5833333333vw, 1.8055555556vw);
        transform: translate(29.5833333333vw, 1.8055555556vw);
    }
    .section-galaxy-a-button {
        height: 5.4861111111vw;
    }
    .section-galaxy-a-button-learn-box {
        width: 6.9444444444vw;
        -webkit-transform: translate(-38.6111111111vw, 8.3333333333vw);
        transform: translate(-38.6111111111vw, 8.3333333333vw);
    }
    .section-galaxy-a-button-learn-box.second {
        -webkit-transform: translate(-10.8333333333vw, 8.3333333333vw);
        transform: translate(-10.8333333333vw, 8.3333333333vw);
    }
    .section-galaxy-a-button-learn-box.third {
        -webkit-transform: translate(18.1944444444vw, 8.3333333333vw);
        transform: translate(18.1944444444vw, 8.3333333333vw);
    }
    .section-a-button-learn {
        height: 2.2222222222vw;
        font-size: 1.7361111111vw;
        border-width: 0.1388888889vw;
    }
    .section-howto-image {
        width: 133.3333333333vw;
    }
    .section-howto-gift-image {
        width: 133.3333333333vw;
    }
    .section-case-image {
        width: 133.3333333333vw;
    }
    .main-page .item-description .item-description-container {
        max-width: 87.5vw;
    }
    .main-page .item-description .item-description-container h4 {
        font-size: 2.0833333333vw;
        margin-top: 3.4722222222vw;
        margin-bottom: 0.6944444444vw;
    }
    .main-page .item-description .item-description-container h5 {
        font-size: 1.6666666667vw;
        margin-bottom: 0.6944444444vw;
    }
    .main-page .item-description .item-description-container ul,
    .main-page .item-description .item-description-container ol {
        margin-bottom: 2.4305555556vw;
    }
    .main-page .item-description .item-description-container ul.sub-terms {
        margin: 0 0 -0.2777777778vw;
    }
    .main-page .item-description .item-description-container ul.sub-terms ul.sub-terms {
        padding-left: 0.5555555556vw;
    }
    .main-page .item-description .item-description-container ul li,
    .main-page .item-description .item-description-container ol li {
        font-size: 1.5277777778vw;
        padding-left: 1.25vw;
    }
    .main-page .item-description .item-description-container ol li:before {
        margin-right: 0.6944444444vw;
        width: 1.5972222222vw;
        height: 1.5972222222vw;
        line-height: 1.5972222222vw;
    }
}
@media (max-width: 768px) {
    .hashtag-section {
        top: -18.229166666666664vw;
    }
    #galaxynote20series.hashtag-section {
        top: -12.369791666666668vw;
    }
    .section-discount-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-discount-button-box {
        height: 13.28125vw;
        padding-top: 3.6458333333vw;
    }
    .section-discount-button-box:before {
        height: 35.0260416667vw;
        background-image: url(images/bg-nav-m.png);
    }
    .section-discount-button {
        height: auto;
        font-size: 2.2135416667vw;
    }
    .section-discount-button + .section-discount-button {
        margin-left: 8.3333333333vw;
    }
    .section-discount-button:hover {
        text-decoration: none;
    }
    .section-discount-button:active {
        text-decoration: underline;
    }
    .section-discount-button span {
        font-size: 2.7994791667vw;
    }
    .section-discount-button:hover span {
        text-decoration: none;
    }
    .section-discount-button:active span {
        text-decoration: underline;
    }
    .section-discount-button br.d {
        display: none;
    }
    .section-discount-button br.m {
        display: block;
    }
    .section-galaxy-note-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-galaxy-note-image img {
        display: block;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .section-galaxy-note-button-box {
        bottom: 50.78125vw;
        left: 0;
    }
    .section-galaxy-note-button {
        width: auto;
        height: 3.90625vw;
        font-size: 3.3854166667vw;
        margin: 0 9.6354166667vw;
        border-bottom: 0.390625vw solid #000;
    }
    .section-galaxy-note-button:hover {
        color: #000;
    }
    .section-galaxy-note-button:active {
        color: #2964b3;
    }
    .section-galaxy-note20-series-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-galaxy-note20-series-table-m-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-left: 2.734375vw;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .section-galaxy-note20-series-table-m-image {
        display: block;
        width: 131.3802083333vw;
        height: 120.3125vw;
        padding-right: 3.125vw;
    }
    .section-galaxy-note20-series-table-m-image img {
        display: block;
        width: auto;
        height: 100%;
        margin: 0 auto;
    }
    .section-galaxy-note20-series-button-box {
        width: 21.484375vw;
        -webkit-transform: translate(-6.640625vw, -46.2239583333vw);
        transform: translate(-6.640625vw, -46.2239583333vw);
    }
    .section-galaxy-note20-series-button {
        width: 21.484375vw;
        height: 8.203125vw;
        margin-bottom: 1.8229166667vw;
    }
    .section-galaxy-note20-series-button:hover.get-6000 {
        background-image: url(images/button-6000.png);
    }
    .section-galaxy-note20-series-button:active.get-6000 {
        background-image: url(images/button-6000-h.png);
    }
    .section-galaxy-note20-series-button:hover.get-5000 {
        background-image: url(images/button-5000.png);
    }
    .section-galaxy-note20-series-button:active.get-5000 {
        background-image: url(images/button-5000-h.png);
    }
    .section-galaxy-note20-series-button.get-3000 {
        margin-bottom: 5.078125vw;
    }
    .section-galaxy-note20-series-button:hover.get-3000 {
        background-image: url(images/button-3000.png);
    }
    .section-galaxy-note20-series-button:active.get-3000 {
        background-image: url(images/button-3000-h.png);
    }
    .section-galaxy-s20fe-series-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-galaxy-s20fe5g-series-button-box {
        width: 51.3020833333vw;
        -webkit-transform: translate(-5.46875vw, -16.2760416667vw);
        transform: translate(-5.46875vw, -16.2760416667vw);
    }
    .section-galaxy-s20fe5g-series-button {
        width: 21.875vw;
        height: 9.5052083333vw;
        margin-right: 3.2552083333vw;
    }
    .section-galaxy-s20fe5g-series-button:hover.get-4000 {
        background-image: url(images/button-4000.png);
    }
    .section-galaxy-s20fe5g-series-button:active.get-4000 {
        background-image: url(images/button-4000-h.png);
    }
    .section-galaxy-s20fe-series-button-box {
        width: 21.875vw;
        -webkit-transform: translate(-5.2083333333vw, 38.5416666667vw);
        transform: translate(-5.2083333333vw, 38.5416666667vw);
    }
    .section-galaxy-s20fe-series-button {
        width: 21.875vw;
        height: 9.5052083333vw;
    }
    .section-galaxy-s20fe-series-button.get-big-3000 {
        background-image: url(images/button-big-3000.png);
    }
    .section-galaxy-s20fe-series-button:hover.get-big-3000 {
        background-image: url(images/button-big-3000-h.png);
    }
    .section-galaxy-s20fe-series-button-learn-box {
        width: auto;
        -webkit-transform: translate(-29.1666666667vw, -4.5572916667vw);
        transform: translate(-29.1666666667vw, -4.5572916667vw);
    }
    .section-galaxy-s20fe-series-button-learn {
        width: auto;
        height: 3.90625vw;
        font-size: 3.3854166667vw;
        border-bottom: 0.390625vw solid #000;
    }
    .section-galaxy-s20fe-series-button-learn:hover {
        color: #000;
    }
    .section-galaxy-s20fe-series-button-learn:active {
        color: #2964b3;
    }
    .section-galaxy-s20fe-series-button-learn-box.second {
        width: auto;
        -webkit-transform: translate(-29.1666666667vw, 50.9114583333vw);
        transform: translate(-29.1666666667vw, 50.9114583333vw);
    }
    .section-galaxy-a-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-galaxy-a-button-box {
        width: auto;
        z-index: 2;
        -webkit-transform: translate(-5.46875vw, -44.140625vw);
        transform: translate(-5.46875vw, -44.140625vw);
    }
    .section-galaxy-a-button-box.second {
        -webkit-transform: translate(-32.6822916667vw, 53.90625vw);
        transform: translate(-32.6822916667vw, 53.90625vw);
    }
    .section-galaxy-a-button-box.third {
        -webkit-transform: translate(10.6770833333vw, 53.90625vw);
        transform: translate(10.6770833333vw, 53.90625vw);
    }
    .section-galaxy-a-button {
        width: 22.0052083333vw;
        height: 9.8958333333vw;
    }
    .section-galaxy-a-button:hover {
        background-image: url(images/button-1000.png);
    }
    .section-galaxy-a-button:active {
        background-image: url(images/button-1000-h.png);
    }
    .section-galaxy-a-button-learn-box {
        width: auto;
        -webkit-transform: translate(-29.5572916667vw, -32.1614583333vw);
        transform: translate(-29.5572916667vw, -32.1614583333vw);
    }
    .section-galaxy-a-button-learn-box.second {
        -webkit-transform: translate(-29.5572916667vw, 20.5729166667vw);
        transform: translate(-29.5572916667vw, 20.5729166667vw);
    }
    .section-galaxy-a-button-learn-box.third {
        -webkit-transform: translate(17.1875vw, 20.5729166667vw);
        transform: translate(17.1875vw, 20.5729166667vw);
    }
    .section-a-button-learn {
        width: auto;
        height: 3.90625vw;
        font-size: 3.3854166667vw;
        border-bottom: 0.390625vw solid #000;
    }
    .section-a-button-learn:hover {
        color: #000;
    }
    .section-a-button-learn:active {
        color: #2964b3;
    }
    .section-howto-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-howto-gift-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .section-case-image {
        left: unset;
        width: 100%;
        -webkit-transform: none;
        transform: none;
    }
    .main-page .item-description .item-description-container {
        max-width: 100%;
        padding: 10.4166666667vw 9.765625vw;
    }
    .main-page .item-description .item-description-container br.d {
        display: none;
    }
    .main-page .item-description .item-description-container br.m {
        display: block;
    }
    .main-page .item-description .item-description-container h4 {
        font-size: 4.5572916667vw;
        margin-top: 0;
        margin-bottom: 2.34375vw;
    }
    .main-page .item-description .item-description-container h5 {
        font-size: 4.1666666667vw;
        margin-top: 0;
        margin-bottom: 1.953125vw;
    }
    .main-page .item-description .item-description-container ul,
    .main-page .item-description .item-description-container ol {
        margin-bottom: 5.859375vw;
    }
    .main-page .item-description .item-description-container ul.sub-terms {
        margin: 0 0 -0.5208333333vw;
    }
    .main-page .item-description .item-description-container ul.sub-terms ul.sub-terms {
        padding-left: 1.0416666667vw;
    }
    .main-page .item-description .item-description-container ul li,
    .main-page .item-description .item-description-container ol li {
        font-size: 3.7760416667vw;
        line-height: 1.1;
        padding-left: 3.125vw;
    }
    .main-page .item-description .item-description-container ol li:before {
        margin-right: 1.3020833333vw;
        width: 2.9947916667vw;
        height: 2.9947916667vw;
        line-height: 2.9947916667vw;
    }
    img.d {
        display: none;
    }
    img.m {
        display: block;
    }

}