@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    /* font-family:"ヒラギノ丸 Pro W3", "Hiragino Gothic Pro","メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "Sawarabi Mincho";
    color: #333;
    box-sizing: border-box;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    overflow-x: hidden;

}

.container,
.rows,
header,
section,
footer {
    width: 100%;
    float: left;
}

.cont {
    width: 100%;
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
    margin: 0 auto;
}

* {
    box-sizing: border-box;
}

*::after {
    box-sizing: border-box;
}

*::before {
    box-sizing: border-box;
}

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

a:hover,
a:visited,
a:focus {
    outline: none;
    border: none;
}

.ow {
    overflow: hidden;
    width: 100%;
}

.dl_flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.flex {
    display: flex;
    justify-content: center;
}

.vd iframe {
    width: 670px;
    height: 390px;
    padding: 20px;
}

main {
    width: calc(100vw - 175px);
    height: 100%;
    overflow: hidden;
    margin-left: auto
}

.show_sp {
    display: none !important;
}

.hide_sp {
    display: inline-block !important;
}

#top_cont01 .div_all .div_right .div_txt .btn_div {
    display: none;
}

/* Header */

header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    z-index: 9999999;
    background-color: #ffe6e6;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .18);
}

.hd_menu {
    margin: 0 auto;
    padding-top: 49px;
    width: 58px;
}

.hd_hamber_menu {
    padding: 5px;
    transition: opacity 500ms;
    cursor: pointer;
}

.hd_menu_line {
    margin-bottom: 15px;
    padding: 7px 0;
}

.span_line {
    position: relative;
    display: block;
    width: 100%;
    background-color: #848484;
    height: 1px;
}

.span_line:before,
.span_line:after {
    height: 1px;
}

.span_line:before {
    transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
    transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
    transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
}

.span_line:before,
.span_line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    display: block;
    background-color: #848484;
    transition: -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
    transition: transform 300ms cubic-bezier(.455, .03, .515, .955);
    transition: transform 300ms cubic-bezier(.455, .03, .515, .955), -webkit-transform 300ms cubic-bezier(.455, .03, .515, .955);
}

.span_line:before {
    top: -6px;
}

.span_line:after {
    top: 6px;
}

.hd_fix,
.hd_all {
    height: 100%;
    display: block;
}

.hd_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hd_btn a {
    background-color: #f37a7a;
    display: block;
    text-align: center;
    height: 10vh;
    line-height: 10vh;
    color: #fff;
    text-decoration: none;
    width: 100%;
}

.hd_menu_txt {
    font-size: 9px;
    text-align: center;
}

.hd_logo {
    position: absolute;
    padding: 10px;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.hd_div_menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 0;
    width: calc(100vw - 175px);
    background-color: transparent;
    /*ForSafari3.1to6.0*/
    -webkit-transition-property: transform;
    -webkit-transition-duration: 0s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 800ms;
    /*Standardsyntax*/
    transition-property: transform;
    transition-duration: 0s;
    transition-timing-function: linear;
    transition-delay: 800ms;
    transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}

.hd_div_menu.open_menu {
    /*ForSafari3.1to6.0*/
    -webkit-transition-property: transform, background-image;
    -webkit-transition-duration: 0s, 5s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 0ms;
    /*Standardsyntax*/
    transition-property: transform, background-image;
    transition-duration: 0s, 5s;
    transition-timing-function: linear;
    transition-delay: 0ms;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.hd_div_menu .div_menu {
    width: 33.3333%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hd_div_menu .div_menu.div01 {
    background-image: none;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    background-color: #4b4b4b;
}

.hd_div_menu .div_menu.div02 {
    background-image: none;
    -webkit-transform: translate(-200%, 0);
    transform: translate(-200%, 0);
    -moz-transform: translate(-200%, 0);
    -ms-transform: translate(-200%, 0);
    -o-transform: translate(-200%, 0);
    background-color: #333;
}

.hd_div_menu .div_menu.div03 {
    background-image: none;
    -webkit-transform: translate(-300%, 0);
    transform: translate(-300%, 0);
    -moz-transform: translate(-300%, 0);
    -ms-transform: translate(-300%, 0);
    -o-transform: translate(-300%, 0);
    background-color: #202020;
}

.div_instar {
    margin-top: 40px;
    margin-bottom: 20px;
    /* max-width:300px; */
    /* max-height: 1090px; */
    overflow: hidden;
}

.div_instar #instagram-feed1 {
    margin-bottom: 20px;
}

.div_instar #instagram-feed1 img {
    margin: auto;
    margin-bottom: 10px;
}


