@charset "utf-8";

/*! base.css v1.1 */
*{word-break: auto-phrase;}
body,
button,
html,
input,
select,
textarea {
    font-family: 'YakuHanJP', 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', 'ヒラギノ角ゴ Pro W3', 'メイリオ';
}

*,
a:active,
a:focus,
a:hover {
    outline: 0
}

a,
mark {
    color: #000
}

fieldset,
legend,
menu,
ol,
ul {
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    margin: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0
}

dd,
dl,
figure,
form,
menu,
ol,
p,
.boxBtn .btnpre,
ul {
    margin: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

nav ol,
nav ul,
ul {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0
}

legend {
    border: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input.clear_css:-webkit-autofill,
textarea.clear_css:-webkit-autofill {
    -webkit-box-shadow: 0 1px 3px #c9c9c9 inset !important;
    transition: background-color 10s ease-in-out
}

input.clear_css:-webkit-autofill.wpcf7c-conf,
textarea.clear_css:-webkit-autofill.wpcf7c-conf {
    -webkit-box-shadow: 0 0 0 1000px #f7f9f6 inset !important;
    transition: background-color 10s ease-in-out
}

input,
textarea {
    border-radius: 0
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.hover {
    -webkit-transition: opacity .4s;
    transition: opacity .4s
}

.hover:hover {
    opacity: .8
}

/***************************************************************************
 *
 * COMMON STYLE
 *
 ***************************************************************************/

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #D1D1D1;
    border-radius: 20px;
}

::-webkit-scrollbar-thumb {
    background: #B2B2B2;
    border-radius: 20px;
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/YakuHanJP/YakuHanJP-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "YakuHanJP";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/YakuHanJP/YakuHanJP-Bold.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: normal;
    src: local("Noto Sans CJK JP Regular"),
        url("../fonts/NotoSansJP-Subset/Subset-NotoSansJP-Regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: bold;
    src: local("Noto Sans CJK JP Bold"),
        url("../fonts/NotoSansJP-Subset/Subset-NotoSansJP-Bold.woff2") format("woff2");
    font-display: swap;
}

/*
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2");
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/Inter/Inter-Bold.woff2") format("woff2");
    font-display: swap;
}

.number {
    font-family: 'Inter', 'YakuHanJP', 'Noto Sans JP';
}
*/

.orange {
    color: #EC9904;
}

.red {
    color: #D62C00;
}


body {
    /*background: #F2F1F0 url('../images/common/bg-body-50.png') repeat-y center top/100%;*/
    background-position-y: -250px;
	background: #f8f6ed;
    font-size: 14px;
    line-height: 1.5;
    color: #2D2D2D;
}

body.fixed {
    overflow: hidden;
}

#fixH {
    height: 108.6px;
}

.inner {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.innerMin {
    max-width: 1070px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

/*VALIDATE CONTACT*/
.error {
    display: block;
    font-size: 12px;
    color: red;
}

/* HEADER */
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.admin-bar #header {
    top: 32px;
}

#header .inner {
    max-width: 1455px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

#header .wrapHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 20px 22px 0;
}

#header .wrapHeader .headerBar {
    width: 258px;
    max-height: 64px;
}

#header .wrapHeader .headerBar .logo a img {
    width: 100%;
    object-fit: cover;
	max-width: 258px;
}


#header .mainMenu {
    width: 768px;
    height: 66px;
    padding: 15px 16px 15px 48px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    backdrop-filter: blur(30px);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 5%);
}

#header .mainMenu .menu {
    display: flex;
}

#header .mainMenu .menu li {
    width: calc((100% / 4) - 10px);
    margin-right: 19px;
}

#header .mainMenu .
}

menu li:last-child {
    margin-right: 0;
}

#header .mainMenu .menu li a {
    display: flex;
    align-items: center;
}

#header .mainMenu .menu li a .rectanglePhoto {
    margin-right: 9px;
    max-width: 32px;
}

#header .mainMenu .menu li a .rectanglePhoto img {
    aspect-ratio: 32 / 32;
    width: 100%;
    height: 100%;
}

#header .mainMenu .menu li a .rectanglePhoto #header .mainMenu .menu li a .titleMenu {}

#header .mainMenu .menu li a .titleMenu span {
    display: block;
    color: #2D2D2D;
}

#header .mainMenu .menu li a .titleMenu .fsz10 {
    font-size: 10px;
    font-weight: normal;
}

#header .mainMenu .menu li a .titleMenu .fsz12 {
    font-size: 12px;
    font-weight: 500;
}

/* breadcrumb */
.breadcrumb {
    margin-top: 8px;
    margin-bottom: 6px;
}

.breadcrumb .breadcrumbList {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.breadcrumb .breadcrumbList li {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.breadcrumb .breadcrumbList li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.breadcrumb .breadcrumbList li:not(:last-child) {
    position: relative;
    padding-right: 8px;
    margin-right: 18px;
}

.breadcrumb .breadcrumbList li:not(:last-child):before {
    content: "＞";
    position: absolute;
    top: 1px;
    right: 2px;
    width: 0;
    height: 0;
    font-size: 10px;
}

.breadcrumb .breadcrumbList a {
    display: inline-block;
}

/* CONTENT */
#content {
    width: 100%;
}

/* TitleMain */
.titleMain {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 7px;
}

/* wrapTitle */
.wrapTitle {
    margin-bottom: 25px;
}

.wrapTitle .titleJp {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 1.2em;
}

.wrapTitle .titleJp.textSmall {
    font-size: 22px;
}

.wrapTitle .titleEn {
    font-size: 10px;
    font-weight: normal;
}

.wrapTitle .titleEn span {
    position: relative;
    display: block;
    padding-left: 11px;
}

.wrapTitle .titleEn span:after {
    content: "";
    position: absolute;
    background: #D62C00;
    width: 4px;
    height: 3px;
    border-radius: 20px;
    top: 51%;
    transform: translateY(-50%);
    left: 0;
}

/* areaSiteCash */
.areaSiteCash {
    margin-bottom: 48px;
    padding-top: 22px;
}

.areaSiteCash .wrapSiteCash {}

.areaSiteCash .wrapSiteCash .titleSite {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px;
}

.titleCredit {
    margin-bottom: 9px;
}

.titleCredit .siteJp {
    font-size: 16px;
    font-weight: 500;
}

.titleCredit .siteEn {
    font-size: 14px;
    font-weight: normal;
    color: #EC9904;
}

.areaSiteCash .contentSlider {
    width: 100%;
    padding-left: calc((100% - 1267px) / 2);
    position: relative;
}

.areaSiteCash .listSiteCash {
    display: flex;
    cursor: grab;
    overflow: hidden;

}

.areaSiteCash .listSiteCash li {
    min-width: 560px;
    max-width: 560px;
}

.areaSiteCash .listSiteCash li a {
    display: block;
    padding: 15px 12px 30px;
}

.areaSiteCash .listSiteCash li a .boxService {
    display: flex;
    padding: 32px 16px 16px 16px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 5%);
}

.areaSiteCash .listSiteCash li a .boxService .wrapService {}

.areaSiteCash .listSiteCash li a .boxService .wrapService .titleService {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.areaSiteCash .boxService .wrapService .titleService {}

.areaSiteCash .boxService .wrapService .subService {
    display: flex;
    align-items: center;
}

.areaSiteCash .boxService .wrapService .subService .subPhoto {
    margin-right: 5px;
}

.areaSiteCash .boxService .wrapService .subService .txtSub {
    font-size: 14px;
    font-weight: normal;
    color: #D62C00;
}

.areaSiteCash .listSiteCash li a .boxService .wrapService {
    width: 200px;
    padding-right: 8px;
}

.areaSiteCash .wrapTxtService {
    width: calc(100% - 200px);
    display: flex;
    align-items: flex-start;
}

.areaSiteCash .wrapTxtService .servicePhoto {
    width: 148px;
    max-height: 83px;
    position: relative;
}
.areaSiteCash .wrapTxtService .servicePhoto .txtServicePhoto img {
    width: 100%;
    aspect-ratio: 147/83;
    object-fit: cover;
}
.areaSiteCash .servicePhoto .txtServicePhoto {}

.areaSiteCash .servicePhoto .numberService {
    position: absolute;
    top: -20px;
    left: 51%;
    transform: translateX(-50%);
    background: url(../images/common/crown-photo.png) no-repeat 100%;
    background-size: contain;
    width: 36px;
    height: 28px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
}

.areaSiteCash .wrapTxtService .txtService {
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    width: calc(100% - 130px);
    border-radius: 10px;
    margin-left: -15px;
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    padding: 10px 10px 10px 13px;
    min-height: 80px;
}

.areaSiteCash .wrapTxtService .txtService .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.areaSiteCash .wrapTxtService .txtService:after {
    content: "";
    position: absolute;
    background: url('../images/common/triangle-photo.svg') no-repeat;
    background-size: 100%;
    width: 27px;
    height: 28px;
    top: 51%;
    transform: translateY(-50%);
    left: -14px;
}

.navigation-wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    right: 130px;
    top: -58px;
}

.navigation-wrapper {
    right: calc((100% - 1240px) / 2);
    top: -74px;
}

.sliderInner .navigation-wrapper {
    right: calc((100% - 1030px) / 2);
    top: -74px;
}

.navigation-wrapper .boxNumber {
    font-size: 10px;
    font-weight: bold;
    color: #979797;
}

.navigation-wrapper .boxNumber .numberCurrent {
    margin-right: 3px;
}

.navigation-wrapper .boxNumber .totalSlide {
    margin-left: 2px;
}


.arrow {
    width: 50px;
    height: 50px;
    top: -58px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow.arrow--left {
    background-image: url(../images/common/arrow-left.svg);
    right: 188px;
    margin-left: 16px;
}

.arrow.arrow--right {
    background-image: url(../images/common/arrow-right.svg);
    right: 130px;
    margin-left: 8px;
}

/* areaShopSearch */
.areaShopSearch {
    margin-bottom: 95px;
}

.areaShopSearch .shopSearchBox {
    max-width: 1080px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.areaShopSearch .tabList {
    position: relative;
    display: flex;
}

.areaShopSearch .tabList:before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    background: #EC9904;
    width: 100%;
    height: 7px;
    border-radius: 50px;
    z-index: 2;
}

.areaShopSearch .tabList li:first-child {
    margin-left: 3px;
}

.areaShopSearch .tabList li {
    position: relative;
    width: calc(100% / 4);
    margin-left: 11px;
}

.areaShopSearch .tabList li a {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #EC9904;
    opacity: 0.5;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .16);
    padding: 14px 20px 14px 20px;
    transition: none;
    font-weight: bold;
}

.areaShopSearch .tabList li a span {
    position: relative;
    display: block;
}

.areaShopSearch .tabList li a .textShop {
    width: calc(100% - 32px);
    text-align: center;
    text-indent: -11px;
}

.areaShopSearch .tabList li.active a {
    text-decoration: none;
    background: #EC9904;
    opacity: 1;
}

.areaShopSearch .areaTab {
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 7px 22px 67px;
}

.areaShopSearch .areaTab .wrapTitleSearch {
    text-align: center;
    margin-bottom: 18px;
}

.areaShopSearch .areaTab .wrapTitleSearch span {
    display: block;
}

.areaShopSearch .areaTab .wrapTitleSearch .titleSearch {
    font-size: 14px;
    font-weight: normal;
    color: #D62C00;
}

.areaShopSearch .areaTab .wrapTitleSearch .subSearch {
    font-size: 24px;
    font-weight: 500;
}

.areaShopSearch .areaTab .tabBox {
    display: none;
}

.areaShopSearch .areaTab .tabBox.active {
    display: flex;
    justify-content: space-between;
}

.areaShopSearch .areaTab .tabBox .boxLeft {
    width: 48%;
}

.areaShopSearch .areaTab .tabBox .tabTitle {
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
}

.areaShopSearch .areaTab .tabBox .tabTitle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #EC9904;
    top: 4px;
    left: -1px;
    border-radius: 50%;
}

.areaShopSearch .areaTab .tabBox .wrapListCard {
    overflow-x: auto;
}

.areaShopSearch .areaTab .tabBox .wrapListCard::-webkit-scrollbar {
    height: 3px;
}

.areaShopSearch .areaTab .tabBox .wrapListCard::-webkit-scrollbar {
    width: 8px;
}

.areaShopSearch .areaTab .tabBox .wrapListCard::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 20px;
}

.areaShopSearch .areaTab .tabBox .wrapListCard::-webkit-scrollbar-thumb {
    background: #E8BE73;
    border-radius: 20px;
}

.areaShopSearch .areaTab .tabBox .wrapListCard {
    margin-bottom: 15px;
}

.areaShopSearch .areaTab .tabBox .wrapListCard .listCard {
    width: max-content;
}

.areaShopSearch .areaTab .tabBox .listCard {
    display: flex;
    flex-wrap: wrap;
}

.areaShopSearch .areaTab .tabBox .listCard li {
    width: 70px;
    border-radius: 4px;
    margin-right: 13px;
    margin-bottom: 8px;
}

.areaShopSearch .areaTab .tabBox .listCard li.active a {
    border: 1px solid #EC9904;
    background: #F6E8CE;

}

.areaShopSearch .areaTab .tabBox .listCard li:last-child {
    margin-right: 0;
}

.areaShopSearch .areaTab .tabBox .listCard li a {
    text-decoration: none;
    position: relative;
    display: flex;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    height: 38px;
    padding: 0 4px;
    border: 1px solid #CACACA;
    align-items: center;
    justify-content: center;
}

