html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0);
    outline: 0
}

* {
    box-sizing: border-box
}

body {
    line-height: 1
}

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

nav ul,
ul,
li {
    list-style: none
}

blockquote,
q {
    quotes: none
}

a {
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0
}

input,
select {
    vertical-align: middle
}

a {
    color: #252c32;
    transition: all .2s ease
}

a:link,
a:visited,
a:hover,
a:active {
    color: #252c32;
    outline: none
}

a:hover {
    color: #596a78
}

img {
    line-height: 1;
    vertical-align: bottom
}

input,
textarea,
select {
    outline: none
}

input[type=radio] {
    display: none
}

input[type=checkbox] {
    display: none
}

input[type=submit],
input[type=button] {
    border: none;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-appearance: button;
    appearance: button;
    -webkit-appearance: none
}

input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
    display: none
}

input[type=submit]:focus,
input[type=button]:focus {
    outline-offset: -2px
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

::placeholder {
    color: rgba(0, 0, 0, .5)
}

@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon.eot?w0wb4j");
    src: url("../font/icomoon.eot?w0wb4j#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?w0wb4j") format("truetype"), url("../font/icomoon.woff?w0wb4j") format("woff"), url("../font/icomoon.svg?w0wb4j#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-down:before {
    content: ""
}

.icon-facebook:before {
    content: "";
    color: #fff
}

.icon-twiter:before {
    content: "";
    color: #fff
}

.icon-instagram:before {
    content: "";
    color: #fff
}

.icon-burger:before {
    content: ""
}

.icon-favorite-fill:before {
    content: ""
}

.icon-favorite-outline:before {
    content: ""
}

.icon-logout:before {
    content: ""
}

.icon-person-fill-frame:before {
    content: ""
}

.icon-search:before {
    content: ""
}

.icon-user:before {
    content: ""
}

html {
    height: 100%;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased
}

body {
    position: relative;
    line-height: 1.5;
    overflow-x: hidden;
    font-family: "Noto Sans JP", "Roboto", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none
}

img {
    max-width: 100%;
    max-height: 100%
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes slide_up_down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

:root {
    --color-black: #111;
    --color-gray: #ececec;
    --color-gray-bg: #f4f4f4;
    --color-primary: #6271eb;
    --color-red: #e23434;
    --color-green: #42a846;
    --color-main-grad: linear-gradient(to right, #6345ed 0%, #e15cfc 100%)
}

.l-navbar {
    position: sticky;
    top: 0;
    z-index: 10;
    width: 100%;
    padding: 8px 16px;
    border-bottom: 1px solid #e9e9ea;
    background: #fff
}

.l-navbar .l-container {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.logo {
    display: flex;
    width: 40px;
    align-items: center
}

@media(min-width: 768px) {
    .logo {
        width: 70px
    }
}

.logo img {
    width: 100%;
    height: auto
}

.navButton {
    display: block;
    position: relative;
    z-index: 1000;
    height: 0;
    margin-left: 16px;
    padding: 12px;
    cursor: pointer
}

@media(min-width: 768px) {
    .navButton {
        display: none
    }
}

.navButton span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #666;
    transition: all .3s
}

.navButton span:nth-of-type(1) {
    top: 3px
}

.navButton span:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto
}

.navButton span:nth-of-type(3) {
    bottom: 3px
}

.navButton.is-active span {
    background: #fff
}

.navButton.is-active span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 8px
}

.navButton.is-active span:nth-of-type(2) {
    display: none
}

.navButton.is-active span:nth-of-type(3) {
    transform: rotate(-45deg);
    bottom: 14px
}

.nav {
    display: none;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    margin: 0;
    padding: 80px 20px 24px;
    list-style: none;
    background: rgba(0, 0, 0, .9)
}

@media(min-width: 768px) {
    .nav {
        display: flex;
        position: relative;
        height: auto;
        flex-wrap: wrap;
        flex: 1;
        align-items: center;
        align-content: center;
        gap: 12px 16px;
        width: 100%;
        margin: 0;
        margin-left: 32px;
        padding: 0;
        background: #fff
    }
}

.nav.is-open {
    display: flex
}

.nav .dropdown {
    display: block;
    position: relative;
    top: 0;
    left: 20px;
    z-index: 1000;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: left;
    background: none
}

@media(min-width: 768px) {
    .nav .dropdown {
        display: none;
        position: absolute;
        top: 30px;
        left: 0;
        background: #fff;
        width: 200px;
        padding: 10px 20px
    }
}

.nav .dropdown.is-active {
    display: block
}

.nav__item {
    display: flex;
    width: 100%;
    line-height: 1.1;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    font-size: 1.4rem;
    text-align: left;
    gap: 8px
}

@media(min-width: 768px) {
    .nav__item {
        width: auto
    }
}

.nav__item+.nav__item {
    margin-left: 0
}

@media(min-width: 768px) {
    .nav__item+.nav__item {
        margin-left: 0
    }
}

.nav__item--search {
    width: 100%;
    flex: 1 1 320px
}

@media(min-width: 768px) {
    .nav__item--search {
        min-width: 420px;
        flex: 1 1 520px
    }
}

.nav__item--menuBar {
    width: 100%;
    flex: 1 1 100%;
    align-items: stretch;
    padding: 0
}

.nav__item i {
    display: none;
    margin-left: 8px;
    font-size: 2rem
}

@media(min-width: 768px) {
    .nav__item i {
        display: block
    }
}

.nav__item a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 16px 40px;
    color: #fff;
    text-decoration: none
}