.div_instar .masongram-image-caption-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}

.div_instar .masongram-image-caption-container a {
    display: block;
    width: 100%;
    height: 100%;
}


.hd_div_menu.open_menu .div_menu.div01 {
    background-image: url(../img/hd_menu_img01.jpg);
    z-index: 3;
}

.hd_div_menu.open_menu .div_menu.div02 {
    background-image: url(../img/hd_menu_img02.jpg);
    z-index: 2;
}

.hd_div_menu.open_menu .div_menu.div03 {
    background-image: url(../img/hd_menu_img03.jpg);
    z-index: 1;
}

.hd_div_menu .div_menu ul {
    padding-top: 17.1875vw;
    width: 17.1875vw;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; */
}

.hd_div_menu.open_menu .div_menu ul {
    opacity: 1;
    /* -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; */
    transition: opacity 1100ms cubic-bezier(.42, 0, .58, 1) 900ms;
}


.hd_div_menu .div_menu ul .title {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 3.51562vw;
}

.hd_div_menu .div_menu ul li {
    font-size: 13px;
    line-height: 238%;
    color: #fff;
}

.hd_div_menu .div_menu ul li a {
    color: #000;
    transition: opacity 400ms;
    text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;
}

.hd_hamber_menu.open_menu .span_line {
    background-color: #ffe6e6;
}

.hd_hamber_menu.open_menu .span_line:before {
    -webkit-transform: translate(0, 6px) rotate(45deg);
    transform: translate(0, 6px) rotate(45deg);
}

.hd_hamber_menu.open_menu .span_line:after {
    -webkit-transform: translate(0, -6px) rotate(-45deg);
    transform: translate(0, -6px) rotate(-45deg);
}

.hd_div_menu .div_menu {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transition: -webkit-transform 800ms;
    transition: transform 800ms;
    transition: transform 800ms, -webkit-transform 800ms;
    -webkit-transition: -webkit-transform 800ms;
    -moz-transition: -webkit-transform 800ms;
    -ms-transition: -webkit-transform 800ms;
    -o-transition: -webkit-transform 800ms;
    position: relative;
}

.hd_div_menu.open_menu .div_menu {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.hd_sns {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 75px;
    top: 31px;
    right: 31px;
    mix-blend-mode: exclusion;
}

.hd_sns .ul_sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
}

.hd_sns .ul_sns .li_sns {
    width: 50%;
    text-align: center;
}

.hd_sns .ul_sns .li_sns img {
    width: 50%;
    width: auto;
    height: 21px;
    margin-left: auto;
    object-fit: contain;
}

.hd_sns .ul_sns .li_sns:nth-child(2) img {
    margin-right: 10px;
    margin-left: 10px;
}

/* End Header */

footer {
    padding-top: 105px;
    padding-bottom: 65px;
    background-color: #3c3c3c;
    background-image: url(../img/ft.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    width: calc(100vw - 175px);
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    display: block;
    float: none;
}

footer .ft_logo {
    width: 20%;
    max-width: 200px;

}

footer .ft_logo .logo {
    margin-bottom: 30px;
    display: block;
}

footer .ft_menu {
    width: 100%;
    justify-content: space-between;
}

/* footer .ft_menu .div_menu{
	width: 18%;
} */

footer .ft_menu .div_menu ul li a {
    font-size: 14px;
    letter-spacing: .14em;
    color: #000;
    line-height: 2.54545;
    text-decoration: none;
    transition: color 400ms;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

footer .ft_menu .div_menu ul li a:hover {
    opacity: 0.8;
}

footer .ft_menu .div_menu.div04 ul li a {
    transition: background-color 400ms;
    width: 206px;
    color: #000;
    text-align: center;
    height: 48px;
    border: 1px solid #fff;
    line-height: 48px;
    font-size: 13px;
    margin-bottom: 30px;
    display: block;
}

footer .ft_menu .div_menu.div04 ul li a:hover {
    background-color: rgba(255, 255, 255, .15);
}

.ft_sns {
    width: 100%;
    max-width: 160px;
    top: 31px;
    left: 31px;
    margin-left: auto;
    margin-right: auto;
}

.ft_sns .ul_sns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;

    align-items: stretch;
    justify-content: space-between;
}

.ft_sns .ul_sns .li_sns {
    width: 24%;
    text-align: center;
}

footer .ft_copyright {
    width: 100%;
    font-size: 9px;
    color: #fff;
    margin-top: 40px;

}

.ft_sns .ul_sns .li_sns img {
    width: 50%;
    width: auto;
    height: 28px;
    margin: auto;
    object-fit: contain;
}

.ft_sns .ul_sns .li_sns:first-child img {
    margin-left: 0;
}

iframe .icon img {
    width: 50%;
    height: auto;
}

footer .cont {
    position: relative;
}


footer .cont .btn_backtop {
    position: absolute;
    bottom: 0;
    right: 4.6875vw;
    cursor: pointer;
    z-index: 9999;
}

/* Footer */



/* End Footer */

/* Page Top */

#top_slide .owl-carousel.owl-loaded {
    display: none;
}