.areaShopSearch .areaTab .tabBox .listCard li a .cardPhoto {
    max-width: 40px;
    margin-right: 7px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.areaShopSearch .areaTab .tabBox .listCard li a img {
    margin: auto auto auto 0;
    max-height: 35px;
    object-fit: contain;
}

.areaShopSearch .areaTab .tabBox .tabSearch {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.areaShopSearch .areaTab .tabBox .tabSearch li {
    width: calc(100% / 6 + 5px);
    border-radius: 3px;
    margin-bottom: 9px;
    margin-right: 10px;
}

.areaShopSearch .areaTab .tabBox .tabSearch li:nth-child(5n) {
    margin-right: 0;
}

.areaShopSearch .areaTab .tabBox .tabSearch li a {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 4px 7px;
    border: 1px solid #CACACA;
    justify-content: space-between;
}

.areaShopSearch .areaTab .tabBox .tabSearch li.active a {
    border: 1px solid #EC9904;
    background: #F6E8CE;
}


.areaShopSearch .areaTab .tabBox .tabSearch li a .txtUnit {
    font-size: 14px;
    font-weight: normal;
    padding-right: 3px;
}

.areaShopSearch .areaTab .tabBox .boxRight .tabSearch li a .txtUnit {
    padding-right: 9px;
}

.areaShopSearch .areaTab .tabBox .boxRight {
    width: 49%;
}

.areaShopSearch .areaTab .tabBox .boxRight .tabSearch li {
    width: inherit;
    margin-right: 8px;
}

.areaShopSearch .areaTab .tabBox .tabSearch.vouchersItem {
    width: calc(100% + 92%);
    justify-content: unset;
}

.areaShopSearch .areaTab .tabBox .tabSearch.vouchersItem li {
    width: calc(100% / 5 - 38px);
    min-width: 110px;
    margin-right: 9.7px;
}

.areaShopSearch .areaTab .tabBox .tabSearch.vouchersItem li:nth-child(6n) {
    margin-right: 0;
}

/* areaComparison */
.areaComparison {
    margin-bottom: 40px;
}

.wrapperInner .wrapperTitleNotifi .title {
    margin-bottom: 17px;
}

.wrapperInner .boxListCate .listCate li a {
    padding: 1.5px 10px;
}

/* areaService */
.areaService {
    margin-bottom: 88px;
}

.areaService .inner {
    padding-bottom: 155px;
    border-bottom: 1px solid #CACACA;
}

.areaService .boxListService .itemServise {
    background: rgba(255, 255, 255, 40%);
    padding: 2px 35px 12px;
    border-radius: 30px;
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
}

.areaService .boxListService .itemServise .wrapCate {
    min-height: 29px;
}


.areaService .boxListService .itemServise .boxRating .reviewRating {
    margin-right: 34px;
}

.boxListService .itemServise .listCate li a {
    font-size: 14px;
    font-weight: normal;
    background-color: #FFFFFF;
    display: inline-block;
    border-radius: 30px;
    padding: 2px 10px 3px;
    line-height: 1;
    cursor: pointer;
}

.boxEvaluations .evaluationTabs .listContenTabs .itemContent .boxBtn {
    margin-top: 25px;
}

.areaService .boxListService {
    margin-bottom: 40px;
}

.areaService .boxListService .itemServise {
    background: rgba(255, 255, 255, 40%);
    padding: 20px 35px 10px;
    border-radius: 30px;
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
}

.areaService .boxListService .itemServise+.itemServise {
    margin-top: 30px;
}

.boxListService .itemServise .listCate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    min-height: 21px;
}

.boxListService .itemServise .listCate li+li {
    margin-left: 10px;
}

.boxListService .itemServise .listCate li a.active {
    color: #EC9904;
}

.boxListService .itemServise .infoPost {
    display: flex;
    justify-content: space-between;
}

.boxListService .itemServise .infoPost .detailPost {
    display: flex;
    width: calc(100% - 380px);
    margin-bottom: 21px;
}

.boxListService .itemServise .infoPost .detailPost .photoPost {
    width: 175px;
	max-height: 75px;
    overflow-y: hidden;
}

.boxListService .itemServise .infoPost .detailPost .postContent {
    width: calc(100% - 187px);
    margin-left: 14px;
}

.boxListService .itemServise .infoPost .detailPost .postContent .title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 7px;
    padding-top: 2px;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.listInfoNote {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
	overflow-x: auto;
	margin-bottom: 5px;
}

.listInfoNote::-webkit-scrollbar {
	height: 3px;
}

.listInfoNote li {
    margin-right: 35px;
    padding: 5px 0;
}

.listInfoNote li:last-child {
    margin-right: 0;
}

.listInfoNote li .heading {
    font-size: 14px;
    font-weight: normal;
    color: #979797;
    margin-bottom: 1px;
}

.listInfoNote li .text {
    font-size: 18px;
    font-weight: 500;
}

.boxBtn .btn a {
    display: inline-block;
    padding: 10px;
    min-width: 268px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 30px;
    color: #FFFFFF;
}

.boxBtn .btn+.btn {
    margin-top: 14px;
}

.boxBtn .btn.blue a {
    position: relative;
    background: linear-gradient(to right, #0064E3, #4898FF);
}

.boxBtn .btn.blue a:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon-btnmore-white.svg) no-repeat;
    background-size: cover;
    width: 7.5px;
    height: 12px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.boxBtn .btn.orange a {
    padding: 9px;
    color: #EC9904;
    background-color: #F4F1EC;
    border: 1px solid #EC9904;
    background: rgba(255, 255, 255, 40%) url(../images/common/icon-btnmore.svg) no-repeat right 12px top 50%;
    background-size: 7.5px 12px;
}

.boxBtn .btn.orange a#btnLoadReview {
    background: rgba(255, 255, 255, 40%);
} 

.boxListService .itemServise .boxEvent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
}

.boxListService .itemServise .boxEvent .giftBox {
    width: 722px;

}

.giftBox .contentGift {
    display: block;
    font-size: 16px;
    font-weight: normal;
    background: rgba(255, 164, 0, 10%) url(../images/common/photo-gitbox.png) no-repeat left 27px top 48%;
    background-size: 48px;
    border-radius: 6px;
    border: 1px solid #EC9904;
    padding: 12px 30px 10px 97px;
    min-height: 65px;
}

.boxListService .itemServise .boxEvent .listBank {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 731px);
}

.boxListService .itemServise .boxEvent .listBank li+li {
    margin-left: 10px;
}

.boxListService .itemServise .boxEvent .listBank li a {
    display: block;
    width: 50px;
    height: 34px;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    padding: 0 4px;
    border: 1px solid #CACACA;
    align-items: center;
}

.boxListService .itemServise .boxEvent .listBank li.slash a:before {
    content: "";
    position: absolute;
    top: 49%;
    transform: translateY(-50%) rotate(-33deg);
    left: -4px;
    width: 116%;
    height: 1px;
    background: #CBCBCB;
    z-index: 1;
}

.boxListService .itemServise .boxEvent .listBank li a img {
    width: 26px;
}

.boxListService .itemServise .boxEvent .listBank li a img.visa {
    width: 34px;
}

.boxListService .itemServise .boxRating {
    margin-bottom: 7px;
}

.boxListService .itemServise .boxRating.sp {
    display: none;
}

.boxRating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listRating {
    display: flex;
}

.listRating li {
    width: 24px;
    margin-right: 2px;
}

.listRating li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.boxRating .reviewRating {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    color: #D62C00;
    margin-left: 6px;
}

.boxRating .reviewRating .sub {
    vertical-align: middle;
    font-size: 14px;
    font-weight: normal;
    color: #2D2D2D;
}

.boxRating .reviewRating .sub.blue {
    color: #5E6BFF;
}

.boxAverage {
    display: flex;
}

.boxAverage .text {
    font-size: 14px;
    font-weight: normal;
    color: #979797;
}

.boxAverage .text .fz18 {
    color: #2D2D2D;
    margin-left: 2px;
    font-size: 18px;
}

.boxAverage .text+.text {
    margin-left: 45px;
}

.boxAverage .text .fz16 {
    color: #2D2D2D;
    font-size: 16px;
}

.boxEvaluations {
    display: flex;
    justify-content: space-between;
}

.boxEvaluations .evaluationStart {
    margin-top: -2px;
    width: 84px;
}

.boxEvaluations .evaluationStart .wrapperStart li>.listRating li {
    width: 10px;
    height: 10px;
    margin-right: 1px;
}

.boxEvaluations .evaluationStart .wrapperStart li>.listRating li img {
    width: 10px;
    height: 10px;
}

.wrapperStart li {
    display: flex;
    align-items: center;
}

.wrapperStart>li+li {
    margin-top: 2px;
}

.wrapperStart li .numberStar {
    margin-left: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #EC9904;
    text-decoration: underline;
}

.wrapperStart .noStar .numberStar {
    color: #CACACA;
    text-decoration: none;
}

.boxEvaluations .evaluationTabs {
    width: calc(100% - 130px);
    padding-right: 3px;
}

.boxEvaluations .evaluationTabs .listTab {
    display: flex;
    padding-left: 27px;
    padding-bottom: 5px;
}

.boxEvaluations .evaluationTabs .listTab li+li {
    margin-left: 30px;
}

.boxEvaluations .evaluationTabs .listTab li a {
    display: inline-block;
    min-width: 220px;
    border-radius: 20px;
    background-color: #FFFFFF;
    text-align: center;
    background: rgba(255, 255, 255, 40%);
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 15%));
}

.boxEvaluations .evaluationTabs .listTab li.active a {
    background: rgba(196, 196, 196, 31%);
}

.boxEvaluations .evaluationTabs .listTab li a>span {
    padding: 7px 39px;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #979797;
}

.boxEvaluations .evaluationTabs .listTab li:nth-child(1) a>span {
    background: url(../images/common/icon-face.png) no-repeat left top 50%;
    background-size: 24px;
}

.boxEvaluations .evaluationTabs .listTab li:nth-child(2) a>span {
    background: url(../images/common/icon-chat.png) no-repeat left top 50%;
    background-size: 24px;
}

.boxEvaluations .evaluationTabs .listTab li:nth-child(3) a>span {
    background: url(../images/common/icon-percent.png) no-repeat left top 50%;
    background-size: 24px;
}

.boxEvaluations .evaluationTabs .listTab li:nth-child(4) a>span {
    background: url(../images/common/icon-pen.png) no-repeat left top 50%;
    background-size: 24px;
}

.boxEvaluations .evaluationTabs .listContenTabs {}

.boxEvaluations .evaluationTabs .listContenTabs .itemContent {
    display: none;
}

.boxEvaluations .evaluationTabs .listContenTabs .itemContent.table .boxBtn {
    margin-top: -10px;
}

.boxEvaluations .evaluationTabs .listContenTabs .itemContent .listChildItem {}

.no-result {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 50px;
}

.areaScore .listCateScore .boxListScore .heading {
    font-size: 12px;
    margin-right: 14px;
}

.listChildItem {
    width: 100%;
}

.listChildItem>li {
    width: 100%;
    padding: 11px 0 6px;
}

.tabContentReview .listChildItem>li {
    cursor: pointer;
}

.listChildItem>li .wrapperBox {
    display: flex;
    padding-left: 17px;
}

.listChildItem>li+li {
    border-top: 1px dotted #979797;
}

.listChildItem li .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
}

.listChildItem li .left .avatar {
    width: 44px;
    margin-bottom: 2px;
}

.listChildItem li .left .infoAuthor {
    color: #979797;
    font-size: 12px;
    font-weight: normal;
}

.listChildItem li .left .infoAuthor .personName .person {
    display: inline-block;
    min-width: 70px;
    text-align: center;
}

.listChildItem li .left .infoAuthor .sub {
    display: inline-block;
    font-size: 10px;
}


.listChildItem li .right {
    width: calc(100% - 124px);
    margin-left: 24px;
}

.listChildItem>li .right .topRight {
    display: flex;
    align-items: center;
    margin-bottom: 3px;
}

.listChildItem>li .right .topRight .boxRating {
    margin-bottom: 0;
}

.listChildItem>li .right .topRight .listRating li img {
    width: 12px;
    height: 12px;
}

.listChildItem>li .right .topRight .listRating li {
    width: 12px;
    height: 12px;
    margin-right: 2px;
}

.listChildItem>li .right .topRight .boxRating .numberStar {
    font-size: 14px;
    color: #EC9904;
    font-weight: bold;
}

.listChildItem>li .right .topRight .prepare {
    margin-left: 25px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #979797;
}

.listChildItem>li .right .topRight .prepare span+span {
    margin-left: 10px;
}

.listChildItem>li .right .contentPostTabs .titlePost {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
}

.listChildItem>li .desc {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 4px;
    line-height: 1.65;
    max-width: 900px;
}

.btnMore {
    margin-top: -2px;
    margin-left: 9px;
}

.btnMore>a {
    position: relative;
    padding-left: 15px;
    font-size: 10px;
    color: #EC9904;
    font-weight: normal;
    text-decoration: underline;
}

.btnMore>a:before {
    content: "";
    position: absolute;
    top: 55%;
    left: 0;
    width: 5px;
    height: 8px;
    background: url(../images/common/icon-btnmore.svg) no-repeat left top 50%;
    background-size: cover;
    transform: translateY(-50%) rotate(90deg);
}

.boxEvaluations .itemContent .boxBtn .btn {
    text-align: right;
}

.listChildItem>li .infoHeadingPost {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 8px;
}

.listChildItem>li .infoHeadingPost .headingPost {
    padding-left: 26px;
    font-size: 12px;
    font-weight: normal;
    color: #979797;
}

.listChildItem>li .infoHeadingPost .headingPost .sub {
    margin-left: 8px;
}

.listChildItem>li .infoHeadingPost .headingPost.icon5ch {
    background: url(../images/common/icon-5ch.svg) no-repeat left top 50%;
    background-size: 28px 28px;
}

.listChildItem>li .infoHeadingPost .headingPost.twitter {
    background: url(../images/common/icon-twitter.svg) no-repeat left 6px top 50%;
    background-size: 17px 14px;
}

.listChildItem>li .infoHeadingPost .boxTime {
    margin-left: 11px;
    font-size: 12px;
    font-weight: normal;
    color: #979797;
}

.listChildItem>li .infoHeadingPost .boxTime .date {}

.listChildItem>li .infoHeadingPost .boxTime .idPost {
    margin-left: 6px;
}

.boxTable {
    margin: 15px auto 20px;
    max-width: 920px;
}

.boxTable .table {
    overflow-y: auto;
    padding-right: 10px;
}

.boxTable .table .listItem {
    max-height: 165px;
}

.boxTable .heading {
    padding-top: 5px;
    padding-right: 10px;
}

.boxTable .table .listItem .item {
    padding: 7px 0;
}

.areaComparison .boxListCompari .boxCompari::-webkit-scrollbar-track,
.boxTable .table::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-radius: 20px;
}

.areaComparison .boxListCompari .boxCompari::-webkit-scrollbar-thumb,
.boxTable .table::-webkit-scrollbar-thumb {
    background: #E8BE73;
    border-radius: 20px;
}

.areaComparison .boxListCompari .boxCompari::-webkit-scrollbar,
.boxTable .table::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: transparent;
}

.boxTable .table .listItem .item+.item {
    border-top: 1px dotted #979797;
}

.boxTable .table ul li>ul,
.boxTable .heading>ul {
    display: flex;
}

.boxTable .table ul li>ul li:nth-child(1),
.boxTable .heading>ul li:nth-child(1) {
    width: 19%;
}

.boxTable .table ul li>ul li:nth-child(2),
.boxTable .heading>ul li:nth-child(2) {
    width: 21%;
}

.boxTable .table ul li>ul li:nth-child(3),
.boxTable .heading>ul li:nth-child(3) {
    width: 12%;
}

.boxTable .table ul li>ul li:nth-child(4),
.boxTable .heading>ul li:nth-child(4) {
    width: 29%;
}

.boxTable .table ul li>ul li:nth-child(5),
.boxTable .heading>ul li:nth-child(5) {
    width: 19%;
}

.boxTable ul li {
    text-align: center;
    font-size: 17px;
    color: #979797;
    font-weight: 500;
	white-space: nowrap;
}

.boxTable ul li>ul li.orange {
    color: #EC9904;
}

.boxTable ul li>ul li .star {
    position: relative;
    display: inline-block;
}

.boxTable ul li>ul li .star:before {
    content: "";
    position: absolute;
    background: url(../images/common/rating.png) no-repeat center center;
    background-size: cover;
    width: 15px;
    height: 15px;
    top: 53%;
    left: -18px;
    transform: translateY(-50%);
}

.boxEvaluations .evaluationTabs .listContenTabs .itemContent .listChildItem>li .postRating {}

.listChildItem>li .postRating .title {
    color: #EC9904;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 2px;
}

.listChildItem>li .postRating .content {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.65;
}

/* ---- MODAL ---------- */
.fancybox__container .fancybox__backdrop {
    background: rgba(163, 163, 163, 75%);
}

.modalBoxService {
    width: 1030px;
    margin: 0 auto;
    box-shadow: 0 0 15px #888888;
    border-radius: 10px;
    padding: 20px 23px;
    background-color: #FFFFFF;
}

.modalBoxService .boxListService .itemServise .infoPost .detailPost {
    width: 100%;
}

.modalBoxService .boxListService .itemServise>.boxRating {
    margin-left: 140px;
}

.modalBoxService .boxListService .itemServise .boxRating {
    margin-bottom: 2px;
}

.modalBoxService .boxListService .itemServise .infoPost .boxBtn {
    display: flex;
}

.modalBoxService .boxListService .itemServise>.boxBtn .btn {
    text-align: center;
}

.modalBoxService .boxBtn .btn+.btn {
    margin-left: 10px;
    margin-top: 0;
}

.boxEvaluations .itemContent .listChildItem>li .right .topRight .date,
.listChildItem li .left .date {
    font-size: 10px;
    font-weight: normal;
    color: #979797;
    text-align: right;
}

.modalBoxService.fancybox__content {
    padding: 20px 23px;
}

.modalBoxService .boxListService .itemServise .infoPost .detailPost {
    margin-bottom: 1px;
}

.modalBoxService .boxEvaluations .itemContent {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 24px;
}

