@charset "utf-8";

/*------------------------------------------------------------
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;

    font-size: 1em;
}

body {
    font-size: 62.5%;
}

@font-face {
    font-family: 'SourceHanSerifCNR';
    src: url('https://wanquanpuke.oss-cn-hangzhou.aliyuncs.com/SourceHanSerifCN-Regular.otf');
}

@font-face {
    font-family: 'SourceHanSerifCNSB';
    src: url('https://wanquanpuke.oss-cn-hangzhou.aliyuncs.com/SourceHanSerifCN-SemiBold.otf');
}

@font-face {
    font-family: 'HarmonyOSSansSCR';
    src: url('https://wanquanpuke.oss-cn-hangzhou.aliyuncs.com/HarmonyOS_Sans_SC_Regular.otf');
}

@font-face {
    font-family: 'HarmonyOSSansSCT';
    src: url('https://wanquanpuke.oss-cn-hangzhou.aliyuncs.com/HarmonyOS_Sans_SC_Thin.otf');
}

body,
table,
input,
textarea,
select,
option {
    font-family: "HarmonyOSSansSCR", "Microsoft Yahei", Arial, Helvetica, sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

a,
a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
}

a:hover {
    color: #333;
}

a:active {
    color: #333;
}

* html .clearfix {
    zoom: 1;
}

*+html .clearfix {
    zoom: 1;
}

.clearfix:after {
    height: 0;
    visibility: hidden;
    content: ".";
    display: block;
    clear: both;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
body {
    color: #222;
    font-size: 18px;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #fff;
}

#container {
    text-align: left;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.comMask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    object-fit: cover;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.header {
    padding: 16px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 90;
}

.header.fixed {
    position: fixed;
}

/* .header.hidden {
    overflow: hidden;
} */

.header .hInner {
    margin: 0 40px;
    display: flex;
    position: relative;
    padding: 10px 40px 0;
    justify-content: space-between;
    box-sizing: border-box;
    border-radius: 48px;
}

.header:hover .hInner,
.headerBg .hInner,
.header.fixed .hInner {
    background: rgba(248, 248, 248, 0.99);
    backdrop-filter: blur(40px);
}

.header .logo a {
    display: block;
}

.header .gNavi {
    margin-top: 16px;
    display: flex;
}

.header .gNavi>li {
    margin: 0 33px 0 34px;
}

.header .gNavi>li>a {
    position: relative;
    color: #fff;
    font-family: 'HarmonyOSSansSCT';
    font-size: 20px;
    font-weight: bold;
}

.header .gNavi>li:hover>a:before {
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #222;
    content: "";
}

.header .btnBox {
    margin-top: 5px;
    display: flex;
}

.header .btnBox a {
    display: block;
}

.header .btnBox .btn {
    margin-left: 40px;
}

.header .btnBox .btn>a {
    padding: 0 24px;
    display: flex;
    justify-content: center;
    color: #222;
    font-size: 19px;
    line-height: 54px;
    background: #fff;
    border-radius: 27px;
}

.header .btnBox .btn>a>span {
    padding-right: 33px;
    background: url("../images/common/h_icon03.png") no-repeat right center;
}

.header .btnBox .search {
    margin-right: 16px;
}

.header:hover .logo a,
.headerBg .logo a,
.header.fixed .logo a {
    background: url("../images/common/h_logo01_on.png") no-repeat;
}

.header:hover .logo a img,
.headerBg .logo a img,
.header.fixed .logo a img {
    visibility: hidden;
}

.header:hover .gNavi li a,
.headerBg .gNavi li a,
.header.fixed .gNavi li a {
    color: #222;
}

.header:hover .btnBox .search>a,
.headerBg .btnBox .search>a,
.header.fixed .btnBox .search>a {
    background: url("../images/common/h_icon01_on.png") no-repeat;
}

.header:hover .btnBox .language>a,
.headerBg .btnBox .language>a,
.header.fixed .btnBox .language>a {
    background: url("../images/common/h_icon02_on.png") no-repeat;
}

.header:hover .btnBox .search>a img,
.header:hover .btnBox .language>a img,
.headerBg .btnBox .search>a img,
.headerBg .btnBox .language>a img,
.header.fixed .btnBox .search>a img,
.header.fixed .btnBox .language>a img {
    visibility: hidden;
}

.header .btnBox .btn {
    padding-bottom: 15px;
}

.header:hover .btnBox .btn>a,
.headerBg .btnBox .btn>a,
.header.fixed .btnBox .btn>a {
    color: #fff;
    background: #222;
}

.header:hover .btnBox .btn>a>span,
.headerBg .btnBox .btn>a>span,
.header.fixed .btnBox .btn>a>span {
    background-image: url("../images/common/h_icon03_on.png");
}