@media(min-width: 768px) {
    .nav__item a {
        width: auto;
        padding: 8px 0;
        color: #111
    }
}

.menuBar {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media(min-width: 768px) {
    .menuBar {
        flex-wrap: wrap;
        gap: 12px;
        overflow: visible
    }
}

.menuBar__item {
    flex: 0 0 auto;
    min-width: 150px
}

@media(min-width: 768px) {
    .menuBar__item {
        flex: 1 1 200px
    }
}

.menuBar__item a {
    display: block;
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #f7f7f7;
    color: #111;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    transition: background .2s ease, color .2s ease, border-color .2s ease
}

.menuBar__item a:hover {
    color: var(--color-primary);
    border-color: #cfd3f7;
    background: rgba(98, 113, 235, .1)
}

.action {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 55px;
    margin-left: auto
}

.action__item {
    display: flex;
    width: 24px;
    height: 55px;
    align-items: center;
    justify-content: center
}

.action__item img {
    display: block
}

.action__item+.action__item {
    margin-left: 16px
}

@media(min-width: 768px) {
    .action__item+.action__item {
        margin-left: 24px
    }
}

.action__item a {
    text-decoration: none;
    position: relative;
    display: inline-flex
}

.action__item a .badge {
    position: relative;
    top: -15px;
    right: 10px;
    background-color: #fcb425;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    padding: 0 3px;
    width: 48px;
    text-align: center
}

.action__item.sp {
    display: none
}


.l-wrap {
    position: relative;
    padding: 40px 20px
}

.l-wrap--gray {
    background: #f7f7f7
}

.l-container {
    z-index: 5;
    max-width: 1170px;
    margin: auto;
    padding: 0 15px
}

@media screen and (max-width: 800px) {
    .l-container {
        display: block;
        padding: 0
    }
}

.l-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.l-layout__main {
    width: 100%
}

@media(min-width: 768px) {
    .l-layout__main {
        width: 78.5%
    }
}

.l-layout__main .l-card {
    width: 100%
}

.l-layout .l-card {
    width: 100%
}

@media(min-width: 768px) {
    .l-layout .l-card {
        width: 78.5%;
        justify-content: start
    }
}

.l-layout .card {
    margin-right: 2%
}

@media(min-width: 768px) {
    .l-layout .card {
        width: 32%
    }
}

.l-layout .card:nth-child(3n) {
    margin-right: 0
}

@media (min-width: 768px) {
    .l-layout__main .l-card {
        width: 100% !important
    }
}

.l-banner {
    width: 100%;
    margin-bottom: 40px
}

.l-section {
    width: 100%;
    margin-bottom: 64px
}

.l-sideMenu {
    margin-bottom: 24px;
    width: 100%;
    background: #fff
}

@media(min-width: 768px) {
    .l-sideMenu {
        width: 20%
    }
}

.sideMenu {
    position: sticky;
    top: 0
}

.sideMenuCat {
    overflow: scroll;
    height: 180px;
    margin-top: 24px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(51, 51, 51, .1)
}

@media(min-width: 768px) {
    .sideMenuCat {
        height: auto
    }
}

.sideMenuCat__ttl {
    padding: 4px 8px 12px;
    font-size: 1.6rem
}

.sideMenuCat__sub {
    list-style: none;
    margin: 12px 0 0;
    padding-left: 12px
}

.sideMenuCat__sub.is-hidden {
    display: none
}

.sideMenuCat__subItem+.sideMenuCat__subItem {
    margin-top: 6px
}

.sideMenuCat__sub a {
    display: block;
    font-size: 1.3rem;
    color: #666
}

.sideMenuCat__sub a.is-active {
    color: var(--color-primary);
    font-weight: 600
}

.sideMenuCat__item a {
    display: block;
    padding: 12px 8px;
    border-radius: 6px;
    font-size: 1.6rem;
    text-decoration: none
}

.sideMenuCat__item a.is-active {
    color: var(--color-primary);
    background: rgba(98, 113, 235, .1)
}

.sideMenuCat__item a:hover {
    color: var(--color-primary);
    background: rgba(98, 113, 235, .1)
}

.sideMenuCat__item--withSub {
    position: relative
}

.sideMenuCat__itemMain {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.sideMenuCat__toggle {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sideMenuCat__toggleIcon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transform: rotate(45deg);
    transition: transform 0.2s ease
}

.sideMenuCat__item--withSub.is-open .sideMenuCat__toggleIcon {
    transform: rotate(225deg)
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.l-breadcrumbs {
    background: rgba(98, 113, 235, .1)
}

.breadcrumbs {
    display: flex;
    max-width: 1170px;
    overflow: hidden;
    overflow-x: auto;
    margin: auto;
    padding: 8px 15px;
    font-size: 1.3rem;
    white-space: nowrap
}

.breadcrumbs a {
    color: var(--color-primary)
}

.breadcrumbs__item {
    display: flex;
    align-items: center
}

.breadcrumbs__item:nth-child(1):before {
    display: none;
    background: none
}

.breadcrumbs__item:before {
    width: 24px;
    height: 24px;
    margin: 0 4px;
    background: url(../img/icn/arrow-right.svg) no-repeat;
    opacity: .7;
    content: ""
}

.sectionHead {
    line-height: 1.4;
    margin-bottom: 24px;
    font-weight: 800;
    font-size: 2.4rem;
    text-align: center
}

@media(min-width: 768px) {
    .sectionHead {
        margin-bottom: 32px;
        font-size: 3.2rem
    }
}

.sectionHead span {
    color: var(--color-primary)
}

/* Shipping note under section head */
.shipping-note {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 8px auto 20px;
    padding: 10px 14px;
    text-align: center;
    font-weight: 800;
    font-size: 1.6rem;
    color: var(--color-primary);
    background: linear-gradient(180deg, rgba(98, 113, 235, 0.08), rgba(232, 244, 255, 0.65));
    border: 1px solid rgba(98, 113, 235, 0.35);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.shipping-note:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/icn/truck.svg) no-repeat center/20px;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .shipping-note {
        font-size: 1.8rem;
        padding: 12px 16px;
    }
}

.tabMenu {
    display: flex;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dashed #e0e0e0
}

.tabMenu__item {
    display: inline-flex;
    width: 100%;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #f2f2f2;
    cursor: pointer
}

.tabMenu__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    background: rgba(0, 0, 0, .1);
    transition: all .3s
}

.tabMenu__item+.tabMenu__item {
    margin-left: 16px
}

.tabMenu__item.is-active {
    color: #fff;
    background: var(--color-primary)
}

.tabCont {
    display: none
}

.tabCont.is-active {
    display: block
}

.search {
    position: relative;
    width: 100%;
    border-radius: 3px
}

.search input {
    width: 100%;
    height: 55px;
    padding: 5px 16px;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    background: #f4f4f4;
    font-size: 1.4rem;
    outline: none
}

.search input::placeholder {
    color: #767d83
}

.search button {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 0 6px 6px 0;
    background: var(--color-black);
    cursor: pointer;
    transition: background .2s ease
}

.search button i {
    color: #fff;
    font-size: 2.4rem
}

.search button.is-loading {
    pointer-events: none;
    background: linear-gradient(135deg, #0f0f0f 0%, #2f2f2f 100%);
}

.search button.is-loading i {
    opacity: 0;
}

.search button.is-loading::before,
.search button.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.search button.is-loading::before {
    background: conic-gradient(from 0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.45) 35%, rgba(255, 255, 255, 0) 100%);
    filter: blur(1px);
    animation: search-spinner-glow 1.2s ease-in-out infinite;
}

.search button.is-loading::after {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.75);
    animation: search-spinner-rotate .65s linear infinite;
}