.modalBoxService .boxEvaluations .itemContent .listChildItem {
    height: 550px;
    padding-right: 5px;
}


.modalBoxService .boxEvaluations .itemContent::-webkit-scrollbar-track {
    background-color: #dddddd;
    border-radius: 10px;
}

.modalBoxService .boxEvaluations .itemContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #CCCCCC;
}

.modalBoxService .boxEvaluations .itemContent::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    background-color: transparent;
}

.boxEvaluations .itemContent .listChildItem>li .right .topRight {
    position: relative;
}

.boxEvaluations .itemContent .listChildItem>li .right .topRight .date {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.carousel__button svg {
    width: 30px;
    height: 30px;
    fill: #979797 !important;
    stroke: #979797;
    stroke-linecap: inherit;
    stroke-width: 3px;
    filter: none;
}

.fancybox__content>.carousel__button.is-close {
    top: 23px !important;
    right: 24px !important;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none !important;
}

.modalBoxService .boxListService .itemServise .infoPost .boxBtn.pc {
    display: flex;
}

.modalBoxService .boxListService .itemServise .infoPost .boxBtn.sp {
    display: none;
}

.fancybox__container .fancybox__content {
    padding: 0;
    border-radius: 10px;
}

/* ------ END MODAL ---------- */
/*areaComparison*/
.areaComparison {}

.wrapperInner {
    padding: 0 48px;
    margin-bottom: 14px;
    position: sticky;
    top: 90px;
    z-index: 10;
}

.admin-bar .wrapperInner {
    top: 122px;
}


.areaComparison .boxListCompari {
    background: rgba(255, 255, 255, 40%);
    padding: 20px 35px;
    border-radius: 30px;
    margin-bottom: 40px;
    filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.1));
}

.wrapperInner .wrapperTitleNotifi .title {
    margin-bottom: 14px;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 500;
    background: url(../images/common/icon-title-notifi.png) no-repeat left center;
    background-size: 24px 19px;
}

.wrapperInner .boxListCate {
    display: flex;
    align-items: baseline;
}

.wrapperInner .boxListCate .btnDirectional {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 20px;
}

.wrapperInner .boxListCate .btnDirectional .btnArrow {
    display: inline-block;
    width: 10px;
    height: 6px;
    cursor: pointer;
}

.wrapperInner .groundCate {
    overflow-x: auto;
    margin-left: 10px;
}

.wrapperInner .groundCate::-webkit-scrollbar-track {
    background: #dddddd;
    border-radius: 20px;
}

.wrapperInner .groundCate::-webkit-scrollbar-thumb {
    background: #E8BE73;
    border-radius: 20px;
}

.wrapperInner .groundCate::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: transparent;
}

.wrapperInner .boxListCate .listCate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: max-content;
}

.wrapperInner .boxListCate .listCate li+li {
    margin: 3px 0 3px 10px;
}

.wrapperInner .boxListCate .listCate li a {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 4.5px 10px;
}

.wrapperInner .boxListCate .listCate li.active a {
    background-color: #EC9904;
    color: #FFFFFF;
}

.areaComparison .boxListCompari .boxCompari {
    overflow-x: auto;
}

.areaComparison .boxListCompari .listCompari {
    width: 1170px;
}

.areaComparison .boxListCompari .listCompari>li {
    padding: 10px 0 14px 5px;
}


.areaComparison .boxListCompari .listCompari>li+li {
    border-top: 1px dotted #979797;
}


.areaComparison .boxListCompari .listCompari li>ul {
    display: flex;
    align-items: center;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxSpecial {
    display: flex;
    align-items: center;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxSpecial .photo {
    width: 80px;
	max-height: 50px;
    overflow-y: hidden;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxSpecial .contentSpecial {
    width: calc(254px - 99px);
}

.areaComparison .boxListCompari .listCompari li>ul li .boxSpecial .contentSpecial .title {
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxSpecial .contentSpecial .gift {
    font-size: 10px;
    font-weight: 500;
    padding: 0 0 0 18px;
    background: url(../images/common/photo-gitbox.png) no-repeat left top 50%;
    background-size: 14px;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxStar {}

.boxStar .point {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #EC9904;
}

.boxStar .point:before {
    content: "";
    position: absolute;
    background: url(../images/common/rating.png) no-repeat center center;
    background-size: cover;
    width: 12px;
    height: 13px;
    top: 53%;
    left: -18px;
    transform: translateY(-50%);
}

.areaComparison .boxListCompari .listCompari li>ul li .box {
    text-align: left;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxStar .sub {
    font-size: 8px;
    font-weight: normal;
}

.areaComparison .boxListCompari .listCompari li>ul li .box .heading {
    font-size: 12px;
    font-weight: normal;
    color: #979797;
}

.areaComparison .boxListCompari .listCompari li>ul li .box .content {
    font-size: 14px;
    font-weight: normal;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxBtn {
    display: flex;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxBtn .btn a {
    min-width: 136px;
    width: 136px;
    font-size: 12px;
    padding: 7px 0;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxBtn .btn+.btn {
    margin-left: 17px;
    margin-top: 0;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxBtn .btn.blue a:before {
    width: 5px;
    height: 8px;
    right: 9px;
}

.areaComparison .boxListCompari .listCompari li>ul li .boxBtn .btn.orange a {
    background: rgba(255, 255, 255, 40%) url(../images/common/icon-btnmore.svg) no-repeat right 8px top 50%;
    background-size: 5px 9px;
}

.areaComparison .boxListCompari .listCompari li>ul li.special.photo {
    position: sticky;
    z-index: 2;
    left: 0;
    width: 90px;
    padding: 0;
    padding-right: 10px;
}

.areaComparison .boxListCompari .listCompari li>ul li.special {
    padding: 0 5px;
}

.areaComparison .boxListCompari .listCompari li>ul li.star {
    width: 90px;
    text-align: center;
    padding: 0 5px;
}

.areaComparison .boxListCompari .listCompari li>ul li.rate {
    width: 116px;
    text-align: center;
    padding: 0 5px;
}

.areaComparison .boxListCompari .listCompari li>ul li.limit {
    width: 134px;
    text-align: center;
    padding: 0 5px;
}

.areaComparison .boxListCompari .listCompari li>ul li.hours {
    width: 108px;
    text-align: center;
    padding: 0 5px;
}

.areaComparison .boxListCompari .listCompari li>ul li.year {
    width: 78px;
    text-align: center;
    padding: 0 5px;
}

.areaComparison .boxListCompari .listCompari li>ul li.popularity {
    width: 77px;
    text-align: center;
    padding: 0 5px;
}

/*boxPagination*/
.boxPagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxPagination .pagiBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #CACACA;
    border-radius: 50px;
    background: rgba(255, 255, 255, 40%);
}

.boxPagination .pagiBtn.disable a {
    background: #F2F1F0;
    border: 1px solid #CACACA;
}

.boxPagination .pagiBtn.disable a img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(84%) contrast(90%);
}

.boxPagination .pagiBtn a img {
    filter: brightness(0) saturate(100%) invert(60%) sepia(8%) saturate(6557%) hue-rotate(6deg) brightness(101%) contrast(97%);
}

.boxPagination .pagiBtn.prev a img {
    transform: rotate(180deg);
}

.boxPagination .listNumPage {
    display: flex;
    align-items: center;
    margin: 0 16px;
}

.boxPagination .listNumPage li {
    margin: 0 15px;
}

.boxPagination .listNumPage li.actived a {
    display: inline-block;
    color: #2D2D2D;

}

.boxPagination .listNumPage li a {
    display: inline-block;
    padding: 5px;
    color: #EC9904;
    font-size: 16px;
    font-weight: normal;
}

/* SEARCH  */
.boxSearch {
    margin-bottom: 35px;
}

.boxSearch .formSearch .itemCatSearch .itemTitle {
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 500;
    position: relative;
    padding-left: 17px;
}

.boxSearch .formSearch .itemCatSearch.menu .itemTitle.open:before {
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.4s;
}

.boxSearch .formSearch .itemCatSearch .itemTitle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #EC9904;
    top: 4px;
    left: -1px;
    border-radius: 50%;
}

.boxSearch .itemCatSearch .listSelect li {
    display: inline-block;
    margin: 5px 0;
    margin-right: 10px;
}

.boxSearch .itemCatSearch .listSelect li>label {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #CACACA;
    border-radius: 4px;
    padding: 5px;
    background-color: #FFFFFF;
}


.boxSearch .itemCatSearch .listSelect li>label .checkBox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #CACACA;
    border-radius: 4px;
}

.boxSearch .itemCatSearch .listSelect li>label .checkBox:before {
    content: '';
    position: absolute;
    border-top: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    transform: rotate(225deg);
    transition: all 0.25s;
    opacity: 0;
    left: 4px;
    width: 4.5px;
    height: 9px;
    z-index: 11;
}

.boxSearch .itemCatSearch .listSelect li>input[type='checkbox']:checked+label .checkBox:before {
    opacity: 1;
}

.boxSearch .itemCatSearch .listSelect li>input[type='checkbox']:checked+label .checkBox {
    background-color: #EC9904;
    border-color: #EC9904;
}

.boxSearch .itemCatSearch .listSelect li>input[type='checkbox']:checked+label {
    background: #F6E8CE;
    border: 1px solid #EC9904;
}


.boxSearch .itemCatSearch .listSelect li>label .txtUnit {
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}

.boxSearch .itemCatSearch .listSelect li>label .numberUnit {
    border-radius: 50%;
    background: #E4E4E4;
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: normal;
    margin-left: 20px;
}

.boxSearch .itemCatSearch .listSelect li>input[type='checkbox'] {
    display: none;
}

.boxSearch .itemCatSearch .inputSearch .styleInput {
    background: #FFFFFF url(../images/common/icon-search.png) no-repeat left 10px top 50%;
    background-size: 20px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    width: 100%;
    height: 49px;
    padding-left: 45px;
    padding-right: 10px;
    font-family: 'YakuHanJP', 'Noto Sans JP';
}

.boxSearch .itemCatSearch .inputSearch .styleInput::placeholder {
    font-size: 14px;
    font-weight: normal;
    color: #CACACA;
}

.boxSearch .formSearch .btnSubmit {
    margin-top: 30px;
    text-align: center;
}

.boxSearch .formSearch .btnSubmit button {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    min-width: 268px;
    color: #FFFFFF;
    border-radius: 30px;
    background: #EC9904 url(../images/common/icon-search-white.svg) no-repeat left 20px top 50%;
    border: 1px solid #EC9904;
    margin: 0 auto;
    text-align: center;
    font-family: 'YakuHanJP', 'Noto Sans JP';
}

.boxSearch .formSearch .btnSubmit .notice {
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    color: #2D2D2D;
    top: 54%;
    left: -38.4%;
    transform: translate(-50%, -50%);
}

.boxSearch .formSearch .btnSubmit .boxSubmit {
    display: inline-block;
    position: relative;
}

.boxSearch .formSearch .btnSubmit .number {
    font-size: 22px;
    font-weight: 900;
    color: #EC9904;
}

/* END SEARCH  */
/* areaPoint */
.areaPoint {
    background: url('../images/common/bg-point.png') no-repeat;
    background-position: 0px -22px;
    background-size: 100%;
    padding-bottom: 165px
}

.areaPoint .listPoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 0 42px;
}

.areaPoint .listPoint li {
    margin-left: 134px;
    width: calc((100% / 2) - 67px);
}

.areaPoint .listPoint li:nth-child(1) {
    margin-left: 0;
}

.areaPoint .listPoint li .wrapPointPhoto {
    position: relative;
    margin-bottom: 10px;
    padding: 0 0 0 47px;
}

.areaPoint .listPoint li:nth-child(even) .wrapTitlePoint .titlePoint,
.areaPoint .listPoint li:nth-child(even) .wrapTitlePoint .subTitlePoint {
    padding: 0 44px 0 0;
}

.areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint .titlePoint,
.areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint .subTitlePoint {
    padding: 0 0 0 47px;
}

.areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint a:after {
    right: 26px;
}


.areaPoint .listPoint li:nth-child(even) .wrapPointPhoto {
    padding: 0 44px 0 0;
}

.areaPoint .listPoint li:nth-child(odd) .wrapPointPhoto:after {
    content: "";
    position: absolute;
    background: url('../images/common/pointafter-photo-02.png') no-repeat;
    top: 61px;
    left: 0;
    background-size: 100%;
    width: 118px;
    height: 118px;
    z-index: -1;
}

.areaPoint .listPoint li:nth-child(odd) .wrapPointPhoto:before {
    content: "";
    position: absolute;
    background: url('../images/common/pointafter-photo-01.png') no-repeat;
    bottom: 29px;
    right: 7px;
    background-size: 100%;
    width: 86px;
    height: 86px;
    z-index: -1;
}

.areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:after {
    content: "";
    position: absolute;
    background: url('../images/common/pointafter-photo-03.png') no-repeat;
    top: 147px;
    left: -57px;
    background-size: 100%;
    width: 99px;
    height: 99px;
    z-index: -1;
}

.areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:before {
    content: "";
    position: absolute;
    background: url('../images/common/pointafter-photo-02.png') no-repeat;
    bottom: 41px;
    right: 49px;
    background-size: 100%;
    width: 101px;
    height: 101px;
    z-index: -1;
}

.areaPoint .listPoint .pointPhoto {}

.areaPoint .listPoint li .poitItem {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 3%);
    border-radius: 50%;
    width: 359px;
    height: 359px;
    position: relative;
    overflow: hidden;
}

.areaPoint .listPoint li .poitItem:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    backdrop-filter: blur(30px);
}

.areaPoint .listPoint li .poitItem span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

.areaPoint .listPoint li:nth-child(2) .poitItem span img {
    object-fit: none;
    object-position: -63px 6px;
    width: 357px;
    height: 325px;
}

.areaPoint .listPoint .wrapTitlePoint {}

.areaPoint .listPoint .wrapTitlePoint a {
    display: block;
    position: relative;
    text-align: center;
}

.areaPoint .listPoint .wrapTitlePoint.pl a {
    padding-left: 47px;
}

.areaPoint .listPoint .wrapTitlePoint.pr a {
    padding-right: 44px;
}

.areaPoint .listPoint .wrapTitlePoint a:after {
    content: "";
    position: absolute;
    background: url('../images/common/arrow-right.svg') no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    right: 59px;
    top: 55%;
    transform: translateY(-50%);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    border-radius: 50%;
}

.areaPoint .listPoint .wrapTitlePoint.pr a:after {
    right: 62px;
}

.areaPoint .listPoint .wrapTitlePoint .titlePoint {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
}

.areaPoint .listPoint .wrapTitlePoint .subTitlePoint {
    font-size: 18px;
    font-weight: 500;
}

/* areaItem */
.areaItem {
    margin-bottom: 113px;
}

.areaItem .wrapTitle {
    margin-bottom: 54px;
}

.areaItem .wrapItem {
    display: flex;
    justify-content: space-between;
}

.areaItem .wrapItem .txtItem {
    width: 505px;
    line-height: 1.65;
}

.areaItem .wrapItem .boxItem {
    width: 400px;
    margin-top: -111px;
}

.areaItem .wrapItem .boxItem .listItem {
    display: flex;
    flex-wrap: wrap;
}

.areaItem .listItem li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 35px;
    min-height: 170px;
    width: calc((100% / 2) - 10px);
    margin-right: 20px;
    margin-bottom: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 10%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 5%);
}

.areaItem .listItem li:nth-child(2n) {
    margin-right: 0;
}

.areaItem .listItem li .contentItem {
    min-height: 152px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 10%);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 5%);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.areaItem .listItem li .contentItem .itemPhoto {
    min-height: 108px;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -5px;
}

