#wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/*----header----*/
header {
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 1);
    border-bottom: 1px solid #c20c1d !important;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
}

#nav-box {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
}

#nav-box ul {
    display: inline-block;
}

#nav-box h1 {
    position: absolute;
    display: inline-block;
    width: 91px;
    left: 0;
    z-index: 1000;
    margin: 0.5em 0 0.5em 5%;
}

#nav {
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 999;
    max-width: 1200px;
    margin: 0 auto;
    height: 95px;
    font-size: 16px;
}

#nav li {
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    padding: 2.5em 1em;
    margin: 0 2em;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#nav li a {
    color: #212121;
}

#nav li a:hover {
    color: #c20c1d;
}

#nav li ul li a {
    color: #fff !important;
}

#nav li ul li {
    display: block;
    padding: 1.4em 0;
    font-weight: 300;
    width: 180px;
    margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#nav li:hover {
    cursor: pointer;
    color: #fff903;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#nav li ul li:hover {
    background-color: #a7a7a7;
    box-shadow: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

#nav li .hover {
    display: none;
}

#nav li:hover .hover {
    display: block;
}

#login {
    height: 95px;
    position: absolute;
    right: 0;
    margin-right: 5%;
    top: 0;
}

#login:after {
    content: '';
    clear: both;
}

#login li {
    display: inline-block;
    font-size: 14px;
    color: #777;
    padding: 2.89em 1em;
}

#login li a {
    color: #777;
}

/*-------------------------------------------------content--------------------------------------------*/
#container {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
}

#content {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.main_visual {
    position: relative;
    width: 100%;
    vertical-align: top;
}

.pc_visual {
    display: block;
}

.mobile_visual {
    display: none;
}

.main_visual img {
    width: 100%;
    vertical-align: top;
}

.visual_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1000;
    width: auto;
    max-width: 670px;
}

.title {
    position: relative;
    font-size: 300%;
    font-weight: 400;
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    -o-text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}

.title_point {
    font-size: 200%;
}

.title:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 98%;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    z-index: -1;
    height: 30px;
    background: #c2091b;
}

.area {
    font-size: 18px;
    line-height: 26px;
    width: 76%;
    font-weight: 300;
    margin: 1em auto;
    -webkit-text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    -moz-text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    -o-text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .8);
}

/*----------------------------------------------------product------------------------------------------------*/
.product_area {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 120px 0 80px 0;
}

.product_area_title {
    font-size: 24px;
    margin: 1em 0 6px 0;
    color: #212121;
    letter-spacing: 0px;
    font-weight: 700;
}

.product_area_title img {
    vertical-align: bottom;
    margin: 0 0.5em;
}