.header .btnBox .search,
.header .btnBox .language {
    margin-top: 11px;
}

.header .searchPop {
    margin: 0 auto;
    padding-top: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-12px);
}

.header .btnBox .search:hover .searchPop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header .searchPop .bgBox {
    min-height: 480px;
    padding: 80px 40px;
    box-sizing: border-box;
    border-radius: 40px;
    background: rgba(248, 248, 248, 0.99);
    backdrop-filter: blur(40px);
}

.header .searchPop .subBox {
    margin: 0 auto;
    max-width: 800px;
}

.header .searchPop .ttl {
    margin-bottom: 42px;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}

.header .searchPop .ttl span {
    margin-top: 17px;
    display: block;
    font-family: 'SourceHanSerifCNSB';
    font-size: 48px;
}

.header .searchPop .searchBox {
    padding: 11px 15px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #fff;
}

.header .searchPop .searchBox select {
    padding: 0 4px;
    min-width: 75px;
    font-size: 20px;
    border: none;
}

.header .searchPop .searchBox input {
    padding: 0 33px;
    height: 54px;
    flex: 1;
    color: #222;
    font-size: 20px;
    line-height: 54px;
    border: none;
    box-sizing: border-box;
}

.header .searchPop .searchBox .link a {
    padding: 0 24px;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    line-height: 54px;
    border-radius: 27px;
    background: #222;
}

.header .searchPop .searchBox .link a span {
    padding-right: 32px;
    background: url("../images/common/search.png") no-repeat right center;
}

.header .searchPop .searchList {
    display: flex;
    flex-wrap: wrap;
}

.header .searchPop .searchList li {
    margin: 20px 24px 0 0;
}

.header .searchPop .searchList li a {
    color: rgba(0, 0, 0, 0.4);
}

.header .searchPop .searchList li a:hover {
    color: #222;
}

.header .btnBox .language {
    position: relative;
}

.header .languagePop {
    margin-left: -104px;
    padding-top: 12px;
    width: 208px;
    position: absolute;
    left: 50%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-12px);
}

.header .btnBox .language:hover .languagePop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header .languagePop .bgBox {
    padding: 24px;
    box-sizing: border-box;
    border-radius: 24px;
    background: rgba(248, 248, 248, 0.99);
    backdrop-filter: blur(40px);
}

.header .languagePop li a {
    padding: 0 12px;
    display: block;
    color: #222;
    line-height: 56px;
    text-align: center;
    border-radius: 12px;
    transition: all 0.3s;
}

.header .languagePop li a:hover {
    background: #fff;
}

.header .shopPop {
    margin: 0 auto;
    padding-top: 12px;
    width: 100%;
    max-width: 484px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-12px);
}

.header .btnBox .btn:hover .shopPop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.header .shopPop .bgBox {
    padding: 24px;
    box-sizing: border-box;
    border-radius: 24px;
    background: rgba(248, 248, 248, 0.99);
    backdrop-filter: blur(40px);
}

.header .shopPop .subBox {
    display: flex;
}

.header .shopPop ul {
    margin-right: 24px;
    min-width: 1px;
    flex: 1;
}

.header .shopPop li a {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #222;
    line-height: 56px;
    border-radius: 12px;
    transition: all 0.3s;
}

.header .shopPop li.on a,
.header .shopPop li a:hover {
    background: #fff;
}

.header .shopPop .qrcode {
    width: 172px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
}

.header .shopPop .qrcode img {
    margin-bottom: 11px;
    display: block;
}

.header .naviPop {
    margin: 0 auto;
    padding-top: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    /* visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateY(-12px); */
}

/* .header .gNavi li:hover .naviPop {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
} */

.header .naviPop .bgBox {
    padding: 80px 40px 112px;
    box-sizing: border-box;
    border-radius: 40px;
    background: rgba(248, 248, 248, 0.99);
    backdrop-filter: blur(40px);
}

.header .naviPop .subBox {
    display: flex;
    align-items: flex-start;
}

.header .naviPop .subBox .ttl {
    width: 23.3%;
    font-family: 'SourceHanSerifCNSB';
    font-size: 48px;
    line-height: 1.2;
}

.header .naviPop .subBox .naviBox {
    width: 38.38%;
    position: relative;
    display: flex;
    box-sizing: border-box;
}

.header .naviPop .subBox .naviBox:before {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #BFC2CA;
    content: "";
}

.header .naviPop .subBox .naviBox .navi {
    /* min-width: 32.5%;
    max-width: 48%; */
    width: 32.5%;
}

.header .naviPop .subBox .naviBox li {
    display: flex;
}