.areaItem .listItem li .contentItem .itemName {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

/* areaFlow */
.areaFlow {
    margin-bottom: 133px;
}

.areaFlow .wrapFlow {
    /* padding: 0 5px; */
}

.areaFlow .listFlow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.areaFlow .listFlow li {
    position: relative;
    width: calc((100% / 4) - 39px);
    padding-top: 83px;
    margin-right: 52px;
}

.areaFlow .listFlow li:nth-child(4n) {
    margin-right: 0;
}

.areaFlow .listFlow li:before {
    content: "";
    position: absolute;
    right: -58%;
    width: 92%;
    border-bottom: 1px dotted #EC9904;
    top: 34px;
}

.areaFlow .listFlow li:nth-child(4n):before {
    display: none;
}

.areaFlow .listFlow li:last-child:before {
    display: none;
}

.areaFlow .listFlow li .flowInfo {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 131px;
    width: 130px;
    margin: 0 auto 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 16px 5px 0;
}

.areaFlow .listFlow li .flowStep {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #EC9904;
    font-size: 18px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.areaFlow .listFlow li .flowStep span {}

.areaFlow .listFlow li .flowInfo .flowImg {
    min-height: 71px;
    margin-top: -11px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 18px;
}

.areaFlow .listFlow li .flowInfo .flowName {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #EC9904;
    padding: 0 5px;
    text-align: center
}

.areaFlow .listFlow li .flowSub {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-align: justify;
    letter-spacing: 1px;
    line-height: 1.65;
    margin-bottom: 0;
    font-weight: normal;
}

/* areaFaq */
.areaFaq {
    margin-bottom: 150px;
}

.areaFaq .faqContent .scrollQa {
    margin-bottom: 61px;
}

.areaFaq .faqContent .scrollQa li {
    margin-bottom: 13px;
}

.areaFaq .faqContent .scrollQa li .question {
    padding: 20px 75px 18px 17px;
}

.areaFaq .faqContent .scrollQa li .answer {
    padding: 28px 17px 31px 17px;
}

.areaFaq .faqContent .scrollQa li {
    font-size: 18px;
    margin-bottom: 11px;
    text-align: justify;
}

.areaFaq .faqContent .scrollQa li .question {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #EC9904;
    cursor: pointer;
    padding: 7px 13px 10px 13px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 8px;
}

.areaFaq .faqContent .scrollQa li .question.open {
    border-radius: 8px 8px 0 0;
}

.areaFaq .faqContent .scrollQa li .answer .alphabet,
.areaFaq .faqContent .scrollQa li .question .alphabet {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 0.8;
    margin-right: 9px;
}

.areaFaq .faqContent .scrollQa li .question .alphabet {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #EC9904;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 2px;
    margin-top: 4px;
}

.areaFaq .faqContent .scrollQa li .question .questionTitle {
    width: calc(100% - 70px);
    text-align: justify;
    padding-top: 4px;
}

.areaFaq .faqContent .scrollQa li .answer .txt {
    display: inline-block;
    width: calc(100% - 35px);
    font-weight: bold;
    font-size: 18px;
    color: #EC9904;
    line-height: 1.5;
}

.areaFaq .faqContent .scrollQa li .answer .alphabet {
    width: 21px;
    color: #EC9904;
    font-weight: bold;
    transform: translateY(7px);
}

.areaFaq .faqContent .scrollQa li:nth-child(even) .question {
    background-color: #EC9904;
}

.areaFaq .faqContent .scrollQa li .question:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    background: url('../images/common/icon-arrow-faq.svg') no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 14px;
    transition: transform .3s;
}

.areaFaq .faqContent .scrollQa li .question.open:before {
    content: "";
    transform: rotate(180deg);
}

.areaFaq .faqContent .scrollQa li .answer {
    display: none;
    line-height: 1.6;
    padding: 3px 13px 10px 13px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0 0 8px 8px;
}

.areaFaq .faqContent .scrollQa li .answer .txtAns {
    text-align: justify;
    font-size: 15px;
    font-weight: normal;
}

.areaFaq .faqContent .scrollQa li .answer .titleAns {
    display: flex;
    text-align: justify;
    padding: 10px;
    margin-bottom: 2px;
}

.areaFaq .boxBtn .btn {
    text-align: center;
}

.areaFaq .boxBtn .btn.orange a {
    margin: 0 auto;
}

/* areaRanking */
.areaRanking {
    padding: 32px 0 66px
}

.areaRanking .wrapRankingList {
    width: 100%;
    padding-left: calc((100% - 1070px) / 2);
    position: relative;
}

.areaRanking .wrapRankingList .rankingList {
    display: flex;
    overflow: hidden;
    cursor: grab;
}

.areaRanking .wrapRankingList .rankingList>li {
    display: inline-block;
    max-width: 250px;
    min-width: 250px;
}

.areaRanking .wrapRankingList .rankingList>li .wrapRankingListSub {
    width: 100%;
    padding: 7px;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub {
    width: 100%;
    padding: 13px 8px 9px;
    text-align: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingShop {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 7px;
    padding: 0 9px;
    text-align: left;
    line-height: 1.3;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingPhoto {
    position: relative;
    margin-bottom: 9px;
    border-radius: 20px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
	height: 123px;
    overflow-y: hidden;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingPhoto a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #2D2D2D;
    border-radius: 20px;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingPhoto a .numberRecom {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-weight: bold;
    color: #fff;
    background: url(../images/common/crown-photo.png) no-repeat 100%;
    background-size: 36px 28px;
    width: 36px;
    height: 28px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingPhoto a .loRecPhoto {
    position: absolute;
    bottom: 5px;
    left: 5px;
    left: 12px;
    z-index: 2;
    min-width: 75px;
    max-width: 100px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingPhoto a .priceRecom {
    position: absolute;
    top: -9px;
    right: 17px;
    z-index: 2;
    min-width: 45px;
    max-width: 80px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: #EC9904;
    border-radius: 10px;
    padding: 1px 0;
    line-height: 1;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .photoNote {
    border-radius: 20px;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingPhoto img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.areaRanking .wrapRankingList .postEvaluate {
    align-items: flex-start;
    margin-bottom: 13px;
    margin-top: 0;
}

.areaRanking .wrapRankingList .postEvaluate .listRating li {
    width: 30px;
}

.areaRanking .wrapRankingList .postEvaluate .listRating li .score-detail {
    height: 30px;
}

.areaRanking .wrapRankingList .postEvaluate .showPopup {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1.2;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListSub .rankingContent {
    display: inline-block;
    width: 100%;
}

.areaRanking .wrapRankingList .rankingContent .wrapRakingRe {
    display: flex;
    margin-bottom: 2px;
}

.areaRanking .wrapRankingList .rankingContent .wrapRakingRe .shopRecom {
    width: 114px;
    padding-left: 9px;
    padding-right: 10px;
    text-align: justify;
    line-height: 1.3;
}

.areaRanking .wrapRankingList .starRecom {
    width: calc(100% - 114px);
    text-align: left;
    display: flex;
    align-items: center;
    line-height: 1.3;
}

.areaRanking .wrapRankingList .starRecom .starRecomPhoto {
    width: 12px;
    height: 13px;
    margin-right: 4px;
}

.areaRanking .wrapRankingList .starRecom .numberStarRecom {
    font-weight: bold;
    color: #EC9904;
    margin-right: 5px;
}

.areaRanking .wrapRankingList .starRecom .detailNumber {
    font-weight: bold;
    font-size: 10px;
}

.areaRanking .wrapRankingList .starRecom .detailNumber span {
    color: #5E6BFF;
}

.areaRanking .wrapRankingList .rankingList>li .rankingContent .recommendRate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.areaRanking .wrapRankingList .rankingList>li .recommendRate .rateList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 2px 0 12px 12px;
    list-style: none;
}

.areaRanking .wrapRankingList .rankingList>li .recommendRate .rateList>li {
    width: 100%;
    max-width: 30px;
    min-width: 30px;
}

.areaRanking .wrapRankingList .rankingList>li .recommendRate .rateList>li:not(:first-child) {
    margin-left: 1px;
}

.areaRanking .wrapRankingList .rankingList>li .rateList li img {
    width: 100%;
}

.areaRanking .wrapRankingList .rankingList>li .recommendRate .rateNumber {
    font-size: 22px;
    margin: -13px 0 0 2px;
}

.areaRanking .wrapRankingList .rankingList>li .recommendRate .rateNumber span {
    display: inline-block;
    margin-right: -5px
}

.areaRanking .wrapRankingList .rankingList>li .rankingListInfo {
    display: inline-block;
    width: 100%;
    list-style: none;
    margin: 0;
}

.areaRanking .wrapRankingList .rankingList>li .rankingListInfo li {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 9px;
    text-align: center;
}

.areaRanking .wrapRankingList .boxBtn .btn a {
    width: 91%;
    min-width: inherit;
    padding: 5px 10px;
}

.areaRanking .wrapRankingList .boxBtn .btn+.btn {
    margin-top: 5px;
    margin-left: 0;
}

.areaRanking .wrapRankingList .boxBtn .btn.orange a {
    padding: 4px 10px;
}

.boxBtn .btn a {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}

.areaRanking .listField {
    margin-bottom: 3px;
}

.areaRanking .listField li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.areaRanking .listField li:last-child {
    margin-bottom: 0;
}

.areaRanking .listField li .desField {
    font-size: 10px;
    font-weight: normal;
    width: 112px;
    padding-left: 12px;
    padding-right: 10px;
    text-align: justify;
}

.areaRanking .listField li .txtField {
    font-size: 10px;
    font-weight: bold;
    width: calc(100% - 112px);
    text-align: left;
    letter-spacing: 0.5px;
    color: #EC9904;
}

/* areaColumn */
.areaColumn {
    margin-bottom: 118px;
}


.wrapColumn {
    width: 100%;
    padding-left: calc((100% - 1260px) / 2);
    position: relative;
}

.wrapColumn.contentSliderCol {
    max-width: 1285px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.areaColumn .boxBtn {
    margin-top: -66px;
}

.areaColumn .boxBtn .btn {
    text-align: right;
}

.wrapColumn .listColumn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}


.wrapColumn .listColumn.listColumnSlider {
    overflow: hidden;
    cursor: grab;
    flex-wrap: inherit;
    padding-top: 16px;
}

.wrapColumn .listColumn>li {
    width: calc((100% / 4) - 15px);
    margin: 0 20px 20px 0;
}

.wrapColumn .listColumn.listColumnSlider>li {
    display: inline-block;
    max-width: 310px;
    min-width: 310px;
    margin-right: 0;
}

.wrapColumn .listColumn>li:nth-child(4n) {
    margin-right: 0;
}

.wrapColumn .listColumn.listColumnSlider>li:nth-child(4n) {
    margin-right: 0;
}

.wrapColumn .listColumn>li a {
    display: block;
}

.wrapColumn .listColumn.listColumnSlider>li a {
    margin-right: 0;
}

.wrapColumn .listColumn>li .boxColumn {
    width: 100%;
    text-align: center;
    border-radius: 15px;
    position: relative;
}

.wrapColumn .listColumn>li .boxColumn .columnPhoto {
    border-radius: 10px;
    position: relative;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.wrapColumn .listColumn.listColumnSlider>li .boxColumn .columnPhoto {
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.wrapColumn .listColumn>li .boxColumn .columnPhoto:after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(236, 153, 4, 0.5) 100%);
    width: 100%;
    height: 100%;
    background-size: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

.wrapColumn .listColumn>li .wrapColumnListSub {
    /* width: 100%; */
    padding: 0;
}

.wrapColumn .listColumn.listColumnSlider>li .wrapColumnListSub {
    width: 100%;
    padding: 10px;
}

.wrapColumn .listColumn>li .boxColumn .columnPhoto img {
    aspect-ratio: 295 / 210;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
    transition: 0.3s;
}

.wrapColumn .listColumn>li .boxColumn .contentColumn {
    padding: 0 9px;
}

.wrapColumn .contentColumn .wrapTime {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.wrapColumn .contentColumn .wrapTime .listCatCol {
    display: flex;
    width: calc(100% - 80px);
    flex-wrap: wrap;
}

.wrapColumn .contentColumn .wrapTime .listCatCol>li {
    font-size: 10px;
    font-weight: 500;
    margin-right: 10px;
}

.wrapColumn .contentColumn .wrapTime .timeColumn {
    font-size: 10px;
    font-weight: 500;
}

.wrapColumn .contentColumn .titleColumn {
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* areaBasic */
.areaBasic {
    padding-top: 8px;
}

.areaBasic .innerMin {
    max-width: 960px;
}

.areaBasic .listBasic {
    display: flex;
    flex-wrap: wrap;
}

.areaBasic .listBasic li {
    width: calc((100% / 3) - 22px);
    margin-right: 22px;
    margin-bottom: 15px;
}

.areaBasic .listBasic li a {
    display: block;
    padding: 10px 8px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 99px;
    backdrop-filter: blur(30px);
}

.areaBasic .listBasic li a .txtBasic {}

.areaBasic .listBasic li a .txtBasic span {
    padding-left: 32px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.areaBasic .listBasic li a .txtBasic span:after {
    content: "";
    position: absolute;
    background: url('../images/common/icon-basic.svg') no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    top: -2px;
    left: 0;
}

/* BTN */
.boxBtn {}

.boxBtn.boxBtnLoadReview{
    margin-top: 40px
}

.boxBtn .btn {
	width: 100%;
}

.boxBtn .btn.center {
    text-align: center;
}

.boxBtn .btn a {
    display: inline-block;
    padding: 10px;
    min-width: 268px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 30px;
    color: #FFFFFF;
}

.boxBtn .btn.blue a {
    position: relative;
    background: linear-gradient(to right, #0064E3, #4898FF);
}

.boxBtn .btn.blue a:before {
    content: "";
    position: absolute;
    background: url(../images/common/icon-btnmore-white.svg) no-repeat;
    background-size: cover;
    width: 7.5px;
    height: 12px;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}

.boxBtn .btn.orange a {
    padding: 9px;
    color: #EC9904;
    background-color: #F4F1EC;
    border: 1px solid #EC9904;
    background: rgba(255, 255, 255, 40%) url(../images/common/icon-btnmore.svg) no-repeat right 12px top 50%;
    background-size: 7.5px 12px;
}

.areaSearch .boxSearch .itemCatSearch {
    margin-bottom: 11px;
}

/* FOOTER */
#footer {
    padding: 170px 0 10px;
    width: 100%;
    background: url(../images/common/bg-footer.png) no-repeat center center /cover;
    position: relative;
}

#footer .wrapFooter {
    display: flex;
    margin-bottom: 7px;
}

#footer .wrapFooter .logoFooter {
    width: 200px;
    padding-top: 9px;
    justify-content: space-between;
}

#footer .inner {
    max-width: 1150px;
}

#footer .ftLogo {
    background-color: #fff;
    margin-bottom: 30px;
}

#footer .ftLogo .logo {
    padding: 13px 0 8px;
    margin-bottom: 0;
}

#footer .ftLogo .logo a {
    display: inline-block;
}

#footer .ftLogo .logo img {
    width: 100%;
}

#footer .ftMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 39px;
    width: 100%;
}

#footer .ftMenu .menuLeft {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
}

#footer .ftMenu .menuRight {
    width: 46.4%;
}

#footer .ftMenu .menu {
    margin-left: 44px;
}

#footer .ftMenu .menu.menuTopPick {
    width: 39%;
}

#footer .ftMenu .menu.menuFirstTimeUser {
    width: calc(100% - 44% - 44px);
    margin-left: 0;
}

#footer .ftMenu .menu .menuList {}

#footer .ftMenu .menu .menuList li {
    display: inline-block;
    margin-left: 31px;
}

#footer .ftMenu .menu .menuList li a {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding-left: 20px;
    line-height: 2.2;
    position: relative;
}

#footer .ftMenu .menu .menuList li:not(:first-child) a:before {
    content: "－";
    position: absolute;
    font-size: 12px;
    top: 0;
    left: -1px;
}