#top_slide .div_video {
    max-height: 100vh;
    overflow: hidden;
    position: relative;
}

#top_slide .div_video video {
    width: calc(100vw - 175px);
    height: calc((100vw - 175px) * 0.5625);
    vertical-align: middle;
}

#top_slide .div_video iframe {
    width: calc(100vw - 175px);
    height: calc((100vw - 175px) * 0.5625);
    position: relative;
    z-index: 0;
    vertical-align: middle;
}

_::-webkit-full-page-media,
_:future,
:root #top_slide .div_video video {
    width: calc(100vw - 160px);
    height: calc((100vw - 160px) * 0.5625);
}

_::-webkit-full-page-media,
_:future,
:root #top_slide .div_video iframe {
    width: calc(100vw - 160px);
    height: calc((100vw - 160px) * 0.5625);
}

_::-webkit-full-page-media,
_:future,
:root footer {
    width: calc(100vw - 160px);
}

_::-webkit-full-page-media,
_:future,
:root .hd_div_menu {
    width: calc(100vw - 160px);
}

_::-webkit-full-page-media,
_:future,
:root main {
    width: calc(100vw - 160px);
}

@media all and (-ms-high-contrast:none) {
    #top_slide .div_video iframe {
        width: calc(100vw - 160px);
        height: calc((100vw - 160px) * 0.5625);
    }

    footer {
        width: calc(100vw - 160px);
    }

    .hd_div_menu {
        width: calc(100vw - 160px);
    }

    main {
        width: calc(100vw - 160px);
    }
}



#top_slide .div_video .div_onvideo {
    position: relative;
    z-index: 1;
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

#top_slide .div_video .txt_video {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 2;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 1.9;
    letter-spacing: 0.03em;
    color: #fff;
    font-size: 20px;
    top: 50%;
    right: 5vw;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0);
    padding: 20px 20px;
    font-family: 'Noto Sans Japanese';
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 999999;
}

#top_slide .div_video .div_news {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fffbe6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 532px;
    z-index: 9999;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 30px;
}

#top_slide .div_video .div_news ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    font-size: 14px;
    line-height: 1.8;
}

#top_slide .div_video .div_news ul li .date {
    margin-right: 20px;
}

#top_slide .div_video .div_news ul li .title {
    max-width: 315px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#top_slide .div_video .div_news ul li .title a {
    color: inherit;
}

#top_slide .div_video .div_news .btn_list {
    margin-left: 0px;

}

#top_slide .div_video .div_news .btn_list a {
    color: inherit;
    font-size: 17px;
    border-bottom: 1px solid #F27A79;
    text-decoration: none;
    white-space: nowrap;
    color: #F27A79;
    font-weight: bold;
}

#top_slide .div_video .div_news .btn_list a:hover {
    border-bottom: 0px solid #F27A79;
}

#top_slide .div_video .div_news .btn_list a i {
    color: #F27A79;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
}

#top_cont01 .div_all {
    align-items: center;
}

#top_cont01 .div_all .div_left {
    width: 50%;
    height: 80.3125vw;
    background-image: url(../img/top_img01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: center;
    justify-content: center;
    position: relative;
}

#top_cont01 .div_all .div_left .div_bgcolor {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

