﻿@import"https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #6096c4;
    text-decoration: none
}

a:hover {
    opacity: .8
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0;
    padding: 0
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --primary: #1F3F5A;
    --second: #E94522;
    --text-body: #000;
    --type-1: #B893B8;
    --type-1-bg: #F0EBF0;
    --type-2: #73688C;
    --type-2-bg: #E4E2EA;
    --type-3: #7AAC9D;
    --type-3-bg: #E5F2EE;
    --type-4: #E2C15B;
    --type-4-bg: #F8F2E2;
    --radius: 5px
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white)
}

a {
    transition: all .3s;
    color: var(--primary);
    outline: none !important
}

a:hover {
    opacity: 1;
    color: var(--second)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: var(--primary)
}

h1 {
    font-size: 2.25rem;
    line-height: 1.3
}

@media(min-width: 48em) {
    h1 {
        font-size: 2.875rem
    }
}

h2 {
    font-size: 2.5rem;
    line-height: 1.15
}

@media(min-width: 48em) {
    h2 {
        font-size: 3.5rem
    }
}

h3 {
    font-size: 2.125rem;
    line-height: 1.16
}

@media(min-width: 48em) {
    h3 {
        font-size: 2.5rem
    }
}

h4 {
    font-size: 1.75rem;
    line-height: 1.16
}

@media(min-width: 48em) {
    h4 {
        font-size: 2.25rem
    }
}

h5 {
    font-size: 1.25rem;
    line-height: 1.2
}

@media(min-width: 48em) {
    h5 {
        font-size: 1.5rem
    }
}

h6 {
    font-size: 1.125rem;
    line-height: 1.3
}

@media(min-width: 48em) {
    h6 {
        font-size: 1.25rem
    }
}

img {
    max-width: 100%;
    vertical-align: bottom
}

.container-fluid,
.container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}
.main-content {
  margin-top: 56px;
}
.isMobile .type-result__item--detail-list ul,
.isMobile .product-info ul,
.isMobile .home-types__item-content ul,
.type-result__item--detail-list ul,
.product-info ul,
.home-types__item-content ul,
.site-footer__card--content ul,
.isMobile .site-header__nav nav ul,
.site-header__nav nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important
}

.btn,
button,
input[type=button],
input[type=submit] {
    transition: all .3s;
    padding: 6px 25px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    outline: none !important;
    border-radius: 100px;
    background: var(--type-1);
    text-transform: uppercase;
    border: 0;
    color: var(--white);
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 26px;
    max-width: 495px
}

.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: .9;
    color: var(--white)
}

.btn-note {
    background: url("../images/common/arrow-btn.png") no-repeat calc(100% - 42px) 50% #f5f5f5;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f3f5a;
    border: 1px solid #1f3f5a;
    border-radius: 100px;
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 495px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 6px 25px;
    min-height: 56px;
    letter-spacing: 1px;
    transition: all .3s
}

.btn-note span {
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    left: 15px;
    bottom: calc(100% - 5px);
    background: #1f3f5a;
    padding: 6px 12px;
    border-radius: 50px;
    font-weight: 700;
    color: var(--white)
}

.btn-note span::before {
    content: "";
    position: absolute;
    border-right: 6px solid #1f3f5a;
    border-top: 5px solid #1f3f5a;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    top: 100%;
    left: 28px
}

.btn-note:hover {
    color: #1f3f5a;
    opacity: .8
}

.btn-outline {
    transition: all .3s;
    color: var(--primary);
    padding: 15px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: none;
    text-transform: uppercase;
    border: 1px solid var(--primary)
}

.btn-outline:hover {
    opacity: .9;
    color: var(--white)
}

.btn-outline svg {
    margin-right: 15px;
    max-height: 20px
}

.btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white)
}

.container-fluid {
    max-width: 1920px
}

@media(min-width: 48em) {
    .container-fluid {
        padding: 0 64px
    }
}

.hamburger>span {
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1;
    top: 2px
}

.hamburger>span span {
    width: 100%;
    height: 1px;
    background: #000;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: .3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.hamburger>span span::before,
.hamburger>span span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 1px;
    background: #000;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 7px;
    transition: .3s all ease;
    border-radius: 5px;
    opacity: 1
}

.hamburger>span span::after {
    top: -7px
}

.hamburger.active>span span {
    transform: rotate(225deg)
}

.hamburger.active>span span::before {
    transform: rotate(-90deg);
    top: 0
}

.hamburger.active>span span::after {
    opacity: 0
}

.pcbr {
    display: block
}

.spbr {
    display: none
}

#wpadminbar {
    position: fixed;
    top: 0
}

.hide-pc {
    display: none
}

.heading-bg {
    text-align: center;
    line-height: 1.2;
    color: var(--black);
    margin: 0 0 24px;
    font-size: 24px
}

.heading-bg span {
    position: relative;
    z-index: 1
}

.heading-bg span::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(201, 201, 201, .4);
    border-radius: 30px;
    z-index: -1;
    height: 14px
}

.heading-shape {
    text-align: center;
    background: url("../images/common/shape-icon.png") no-repeat 50% 100%;
    max-width: 620px;
    padding-block: 16px 48px;
    margin: 0 auto 90px
}

.heading-shape h2 {
    color: var(--type-1);
    font-family: "Times New Roman", sans-serif;
    letter-spacing: 7px;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px
}

.heading-shape h3 {
    margin: 0;
    font-weight: 700;
    color: var(--black);
    font-size: 24px;
    line-height: 36px
}

.heading-line {
    text-align: center;
    margin-bottom: 42px
}

.heading-line h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--type-1);
    margin: 0 0 4px;
    font-size: 12px;
    gap: 6px
}

.heading-line h3::before,
.heading-line h3::after {
    content: "";
    width: 50px;
    border-bottom: 1px solid var(--type-1)
}

.heading-line h2 {
    color: var(--black);
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px
}

.slick-slider .slick-arrow {
    z-index: 10;
    width: 30px;
    height: 30px
}

.slick-slider .slick-arrow::before {
    display: none
}

.slick-slider .slick-arrow.slick-prev {
    left: 14px;
    background: url("../images/common/arrow-prev.png") no-repeat 50% 50%/12px
}

@media only screen and (min-width: 992px) {
    .slick-slider .slick-arrow.slick-prev {
        left: 25px
    }
}

.slick-slider .slick-arrow.slick-next {
    right: 14px;
    background: url("../images/common/arrow-next.png") no-repeat 50% 50%/12px
}

@media only screen and (min-width: 992px) {
    .slick-slider .slick-arrow.slick-next {
        right: 25px
    }
}

.isMobile {
    max-width: 600px;
    margin-inline: auto
}

.isMobile button,
.isMobile input[type=button],
.isMobile input[type=submit] {
    transition: all .3s;
    padding: 6px 25px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-weight: 700;
    outline: none !important;
    border-radius: 100px;
    background: var(--type-1);
    text-transform: uppercase;
    border: 0;
    color: var(--white);
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 34px
}

.isMobile button:hover,
.isMobile input[type=button]:hover,
.isMobile input[type=submit]:hover {
    opacity: .9;
    color: var(--white)
}

.isMobile .btn-note {
    background: url("../images/common/arrow-btn.png") no-repeat calc(100% - 20px) 50% #f5f5f5;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #1f3f5a;
    border: 1px solid #1f3f5a;
    border-radius: 100px;
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 495px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 6px 25px;
    min-height: 56px;
    letter-spacing: 1px;
    transition: all .3s
}

.isMobile .btn-note span {
    position: absolute;
    font-size: 12px;
    line-height: 18px;
    left: 15px;
    bottom: calc(100% - 5px);
    background: #1f3f5a;
    padding: 6px 12px;
    border-radius: 50px;
    font-weight: 700;
    color: var(--white)
}

.isMobile .btn-note span::before {
    content: "";
    position: absolute;
    border-right: 6px solid #1f3f5a;
    border-top: 5px solid #1f3f5a;
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    top: 100%;
    left: 28px
}

.isMobile .btn-note:hover {
    color: #1f3f5a;
    opacity: .8
}

.isMobile .pcbr {
    display: none
}

.isMobile .spbr {
    display: block
}

.isMobile .hide-sp {
    display: none
}

.isMobile .heading-bg {
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    color: var(--black);
    margin: 0 0 24px
}

.isMobile .heading-bg span {
    position: relative;
    z-index: 1
}

.isMobile .heading-bg span::before {
    content: "";
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: rgba(201, 201, 201, .4);
    border-radius: 30px;
    z-index: -1
}

.isMobile .heading-shape {
    text-align: center;
    background: url("../images/common/shape-icon.png") no-repeat 50% 100%;
    max-width: 620px;
    margin: 0 auto 24px;
    padding-block: 19px 20px;
    border-top: 1px solid rgba(240, 235, 240, .4)
}

.isMobile .heading-shape h2 {
    color: var(--type-1);
    font-family: "Times New Roman", sans-serif;
    letter-spacing: 7px;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    line-height: 14px
}

.isMobile .heading-shape h3 {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--black)
}

.isMobile .heading-line {
    text-align: center;
    margin-bottom: 32px
}

.isMobile .heading-line h3 {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    font-size: 10px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--type-1);
    margin: 0 0 4px
}

.isMobile .heading-line h3::before,
.isMobile .heading-line h3::after {
    content: "";
    width: 50px;
    border-bottom: 1px solid var(--type-1)
}

.isMobile .heading-line h2 {
    font-size: 18px;
    line-height: 26px;
    color: var(--black);
    margin: 0;
    font-weight: 700
}

.site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--white);
    border-bottom-color: #fdebd8;
    padding-block: 5px
}

.site-header .search-popup {
    display: none !important
}

.site-header form {
    position: relative;
    margin: 0
}

.site-header form input {
    background: #eee;
    border-radius: 4px;
    height: 42px;
    border: 0;
    margin: 0;
    padding: 5px 50px 5px 15px;
    width: 200px;
    font-size: 14px
}

@media only screen and (min-width: 1200px) {
    .site-header form input {
        width: 380px;
        font-size: 15px
    }
}

.site-header form button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    width: 42px;
    height: 42px;
    min-width: auto;
    padding: 10px;
    opacity: .7
}

.site-header .container {
    max-width: 1470px
}

.site-header .icon-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    min-height: 36px;
    justify-content: space-between;
    gap: 1px;
    color: #444;
    font-size: 8px
}

@media only screen and (min-width: 992px) {
    .site-header .icon-button {
        min-height: 50px;
        font-size: 14px
    }
}

@media only screen and (min-width: 1200px) {
    .site-header .icon-button {
        min-height: 54px
    }
}

.site-header .icon-button img {
    max-height: 20px
}

@media only screen and (min-width: 992px) {
    .site-header .icon-button img {
        max-height: 36px
    }
}

@media only screen and (min-width: 1200px) {
    .site-header .icon-button img {
        max-height: 40px
    }
}

.site-header .btn-beginner {
    display: none
}

.site-header__mobile {
    display: none
}

.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.site-header__logo img {
    max-height: 55px
}

.site-header__nav {
    display: flex;
    margin-right: auto;
    margin-left: 30px;
    align-items: center;
    gap: 10px
}

@media only screen and (min-width: 1200px) {
    .site-header__nav {
        margin-left: 60px
    }
}

.site-header__nav nav ul {
    display: flex;
    gap: 20px
}

.site-header__nav nav ul li {
    position: relative
}

.site-header__nav nav ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    display: block;
    border-radius: 10px
}

.site-header__nav nav ul li:hover>a,
.site-header__nav nav ul li.active>a {
    color: #f3a1a4;
    background: #f5f5f5
}

.site-header__nav nav ul li+li::before {
    content: "";
    width: 2px;
    height: 20px;
    background: #f3a1a4;
    position: absolute;
    left: -10px;
    top: calc(50% - 10px)
}

.site-header__control {
    display: flex;
    align-items: center;
    gap: 20px
}

.isMobile .site-header {
    border-bottom: 1px solid var(--white);
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--white)
}

.isMobile .site-header .search-popup {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 7px -3px #cfcfcf;
    padding: 20px;
    display: none
}

.isMobile .site-header .search-popup form input {
    width: 100%
}

.isMobile .site-header form {
    position: relative;
    margin: 0
}

.isMobile .site-header form input {
    background: #eee;
    border-radius: 4px;
    height: 42px;
    border: 0;
    margin: 0;
    padding: 5px 50px 5px 15px;
    width: 200px;
    font-size: 14px
}

.isMobile .site-header form button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    width: 42px;
    height: 42px;
    min-width: auto;
    padding: 10px;
    opacity: .7
}

.isMobile .site-header .container {
    max-width: 1470px
}

.isMobile .site-header .icon-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
    min-height: 36px;
    justify-content: space-between;
    gap: 1px;
    color: #444;
    font-size: 8px
}