.point_text_area {
    color: #b6b6b6;
    font-weight: 200;
    letter-spacing: 3px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.product_list_area {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 40px auto 0px auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product_list_area div {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 400px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #f6f6f6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product_list_area div:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .16);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product_list_img {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 3em 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product_list_area > div > a {
    display: table;
    width: 100%;
    height: 100%;
}

.product_list_hover {
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product_list_area > div > a:hover .product_list_hover {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.product_list_area > div > a:hover .product_list_img img {
    opacity: 0;
}

.product_list_area > div > a:hover .product_list_hover li:nth-child(2) {
    bottom: -1px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product_list_area > div > a:hover .product_list_hover li:nth-child(3) {
    bottom: 25px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product_list_hover li:nth-child(2) {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: -40px;
    left: 0px;
    width: 100%;
    text-align: left;
    padding: 1.3em;
    color: #82c312;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product_list_hover li:nth-child(3) {
    position: absolute;
    bottom: -25px;
    right: 1em;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

/*----------------------------------------------------banner_img------------------------------------------------*/
.banner_img {
    position: relative;
    width: 100%;
    height: 300px;
    margin: 80px auto;
    text-align: center;
    background: url("../../images/main/banner.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 0 0;
}

/*----------------------------------------------------detail_slider------------------------------------------------*/
.detail_slider {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.slider01 li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.slider01 li ul li {
    position: relative;
    display: inline-block;
}

.detail_slider_text {
    width: 50%;
    padding: 40px 0 0 10%;
}

.detail_slider_text dl {
    text-align: left;
    font-weight: 300;
}

.detail_slider_text dl dt {
    font-size: 24px;
    color: #82c312;
    margin-bottom: 1em;
}

.detail_slider_text dl dd:nth-child(2) {
    font-size: 16px;
    line-height: 22px;
    color: #515151;
    margin-bottom: 1.2em;
}

.detail_slider_text dl dd:nth-child(3) {
    color: #777;
    margin-bottom: 1.2em;
}

.detail_slider_text dl dd:nth-child(4) ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 0.5em;
    overflow: hidden;
}

.detail_slider_img {
    width: 48%;
    float: right;
    padding: 20px 13% 0 0;
}

.detail_slider_img img {
    width: 212px !important;
    float: right;
}

.detail_slider_img img:after {
    content: '';
    clear: both;
}

/*----------------------------------------------------movie_button_area------------------------------------------------*/
.movie_button_area {
    position: relative;
    display: table;
    width: 100%;
    max-width: 1200px;
    margin: 80px auto 40px auto;
}

.movie_button_area div {
    position: relative;
    vertical-align: top;
    display: table-cell;
}

.movie {
    width: 54%;
}

.movie_button {
    width: 44%;
    margin-left: 2%;
}

.movie_button li a {
    display: block;
    width: 100%;
    height: 100%;
}

.movie_button img {
    width: 100%;
}

.movie_button ul li {
    display: table-cell;
    vertical-align: top;
    margin: 0 10px;
    width: 50%;
}

/*-------------------------------------------------------------footer-------------------------------------------------*/
footer {
    width: 100%;
    background: #f6f6f6;
    padding: 1em 0 3em 0;
}

.footer_area {
    width: 100%;
    margin: 0 auto;
}

.footer_logo {
    position: relative;
    display: block;
    vertical-align: top;
    width: 60px;
    margin: 0.5em auto;
}

.footer_logo img {
    width: 100%;
}

.footer_text {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.footer_nav {
    margin-bottom: 1em !important;
}

.footer_nav li {
    display: inline-block;
    font-size: 14px;
    padding: 1em 2em;
}

.footer_nav li a {
    color: #777;
}

.footer_text_area li {
    margin-bottom: 0.5em;
    text-align: center;
    color: #777;
    font-weight: 100;
    letter-spacing: 0;
}

a.footer_mail {
    color: #fff000;
    font-weight: 100;
}

a.footer_mail:hover {
    text-decoration: underline;
}

#back-top {
    position: fixed;
    bottom: 5%;
    right: 5%;
    z-index: 10000;
}

#back-top a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background-color: #c20c1d;
}

/*------------------------------------------------------------mobile----------------------------------------------*/
#mobile_menu {
    display: none;
}

.short_cut {
    padding: 10px;
}

span.mobile_btn a {
    position: relative;
    display: inline-block;
    width: 80px;
    top: -4.1em;
    font-size: 12px;
}

span.mobile_btn a:nth-child(2) {
    margin: 0 0.5em;
}

span.mobile_btn a span {
    margin-top: 2px;
}

.header_image {
    width: 18px;
    height: 16px;
}

.mb_btn {
    background: #ffd615;
    padding: 1em 0.5em;
    border-radius: 25px;
    color: #3c2313;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.mb_btn01 {
    background: #01a468;
    padding: 1em 0.5em;
    border-radius: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

.mb_btn02 {
    background: #00a1e0;
    padding: 1em 0.5em;
    border-radius: 25px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}

span.mobile_btn01 a {
    position: relative;
    display: inline-block;
    width: 115px;
    margin: 3px 0;
    top: -4em;
    font-size: 13px;
}

.mb_btn03 {
    background: #c20c1d;
    color: #fff;
    padding: 1em 0.5em;
    border-radius: 25px;
    margin-right: 2px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}

.mb_btn04 {
    background: #fff;
    border: 1px solid #c20c1d;
    color: #c20c1d;
    padding: 1em 0.5em;
    border-radius: 25px;
    margin-left: 2px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .1);
}


/*-------------------------------------------------------media screen----------------------------------------------*/
@media screen and (max-width: 1795px) {
    .title_point {
        font-size: 180%;
    }
}


@media screen and (max-width: 1380px) {
    #nav li {
        margin: 0 1em;
    }
}

@media screen and (max-width: 1350px) {
    .area {
        font-size: 16px;
        line-height: 24px;
    }

    .title {
        font-size: 280%;
    }
}

@media screen and (max-width: 1280px) {

    .main_visual {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1250px) {
    #nav {
        max-width: 100%;
    }

    #nav li {
        margin: 0;
    }

    .product_list_area {
        width: 95%;
        max-width: 100%;
        justify-content: space-evenly;
        align-items: flex-start;
    }
    .product_list_area div {
        width:245px;
    }
}

@media screen and (max-width: 1050px) {
    .product_list_area {
        flex-direction: row;
        justify-content: center;
    }

    .product_list_area div {
        width: 285px;
        margin: 0 20px 20px 20px;
    }
}


@media screen and (max-width: 1038px) {
    footer {
        padding: 2em;
    }

    .footer_logo {
        float: none;
        text-align: center;
        margin: 1em auto;
    }

    .footer_text {
        padding: 0px;
        text-align: center;
    }

    .footer_text_area li {
        text-align: center;
        line-height: 22px;
    }
}

@media screen and (max-width: 1080px) {
    #nav li {
        width: 150px;
        padding: 2.5em 0.5em;
    }
}

@media screen and (max-width: 1024px) {
    #nav, .right_link, #login {
        display: none !important;
        float: none;
        margin: 0;
    }

    #mobile_menu {
        display: block;
    }

    header {
        width: 100%;
        height: 80px;
        background: #fff;
        top: 0;
        left: 0;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    }

    header h1 {
        margin: 0px auto !important;
        float: none !important;
        position: relative !important;
    }

    #nav-box h1 {
        z-index: 99;
    }

    header h1 img {
        width: 85%;
        margin-top: 6px;
    }
}