#top_cont01 .div_all .div_left .div_content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#top_cont01 .div_all .div_left .div_content .btn_div {
    width: 100%;
    text-align: center;
}

#top_cont01 .div_all .div_left .div_content .img {
    text-align: center;
}

#top_cont01 .div_all .div_left .div_content .img img {
    margin-left: auto;
    margin-right: auto;
}

#top_cont01 .div_all .div_left .div_content .btn_div {
    display: block;
    /* margin-top: 3vw; */
    width: 30vw;
    height: 3.75vw;
    line-height: 3.75vw;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 13px;
    letter-spacing: .14em;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    transition: background-color 400ms;
}

#top_cont01 .div_all .div_left .div_content .btn_div a:hover {
    background-color: rgba(255, 255, 255, .15);
}

#top_cont01 .div_all .div_right {
    width: 50%;
    height: 80.3125vw;
    align-items: center;
    justify-content: center;
    background-color: #fffbe6;
}

#top_cont01 .div_all .div_right .div_txt {
    width: 25.78125vw;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.8;
    letter-spacing: .08em;
}

#top_cont02 .cont.dl_flex {
    justify-content: flex-start;
    padding-top: 7.8125vw;
    padding-bottom: 3.8125vw;
    background-image: linear-gradient(to bottom, #fff 0, #fff 20%, #eaeaea 20%, #eaeaea 100%);
}

#top_cont02 .div_menu {
    width: 24.21875vw;
    margin-right: 1.5%;
    height: 33.59375vw;
    align-items: stretch;
    text-align: center;
    margin-bottom: 3vw;
    transition: all ease 1s;
    -webkit-transition: all ease 1s;
    -moz-transition: all ease 1s;
    -ms-transition: all ease 1s;
    -o-transition: all ease 1s;
    position: relative;
    overflow: hidden;
}

#top_cont02 .div_menu .div_img {
    background-image: url(../img/top_img01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: -webkit-transform 700ms;
    transition: transform 700ms;
    transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont02 .div_menu:hover .div_img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#top_cont02 .div_menu:nth-child(3n) {
    margin-right: 0;
}

#top_cont02 .div_menu a {
    /* display: block; */
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 36px;
    letter-spacing: .12em;
    text-shadow: 2px 2px 2px #000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000, 2px 2px 2px #000000;
    align-items: center;
    justify-content: center;
}

#top_cont02 .div_menu a .txt {
    line-height: 100%;
    position: relative;
    z-index: 1;
}

#top_cont03 {
    padding-top: 7.8125vw;
    background-color: #fff;
}

#top_cont03 .owl-carousel .item .img,
#top_cont05 .div_prolist .owl-carousel .item .img {
    width: 100%;
    margin-bottom: 1.25vw;
}

.title_style01 {
    width: 100%;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.14em;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.6875vw;
}

.title_style01 .title_eng {
    font-size: 11px;
    vertical-align: middle;
    margin-left: 0.7em;
}

.title_style01 .btn_title {
    padding-bottom: 6px;
    border-bottom: 1px solid #3f3f3f;
    font-size: 13px;
    color: #3f3f3f;
    text-decoration: none;
    transition: border-color ease 500ms;
    -webkit-transition: border-color ease 500ms;
    -moz-transition: border-color ease 500ms;
    -ms-transition: border-color ease 500ms;
    -o-transition: border-color ease 500ms;
}

.title_style01 .btn_title:hover {
    border-color: #fff;
}

#top_cont03 .owl-carousel .item a,
#top_cont05 .div_prolist .owl-carousel .item a {
    text-decoration: none;
}

#top_cont03 .owl-carousel .item .title,
#top_cont05 .div_prolist .owl-carousel .item .title {
    font-size: 12px;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    color: #3f3f3f;
}

#top_cont03 .owl-carousel .item .dec,
#top_cont05 .div_prolist .owl-carousel .item .dec {
    font-size: 10px;
    margin-bottom: 5px;
    width: 100%;
    color: #3f3f3f;
}

#top_cont03 .owl-carousel .item .weight,
#top_cont05 .div_prolist .owl-carousel .item .weight {
    font-size: 10px;
    margin-bottom: 5px;
    color: #afafaf;
    width: 100%;
}

#top_cont03 .owl-carousel .item .price,
#top_cont05 .div_prolist .owl-carousel .item .price {
    font-size: 12px;
    color: #476941;
}