@keyframes search-spinner-rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes search-spinner-glow {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.85);
        opacity: 0.4;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.85;
    }
}

.selectbox {
    position: relative
}

.selectbox:before,
.selectbox:after {
    position: absolute;
    content: "";
    pointer-events: none
}

.selectbox:before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 46px
}

.selectbox:after {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--color-black);
    border-bottom: 2px solid var(--color-black);
    transform: translate(50%, -50%) rotate(45deg)
}

.selectbox select {
    width: 100%;
    min-width: 230px;
    height: 40px;
    padding: 0 16px;
    border: none;
    border: 1px solid var(--color-gray);
    border-radius: 6px;
    color: var(--color-black);
    background: #fafafa;
    font-size: 1.6rem;
    cursor: pointer;
    appearance: none
}

.l-card {
    display: flex;
    flex-wrap: wrap
}

.l-card--table {
    display: block;
    width: 100%;
    overflow-x: auto
}

.l-card--table>table {
    width: 100%
}

.l-card--table nav {
    margin-top: 16px
}

@media screen and (max-width: 1024px) {
    .l-card--table>table {
        min-width: 720px
    }
}

.card {
    display: block;
    position: relative;
    width: 48%;
    margin-bottom: 10px;
    border: 1px solid var(--color-gray);
    border-radius: 16px;
    background: #f4f4f4;
    text-decoration: none;
    transition: all .3s
}

@media(min-width: 768px) {
    .card {
        width: 32%;
        margin-bottom: 18px;
        margin-right: 2%
    }
}

.card:hover {
    border-color: #6345ed;
    box-shadow: 0 0 20px rgba(99, 69, 237, .2)
}