.isMobile .site-header .icon-button img {
    max-height: 20px
}

.isMobile .site-header .btn-account {
    display: none
}

.isMobile .site-header .btn-beginner {
    display: none
}

.isMobile .site-header__mobile {
    display: flex;
    gap: 12px;
    align-items: center
}

.isMobile .site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.isMobile .site-header__logo {
    border-bottom: 1px solid #ccc;
    padding-block: 12px
}

.isMobile .site-header__logo img {
    max-height: 36px
}

.isMobile .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    background: var(--white);
    padding: 20px;
    box-shadow: 0 3px 7px -3px #cfcfcf;
    display: none
}

.isMobile .site-header__nav nav ul li {
    position: relative
}

.isMobile .site-header__nav nav ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    display: block;
    border-radius: 10px
}

.isMobile .site-header__nav nav ul li:hover>a,
.isMobile .site-header__nav nav ul li.active>a {
    color: #f3a1a4;
    background: #f5f5f5
}

.isMobile .site-header__search {
    display: none
}

.isMobile .site-header__control {
    display: flex;
    gap: 12px;
    align-items: center
}

.site-footer {
    background: #e6e2e1;
    padding-block: 36px 32px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .site-footer {
        padding-block: 52px 70px
    }
}

.site-footer .container {
    max-width: 956px
}

.site-footer h3 {
    font-weight: 700;
    text-align: center;
    color: var(--black);
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1px
}

@media only screen and (min-width: 768px) {
    .site-footer h3 {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 36px
    }
}

@media only screen and (min-width: 768px) {
    .site-footer h3 span {
        position: relative;
        z-index: 1
    }
    .site-footer h3 span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: var(--white);
        z-index: -1;
        border-radius: 50px
    }
}

.site-footer h2 {
    font-weight: 700;
    text-align: center;
    color: var(--black);
    margin: 0 0 14px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 3px
}

@media only screen and (min-width: 768px) {
    .site-footer h2 {
        margin: 0 0 50px
    }
}

@media only screen and (min-width: 768px) {
    .site-footer h2 span {
        position: relative;
        z-index: 1
    }
    .site-footer h2 span::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10px;
        background: var(--white);
        z-index: -1;
        border-radius: 50px
    }
}

.site-footer__top {
    margin: 0 auto 60px;
    max-width: 560px
}

.site-footer__top .logo {
    max-width: 166px;
    margin-bottom: 20px
}

@media only screen and (min-width: 768px) {
    .site-footer__top .logo {
        margin-bottom: 24px
    }
}

.site-footer__top h4 {
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    margin: 0 auto 20px;
    text-align: left;
    max-width: 300px
}

@media only screen and (min-width: 768px) {
    .site-footer__top h4 {
        margin: 0 0 36px;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        max-width: none
    }
}

.site-footer__top--image {
    width: 100%;
}

.site-footer__top p {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    text-align: left;
	padding: 0 25px 14px;
}

@media only screen and (max-width: 767px) {
    .site-footer__top p {
		font-size: 14px;
    }
}

.site-footer__card {
    background: var(--white);
    border: 2px solid #848484;
    border-radius: 15px;
    margin-bottom: 28px;
    padding: 20px 18px 30px
}

@media only screen and (min-width: 768px) {
    .site-footer__card {
        padding: 60px 42px;
        margin-bottom: 50px
    }
}

.site-footer__card h4 {
    color: #e94522;
    font-weight: 700;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 20px
}

@media only screen and (min-width: 768px) {
    .site-footer__card h4 {
        font-size: 18px;
        line-height: 25px;
        margin: 0 0 40px
    }
}

.site-footer__card--inner {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .site-footer__card--inner {
        display: grid;
        grid-template-columns: 50% 1fr;
        gap: 25px 45px;
        margin-bottom: 46px
    }
}

.site-footer__card--inner figure {
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .site-footer__card--inner figure {
        margin-bottom: 0;
        grid-row: 1/4;
        grid-column: 1/2
    }
}

.site-footer__card--inner figure img {
    width: 100%
}

.site-footer__card--content {
    text-align: left;
    font-size: 14px;
    line-height: 22px
}

@media only screen and (min-width: 768px) {
    .site-footer__card--content {
        grid-row: 2/3;
        grid-column: 2/3
    }
}

.site-footer__card--content a {
    color: #e94522;
    text-decoration: underline
}

.site-footer__card--content a:hover {
    text-decoration: none
}

.site-footer__card--content p {
    margin-bottom: 22px
}

.site-footer__card--content p:last-of-type {
    margin-bottom: 0
}

.site-footer__card--content ul li label {
    margin: 0;
    min-width: 80px
}

.site-footer__card--logo {
    max-width: 164px;
    margin: 0 0 10px
}

@media only screen and (min-width: 768px) {
    .site-footer__card--logo {
        max-width: 175px;
        margin: 0;
        grid-row: 1/2;
        grid-column: 2/3
    }
}

a.site-footer__card--btn {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 100px;
    color: var(--white);
    background: #001a2e;
    height: 56px;
    width: 100%;
    max-width: 300px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .site-footer__card--btn {
        font-size: 18px;
        line-height: 25px;
        max-width: 450px
    }
}

.hero {
    position: relative
}

@media only screen and (min-width: 1200px) {
    .hero {
        height: 100vh;
        overflow: hidden;
        padding-inline: 70px
    }
}

@media only screen and (min-width: 2800px) {
    .hero {
        padding-inline: 40px
    }
}

.hero__image {
    width: 100%;
    height: auto
}

.hero__image img {
    width: 100%;
    object-fit: cover
}

.hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hero__content-text {
    text-align: center;
    padding-top: 10vw
}

@media(min-width: 48em) {
    .hero__content-text {
        padding-top: 15vw
    }
}

.hero__content-text h2 {
    margin-bottom: 16px;
    font-size: 26px;
    color: #2b2b2b
}

@media(min-width: 48em) {
    .hero__content-text h2 {
        margin-bottom: 30px;
        font-size: 56px
    }
}

.hero__content-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: #747474
}

@media(min-width: 48em) {
    .hero__content-text p {
        font-size: 16px
    }
}

@media(min-width: 48em) {
    .hero__content-text p br {
        display: none
    }
}

.hero__content-text figure {
    margin-top: 80px
}

@media only screen and (max-width: 767px) {
    .hero__content-text figure {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .hero__content-text figure img {
        max-width: 73px
    }
}

.hero__cta {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 56px;
    border: 1px solid var(--primary);
    background: #f5f5f5;
    border-radius: 50px;
    bottom: 40px
}

@media only screen and (max-width: 767px) {
    .hero__cta {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(min-width: 48em) {
    .hero__cta {
        width: 392px;
        right: 50px;
        bottom: 80px
    }
}

.hero__cta::after {
    content: "";
    width: 10px;
    height: 18px;
    background: url("../images/common/arrow-right.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 24px
}

.hero__cta small {
    position: absolute;
    background: url("../images/common/bg-talk.png") no-repeat center;
    background-size: contain;
    width: 180px;
    height: 35px;
    padding-bottom: 12px;
    top: -20px;
    left: -10px;
    color: var(--white);
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 24px
}

.hero__cta span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .1em
}

.home-content {
    padding-top: 60px;
    padding-bottom: 80px
}

@media(min-width: 48em) {
    .home-content {
        padding-top: 85px;
        padding-bottom: 100px
    }
}

.home-content h2 {
    font-size: 24px;
    font-family: arial, sans-serif;
    color: var(--black);
    margin-bottom: 30px;
    font-weight: bold
}

@media(min-width: 48em) {
    .home-content h2 {
        font-size: 70px;
        margin-bottom: 50px
    }
}

.home-content p {
    font-size: 14px;
    line-height: 17px;
    color: var(--black);
    margin-bottom: 30px
}

@media(min-width: 48em) {
    .home-content p {
        line-height: 34px;
        font-size: 22px;
        margin-bottom: 50px
    }
}

.home-content .container {
    max-width: 1200px;
    margin-inline: auto;
    transition: all .3s
}

@media only screen and (min-width: 1440px) {
    .home-content .container {
        padding-left: 86px
    }
}

@media only screen and (max-width: 600px) {
    .home-content .container {
        max-height: 270px;
        overflow: hidden
    }
}

.home-content.active .container {
    max-height: 200vh
}

.home-content__more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

@media(min-width: 48em) {
    .home-content__more {
        display: none
    }
}

.home-content__more .expand-btn {
    position: relative;
    background: #1f3f5a;
    color: var(--white);
    font-size: 14px;
    width: 300px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    font-weight: 500;
    transition: all 0ms
}

.home-content__more .expand-btn::before,
.home-content__more .expand-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border-radius: 10px
}

.home-content__more .expand-btn::before {
    width: 14px;
    height: 1px
}

.home-content__more .expand-btn::after {
    height: 14px;
    width: 1px;
    right: 17px
}

.home-content__more .expand-btn small {
    display: none
}

.home-content__more .expand-btn.active {
    background: var(--white);
    border: 1px solid #1f3f5a;
    width: 169px;
    color: #1f3f5a
}

.home-content__more .expand-btn.active span,
.home-content__more .expand-btn.active::after {
    display: none
}

.home-content__more .expand-btn.active small {
    display: block
}

.home-content__more .expand-btn.active::before {
    width: 0;
    height: 0;
    left: 18px;
    border-radius: 0;
    border-top: none;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #1f3f5a
}

.home-types .container h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .01em;
    color: var(--black);
    margin-bottom: 90px
}

@media(min-width: 48em) {
    .home-types .container h2 {
        font-size: 40px;
        margin-bottom: 50px
    }
}

.home-types__list {
    background: var(--white)
}

.home-types__item {
    border-radius: 0 70px 0 70px;
    background: #f0ebf0;
    margin-bottom: 100px;
    padding-block: 30px;
    max-width: 1280px;
    margin-inline: auto
}

@media(min-width: 48em) {
    .home-types__item {
        margin-bottom: 40px
    }
}

.home-types__item .container {
    max-width: 960px;
    display: flex;
    justify-content: space-between
}

.home-types__item-content {
    width: 100%
}

@media(min-width: 48em) {
    .home-types__item-content {
        max-width: calc(100% - 368px);
        padding-block: 50px
    }
}

.home-types__item-content h3 {
    font-family: "Alata", sans-serif;
    color: #b893b8
}

@media only screen and (max-width: 768px) {
    .home-types__item-content h3 {
        position: relative;
        margin-top: -80px;
        top: -20px
    }
}

.home-types__item-content h3 strong {
    font-size: 70px
}

@media(min-width: 48em) {
    .home-types__item-content h3 strong {
        font-size: 90px
    }
}

.home-types__item-content h3 span {
    font-size: 32px
}

@media(min-width: 48em) {
    .home-types__item-content h3 span {
        font-size: 40px
    }
}

.home-types__item-content .type-content {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 53px;
    color: #1e2327;
    padding-bottom: 8px;
    position: relative
}

@media(min-width: 48em) {
    .home-types__item-content .type-content {
        margin-bottom: 70px;
        font-size: 40px
    }
}

.home-types__item-content .type-content::after {
    content: "";
    width: 90%;
    position: absolute;
    bottom: 0;
    left: -20px;
    height: 2px;
    background: var(--black)
}

@media(min-width: 48em) {
    .home-types__item-content .type-content::after {
        display: none
    }
}

.home-types__item-content .type-note {
    background: var(--white);
    padding: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #1e2327
}

@media(min-width: 48em) {
    .home-types__item-content .type-note {
        font-size: 20px
    }
}

.home-types__item-content ul {
    margin-bottom: 30px
}

@media(min-width: 48em) {
    .home-types__item-content ul {
        margin-bottom: 36px
    }
}

.home-types__item-content ul li {
    display: flex;
    padding-block: 10px;
    position: relative
}

@media(min-width: 48em) {
    .home-types__item-content ul li {
        padding-block: 10px
    }
}

.home-types__item-content ul li small {
    position: absolute;
    top: 5px;
    left: 58px;
    color: #757575;
    font-size: 10px
}

@media(min-width: 48em) {
    .home-types__item-content ul li small {
        display: none
    }
}

.home-types__item-content ul li span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px
}

@media(min-width: 48em) {
    .home-types__item-content ul li span {
        font-size: 22px;
        padding: initial
    }
}

.home-types__item-content ul li span::before {
    content: "";
    width: 27px;
    height: 24px;
    background: url("../images/home/icon-check.png") no-repeat center;
    background-size: contain
}

@media(min-width: 48em) {
    .home-types__item-content ul li span::before {
        width: 34px;
        height: 29px
    }
}

@media(min-width: 48em) {
    .home-types__item-content ul li.feature__border {
        border-bottom: 1px solid #b893b8;
        padding-block: 0
    }
}

.home-types__item-content ul li.feature__border:last-child {
    border-bottom: none
}