#top_cont03 .owl-carousel .item .price span,
#top_cont05 .div_prolist .owl-carousel .item .price span {
    font-size: 10px;
    color: #3f3f3f;
}

#top_cont03 .owl-carousel .item .btn_detail,
#top_cont05 .div_prolist .owl-carousel .item .btn_detail {
    font-size: 10px;
    padding: 0px 10px;
    border: 1px solid #3f3f3f;
    transition: all 400ms;
    float: right;
    color: inherit;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    margin-left: auto;
    margin-right: 2px;
    color: #3f3f3f;
}

#top_cont03 .owl-carousel .item:hover .btn_detail,
#top_cont05 .div_prolist .owl-carousel .item:hover .btn_detail {
    background-color: #3f3f3f;
    color: #fff;
}

#top_cont03 .owl-carousel .owl-nav button,
#top_cont05 .owl-carousel .owl-nav button {
    height: 40px;
    width: 40px;
}

#top_cont03 .owl-carousel .owl-nav button.disabled,
#top_cont05 .owl-carousel .owl-nav button.disabled {
    display: none;
}

#top_cont03 .owl-theme .owl-nav [class*='owl-']:hover,
#top_cont05 .owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
}

#top_cont03 .owl-carousel .owl-nav button.owl-next,
#top_cont05 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#top_cont03 .owl-carousel .owl-nav button.owl-prev,
#top_cont05 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#top_cont03 .div_event {
    margin-top: 7.8125vw;
}

#top_cont03 .banner_event {
    width: 100%;
    height: 402px;
    position: relative;
    display: block;
    overflow: hidden;
}

#top_cont03 .banner_event .img01 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: -webkit-transform 700ms;
    transition: transform 700ms;
    transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont03 .banner_event:hover .img01 {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#top_cont03 .banner_event .bg01 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.3);
}

#top_cont03 .banner_event .txt01 {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 3.90625vw;
    font-size: 25px;
    position: absolute;
    z-index: 3;
    color: #fff;
}

#top_cont03 .banner_event .txt02 {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 3.90625vw;
    font-size: 13px;
    letter-spacing: .14em;
    line-height: 1.85;
    position: absolute;
    z-index: 3;
    color: #fff;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

#top_cont03 .video {
    margin-top: 7.8125vw;
    overflow: hidden;
}

#top_cont03 .video img {
    width: 100%;
    position: relative;
    transition: -webkit-transform 700ms;
    transition: transform 700ms;
    transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont03 .video a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#top_cont03 .video a {
    position: relative;
    width: 100%;
    display: block;
}

#top_cont03 .video a::after {
    content: url(../img/ico_video_start.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1;
}

#top_cont04 {
    padding-top: 7.8125vw;
    background-image: linear-gradient(to bottom, #fff 0, #fff 20%, #eaeaea 20%, #eaeaea 100%);
    padding-bottom: 7.8125vw;
}

#top_cont04 .div_01 {
    width: 46.875vw;
    height: 37.5vw;
    margin-right: 2.34375vw;
    position: relative;
    overflow: hidden;
}

#top_cont04 .div_01 .img,
#top_cont04 .div_02 .div_sub1 .img,
#top_cont04 .div_02 .div_sub2 .img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    transition: -webkit-transform 700ms;
    transition: transform 700ms;
    transition: transform 700ms, -webkit-transform 700ms;
}

#top_cont04 .div_01:hover .img,
#top_cont04 .div_02 .div_sub1:hover .img,
#top_cont04 .div_02 .div_sub2:hover .img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#top_cont04 .div_01 .bg_color,
#top_cont04 .div_02 .div_sub1 .bg_color,
#top_cont04 .div_02 .div_sub2 .bg_color {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

#top_cont04 .div_01 .text {
    font-size: 16px;
    left: 5.46875vw;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 3;
}

#top_cont04 .div_02 {
    width: 28.90625vw;
}

#top_cont04 .div_02 .div_sub1 {
    margin-bottom: 2.34375vw;
    height: 17.57812vw;
    position: relative;
    overflow: hidden;
}

#top_cont04 .div_02 .div_sub2 {
    /* width: 28.90625vw; */
    height: 17.57812vw;
    position: relative;
    overflow: hidden;
}