.card__info {
    border-radius: 15px;
    background: #fff
}

.card__info__img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    text-decoration: none;
    color: inherit;
}

.card__info__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    height: auto;
    border-radius: 6px;
    transform: translate(-50%, -50%);
}

.card__info__wrap {
    padding: 20px
}

.card__info__wrap+.card__info__wrap {
    border-top: 1px solid var(--color-gray)
}

.card__info__name {
    min-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    font-size: 1.6rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-decoration: none;
    color: inherit;
}

.card__info__price {
    line-height: 1.3;
    margin-top: 8px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-size: 2.0rem;
}

.card__info__btn {
    margin-top: 16px
}

.card__info__btn .btnOutline {
    width: auto;
    height: 32px;
    font-size: 1.4rem
}

.pages {
    max-width: 800px;
    margin: auto
}

.pages__cont {
    padding: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .pages__cont {
        padding: 32px
    }
}

.pages__cont p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 40px
}

.pages__cont__ttl {
    color: var(--color-primary);
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 24px
}

.pages__cont__ttl--mt48 {
    margin-top: 48px
}

.pagesInfo {
    border-top: 1px solid #e0e0e0
}

.pagesInfo__item {
    display: flex;
    font-size: 1.6rem;
    padding: 24px;
    border-bottom: 1px solid #e0e0e0
}

.pagesInfo__item__ttl {
    width: 30%;
    font-weight: bold
}

.pagesInfo__item__txt {
    width: 70%
}

.pagesMap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.packagingGallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 24px 0 40px
}

.packagingGallery__item {
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 12px;
    text-align: center
}

.packagingGallery__img {
    width: 100%;
    height: 200px;
    display: block;
    border-radius: 2px;
    object-fit: cover
}

.packagingGallery__caption {
    font-size: 1.3rem;
    margin-top: 8px;
    color: #555
}

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

.pagesQa {
    font-size: 1.6rem;
    line-height: 1.8
}

.pagesQa__parent {
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: .3s;
    padding: 16px 16px 16px 72px
}

.pagesQa__parent:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 20px;
    height: 2px;
    background: #666
}

.pagesQa__parent:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 33px;
    transform: translateY(-50%);
    transition: all .3s;
    width: 2px;
    height: 20px;
    background: #666
}

.pagesQa__parent.is-open {
    background: rgba(98, 113, 235, .1)
}

.pagesQa__parent.is-open:after {
    top: 25%;
    transform: rotate(90deg);
    opacity: 0
}

.pagesQa__child {
    padding: 16px 24px
}

.pagesHeader {
    width: 100%;
    height: 260px;
    background: url(../img/campanyBg.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagesHeader img {
    width: 124px;
    height: auto
}

.aboutHero {
    position: relative;
    margin: 16px 0 32px;
    padding: 32px 20px;
    border-radius: 14px;
    background: linear-gradient(135deg, #111a3a 0%, #223888 50%, #4c6fff 100%);
    color: #fff;
    overflow: hidden
}

@media(min-width: 768px) {
    .aboutHero {
        margin: 32px 0 40px;
        padding: 64px 56px;
        border-radius: 18px
    }
}

.aboutHero:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -120px;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, .08) 0%, rgba(255, 255, 255, 0) 60%)
}

.aboutHero__container {
    position: relative;
    display: grid;
    gap: 24px;
    align-items: center;
    z-index: 1
}

@media(min-width: 768px) {
    .aboutHero__container {
        grid-template-columns: 3fr 2fr;
        gap: 32px
    }
}

.aboutHero__eyebrow {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 999px;
    font-size: 1.2rem;
    letter-spacing: .08em;
    text-transform: uppercase
}

.aboutHero__title {
    margin: 12px 0;
    font-size: 3rem;
    line-height: 1.3
}

.aboutHero__lead {
    max-width: 720px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.8
}

.aboutHero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.aboutHero__badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .14);
    font-size: 1.2rem;
    letter-spacing: .02em
}

.aboutHero__card {
    padding: 24px;
    border-radius: 14px;
    background: #fff;
    color: #111;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .18);
    width: min(360px, 100%);
    margin: 0 auto 0 0
}

.aboutHero__cardTtl {
    margin-bottom: 12px;
    color: var(--color-primary);
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: .02em
}

.aboutHero__list {
    margin: 0 0 20px 16px;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    list-style: disc
}

.aboutHero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.aboutHero__cta .btnOutline {
    width: auto;
    min-width: 140px;
    height: 48px;
    padding: 0 16px
}

.aboutGrid {
    display: grid;
    gap: 16px
}

@media(min-width: 768px) {
    .aboutGrid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutGrid__item {
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .05)
}

.aboutGrid__eyebrow {
    color: var(--color-primary);
    font-size: 1.2rem;
    letter-spacing: .06em;
    text-transform: uppercase
}

.aboutGrid__ttl {
    margin: 8px 0 12px;
    font-size: 2rem;
    line-height: 1.4
}