#footer .ftMenu .menu .menuList li:first-child {
    display: inline-block;
    width: auto;
    margin: 0 0 5px;
}

#footer .ftMenu .menu .menuList li:first-child a {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    padding-left: 30px;
    line-height: 1.5;
}

#footer .ftMenu .menu.menuMore {
    width: 100%;
    margin-left: 0;
}

#footer .ftMenu .menu.menuMore .menuList {
    display: flex;
    flex-wrap: wrap;
}

#footer .ftMenu .menu.menuMore .menuList li {
    width: 54%;
    margin: 0;
}

#footer .ftMenu .menuRight .menu.menuMore .menuList li {
    width: 38.5%;
    padding-right: 10px;
}

#footer .ftMenu .menuRight .menu.menuMore .menuList li a {
    font-weight: 500;
    padding-left: 0;
}

#footer .ftMenu .menuRight .menuList li:not(:first-child) a:before {
    display: none;
}

#footer .ftSub {
    font-size: 10px;
    padding: 0 66px 0 60px;
    line-height: 1.5;
    margin-bottom: 0;
}

#footer .ftSub span {
    display: block;
}

#footer .ftSub .postedInfor {
    font-weight: 500;
    margin-bottom: 4px;
}

#footer .ftSub .txtPost {
    font-weight: normal;
}

.copyrighText {
    text-align: center;
    margin-top: 1em;
    font-size: 0.8em;
}

.wrapspinnerLoad {
    display: none
}

.wrapspinnerLoad.loading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
    background: rgb(255 255 255 / 52%)
}

.loading:before {
    background: rgba(255, 255, 255, .5);
    opacity: 1;
    z-index: 999
}

.spinnerLoad {
    animation: rotator 1.4s linear infinite
}

/* COPY REVIEW */
.listChildItem>li.shopReviewItem {
    position: relative;
    padding-top: 15px;
}

.btn-copy-review.pc {
    position: absolute;
    right: 0px;
    top: 8px;
    z-index: 98;
}

.btn-copy-review a {
    display: block;
    padding: 4px 10px;
    border-radius: 20px;
    color: #ec9904;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ec9904;
    font-size: 10px;
    transition: all .3s;
    text-decoration: none;
}

.btn-copy-review a:hover {
    opacity: 0.7;
}

.btn-copy-review img {
    display: inline-block;
    vertical-align: -2px;
    /* margin-right: 2px; */
    width: 12px;
}

.btn-copy-review.pc a.completed:before {
    opacity: 1;
    z-index: 1;
    visibility: visible;
}

.btn-copy-review.pc a::before {
    content: "＼コピー完了／";
    position: absolute;
    color: #ec9904;
    top: -20px;
    font-size: 12px;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: -999999;
    transition: all .6s ease 0s;
}

/* END COPY REVIEW */

@keyframes rotator {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(270deg)
    }
}

.spinnerLoad .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite
}

@keyframes colors {
    0% {
        stroke: #4285F4
    }

    25% {
        stroke: #DE3E35
    }

    50% {
        stroke: #F7C223
    }

    75% {
        stroke: #1B9A59
    }

    100% {
        stroke: #4285F4
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg)
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg)
    }
}

.sp {
    display: none;
}



@media (max-width: 1290px) and (min-width: 769px) {
    .areaSiteCash .contentSlider {
        padding-left: 5px;
    }

    .navigation-wrapper {
        right: calc((100% - (100% - 40px)) / 2);
    }

    .areaService .boxListService .itemServise {
        padding: 20px 25px;
    }

    .boxListService .itemServise .infoPost .detailPost .photoPost {
        width: 150px;
    }

    .boxListService .itemServise .infoPost .detailPost {
        width: calc(100% - 171px);
    }

    .boxListService .itemServise .infoPost .detailPost .postContent {
        width: calc(100% - 164px);
        margin-left: 14px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote {
        justify-content: flex-start;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote li .heading {
        font-size: 12px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote li .text {
        font-size: 16px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote li+li {
        margin-right: 25px;
    }

    .giftBox .contentGift {
        font-size: 14px;
        background: rgba(255, 164, 0, 10%) url(../images/common/photo-gitbox.png) no-repeat left 20px top 48%;
        background-size: 40px;
        padding: 12px 30px 10px 80px;
    }

    .boxEvaluations .evaluationTabs .listTab>li {
        width: calc(100% / 4 - 1.5%);
    }

    .boxEvaluations .evaluationTabs .listTab>li a {
        min-width: 100%;
        width: 100%;
    }

    .boxEvaluations .evaluationTabs .listTab li a>span {
        padding: 6px 30px;
        font-size: 16px;
    }

    .boxEvaluations .evaluationTabs .listTab li+li {
        margin-left: 2%;
    }

    .boxListService .itemServise .boxEvent .giftBox {
        width: 70%;
    }

    .boxListService .itemServise .boxEvent .listBank {
        width: 30%;
    }

    .boxListService .itemServise .boxEvent .listBank li+li {
        margin-left: 5px;
    }

    .boxListService .itemServise .boxEvent .listBank li {
        margin-bottom: 5px;
    }

    .boxListService .itemServise .boxEvent .listBank li a {
        width: 40px;
    }

    .modalBoxService {
        width: 100%;
        max-width: 1030px;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    #header .wrapHeader {
        padding-right: 0;
        transition: all 0.5s;
    }
}

@media (max-width: 1150px) and (min-width: 769px) {
    #footer .ftMenu .menuLeft {
        width: 52%;
    }

    #footer .ftMenu .menu.menuTopPick {
        width: 41%;
        padding-right: 17px;
    }

    #footer .ftMenu .menu.menuFirstTimeUser {
        width: 47%;
        padding-right: 10px;
    }

    #footer .ftMenu .menu .menuTitle a {
        text-decoration: none;
        padding-left: 0;
    }

    #footer .ftMenu .menu .menuList li {
        margin-left: 0;
    }

    #footer .ftMenu .menu .menuList li a {
        text-decoration: none;
    }

    #footer .ftMenu .menu .menuList li:first-child a {
        padding-left: 0;
    }

    #footer .ftMenu .menuRight {
        width: 48%;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li {
        width: 40.5%;
        padding-right: 10px;
    }
}

@media (max-width: 1140px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: 258px;
    }

    #header .mainMenu {
        width: calc(100% - 300px);
        padding: 15px 16px 15px 28px;
        transition: all 0.5s;
        height: auto;
    }

    .areaShopSearch .shopSearchBox {
        max-width: 100%;
        padding: 0;
        transition: all 0.5s;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .areaShopSearch .tabList li a {
        padding: 14px 10px 14px 10px;
        transition: all 0.5s;
    }

    .areaShopSearch .tabList li a:after {
        left: 10px;
        transition: all 0.5s;
    }

    .areaShopSearch .areaTab {
        padding: 11px 15px 67px
    }

    .areaShopSearch .areaTab .tabBox .boxLeft {
        width: 51%;
        transition: all 0.5s;
    }

    .areaShopSearch .areaTab .tabBox .boxRight {
        width: 45%;
        transition: all 0.5s;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li a {
        padding: 5px 5px 4px 5px;
    }
}

@media (max-width: 1085px) and (min-width: 769px) {
    .areaPoint .listPoint li {
        margin-left: 11%;
    }

    .sliderInner .navigation-wrapper,
    .navigation-wrapper {
        right: 20px;
        top: -74px;
    }
}


@media (max-width: 1080px) and (min-width: 769px) {
    #footer .ftMenu .menu {
        margin-left: 24px;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li {
        width: 42.5%;
    }

    .areaPoint .listPoint li .poitItem {
        width: 320px;
        height: 320px;
    }
}

@media (max-width: 1050px) and (min-width: 769px) {
    .areaService .boxBtn .btn a {
        min-width: 180px;
        font-size: 12px;
    }

    .boxBtn .btn a {
        font-size: 12px;
    }

    .boxBtn .btn a {
        min-width: 180px;
        font-size: 12px;
    }

    .boxEvaluations .evaluationTabs .listTab li a>span {
        padding: 5px 25px;
        font-size: 12px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(1) a>span {
        background: url(../images/common/icon-face.png) no-repeat left top 50%;
        background-size: 20px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(2) a>span {
        background: url(../images/common/icon-chat.png) no-repeat left top 50%;
        background-size: 20px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(3) a>span {
        background: url(../images/common/icon-percent.png) no-repeat left top 50%;
        background-size: 20px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(4) a>span {
        background: url(../images/common/icon-pen.png) no-repeat left top 50%;
        background-size: 20px;
    }

    .boxListService .itemServise .boxRating .reviewRating {
        font-size: 24px;
        margin-left: 5px;
    }

    .boxListService .itemServise .boxRating .boxAverage .text .fz16 {
        font-size: 14px;
    }

    .boxListService .itemServise .boxRating .boxAverage .text .fz18 {
        font-size: 16px;
    }

    .boxListService .itemServise .boxRating .boxAverage .text {
        font-size: 12px;
    }

    .boxEvaluations .evaluationTabs {
        width: calc(100% - 100px);
        padding-right: 3px;
    }

    .boxEvaluations .itemContent .listChildItem>li .right .contentPostTabs .titlePost {
        font-size: 14px;
    }

    .boxEvaluations .itemContent .listChildItem>li .desc {
        font-size: 12px;
    }

    .boxListService .itemServise .boxRating .boxAverage .text .fz18 {
        font-size: 14px;
    }

    .boxEvaluations .evaluationTabs .listContenTabs .itemContent .boxTable ul li {
        font-size: 14px;
    }

    .areaComparison .boxListCompari {
        margin-bottom: 30px;
    }

    .boxPagination .pagiBtn a {
        width: 40px;
        height: 40px;
    }

    .boxPagination .listNumPage {
        margin: 0 10px;
    }

    .boxPagination .listNumPage li {
        margin: 0 10px;
    }
}

@media (max-width: 1040px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: 238px;
        max-height: 59px;
    }

    .areaShopSearch .tabList li {
        margin-left: 5px;
    }

    #header .mainMenu {
        width: calc(100% - 270px);
        transition: all 0.5s;
    }

    #header .mainMenu {
        padding-left: 20px;
    }

    .areaFlow .listFlow li:before {
        right: -59%;
        width: 93%;
    }

}

@media (max-width: 1030px) and (min-width: 769px) {
    .areaPoint .listPoint {
        padding: 0 30px;
        transition: all 0.5s;
    }
}

@media (max-width: 1020px) and (min-width: 769px) {
    .areaShopSearch .tabList li a {
        font-size: 16px;
    }

    .areaShopSearch .tabList li a span:after {
        width: 28px;
        height: 28px;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:after {
        left: -30px;
    }

    #footer {
        padding: 250px 0 10px;
    }
}


@media (max-width: 1000px) and (min-width: 769px) {

    /* areaItem */
    .areaItem .wrapItem .txtItem {
        width: calc(100% - 450px);
    }

    /* areaFlow */
    .areaFlow .listFlow li {
        width: calc((100% / 4) - 29px);
        margin-right: 38px;
    }

    .areaFlow .listFlow li:before {
        right: -52%;
        width: 86%;
    }

    #footer .ftMenu .menuLeft {
        width: 100%;
    }

    #footer .ftMenu .menuRight {
        width: 100%;
    }

    #footer .ftMenu .menu.menuTopPick {
        width: 40%;
        padding-right: 20px;
    }

    #footer .ftMenu .menu .menuList li {
        width: 100%;
    }

    #footer .ftMenu .menu.menuFirstTimeUser {
        width: 50%;
        padding-right: 20px;
    }

    #footer .ftMenu .menuRight {
        margin-left: 24px;
        margin-top: 30px;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li {
        width: 48%;
    }
}

@media (max-width: 990px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: 218px;
        max-height: 54px;
        transition: all 0.5s;
    }

    #header .mainMenu {
        width: calc(100% - 250px);
        transition: all 0.5s;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li {
        width: calc(100% / 3 - 10px);
        transition: all 0.5s;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li:nth-child(4n) {
        margin-right: 10px;
    }

    /*.areaShopSearch .areaTab .tabBox .tabSearch li:nth-child(3n) {
        margin-right: 0;
    }*/

    .areaPoint .listPoint .wrapTitlePoint a:after {
        width: 40px;
        height: 40px;
        right: 33px;
        transition: all 0.5s;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint a:after {
        right: 0;
    }

}

@media (max-width: 975px) and (min-width: 769px) {
    .wrapColumn .listColumn>li .boxColumn .columnPhoto img {
        aspect-ratio: 295 / 250;
        transition: all 0.5s;
    }
}

@media (max-width: 970px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: 200px;
        transition: all 0.5s;
    }

    #header .mainMenu {
        width: calc(100% - 230px);
        transition: all 0.5s;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapPointPhoto:before {
        right: 0;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:after {
        top: 120px;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:before {
        bottom: 20px;
        right: 19px;
    }

    .areaPoint .listPoint li .wrapPointPhoto {
        padding: 0 0 0 27px;
        transition: all 0.5s;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint .titlePoint,
    .areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint .subTitlePoint {
        padding: 0 0 0 27px;
    }

    .areaPoint .listPoint .wrapTitlePoint.pl a {
        padding-left: 27px;
    }

    .areaPoint .listPoint .wrapTitlePoint.pr a {
        padding-right: 24px;
    }

    .areaPoint .listPoint .wrapTitlePoint.pr a:after {
        right: 42px;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto {
        padding: 0 24px 0 0;
        transition: all 0.5s;
    }
}

@media (max-width: 950px) and (min-width: 769px) {
    .boxBtn .btn a {
        padding: 6px 0;
        min-width: 130px;
    }

    .boxBtn .btn.orange a {
        padding: 6px 30px;
    }

    .boxBtn .btn+.btn {
        margin-top: 8px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .title {
        margin-bottom: 0;
    }

    .boxListService .itemServise .infoPost .detailPost .photoPost {
        width: 130px;
    }

    .boxListService .itemServise .infoPost .detailPost {
        width: calc(100% - 135px);
    }

    .boxListService .itemServise .infoPost .detailPost .postContent {
        width: calc(100% - 110px);
        margin-left: 10px;
    }

    .listRating li,
    .listRating li img {
        width: 20px;
        height: 20px;
    }

    .boxListService .itemServise .boxRating .reviewRating {
        font-size: 20px;
    }

    .boxEvaluations .evaluationTabs .listContenTabs .itemContent .listChildItem>li .postRating .content {
        font-size: 12px;
    }

    .boxBtn .btn+.btn {
        margin-top: 8px;
    }

    .areaService .boxBtn .btn a {
        min-width: 150px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote li {
        margin-right: 15px;
    }

    .areaFlow .listFlow li:before {
        right: -53%;
    }

    .areaPoint .listPoint {
        padding: 0 30px;
        transition: all 0.5s;
    }
}

@media (max-width: 930px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: 170px;
        transition: all 0.5s;
    }

    #header .mainMenu {
        width: calc(100% - 200px);
        padding: 10px 10px 10px 14px;
        transition: all 0.5s;
    }

    .areaPoint .listPoint {
        padding: 0 15px;
        transition: all 0.5s;
    }
}


@media (max-width: 917px) and (min-width: 769px) {
    .wrapColumn .listColumn>li .boxColumn .columnPhoto img {
        aspect-ratio: 295 / 270;
        transition: all 0.5s;
    }
}

@media (max-width: 900px) and (min-width: 769px) {
    #header .wrapHeader .headerBar {
        width: 130px;
        max-height: 33px;
        transition: all 0.5s;
    }

    #header .mainMenu {
        width: calc(100% - 150px);
        transition: all 0.5s;
    }

    #header .mainMenu .menu li {
        width: calc((100% / 4) - 7px);
        margin-right: 9px;
        transition: all 0.5s;
    }

    #header .mainMenu .menu li a .rectanglePhoto {
        margin-right: 6px;
    }

    #header .mainMenu .menu li a .titleMenu .fsz10 {
        font-size: 9px;
    }

    #header .mainMenu .menu li a .titleMenu .fsz12 {
        font-size: 11px;
    }

    .areaShopSearch .tabList li a span {
        width: 28px;
        height: 28px;
        transition: all 0.5s;
    }

    .areaShopSearch .tabList li a .textShop {
        width: calc(100% - 25px);
        text-indent: 0;
        transition: all 0.5s;
    }
}