#top_cont04 .div_02 .div_sub1 .text,
#top_cont04 .div_02 .div_sub2 .text {
    font-size: 16px;
    left: 2.5vw;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 3;
}

#top_cont05 {
    padding-top: 7.8125vw;
    background-color: #fff;
}

#top_cont05 .div_media {
    margin-top: 7.8125vw;
}

#top_cont05 .div_media .item a {
    text-decoration: none;
}

#top_cont05 .div_media .img {
    margin-bottom: 20px;
}

#top_cont05 .div_media .date {
    font-size: 11px;
    margin-right: 1.2em;
    color: #7b7b7b;
}

#top_cont05 .div_media .title {
    font-size: 11px;
    margin-right: 1.2em;
    color: #2f763c;
}

#top_cont05 .div_media .dec {
    display: block;
    padding-bottom: 5px;
    margin-top: 1.1625vw;
}

#top_cont05 .div_media .dec span {
    font-size: 12px;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 4px;
    color: #3f3f3f;
    display: inline;
    transition: border-color ease 500ms;
    -webkit-transition: border-color ease 500ms;
    -moz-transition: border-color ease 500ms;
    -ms-transition: border-color ease 500ms;
    -o-transition: border-color ease 500ms;
}

#top_cont05 .div_media .item:hover .dec span {
    border-bottom: 1px solid #fff;
}

#top_cont06 {
    padding-top: 7.8125vw;
    background-color: #fff;
}

#top_cont06 .map,
.contact-map .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

#top_cont06 .map iframe,
.contact-map .map iframe {
    width: 100%;
    height: 33.4375vw;
    vertical-align: middle;
}

.contact-map {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.title_style01 {
    font-size: 20px;
    margin-bottom: 4.6875vw;
}

.title_style01 .title_eng {
    font-size: 10px;
}

.title_style01 .btn_title {
    font-size: 11px;
}

#top_cont03 .banner_event .txt01 {
    font-size: 20px;
}

#top_cont03 .banner_event .txt02 {
    font-size: 11px;
}

#top_cont03 .banner_event {
    height: 300px;
}

.mrg-b-20 {
    margin-bottom: 20px;
}

/* End Page Top */

/* Page general */

#page_banner {
    width: 100%;
    position: relative;
}

#page_banner .img {
    width: 100%;
    height: calc(100vw / 2.8);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#page_banner .img .txt {
    font-size: 52px;
    font-weight: bold;
    height: 100%;
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
}

#page_cont01 {
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 7.8125vw;
}

.ye {
    background-color: #FFFBE6 !important;
}


.title_style02 {
    font-size: 26px;
    font-weight: bold;
    color: #3f3f3f;
    margin-bottom: 2.6875vw;
}

.title_style02.mgb {
    margin-bottom: 5px;
}

.title_style03 {
    font-size: 26px;
    font-weight: bold;
    padding: 40px 20px 20px;
    color: #3f3f3f;
    margin-bottom: 1vw;
}

.title_style03.sapce {
    margin-bottom: 0 !important;
    text-align: center;

}

#page_cont01 .pro_ul {
    width: 100%;
    justify-content: flex-start;
}

#page_cont01 .pro_ul li {
    width: 22.122%;
    margin-right: 3.837%;
    margin-bottom: 6.25vw;
}

#page_cont01 .pro_ul li:nth-child(4n) {
    margin-right: 0;
}

#page_cont01 .pro_ul li a {
    text-decoration: none;
}

#page_cont01 .pro_ul li .img {
    width: 100%;
    margin-bottom: 1.25vw;
}

#page_cont01 .pro_ul li .title {
    font-size: 12px;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
    color: #3f3f3f;
}

#page_cont01 .pro_ul li .dec {
    font-size: 10px;
    margin-bottom: 5px;
    width: 100%;
    color: #3f3f3f;
}

#page_cont01 .pro_ul li .weight {
    font-size: 10px;
    margin-bottom: 5px;
    color: #afafaf;
    width: 100%;
}

#page_cont01 .pro_ul li .price {
    font-size: 12px;
    color: #476941;
}

#page_cont01 .pro_ul li .btn_detail {
    font-size: 10px;
    padding: 0px 10px;
    border: 1px solid #3f3f3f;
    transition: all 400ms;
    float: right;
    color: inherit;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    margin-left: auto;
    margin-right: 2px;
    color: #3f3f3f;
}