.home-types__item-content ul li.feature__border strong {
    display: none
}

@media(min-width: 48em) {
    .home-types__item-content ul li.feature__border strong {
        padding: 15px;
        display: block;
        border-right: 1px solid #b893b8;
        width: 153px;
        font-size: 17px
    }
}

@media(min-width: 48em) {
    .home-types__item-content ul li.feature__border span {
        padding: 15px
    }
}

.home-types__item-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

@media(min-width: 48em) {
    .home-types__item-cta {
        display: none
    }
}

.home-types__item-cta .cta-note {
    font-size: 10px;
    text-align: center;
    display: block;
    width: 245px;
    margin-bottom: 10px;
    position: relative;
    color: #944e94
}

.home-types__item-cta .cta-note::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #944e94;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.home-types__item-cta .cta-note span {
    position: relative;
    display: inline-block;
    padding-inline: 5px;
    background: #f0ebf0
}

.home-types__item-cta .btn {
    background: #b893b8;
    border-radius: 50px
}

@media(min-width: 48em) {
    .home-types__item-cta .btn {
        display: none
    }
}

.home-types__item figure {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: -140px;
    max-width: 273px
}

@media(min-width: 48em) {
    .home-types__item figure {
        justify-content: center;
        max-width: 368px;
        position: initial
    }
}

.home-types__item figure img {
    width: auto;
    object-fit: contain;
    height: 470px
}

@media(min-width: 48em) {
    .home-types__item figure img {
        height: 684px
    }
}

.home-types__item.i-type {
    background: #e4e2ea
}

@media(min-width: 48em) {
    .home-types__item.i-type .type-content {
        border-bottom: 2px solid #000
    }
}

.home-types__item.i-type .home-types__item-content h3 {
    color: #64538a
}

.home-types__item.i-type .home-types__item-content .type-note {
    background: #fafafa
}

.home-types__item.i-type .cta-note {
    color: #73688c
}

.home-types__item.i-type .cta-note::before {
    background: #73688c
}

.home-types__item.i-type .cta-note span {
    background: #e4e2ea
}

.home-types__item.i-type .btn {
    background: #73688c
}

.home-types__item.x-type {
    background: #e5f2ee
}

.home-types__item.x-type .home-types__item-content h3 {
    color: #5b857a
}

.home-types__item.x-type .home-types__item-content .type-note {
    background: #fafafa
}

@media(min-width: 48em) {
    .home-types__item.x-type .home-types__item-content .type-content {
        border-bottom: 2px solid var(--black)
    }
}

.home-types__item.x-type .home-types__item-content ul li span::before {
    background: url("../images/home/icon-check-x.png") no-repeat center;
    background-size: contain
}

.home-types__item.x-type .cta-note {
    color: #5b857a
}

.home-types__item.x-type .cta-note::before {
    background: #5b857a
}

.home-types__item.x-type .cta-note span {
    background: #e5f2ee
}

.home-types__item.x-type .btn {
    background: #5b857a
}

.home-types__item.a-type {
    background: #f8f2e2
}

.home-types__item.a-type .home-types__item-content h3 {
    color: #e2c15b
}

.home-types__item.a-type .home-types__item-content .type-note {
    background: #fafafa
}

@media(min-width: 48em) {
    .home-types__item.a-type .home-types__item-content .type-content {
        border-bottom: 2px solid var(--black)
    }
}

.home-types__item.a-type .home-types__item-content ul li span::before {
    background: url("../images/home/icon-check-a.png") no-repeat center;
    background-size: contain
}

.home-types__item.a-type .cta-note {
    color: #e2c15b
}

.home-types__item.a-type .cta-note::before {
    background: #e2c15b
}

.home-types__item.a-type .cta-note span {
    background: #f8f2e2
}

.home-types__item.a-type .btn {
    background: #e2c15b
}

.steps .container {
    max-width: 1266px
}

.steps__title {
    margin-bottom: 10px
}

@media(min-width: 48em) {
    .steps__title {
        display: none
    }
}

.steps__title h2 {
    text-align: center;
    font-size: 24px
}

.steps__list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: auto;
    padding-bottom: 20px
}

@media(min-width: 48em) {
    .steps__list {
        margin-top: 160px;
        margin-bottom: 85px;
        gap: 40px
    }
}

.steps__item {
    border-radius: 16px;
    background: #f5f5f5;
    width: calc(33.33% - 20px);
    padding: 10px 15px;
    min-width: 200px;
    border: 1px solid #000
}

@media(min-width: 48em) {
    .steps__item {
        padding: 20px 30px;
        border: none
    }
}

.steps__item-head {
    display: flex;
    margin-bottom: 25px;
    text-align: center;
    align-items: flex-end;
    gap: 5px;
    border-bottom: 1px solid var(--black)
}

@media(min-width: 48em) {
    .steps__item-head {
        gap: 10px
    }
}

.steps__item-head div span {
    display: block;
    font-family: "Alata", sans-serif
}

.steps__item-head div span:first-child {
    font-size: 14px;
    color: var(--black)
}

@media(min-width: 48em) {
    .steps__item-head div span:first-child {
        font-size: 18px
    }
}

.steps__item-head div span:last-child {
    font-size: 30px
}

@media(min-width: 48em) {
    .steps__item-head div span:last-child {
        font-size: 37px
    }
}

@media only screen and (max-width: 767px) {
    .steps__item-head div span:last-child {
        line-height: 1;
        margin-bottom: 8px
    }
}

.steps__item-head h3 {
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 18px;
    margin-bottom: 10px
}

@media(min-width: 48em) {
    .steps__item-head h3 {
        margin-bottom: 15px;
        font-size: 24px
    }
}

.steps__item p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 48px
}

@media(min-width: 48em) {
    .steps__item p {
        min-height: 78px;
        font-size: 17px
    }
}

.steps__item figure {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    height: 160px
}

@media(min-width: 48em) {
    .steps__item figure {
        height: 210px
    }
}

.steps__item figure img {
    width: auto;
    object-fit: contain;
    height: 160px
}

@media(min-width: 48em) {
    .steps__item figure img {
        height: 210px
    }
}

.top-page {
    line-height: 34px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 12px
}

@media only screen and (min-width: 768px) {
    .top-page {
        font-size: 18px;
        padding-block: 18px 16px
    }
}

.top-page .container {
    max-width: 1482px
}

.top-page p {
    margin: 0
}

.text-circle {
    margin: 0;
    display: flex;
    gap: 4px;
    justify-content: center
}

.text-circle span {
    width: 35px;
    height: 35px;
    background: var(--type-1);
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1
}

@media only screen and (min-width: 768px) {
    .text-circle span {
        width: 78px;
        height: 78px;
        font-size: 32px
    }
}

.product-info {
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 40px 0;
    align-items: center
}

@media only screen and (min-width: 768px) {
    .product-info {
        grid-template-columns: 150px 1fr;
        gap: 60px 50px
    }
}

.product-info figure {
    grid-row: 1/5;
    grid-column: 1/2
}

.product-info figure img {
    width: 100%
}

.product-info ul {
    font-weight: 700;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
    grid-row: 2/3;
    grid-column: 2/3
}

@media only screen and (min-width: 768px) {
    .product-info ul {
        font-size: 18px;
        line-height: 26px;
        padding-left: 32px
    }
}

.product-info ul li {
    position: relative;
    padding-left: 36px
}

@media only screen and (min-width: 768px) {
    .product-info ul li {
        padding-left: 55px
    }
}

@media only screen and (max-width: 767px) {
    .product-info ul li span {
        font-size: 10px;
        font-weight: 500;
        color: #757575;
        display: block;
        line-height: 14px
    }
}

.product-info ul li em {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--white);
    border-radius: 3px;
    width: 23px;
    height: 23px;
    top: 10px
}

@media only screen and (min-width: 768px) {
    .product-info ul li em {
        width: 30px;
        height: 30px;
        top: 0
    }
}

.product-info ul li em::before,
.product-info ul li em::after {
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 5px;
    background: var(--type-1)
}

@media only screen and (min-width: 768px) {
    .product-info ul li em::before,
    .product-info ul li em::after {
        height: 4px
    }
}

.product-info ul li em::before {
    width: 13px;
    transform: rotate(45deg);
    bottom: 8px;
    left: 2px
}

@media only screen and (min-width: 768px) {
    .product-info ul li em::before {
        width: 16px;
        bottom: 10px
    }
}

.product-info ul li em::after {
    width: 24px;
    transform: rotate(-45deg);
    bottom: 12px;
    left: 8px
}

@media only screen and (min-width: 768px) {
    .product-info ul li em::after {
        width: 32px;
        bottom: 15px;
        left: 9px
    }
}

.product-info ul li+li {
    margin-top: 20px
}

@media only screen and (min-width: 768px) {
    .product-info ul li+li {
        margin-top: 32px
    }
}

.product-info__content {
    background: var(--white);
    padding: 10px 9px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    grid-row: 3/4;
    grid-column: 2/3
}

@media only screen and (min-width: 768px) {
    .product-info__content {
        font-size: 18px;
        line-height: 26px;
        padding: 20px 19px
    }
}

.product-info__content p {
    margin: 0
}

.type-result {
    background: var(--type-1-bg);
    margin-bottom: 32px;
    color: var(--black)
}

.type-result__tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--type-1);
    background: var(--white)
}

@media only screen and (min-width: 768px) {
    .type-result__tabs {
        border-bottom-width: 2px
    }
}

.type-result__tabs a {
    font-family: "Alata", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    max-width: 320px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: var(--type-1-bg);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    border: 1px solid var(--type-1-bg);
    border-bottom-width: 0
}

@media only screen and (min-width: 768px) {
    .type-result__tabs a {
        font-size: 24px;
        height: 58px;
        border-radius: 24px 24px 0 0;
        border-width: 2px;
        border-bottom-width: 0
    }
}

.type-result__tabs a.active {
    border-color: var(--type-1);
    margin-bottom: -1px;
    height: 49px
}

@media only screen and (min-width: 768px) {
    .type-result__tabs a.active {
        height: 60px;
        margin-bottom: -2px
    }
}

.type-result__tabs a:nth-child(4n+2) {
    background: var(--type-2-bg);
    border-color: var(--type-2-bg)
}

.type-result__tabs a:nth-child(4n+2).active {
    border-color: var(--type-2)
}

.type-result__tabs a:nth-child(4n+3) {
    background: var(--type-3-bg);
    border-color: var(--type-3-bg)
}

.type-result__tabs a:nth-child(4n+3).active {
    border-color: var(--type-3)
}

.type-result__tabs a:nth-child(4n+4) {
    background: var(--type-4-bg);
    border-color: var(--type-4-bg)
}

.type-result__tabs a:nth-child(4n+4).active {
    border-color: var(--type-4)
}

.type-result__tabs--bottom {
    border-bottom: 0;
    border-top: 1px solid var(--type-1)
}

@media only screen and (min-width: 768px) {
    .type-result__tabs--bottom {
        border-top-width: 2px
    }
}

.type-result__tabs--bottom a {
    border-radius: 0 0 10px 10px;
    border-bottom-width: 1px;
    border-top-width: 0
}

@media only screen and (min-width: 768px) {
    .type-result__tabs--bottom a {
        border-radius: 0 0 24px 24px;
        border-bottom-width: 2px
    }
}

.type-result__tabs--bottom a.active {
    margin-bottom: 0;
    margin-top: -1px
}

@media only screen and (min-width: 768px) {
    .type-result__tabs--bottom a.active {
        margin-top: -2px
    }
}

.type-result__header {
    text-align: center;
    padding-block: 14px 10px
}

@media only screen and (min-width: 768px) {
    .type-result__header {
        padding-block: 30px
    }
}

.type-result__header h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    color: var(--black)
}

@media only screen and (min-width: 768px) {
    .type-result__header h3 {
        font-size: 24px;
        line-height: 33px;
        margin: 0 0 24px
    }
}

.type-result__title {
    text-align: center;
    padding-block: 10px 12px;
    background: var(--type-1);
    color: var(--white);
    font-size: 16px;
    line-height: 1.5
}

@media only screen and (min-width: 768px) {
    .type-result__title {
        font-size: 24px;
        padding-block: 20px 24px
    }
}

.type-result__title h1 {
    font-family: "Alata", sans-serif;
    margin: 0 0 15px;
    font-size: 58px;
    font-weight: 400;
    line-height: 60px;
    color: var(--white)
}

@media only screen and (min-width: 768px) {
    .type-result__title h1 {
        font-size: 64px;
        line-height: 66px;
        margin: 0 0 30px
    }
}

.type-result__title p {
    margin: 0
}

.type-result__main {
    margin-block: -4px 56px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width: 768px) {
    .type-result__main {
        margin-block: -34px 45px
    }
}

.type-result__main .container {
    max-width: 750px
}

.type-result__heading {
    margin-bottom: 23px
}