@media (max-width: 890px) and (min-width: 769px) {
    .wrapTitle .titleJp {
        width: calc(100% - 420px);
    }
}

@media (max-width: 880px) and (min-width: 769px) {
    .areaFlow .listFlow li:before {
        width: 83%;
    }

    .areaPoint .listPoint {
        padding: 0;
        transition: all 0.5s;
    }

    .areaPoint .listPoint li {
        width: calc((100% / 2) - 47px);
        transition: all 0.5s;
    }

    .areaPoint .listPoint .wrapTitlePoint a:after {
        width: 35px;
        height: 35px;
        right: 20px;
        transition: all 0.5s;
    }

    .areaPoint .listPoint .wrapTitlePoint.pr a:after {
        right: 42px;
    }
}

@media (max-width: 850px) and (min-width: 769px) {
    .boxBtn .btn a {
        min-width: 130px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .title {
        margin-bottom: 5px;
    }

    .boxListService .itemServise .infoPost .detailPost .photoPost {
        width: 120px;
    }

    .boxListService .itemServise .infoPost .detailPost {
        width: calc(100% - 135px);
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote li .text {
        font-size: 12px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .listInfoNote li {
        margin-right: 20px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent {
        width: calc(100% - 130px);
        margin-left: 10px;
    }

    .giftBox .contentGift {
        font-size: 14px;
        background: rgba(255, 164, 0, 10%) url(../images/common/photo-gitbox.png) no-repeat left 10px top 48%;
        background-size: 30px;
        padding: 10px 10px 10px 50px;
    }

    .areaShopSearch .tabList li a {
        padding: 14px 5px 14px 5px;
        transition: all 0.5s;
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .areaFlow .listFlow li:before {
        width: 81%;
    }
}

@media (max-width: 780px) and (min-width: 769px) {
    .areaFlow .listFlow li:before {
        width: 80%;
    }
}

@media (min-width: 769px) {
    .hover:hover {
        opacity: 0.7;
    }

    #header .mainMenu .menu li {
        max-height: 35px;
        overflow: hidden;
    }

    #header .mainMenu .menu li a:hover .titleMenu .fsz10,
    #header .mainMenu .menu li a:hover .titleMenu .fsz12 {
        color: #EC9904;
    }

    .breadcrumb .breadcrumbList a:hover {
        color: #EC9904;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    .areaSiteCash .listSiteCash li a:hover .boxService {
        border: 1px solid #EC9904;
    }

    .arrow.arrow--right:hover {
        box-shadow: 0 0 20px rgba(236, 153, 4, 0.4);
        border-radius: 50%;
    }

    .arrow.arrow--left:hover {
        box-shadow: 0 0 20px rgba(236, 153, 4, 0.4);
        border-radius: 50%;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li a:hover,
    .areaShopSearch .areaTab .tabBox .listCard li a:hover {
        background: #F6E8CE;
        border: 1px solid #EC9904;
    }

    .areaShopSearch .tabList li a:hover {
        background: #EC9904;
        opacity: 1;
    }


    .boxSearch .formSearch .btnSubmit button:hover {
        background: #fff url(../images/common/icon-search-orange.svg) no-repeat left 20px top 50%;
        color: #EC9904;
    }

    .areaPoint .listPoint .wrapTitlePoint a:hover .titlePoint {
        color: #EC9904;
    }

    .areaPoint .listPoint .wrapTitlePoint a:hover:after,
    .boxPagination .pagiBtn a:hover {
        box-shadow: 0 0 20px rgba(236, 153, 4, 0.4);
    }

    .boxPagination .pagiBtn.disable a:hover {
        box-shadow: none;
    }

    .boxBtn .btn.blue a:hover {
        border: 1px solid #0064E3;
        background: #fff;
        color: #0064E3;
        padding: 9px;
    }

    .areaRanking .wrapRankingList .boxBtn .btn a:hover {
        padding: 4px 9px;
    }

    .boxBtn .btn.blue a:hover:before {
        background: url('../images/common/icon-btnmore-white-hover.svg') no-repeat;
        background-size: cover;
    }

    .boxBtn .btn.orange a:hover {
        border: 1px solid transparent;
        color: #fff;
        background: #EC9904 url(../images/common/icon-btnmore-white.svg) no-repeat right 12px top 50%;
        background-size: 7.5px 12px;
    }

    .boxBtn .btn.orange a#btnLoadReview:hover {
        background: #EC9904;
    }

    .wrapColumn .listColumn>li .boxColumn a:hover .columnPhoto img {
        transform: scale(1.1);
        transition: 0.3s;
    }

    .wrapColumn .listColumn>li .boxColumn a:hover .contentColumn {
        color: #2D2D2D;
    }

    .areaBasic .listBasic li a:hover {
        background: #EC9904;
        border: 1px solid #EC9904;
        color: #fff;
    }

    .areaBasic .listBasic li a:hover .txtBasic span:after {
        background: url('../images/common/icon-basic-hover.svg') no-repeat;
        background-size: 100%;
    }

    .wrapperInner .boxListCate .listCate li a:hover {
        background-color: #EC9904;
        color: #fff;
    }

    .boxPagination .listNumPage li a:hover {
        color: #2D2D2D;
    }

    .boxListService .itemServise .boxEvent .listBank li a:hover {
        background: #F6E8CE;
        border: 1px solid #EC9904;
    }

    .boxEvaluations .evaluationTabs .listTab li a:hover {
        background: rgba(196, 196, 196, 31%);
    }

    .areaComparison .boxListCompari .listCompari li>ul li .boxBtn .btn.orange a:hover {
        border: 1px solid transparent;
        color: #fff;
        background: #EC9904 url(../images/common/icon-btnmore-white.svg) no-repeat right 8px top 50%;
        background-size: 5px 9px;
    }

    .MacOS .modalBoxService .boxEvaluations .itemContent .listChildItem {
        height: 50vh;
        max-height: 550px;
    }

    .MacOS .modalBoxService.fancybox__content {
        padding: 15px 18px;
    }

    .boxListService .itemServise .listCate li a:hover {
        color: #EC9904
    }

    .boxEvaluations .itemContent .btnMore>a:hover,
    .boxListTweet .listChildItem .btnMore>a:hover {
        color: #0047A1;
    }

    .tabContentReview .listChildItem>li:hover {
        background: rgba(255, 255, 255, 60%);
    }

    .boxEvaluations .itemContent .btnMore>a:hover:before,
    .boxListTweet .listChildItem .btnMore>a:hover:before {
        filter: brightness(0) saturate(100%) invert(14%) sepia(65%) saturate(5002%) hue-rotate(203deg) brightness(93%) contrast(104%);
    }

    .areaScore .cateScore>li a:hover {
        color: #FFFFFF;
        background-color: #EC9904;
    }

    #footer .ftMenu .menu .menuList li a:hover {
        text-decoration: underline;
        text-underline-offset: 2px;
    }

    #footer .wrapFooter .logoFooter a:hover {
        opacity: 0.7;
    }

    .boxSearch .itemCatSearch .listSelect li>label:hover,
    .areaSearchPost .boxSearch .itemCatSearch .listSelect li>label:hover {
        background: #F6E8CE;
        border: 1px solid #EC9904;
    }
}

/* STYLE MOBILE */
@media (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #fixH {
        height: 113.9px;
    }

    .inner,
    .innerMin {
        width: 100%;
        padding: 0 15px;
    }

    /* MENU */

    .hamburger {
        position: relative;
        z-index: 9999;
    }

    .hamburger .iconMenu {
        position: relative;
        top: 6px;
        right: -2px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        width: 48px;
    }

    .hamburger .iconToggle {
        display: none;
    }

    .hamburger.open .iconMenu {
        display: block;
        width: 60px;
    }

    .hamburger .iconMenu .open {
        filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
    }

    .hamburger .iconMenu .open {
        display: block;
        position: relative;
        left: 1px;
        top: -9px;
    }

    .hamburger .iconMenu .open {
        display: none;
        width: 60px;
    }

    .hamburger.open .iconMenu {
        box-shadow: none;
    }

    /* header */
    #header.top {
        background-color: transparent;
    }

    #header .inner {
        padding: 0 2.5%;
    }

    #header.fixHeader .wrapHeader {
        padding: 2px 0 15px;
    }

    #header .wrapHeader {
        display: block;
        padding: 2px 0;
    }

    #header .wrapHeader .headerBar {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: auto;
    }

    #header .wrapHeader .headerBar .logo {
        width: 55.5%;
    }

    #header .mainMenu.sp {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        padding: 16.7% 3.8% 24.5%;
        width: 100%;
        overflow-y: auto;
        z-index: 3;
        background: #bebebebe;
        border-radius: 0;
        height: calc(100vh + 15px);
    }

	#header .mainMenu.pc {
        display: block;
        position: relative;
	    padding: 5px 5px 5px 20px;
		height: 50px;
		margin-top: 5px;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}

	#header .mainMenu.pc::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

    #header .mainMenu .wrapMenu {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 10px;
        overflow-y: auto;
        height: 80vh;
        padding: 4.4% 8.5% 12.5%;
    }

    #header .mainMenu.sp .menu {
        flex-direction: column;
        margin-bottom: 16px;
    }

	#header .mainMenu.pc .menu {
		width: 600px;
	}

	#header .mainMenu .menu li {
		margin-right: 0;
	}

    #header .mainMenu .menu li+li {
        margin-top: 0;
    }

    #header .mainMenu .menu>li>a {
        flex-direction: inherit;
        padding: 0;
        padding-bottom: 13px;
        padding-top: 13px;
        align-items: center;
    }

	#header .mainMenu.pc .menu>li>a {
		padding: 5px;
	}

    #header .mainMenu .menu>li>a span {
        width: 100%;
    }

    #header .mainMenu .menu li a .textEn {
        font-size: 10px;
        color: #EC9904;
        text-align: right;
        font-weight: normal;
    }

    #header .mainMenu .menu li a .textJp {
        font-size: 16px;
        position: relative;
        text-align: left;
        margin-right: 10px;
        font-weight: 500;
    }

    #header .mainMenu.sp .menu>li {
        width: 100%;
        margin-right: 0;
    }

    #header .mainMenu .recruitment {
        font-size: 12px;
        font-weight: 500;
    }

    .breadcrumb {
        margin-bottom: 30px;
    }

    .breadcrumb .breadcrumbList {
        margin-left: -1px;
    }

    .breadcrumb .breadcrumbList li {
        max-width: 210px;
    }

    .breadcrumb .breadcrumbList li:last-child {
        max-width: 50%;
    }

    #content {
        padding-top: 22px;
    }

    /* wrapTitle */
    .wrapTitle {
        margin-bottom: 16px;
    }

    .wrapTitle .titleJp {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .wrapTitle .titleJp.textSmall {
        font-size: 16px;
    }

    .wrapTitle .titleEn span:after {
        left: 0;
        top: 53%;
    }

    /* titleMain */
    .titleMain {
        font-size: 22px;
        margin: -1px 0 0;
    }

    /* areaSiteCash */
    .areaSiteCash {
        margin-bottom: 37px;
        padding-top: 0;
    }

    .areaSiteCash .titleCredit .siteEn {
        font-size: 12px;
    }

    .navigation-wrapper {
        display: none;
    }

    .areaSiteCash .contentSlider {
        padding-left: 11px;
    }

    .areaSiteCash .listSiteCash li {
        min-width: 335px;
        max-width: 335px;
        max-height: 215px;
    }

    .areaSiteCash .listSiteCash li a {
        padding: 5px;
    }

    .areaShopSearch .tabList li a span {
        margin-bottom: 0;
    }

    .areaSiteCash .listSiteCash li a .boxService {
        flex-direction: column-reverse;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        padding: 32px 16px 12px 16px;
    }

    .areaSiteCash .listSiteCash li a .boxService .wrapService {
        width: 100%;
        padding-right: 0;
        margin-bottom: 0;
    }

    .areaSiteCash .wrapTxtService .txtService {
        width: calc(100% - 120px);
        margin-left: -25px;
    }

    .areaSiteCash .listSiteCash li a .boxService .wrapService .titleService {
        -webkit-line-clamp: 1;
    }

    .areaSiteCash .wrapTxtService {
        width: 100%;
        margin-bottom: 9px;
    }

    /* areaShopSearch */
    .areaShopSearch {
        margin-bottom: 20px;
    }

    .areaShopSearch .inner {
        padding: 0;
    }

    .areaShopSearch .shopSearchBox {
        padding: 0;
    }

    .areaShopSearch .tabList {
        padding: 0 1px;
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
    }

    .areaShopSearch .tabList:before {
        display: none;
    }

    .areaShopSearch .tabList li {
        /* min-width: 56px; */
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0 2px 2px;
    }

    .areaShopSearch .tabList li:nth-child(4n) {
        margin-right: 0;
    }

    .areaShopSearch .tabList li:first-child {
        margin-left: 0;
    }

    .areaShopSearch .tabList li:after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        background: #EC9904;
        z-index: 1;
        transition: 0.5s all linear;
        display: block;
        bottom: -2px;
        left: 0;
    }

    .areaShopSearch .tabList li.active:after {
        width: 100%;
    }

    .areaShopSearch .tabList li.active a {
        background: transparent;
    }

    .areaShopSearch .tabList li a {
        background: transparent;
        flex-direction: column;
        opacity: 1;
        color: #EC9904;
        padding: 0 0 2px;
        font-size: 12px;
        box-shadow: none;
    }

    .areaShopSearch .tabList li a .textShop {
        margin-top: 2px;
        width: max-content;
        text-indent: 0;
    }

    .areaShopSearch .areaTab {
        box-shadow: none;
        background: transparent;
        padding: 20px 17px 0;
    }

    .areaShopSearch .areaTab .wrapTitleSearch {
        margin-bottom: 24px;
    }

    .areaShopSearch .areaTab .tabBox .tabTitle {
        margin-bottom: 11px;
    }

    .areaShopSearch .areaTab .tabBox .tabTitle:after {
        top: 6px;
        left: -1px;
    }

    .areaShopSearch .areaTab .tabBox .wrapListCard {
        margin-bottom: 17px;
    }

    .areaShopSearch .areaTab .tabBox .wrapListCard::-webkit-scrollbar {
        display: none;
    }

    .areaShopSearch .areaTab .wrapTitleSearch .titleSearch {
        font-weight: 500;
    }

    .areaShopSearch .areaTab .wrapTitleSearch .subSearch {
        font-size: 20px;
    }

    .areaShopSearch .areaTab .tabBox.active {
        flex-direction: column;
    }

    .areaShopSearch .areaTab .tabBox .boxLeft {
        width: 100%;
    }

    .areaShopSearch .areaTab .tabBox .boxRight {
        width: 100%;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li {
        width: calc((100% / 4) - 5px);
        margin-right: 5px;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li:nth-child(5n) {
        margin-right: 5px;
    }

    .areaShopSearch .areaTab .tabBox .boxRight .tabSearch li:nth-child(3n) {
        margin-right: 7px;
    }

    .areaShopSearch .areaTab .tabBox .tabTitle.open:before {
        transform: translateY(-50%) rotate(180deg);
        transition: all 0.4s;
    }

    /* areaComparison */
    .wrapperInner {
        margin-bottom: 13px;
    }

    .wrapperInner .boxListCate .listCate li a {
        padding: 5px 10px;
    }

    /* areaRanking */
    .areaRanking {
        padding: 3px 0 2px;
    }

    /* areaService */
    .areaService {
        margin-bottom: 60px;
    }

    .areaService .inner {
        padding-bottom: 63px;
    }

    .wrapperInner {
        padding: 0;
        margin-bottom: 10px;
        top: 74px;
    }

    .areaComparison .boxListCompari {
        padding: 5px 10px;
    }

    .wrapperInner .boxListCate .listCate li a {
        font-size: 12px;
        padding: 4px 10px;
    }

    .boxTable::-webkit-scrollbar,
    .wrapperInner .groundCate::-webkit-scrollbar,
    .boxEvaluations .evaluationTabs .listTab::-webkit-scrollbar,
    .areaComparison .boxListCompari .boxCompari::-webkit-scrollbar,
    .boxEvaluations .evaluationTabs .listTab::-webkit-scrollbar,
    .boxEvaluations .evaluationTabs .listContenTabs .itemContent .boxTable .table::-webkit-scrollbar,
    .boxEvaluations .evaluationTabs .listTab::-webkit-scrollbar {
        display: none;
    }

    .boxListService .itemServise .infoPost {
        flex-direction: column;
    }

    .boxBtn .btn.orange a {
        padding: 8px 0;
        background: rgba(255, 255, 255, 40%) url(../images/common/icon-btnmore.svg) no-repeat right 7px top 50%;
        background-size: 5px 8px;
    }

    .boxBtn .btn.blue a:before {
        width: 5px;
        height: 8px;
        right: 7px;
        ;
    }

    .boxBtn .btn.blue a {
        padding: 8px 0;
    }

    .modalBoxService .boxBtn .btn {
        width: 40%;
    }

    .boxBtn .btn a {
        width: 100%;
        min-width: 125px;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .title {
        font-size: 16px;
        padding-right: 0;
        width: 70%;
        margin-bottom: 0;
        line-height: 1.4;
    }

    .areaService .boxListService .itemServise {
        border-radius: 20px;
        padding: 10px 15px;
    }

    .areaService .boxListService .itemServise .boxBtn.sp {
		margin: 30px 0 10px;
	}

    .boxListService .itemServise .infoPost .detailPost,
    .boxListService .itemServise .infoPost .detailPost .postContent {
        width: 100%;
        margin: 0;
    }

    .boxListService .itemServise .infoPost .detailPost .postContent .boxTop {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0;
    }

    .listInfoNote li .heading {
        font-size: 10px;
        margin-bottom: 3px;
    }

    .listInfoNote li .text {
        font-size: 12px;
        line-height: 1;
    }

    .boxBtn.pc {
        display: none;
    }

    .itemServise .boxBtn.sp {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .boxListService .itemServise .boxEvent {
        flex-direction: column-reverse;
        margin-bottom: 11px;
    }

    .boxListService .itemServise .boxEvent .listBank {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 8px;
    }

    .boxListService .itemServise .boxEvent .giftBox {
        width: 100%;
    }

    .boxBtn .btn+.btn {
        margin-top: 0;
        margin-left: 14px;
    }

    .giftBox .contentGift {
        font-size: 12px;
        background: rgba(255, 164, 0, 10%) url(../images/common/photo-gitbox.png) no-repeat left 10px top 8px;
        background-size: 19px;
        padding: 7px 10px 5px 34px;
        line-height: 1.6;
        min-height: 42px;
    }

    .boxEvaluations .evaluationStart {
        display: none;
    }

    .boxEvaluations .evaluationTabs {
        width: 100%;
        padding-top: 10px;
    }

    .boxListService .itemServise .boxRating.pc {
        display: none;
    }

    .boxListService .itemServise .boxRating.sp {
        display: flex;
        margin-bottom: 0;
    }

    .areaService .boxListService .itemServise .boxRating .reviewRating {
        margin-right: 9px;
    }

    .boxListService .itemServise .infoPost .detailPost .photoPost {
        width: 29%;
    }

    .boxEvaluations .evaluationTabs .listTab {
        display: flex;
        padding-left: 0;
        padding-bottom: 12px;
        overflow-x: auto;
        margin-left: 8px;
    }

    .boxEvaluations {
        padding-top: 5px;
        flex-direction: column;
    }

    .boxRating .reviewRating {
        font-size: 22px;
        margin-left: 3px;
    }

    .boxBtn.single .btn {
        width: auto;
        max-width: 268px;
        margin: 0 auto;
    }

    .boxRating .reviewRating .sub {
        font-size: 10px;
    }

    .boxAverage {
        margin-right: -10px;
    }

    .boxAverage .text {
        padding: 6px 0;
        font-size: 10px;
    }

    .boxAverage .text+.text {
        margin-left: 10px;
    }

    .boxAverage .text .fz18 {
        font-size: 14px;
    }

    .boxAverage .text .fz16 {
        font-size: 14px;
    }

    .boxEvaluations .evaluationTabs .listTab li a {
        min-width: 74px;
    }

    .boxEvaluations .evaluationTabs .listTab li a>span {
        padding: 5.5px 10px 5.5px 30px;
        font-size: 10px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(1) a>span {
        background: url(../images/common/icon-face.png) no-repeat left 10px top 50%;
        background-size: 15px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(2) a>span {
        background: url(../images/common/icon-chat.png) no-repeat left 10px top 50%;
        background-size: 15px 10px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(3) a>span {
        background: url(../images/common/icon-percent.png) no-repeat left 10px top 50%;
        background-size: 12px;
    }

    .boxEvaluations .evaluationTabs .listTab li:nth-child(4) a>span {
        background: url(../images/common/icon-pen.png) no-repeat left 10px top 50%;
        background-size: 15px;
    }

    .boxEvaluations .evaluationTabs .listTab li+li {
        margin-left: 10px;
    }

    .listChildItem>li .wrapperBox {
        padding-left: 0;
        flex-direction: column;
    }

    .listChildItem li .left {
        flex-direction: unset;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .listChildItem li .left .avatar {
        width: 44px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .listChildItem li .left .infoAuthor {
        font-size: 12px;
        width: calc(100% - 49px);
        margin-top: -4px;
    }

    .listChildItem li .left .infoAuthor .name,
    .listChildItem li .left .date {
        line-height: 1;
    }

    .listChildItem li .right {
        width: 100%;
        margin-left: 0;
    }

    .listChildItem>li .right .contentPostTabs .titlePost {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .boxBtn.single .btn.orange a {
        padding: 10px 9px;
    }

    .boxBtn.single .btn a {
        background: rgba(255, 255, 255, 40%) url(../images/common/icon-btnmore.svg) no-repeat right 12px top 50%;
        background-size: 7.5px 12px;
    }

    .boxEvaluations .evaluationTabs .listContenTabs .itemContent .boxBtn {
        margin-top: 17px;
    }

    .btnMore {
        margin-top: -5px;
        margin-left: 6px;
    }

    .listChildItem>li .desc {
        font-size: 12px;
        line-height: 1.6;
    }

    .boxTable {
        margin: 15px auto 20px;
        overflow-x: auto;
    }

    .boxTable .heading {
        padding-top: 5px;
        padding-right: 10px;
        width: max-content;
    }

    .boxTable .table ul li>ul li:nth-child(1),
    .boxTable .heading>ul li:nth-child(1) {
        width: 100px;
    }

    .boxTable .table ul li>ul li:nth-child(2),
    .boxTable .heading>ul li:nth-child(2) {
        width: 74px;
    }

    .boxTable .table ul li>ul li:nth-child(3),
    .boxTable .heading>ul li:nth-child(3) {
        width: 80px;
    }

    .boxTable .table ul li>ul li:nth-child(4),
    .boxTable .heading>ul li:nth-child(4) {
        width: 112px;
    }

    .boxTable .table ul li>ul li:nth-child(5),
    .boxTable .heading>ul li:nth-child(5) {
        width: 100px;
    }

    .boxTable ul li {
        font-size: 14px;
    }

    .boxTable .table .listItem .item {
        padding: 4px 0;
    }

    .boxTable .table {
        padding-right: 0;
        width: max-content;
    }

    .listChildItem>li .postRating .content {
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .areaService .boxListService .itemServise .wrapCate,
    .boxListService .itemServise .listCate {
        min-height: auto;
    }

    .listInfoNote li+li {
        margin-left: 0;
    }

    .listInfoNote li {
        margin-right: 10px;
        margin-bottom: 5px;
        padding: 2px 0;
		flex-shrink: 0;
    }

    .listInfoNote li:last-child {
        margin-right: 0;
    }

    .boxTable .table .listItem {
        max-height: 180px;
    }

    .listChildItem>li .infoHeadingPost .boxTime {
        margin-left: 24px;
        font-size: 10px;
    }

    .listChildItem>li .infoHeadingPost .headingPost.icon5ch {
        background: url(../images/common/icon-5ch.svg) no-repeat left top 50%;
        background-size: 28px 28px;
    }

    .wrapperInner .wrapperTitleNotifi .title {
        background: url(../images/common/icon-title-notifi.png) no-repeat left top 2px;
        background-size: 24px 19px;
    }

    /* SEARCH */
    .boxSearch .formSearch .itemCatSearch .itemTitle {
        margin-bottom: 11px;
    }

    .boxSearch .formSearch .itemCatSearch .wrapperSelect {
        margin-bottom: 17px;
    }

    .boxSearch .formSearch .itemCatSearch.menu .itemTitle:before {
        content: "";
        position: absolute;
        background: url(../images/common/icon-arrow-up-search.svg) no-repeat;
        background-size: 100%;
        width: 12px;
        height: 6px;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        transition: all 0.4s;
    }

    .boxSearch .formSearch .itemCatSearch.menu .wrapperSelect {
        display: none;
    }

    .boxSearch .formSearch .btnSubmit {
        margin-top: 18px;
        text-align: center;
    }

    .boxSearch .itemCatSearch .inputSearch .styleInput {
        height: 36px;
        padding-left: 36px;
    }

    .boxSearch .formSearch .btnSubmit .notice {
        position: unset;
        transform: inherit;
        margin-bottom: 6px;
    }

    /*modalBoxService*/
    .modalBoxService {
        width: 100%;
    }

    .modalBoxService .boxListService .itemServise .infoPost .boxBtn.pc {
        display: none;
    }

    .modalBoxService .boxListService .itemServise .infoPost .boxBtn.sp {
        display: flex;
        justify-content: center;
    }

    .modalBoxService .boxEvaluations .itemContent .listChildItem {
        height: 55vh;
    }

    .modalBoxService .boxBtn .btn+.btn {
        margin-left: 20px;
    }

    .modalBoxService .boxListService .itemServise .infoPost .detailPost {
        justify-content: space-between;
        margin-bottom: 6px;
    }

    .modalBoxService .boxListService .itemServise>.boxRating {
        margin-left: 0;
        margin-top: 5px;
        justify-content: center;
    }

    .carousel__button svg {
        width: 20px;
        height: 20px;
        stroke-width: 2px;
    }

    .fancybox__content>.carousel__button.is-close {
        top: 0 !important;
        right: 0 !important;
    }

    .fancybox__container .fancybox__slide {
        padding: 16px 16px 8px 16px;
    }

    .modalBoxService {
        padding: 24px 13px 10px;
    }

    .modalBoxService .boxListService .itemServise .infoPost .detailPost .postContent {
        width: 70%;
    }

    .modalBoxService .boxListService .itemServise .infoPost .detailPost .postContent .title {
        width: 100%;
    }

    .modalBoxService .listChildItem li .left .date {
        transform: translateY(-3px);
    }

    .modalBoxService .listChildItem li .left .infoAuthor {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }

    .modalBoxService .listChildItem li .left .infoAuthor .name,
    .modalBoxService .listChildItem li .left .infoAuthor .boxName .personName,
    .modalBoxService .listChildItem li .left .infoAuthor .personName .person {
        display: inline;
    }

    .modalBoxService .listChildItem li .left .infoAuthor .sub {
        display: block;
    }

    /* areaPoint */
    .areaPoint {
        background-size: inherit;
        background: none;
        padding-bottom: 66px;
    }

    .areaPoint .listPoint {
        flex-direction: column;
        padding: 0;
    }

    .areaPoint .listPoint li {
        width: 74.5%;
        max-width: 360px;
        margin: 0 auto 40px;
    }

    .areaPoint .listPoint li:nth-child(1) {
        margin: 0 auto 40px;
    }

    .areaPoint .listPoint li:nth-child(2) .poitItem span img {
        object-fit: contain;
        object-position: center;
        aspect-ratio: unset;
    }

    .areaPoint .listPoint li .wrapPointPhoto {
        padding: 0 10px 0 8px;
        margin-bottom: 7px;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto {
        padding: 0 7px 0 9px;
    }

    .areaPoint .listPoint .wrapTitlePoint a {
        padding: 0 20px;
    }

    .areaPoint .listPoint .wrapTitlePoint.pl a {
        padding-left: 0;
    }

    .areaPoint .listPoint .wrapTitlePoint.pr a {
        padding-right: 0;
    }

    .areaPoint .listPoint .wrapTitlePoint a:after,
    .areaPoint .listPoint .wrapTitlePoint.pr a:after {
        right: -20px;
        top: 45%;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapPointPhoto:after {
        top: 26px;
        left: inherit;
        right: 29px;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapPointPhoto:before {
        display: none;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:before {
        bottom: 17px;
        right: inherit;
        left: 34px;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:after {
        display: none;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint .titlePoint,
    .areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint .subTitlePoint,
    .areaPoint .listPoint li:nth-child(even) .wrapTitlePoint .titlePoint,
    .areaPoint .listPoint li:nth-child(even) .wrapTitlePoint .subTitlePoint {
        padding: 0;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapTitlePoint a:after {
        right: -20px;
    }

    .areaPoint .listPoint li .poitItem {
        width: 320px;
        height: 320px;
        margin: 0 auto;
    }

    .areaPoint .listPoint .wrapTitlePoint .titlePoint {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .areaPoint .listPoint .wrapTitlePoint .subTitlePoint {
        font-size: 16px;
    }

    .areaPoint .listPoint li .poitItem span img {
        aspect-ratio: inherit;
        width: 80%;
        object-fit: contain;
        object-position: center;
    }

    /* areaItem */
    .areaItem {
        margin-bottom: 84px;
    }

    .areaItem .wrapTitle {
        margin-bottom: 25px;
    }

    .areaItem .wrapItem {
        flex-direction: column-reverse;
    }

    .areaItem .wrapItem .boxItem {
        width: 100%;
        margin-top: 0;
        margin-bottom: 7px;
    }

    .areaItem .wrapItem .txtItem {
        width: 100%;
        line-height: 1.65;
    }

    .areaItem .listItem li {
        min-height: 160px;
    }

    .areaItem .listItem li .contentItem {
        box-shadow: none;
        background: transparent;
        border: none;
    }

    .areaItem .listItem li .contentItem .itemPhoto {
        min-height: 100px;
    }

    .areaItem .listItem li .contentItem .itemName {
        font-weight: normal;
    }

    /* areaFlow */
    .areaFlow {
        margin-bottom: 51px;
    }

    .areaFlow .innerMin {
        padding: 0 0 0 15px;
    }

    .areaFlow .wrapFlow {
        overflow-x: auto;
    }

    .areaFlow .wrapFlow::-webkit-scrollbar {
        display: none;
    }

    .areaFlow .listFlow {
        width: 1220px;
		width: max-content;
        justify-content: inherit;
        padding: 0 25px;
    }

    .areaFlow .listFlow li {
        width: 253px;
        padding-top: 80px;
    }

    .areaFlow .listFlow li:before {
        right: -147px;
        width: 95%;
    }

    .areaFlow .listFlow li:not(:last-child) {
        width: 253px;
    }

    .areaFlow .listFlow li .flowStep {
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        left: 50%;
    }

    .areaFlow .listFlow li .flowInfo {
        background: transparent;
        box-shadow: none;
        border: none;
        min-height: inherit;
        margin-bottom: 8px;
        padding: 14px 5px 0;
    }

    .areaFlow .listFlow li .flowInfo .flowImg {
        min-height: inherit;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
    }

    .areaFlow .listFlow li .flowInfo .flowName {
        color: #2D2D2D;
    }

    /* areaFaq */
    .areaFaq {
        margin-bottom: 87px;
    }

    .areaFaq .faqContent .scrollQa {
        margin-bottom: 40px;
    }

    .areaFaq .faqContent .scrollQa li .question {
        padding: 9px 9px 9px 9px;
        align-items: inherit;
    }

    .areaFaq .faqContent .scrollQa li .question:before {
        width: 20px;
        height: 10px;
        top: 16px;
        background-size: 100% 100%;
    }

    .areaFaq .faqContent .scrollQa li .answer .alphabet {
        transform: none;
        line-height: 1;
    }

    .areaFaq .faqContent .scrollQa li .answer .txtAns {
        padding-left: 30px;
    }

    .areaFaq .faqContent .scrollQa li .question .alphabet {
        width: 24px;
        height: 24px;
        font-size: 16px;
        margin-top: 0;
    }

    .areaFaq .faqContent .scrollQa li .question .questionTitle {
        width: calc(100% - 65px);
        padding-top: 0;
        padding-left: 0;
    }

    .areaFaq .faqContent .scrollQa li .answer {
        padding: 3px 9px 1px 9px;
    }

    .areaFaq .faqContent .scrollQa li .answer .alphabet {
        text-align: center;
    }

    /* areaColumn */
    .areaColumn {
        margin-bottom: 79px;
    }

    .wrapColumn .listColumn {
        padding-top: 0;
        flex-wrap: wrap;
    }

    .wrapColumn {
        padding-left: 10px;
    }

    .wrapColumn .listColumn>li {
        width: calc((100% / 2) - 9px);
        margin-right: 17px;
        margin-bottom: 24px;

    }

    .wrapColumn .listColumn.listColumnSlider>li .boxColumn .columnPhoto {
        box-shadow: 0 3px 20px rgba(0, 0, 0, 3%);
    }

    .wrapColumn .listColumn>li:nth-child(4n) {
        margin-right: 10px;
    }

    .wrapColumn .listColumn>li:nth-child(2n) {
        margin-right: 0;
    }

    .wrapColumn .listColumn>li .boxColumn .columnPhoto:after {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(236, 153, 4, 0.5) 100%);
        width: 100%;
        height: 100%;
        background-size: 100%;
    }

    .wrapColumn .listColumn>li .boxColumn .columnPhoto img {
        aspect-ratio: 163 / 160;
    }

    .wrapColumn .listColumn>li .boxColumn .contentColumn {
        bottom: 7px;
    }

    .wrapColumn .contentColumn .wrapTime {
        margin-bottom: 2px;
    }

    .wrapColumn .contentColumn .titleColumn {
        line-height: 1.4;
    }

    .areaColumn .boxBtn {
        margin-top: 0;
    }

    .areaColumn .boxBtn .btn {
        text-align: center;
    }

    /* areaBasic */
    .areaBasic .listBasic {
        padding: 0;
    }

    .areaBasic .listBasic li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 10px;
    }

    .areaBasic .listBasic li:nth-child(2n) {
        margin-right: 0;
    }

    .areaBasic .listBasic li a {
        padding: 11px 16px 10px;
    }

    .areaScore .listCateScore .boxListScore .heading {
        font-size: 10px;
        margin-right: 6px;
    }

    /* footer */
    #footer {
        padding: 115px 0 130px;
        background: url('../images/common/bg-footer-sp.png') no-repeat center center /cover;
    }

    #footer .inner {
        padding: 0 2.5%;
    }

    #footer .wrapFooter {
        flex-direction: column;
    }

    #footer .wrapFooter .logoFooter {
        width: 100%;
        margin-bottom: 34px;
        padding-top: 0;
        padding: 0 10px;
    }

    #footer .ftMenu {
        margin-bottom: 7px;
        width: 100%;
    }

    #footer .ftMenu .menuLeft {
        width: 100%;
        justify-content: start;
    }

    #footer .ftMenu .menu.menuTopPick {
        width: 50%;
        margin-left: 0;
    }

    #footer .ftMenu .menu.menuFirstTimeUser {
        width: 50%;
    }

    #footer .ftMenu .menu .menuList {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
    }

    #footer .ftMenu .menu .menuList li {
        line-height: 0;
        margin-bottom: 5px;
        margin-left: 0;
        width: 100%;
    }

    #footer .ftMenu .menu .menuList li a {
        text-decoration: none;
        font-size: 12px;
        padding-left: 20px;
        letter-spacing: 1.4px;
        line-height: 2;
    }

    #footer .ftMenu .menu .menuList li:not(:first-child) {
        margin-bottom: 2px;
    }

    #footer .ftMenu .menu .menuList li:first-child {
        display: flex;
        min-height: auto;
        margin-bottom: 7px;
    }

    #footer .ftMenu .menu .menuList li:first-child a {
        text-decoration: none;
        font-size: 12px;
        background: transparent;
        padding-left: 0;
        line-height: 1.5;
        letter-spacing: .4px;
    }

    #footer .ftMenu .menuRight {
        width: 100%;
        justify-content: start;
        margin: 30px 0 40px;
    }

    #footer .ftMenu .menu.menuMore {
        margin-left: 11px;
    }

    #footer .ftMenu .menuRight .menu.menuMore {
        margin-left: 0;
    }

    #footer .ftMenu .menu.menuMore .menuList {
        margin-top: 0;
    }

    #footer .ftMenu .menu.menuMore .menuList li {
        width: 49.4%;
        margin-bottom: 20px;
    }

    #footer .ftMenu .menu.menuMore .menuList li:first-child {
        line-height: 0;
        margin-bottom: 5px;
        margin-left: 0;
    }

    #footer .ftMenu .menu.menuMore .menuList li:first-child a {
        text-decoration: none;
        font-size: 12px;
        padding-left: 17px;
        letter-spacing: 1.4px;
        line-height: 2;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li:first-child a {
        padding-left: 5px;
    }


    #footer .ftMenu .menu.menuMore .menuList li:nth-child(odd) {
        width: 50.6%;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li {
        margin-bottom: 2px;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li a {
        padding-left: 6px;
    }


    #footer .ftMenu .menuRight .menu.menuMore .menuList li {
        width: 51%;
    }

    #footer .ftMenu .menu.menuMore .menuList li:nth-child(odd) {
        width: 47%;
    }

    #footer .ftSub {
        padding: 0 6px;
        line-height: 1.45;
        letter-spacing: -0.5px;
    }

    #footer .ftSub .postedInfor {
        margin-bottom: 4px;
    }

    #footer .ftSub .txtPost {
        line-height: 1.5;
    }

    #copyright {
        font-size: 10px;
        padding: 1px 10px 1px 0;
        text-align: right;
    }

    /* COPY REVIEW */
    .btn-copy-review.sp {
        position: absolute;
        right: 0;
    }

    .btn-copy-review a {
        padding: 3px 10px;
    }

    .btn-copy-review img {
        vertical-align: -2px;
        margin-right: 4px;
    }

    /* END COPY REVIEW */
}