#page_cont01 .pro_ul li:hover .btn_detail {
    background-color: #3f3f3f;
    color: #fff;
}

#page_last {
    background-color: #fff;
}

#page_last ul {
    justify-content: space-between;
    padding-bottom: 2px;
}

#page_last li {
    width: calc((100% / 2) - 1px);
    overflow: hidden;
}

#page_last li a {
    position: relative;
    display: block;
    height: 17.1875vw;
}

#page_last li a .img {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: -webkit-transform 700ms;
    transition: transform 700ms;
    transition: transform 700ms, -webkit-transform 700ms;
    -webkit-transition: -webkit-transform 700ms;
    -moz-transition: -webkit-transform 700ms;
    -ms-transition: -webkit-transform 700ms;
    -o-transition: -webkit-transform 700ms;
}

#page_last li:hover a .img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#page_last li a .bg_color {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}


#page_last li a .txt {
    font-size: 36px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
}

#page_cont01 .delive_img a {
    text-align: center;
    width: 100%;
}

#page_cont01 .delive_img a img {
    margin-left: auto;
    margin-right: auto;
}

.mg-auto {
    margin-left: auto;
    margin-right: auto;
}

.contact-form-st1 {
    width: 100%;
}

.contact-form-st1 tr td {
    vertical-align: middle;
    padding-bottom: 15px;
}

.contact-form-st1 tr td:first-child {
    padding-right: 20px;
    max-width: 50px;
}

.form-group {
    margin-bottom: 0;
}

.contact-note {
    float: right;
    color: red;
}

.contact-form-st1 textarea {
    height: 150px;
    resize: none;
}

.tr_btn button {
    background-color: #f37a7a;
    padding: 5px 25px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #BD1F1C;
    border-radius: 10px;
}

.menu_div {
    margin-bottom: 20px;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 20px;
}

.menu_div .dl_flex {
    align-items: center;
}

.menu_div .col-sm-5.dl_flex>div {
    width: 50%;
}

.menu_div .title_style03 {
    font-weight: bold;
    color: #f37a7a;
    font-size: 20px;
    margin-bottom: 10px;
}

.title_delive {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    color: #5382BE;
    text-align: center;
    border-top: 1px dashed #5382BE;
    padding-top: 5px;
    font-size: 18px;
    margin-top: 30px;
}

.note_delive {
    text-align: center;
}

.ul_delive {
    max-width: 720px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    counter-reset: item;
}

.ul_delive li {
    width: 100%;
    background-color: #F5F6FA;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
}

.ul_delive li .img {
    width: 30%;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 5px;
    position: relative;
}