@media only screen and (min-width: 768px) {
    .type-result__heading {
        margin-bottom: 53px
    }
}

@media only screen and (min-width: 992px) {
    .type-result__heading {
        margin-bottom: 103px
    }
}

.type-result__heading h3 {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .type-result__heading h3 {
        text-align: left;
        padding-block: 10px;
        border-bottom: 1px solid var(--black);
        font-size: 22px;
        line-height: 28px
    }
    .type-result__heading h3 span::before {
        display: none
    }
}

.type-result__item {
    margin-bottom: 80px
}

@media only screen and (min-width: 768px) {
    .type-result__item {
        margin-bottom: 100px
    }
}

.type-result__item .container {
    max-width: 1278px
}

.type-result__item h2 {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-weight: 700;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 1050px
}

@media only screen and (min-width: 768px) {
    .type-result__item h2 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0 auto 27px;
        gap: 30px
    }
}

.type-result__item h2 span {
    font-family: "Times New Roman", sans-serif;
    font-size: 58px;
    line-height: 1;
    color: var(--type-1)
}

@media only screen and (min-width: 768px) {
    .type-result__item h2 span {
        font-size: 72px
    }
}

.type-result__item--inner {
    max-width: 850px;
    margin: 0 auto
}

.type-result__item--inner>p {
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 20px
}

@media only screen and (min-width: 768px) {
    .type-result__item--inner>p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 40px
    }
}

.type-result__item--detail {
    display: grid;
    grid-template-columns: 135px 1fr;
    align-items: center;
    margin-bottom: 30px;
    padding-inline: 15px 5px
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail {
        grid-template-columns: 238px 1fr;
        margin-bottom: 34px;
        padding-inline: 30px 0
    }
}

@media only screen and (min-width: 1200px) {
    .type-result__item--detail {
        padding-inline: 0
    }
}

.type-result__item--detail-image {
    position: relative
}

.type-result__item--detail-image>img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -20px);
    z-index: 1;
    width: 56px
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-image>img {
        width: 96px;
        transform: translate(-50%, -30px)
    }
}

.type-result__item--detail-image figure img {
    width: 100%
}

.type-result__item--detail-list ul {
    font-size: 12px;
    line-height: 18px;
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding-left: 10px
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-list ul {
        font-size: 18px;
        line-height: 24px;
        min-height: 184px;
        gap: 50px;
        padding-left: 48px
    }
}

.type-result__item--detail-list ul li {
    position: relative;
    padding-left: 16px
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-list ul li {
        padding-left: 20px
    }
}

.type-result__item--detail-list ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #757575
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-list ul li::before {
        width: 10px;
        height: 10px;
        top: 9px;
        background: #b5b5b5
    }
}

.type-result__item--detail-list ul li::after {
    content: "";
    width: 53px;
    border-bottom: 1px solid #757575;
    position: absolute;
    top: 10px;
    left: 3px;
    transform: rotate(-180deg);
    transform-origin: left
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-list ul li::after {
        top: 14px;
        left: 5px;
        width: 93px;
        transform: rotate(-170deg);
        border-bottom-color: #b5b5b5
    }
}

.type-result__item--detail-list ul li:first-child::after {
    transform: rotate(165deg)
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-list ul li:first-child::after {
        transform: rotate(170deg)
    }
}

.type-result__item--detail-list ul li:last-child::after {
    transform: rotate(160deg)
}

@media only screen and (min-width: 768px) {
    .type-result__item--detail-list ul li:last-child::after {
        transform: rotate(160deg)
    }
}

.type-result__item--recommended h3 {
    margin: 0 0 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: var(--black);
    font-size: 16px
}

@media only screen and (min-width: 768px) {
    .type-result__item--recommended h3 {
        font-size: 24px;
        margin: 0 0 16px
    }
}

.type-result__item--recommended-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 7px
}

@media only screen and (min-width: 768px) {
    .type-result__item--recommended-inner {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media only screen and (min-width: 992px) {
    .type-result__item--recommended-inner {
        gap: 22px
    }
}

.type-result__item--recommended-inner figure img {
    width: 100%
}

.type-result__item--button {
    text-align: center;
    margin-top: 50px
}

.type-result__item:nth-child(2) .type-result__item--detail-list ul li::after {
    transform: rotate(175deg)
}

@media only screen and (min-width: 768px) {
    .type-result__item:nth-child(2) .type-result__item--detail-list ul li::after {
        transform: rotate(180deg)
    }
}

.type-result__item:nth-child(2) .type-result__item--detail-list ul li:first-child::after {
    transform: rotate(160deg)
}

@media only screen and (min-width: 768px) {
    .type-result__item:nth-child(2) .type-result__item--detail-list ul li:first-child::after {
        transform: rotate(-176deg)
    }
}

.type-result__item:nth-child(2) .type-result__item--detail-list ul li:last-child::after {
    transform: rotate(175deg)
}

@media only screen and (min-width: 768px) {
    .type-result__item:nth-child(2) .type-result__item--detail-list ul li:last-child::after {
        transform: rotate(144deg)
    }
}

@media only screen and (max-width: 767px) {
    .type-result__item:last-child {
        margin-bottom: 40px
    }
}

.type-result__bottom {
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    padding-bottom: 15px;
    font-size: 16px
}

@media only screen and (min-width: 768px) {
    .type-result__bottom {
        padding-block: 20px 50px;
        font-size: 24px
    }
}

.type-result__bottom p {
    margin: 0
}

@media only screen and (max-width: 767px) {
    .type-result.type-1 .type-result__item:nth-child(1) ul li:last-child::after {
        transform: rotate(120deg);
        width: 78px
    }
}

.type-result.type-2 {
    background: var(--type-2-bg)
}

.type-result.type-2 .product-info ul li em::before,
.type-result.type-2 .product-info ul li em::after {
    background: var(--type-2)
}

.type-result.type-2 .btn {
    background-color: var(--type-2)
}

.type-result.type-2 .type-result__tabs {
    border-bottom-color: var(--type-2)
}

.type-result.type-2 .type-result__tabs--bottom {
    border-top-color: var(--type-2)
}

.type-result.type-2 .type-result__header .text-circle span {
    background-color: var(--type-2)
}

.type-result.type-2 .type-result__title {
    background-color: var(--type-2)
}

.type-result.type-2 .type-result__item h2 span {
    color: var(--type-2)
}

.type-result.type-3 {
    background: var(--type-3-bg)
}

.type-result.type-3 .product-info ul li em::before,
.type-result.type-3 .product-info ul li em::after {
    background: var(--type-3)
}

.type-result.type-3 .btn {
    background-color: var(--type-3)
}

.type-result.type-3 .type-result__tabs {
    border-bottom-color: var(--type-3)
}

.type-result.type-3 .type-result__tabs--bottom {
    border-top-color: var(--type-3)
}

.type-result.type-3 .type-result__header .text-circle span {
    background-color: var(--type-3)
}

.type-result.type-3 .type-result__title {
    background-color: var(--type-3)
}

.type-result.type-3 .type-result__item h2 span {
    color: var(--type-3)
}

.type-result.type-4 {
    background: var(--type-4-bg)
}

.type-result.type-4 .product-info ul li em::before,
.type-result.type-4 .product-info ul li em::after {
    background: var(--type-4)
}

.type-result.type-4 .btn {
    background-color: var(--type-4)
}

.type-result.type-4 .type-result__tabs {
    border-bottom-color: var(--type-4)
}

.type-result.type-4 .type-result__tabs--bottom {
    border-top-color: var(--type-4)
}

.type-result.type-4 .type-result__header .text-circle span {
    background-color: var(--type-4)
}

.type-result.type-4 .type-result__title {
    background-color: var(--type-4)
}

.type-result.type-4 .type-result__item h2 span {
    color: var(--type-4)
}

.detail-type {
    padding-bottom: 60px
}

@media only screen and (min-width: 768px) {
    .detail-type {
        padding-bottom: 85px
    }
}

.detail-type__top {
    background: var(--type-1-bg);
    padding-block: 20px
}

@media only screen and (min-width: 768px) {
    .detail-type__top {
        padding-block: 48px 152px
    }
}

.detail-type__top--top {
    padding-bottom: 12px
}

@media only screen and (min-width: 768px) {
    .detail-type__top--top {
        padding-bottom: 20px
    }
}

.detail-type__top--middle {
    background: var(--type-1);
    text-align: center;
    padding-block: 10px 20px;
    color: var(--white)
}

@media only screen and (min-width: 768px) {
    .detail-type__top--middle {
        padding-block: 70px 55px
    }
}

.detail-type__top--middle .container {
    position: relative;
    max-width: 1000px
}

.detail-type__top--middle h1 {
    font-family: "Alata", sans-serif;
    color: var(--white);
    line-height: 60px;
    font-size: 56px;
    margin: 0 0 20px;
    font-weight: 400
}

@media only screen and (min-width: 768px) {
    .detail-type__top--middle h1 {
        line-height: 66px;
        font-size: 64px;
        margin: 0 0 30px
    }
}

.detail-type__top--middle p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: var(--white)
}

@media only screen and (min-width: 768px) {
    .detail-type__top--middle p {
        font-size: 24px
    }
}

.detail-type__top--middle .detail-type__top--btn {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .detail-type__top--middle .detail-type__top--btn {
        display: none
    }
}

.detail-type__top--middle figure {
    position: absolute;
    top: 5px
}

@media only screen and (min-width: 768px) {
    .detail-type__top--middle figure {
        top: auto;
        bottom: -15px
    }
}

.detail-type__top--middle figure.detail-type__top--img-1 {
    left: 10px;
    max-width: 60px
}

@media only screen and (min-width: 768px) {
    .detail-type__top--middle figure.detail-type__top--img-1 {
        left: auto;
        right: 98px
    }
}

.detail-type__top--middle figure.detail-type__top--img-2 {
    right: 6px;
    max-width: 76px
}

@media only screen and (min-width: 768px) {
    .detail-type__top--middle figure.detail-type__top--img-2 {
        right: 0
    }
}

.detail-type__top--middle figure img {
    width: 100%
}

.detail-type__top--btn {
    color: var(--white);
    font-weight: 700;
    background: var(--black);
    border-radius: 100px;
    padding: 2px 15px;
    display: inline-flex;
    transition: all .3s;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    min-width: 133px;
    justify-content: center
}

@media only screen and (min-width: 768px) {
    .detail-type__top--btn {
        font-size: 16px;
        line-height: 27px;
        padding: 6px 25px;
        min-width: 216px
    }
}

.detail-type__top--btn:hover {
    opacity: .8;
    color: var(--white)
}

.detail-type__top--bottom {
    padding-top: 20px;
    text-align: center
}

@media only screen and (min-width: 768px) {
    .detail-type__top--bottom {
        display: none
    }
}

.detail-type__content {
    padding-block: 16px 10px;
    font-size: 14px;
    line-height: 24px
}

@media only screen and (min-width: 768px) {
    .detail-type__content {
        font-size: 18px;
        padding-block: 30px 40px
    }
}

.detail-type__content .container {
    max-width: 840px
}

.detail-type__content p {
    margin: 0
}

.detail-type__content .btn-note {
    margin: 40px auto 0;
    display: flex
}

@media only screen and (min-width: 768px) {
    .detail-type__content .btn-note {
        margin: 104px auto 0
    }
}

.detail-type__info {
    padding-block: 20px 30px
}

@media only screen and (min-width: 768px) {
    .detail-type__info {
        padding-block: 40px 50px
    }
}

.detail-type__info .container {
    max-width: 750px
}

.detail-type__info .heading-bg {
    margin-bottom: 4px
}

@media only screen and (min-width: 768px) {
    .detail-type__info .heading-bg {
        margin-bottom: 24px
    }
}

.detail-type__info .product-info {
    margin-bottom: 53px
}

@media only screen and (min-width: 768px) {
    .detail-type__info .product-info {
        margin-bottom: 82px
    }
}

@media only screen and (max-width: 767px) {
    .detail-type__info .product-info {
        grid-template-columns: 70px 1fr;
        gap: 14px 0
    }
}

@media only screen and (max-width: 767px) {
    .detail-type__info .product-info figure {
        grid-row: 1/4;
        padding-left: 20px
    }
}

@media only screen and (max-width: 767px) {
    .detail-type__info .product-info ul li+li {
        margin-top: 10px
    }
}

.detail-type__info .product-info ul li em {
    border: 3px solid #4b4b4b
}

.detail-type__info .product-info ul li em::before {
    bottom: 5px;
    left: -1px
}

@media only screen and (min-width: 768px) {
    .detail-type__info .product-info ul li em::before {
        bottom: 7px
    }
}

.detail-type__info .product-info ul li em::after {
    bottom: 9px;
    left: 5px
}

@media only screen and (min-width: 768px) {
    .detail-type__info .product-info ul li em::after {
        bottom: 12px;
        left: 6px
    }
}

.detail-type__info .product-info__content {
    background: var(--type-1-bg)
}

@media only screen and (max-width: 767px) {
    .detail-type__info .product-info__content {
        grid-column: 1/3;
        grid-row: 4/5;
        padding: 10px 25px
    }
}

.detail-type__box {
    max-width: 563px;
    margin: 0 auto;
    background: #f3f3f3;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    position: relative;
    padding: 25px 25px 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500
}

@media only screen and (min-width: 768px) {
    .detail-type__box {
        padding: 55px 30px 45px;
        font-size: 18px;
        line-height: 30px
    }
}

.detail-type__box h3 {
    font-size: 11px;
    line-height: 20px;
    color: var(--white);
    background: var(--type-1);
    border-radius: 50px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    max-width: 212px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 2px 20px;
    margin: 0;
    top: -12px
}

@media only screen and (min-width: 768px) {
    .detail-type__box h3 {
        font-size: 18px;
        padding: 9px 20px;
        max-width: 340px;
        top: -19px
    }
}

.detail-type__box p {
    margin: 0
}

.detail-type__styles .heading-bg {
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .detail-type__styles .heading-bg {
        margin-bottom: 80px
    }
}

@media only screen and (min-width: 992px) {
    .detail-type__styles .heading-bg {
        margin-bottom: 130px
    }
}

.detail-type.type-2 .text-circle span {
    background: var(--type-2)
}

.detail-type.type-2 .detail-type__top--middle {
    background: var(--type-2)
}

.detail-type.type-2 .detail-type__info .product-info ul li em::before,
.detail-type.type-2 .detail-type__info .product-info ul li em::after {
    background: var(--type-2)
}

.detail-type.type-2 .detail-type__info .product-info__content {
    background: var(--type-2-bg)
}

.detail-type.type-2 .detail-type__box h3 {
    background: var(--type-2)
}

.detail-type.type-2 .heading-shape h2 {
    color: var(--type-2)
}

.detail-type.type-2 .shop-staff__box {
    border-color: var(--type-2)
}

.detail-type.type-2 .shop-staff__box h3 {
    color: var(--type-2)
}

.detail-type.type-2 .heading-line h3 {
    color: var(--type-2)
}

.detail-type.type-2 .heading-line h3::before,
.detail-type.type-2 .heading-line h3::after {
    border-color: var(--type-2)
}

.detail-type.type-3 .text-circle span {
    background: var(--type-3)
}

.detail-type.type-3 .detail-type__top--middle {
    background: var(--type-3)
}

.detail-type.type-3 .detail-type__info .product-info ul li em::before,
.detail-type.type-3 .detail-type__info .product-info ul li em::after {
    background: var(--type-3)
}

.detail-type.type-3 .detail-type__info .product-info__content {
    background: var(--type-3-bg)
}

.detail-type.type-3 .detail-type__box h3 {
    background: var(--type-3)
}

.detail-type.type-3 .heading-shape h2 {
    color: var(--type-3)
}

.detail-type.type-3 .shop-staff__box {
    border-color: var(--type-3)
}

.detail-type.type-3 .shop-staff__box h3 {
    color: var(--type-3)
}

.detail-type.type-3 .heading-line h3 {
    color: var(--type-3)
}

.detail-type.type-3 .heading-line h3::before,
.detail-type.type-3 .heading-line h3::after {
    border-color: var(--type-3)
}

.detail-type.type-4 .text-circle span {
    background: var(--type-4)
}

.detail-type.type-4 .detail-type__top--middle {
    background: var(--type-4)
}

.detail-type.type-4 .detail-type__info .product-info ul li em::before,
.detail-type.type-4 .detail-type__info .product-info ul li em::after {
    background: var(--type-4)
}

.detail-type.type-4 .detail-type__info .product-info__content {
    background: var(--type-4-bg)
}

.detail-type.type-4 .detail-type__box h3 {
    background: var(--type-4)
}

.detail-type.type-4 .heading-shape h2 {
    color: var(--type-4)
}

.detail-type.type-4 .shop-staff__box {
    border-color: var(--type-4)
}

.detail-type.type-4 .shop-staff__box h3 {
    color: var(--type-4)
}

.detail-type.type-4 .heading-line h3 {
    color: var(--type-4)
}

.detail-type.type-4 .heading-line h3::before,
.detail-type.type-4 .heading-line h3::after {
    border-color: var(--type-4)
}

.shop-staff {
    max-width: 944px;
    margin: 0 auto;
    padding-block: 30px 20px
}

@media only screen and (min-width: 768px) {
    .shop-staff {
        padding-block: 50px
    }
}

@media only screen and (min-width: 768px) {
    .shop-staff__top {
        display: flex;
        gap: 30px;
        margin-bottom: 50px
    }
}

@media only screen and (min-width: 1200px) {
    .shop-staff__top {
        gap: 66px;
        margin-bottom: 70px
    }
}

.shop-staff__item {
    margin-bottom: 32px
}

@media only screen and (min-width: 768px) {
    .shop-staff__item {
        width: calc(50% - 15px);
        margin-bottom: 0
    }
}

@media only screen and (min-width: 1200px) {
    .shop-staff__item {
        width: calc(50% - 33px)
    }
}

.shop-staff__item--slider {
    position: relative;
    margin-bottom: 20px
}

.shop-staff__item--slider p {
    position: absolute;
    z-index: 20;
    font-size: 10px;
    line-height: 12px;
    font-family: "Poppins", sans-serif;
    margin: 0;
    min-width: 40px;
    padding: 2px 10px;
    height: 26px;
    background: var(--black);
    border-radius: 30px;
    bottom: 20px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white)
}