.aboutGrid__txt {
    font-size: 1.4rem;
    line-height: 1.7;
    color: #4b5563
}

.aboutHighlights__grid {
    display: grid;
    gap: 12px;
    margin-top: 16px
}

@media(min-width: 768px) {
    .aboutHighlights__grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutHighlights__item {
    padding: 18px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06)
}

.aboutHighlights__item h4 {
    margin-bottom: 10px;
    font-size: 1.8rem
}

.aboutHighlights__item p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7;
    color: #4b5563
}

.aboutSteps {
    margin-top: 32px
}

.aboutSteps__list {
    display: grid;
    gap: 12px
}

@media(min-width: 768px) {
    .aboutSteps__list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.aboutSteps__item {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding: 18px;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
    align-items: center
}

.aboutSteps__item h4 {
    margin-bottom: 6px;
    font-size: 1.6rem
}

.aboutSteps__item p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #4b5563
}

.aboutSteps__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(153, 165, 255, .15);
    color: var(--color-primary);
    font-weight: bold
}

.aboutCTA {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
    padding: 20px;
    border-radius: 14px;
    background: linear-gradient(120deg, rgba(98, 113, 235, .12), rgba(155, 166, 255, .14));
    border: 1px solid rgba(98, 113, 235, .14)
}

@media(min-width: 768px) {
    .aboutCTA {
        flex-direction: row;
        align-items: center;
        gap: 32px;
        padding: 28px 32px
    }
}

.aboutCTA__text h3 {
    margin-bottom: 6px;
    font-size: 2rem
}

.aboutCTA__text p {
    margin: 0;
    font-size: 1.4rem;
    color: #4b5563
}

.aboutCTA__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.aboutCTA__actions .btnOutline {
    width: 200px;
    max-width: 100%
}

.menuBar {
    flex-wrap: wrap;
    gap: 8px
}

@media(min-width: 768px) {
    .menuBar {
        flex-wrap: wrap;
        gap: 12px
    }
}

.menuBar__item {
    flex: 0 0 auto;
    min-width: 120px
}

@media(min-width: 768px) {
    .menuBar__item {
        flex: 0 0 auto;
        min-width: 130px
    }
}

.btnAll {
    display: block;
    position: relative;
    width: 285px;
    height: 56px;
    margin: auto;
    border: none;
    border-radius: 50px;
    background: none;
    font-weight: bold;
    font-size: 1.6rem;
    transition: all .2s;
    cursor: pointer
}

.btnAll:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    background: linear-gradient(135deg, rgb(99, 69, 237) 0%, rgb(220, 57, 252) 100%) border-box border-box;
    content: "";
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude
}

.btnAll span {
    background: linear-gradient(135deg, #6345ed 0%, #e15cfc 100%);
    background: -webkit-linear-gradient(-45deg, #6345ed 0%, #e15cfc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.btnAll:hover {
    background: rgba(99, 69, 237, .1)
}

.btnBlack {
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 24px;
    color: #fff;
    background: var(--color-black);
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnOutline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 56px;
    padding: 0 14px;
    border: var(--color-primary) 1px solid;
    border-radius: 6px;
    color: var(--color-primary);
    background: #fff;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnOutline--home {
    margin: 16px auto 0
}

.btnOutlineGray {
    display: block;
    width: 240px;
    height: 40px;
    padding: 0 14px;
    border: #e0e0e0 1px solid;
    border-radius: 6px;
    color: #666;
    background: #fff;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.btnPrimar {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 14px;
    border: none;
    border-radius: 6px;
    color: #fff;
    background: var(--color-primary);
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer
}

.l-detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.l-detail__img {
    display: none;
    position: sticky;
    top: 0;
    width: 47%;
    height: 100%
}

@media(min-width: 768px) {
    .l-detail__img {
        display: block
    }
}

.l-detail__img img {
    width: 100%
}

@media(min-width: 768px) {
    .l-detail__info {
        width: 50%
    }
}

.detail {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    padding: 0;
    list-style-position: inside
}

.detail i {
    margin-right: 8px
}

.detail i:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/chack.svg) no-repeat center/cover;
    content: ""
}

.detail__item {
    display: inline-flex;
    width: 100%;
    font-weight: 700;
    font-size: 15px
}

.detail__item+.detail__item {
    margin-top: 10px
}

.information__head {
    position: relative
}

.information__head__ttl {
    line-height: 1.5;
    font-weight: 700;
    font-size: 2.4rem
}

.information__img {
    display: block;
    margin-top: 24px
}

@media(min-width: 768px) {
    .information__img {
        display: none
    }
}

.information__price {
    line-height: 1.3;
    margin-top: 16px;
    font-family: "Roboto";
    font-weight: bold;
    font-size: 2rem;
    letter-spacing: .1rem
}

.information__flu {
    margin-top: 24px
}

@media(min-width: 768px) {
    .information__flu {
        margin-top: 32px
    }
}

.information__flu__item {
    color: #545454;
    font-size: 1.6rem;
    list-style-type: disc;
    list-style-position: inside
}