@media (max-width: 414px) {

    .areaPoint .listPoint li .poitItem {
        width: 240px;
        height: 240px;
    }

    .areaShopSearch .areaTab .tabBox .tabSearch li a .txtUnit {
        font-size: 12px;
    }

    .areaShopSearch .tabList li a {
        font-size: 12px;
    }

    .areaPoint .listPoint li:nth-child(odd) .wrapPointPhoto:after {
        right: -1px;
        width: 90px;
        height: 90px;
    }

    .areaPoint .listPoint li:nth-child(even) .wrapPointPhoto:before {
        left: -6px;
        width: 80px;
        height: 80px;
    }

    /* areaBasic */
    .areaBasic .listBasic {
        flex-direction: column;
    }

    .areaBasic .listBasic li {
        width: 100%;
        margin-right: 0;
    }

    .areaBasic .listBasic li:nth-child(3n) {
        margin-right: 0;
    }

    .areaBasic .listBasic li:nth-child(2n) {
        margin-right: 0;
    }

    #footer .ftMenu .menuLeft {
        width: 100%;
    }

    #footer .ftMenu .menu.menuTopPick {
        margin-left: 7px;
    }

    #footer .ftMenu .menu.menuFirstTimeUser {
        width: 47.6%;
    }

    #footer .ftMenu .menuRight {
        width: 100%;
        margin-top: 5px;
    }

    #footer .ftMenu .menu.menuMore .menuList {
        margin-top: 12px;
    }

    #footer .ftMenu .menuRight .menu.menuMore .menuList li {
        width: 49%;
    }

    #footer .ftMenu .menu.menuMore .menuList li:nth-child(odd) {
        width: 51%;
    }
}