@media screen and (max-width: 920px) {
    .product_list_hover img {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .title {
        font-size: 260%;
    }

    .title_point {
        font-size: 160%;
    }

    .area {
        width: 100%;
    }

    .pc_visual {
        display: none;
    }

    .mobile_visual {
        display: block;
    }
}

@media screen and (max-width: 660px) {
    .slider01 li ul li {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 10%;
    }

    .detail_slider_text dl {
        text-align: center;
    }

    .detail_slider_text dl dd:nth-child(4) ul li {
        display: inline-block;
        padding: 0;
    }

    .big_button01 {
        margin: 1em auto 0 auto;
    }

    .detail_slider_text {
        top: 270px;
    }

    .detail_slider_img {
        top: -295px;
    }

    .detail_slider_img img {
        float: none;
        margin: 0 auto;
    }

    .detail_slider_text dl dd:nth-child(2) {
        width: 80%;
        margin: 0 auto 1.2em auto;
        font-size: 14px;
    }

    .movie_button_area div {
        display: block;
        width: 100%;
    }

    .movie_button {
        margin: 1em 0;
        text-align: center;
    }

    .movie_button ul li {
        display: inline-block;
        width: 45%;
    }
}

@media screen and (max-width: 510px) {
    .product_list_area {
        width: 90%;
        margin: 0 auto;
    }

    .product_list_area div {
        width: 100%;
        max-width:285px;
        margin: 20px 0 10px 0;
    }

    .product_list_hover {
        opacity: 1;
    }

    .product_list_hover li:nth-child(1) {
        opacity: 0;
    }

    .product_list_area > div > a:hover .product_list_hover li:nth-child(1) {
        opacity: 1;
    }

    .product_list_hover li:nth-child(2) {
        bottom: -1px;
    }

    .product_list_hover li:nth-child(3) {
        bottom: 25px;
    }

    .slider01 li ul li {
        z-index: 99;
    }

    .big_button {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .banner_img {
        background: url(../../images/main/banner.jpg) no-repeat -18em;
    }
}

@media screen and (max-width: 437px) {
    .movie_button ul li {
        width: 80%;
        margin: 10px auto;
    }
}

@media screen and (max-width: 430px) {
    .banner_img img {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 420px) {

    .title {
        font-size: 200%;
    }
}

@media screen and (max-width: 390px) {
    .footer_nav li {
        padding: 1em;
    }
}

@media screen and (max-width: 360px) {
    .detail_slider_text {
        top: 300px;
    }
}