.information__flu__item+.information__flu__item {
    margin-top: 8px
}

.information__flu+.information__flu {
    margin-top: 4px
}

.information__buy {
    border-top: 1px solid #e0e0e0;
    padding-top: 32px;
    margin-top: 32px
}

.information__buy__item+.information__buy__item {
    margin-top: 24px
}

@media(min-width: 768px) {
    .information__buy__item+.information__buy__item {
        margin-top: 32px
    }
}

.information__buy__item .sns {
    color: #666;
    font-size: 2.4rem;
    display: inline-flex
}

.information__buy__item .sns__item {
    margin-right: 8px
}

.information__buy__item .sns__item i:before {
    color: #666
}

.information__buy__item .sns__item a {
    text-decoration: none
}

.costs {
    display: inline-flex
}

.costs__wrap {
    display: inline-flex;
    border: 1px solid #e7e7e7;
    border-radius: 6px
}

.costs__operate {
    height: 56px
}

.costs__number {
    height: 56px
}

.costs__buy {
    margin-left: 16px
}

.costs__buy .btnPrimar {
    width: 200px;
    height: 56px
}

.costs__buy .btnPrimar img {
    margin-right: 8px
}

.btnNumber {
    width: 40px;
    height: 56px;
    padding: 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #1c1c1c;
    background: #f8f8f8;
    font-size: 1.6rem;
    cursor: pointer
}

.inputNumber {
    height: 56px;
    padding: 8px;
    border: none;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    font-size: 1.6rem;
    text-align: center
}

.l-select {
    position: relative;
    width: 200px;
    margin-top: 8px
}

.l-select:before {
    position: absolute;
    top: 5px;
    right: 12px;
    color: #9da1a7;
    font-family: icomoon !important;
    font-size: 2.2rem;
    content: "";
    pointer-events: none
}

.select {
    width: 200px;
    height: 44px;
    padding: 0 8px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fafafa;
    font-size: 1.6rem;
    -webkit-appearance: none
}

.l-related .sectionHead {
    text-align: left;
    font-size: 2.4rem
}

.l-related .btnAll {
    margin: 16px auto 56px
}

@media(min-width: 768px) {
    .l-related .btnAll {
        margin-top: 23px
    }
}

.detailSecond {
    border: 1px solid #e0e0e0;
    background: #fff;
    box-shadow: 0 1px px rgba(56, 56, 56, .1)
}

.detailSecond__tab .tabMenu {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 24px;
    margin-bottom: 0
}

@media(min-width: 768px) {
    .detailSecond__tab .tabMenu {
        padding: 0 30px
    }
}

.detailSecond__tab .tabMenu__item {
    position: relative;
    width: auto;
    padding: 0 16px;
    background: none;
    color: #545454
}

.detailSecond__tab .tabMenu__item:hover {
    box-shadow: none
}

.detailSecond__tab .tabMenu__item:before {
    position: absolute;
    bottom: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 2px
}

.detailSecond__tab .tabMenu__item.is-active {
    font-weight: bold;
    color: var(--color-primary);
    background: #fff
}

.detailSecond__tab .tabMenu__item.is-active:before {
    background: var(--color-primary)
}

.detailSecond__cont {
    padding: 16px 24px
}

@media(min-width: 768px) {
    .detailSecond__cont {
        padding: 24px 30px
    }
}

.detailSecond__cont .tabCont {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #545454
}

@media(min-width: 768px) {
    .detailSecond__cont .tabCont {
        font-size: 1.6rem
    }
}

.mypage {
    padding-bottom: 80px
}

@media(min-width: 768px) {
    .mypage {
        display: flex;
        width: 1100px;
        justify-content: space-between;
        margin: auto
    }
}

.mypage--small {
    max-width: 460px;
    margin: auto;
    background: #fff;
    padding: 32px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .mypage--small {
        display: block
    }
}

.mypage--small .sectionHead {
    font-weight: normal;
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: left
}

.mypage--smallBgNone {
    flex-wrap: wrap;
    background: none;
    padding-bottom: 0
}

.mypage--smallBgNone .btnOutlineGray {
    margin: 0 auto
}

.mypage .sectionHead {
    margin-bottom: 24px
}

@media(min-width: 768px) {
    .mypage .sectionHead {
        margin-bottom: 20px
    }
}

.mypage__or {
    text-align: center;
    position: relative;
    margin: 40px 0 32px;
    width: 100%
}

.mypage__or span {
    position: relative;
    color: #9da1a7;
    font-size: 1.3rem;
    z-index: 1;
    background: #f7f7f7;
    padding: 0 16px
}

.mypage__or:before {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 1px;
    background: #e0e0e0
}

.mypage__nav {
    background: #fff;
    margin-bottom: 24px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .mypage__nav {
        width: 285px;
        min-height: 400px
    }
}

.mypage__nav__item {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.6rem
}

.mypage__nav__item+.mypage__nav__item {
    margin-top: 8px
}