.shop-staff__item--slider figure {
    display: block !important
}

.shop-staff__item--slider figure img {
    width: 100%;
    display: block
}

.shop-staff__item--info {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 8px;
    font-family: "Poppins", sans-serif
}

@media only screen and (min-width: 768px) {
    .shop-staff__item--info {
        grid-template-columns: 80px 1fr;
        gap: 10px
    }
}

.shop-staff__item--info figure img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 100%
}

@media only screen and (min-width: 768px) {
    .shop-staff__item--info figure img {
        width: 80px;
        height: 80px
    }
}

.shop-staff__item--info h3 {
    font-size: 18px;
    line-height: 20px;
    color: #0077b3;
    margin: 0 0 9px;
    font-weight: 400;
    font-family: "Poppins", sans-serif
}

@media only screen and (min-width: 768px) {
    .shop-staff__item--info h3 {
        margin: 0 0 12px
    }
}

.shop-staff__item--info h3 span {
    margin-left: 6px
}

@media only screen and (min-width: 768px) {
    .shop-staff__item--info h3 span {
        margin-left: 16px
    }
}

.shop-staff__item--info h4 {
    font-size: 16px;
    line-height: 20px;
    color: #0077b3;
    margin: 0 0 6px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

@media only screen and (min-width: 768px) {
    .shop-staff__item--info h4 {
        margin: 0 0 8px
    }
}

.shop-staff__item--info p {
    margin: 0;
    font-size: 12px;
    line-height: 16px
}

@media only screen and (max-width: 767px) {
    .shop-staff__item:nth-child(2) {
        display: none
    }
}

.shop-staff__more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 30px
}

@media only screen and (min-width: 768px) {
    .shop-staff__more {
        grid-template-columns: repeat(3, 1fr);
        gap: 33px;
        margin-bottom: 100px
    }
}

@media only screen and (min-width: 992px) {
    .shop-staff__more {
        grid-template-columns: repeat(5, 1fr)
    }
}

.shop-staff__more-item>figure {
    margin: 0 0 12px
}

.shop-staff__more-item>figure img {
    width: 100%
}

.shop-staff__more-item--info {
    font-family: "Poppins", sans-serif;
    color: #232323
}

.shop-staff__more-item--info-top {
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 10px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px
}

.shop-staff__more-item--info-top figure {
    margin: 0
}

.shop-staff__more-item--info-top figure img {
    width: 100%;
    width: 37px;
    height: 37px;
    border-radius: 50px;
    object-fit: cover
}

.shop-staff__more-item--info-top p {
    margin-bottom: 5px
}

.shop-staff__more-item--info-top p:last-of-type {
    margin-bottom: 0
}

.shop-staff__more-item--info h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    font-family: "Poppins", sans-serif
}

.shop-staff__more-item--info h4 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif
}

@media only screen and (min-width: 992px) {
    .shop-staff__more-item:nth-child(6) {
        display: none
    }
}

.shop-staff__box {
    max-width: 663px;
    margin: 0 auto 40px;
    border: 6px solid var(--type-1);
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: center;
    font-size: 12px;
    line-height: 16px
}

@media only screen and (min-width: 768px) {
    .shop-staff__box {
        margin: 0 auto 44px;
        grid-template-columns: 82px 1fr;
        font-size: 18px;
        line-height: 24px;
        gap: 36px
    }
}

.shop-staff__box figure img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    object-fit: cover
}

@media only screen and (min-width: 768px) {
    .shop-staff__box figure img {
        width: 82px;
        height: 82px
    }
}

.shop-staff__box figure figcaption {
    font-size: 9px;
    line-height: 13px
}

@media only screen and (min-width: 768px) {
    .shop-staff__box figure figcaption {
        font-size: 12px;
        line-height: 18px;
        margin-top: 4px
    }
}

.shop-staff__box h3 {
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--type-1)
}

@media only screen and (min-width: 768px) {
    .shop-staff__box h3 {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px
    }
}

.shop-staff__box p {
    margin: 0
}

.shop-staff__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 10px;
    max-width: 837px;
    margin: 0 auto
}

@media only screen and (min-width: 768px) {
    .shop-staff__products {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }
}

@media only screen and (min-width: 992px) {
    .shop-staff__products {
        gap: 47px
    }
}

.shop-staff__products--item figure {
    margin-bottom: 34px
}

.shop-staff__products--item figure img {
    width: 100%
}

.shop-staff__products--item a {
    color: #232323
}

.shop-staff__products--item h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    font-weight: 400;
    color: #232323;
    font-family: "Poppins", sans-serif
}

.shop-staff__products--item h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 400;
    color: #232323;
    font-family: "Poppins", sans-serif
}

.shop-staff__products--item h3 {
    font-size: 18px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 500;
    color: #232323;
    font-family: "Poppins", sans-serif
}

.shop-staff__products--item label {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #e73b58;
    font-family: "Poppins", sans-serif
}

.isMobile .hero {
    position: relative;
    height: 625px;
}
.isMobile .hero #slider {
  width: 100%;
  height: 100%;
  position: relative;
  margin: auto;
}

.isMobile .hero #slider img {
 width: 100%;
 height: 100%;
    object-fit: initial;
}

.isMobile .hero #slider .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
}
.isMobile .hero__image {
    width: 100%;
    height: auto
}

.isMobile .hero__image img {
    width: 100%;
    object-fit: cover
}

.isMobile .hero__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.isMobile .hero__content-text {
    text-align: center;
    padding-top: 35px
}

.isMobile .hero__content-text h2 {
    margin-bottom: 16px;
    font-size: 26px;
    color: #2b2b2b
}

.isMobile .hero__content-text p {
    margin-bottom: 0;
    font-size: 12px;
    color: #747474
}

.isMobile .hero__content-text p br {
    display: block
}

.isMobile .hero__content-text figure {
    margin-top: 20px
}

.isMobile .hero__content-text figure img {
    max-width: 77px
}


.isMobile .hero__cta {
    position: fixed;
	z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 56px;
    border: 1px solid var(--primary);
    background: #f5f5f5;
    border-radius: 50px;
    bottom: 50px;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .isMobile .hero__cta {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media(min-width: 48em) {
    .isMobile .hero__cta {
        width: 392px;
        right: 50px;
        bottom: 50px
    }
	.isMobile .hero__cta:hover{opacity:.8;}
}

.isMobile .hero__cta::after {
    content: "";
    width: 10px;
    height: 18px;
    background: url("../images/common/arrow-right.png") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    right: 24px
}

.isMobile .hero__cta small {
    position: absolute;
  background: url("../images/common/bg-talk.png") no-repeat top left;
    background-size: auto;
  background-size: contain;
  width: 190px;
  height: 39px;
  padding-bottom: 12px;
  top: -25px;
  left: 15px;
  color: var(--white);
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
}

.isMobile .hero__cta span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #1F3F5A
}
.isMobile .home-content {
    padding-top: 60px;
    padding-bottom: 80px
}

.isMobile .home-content h2 {
    font-size: 24px;
    font-family: arial, sans-serif;
    color: var(--black);
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 37px;
    letter-spacing: 4px
}

.isMobile .home-content p {
    font-size: 14px;
    line-height: 27px;
    color: var(--black);
    margin-bottom: 30px
}

.isMobile .home-content .container {
    max-width: 1200px;
    margin-inline: auto;
    transition: all .3s;
    padding-left: 25px;
    max-height: 275px;
    overflow: hidden
}

.isMobile .home-content.active .container {
    max-height: 200vh
}

.isMobile .home-content__more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin-top: 30px;
}

