.main-button {
    display: none;
}

.simulator-quick {
    overflow: hidden;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 50;
}
.simulator-quick a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 80px;
    height: 80px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    background: #2d2d2d;
    transition: background-color .4s ease;
}

.simulator-quick a:hover {
    background: #3f3f3f;
}

.simulator-quick a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #c51e34;
    opacity: 0;
    content: "";
    transition: opacity .4s ease;
}

.simulator-quick .buy:before {
    background: #2d2d2d;
}

.simulator-quick a:hover:before {
    opacity: 1;
}

.simulator-quick .buy {
    background: #d52138 !important;
}

.simulator-quick .coupon {
    display: none;
    border-bottom: 1px solid #575757;
}

.simulator-quick .tutorial {
}

.simulator-quick span:before {
    display: block;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.simulator-quick .buy span:before {
    height: 19px;
    background-image: url("/assets/images/product/icon_simulator_buy.png");
}

.simulator-quick .coupon span:before {
    height: 14px;
    background-image: url("/assets/images/product/icon_simulator_coupon.png");
}

.simulator-quick .tutorial span:before {
    height: 16px;
    background-image: url("/assets/images/product/icon_simulator_tutorial.png");
}

.simulator-tutorial {
    width: 1200px;
}

.simulator-tutorial .contents {
    padding: 60px 140px 100px;
}

.simulator-tutorial .title {
    padding-bottom: 40px;
    color: #000;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
}

.simulator-tutorial .title:before {
    display: block;
    height: 16px;
    margin-bottom: 20px;
    background: url("/assets/images/product/icon_simulator_tutorial_red.png") no-repeat center top;
    content: "";
}

.simulator-tutorial .movie {
    position: relative;
}

.simulator-tutorial .movie:before {
    display: block;
    padding-top: 56.25%;
    content: "";
}

.simulator-tutorial .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.simulator-buy {
    width: 660px;
}

.simulator-buy .contents {
    padding: 80px 60px 60px;
    text-align: center;
}

.simulator-buy .title {
    padding-bottom: 20px;
    color: #000;
    font-size: 30px;
}

.simulator-buy .title em {
    color: #c50233;
    font-style: normal;
}

.simulator-buy .text {
    padding-bottom: 30px;
    color: #646464;
    font-size: 24px;
}

.simulator-buy .link {
    display: inline-block;
    vertical-align: top;
    width: 180px;
    height: 54px;
    margin-top: 50px;
    color: #fff;
    font-size: 22px;
    font-family: 'Lato-Bold';
    font-weight: 700;
    line-height: 54px;
    background: #c50233;
}

.simulator-buy .location:after {
    display: block;
    clear: both;
    content: "";
}

.simulator-buy .location dl {
    float: left;
    width: 250px;
    margin: 0 10px;
}

.simulator-buy .location dt {
    color: #888;
    font-size: 18px;
    font-family: 'Lato-Regular';
    text-align: left;
}

.simulator-buy .location dd {
    position: relative;
    margin-top: 10px;
    background: #ededed;
}

.simulator-buy .location dd:after {
    position: absolute;
    top: 50%;
    right: 20px;
    border-top: 5px solid #1c1c1c;
    border-bottom: none;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.simulator-buy .location select {
    overflow: hidden;
    width: 100%;
    height: 54px;
    padding: 0 16px;
    color: #888;
    font-size: 18px;
    font-family: 'Lato-Regular';
    background: none;
    box-sizing: border-box;
}