.mypage__nav__item a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    padding: 8px 12px;
    width: 100%;
    border-radius: 6px
}

.mypage__nav__item a.is-active {
    color: var(--color-primary);
    background: rgba(98, 113, 235, .1)
}

.mypage__nav__item img {
    width: 24px;
    height: auto;
    margin-right: 12px
}

.mypage__cont {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    padding: 20px
}

@media(min-width: 768px) {
    .mypage__cont {
        width: 790px;
        margin-left: 40px;
        padding: 32px
    }

    .mypage__cont .input {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .mypage__cont .input input {
        padding: 10px 15px
    }

    .mypage__cont .input__wrap {
        width: 49%;
        margin-top: 0 !important;
        margin-bottom: 32px
    }

    .mypage__cont .input__wrap--full {
        width: 100%
    }
}

.mypage__cont .input span {
    color: #fa3434
}

.mypage__ttl {
    font-size: 2.4rem
}

@media(min-width: 768px) {
    .mypage__ttl {
        font-size: 3.2rem
    }
}

.mypage__txt {
    font-size: 1.6rem;
    line-height: 1.8
}

.mypage__txt a {
    color: var(--color-primary)
}

.input__wrap--pass {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0
}

.input__wrap--pass a {
    color: #545454;
    font-size: 1.4rem
}

.input__wrap+.input__wrap {
    margin-top: 20px
}

.input__wrap__select {
    position: relative;
    width: 100%;
    margin-top: 8px
}

.input__wrap__select::before {
    position: absolute;
    top: 26px;
    right: 12px;
    color: #9da1a7;
    font-family: icomoon !important;
    font-size: 2.2rem;
    content: "";
    pointer-events: none
}

.input__wrap__select select {
    width: 100%;
    height: 44px;
    padding: 0 8px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fafafa;
    font-size: 1.6rem;
    -webkit-appearance: none
}

.input__wrap input {
    width: 100%;
    padding: 15px;
    height: 40px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    font-size: 1.6rem;
    letter-spacing: .1rem;
    background: #fafafa
}

.input__wrap input.mt16 {
    margin-top: 16px
}

.input__wrap a span {
    color: #2196f3
}

.input__wrap button:nth-child(2) {
    margin-top: 24px
}

.input__wrap .checkboxInput {
    display: flex;
    align-items: center;
    cursor: pointer
}

.input__wrap .checkboxInput__input {
    margin: 0;
    width: 0;
    opacity: 0
}

.input__wrap .checkboxInput__txt {
    color: #212121;
    margin-left: 12px;
    display: block;
    font-size: 1.6rem
}

.input__wrap .checkboxInput__input:checked+.checkboxInput__icn {
    border: solid 1px var(--color-primary);
    background: #fff
}

.input__wrap .checkboxInput__input:checked+.checkboxInput__icn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-primary) url("../img/icn/check.svg") no-repeat center;
    background-size: contain
}

.input__wrap .checkboxInput__icn {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    border: solid 2px #ccc;
    background: #fff;
    border-radius: 4px
}

.input__ttl {
    color: #666;
    font-size: 1.4rem;
    margin-bottom: 4px
}

.input__note {
    margin-top: 8px;
    color: #fa3434
}

.order__item {
    border: 1px solid #e0e0e0;
    padding: 16px 20px;
    border-radius: 6px
}

.order__item+.order__item {
    margin-top: 16px
}

.order__item .orderInfo__img {
    width: 100%
}

@media(min-width: 768px) {
    .order__item .orderInfo__img {
        width: 20%
    }
}

.orderInfo {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    align-items: flex-start;
}

.orderInfo__img {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
    flex-shrink: 0;
}

@media(min-width: 768px) {
    .orderInfo__img {
        width: 140px;
        margin-bottom: 0
    }
}

.orderInfo__txt {
    margin-left: 20px;
    flex: 1 1 0;
}

.orderInfo__txt__ttl {
    font-size: 1.6rem
}

.orderInfo__txt__yen {
    font-family: "Roboto";
    margin-top: 8px
}

.orderInfo__txt .costs {
    margin-top: 32px
}

.orderInfo__txt .costs .btnOutlineGray {
    width: auto;
    height: 58px
}

.alert {
    display: flex;
    align-items: center;
    color: #00b517;
    border: 1px solid #00b517;
    background: rgba(0, 181, 23, .1);
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 24px
}

.alert img {
    margin-right: 8px
}

.address__txt {
    font-size: 1.4rem
}

.addressList {
    margin-top: 24px;
    display: flex
}

.addressList__item {
    border: 1px solid #e0e0e0;
    font-size: 1.4rem;
    padding: 16px;
    width: 50%
}

.addressList__item+.addressList__item {
    margin-left: 16px
}

.addressList__item__head {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem
}

.addressList__item__txt {
    font-size: 1.4rem;
    color: #666;
    margin-top: 8px
}

.addressList__item .btnOutline {
    width: 60px;
    height: 30px;
    font-size: 1.4rem;
    line-height: 28px
}