.isMobile .home-content__more .expand-btn {
    position: relative;
    background: #1f3f5a;
    color: var(--white);
    font-size: 14px;
    width: 300px;
    height: 30px;
    border-radius: 50px;
    line-height: 30px;
    font-weight: 400;
    transition: all 0ms
}

.isMobile .home-content__more .expand-btn::before,
.isMobile .home-content__more .expand-btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border-radius: 10px
}

.isMobile .home-content__more .expand-btn::before {
    width: 14px;
    height: 1px
}

.isMobile .home-content__more .expand-btn::after {
    height: 14px;
    width: 1px;
    right: 17px
}

.isMobile .home-content__more .expand-btn small {
    display: none
}

.isMobile .home-content__more .expand-btn.active {
    background: var(--white);
    border: 1px solid #1f3f5a;
    width: 169px;
    color: #1f3f5a
}

.isMobile .home-content__more .expand-btn.active span,
.isMobile .home-content__more .expand-btn.active::after {
    display: none
}

.isMobile .home-content__more .expand-btn.active small {
    display: block
}

.isMobile .home-content__more .expand-btn.active::before {
    width: 0;
    height: 0;
    left: 18px;
    border-radius: 0;
    border-top: none;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 12px solid #1f3f5a
}

.isMobile .home-types .container h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .01em;
    color: var(--black);
    margin-bottom: 90px
}

.isMobile .home-types__list {
    background: var(--white)
}

.isMobile .home-types__item {
    border-radius: 0 70px 0 70px;
    background: #f0ebf0;
    margin-bottom: 100px;
    padding-block: 30px;
    max-width: 1280px;
    margin-inline: auto
}

.isMobile .home-types__item .container {
    max-width: 960px;
    display: flex;
    justify-content: space-between
}

.isMobile .home-types__item-content {
    width: 100%;
    max-width: initial;
    padding-block: initial
}

.isMobile .home-types__item-content h3 {
    font-family: "Alata", sans-serif;
    color: #b893b8;
    position: relative;
    margin-top: -80px;
    top: -20px
}

.isMobile .home-types__item-content h3 strong {
    font-size: 70px
}

.isMobile .home-types__item-content h3 span {
    font-size: 32px
}

@media(min-width: 48em) {
    .isMobile .home-types__item-content h3 span {
        font-size: 40px
    }
}

.isMobile .home-types__item-content .type-content {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #1e2327;
    padding-bottom: 8px;
    position: relative
}

.isMobile .home-types__item-content .type-content::after {
    content: "";
    width: 90%;
    position: absolute;
    bottom: 0;
    left: -20px;
    height: 2px;
    background: var(--black)
}

.isMobile .home-types__item-content .type-note {
    background: var(--white);
    padding: 14px;
    font-size: 12px;
    font-weight: 500;
    color: #1e2327
}

.isMobile .home-types__item-content ul {
    margin-bottom: 20px;
    margin-top: 30px
}
.isMobile .x-type .home-types__item-content ul {
    margin-bottom: 50px
}

.isMobile .home-types__item-content ul li {
    display: flex;
    padding-block: 10px;
    position: relative
}

.isMobile .home-types__item-content ul li small {
    position: absolute;
    top: 5px;
    left: 58px;
    color: #757575;
    font-size: 10px
}

.isMobile .home-types__item-content ul li span {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    font-weight: bold;
    padding: 10px
}

.isMobile .home-types__item-content ul li span::before {
    content: "";
    width: 27px;
    height: 24px;
    background: url("../images/home/icon-check.png") no-repeat center;
    background-size: contain
}

.isMobile .home-types__item-content ul li.feature__border:last-child {
    border-bottom: none
}

.isMobile .home-types__item-content ul li.feature__border strong {
    display: none
}

.isMobile .home-types__item-cta {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.isMobile .home-types__item-cta .cta-note {
    font-size: 10px;
    text-align: center;
    display: block;
    width: 245px;
    margin-bottom: 10px;
    position: relative;
    color: #944e94
}

.isMobile .home-types__item-cta .cta-note::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #944e94;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.isMobile .home-types__item-cta .cta-note span {
    position: relative;
    display: inline-block;
    padding-inline: 5px;
    background: #f0ebf0
}

.isMobile .home-types__item-cta .btn {
    display: flex;
    background: #b893b8;
    border-radius: 50px
}

.isMobile .home-types__item figure {
    width: 100%;
    height: auto;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 15px;
    top: -110px;
    max-width: 273px
}

.isMobile .home-types__item figure img {
    width: auto;
    object-fit: contain;
    height: 400px
}

.isMobile .home-types__item.i-type {
    background: #e4e2ea
}

.isMobile .home-types__item.i-type .home-types__item-content h3 {
    color: #64538a
}

.isMobile .home-types__item.i-type .home-types__item-content .type-note {
    background: #fafafa
}

.isMobile .home-types__item.i-type .cta-note {
    color: #73688c
}

.isMobile .home-types__item.i-type .cta-note::before {
    background: #73688c
}

.isMobile .home-types__item.i-type .cta-note span {
    background: #e4e2ea
}

.isMobile .home-types__item.i-type .btn {
    background: #73688c
}

.isMobile .home-types__item.x-type {
    background: #e5f2ee
}

.isMobile .home-types__item.x-type .home-types__item-content h3 {
    color: #5b857a
}

.isMobile .home-types__item.x-type .home-types__item-content .type-note {
    background: #fafafa
}

.isMobile .home-types__item.x-type .home-types__item-content ul li span::before {
    background: url("../images/home/icon-check-x.png") no-repeat center;
    background-size: contain
}

.isMobile .home-types__item.x-type .cta-note {
    color: #5b857a
}

.isMobile .home-types__item.x-type .cta-note::before {
    background: #5b857a
}

.isMobile .home-types__item.x-type .cta-note span {
    background: #e5f2ee
}

.isMobile .home-types__item.x-type .btn {
    background: #5b857a
}

.isMobile .home-types__item.a-type {
    background: #f8f2e2
}

.isMobile .home-types__item.a-type .home-types__item-content h3 {
    color: #e2c15b
}

.isMobile .home-types__item.a-type .home-types__item-content .type-note {
    background: #fafafa
}

.isMobile .home-types__item.a-type .home-types__item-content ul li span::before {
    background: url("../images/home/icon-check-a.png") no-repeat center;
    background-size: contain
}

.isMobile .home-types__item.a-type .cta-note {
    color: #e2c15b
}

.isMobile .home-types__item.a-type .cta-note::before {
    background: #e2c15b
}

.isMobile .home-types__item.a-type .cta-note span {
    background: #f8f2e2
}

.isMobile .home-types__item.a-type .btn {
    background: #e2c15b
}

.isMobile .steps .container {
    max-width: 1266px
}

.isMobile .steps__title {
    margin-bottom: 10px
}

.isMobile .steps__title h2 {
    text-align: center;
	color: #000;
    font-size: 24px
}

.isMobile .steps__list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    overflow: auto;
    padding-bottom: 20px
}

.isMobile .steps__item {
    border-radius: 16px;
    background: #f5f5f5;
    width: calc(33.33% - 20px);
    padding: 10px 15px;
    min-width: 200px;
    border: 1px solid #000
}

.isMobile .steps__item-head {
    display: flex;
    margin-bottom: 25px;
    text-align: center;
    align-items: flex-end;
    gap: 5px;
    border-bottom: 1px solid var(--black)
}

.isMobile .steps__item-head div span {
    display: block;
    font-family: "Alata", sans-serif
}

.isMobile .steps__item-head div span:first-child {
    font-size: 14px;
    color: var(--black)
}

.isMobile .steps__item-head div span:last-child {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 8px
}

.isMobile .steps__item-head h3 {
    font-weight: 500;
    letter-spacing: .1em;
    font-size: 18px;
    margin-bottom: 10px
}

.isMobile .steps__item p {
    font-size: 12px;
    font-weight: 600;
	color: #000;
    margin-bottom: 10px;
    min-height: 48px
}

.isMobile .steps__item figure {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    height: 160px
}

.isMobile .steps__item figure img {
    width: auto;
    object-fit: contain;
    height: 160px
}

.isMobile .detail-type {
    padding-bottom: 60px
}

.isMobile .detail-type__top {
    background: var(--type-1-bg);
    padding-block: 20px
}
.isMobile .type-2 .detail-type__top {
    background: var(--type-2-bg);
}
.isMobile .type-3 .detail-type__top {
    background: var(--type-3-bg);
}
.isMobile .type-4 .detail-type__top {
    background: var(--type-4-bg);
}

.isMobile .detail-type__top--top {
    padding-bottom: 12px
}

.isMobile .detail-type__top--middle {
    background: var(--type-1);
    text-align: center;
    padding-block: 10px 20px;
    color: var(--white)
}

.isMobile .detail-type__top--middle .container {
    position: relative;
    max-width: 1000px
}

.isMobile .detail-type__top--middle h1 {
    font-family: "Alata", sans-serif;
    color: var(--white);
    line-height: 60px;
    font-size: 56px;
    margin: 0 0 20px;
    font-weight: 400
}

.isMobile .detail-type__top--middle p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    color: var(--white)
}

.isMobile .detail-type__top--middle .detail-type__top--btn {
    margin-top: 40px;display:none;
}

.isMobile .detail-type__top--middle figure {
    position: absolute;
    top: 5px;
	display:none;
}

.isMobile .detail-type__top--middle figure.detail-type__top--img-1 {
    left: 10px;
    max-width: 60px
}

.isMobile .detail-type__top--middle figure.detail-type__top--img-2 {
    right: 6px;
    max-width: 76px
}

.isMobile .detail-type__top--middle figure img {
    width: 100%
}

.isMobile .detail-type__top--btn {
    color: var(--white);
    font-weight: 700;
    background: var(--black);
    border-radius: 100px;
    padding: 2px 15px;
    display: inline-flex;
    transition: all .3s;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    min-width: 133px;
    justify-content: center
}

.isMobile .detail-type__top--btn:hover {
    opacity: .8;
    color: var(--white)
}

.isMobile .detail-type__top--bottom {
    padding-top: 20px;
    text-align: center
}

.isMobile .detail-type__content {
    padding-block: 16px 10px;
    font-size: 14px;
    line-height: 24px
}

.isMobile .detail-type__content .container {
    max-width: 840px
}

.isMobile .detail-type__content p {
    margin: 0
}

.isMobile .detail-type__content .btn-note {
    margin: 40px auto 0;
    display: flex
}

.isMobile .detail-type__info {
    padding-block: 20px 30px
}

.isMobile .detail-type__info .container {
    max-width: 750px
}

.isMobile .detail-type__info .heading-bg {
    margin-bottom: 4px
}

.isMobile .detail-type__info .product-info {
    margin-bottom: 53px;
    grid-template-columns: 70px 1fr;
    gap: 14px 0
}

.isMobile .detail-type__info .product-info figure {
    grid-row: 1/4;
    padding-left: 20px
}

.isMobile .detail-type__info .product-info ul li+li {
    margin-top: 10px
}

.isMobile .detail-type__info .product-info ul li em {
    border: 3px solid #4b4b4b
}

.isMobile .detail-type__info .product-info ul li em::before {
    bottom: 5px;
    left: -1px
}

.isMobile .detail-type__info .product-info ul li em::after {
    bottom: 9px;
    left: 5px
}

.isMobile .detail-type__info .product-info__content {
    background: var(--type-1-bg);
    grid-column: 1/3;
    grid-row: 4/5;
    padding: 10px 25px
}

.isMobile .detail-type__box {
    max-width: 563px;
    margin: 0 auto;
    background: #f3f3f3;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    position: relative;
    padding: 25px 25px 15px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500
}

.isMobile .detail-type__box h3 {
    font-size: 11px;
    line-height: 20px;
    color: var(--white);
    background: var(--type-1);
    border-radius: 50px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    max-width: 212px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 2px 20px;
    margin: 0;
    top: -12px
}

.isMobile .detail-type__box p {
    margin: 0
}

.isMobile .detail-type__styles .heading-bg {
    margin-bottom: 10px;
	margin-top: 30px;
  line-height: 2;
}

.isMobile .detail-type.type-2 .text-circle span {
    background: var(--type-2)
}

.isMobile .detail-type.type-2 .detail-type__top--middle {
    background: var(--type-2)
}

.isMobile .detail-type.type-2 .detail-type__info .product-info ul li em::before,
.isMobile .detail-type.type-2 .detail-type__info .product-info ul li em::after {
    background: var(--type-2)
}

.isMobile .detail-type.type-2 .detail-type__info .product-info__content {
    background: var(--type-2-bg)
}