.header .naviPop .subBox .naviBox li a {
    padding-left: 30px;
    position: relative;
    color: rgba(34, 34, 34, 0.4);
    font-size: 18px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 2px solid rgba(0, 0, 0, 0);
}

.header .naviPop .subBox .naviBox li.on>a,
.header .naviPop .subBox .naviBox li:hover>a {
    color: #222;
}

.header .naviPop .subBox .naviBox .navi>li.on>a,
.header .naviPop .subBox .naviBox .navi>li:hover>a {
    border-left: 2px solid #222;
}

.header .naviPop .subBox .naviBox li .subNavi {
    max-width: 50%;
    position: absolute;
    left: 32.5%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-10px);
}

.header .naviPop .subBox .naviBox li.on .subNavi,
.header .naviPop .subBox .naviBox li:hover .subNavi {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.header .naviPop .subBox .naviBox li .subNavi li a {
    padding-right: 56px;
}

.header .naviPop .subBox .naviBox li .subNavi li.on a,
.header .naviPop .subBox .naviBox li .subNavi li a:hover {
    background: url("../images/common/arrow02.png") no-repeat right center;
}

.header .naviPop .subBox .photoBox {
    width: 38.38%;
    height: 287px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.header .naviPop .subBox .photoBox img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.header .naviPop .subBox .photoBox img.show {
    opacity: 1;
    visibility: visible;
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.main {
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.comLink a {
    padding: 0 50px 0 22px;
    width: 200px;
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 32px;
    background: url("../images/common/arrow03.png") no-repeat right 10px center;
    transition: all 0.3s;
}

.comLink a:hover {
    color: #222;
    background-color: #fff;
    background-image: url("../images/common/arrow04.png");
}

.comLink02 a {
    color: #222;
    border-color: #222;
    background-image: url("../images/common/arrow04.png");
}

.comLink02 a:hover {
    color: #fff;
    background-color: #222;
    background-image: url("../images/common/arrow03.png");
}

/*------------------------------------------------------------
------------------------------------------------------------*/
.footer {
    padding-top: 137px;
    overflow: hidden;
    color: #fff;
    line-height: 1.2;
    box-sizing: border-box;
    background: #222 url("../images/common/f_bg.png") no-repeat center bottom;
    background-size: 100% auto;
}

.footer .fInner {
    padding: 0 80px 319px;
    display: flex;
    justify-content: space-between;
}

.footer .fInner .lBox {
    width: 520px;
    max-width: 40%;
}

.footer .fInner .lBox .txt01 {
    font-size: 25px;
}

.footer .fInner .lBox .search {
    margin: 25px 0 78px;
    position: relative;
}

.footer .fInner .lBox .search input {
    width: 100%;
    height: 84px;
    padding: 0 80px 0 32px;
    color: #222;
    font-size: 19px;
    line-height: 84px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFF;
    border: none;
}

.footer .fInner .lBox .search a {
    display: block;
    position: absolute;
    right: 32px;
    top: 25px;
}

.footer .fInner .lBox .txt02 {
    margin: 17px 0 81px;
    opacity: 0.5;
    /*white-space: pre-line;*/
    line-height: 1.5;
    font-family: 'HarmonyOSSansSCT';
}

.footer .fInner .lBox .imgList {
    display: flex;
    justify-content: space-between;
}

.footer .fInner .lBox .imgList li {
    position: relative;
}

.footer .fInner .lBox .imgList li .qrcode {
    padding-bottom: 10px;
    position: absolute;
    left: -70px;
    bottom: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}

.footer .fInner .lBox .imgList li .qrcode.show {
    opacity: 1;
    visibility: visible;
}

.footer .fInner .lBox .imgList li .qrcode .sub {
    padding: 5px 5px 10px;
    color: #222;
    line-height: 1.2;
    text-align: center;
    border-radius: 12px;
    background: #fff;
}

.footer .fInner .lBox .imgList li .qrcode .sub img {
    display: block;
    margin: 0 0 2px;
}

.footer .fInner .rBox {
    width: 720px;
    max-width: 55%;
}

.footer .fInner .rBox .linkUl {
    padding-bottom: 38px;
}

.footer .fInner .rBox .linkUl li {
    margin-bottom: 23px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.footer .fInner .rBox .linkUl li a {
    display: block;
    color: #fff;
    font-size: 25px;
    background: url("../images/common/arrow07.png") no-repeat right center;
}

.footer .fInner .rBox .linkList {
    display: flex;
    justify-content: space-between;
}

.footer .fInner .rBox .linkList>li>a {
    color: #fff;
    font-size: 19px;
}

.footer .fInner .rBox .linkList li ul {
    margin-top: 16px;
}

.footer .fInner .rBox .linkList li li a {
    color: #fff;
    opacity: 0.5;
    font-family: 'HarmonyOSSansSCT';
    font-size: 18px;
    line-height: 1.5;
}

.footer .fInner .rBox .linkList li li a:hover {
    opacity: 1;
}

.footer .btmBox {
    padding: 38px 80px;
    display: flex;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'HarmonyOSSansSCT';
    line-height: 24px;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(10px);
}

.footer .btmBox a {
    color: rgba(255, 255, 255, 0.5);
}

.footer .btmBox a:hover {
    color: #fff;
}

.mb0 {
    margin-bottom: 0 !important;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.enBody .header .shopPop li a span {
    margin-right: 10px;
    min-width: 1px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.enBody .comLink {
    display: flex;
    align-items: flex-start;
}
.enBody .comLink.pc {
    display: flex !important;
}
.enBody .comLink a {
    padding: 0 60px 0 22px;
    width: auto;
    min-width: 200px;
}

.enBody .footer .fInner .rBox .linkList li li a {
    font-size: 16px;
}

@media all and (max-width: 1499px) {
    .footer .fInner {
        padding: 0 40px 319px;
    }

    .footer .btmBox {
        padding: 38px 40px;
    }

    .footer .fInner .lBox .imgList li:first-child .qrcode {
        left: -30px;
    }
}

@media all and (max-width: 1399px) {
    .header .hInner {
        margin: 0 20px;
        padding: 10px 20px 0;
    }

    .header .gNavi>li {
        margin: 0 20px;
    }
}

@media all and (min-width: 768px) and (max-width: 1240px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    img {
        width: 100%;
    }

    .comMask {
        display: none;
    }

    .spHeader {
        width: 100%;
        position: absolute;
        left: 0;
        top: 16px;
        z-index: 90;
    }

    .spHeader.fixed {
        position: fixed;
    }

    .spHeader .hInner {
        margin: 0 16px;
        padding: 8px 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 80px;
    }

    .spHeader.bg .hInner,
    .spHeaderBg .hInner,
    .spHeader.fixed .hInner {
        background: rgba(248, 248, 248, 0.80);
        backdrop-filter: blur(40px);
    }

    .spHeader .logo {
        width: 96px;
    }

    .spHeader .logo a {
        display: block;
    }

    .spHeader.bg .logo a,
    .spHeader.spHeaderBg .logo a,
    .spHeader.fixed .logo a {
        background: url("../images/common/h_logo01_on.png") no-repeat;
        background-size: cover;
    }

    .spHeader .btnBox {
        display: flex;
        align-items: center;
    }

    .spHeader .btnBox .search {
        margin-right: 24px;
        width: 42px;
    }

    .spHeader.bg .btnBox .search a,
    .spHeader.spHeaderBg .btnBox .search a,
    .spHeader.fixed .btnBox .search a {
        background: url("../images/common/h_icon01_on.png");
        background-size: cover;
    }

    .spHeader .btnBox a,
    .spHeader .btnBox img {
        display: block;
    }

    .spHeader .btnBox .btn {
        width: 36px;
    }

    .spHeader.bg .btnBox .btn a,
    .spHeader.spHeaderBg .btnBox .btn a,
    .spHeader.fixed .btnBox .btn a {
        background: url("../images/common/h_icon03.png");
        background-size: cover;
    }

    .spHeader .btnBox .menu {
        margin-left: 38px;
    }

    .spHeader .btnBox .menu a {
        width: 64px;
        height: 64px;
        position: relative;
        border-radius: 50%;
    }

    .spHeader.bg .btnBox .menu a,
    .spHeader.spHeaderBg .btnBox .menu a,
    .spHeader.fixed .btnBox .menu a {
        background: #222;
    }

    .spHeader .btnBox .menu a span {
        width: 32px;
        height: 4px;
        position: absolute;
        left: 16px;
        top: 22px;
        background: #fff;
        transition: all 0.3s;
    }

    .spHeader .btnBox .menu a .line02 {
        width: 32px;
        height: 4px;
        position: absolute;
        left: 16px;
        top: 38px;
        background: #fff;
    }

    .spHeader .btnBox .menu a.on span {
        transform: rotate(45deg);
        top: 30px;
    }

    .spHeader .btnBox .menu a.on .line02 {
        transform: rotate(-45deg);
        top: 30px;
    }

    .spHeader.bg .logo img,
    .spHeader.bg .btnBox img,
    .spHeader.spHeaderBg .logo img,
    .spHeader.spHeaderBg .btnBox img,
    .spHeader.fixed .logo img,
    .spHeader.fixed .btnBox img {
        visibility: hidden;
    }

    .spPop {
        margin: 0 auto;
        padding: 0 16px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 120px;
        z-index: 80;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        transform: translateY(-12px);
        box-sizing: border-box;
    }

    .spPop.fixed {
        position: fixed;
    }

    .spPop.fixed .bgBox {
        max-height: 90vh;
        overflow-y: auto;
    }

    .spPop.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .spPop .bgBox {
        padding: 80px 32px;
        box-sizing: border-box;
        border-radius: 16px;
        background: rgba(248, 248, 248, 0.80);
        backdrop-filter: blur(40px);
    }

    .spSearchPop .bgBox {
        min-height: 640px;
    }

    .spSearchPop .ttl {
        margin-bottom: 66px;
        font-size: 24px;
        line-height: 1.1;
        text-align: center;
    }

    .spSearchPop .ttl span {
        margin-top: 14px;
        display: block;
        font-size: 56px;
    }

    .spSearchPop .searchBox {
        padding: 16px;
        display: flex;
        align-items: center;
        border-radius: 80px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #fff;
    }

    .spSearchPop .searchBox select {
        padding: 0 22px;
        min-width: 100px;
        height: 64px;
        font-size: 24px;
        line-height: 64px;
        border: none;
    }

    .spSearchPop .searchBox input {
        padding: 0 30px;
        width: 100%;
        height: 64px;
        flex: 1;
        color: #222;
        font-size: 24px;
        line-height: 64px;
        border: none;
        box-sizing: border-box;
    }

    .spSearchPop .searchBox .link a {
        padding: 0 32px;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 24px;
        line-height: 64px;
        border-radius: 34px;
        background: #222;
    }

    .spSearchPop .searchBox .link a span {
        padding-right: 36px;
        background: url("../images/common/search.png") no-repeat right center;
        background-size: 22px auto;
    }

    .spSearchPop .searchList {
        display: flex;
        flex-wrap: wrap;
    }

    .spSearchPop .searchList li {
        margin: 28px 48px 0 0;
    }

    .spSearchPop .searchList li a {
        color: rgba(0, 0, 0, 0.4);
        font-size: 24px;
    }

    .spShopPop .bgBox {
        padding: 32px;
    }

    .spShopPop ul {
        margin-bottom: 32px;
    }

    .spShopPop li a {
        padding: 0 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 36px;
        line-height: 112px;
        border-radius: 24px;
    }

    .spShopPop li:first-child a {
        font-size: 32px;
    }

    .spShopPop li a:hover {
        background: #fff;
    }

    .spShopPop li a img {
        width: auto;
        height: 32px;
    }

    .spShopPop .qrcode {
        color: rgba(0, 0, 0, 0.4);
        font-size: 32px;
        line-height: 1.1;
        text-align: center;
    }

    .spShopPop .qrcode img {
        margin: 0 auto 24px;
        width: 344px;
        display: block;
    }

    .spMenuPop .bgBox {
        padding: 32px;
    }

    .spMenuPop .gNavi>li {
        border-bottom: 1px solid rgba(34, 34, 34, 0.10);
    }

    .spMenuPop .gNavi>li>a {
        display: block;
        color: #222;
        font-size: 32px;
        line-height: 82px;
    }

    .spMenuPop .gNavi>li.arrow>a {
        background: url("../images/common/arrow08.png") no-repeat right center;
    }

    .spMenuPop .gNavi .naviBox {
        display: none;
    }

    .spMenuPop .gNavi .navi li {
        margin-bottom: 14px;
        text-align: center;
    }

    .spMenuPop .gNavi .subNavi {
        display: none;
    }

    .spMenuPop .gNavi .subNavi li {
        margin-bottom: 0;
    }

    .spMenuPop .gNavi .navi li a {
        color: rgba(34, 34, 34, 0.4);
        font-size: 28px;
        line-height: 56px;
    }

    .spMenuPop .gNavi .photoBox {
        padding: 6px 0 24px;
    }

    .spMenuPop .gNavi .photoBox img {
        display: none;
    }

    .spMenuPop .gNavi .photoBox img.show {
        display: block;
    }

    .spMenuPop .languageUl {
        margin: 32px auto 0;
        padding: 8px;
        width: 354px;
        display: flex;
        justify-content: space-around;
        box-sizing: border-box;
        border-radius: 80px;
        background: rgba(255, 255, 255, 0.60);
    }

    .spMenuPop .languageUl li {
        width: 176px;
    }

    .spMenuPop .languageUl li a {
        display: block;
        color: #222;
        font-size: 28px;
        line-height: 64px;
        text-align: center;
        border-radius: 32px;
    }

    .spMenuPop .languageUl li.on a {
        color: #fff;
        background: #222;
    }

    .comLink a {
        padding: 0 76px 0 28px;
        width: 300px;
        font-size: 30px;
        line-height: 84px;
        background-size: 60px 60px;
        background-position: right 12px center;
        border-radius: 64px 64px;
    }

    .footer {
        padding-top: 156px;
        background-image: url("../images/common/sp_f_bg.png");
    }

    .footer .fInner {
        padding: 0 40px 180px;
        display: block;
    }

    .footer .fInner .lBox,
    .footer .fInner .rBox {
        width: auto;
        max-width: 100%;
    }

    .footer .fInner .lBox {
        margin-bottom: 76px;
    }

    .footer .fInner .lBox .txt01 {
        font-size: 32px;
    }

    .footer .fInner .lBox .search {
        margin: 50px 0 78px;
    }

    .footer .fInner .lBox .search input {
        padding: 0 100px 0 32px;
        height: 86px;
        font-size: 28px;
        line-height: 86px;
    }

    .footer .fInner .lBox .search a {
        width: 48px;
        right: 32px;
        top: 18px;
    }

    .footer .fInner .lBox .txt02 {
        margin-bottom: 80px;
        font-size: 28px;
    }

    .footer .fInner .lBox .imgList li img {
        width: auto;
        height: 40px;
    }

    .footer .fInner .rBox .linkUl {
        padding-bottom: 10px;
    }

    .footer .fInner .rBox .linkUl li a {
        font-size: 32px;
        background-size: 26px 12px;
    }

    .footer .fInner .rBox .linkList {
        display: block;
    }

    .footer .fInner .rBox .linkList>li {
        margin-bottom: 48px;
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .footer .fInner .rBox .linkList>li>a {
        display: block;
        font-size: 28px;
        background: url("../images/common/arrow09.png") no-repeat right center;
    }

    .footer .fInner .rBox .linkList li ul {
        margin: 0;
        padding: 36px 0 0;
        display: none;
    }

    .footer .fInner .rBox .linkList li li {
        margin-bottom: 16px;
    }

    .footer .fInner .rBox .linkList li li a {
        font-size: 24px;
    }

    .footer .btmBox {
        padding: 22px 40px 28px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 24px;
        line-height: 48px;
    }

    .footer .btmBox .copyright {
        width: 100%;
        text-align: center;
    }

    .footer .btmBox .link {
        margin-right: 24px;
    }
    
    .enBody .comLink.sp {
        display: flex !important;
    }
    .enBody .comLink.pc {
        display: none !important;
    }
    .enBody .comLink a {
        padding-right: 90px;
    }
    .enBody .spMenuPop .languageUl {
        width: 532px;
    }
    .enBody .spMenuPop .languageUl li {
        width: 236px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    img {
        width: 100%;
    }

    .comMask {
        display: none;
    }

    .spHeader {
        width: 100%;
        position: absolute;
        left: 0;
        top: 8px;
        z-index: 90;
    }

    .spHeader.fixed {
        position: fixed;
    }

    .spHeader .hInner {
        margin: 0 8px;
        padding: 4px 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 40px;
    }

    .spHeader.bg .hInner,
    .spHeader.spHeaderBg .hInner,
    .spHeader.fixed .hInner {
        background: rgba(248, 248, 248, 0.80);
        backdrop-filter: blur(40px);
    }

    .spHeader .logo {
        width: 48px;
    }

    .spHeader .logo a {
        display: block;
    }

    .spHeader.bg .logo a,
    .spHeader.spHeaderBg .logo a,
    .spHeader.fixed .logo a {
        background: url("../images/common/h_logo01_on.png") no-repeat;
        background-size: cover;
    }

    .spHeader .btnBox {
        display: flex;
        align-items: center;
    }

    .spHeader .btnBox .search {
        margin-right: 12px;
        width: 21px;
    }

    .spHeader.bg .btnBox .search a,
    .spHeader.spHeaderBg .btnBox .search a,
    .spHeader.fixed .btnBox .search a {
        background: url("../images/common/h_icon01_on.png");
        background-size: cover;
    }

    .spHeader .btnBox a,
    .spHeader .btnBox img {
        display: block;
    }

    .spHeader .btnBox .btn {
        width: 18px;
    }

    .spHeader.bg .btnBox .btn a,
    .spHeader.spHeaderBg .btnBox .btn a,
    .spHeader.fixed .btnBox .btn a {
        background: url("../images/common/h_icon03.png");
        background-size: cover;
    }

    .spHeader .btnBox .menu {
        margin-left: 19px;
    }

    .spHeader .btnBox .menu a {
        width: 32px;
        height: 32px;
        position: relative;
        border-radius: 50%;
    }

    .spHeader.bg .btnBox .menu a,
    .spHeader.spHeaderBg .btnBox .menu a,
    .spHeader.fixed .btnBox .menu a {
        background: #222;
    }

    .spHeader .btnBox .menu a span {
        width: 16px;
        height: 2px;
        position: absolute;
        left: 8px;
        top: 11px;
        background: #fff;
        transition: all 0.3s;
    }

    .spHeader .btnBox .menu a .line02 {
        width: 16px;
        height: 2px;
        position: absolute;
        left: 8px;
        top: 19px;
        background: #fff;
    }

    .spHeader .btnBox .menu a.on span {
        transform: rotate(45deg);
        top: 15px;
    }

    .spHeader .btnBox .menu a.on .line02 {
        transform: rotate(-45deg);
        top: 15px;
    }

    .spHeader.bg .logo img,
    .spHeader.bg .btnBox img,
    .spHeader.spHeaderBg .logo img,
    .spHeader.spHeaderBg .btnBox img,
    .spHeader.fixed .logo img,
    .spHeader.fixed .btnBox img {
        visibility: hidden;
    }

    .spPop {
        margin: 0 auto;
        padding: 0 8px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 80;
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s;
        transform: translateY(-12px);
        box-sizing: border-box;
    }

    .spPop.fixed {
        position: fixed;
    }

    .spPop.fixed .bgBox {
        max-height: 90vh;
        overflow-y: auto;
    }

    .spPop.show {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    .spPop .bgBox {
        padding: 40px 16px;
        box-sizing: border-box;
        border-radius: 16px;
        background: rgba(248, 248, 248, 0.80);
        backdrop-filter: blur(40px);
    }

    .spSearchPop .bgBox {
        min-height: 320px;
    }

    .spSearchPop .ttl {
        margin-bottom: 33px;
        font-size: 12px;
        line-height: 1.1;
        text-align: center;
    }

    .spSearchPop .ttl span {
        margin-top: 7px;
        display: block;
        font-size: 28px;
    }

    .spSearchPop .searchBox {
        padding: 8px;
        display: flex;
        align-items: center;
        border-radius: 40px;
        border: 1px solid rgba(0, 0, 0, 0.10);
        background: #fff;
    }

    .spSearchPop .searchBox select {
        padding: 0 11px;
        min-width: 50px;
        height: 32px;
        font-size: 12px;
        line-height: 32px;
        border: none;
    }

    .spSearchPop .searchBox input {
        padding: 0 15px;
        width: 100%;
        height: 32px;
        flex: 1;
        color: #222;
        font-size: 12px;
        line-height: 32px;
        border: none;
        box-sizing: border-box;
    }

    .spSearchPop .searchBox .link a {
        padding: 0 16px;
        display: flex;
        justify-content: center;
        color: #fff;
        font-size: 12px;
        line-height: 32px;
        border-radius: 17px;
        background: #222;
    }

    .spSearchPop .searchBox .link a span {
        padding-right: 18px;
        background: url("../images/common/search.png") no-repeat right center;
        background-size: 11px auto;
    }

    .spSearchPop .searchList {
        display: flex;
        flex-wrap: wrap;
    }

    .spSearchPop .searchList li {
        margin: 14px 24px 0 0;
    }

    .spSearchPop .searchList li a {
        color: rgba(0, 0, 0, 0.4);
        font-size: 12px;
    }

    .spShopPop .bgBox {
        padding: 16px;
    }

    .spShopPop ul {
        margin-bottom: 16px;
    }

    .spShopPop li a {
        padding: 0 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
        line-height: 56px;
        border-radius: 12px;
    }

    .spShopPop li:first-child a {
        font-size: 16px;
    }

    .spShopPop li.on a,
    .spShopPop li a:hover {
        background: #fff;
    }

    .spShopPop li a img {
        width: auto;
        height: 16px;
    }

    .spShopPop .qrcode {
        color: rgba(0, 0, 0, 0.4);
        font-size: 16px;
        line-height: 1.1;
        text-align: center;
    }

    .spShopPop .qrcode img {
        margin: 0 auto 12px;
        width: 172px;
        display: block;
    }

    .spMenuPop .bgBox {
        padding: 16px;
    }

    .spMenuPop .gNavi>li {
        border-bottom: 1px solid rgba(34, 34, 34, 0.10);
    }

    .spMenuPop .gNavi>li>a {
        display: block;
        color: #222;
        font-size: 16px;
        line-height: 41px;
    }

    .spMenuPop .gNavi>li.arrow>a {
        background: url("../images/common/arrow08.png") no-repeat right center;
    }

    .spMenuPop .gNavi .naviBox {
        display: none;
    }

    .spMenuPop .gNavi .navi li {
        margin-bottom: 7px;
        text-align: center;
    }

    .spMenuPop .gNavi .subNavi {
        display: none;
    }

    .spMenuPop .gNavi .subNavi li {
        margin-bottom: 0;
    }

    .spMenuPop .gNavi .navi li a {
        color: rgba(34, 34, 34, 0.4);
        font-size: 14px;
        line-height: 28px;
    }

    .spMenuPop .gNavi .photoBox {
        padding: 3px 0 12px;
    }

    .spMenuPop .gNavi .photoBox img {
        display: none;
    }

    .spMenuPop .gNavi .photoBox img.show {
        display: block;
    }

    .spMenuPop .languageUl {
        margin: 16px auto 0;
        padding: 4px;
        width: 177px;
        display: flex;
        justify-content: space-around;
        box-sizing: border-box;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.60);
    }

    .spMenuPop .languageUl li {
        width: 88px;
    }

    .spMenuPop .languageUl li a {
        display: block;
        color: #222;
        font-size: 14px;
        line-height: 32px;
        text-align: center;
        border-radius: 16px;
    }

    .spMenuPop .languageUl li.on a {
        color: #fff;
        background: #222;
    }
    .comLink a {
        padding: 0 38px 0 14px;
        width: 150px;
        font-size: 15px;
        line-height: 42px;
        background-size: 30px 30px;
        background-position: right 6px center;
    }

    .footer {
        padding-top: 78px;
        background-image: url("../images/common/sp_f_bg.png");
    }

    .footer .fInner {
        padding: 0 20px 56px;
        display: block;
    }

    .footer .fInner .lBox,
    .footer .fInner .rBox {
        width: auto;
        max-width: 100%;
    }

    .footer .fInner .lBox {
        margin-bottom: 38px;
    }

    .footer .fInner .lBox .txt01 {
        font-size: 16px;
    }

    .footer .fInner .lBox .search {
        margin: 25px 0 39px;
    }

    .footer .fInner .lBox .search input {
        padding: 0 50px 0 16px;
        height: 43px;
        font-size: 14px;
        line-height: 43px;
    }

    .footer .fInner .lBox .search a {
        width: 24px;
        right: 16px;
        top: 9px;
    }

    .footer .fInner .lBox .txt02 {
        margin-bottom: 40px;
        font-size: 14px;
    }

    .footer .fInner .lBox .imgList li img {
        width: auto;
        height: 20px;
    }

    .footer .fInner .lBox .imgList li .qrcode {
        left: -54px;
    }

    .footer .fInner .lBox .imgList li:first-child .qrcode {
        left: -20px;
    }

    .footer .fInner .lBox .imgList li .qrcode .sub {
        font-size: 12px;
        border-radius: 10px;
    }

    .footer .fInner .lBox .imgList li .qrcode .sub img {
        width: 120px;
        height: 120px;
    }

    .footer .fInner .rBox .linkUl {
        padding-bottom: 5px;
    }

    .footer .fInner .rBox .linkUl li a {
        font-size: 16px;
        background-size: 13px 6px;
    }

    .footer .fInner .rBox .linkList {
        display: block;
    }

    .footer .fInner .rBox .linkList>li {
        margin-bottom: 24px;
        padding-bottom: 6px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    }

    .footer .fInner .rBox .linkList>li>a {
        display: block;
        font-size: 14px;
        background: url("../images/common/arrow09.png") no-repeat right center;
    }

    .footer .fInner .rBox .linkList li ul {
        margin: 0;
        padding: 18px 0 0;
        display: none;
    }

    .footer .fInner .rBox .linkList li li {
        margin-bottom: 8px;
    }

    .footer .fInner .rBox .linkList li li a {
        font-size: 12px;
    }

    .footer .btmBox {
        padding: 11px 20px 14px;
        flex-wrap: wrap;
        justify-content: center;
        font-size: 12px;
    }

    .footer .btmBox .copyright {
        width: 100%;
        text-align: center;
    }

    .footer .btmBox .link {
        margin-right: 12px;
    }
    .enBody .comLink.sp {
        display: flex !important;
    }
    .enBody .comLink.pc {
        display: none !important;
    }

    .enBody .comLink a {
        min-width: 150px;
    }
    
    .enBody .spMenuPop .languageUl {
        width: 266px;
    }
    .enBody .spMenuPop .languageUl li {
        width: 118px;
    }
}

@media all and (min-width: 1241px) {

    .spHeader,
    .spPop {
        display: none !important;
    }

    .footer .fInner .rBox .linkList li ul {
        display: block !important;
    }
}