.addressInput__ttl {
    font-size: 2rem;
    margin-bottom: 24px
}

.addressInput__ttl--mt32 {
    margin-top: 32px
}

.addressInput__ttl--line {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.addressInput__item .btnPrimar {
    width: 144px
}

.addressInput__item--border {
    padding-top: 24px;
    border-top: 1px solid #e0e0e0
}

.cart {
    width: 100%;
    margin: auto;
    display: block;
    justify-content: space-between
}

@media(min-width: 768px) {
    .cart {
        display: flex;
        width: 80%
    }
}

.cart__cont {
    width: 100%;
    background: #fff;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .cart__cont {
        width: 66%
    }
}

.cart__nav {
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
}

@media(min-width: 768px) {
    .cart__nav {
        width: 30%;
        position: sticky
    }
}

.cartNext {
    padding: 24px;
    font-size: 1.6rem
}

.cartNext__ttl {
    font-weight: bold;
    margin-bottom: 24px
}

.cartNext__wrap {
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between
}

.cartNext__wrap__txt {
    flex: 1 1 0;
}

.cartNext__wrap__txt--label {
    text-align: left;
}

.cartNext__wrap__txt--value {
    text-align: right;
}

.cartNext__valueLine {
    display: block;
}

.cartNext__wrap--line {
    border-top: 1px dotted #e0e0e0;
    padding-top: 16px
}

.cartNext__wrap+.cartNext__wrap {
    margin-top: 24px
}

.l-footer {
    padding-top: 40px;
    background: #3a49c3
}

@media(min-width: 768px) {
    .l-footer {
        padding-top: 60px
    }
}

.footer {
    justify-content: space-between
}

@media(min-width: 768px) {
    .footer {
        display: flex;
        flex-wrap: wrap
    }
}

.footer__nav {
    width: 100%;
    padding: 0 20px
}

@media(min-width: 768px) {
    .footer__nav {
        width: 20%
    }
}

.footer__nav+.footer__nav {
    margin-top: 40px
}

@media(min-width: 768px) {
    .footer__nav+.footer__nav {
        margin-top: 0
    }
}

.footer__nav__ttl {
    margin-bottom: 16px;
    color: #fff;
    font-weight: bold
}

@media(min-width: 768px) {
    .footer__nav__ttl {
        margin-bottom: 24px
    }
}

.footer__nav__item {
    display: block;
    margin-bottom: 4px;
    color: #fff
}

.footer__nav__item:visited {
    color: #fff
}

.footer__nav__sns {
    display: inline-block;
    margin-top: 24px;
    margin-right: 8px;
    font-size: 2.4rem;
    text-decoration: none
}

@media(min-width: 768px) {
    .footer__nav__sns {
        margin-top: 72px
    }
}

.footer__nav__txt {
    color: #fff
}

.footerCopy {
    width: 100%;
    margin-top: 40px;
    padding: 24px 0;
    color: #fff;
    background: #303fb9;
    font-size: 1.2rem;
    text-align: center
}

@media(min-width: 768px) {
    .footerCopy {
        margin-top: 64px
    }
}

.card__info__img img {
    aspect-ratio: 5 / 7;
    /* カードの縦横比に合わせて変更 */
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}


.l-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.96);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    display: none;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.l-search.is-open {
    opacity: 1;
    visibility: visible;
    display: flex;
}

.l-search.is-open .search {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.l-search.is-open .search input[type="text"] {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
}

.search__form {
    display: flex;
    gap: 0;
}

.search__form input[type="text"] {
    flex: 1;
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px 0 0 8px;
    height: 48px;
}

/* 検索モーダル内のボタン専用で上書き */
.l-search .search__form button {
    all: unset;
    /* 一度リセット */
    background: #333;
    color: #fff;
    border: none;
    border-radius: 0 8px 8px 0;
    padding: 0 16px;
    font-size: 18px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.l-search .search__form button i {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
}

.l-search .search__form button.is-loading {
    pointer-events: none;
    background: linear-gradient(135deg, #1a1a1a 0%, #3a3a3a 100%);
}

.l-search .search__form button.is-loading i {
    opacity: 0;
}

.l-search .search__form button.is-loading::before,
.l-search .search__form button.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.l-search .search__form button.is-loading::before {
    background: conic-gradient(from 0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 45%, rgba(255, 255, 255, 0) 100%);
    filter: blur(1px);
    animation: search-spinner-glow 1.2s ease-in-out infinite;
}

.l-search .search__form button.is-loading::after {
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-right-color: rgba(255, 255, 255, 0.75);
    animation: search-spinner-rotate .65s linear infinite;
}
.country-name-field {
    width: 100%;
    padding: 0.7rem 0.85rem;
    border: 1px solid #c4c4c4;
    border-radius: 0.35rem;
    background-color: #f9f9f9;
    font-size: 1rem;
    font-weight: 400;
    color: #1f1f1f;
}

.country-name-field:disabled {
    cursor: not-allowed;
    opacity: 1;
}