.isMobile .detail-type.type-2 .detail-type__box h3 {
    background: var(--type-2)
}

.isMobile .detail-type.type-2 .heading-shape h2 {
    color: var(--type-2)
}

.isMobile .detail-type.type-2 .shop-staff__box {
    border-color: var(--type-2)
}

.isMobile .detail-type.type-2 .shop-staff__box h3 {
    color: var(--type-2)
}

.isMobile .detail-type.type-2 .heading-line h3 {
    color: var(--type-2)
}

.isMobile .detail-type.type-2 .heading-line h3::before,
.isMobile .detail-type.type-2 .heading-line h3::after {
    border-color: var(--type-2)
}

.isMobile .detail-type.type-3 .text-circle span {
    background: var(--type-3)
}

.isMobile .detail-type.type-3 .detail-type__top--middle {
    background: var(--type-3)
}

.isMobile .detail-type.type-3 .detail-type__info .product-info ul li em::before,
.isMobile .detail-type.type-3 .detail-type__info .product-info ul li em::after {
    background: var(--type-3)
}

.isMobile .detail-type.type-3 .detail-type__info .product-info__content {
    background: var(--type-3-bg)
}

.isMobile .detail-type.type-3 .detail-type__box h3 {
    background: var(--type-3)
}

.isMobile .detail-type.type-3 .heading-shape h2 {
    color: var(--type-3)
}

.isMobile .detail-type.type-3 .shop-staff__box {
    border-color: var(--type-3)
}

.isMobile .detail-type.type-3 .shop-staff__box h3 {
    color: var(--type-3)
}

.isMobile .detail-type.type-3 .heading-line h3 {
    color: var(--type-3)
}

.isMobile .detail-type.type-3 .heading-line h3::before,
.isMobile .detail-type.type-3 .heading-line h3::after {
    border-color: var(--type-3)
}

.isMobile .detail-type.type-4 .text-circle span {
    background: var(--type-4)
}

.isMobile .detail-type.type-4 .detail-type__top--middle {
    background: var(--type-4)
}

.isMobile .detail-type.type-4 .detail-type__info .product-info ul li em::before,
.isMobile .detail-type.type-4 .detail-type__info .product-info ul li em::after {
    background: var(--type-4)
}

.isMobile .detail-type.type-4 .detail-type__info .product-info__content {
    background: var(--type-4-bg)
}

.isMobile .detail-type.type-4 .detail-type__box h3 {
    background: var(--type-4)
}

.isMobile .detail-type.type-4 .heading-shape h2 {
    color: var(--type-4)
}

.isMobile .detail-type.type-4 .shop-staff__box {
    border-color: var(--type-4)
}

.isMobile .detail-type.type-4 .shop-staff__box h3 {
    color: var(--type-4)
}

.isMobile .detail-type.type-4 .heading-line h3 {
    color: var(--type-4)
}

.isMobile .detail-type.type-4 .heading-line h3::before,
.isMobile .detail-type.type-4 .heading-line h3::after {
    border-color: var(--type-4)
}

.isMobile .shop-staff {
    max-width: 944px;
    margin: 0 auto;
    padding-block: 30px 20px
}

.isMobile .shop-staff__item {
    margin-bottom: 32px
}

.isMobile .shop-staff__item--slider {
    position: relative;
    margin-bottom: 20px
}

.isMobile .shop-staff__item--slider p {
    position: absolute;
    z-index: 20;
    font-size: 10px;
    line-height: 12px;
    font-family: "Poppins", sans-serif;
    margin: 0;
    min-width: 40px;
    padding: 2px 10px;
    height: 26px;
    background: var(--black);
    border-radius: 30px;
    bottom: 20px;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white)
}

.isMobile .shop-staff__item--slider figure {
    display: block !important
}

.isMobile .shop-staff__item--slider figure img {
    width: 100%;
    display: block
}

.isMobile .shop-staff__item--info {
    display: grid;
    grid-template-columns: 66px 1fr;
    gap: 8px;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__item--info figure img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    border-radius: 100%
}

.isMobile .shop-staff__item--info h3 {
    font-size: 18px;
    line-height: 20px;
    color: #0077b3;
    margin: 0 0 9px;
    font-weight: 400;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__item--info h3 span {
    margin-left: 6px
}

.isMobile .shop-staff__item--info h4 {
    font-size: 16px;
    line-height: 20px;
    color: #0077b3;
    margin: 0 0 6px;
    font-weight: 500;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__item--info p {
    margin: 0;
    font-size: 12px;
    line-height: 16px
}

.isMobile .shop-staff__more {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-bottom: 30px
}

.isMobile .shop-staff__more-item>figure {
    margin: 0 0 12px
}

.isMobile .shop-staff__more-item>figure img {
    width: 100%;
    aspect-ratio: 270 / 360;
    height: 360px;
    object-fit: cover;
}

.isMobile .shop-staff__more-item--info {
    font-family: "Poppins", sans-serif;
    color: #232323
}

.isMobile .shop-staff__more-item--info-top {
    display: grid;
    grid-template-columns: 37px 1fr;
    gap: 10px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 9px
}

.isMobile .shop-staff__more-item--info-top figure {
    margin: 0
}

.isMobile .shop-staff__more-item--info-top figure img {
    width: 37px;
    height: 37px;
    border-radius: 50px;
    object-fit: cover
}

.isMobile .shop-staff__more-item--info-top p {
    margin-bottom: 5px
}

.isMobile .shop-staff__more-item--info-top p:last-of-type {
    margin-bottom: 0
}

.isMobile .shop-staff__more-item--info h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__more-item--info h4 {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__box {
    max-width: 663px;
    margin: 0 auto 40px;
    border: 6px solid var(--type-1);
    padding: 10px 12px;
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    align-items: center;
    font-size: 12px;
    line-height: 16px
}

.isMobile .shop-staff__box figure img {
    width: 56px;
    height: 56px;
    border-radius: 100%;
    object-fit: cover
}

.isMobile .shop-staff__box figure figcaption {
    font-size: 9px;
    line-height: 13px
}

.isMobile .shop-staff__box h3 {
    font-size: 9px;
    line-height: 13px;
    font-weight: 700;
    margin: 0 0 4px;
    color: var(--type-1)
}

.isMobile .shop-staff__box p {
    margin: 0
}

.isMobile .shop-staff__products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 10px;
    max-width: 837px;
    margin: 0 auto
}

.isMobile .shop-staff__products--item figure {
    margin-bottom: 34px
}

.isMobile .shop-staff__products--item figure img {
    width: 100%
}

.isMobile .shop-staff__products--item a {
    color: #232323
}

.isMobile .shop-staff__products--item h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px;
    font-weight: 400;
    color: #232323;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__products--item h4 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 400;
    color: #232323;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__products--item h3 {
    font-size: 18px;
    line-height: 16px;
    margin: 0 0 5px;
    font-weight: 500;
    color: #232323;
    font-family: "Poppins", sans-serif
}

.isMobile .shop-staff__products--item label {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #e73b58;
    font-family: "Poppins", sans-serif
}

.isMobile .top-page {
    line-height: 34px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 12px
}

.isMobile .top-page .container {
    max-width: 1482px
}

.isMobile .top-page p {
    margin: 0
}

.isMobile .text-circle {
    margin: 0;
    display: flex;
    gap: 4px;
    justify-content: center
}

.isMobile .text-circle span {
    width: 35px;
    height: 35px;
    background: var(--type-1);
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
	padding-bottom: 3px;
}

.isMobile .product-info {
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 40px 0;
    align-items: center
}

.isMobile .product-info figure {
    grid-row: 1/5;
    grid-column: 1/2
}

.isMobile .product-info figure img {
    width: 100%
}

.isMobile .product-info ul {
    font-weight: 700;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    line-height: 20px;
    grid-row: 2/3;
    grid-column: 2/3
}

.isMobile .product-info ul li {
    position: relative;
    padding-left: 36px
}

.isMobile .product-info ul li span {
    font-size: 10px;
    font-weight: 500;
    color: #757575;
    display: block;
    line-height: 14px
}

.isMobile .product-info ul li em {
    position: absolute;
    left: 0;
    background: var(--white);
    border-radius: 3px;
    width: 22px;
    height: 24px;
    top: 10px
}
.isMobile .product-info ul li em::before,
.isMobile .product-info ul li em::after {
    content: "";
    height: 3px;
    position: absolute;
    border-radius: 5px;
    background: var(--type-1)
}

.isMobile .product-info ul li em::before {
    width: 13px;
    transform: rotate(45deg);
    bottom: 8px;
    left: 2px
}

.isMobile .product-info ul li em::after {
    width: 24px;
    transform: rotate(-45deg);
    bottom: 12px;
    left: 8px
}

.isMobile .product-info ul li+li {
    margin-top: 20px
}

.isMobile .product-info__content {
    background: var(--white);
    padding: 10px 9px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 5px;
    grid-row: 3/4;
    grid-column: 2/3
}

.isMobile .product-info__content p {
    margin: 0
}

.isMobile .type-result {
    background: var(--type-1-bg);
    margin-bottom: 32px;
    color: var(--black)
}

.isMobile .type-result__tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--type-1);
    background: var(--white)
}

.isMobile .type-result__tabs a {
    font-family: "Alata", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    width: 100%;
    max-width: 320px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background: var(--type-1-bg);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    border: 1px solid var(--type-1-bg);
    border-bottom-width: 0
}

.isMobile .type-result__tabs a.active {
    border-color: var(--type-1);
    margin-bottom: -1px;
    height: 49px
}

.isMobile .type-result__tabs a:nth-child(4n+2) {
    background: var(--type-2-bg);
    border-color: var(--type-2-bg)
}

.isMobile .type-result__tabs a:nth-child(4n+2).active {
    border-color: var(--type-2)
}

.isMobile .type-result__tabs a:nth-child(4n+3) {
    background: var(--type-3-bg);
    border-color: var(--type-3-bg)
}

.isMobile .type-result__tabs a:nth-child(4n+3).active {
    border-color: var(--type-3)
}

.isMobile .type-result__tabs a:nth-child(4n+4) {
    background: var(--type-4-bg);
    border-color: var(--type-4-bg)
}

.isMobile .type-result__tabs a:nth-child(4n+4).active {
    border-color: var(--type-4)
}

.isMobile .type-result__tabs--bottom {
    border-bottom: 0;
    border-top: 1px solid var(--type-1)
}

.isMobile .type-result__tabs--bottom a {
    border-radius: 0 0 10px 10px;
    border-bottom-width: 1px;
    border-top-width: 0
}

.isMobile .type-result__tabs--bottom a.active {
    margin-bottom: 0;
    margin-top: -1px
}

.isMobile .type-result__header {
    text-align: center;
    padding-block: 14px 10px
}

.isMobile .type-result__header h3 {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
    font-family: "Alata", sans-serif;
    font-weight: 400;
    color: var(--black)
}

.isMobile .type-result__title {
    text-align: center;
    padding-block: 10px 12px;
    background: var(--type-1);
    color: var(--white);
    font-size: 16px;
    line-height: 1.5
}

.isMobile .type-result__title h1 {
    font-family: "Alata", sans-serif;
    margin: 0 0 15px;
    font-size: 58px;
    font-weight: 400;
    line-height: 60px;
    color: var(--white)
}

.isMobile .type-result__title p {
    margin: 0
}

.isMobile .type-result__main {
    margin-block: -4px 56px;
    position: relative;
    z-index: 1
}

.isMobile .type-result__main .container {
    max-width: 750px
}

.isMobile .type-result__heading {
    margin-bottom: 23px
}

.isMobile .type-result__heading h3 {
    margin: 0;
    text-align: left;
    padding-block: 10px;
    border-bottom: 1px solid var(--black);
    font-size: 22px;
    line-height: 28px
}

.isMobile .type-result__heading h3 span::before {
    display: none
}

.isMobile .type-result__item {
    margin-bottom: 80px
}

.isMobile .type-result__item .container {
    max-width: 1278px
}

.isMobile .type-result__item h2 {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    font-weight: 700;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    max-width: 1050px
}

.isMobile .type-result__item h2 span {
    font-family: "Times New Roman", sans-serif;
    font-size: 58px;
    line-height: 1;
    color: var(--type-1)
}

.isMobile .type-result__item--inner {
    max-width: 850px;
    margin: 0 auto
}

.isMobile .type-result__item--inner>p {
    margin-bottom: 26px;
    font-size: 12px;
    line-height: 20px
}

.isMobile .type-result__item--detail {
    display: grid;
    grid-template-columns: 135px 1fr;
    align-items: center;
    margin-bottom: 30px;
    padding-inline: 15px 5px
}

.isMobile .type-result__item--detail-image {
    position: relative
}

.isMobile .type-result__item--detail-image>img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -20px);
    z-index: 1;
    width: 56px
}