.ul_delive li .img::after {
    content: "";
    height: 36px;
    width: 35px;
    background-image: url(../img/deliveryworks_img004.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
}

.ul_delive li:last-child .img::after {
    content: none;
}

.ul_delive li .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ul_delive li .txt {
    width: 68%;
    font-weight: bold;
    color: #545456;
    font-size: 14px;
}

.ul_delive li .txt {
    padding-left: 30px;
    position: relative;
}

.ul_delive li .txt::before {
    counter-increment: item;
    content: counter(item);
    position: absolute;
    top: 1px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #FE6AA6;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.ul_delive li:nth-child(4n+2) .txt::before {
    background-color: #39A1C6;
}

.ul_delive li:nth-child(4n+3) .txt::before {
    background-color: #43CD99;
}

.ul_delive li:nth-child(4n+4) .txt::before {
    background-color: #B1C935;
}

.ul_delive2 {
    width: 100%;
    max-width: 1000px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    counter-reset: item;
    margin-left: auto;
    margin-right: auto;
}

.ul_delive2 li {
    background-color: #F5F6FA;
    width: 32%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
}

.ul_delive2 li::before {
    content: "";
    height: 36px;
    width: 35px;
    background-image: url(../img/deliveryworks_img004.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translate(-0%, -50%) rotate(-90deg);
    -webkit-transform: translate(-0%, -50%) rotate(-90deg);
    -moz-transform: translate(-0%, -50%) rotate(-90deg);
    -ms-transform: translate(-0%, -50%) rotate(-90deg);
    -o-transform: translate(-0%, -50%) rotate(-90deg);
    z-index: 5;
}

.ul_delive2 li:last-child::before {
    content: none;
}

.ul_delive2 li .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ul_delive2 li .txt {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    color: #545456;
    margin-top: 15px;
}

.ul_delive2 li .txt::before {
    counter-increment: item;
    content: counter(item);
    height: 28px;
    width: 28px;
    background-color: #FE6AA6;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
}

.ul_delive2 li:nth-child(4n+2) .txt::before {
    background-color: #39A1C6;
}

.ul_delive2 li:nth-child(4n+3) .txt::before {
    background-color: #43CD99;
}

.ul_delive2 li:nth-child(4n+4) .txt::before {
    background-color: #B1C935;
}

/* End Page general */
.item {
    padding-bottom: 40px;
}

.img-flex {
    width: 50%;
    padding: 10px;
}

.txt-flex {
    width: 50%;
    padding: 10px;
}

.txt-flex a {
    color: #f37a7a;
}

.intro {
    text-align: center;
    padding: 20px;
    background: #ffe6e6;
    font-size: 20px;
    line-height: 2;
    border: 2px dotted;
    margin-bottom: 40px;
    box-shadow: 4.95px 4.95px 0 0 rgba(174, 174, 174, .3);
    transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.bg1 {
    background: #ffe6e6;
    padding: 15px 0;
    box-shadow: 4.95px 4.95px 0 0 rgba(174, 174, 174, .3);
    transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.bg1.pur {
    background: #F6EBFF;
}

.bg2 {
    background: #fffbe6;
    padding: 15px 0;
    box-shadow: 4.95px 4.95px 0 0 rgba(174, 174, 174, .3);
    transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
    transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
}

.infor {
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 20px;
    display: block;
    width: fit-content;
    margin: 0 auto 2em auto;
}

.infor a {
    color: #333;
}

.infor a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.loader {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background-image: url(../img/thm.jpg);
    background-position: center;
    background-size: cover;
}

.btn_ura a {
    color: #000;
    text-shadow: rgb(255, 255, 255) 1px 0px 0px, rgb(255, 255, 255) 0.540302px 0.841471px 0px, rgb(255, 255, 255) -0.416147px 0.909297px 0px, rgb(255, 255, 255) -0.989992px 0.14112px 0px, rgb(255, 255, 255) -0.653644px -0.756802px 0px, rgb(255, 255, 255) 0.283662px -0.958924px 0px, rgb(255, 255, 255) 0.96017px -0.279415px 0px;
}

.img-video {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
}

.img-video img {
    cursor: pointer;
    width: calc(100vw - 175px);
    height: calc((100vw - 175px) * 0.5625);
}

.div_video iframe {
    display: none;
}



.fix_footer {
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    margin-top: -150px;
}

.fix_footer .dl_flex {
    gap: 3.125vw;
}

.img_fix {
    width: calc((100% - 3.125vw) / 2);
}

.img_fix img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 285px;
}

.img_fix1 img {
    object-position: right 67%;
}

.img_fix3 img {
    object-position: center 0%;
}

.img1_fix {
    width: 100%;
    max-width: 400px;
}

.img2_fix {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
}

.img3_fix {
    width: 100%;
    max-width: 400px;
}

.img4_fix {
    width: 100%;
    max-width: 400px;
}

.yu_tab tr td {
    width: 150px;
    background-color: #FFFBE6;
    border: 1px solid #333;
    padding: 10px;
}

@media screen and (max-width: 1650px) {
    .fix_footer {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .fix_footer .dl_flex {
        gap: 20px;
        flex-wrap: wrap;
        width: 100%;
        right: 40px;
    }

    .img_fix {
        width: 100%;
        max-width: 163px;
    }

    .img_fix img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 102px;

    }

    .fix_footer {
        max-width: calc((163px * 2) + 20px);
        position: absolute;
        bottom: -10px;
        right: 0;
    }

    .dl_flex_fix {
        position: relative;
    }

    footer .cont .btn_backtop {
        bottom: -20vw;
    }
}

@media screen and (max-width: 560px) {
    footer .cont .btn_backtop {
        position: absolute;
        cursor: pointer;
        z-index: 9999;
    }

    .fix_footer {
        max-width: 163px;
        bottom: -55%;
    }

    .fix_footer .dl_flex {
        gap: 15px;
    }

}

.fix_footer {
    display: none !important;
}