@media (max-width: 768px) {

    /* FIXFTNEW */
    .fixFtNew {
        position: fixed;
        width: 100%;
        bottom: 0px;
        left: 0;
        z-index: 99;
		transition: .3s;
    }

    .boxTxtFixFtNew {
        display: inline-block;
        position: relative;
        z-index: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.06);
        border-radius: 5px;
        margin-left: 16px;
        margin-bottom: 6px;
        max-width: 47.5%;
    }

    .fixFtNewTwo .boxTxtFixFtNew {
        max-width: 68.5%;
    }

    .fixFtNew .txtfixFtNew {
        font-size: 2.67vw;
        padding: 5px 11px 3px 10px;
        border-radius: 5px;
        letter-spacing: 0;
        font-weight: bold;
        color: #fff;
        text-align: center;
        display: inline-block;
        background: linear-gradient(43deg, rgba(255, 75, 97, 1) 62%, rgba(255, 166, 64, 1) 100%);
        position: relative;
        text-align: justify;
    }

    .fixFtNew .txtfixFtNew:before {
        content: "";
        position: absolute;
        background: url(../images/common/arrow-new-photo.svg) no-repeat;
        background-size: 100%;
        z-index: -1;
        width: 27px;
        height: 32px;
        bottom: -19px;
        left: 19px;
    }

    .fixFtNew .wrapfixFtNew {
        display: flex;
        align-items: flex-end;
        background: url(../images/common/bg-footer-fix.png) no-repeat bottom 0 center / 100% 100%;
        border-radius: 10px 10px 0 0;
        padding: 4px 11px 3px 13px;
        height: 15.84vw;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew {
        align-items: center;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft {
        text-align: center;
        width: 46%;
        margin-right: 20px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft {
        display: flex;
        width: 69%;
        margin-right: 16px;
        margin-top: 8px;
        justify-content: inherit;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .txtPhotoLeft {
        margin: 0px auto;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .txtPhotoLeft {
        width: 39.2%;
        text-align: center;
        margin-left: 5px;
        margin-right: 1px;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .txtPhotoLeft img {
        width: 58.5%;
        width: 58.5%;
        aspect-ratio: 108 / 39.5;
        height: 100%;
        object-fit: contain;
        object-position: center;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .txtPhotoLeft img {
        aspect-ratio: 108 / 39.5;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .txtPhotoLeft img {
        width: 100%;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -5px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew {
        margin-top: 2px;
        width: 46%;
        justify-content: initial;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft {
        display: flex;
        margin-right: 1px;
        margin-left: 3px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft {
        margin-right: 2px;
        margin-left: 0;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft li {
        width: 4.4vw;
        margin: 0 -1px;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft li img {
        width: 100%;
    }


    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .reviewFixFtNew {
        font-size: 2.94vw;
        color: #3B3B6C;
        font-weight: bold;
        transform: translateY(-1px);
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .reviewFixFtNew span {
        font-size: 3.74vw;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        width: 47.8%;
        padding-bottom: 2px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .listAnyTime {
        display: block;
        width: 28.1%;
        transform: translateY(-6.2vw);
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 19.308vw;
        width: 19.308vw;
        border-radius: 50%;
        padding: 0px 8px 2px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapDetailNew {
        background: linear-gradient(#ffffff 0 0) padding-box, linear-gradient(to left, #FFC357, #EC9904) border-box;
        border: 3px solid transparent;
        margin-right: 10px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapOfficialNew {
        background: linear-gradient(90deg, rgba(0, 100, 227, 1) 0%, rgba(36, 126, 241, 1) 50%, rgba(72, 152, 255, 1) 100%);
        height: 23.27vw;
        width: 23.27vw;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li .detailPhotoNew {
        text-align: center;
        margin-bottom: 8px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapOfficialNew .detailPhotoNew {
        margin-bottom: 6px;
        margin-top: 1px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .listAnyTime li.wrapOfficialNew .detailPhotoNew {
        margin: 1px 0 8px 2px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapDetailNew .detailPhotoNew {
        margin-bottom: 4px;
        margin-right: -5px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li .detailPhotoNew img {
        width: 42%;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapOfficialNew .detailPhotoNew img {
        width: 40.5%;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .listAnyTime li.wrapOfficialNew .detailPhotoNew img {
        width: 48%;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li .txtDetailNew {
        font-weight: bold;
        text-align: center;
        color: #FF9300;
        font-size: 2.8vw;
        letter-spacing: -0.3px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapOfficialNew .txtDetailNew {
        letter-spacing: 0.7px;
        font-size: 2.94vw;
        color: #ffffff;
    }

    /* END-FIXFTNEW */
}

@media (max-width: 430px) {

    /* FIXFTNEW */
    .boxTxtFixFtNew {
        margin-left: 18px;
        margin-bottom: 6px;
    }

    .fixFtNewTwo .boxTxtFixFtNew {
        margin-left: 9px;
        margin-bottom: 6px;
    }

    .fixFtNew .txtfixFtNew {
        font-size: 12px;
        padding: 5px 16px 4px 12px;
        letter-spacing: 0.2px;
    }

    .fixFtNew .txtfixFtNew:before {
        width: 27px;
        height: 32px;
        bottom: -20px;
        left: 24px;
    }

    .fixFtNew .wrapfixFtNew {
        padding: 4px 12px 4px 13px;
        height: 15.84vw;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew {
        align-items: center;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft {
        width: 47%;
        margin-right: 19px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .txtPhotoLeft img {
        width: 100%;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew {
        margin-top: -5px;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft {
        margin-right: 3px;
        margin-left: 0px;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft li {
        width: 17px;
        margin: 0 -0.5px;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .listfixFtNewLeft li {
        width: 3.7vw;
        margin: 0 0.2px;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .reviewFixFtNew {
        font-size: 12px;
    }

    .fixFtNew .wrapfixFtNew .boxfixFtNewLeft .boxFixFtNew .reviewFixFtNew span {
        font-size: 15px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime {
        width: 47.8%;
        padding-bottom: 2px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li {
        padding: 0px 8px 2px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapDetailNew {
        margin-right: 10px;
        padding-bottom: 0px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapOfficialNew {
        background: linear-gradient(90deg, rgba(0, 100, 227, 1) 0%, rgba(36, 126, 241, 1) 50%, rgba(72, 152, 255, 1) 100%);
        height: 23.27vw;
        width: 23.27vw;
    }

    .fixFtNew.fixFtNewTwo .wrapfixFtNew .listAnyTime li.wrapOfficialNew {
        height: 24.17vw;
        width: 24.1vw;
        padding: 0 14px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li .detailPhotoNew {
        margin-bottom: 7px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapDetailNew .detailPhotoNew {
        margin: 1px -4px 4px 0;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li.wrapOfficialNew .txtDetailNew {
        color: #ffffff;
        letter-spacing: 0.7px;
    }

    /* END-FIXFTNEW */
}

@media (max-width: 410px) {
    .fixFtNew .txtfixFtNew {
        padding: 5px 9px 4px 9px;
    }
}

@media (max-width: 375px) {
    .fixFtNew .wrapfixFtNew .listAnyTime li {
        padding: 0px 5px 2px;
    }

    .fixFtNew .wrapfixFtNew .listAnyTime li .txtDetailNew {
        font-size: 2.7vw;
    }
}