.isMobile .type-result__item--detail-image figure img {
    width: 100%
}

.isMobile .type-result__item--detail-list ul {
    font-size: 12px;
    line-height: 18px;
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    padding-left: 10px
}

.isMobile .type-result__item--detail-list ul li {
    position: relative;
    padding-left: 16px
}

.isMobile .type-result__item--detail-list ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background: #757575
}

.isMobile .type-result__item--detail-list ul li::after {
    content: "";
    width: 53px;
    border-bottom: 1px solid #757575;
    position: absolute;
    top: 10px;
    left: 3px;
    transform: rotate(-180deg);
    transform-origin: left
}

.isMobile .type-result__item--detail-list ul li:first-child::after {
    transform: rotate(165deg)
}

.isMobile .type-result__item--detail-list ul li:last-child::after {
    transform: rotate(160deg)
}
.isMobile .type-result__item--detail-list ul li:nth-child(2)::after {
    transform: rotate(-170deg);
}
.isMobile .type-result__item--recommended h3 {
    margin: 0 0 20px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
    color: var(--black);
    font-size: 16px
}

.isMobile .type-result__item--recommended-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 7px
}

.isMobile .type-result__item--recommended-inner figure img {
    width: 100%;
    aspect-ratio: 182 / 242;
    object-fit: cover;
}

.isMobile .type-result__item--button {
    text-align: center;
    margin-top: 50px
}

.isMobile .type-result__item:nth-child(2) .type-result__item--detail-list ul li::after {
    transform: rotate(175deg)
}

.isMobile .type-result__item:nth-child(2) .type-result__item--detail-list ul li:first-child::after {
    transform: rotate(160deg)
}

.isMobile .type-result__item:nth-child(2) .type-result__item--detail-list ul li:last-child::after {
    transform: rotate(175deg)
}

.isMobile .type-result__item:last-child {
    margin-bottom: 40px
}

.isMobile .type-result__bottom {
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
    padding-bottom: 15px;
    font-size: 16px
}

.isMobile .type-result__bottom p {
    margin: 0
}
.isMobile .type-result .btn{color: var(--white);font-size:20px;font-weight:600;}
.isMobile .type-result.type-1 .type-result__item:nth-child(1) ul li:last-child::after {
    transform: rotate(120deg);
    width: 78px
}

.isMobile .type-result.type-2 {
    background: var(--type-2-bg)
}

.isMobile .type-result.type-2 .product-info ul li em::before,
.isMobile .type-result.type-2 .product-info ul li em::after {
    background: var(--type-2)
}

.isMobile .type-result.type-2 .btn {
    background-color: var(--type-2)
}

.isMobile .type-result.type-2 .type-result__tabs {
    border-bottom-color: var(--type-2)
}

.isMobile .type-result.type-2 .type-result__tabs--bottom {
    border-top-color: var(--type-2)
}

.isMobile .type-result.type-2 .type-result__header .text-circle span {
    background-color: var(--type-2)
}

.isMobile .type-result.type-2 .type-result__title {
    background-color: var(--type-2)
}

.isMobile .type-result.type-2 .type-result__item h2 span {
    color: var(--type-2)
}

.isMobile .type-result.type-3 {
    background: var(--type-3-bg)
}

.isMobile .type-result.type-3 .product-info ul li em::before,
.isMobile .type-result.type-3 .product-info ul li em::after {
    background: var(--type-3)
}

.isMobile .type-result.type-3 .btn {
    background-color: var(--type-3)
}

.isMobile .type-result.type-3 .type-result__tabs {
    border-bottom-color: var(--type-3)
}

.isMobile .type-result.type-3 .type-result__tabs--bottom {
    border-top-color: var(--type-3)
}

.isMobile .type-result.type-3 .type-result__header .text-circle span {
    background-color: var(--type-3)
}

.isMobile .type-result.type-3 .type-result__title {
    background-color: var(--type-3)
}

.isMobile .type-result.type-3 .type-result__item h2 span {
    color: var(--type-3)
}

.isMobile .type-result.type-4 {
    background: var(--type-4-bg)
}

.isMobile .type-result.type-4 .product-info ul li em::before,
.isMobile .type-result.type-4 .product-info ul li em::after {
    background: var(--type-4)
}

.isMobile .type-result.type-4 .btn {
    background-color: var(--type-4)
}

.isMobile .type-result.type-4 .type-result__tabs {
    border-bottom-color: var(--type-4)
}

.isMobile .type-result.type-4 .type-result__tabs--bottom {
    border-top-color: var(--type-4)
}

.isMobile .type-result.type-4 .type-result__header .text-circle span {
    background-color: var(--type-4)
}

.isMobile .type-result.type-4 .type-result__title {
    background-color: var(--type-4)
}

.isMobile .type-result.type-4 .type-result__item h2 span {
    color: var(--type-4)
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../images/common/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/slick.eot);
    src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick.woff) format("woff"), url(../fonts/slick.ttf) format("truetype"), url(../fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: rgba(0, 0, 0, 0) !important;
    border: none;
    outline: 0;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: rgba(0, 0, 0, 0);
    outline: 0;
    background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}
.gt_mspf0103-menu-active {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

#gt_menu {
  width : 100%;
  height: 100%;
  position : fixed;
  left : 100%;
  top  : 0;
  z-index : 100;
  opacity: 0.0;
  transition: left 0.5s,opacity 3.5s;
  -webkit-transition: left 0.5s,opacity 3.5s;
}

.gt_mspf0103-menu-active + #gt_menu {
  left : 0;
}

.gt_mspf0103-menu-bg {
  content : "";
  display : block;
  position : absolute;
  width : 88%;
  height: 100%;
  background: inherit;
  opacity : 0.6;
  z-index : 101;
  background-color : #fff;
  margin-left : 12%;
}
.gt_mspf0103-menu-container {
  width : 100%;
  height: 100%;
  z-index : 102;
  position : relative;
  overflow-y: hidden;
}
.gt_mspf0103-menu-inner {
  width : 88%;
  height: 100%;
  float: right;
  position : relative;
  z-index : 200;
  overflow-y: hidden;
  padding-top: 52px;
  overflow-y: hidden;
  background-color: #FFF;
}
.gt_mspf0103-menu-contents {
  height: 100%;
  min-height: 100%;
  overflow-y : scroll;
  -webkit-overflow-scrolling: touch;
  background-image: linear-gradient(to right, #fdfbf8, #fdf7f8 48%, #fcf5f6);
}
.gt_mspf0103-menu-inner hr {
  background-image: linear-gradient(to right, #facf9d, #f4999c 48%, #ec6d78);
  border: none;
  width:  100%;
  height: 1px;
  margin: 0;
  opacity : 0.4;
}
.gt_mspf0103-menu-active + #gt_menu .gt_mspf0103-menu-inner .gt_mspf0103-menu-close {
  right : 0;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-close span {
  width : 28.4px;
  height: 1px;
  display : block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 50px;
  background-color: #333333;
  position : absolute;
  top: 14.2px;
  display : none;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-close span + span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-login {
  padding : 17.5px 20px;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-login a {
  font-size : 16px;
  font-weight : normal!important;
  line-height: 16px;
  color : rgba(51,51,51,1)!important;
  position : relative;
  display : block;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-login a span:after {
  content : "";
  width : 9.5px;
  height: 9.5px;
  display : block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position : absolute;
  right: 10px;
  top: 2px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #333;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-label {
  font-size : 15px;
  padding : 12px 20px !important;
  text-shadow : none;
  line-height: 1.13;
  letter-spacing: 0.5px;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-label2 {
  font-size : 14px;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-col {
  margin : 0 18.5px 0 30px;
}
.gt_mspf0103-menu-inner ul,
.gt_mspf0103-menu-inner li {
  margin : 0;
  padding: 0;
  list-style-type : none;
}

.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-alt li{
  height: 30px
}

.gt_mspf0103-menu-inner .gt_mspf0103-menu-search {
  position : relative;
  z-index : 201;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-col ul {
  width : 100%;
  display : table;
  table-layout : fixed;
  border-spacing: 1px 0;
  margin : 6px -1px 15px;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-col li {
  display : table-cell;
  width : 20%;
  vertical-align : middle;
  text-align : center;
  cursor : pointer;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-col li.gt_mspf0103-menu-search-more {
  background-image: linear-gradient(139deg, #facf9d, #f4999c 48%, #ec6d78);
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-col li a {
  display : block;
  width : 100%;
  color : #fff!important;
  font-weight : normal!important;
  text-shadow : none;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-col li a img {
  width : 100%;
  height: auto;
  display : block;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-more a {
  font-size : 0.6875rem;
  text-align: center;
  line-height : 14px;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-alt ul {
  margin : 12px 18.5px 0px 30px;
  padding : 0 0 70px 0;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-alt li a {
  color : rgba(51,51,51,1)!important;
  line-height : 40px;
  font-size : 15px;
  font-weight : normal!important;
}
.gt_mspf0103-menu-inner .gt_mspf0103-menu-search-alt li a span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 9px;
  height: 9px;
  margin-left: 8px;
}

.gt_my-menu .gt_my-menu-background {
  width: 100%;
  height: 100%;
  opacity: 0.0;
  z-index: 199;
}

.gt_mspf0103-menu-loggedin {
  position : relative;
  overflow : hidden;
  position : relative;
  z-index : 201;
  background-image: linear-gradient(to right, #fdf4eb, #fce9ea 48%, #fae1e3);
}
.gt_mspf0103-menu-login-bg {
  width : 100%;
  height: calc(100% - 52px);
  opacity: 0.15;
  background-image: linear-gradient(to right, #facf9d, #f4999c 48%, #ec6d78);
  position : absolute;
  left : 0;
  top  : 52px;
  z-index : 199;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-body {
  position : relative;
  z-index : 201;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1a {
  font-size : 14px;
  padding : 0 0 0 30.5px;
  line-height: 30px;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1a a span:after {
  content: "";
  display: inline-block;
  position: relative;
  top: -3px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  width: 9px;
  height: 9px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1a a.open span:after {
  top: 3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1a.gt_mspf0103-menu-login-menu1a-active i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1b {
  padding : 0 23.5px 0 40.5px;
  display : none;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1b ul {
  margin: 2px 0 4px;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu1b li a {
  display: block;
  font-size : 13px;
  line-height : 18px;
  letter-spacing : 0.2px;
}
.gt_mspf0103-menu-loggedin li a {
  color : #444;
  font-weight : normal;
  padding: 6px 0;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu2 {
  padding : 0 0 0 30.5px;
}
.gt_mspf0103-menu-loggedin .gt_mspf0103-menu-login-menu2 li a {
  display: block;
  font-size : 14px;
  line-height : 18px;
}

.gt_v-scroll-range2{
  padding-top : 12px;
}

@media screen and (max-width:414px) {
  .gt_mspf0103-menu-inner .gt_mspf0103-menu-search {
    padding-bottom : 0px;
  }
}

.gt_mspf0103-menu-inner .gt_logout-menu{
	display: inline-block;
    float: right;
    font-size: 13px;
    margin: 8px 25px 8px 0px;
    padding: 5px 5px;
    background: #fdf4eb;
}

.gt_mspf0103-menu-inner .mspf0402_header_customer_name_click{
	display: inline-block;
}


.rating-stars ul {
  list-style-type:none;
  padding:0;
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;

}
.rating-stars ul > li.star > i.fa {
  font-size:1em; /* Change the size of the stars */
  color:goldenrod; /* Color on idle state */
}
.rating-stars ul > li.star.selected > i.fa {
  color:goldenrod;
}
.specialMemberGold:before{
         content: "\f005\f005\f005";
}
.specialMemberSilver:before{
         content: "\f005\f005\f006";
}
.specialMemberBronze:before{
         content: "\f005\f006\f006";
}
.gt_user-info{
	line-height:12px;
}
.rating-stars{
	display:inline-block;
}
.rating-widget{
	 color:goldenrod;
	 padding-left:18px;
}
#stars{
	width:60px;
}
/*modal.cssã¸çµ±åˆ*/
.gt_mspf0103-menu-active ~ #gt_menu {
  left : 0;
  opacity: 1.0;
  transition: left 0.5s,opacity 0.1s;
  -webkit-transition: left 0.5s,opacity 0.1s;
}

#gt_menu .gt_mspf0103-menu-inner a span.top-page-link{
	font-size: 15px;
    line-height: 40px;
    margin-left: 20px;
}

#gt_menu .gt_mspf0103-menu-inner{
	padding-top : 6px;
}
#gt_page-all {
    position: inherit;z-index: 9;
}
.gt_mspf0103-menu-active {
    -webkit-filter: blur(10px);
    filter: blur(10px);
	height: 100vh;
}
#gt_footer #gt_sitemap03 ul {
  margin: 5px 0 0 10px;
  padding: 0;
}
