@charset 'UTF-8';

html {
    color: #000;
    font-family: Yu Gothic, '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    font-size: 16px;
    line-height: 1.7
}

html.-js-nav-open {
    overflow: hidden;
    height: 100%
}

body {
    background: #fff
}

html,
body {
    overflow-x: hidden
}

img {
    width: 100%;
    height: auto;
    vertical-align: top
}

a {
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.hover-trans:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.inner {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
}

.inner--l {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
}

.normal__content>* {
    margin-top: 1.6em;
    margin-bottom: 1.6em
}

.normal__content>*:first-child {
    margin-top: 0
}

.normal__content>*:last-child {
    margin-bottom: 0
}

.normal__content--marginL>*:not([class*=u-mt]):not([class*=u-mb]) {
    margin-top: 10.66667vw;
    margin-bottom: 10.66667vw
}

.normal__content--marginL>*:not([class*=u-mt]):not([class*=u-mb]):first-child {
    margin-top: 0
}

.normal__content--marginL>*:not([class*=u-mt]):not([class*=u-mb]):last-child {
    margin-bottom: 0
}

.normal__img {
    margin-top: 20px;
    text-align: center
}

.normal__img img {
    max-width: 100%;
    width: auto;
    margin: 0 auto
}

.normal__h2 {
    margin-bottom: .75em;
    border-bottom: 1px solid CurrentColor;
    font-size: 150%
}

.u_ta_c {
    text-align: center
}

.video-wrapper {
    margin: 0 auto
}

.video-content {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding: 0 30px;
    background: #fff
}

.headerLogo {
    width: 140px
}

.headerLogo_lp {
    width: 140px
}

.headerLogo__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.globalBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.globalBtn__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.globalBtn__item {
    margin: 0 0 0 28px
}

.globalBtn__item:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.globalBtn__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.globalBtn__link img {
    display: block;
    width: 24px
}

.globalBtn__link p {
    margin-top: 8px;
    text-decoration: none;
    line-height: 1
}

.globalBtn__link:hover p {
    text-decoration: underline
}

.globalBtn--btnMenu {
    position: relative;
    z-index: 999;
    width: 50px;
    height: 20px;
    margin: -13px;
    border-radius: 45px
}

.globalBtn--btnMenu:before,
.globalBtn--btnMenu:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 4px;
    background: #b22222;
    content: ''
}

.globalBtn--btnMenu:before {
    width: 30px;
    transform: translateY(-12px)
}

.globalBtn--btnMenu:after {
    width: 16px;
    transform: translateY(12px)
}

.globalBtn--btnMenuText {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 4px;
    background: #b22222;
    text-indent: -9999px;
    content: ''
}

.globalMenuArea {
    display: none;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.globalMenuArea.-js-open {
    display: block;
    z-index: 1000;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.globalMenu__overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgb(0 0 0 / .7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity .3s
}

.-js-open .globalMenu__overlay {
    z-index: 999;
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.globalMenu {
    z-index: -1;
    right: 0;
    width: 100%;
    padding: 20px 40px;
    border-radius: 8px;
    background: #fff
}

.-js-open .globalMenu {
    z-index: 1000
}

.globalMenu__btnClose {
    z-index: 1000;
    width: 45px;
    height: 45px;
    text-indent: -9999px
}

.globalMenu__btnClose:before,
.globalMenu__btnClose:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.4375em;
    width: 50%;
    height: 2px;
    background: #fff;
    content: ''
}

.globalMenu__btnClose:before {
    transform: translate(50%, -50%) rotate(-45deg)
}

.globalMenu__btnClose:after {
    transform: translate(50%, -50%) rotate(45deg)
}

.globalMenuBtn {
    display: -ms-flexbox;
    display: flex
}

.globalMenuBtn__link {
    display: block;
    position: relative;
    padding: .6em 0;
    border-radius: 3em;
    background: #b22222;
    box-shadow: 6px 6px 8px rgb(0 0 0 / .15);
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.25
}

.globalMenuBtn__link:after {
    display: block;
    position: absolute;
    top: 50%;
    right: .75em;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.globalMenuMain__item {
    border-top: 1px solid #dedede
}

.globalMenuMain__link,
.globalMenuMain__acc {
    display: block;
    position: relative;
    text-decoration: none
}

.globalMenuMain__link {
    font-weight: 700
}

.globalMenuMain__link:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.25em;
    width: 9px;
    height: 9px;
    border-top: 2px solid #b22222;
    border-right: 2px solid #b22222;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.globalMenuMain__acc {
    font-weight: 700
}

.globalMenuChild {
    margin: 0 0 0 1.25em;
    padding: 0 0 0 1.25em;
    border-top: 1px solid #dedede
}

.globalMenuChild__item:nth-child(n+2) {
    border-top: 1px solid #dedede
}

.globalMenuChild__link {
    display: block;
    position: relative;
    text-decoration: none
}

.globalMenuChild__link:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.25em;
    width: 9px;
    height: 9px;
    border-top: 2px solid #b22222;
    border-right: 2px solid #b22222;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.header--lp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.header--lp .headerLogo:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header--lp .headerBtn {
    margin-left: auto
}

.header--lp .headerBtn .linkBtn--fillR {
    min-width: inherit;
    padding: .7em 1em;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700
}

.header--lp .headerBtn .linkBtn--fillR:after {
    display: none
}

.header--lp .headerLogo__text {
    display: block;
    position: relative;
    top: -8px;
    width: 100%;
    margin-left: auto;
    color: #7c7c7c;
    font-size: 10px;
    font-weight: 700;
    text-align: right
}

.header--lp1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    height: 130px;
    gap: 0
}

.header--lp1 .headerLogo:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.header--lp1 .headerBtn {
    margin-left: auto
}

.header--lp1 .headerBtn .linkBtn--fillR {
    min-width: inherit;
    padding: .7em 1em;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700
}

.header--lp1 .headerBtn .linkBtn--fillR:after {
    display: none
}

.header--lp1 .headerLogo__text {
    display: block;
    position: relative;
    top: -8px;
    width: 100%;
    margin-left: auto;
    color: #7c7c7c;
    font-size: 10px;
    font-weight: 700;
    text-align: right
}

.header--lp1 .headerTopText {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 12px 0 11px;
    background: #595959;
    color: #fff;
    text-align: center
}

.globalNav__list {
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    gap: 20px
}

.globalNav__item {
    padding: 4px 0
}

.globalNav__item a {
    text-decoration: none
}

.globalNav__item a:hover {
    text-decoration: underline
}

.globalNav__item:not(:last-child) {
    padding-right: 20px;
    border-right: 1px solid
}

.pagetop {
    display: block;
    position: relative;
    width: 60px;
    height: 32px;
    margin: 0 auto 40px;
    padding: 20px 0 0;
    background: url(/assets/img/pagetop__text.svg) no-repeat center bottom/auto 9px;
    color: #b5b5b5;
    text-decoration: none;
    text-indent: -9999px;
    text-align: center;
    line-height: 1
}

.pagetop:before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid CurrentColor;
    border-left: 2px solid CurrentColor;
    content: '';
    transform: translate(-50%, 0) rotate(45deg)
}

.footer {
    padding: 45px 0 0;
    background: #f0f0f0
}

.footerSns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 35px;
    font-size: 14px
}

.footerSns__item {
    margin: 0 7px
}

.footerSns__link {
    display: block;
    width: 49px
}

.footerSns__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.footerLink1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 35px
}

.footerLink1__item {
    margin: 0 21px;
    text-align: center
}

.footerLink1__link {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.footerLink1__link:hover {
    text-decoration: underline
}

.footerLink2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 35px;
    padding: .75em 0;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1
}

.footerLink2__item {
    margin: 0 12px
}

.footerLink2__link {
    font-size: 14px;
    text-decoration: none
}

.footerLink2__link:hover {
    text-decoration: underline
}

.footerVector {
    margin: 0 auto 60px
}

.footerVector__logo {
    display: block;
    width: 121px;
    margin: 0 auto 12px
}

.footerVector__logo:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.footerVector__text {
    text-align: center;
    line-height: 1.8
}

.footerVector__text1 {
    font-size: 19px;
    font-weight: 400
}

.footerVector__text2 {
    font-size: 18px
}

.copyright {
    display: block;
    padding: 11px 0;
    background: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 1.8
}

.contents {
    margin: 80px 0 0
}

.u_ta_c {
    text-align: center
}

.u-ta_r {
    text-align: right
}

.u-td_line {
    text-decoration: underline
}

.u-w_45 {
    width: 45%
}

.c-table-title {
    margin-bottom: 10px;
    font-size: 20px
}

.c-table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    margin: auto
}

.c-table tr:not(:first-child) th {
    border-top: 0
}

.c-table th {
    width: 30%;
    padding: 10px;
    border: 1px solid #dedede;
    background: #f0f0f0;
    font-weight: 400;
    vertical-align: middle
}

.c-table td {
    padding: 10px;
    border: 1px solid #dedede;
    vertical-align: middle
}

.c-table p+p {
    margin-top: 20px
}

.c-table+.c-table-title {
    margin-top: 40px
}

.c-table-col {
    border-collapse: collapse;
    width: 100%
}

.c-table-col caption {
    padding-bottom: 6px
}

.c-table-col td {
    padding: 10px;
    border: 1px solid #dedede
}

.c-red {
    color: #b22222
}

.gray_band {
    padding: 2em 0;
    background-color: #f0f0f0
}

.h1--article {
    padding-top: 5px;
    color: #430e0e;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 65px
}

.h2__wrapper {
    text-align: center;
    line-height: 1
}

.h2__wrapper--normal {
    margin-bottom: 60px
}

.h2__inner {
    display: inline-block;
    overflow: hidden
}

.h2__main {
    position: relative;
    min-width: 210px;
    padding: .73529em 5px 0;
    color: #430e0e;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3
}

.h2-slash {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6
}

.h2-slash span {
    display: inline-block;
    position: relative
}

.h2-slash span:after,
.h2-slash span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 68px;
    margin: auto;
    background: #000;
    content: ''
}

.h2-slash span:before {
    left: -30px;
    transform: rotate(-25deg)
}

.h2-slash span:after {
    right: -30px;
    transform: rotate(25deg)
}

.h2-slash strong {
    color: #b22222;
    font-size: 26px
}

.h2-slash--text span:after,
.h2-slash--text span:before {
    display: none
}

.h2__en {
    display: inline-block;
    position: relative;
    padding: 0 1em;
    color: #8d8d8d;
    font-size: 12px;
    letter-spacing: .4em
}

.h2__en:before,
.h2__en:after {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 100vw;
    height: 1.33333em;
    background: radial-gradient(circle closest-side, #8d8d8d 97%, transparent) 0 0/30px 100% round;
    background-repeat: repeat-x;
    background-position: center;
    background-size: 1em 2px;
    content: ''
}

.h2__en:before {
    left: 100%;
    background-position: left center
}

.h2__en:after {
    right: 100%;
    background-position: right center
}

.h2__point {
    position: relative
}

.h2__point:before {
    position: absolute;
    z-index: 9;
    top: -.4em;
    right: 0;
    left: 0;
    height: .38095em;
    background: radial-gradient(circle closest-side, #b22222 97%, transparent) 0 0/30px 100% round;
    background-repeat: repeat-x;
    background-position: center left;
    background-size: 1em 4px;
    font-family: Roboto, sans-serif;
    content: ''
}

.h3 {
    position: relative;
    margin: 2.72727em 0 1.36364em;
    padding: 1.81818em 0 0;
    border-top: 1px solid #dedede;
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.h3:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    background: #b22222;
    content: ''
}

.h3--dot {
    padding-bottom: 33px
}

.h3--dot:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 71px;
    height: 3px;
    margin: auto;
    background: url(/assets/img/icon_h3_dot.svg) no-repeat 0 0/100%;
    content: ''
}

.h3--noBorder {
    padding-top: 0;
    border-top: none
}

.h3--noBorder:before {
    content: none
}

.linkBtn__area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.linkBtn--fill {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    min-width: 310px;
    padding: 1.5em 0;
    border-radius: .2em;
    background: #b22222;
    box-shadow: 6px 6px 8px rgb(0 0 0 / .15);
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    line-height: 1.25
}

.linkBtn--fill:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.linkBtn--fill:after {
    display: block;
    position: absolute;
    top: 50%;
    right: .75em;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.linkBtn--fillR {
    display: inline-block;
    position: relative;
    min-width: 250px;
    padding: 1em 1.75em;
    border-radius: 3em;
    background: #b22222;
    box-shadow: 6px 6px 8px rgb(0 0 0 / .15);
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    line-height: 1.5
}

.linkBtn--fillR:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.linkBtn--fillR:after {
    display: block;
    position: absolute;
    top: 50%;
    right: .75em;
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.linkBtn--line {
    display: inline-block;
    position: relative;
    min-width: 310px;
    padding: 1.5em 1.75em;
    border: 1px solid CurrentColor;
    border-radius: .2em;
    background: #fff;
    color: #421010;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 1.25
}

.reasonLinkList--red .linkBtn--line {
    color: #b22222;
    text-transform: capitalize
}

.linkBtn--line:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.linkBtn--line:after {
    display: block;
    position: absolute;
    top: 50%;
    right: .75em;
    width: .5em;
    height: .5em;
    border-top: 2px solid CurrentColor;
    border-right: 2px solid CurrentColor;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.linkBtn--line.-arrow-left:after {
    right: inherit;
    left: .75em;
    transform: translateY(-50%) rotate(-135deg)
}

.l-btn-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.l-btn-1-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.l-btn-1-1 .linkBtn {
    margin: 0 9px
}

.mv {
    margin-bottom: 40px
}

.mv--hideDots .slick-dots {
    display: none !important
}

.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px
}

.slick-dots li {
    margin: 0 5px
}

.slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #dedede;
    font-size: 0
}

.slick-dots .slick-active button {
    background: #b22222
}

.intro__read {
    margin-bottom: .5em;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.45833
}

.intro__readText1 {
    font-size: 29px
}

.intro__readText2 {
    color: #b22222;
    font-size: 38px
}

.intro__read01 {
    margin-bottom: .5em;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.45833
}

.intro__read01 .intro__readText1 {
    display: inline-block;
    position: relative;
    padding: 0 18px
}

.intro__read01 .intro__readText1:before,
.intro__read01 .intro__readText1:after {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 42px;
    height: 100%;
    background: radial-gradient(circle closest-side, #8d8d8d 97%, transparent) 0 0/30px 100% round;
    background-repeat: repeat-x;
    background-position: center;
    background-size: 15px 4px;
    content: ''
}

.intro__read01 .intro__readText1:before {
    left: 100%;
    background-position: left center
}

.intro__read01 .intro__readText1:after {
    right: 100%;
    background-position: right center
}

.brand {
    padding: 60px 0 0
}

.brandList__wrapper {
    margin: 55px 0 0
}

.brandList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.brandList__item {
    width: calc((100% - 20px*3)/4)
}

.brandList__link {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 120px;
    border-radius: 5px;
    text-decoration: none
}

.brandList__link:before {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / .3);
    content: ''
}

.brandList__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.brandList__text {
    padding: 0 1.25em;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    text-align: center
}

.brandList__text:after {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 2px solid CurrentColor;
    border-right: 2px solid CurrentColor;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.brandList__img {
    display: block;
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.information {
    padding: 50px 0
}

.infoList__wrapper {
    margin-top: 40px
}

.infoList {
    margin: 0 0 12px;
    border-top: 1px solid #dedede
}

.infoList__item {
    border-bottom: 1px solid #dedede
}

.infoList__link {
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    text-decoration: none
}

.infoList__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.infoList__time {
    color: #8d8d8d;
    font-size: 3.2vw
}

.infoList__text {
    -ms-flex: 1;
    flex: 1
}

.infoToList {
    text-align: right
}

.infoToList__link {
    color: #430e0e;
    font-size: 14px;
    text-decoration: none
}

.infoToList__link:hover {
    text-decoration: underline
}

.infoToList__link:after {
    display: inline-block;
    width: .6em;
    height: .6em;
    margin: 0 0 0 .25em;
    border-top: 2px solid CurrentColor;
    border-right: 2px solid CurrentColor;
    content: '';
    transform: rotate(45deg)
}

.reason {
    padding: 120px 0;
    background: url(/img/reason_bg.jpg) no-repeat center/cover
}

.reasonList__wrapper {
    margin-top: 50px
}

.reasonList {
    display: -ms-grid;
    display: grid
}

.reasonList__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px 26px;
    border-radius: 4px;
    background: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 21px;
    counter-increment: reasonList__item
}

.reasonList__item:before {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 34px;
    height: 34px;
    margin: auto;
    border-radius: 34px;
    background: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    text-align: center;
    content: counter(reasonList__item);
    transform: translateY(-50%)
}

.reasonList__itemInner {
    width: 100%
}

.reasonList__text01 {
    color: #b22222;
    font-family: Roboto, sans-serif;
    font-size: 59px;
    line-height: 1
}

.reasonList__text02 {
    color: #b22222;
    line-height: 1;
    letter-spacing: -.03em
}

.reasonList__text02num {
    font-family: Roboto, sans-serif;
    font-size: 50px;
    letter-spacing: -.05em
}

.reasonList__text03 {
    display: inline-block;
    margin-top: 4px;
    color: #b22222;
    font-size: 26px;
    line-height: 1
}

.reasonList__text03day {
    display: inline-block;
    margin-bottom: 2px;
    font-family: Roboto, sans-serif;
    font-size: 33px
}

.reasonList__text04 {
    display: inline-block;
    margin-bottom: 5px;
    color: #b22222;
    font-size: 22px
}

.reasonList__text05 {
    display: inline-block;
    margin: 5px -.3em 0;
    color: #b22222;
    font-size: 27px;
    letter-spacing: -.05em
}

.reasonList__text06 {
    display: inline-block;
    margin-top: 5px;
    color: #b22222;
    font-size: 31px
}

.reasonLinkList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto
}

.reputation {
    padding: 120px 0;
    background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 4px, #fff 4px, #fff 15px)
}

.reputationList__wrapper {
    margin-top: 40px
}

.reputationList__item {
    position: relative;
    margin: 0 100px 40px 0;
    padding: 35px 40px;
    border-radius: 3px;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    line-height: 1.5
}

.reputationList__item:before {
    display: block;
    position: absolute;
    bottom: -16px;
    left: 6px;
    width: 27px;
    height: 25px;
    background: url(/img/reputationList__baloon.svg) no-repeat center/contain;
    content: ''
}

.reputationList__item:nth-child(1) {
    background-image: url(/img/reputationList__bg01.svg)
}

.reputationList__item:nth-child(2) {
    background-image: url(/img/reputationList__bg02.svg)
}

.reputationList__item:nth-child(3) {
    background-image: url(/img/reputationList__bg03.svg)
}

.reputationList__item:nth-child(4) {
    background-image: url(/img/reputationList__bg04.svg)
}

.reputationList__item:nth-child(5) {
    background-image: url(/img/reputationList__bg05.svg)
}

.reputationList__item:nth-child(6) {
    background-image: url(/img/reputationList__bg06.svg)
}

.reputationList__item:nth-child(2n) {
    margin: 0 0 40px 100px
}

.reputationList__item:nth-child(2n):before {
    right: 1.06667vw;
    left: inherit;
    transform: rotateY(180deg)
}

.reputationList--noNumber .reputationList__item {
    background: #f0f0f0
}

.reputationList--noNumber .reputationList__item:nth-child(2n):before {
    right: 6px;
    left: inherit;
    transform: scaleX(-100%)
}

.reputationList__textCustomer {
    margin: 1em 0 0;
    text-align: right
}

.achievement {
    padding: 120px 0
}

.achievementList__wrapper {
    margin-top: 40px
}

.achievementSwitch {
    display: -ms-flexbox;
    display: flex
}

.achievementSwitch__tab {
    display: inline-block;
    width: 50%;
    padding: 0 0 .35em;
    border-bottom: 3px solid CurrentColor;
    color: #c1c1c1;
    font-family: Roboto, sans-serif;
    font-size: 4.8vw;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    letter-spacing: .2em
}

.achievementSwitch__tab.-js-active {
    color: #b22222
}

.achievementList__title {
    margin: 0 0 35px;
    padding: 0 0 7px;
    border-bottom: 3px solid CurrentColor;
    color: #b22222;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    letter-spacing: .2em
}

.achievementList__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-decoration: none;
    line-height: 1.5
}

.achievementList__item:nth-child(n+2) {
    margin-top: 20px
}

.achievementList__link {
    text-decoration: none
}

.achievementList__link:hover {
    text-decoration: underline
}

.achievementList__textArea {
    -ms-flex: 1;
    flex: 1
}

.achievementList__brand {
    margin: 0 0 .25em;
    font-family: Roboto, sans-serif;
    font-size: 18px
}

.achievementList__name {
    margin: 0 0 .25em
}

.achievementList__price {
    color: #b22222;
    font-weight: 700
}

.achievementList__priceNum {
    font-size: 30px
}

.achievementList__imgArea {
    max-width: 200px;
    width: 41.66667%;
    margin-right: 20px;
    text-align: center
}

.bottomLink__area {
    margin: 30px 0 35px
}

.bottomLink__area.bottomLink__2col .bottomLink {
    max-width: 700px
}

.bottomLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.tableOfContents__wrapper {
    margin-top: 40px
}

.tableOfContents__list {
    margin: 0 0 12px;
    border-top: 1px solid #dedede
}

.tableOfContents__item {
    border-bottom: 1px solid #dedede
}

.tableOfContents__link {
    display: -ms-flexbox;
    display: flex;
    padding: 1.3em 0 1em;
    text-decoration: none
}

.tableOfContents__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.showMore {
    display: block;
    position: relative;
    width: 100px;
    margin: 20px auto 0;
    color: #b5b5b5;
    font-size: 16px;
    text-decoration: none;
    text-align: center
}

.showMore:before {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #b5b5b5;
    border-left: 2px solid #b5b5b5;
    content: '';
    transform: translate(-50%, 0) rotate(225deg)
}

.showMore:after {
    bottom: inherit;
    color: #b5b5b5;
    content: 'open'
}

.showMore.showLess:after {
    top: -10px;
    content: 'close'
}

.showMore.showLess:before {
    transform: translate(-50%, 0) rotate(45deg)
}

.lineBox {
    margin: 45px 0
}

.lineBox__inner {
    max-width: 310px;
    margin: auto;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    box-shadow: 4px 4px 0 #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 20px
}

.lineBox__inner .fwb {
    font-weight: 700
}

.lineBox__inner .red {
    color: #b22222
}

.lineBox__inner p+p {
    margin-top: 5px
}

.lineBox__inner .l-btn-1-1 {
    margin-top: 10px
}

.lineBox__inner .linkBtn--fillR {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: auto;
    max-width: 200px;
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 23px
}

.lineBox__inner .linkBtn--fillR:before {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 5px;
    background: url(/assets/img/ico_line.png) no-repeat 0 0/100%;
    content: ''
}

.lineBox__inner .linkBtn--fillR:after {
    display: none
}

.lineBox__title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7
}

.mv__link {
    margin-bottom: 20px
}

.mv__link a {
    display: block;
    padding: 5px;
    border: 1px solid #dedede;
    text-decoration: none;
    text-align: center;
    transition: all .3s ease
}

.mvTop {
    position: relative
}

.mvTop__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2% 0 0
}

.mvTop__introTextTop {
    font-size: 28px
}

.mvTop__introTextBottom span {
    font-size: 48px
}

.mvTop__title {
    padding: 1%;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.mvTop__subTitle {
    display: inline-block;
    margin: .25em 0;
    padding: .25em 1em;
    border: 3px solid #fff;
    font-size: 20px;
    line-height: 1.8
}

.mvTop__button {
    text-align: center
}

.mvTop__button .linkBtn {
    display: inline-block;
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 8px;
    background: #b22222;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

.mvTop__button .linkBtn:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.textTop__desc {
    font-weight: 500;
    text-align: center
}

.reasonList--type2 .reasonList__item {
    border: 1px solid #dedede
}

.reasonList--type2 .reasonList__item:before {
    display: none
}

.reasonList--type2 .reasonList__text03 {
    margin-top: 10px
}

.reasonList--type2 .reasonList__text03 small {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 3px;
    font-size: 14px
}

.reasonList--type2 .reasonList__text03_1 {
    font-size: 16px
}

.reasonList__textSmall {
    display: inline-block;
    font-weight: 500
}

.award__area {
    max-width: 750px;
    margin: 10px auto 0;
    padding: 23px;
    border: 1px solid #dedede;
    border-radius: 5px
}

.award__area .heading3 {
    margin-top: 0;
    line-height: 1.2
}

.award__area .award__list {
    max-width: inherit;
    width: auto
}

.js-slider-award .award__item {
    text-align: center
}

.js-slider-award .award__itemIcon {
    margin: auto;
    text-align: center
}

.breadcrumb {
    padding: 12px 30px;
    border: 1px solid #e8e8e8;
    border-width: 1px 0;
    color: #b1b1b1;
    font-size: 12px;
    line-height: 18px
}

.breadcrumb__list {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb__list a {
    color: #000;
    text-decoration: none
}

.breadcrumb__list a:hover {
    text-decoration: underline
}

.breadcrumb__list li {
    display: -ms-flexbox;
    display: flex
}

.breadcrumb__list li:after {
    margin: 0 13px;
    color: #000;
    content: '>'
}

.breadcrumb__list li:last-child:after {
    display: none
}

.quickLink {
    padding: 15px 0;
    background: #fafafa;
    color: #430e0e;
    font-size: 12px;
    line-height: 16px
}

.quickLink a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #430e0e;
    text-decoration: none
}

.quickLink a:after {
    width: 6px;
    height: 8px;
    margin-left: 8px;
    background: url(/assets/img/icon_quick_link.svg) no-repeat 0 0/100%;
    content: ''
}

.quickLink a:hover {
    text-decoration: underline
}

.quickLink li {
    margin: 3px 26px
}

.quickLink li.-first {
    font-weight: 700
}

.quickLink li.-first a {
    font-size: 11px;
    font-weight: 700
}

.quickLink li.-first a:after {
    display: none
}

.quickLink__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.h1__wrapper {
    margin: 56px 0 34px;
    color: #430e0e;
    font-weight: 700;
    text-align: center
}

.h1__main {
    margin-bottom: 10px;
    font-size: 64px;
    line-height: 64px;
    letter-spacing: -2px
}

.h1__sub {
    margin-top: 18px;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: -1px
}

.intro-txt {
    text-align: center
}

.intro-txt__main {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px
}

.intro-txt__main span {
    display: block;
    color: #b22222
}

.intro-txt__sub {
    margin-top: 18px;
    line-height: 24px
}

.intro__btn {
    margin-top: 36px
}

.intro-cta-text {
    font-weight: 700;
    text-align: center
}

.intro-cta-copy {
    font-size: 24px
}

.intro-cta-copy span {
    display: inline-block;
    font-size: 14px
}

.products {
    margin-top: 40px
}

.products__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

.products__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25%;
    margin-bottom: 35px;
    padding: 0 20px;
    text-decoration: none
}

.products__item:not(li):not(div):hover,
.products__item a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.products__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column
}

.products__wrap .products__info>a {
    text-decoration: none
}

.products__img img {
    display: block;
    max-width: 200px;
    width: auto;
    max-height: 200px;
    margin: auto
}

.products__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

.products__box>a {
    text-decoration: none
}

.products__box>a:hover {
    text-decoration: underline
}

.products__brand {
    display: -webkit-box;
    overflow: hidden;
    min-height: 28px;
    max-height: 54px;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word
}

.products__name {
    display: -webkit-box;
    overflow: hidden;
    min-height: 72px;
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.products__price {
    margin-top: 10px;
    color: #b70a00;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 39px
}

.products__unit {
    font-family: Yu Gothic, '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
    font-size: 16px;
    line-height: 24px
}

.products__note {
    line-height: 24px
}

.products__notice {
    font-size: 12px;
    text-align: center;
    line-height: 18px
}

.products .linkBtn__area {
    margin-top: 33px
}

.product-row {
    margin-top: 60px
}

.product-row__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 4px
}

.product-row__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: content-box;
    width: 50%;
    margin-left: -4px;
    padding: 28px 26px 32px;
    border: 4px solid #430e0e;
    border-bottom: 0;
    text-decoration: none;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.product-row__item:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.top_reverse .product-row__item {
    border-bottom: 4px solid #430e0e
}

.product-row__item.noBorder {
    max-width: 502px;
    border: none
}

.product-row__title {
    width: 100%
}

.product-row__bot {
    padding: 21px;
    background: #430e0e;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px
}

.product-row__txt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-row__txt:after,
.product-row__txt:before {
    width: 31px;
    height: 52px;
    background: no-repeat 0 0 / 100%;
    content: ''
}

.product-row__txt:after {
    margin-left: 39px;
    background-image: url(/assets/img/ico_product_row_02.svg)
}

.product-row__txt:before {
    margin-right: 45px;
    background-image: url(/assets/img/ico_product_row_01.svg)
}

.product-row__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    margin-right: 20px
}

.product-row__name {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 24px
}

.product-row__desc {
    margin-top: .5em;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px
}

.productInfo {
    margin-top: 15px
}

.productInfo li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.productInfo li+li {
    margin-top: 5px
}

.productInfo li.-lg {
    margin-top: 10px
}

.productInfo li.-lg .productInfo__label {
    width: 60px;
    height: 36px;
    background: #b70a00
}

.productInfo li.-lg .productInfo__price {
    color: #b70a00;
    font-size: 16px;
    line-height: 21px
}

.productInfo li.-lg .productInfo__price span {
    font-size: 40px;
    line-height: 36px
}

.productInfo__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 28px;
    margin-right: 8px;
    border-radius: 3px;
    background: #888;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.productInfo__price {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px
}

.productInfo__price span {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px
}

.infoBrand__txt {
    margin-top: 37px;
    line-height: 24px
}

.infoBrand__txt .c-red {
    margin-top: 12px;
    color: #b22222;
    font-weight: 700
}

.stepBlk__ttl {
    position: relative;
    padding-bottom: 9px;
    color: #430e0e;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 45px
}

.stepBlk__ttl:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background: #430e0e;
    content: ''
}

.stepBlk__ttl .stepBlk__point {
    margin-right: .3em;
    padding: 0 14px 9px 19px;
    background: url(/assets/img/icon_stepblk__ttl.svg) no-repeat center 19px
}

.stepBlk__ttl .stepBlk__point span {
    margin-left: 4px;
    font-size: 34px
}

.stepBlk__item {
    margin-top: 30px
}

.stepBlk__item+* {
    margin-top: 60px
}

.stepBlk__item+*:last-child {
    padding-bottom: 18px
}

.stepBlk__desc {
    margin-top: 27px
}

.models__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -22px
}

.models__link a {
    color: #b22222
}

.models__link a:hover {
    text-decoration: none
}

.models__link li {
    margin: 7px 22px
}

.marketPlace__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -20px 0
}

.marketPlace__list.u-mt0 {
    margin-top: 0
}

.marketPlace__item {
    width: calc(50% - 40px);
    margin: 0 20px;
    margin-top: -1px;
    padding: 22px 0 19px;
    border: 1px solid #8d8d8d;
    border-width: 1px 0
}

.marketPlace__itemNote {
    margin-top: 10px;
    text-align: right;
    line-height: 18px
}

.boxText__desc {
    margin-top: 40px
}

.brandList--col3 {
    overflow: hidden;
    margin-top: 40px
}

.reputation--brand {
    padding: 0 0 17px;
    background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 3px, #fff 4px, #fff 10px)
}

.reputation--brand.since_2022 {
    margin-top: 17px;
    padding: 30px 0
}

.reputation--brand.since_2022 .productDetail__box {
    margin-top: 0;
    text-align: left
}

.reputation--brand.since_2022 .productDetail__box .usedPurchase__name {
    text-align: left
}

.reputation--brand+.reputation--brand .h3 {
    margin-top: 0
}

.examples__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 20px
}

.examples__img {
    overflow: hidden;
    border: 5px solid #e0e0e0;
    border-radius: 50%
}

.examples__point {
    margin-top: 15px;
    color: #b22222;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 21px
}

.examples__ttl {
    margin-top: 7px;
    color: #430e0e;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px
}

.examples__txt {
    margin: 30px 0 56px;
    color: #430e0e;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 42px
}

.examples__txt span {
    color: #b22222;
    font-size: 34px
}

.monclerGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto
}

.monclerGrid__img img {
    width: 100%
}

.marketPlace.since2022 .marketPlace__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.marketPlace.since2022 .marketPlace__itemName {
    width: 100%
}

.marketPlace.since2022 .marketPlace__itemNote {
    min-width: 11%;
    margin-top: 0;
    padding-left: 15px;
    text-align: center;
    line-height: 1.7
}

.marketPlace.since2022 .marketPlace__list .title {
    padding: 12px 0;
    text-align: center;
    line-height: normal
}

.marketPlace.since2022 .marketPlace__list .title .marketPlace__itemNote {
    text-align: center;
    line-height: normal
}

.marketPlace.since2022 .c-red {
    color: #b22222;
    font-weight: 700
}

.marketPlace.since2024 .marketPlace__list .title {
    padding: 12px 0;
    text-align: center;
    line-height: normal
}

.marketPlace.since2024 .marketPlace__item {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.marketPlace.since2024 .marketPlace__itemName {
    width: 100%
}

.marketPlace.since2024 .marketPlace__itemNote {
    min-width: 11%;
    margin-top: 0;
    padding-left: 15px;
    text-align: center;
    line-height: 1.7
}

.marketPlace .products__item {
    margin-bottom: 0
}

.cp_banner {
    position: relative;
    text-align: center
}

.assess_p .assess_p__box .assess_p__item .assess_p__img {
    margin-top: 10px;
    text-align: center
}

.assess_p .assess_p__box .assess_p__item .assess_p__img img {
    max-width: 380px
}

.assess_p .assess_p__box .assess_p__item p {
    margin-top: 5px
}

.assess_p .stepBlk__ttl {
    position: relative;
    padding-bottom: 9px;
    color: #430e0e;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 2em
}

.assess_p .stepBlk__ttl:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background: #430e0e;
    content: ''
}

.assess_p .stepBlk__ttl .stepBlk__point {
    margin-right: .3em;
    padding: 0 14px 9px 19px;
    background: url(/assets/img/icon_stepblk__ttl.svg) no-repeat center 19px
}

.assess_p .stepBlk__ttl .stepBlk__point span {
    margin-left: 4px;
    font-size: 34px
}

.models2c .models2c__box .models2c__item .models2c__dsc .models__link {
    display: block;
    margin: 0;
    text-align: left
}

.modelsSlide_box .modelsSlide {
    padding: 0 40px
}

.modelsSlide_box .modelsSlide .modelsSlide_tit {
    margin-bottom: .2em;
    text-align: center
}

.modelsSlide_box .modelsSlide .modelsSlide_img {
    margin-bottom: .5em
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox {
    margin-bottom: .5em
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox .modelsSlide_desc {
    max-height: none;
    height: auto;
    transition: 500ms max-height ease
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox.close .modelsSlide_desc {
    overflow: hidden;
    position: relative;
    max-height: 5.3em
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox .more-btn {
    font-weight: 700
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox:not(.close) .more-btn {
    display: none
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox .modelsSlide_desc:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    content: ''
}

.modelsSlide_box .modelsSlide .modelsSlide_descBox.close .modelsSlide_desc:before {
    display: none
}

.accordion .accordion__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion .accordion__item {
    width: 100%;
    border-top: 1px solid #8d8d8d
}

.accordion .accordion__item:last-child {
    border-bottom: 1px solid #8d8d8d
}

.accordion .accordion__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 73px;
    height: auto;
    padding: 18px 30px 18px 24px;
    color: #430e0e;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer
}

.accordion .accordion__head .icon-plus {
    display: block;
    position: absolute;
    top: 38px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px
}

.accordion .accordion__head .icon-plus:before,
.accordion .accordion__head .icon-plus:after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #b22222;
    content: ''
}

.accordion .accordion__head .icon-plus:after {
    transform: rotate(90deg)
}

.accordion .accordion__head.-active .icon-plus:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.accordion .accordion__content {
    display: none;
    position: relative;
    padding: 0 24px 20px
}

.accordion .accordion__content.js-active {
    display: block
}

.marketPlace2__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0;
    border-top: 1px solid #8d8d8d
}

.marketPlace2__list.u-mt0 {
    margin-top: 0
}

.marketPlace2__item {
    width: 50%;
    margin: 0;
    margin-top: -1px;
    padding: 10px
}

.marketPlace2__item.flex {
    display: -ms-flexbox;
    display: flex
}

.marketPlace2__item.flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.marketPlace2__item.flex .marketPlace2__img,
.marketPlace2__item.flex .marketPlace2__text {
    padding: 20px 0 20px 5px
}

.marketPlace2__itemNote {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 10px;
    text-align: right;
    line-height: 18px
}

.marketPlace2__itemNote>*:nth-child(2n) {
    text-align: right
}

.marketPlace2__itemNote>:first-child {
    margin-right: .5em
}

.tar {
    text-align: right
}

.suprTitle {
    padding: 5px 10px;
    border-left: 4px solid #b22222;
    background: #fdebeb;
    font-weight: 700;
    text-align: center
}

.suprTitle+.boxText__desc {
    margin-top: 20px
}

.products+.suprTitle {
    margin-top: 20px
}

.h2__main--dot:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 71px;
    height: 3px;
    background: url(/assets/img/brand/icon_dot.svg) no-repeat center/contain;
    content: '';
    transform: translateX(-50%)
}

.h2__text--st {
    display: block;
    margin-top: 7px
}

.think {
    overflow: hidden;
    padding: 78px 0 0
}

.think img {
    max-width: 100%;
    width: auto
}

.think_ttile {
    margin: 0 auto 30px;
    text-align: center
}

.icon__arrowDown {
    position: relative;
    max-width: 791px;
    margin: 0 auto 30px;
    text-align: center
}

.icon__arrowDown:after {
    position: absolute;
    bottom: -15px;
    left: 49.5%;
    width: 44px;
    height: 22px;
    background: url(/assets/img/brand/icon_arrow_down.svg) no-repeat center/contain;
    content: '';
    transform: translateX(-50%)
}

.think__imgBox {
    display: block;
    max-width: 518px;
    margin: 20px auto 41px;
    text-align: center
}

.think__txt01 {
    font-weight: 700;
    line-height: 2
}

.think__txtBox {
    text-align: center
}

.think__txtBoxTtl {
    margin-top: 42px;
    margin-bottom: 18px;
    color: #b22222;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.5
}

.think__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    max-width: 82.9%;
    margin: 50px auto 0
}

.think__gridTxt {
    width: 50%
}

.think__gridTxt h3 {
    margin-top: 9px;
    margin-bottom: 14px;
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px
}

.think__gridImg {
    width: 50%;
    padding-left: 5.5%
}

.tips {
    overflow: hidden
}

.tips__desc {
    text-align: center;
    line-height: 1.5
}

.tips__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px -20px 0
}

.tips__item {
    position: relative;
    width: 33.333333%;
    margin-top: 37px;
    padding: 0 20px
}

.tips__itemBox {
    height: 100%;
    border-radius: 4px 4px 0 0;
    background: #f8f2f2
}

.tips__itemBox p {
    padding: 30px 30px 44px;
    line-height: 1.5
}

.tips__itemTtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 74px;
    padding: 9px 10px 0;
    border-radius: 4px 4px 0 0;
    background: #430e0e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 21px
}

.tips__num {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    width: 36px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    transform: translate(-50%, -50%)
}

.bayerIntro {
    overflow: hidden
}

.bayerIntro__itemInner {
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    background: #f2f2f2
}

.bayerIntro__desc {
    text-align: center;
    line-height: 1.5
}

.bayerIntro__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1062px;
    margin: 60px auto 0
}

.bayerIntro__list .slick-dots {
    width: 100%;
    margin-top: 22px
}

.bayerIntro__list .slick-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    top: 30%;
    width: 40px;
    height: 40px;
    font-size: 0;
    transform: translateY(-50%)
}

.bayerIntro__list .slick-arrow:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.bayerIntro__list .slick-track {
    display: -ms-flexbox;
    display: flex
}

.bayerIntro__list .slick-next {
    right: calc((100% - 1000px)/2);
    background: url(/assets/img/brand/icon_slick_next.svg) no-repeat center/contain
}

.bayerIntro__list .slick-prev {
    left: calc((100% - 1000px)/2);
    background: url(/assets/img/brand/icon_slick_prev.svg) no-repeat center/contain
}

.bayerIntro__item {
    height: auto;
    margin-right: 10px;
    margin-left: 10px
}

.payerIntro__name {
    height: 47px;
    background: #000;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 52px
}

.payerIntro__info {
    padding: 20px 20px 35px;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 1.5
}

.payerIntro__txt {
    margin-top: 30px;
    margin-bottom: 36px;
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 28px
}

.stepPurchase__list {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.stepPurchase__item {
    margin-right: 67px
}

.stepPurchase__item:last-child {
    margin-right: 0
}

.stepPurchase__img {
    position: relative
}

.stepPurchase__img:after {
    position: absolute;
    top: 50%;
    right: -33.5px;
    width: 13px;
    height: 11px;
    background: url(/assets/img/brand/stepPurchase_arrow.svg) no-repeat center/contain;
    content: '';
    transform: translate(50%, -50%)
}

.stepPurchase__item:last-child .stepPurchase__img:after {
    display: none
}

.stepPurchase__desc {
    margin-top: 59px;
    margin-bottom: 34px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.stepPurchase__step {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.stepPurchase__step span {
    display: block;
    margin-bottom: 5px;
    color: #430e0e;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 1
}

.stepPurchase__step span.stepPurchase__stepSmall {
    margin-bottom: 0;
    color: #b70a00;
    font-size: 16px
}

.whatBuy {
    overflow: hidden
}

.whatBuy img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: auto
}

.whatBuy__boxGray {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    max-width: 749px;
    margin: 40px auto 0;
    padding: 28px 20px 26px;
    border-radius: 4px;
    background: #f2f2f2;
    text-align: center
}

.whatBuy__boxGray .whatBuy__boxGrayTtl {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5
}

.whatBuy__boxGray p {
    font-size: 14px;
    line-height: 2
}

.whatBuy__boxGray p.whatBuy__boxGrayTxt {
    margin-top: 0
}

.whatBuy__boxGray p.whatBuy__note {
    margin-top: 12px;
    font-size: 12px
}

.whatBuy__link_wrap {
    margin-top: 17px
}

.whatBuy__link {
    margin-top: 15px;
    color: #b22222;
    font-size: 14px;
    line-height: 1.5
}

.whatBuy__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.brand--pt0 {
    padding-top: 0
}

.storeInfo {
    overflow: hidden;
    padding-bottom: 167px;
    background: url(/assets/img/brand/bg_maps.svg) no-repeat center 70px;
    background-size: auto 81%
}

.storeInfo__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 870px;
    margin: 0 auto 48px
}

.storeInfo__item {
    position: relative
}

.storeInfo__subTtl {
    margin: 77px 0 45px;
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 28px
}

.storeInfo__txt01 {
    position: absolute;
    z-index: 1;
    top: -12px;
    left: 22%;
    color: #430e0e;
    font-size: 18px;
    font-weight: 700
}

.storeInfo__item:nth-child(2) .storeInfo__txt01 {
    left: 4%
}

.storeInfo__item:nth-child(3) .storeInfo__txt01 {
    left: 18%
}

.storeInfo__item:nth-child(4) .storeInfo__txt01 {
    left: 18%
}

.storeInfo__item:nth-child(5) .storeInfo__txt01 {
    left: 18%
}

.storeInfo__item:nth-child(6) .storeInfo__txt01 {
    left: 18%;
    width: 170%
}

.storeInfo__txt02 {
    bottom: 20px;
    left: 24%
}

.storeInfo__numArea {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 89px;
    height: 88px;
    border-radius: 999px;
    background: #fdebeb;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.storeInfo__numArea {
    color: #b22222;
    font-size: 47px
}

.storeInfo__numText {
    position: relative;
    line-height: 1
}

.storeInfo__unit {
    position: absolute;
    bottom: .25em;
    left: calc(100% + .25em);
    width: 2em;
    color: #000;
    font-size: 18px
}

.storeInfo__num2:after {
    right: -23px
}

input:focus {
    outline: none
}

.titleWrap__h1 {
    color: #430e0e;
    font-weight: 700;
    text-align: center
}

.mvItem__intro {
    text-align: center
}

.mvItem__main {
    font-weight: 700
}

.searchBox__form {
    background-color: #efefef
}

.formGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.formGroup__button,
.formGroup__txt {
    width: 100%
}

.formGroup__button.-blur,
.formGroup__txt.-blur {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    pointer-events: none
}

.formGroup__txt {
    background-color: #fff
}

.formGroup__button {
    background-color: #b22222;
    color: #fff;
    text-align: center
}

.quickSelect {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.quickSelect>li {
    color: #430e0e;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.quickSelect>li.-blur {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    pointer-events: none
}

.quickSelect>li span.-active {
    border-color: #000
}

.searchBox__txt {
    background-color: #430e0e;
    color: #fff;
    font-weight: 700
}

.searchBox__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.searchBox__notFound {
    width: 100%;
    font-weight: 700;
    text-align: center
}

.searchBox__item a {
    color: #b22222;
    text-decoration: underline
}

.static-check {
    margin: 30px 0 0;
    padding: 20px 30px;
    border: 8px solid #b70a00;
    border-radius: 40px
}

.static-check__title {
    color: #b70a00;
    font-size: 26px;
    font-weight: 700;
    text-align: center
}

.static-check__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -3px 0
}

.static-check__item {
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 8px 4px;
    line-height: 1.2
}

.static-check__item>* {
    display: inline-block;
    font-weight: 700
}

.static-check__status {
    margin-right: 5px;
    color: #b70a00
}

.static-check__text {
    color: #430e0e
}

.static-img {
    margin: 40px 0 50px
}

.static-img__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.static-img__item {
    width: 25%;
    padding: 0 10px
}

.categories__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.categories__img {
    position: relative
}

.categories__img a:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / .3);
    content: ''
}

.categories__label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    transform: translate(-50%, -50%)
}

.categories__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.categories__link li a {
    color: #430e0e
}

.socialBox__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px
}

.socialBox__link img {
    width: 67px;
    height: 67px
}

.socialBox__linkInner {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #430e0e;
    font-weight: 700;
    text-decoration: none
}

.socialBox__linkInner span {
    margin-left: .7em
}

.socialBox__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 930px;
    margin: 40px auto 0;
    gap: 30px
}

.socialBox__list li {
    width: calc((100% - 30px*2)/3)
}

.socialBox__note {
    margin: 30px 0;
    text-align: center;
    line-height: 1.5
}

.lineBox {
    margin-top: 48px
}

.lineBox__note {
    margin: 44px 0 18px;
    text-align: center;
    line-height: 24px
}

.infoNotice {
    margin: -20px 0 60px;
    font-size: 14px
}

.infoNotice__item {
    text-align: center
}

.infoDetail__img {
    text-align: center
}

.infoDetail__img img {
    max-width: 100%;
    width: 560px
}

.sites__bnr {
    margin-top: 40px
}

.sites__bnr figure {
    text-align: center
}

.sites__bnr img {
    max-width: 100%;
    width: auto;
    margin: auto
}

.sites__bnr figcaption {
    margin-top: 20px;
    line-height: 24px
}

.sites__bnrBlock {
    padding-bottom: 55px
}

.lineBdr {
    position: relative;
    padding: 44px 0 0;
    border-top: 1px solid #dedede
}

.lineBdr:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    background: #b22222;
    content: ''
}

.linkSec {
    margin-top: 55px;
    margin-bottom: 120px
}

.linkSec__btn {
    margin-top: 40px
}

.costume-cooperation__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.costume-cooperation__item {
    width: 25%;
    text-align: center
}

.costume-cooperation__item a {
    display: block;
    overflow: hidden;
    text-decoration: none
}

.costume-cooperation__item figcaption {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
    line-height: 24px
}

.campaign__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.campaign__item {
    width: 33.333333%;
    text-align: center
}

.campaign__item a {
    display: block;
    overflow: hidden;
    text-decoration: none
}

.campaign__item figcaption {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 24px
}

.mainVisual {
    margin-top: 90px;
    margin-bottom: 50px
}

.campaign__ttl {
    margin-bottom: 30px;
    color: #b22222;
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.campaign__ttl .color-black {
    color: #000
}

.campaign__ttlLine {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.campaign__ttlLine span {
    position: relative;
    padding: 0 12px 0 4px
}

.campaign__ttlLine span:after {
    position: absolute;
    z-index: -1;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 12px;
    background: #cae1f4;
    content: '';
    transform: skewX(-30deg)
}

.models .freeReturn {
    margin-bottom: 60px
}

.freeReturn .freeReturn__text {
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.freeReturn .freeReturn__bold {
    color: #b22222;
    font-size: 30px
}

.purchaseList__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.purchaseList__list {
    -ms-flex: 1;
    flex: 1
}

.purchaseList__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: calc(1.3em*3);
    border-bottom: 1px solid #8d8d8d;
    line-height: 1.3
}

.productName__ttl {
    width: 79.16667%;
    font-weight: 700
}

.purchasePrice__ttl {
    width: 20.83333%;
    font-weight: 700;
    text-align: right
}

.productName__text {
    -ms-flex: 1;
    flex: 1;
    margin: 0 1em 0 0
}

.purchasePrice__text {
    width: 5.5em;
    color: #b7130e;
    font-weight: 700;
    text-align: right
}

.statePurchase__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(1000px - 65px*2);
    margin: 0 auto
}

.statePurchase__item {
    width: 28.73563%
}

.statePurchase__item figcaption {
    font-size: 18px;
    font-weight: 700;
    text-align: center
}

.assessment__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 74%;
    margin: 0 auto
}

.assessment__item {
    width: 47.2973%
}

.precautions_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.precautions_list.marB1em {
    padding-left: 38px
}

.precautions_list--scroll {
    overflow-y: scroll;
    max-width: 700px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border: 1px solid #ccc
}

.newList__check {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px
}

.newList__check li span {
    background: url(/assets/img/bg_highlight.svg) repeat-x 0 bottom/auto 10px
}

.newList__check li+li {
    margin-top: 5px
}

.newList__check .icon {
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 10px;
    background: url(/assets/img/ico_check.svg) no-repeat 0 0/100%;
    vertical-align: -2px
}

.storeBox {
    margin-top: 60px;
    border: 4px solid #b22222
}

.storeBox--chanel {
    border-color: #430e0e;
    background: #430e0e
}

.storeBox--chanel .storeBox__inner {
    background: #fff
}

.storeBox__ttl {
    padding: 5px 0 1px;
    background: #b22222;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    line-height: 70px
}

.storeBox__ttl:after,
.storeBox__ttl:before {
    display: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33px;
    height: 56px;
    background: url(/assets/img/campaign/item/icon_03.svg) no-repeat 0 0/100%;
    content: ''
}

.storeBox__ttl:before {
    margin-right: 35px
}

.storeBox__ttl:after {
    margin-left: 30px;
    background-image: url(/assets/img/campaign/item/icon_04.svg)
}

.storeBox__ttl i {
    font-style: inherit
}

.storeBox__inner {
    padding: 30px
}

.storeBox__desc {
    margin-bottom: 30px;
    text-align: center
}

.appleInfo__box.brd-none {
    border: none
}

.storeBtn__desc {
    font-weight: 700;
    text-align: center
}

.storeBtn__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px
}

.storeBtn__list li {
    width: calc(25% - 15px);
    margin-top: 15px;
    margin-left: 15px
}

.storeBtn__list li>* {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0 9px;
    border: 2px solid #dedede;
    border-radius: 3px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 20px
}

.storeBtn__list li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.storeComing {
    margin-top: 30px
}

.storeComing img {
    display: block;
    margin: auto
}

.statePurchase__list.tp01 {
    max-width: 800px;
    width: auto;
    margin: auto;
    margin-bottom: 40px
}

.statePurchase__list.tp01 .statePurchase__item {
    width: calc(33.33% - 15px)
}

.statePurchase__list.tp01 a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.storeData__ttl {
    margin-bottom: 10px;
    font-weight: 700
}

.storeData__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px
}

.storeData__social img {
    max-width: 30px
}

.storeData__social *+* {
    margin-left: 10px
}

.storeMap {
    max-width: 860px;
    margin: 30px auto 0
}

.process.pb0 {
    padding-bottom: 0
}

.storeIcon__ins {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    background: url(/assets/img/campaign/item/ico_instagram.png) no-repeat 0 0/100%;
    vertical-align: middle
}

.mt20 {
    margin-top: 20px !important
}

.btnGreen {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 286px;
    padding: 10px 25px;
    border-radius: .5rem;
    background: #02a32f;
    -webkit-box-shadow: 0 5px 0 #2c9d60;
    box-shadow: 5px 5px 0 #212529;
    color: #212529;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btnGreen:hover {
    background: #02a32f;
    -webkit-box-shadow: 0 2px 0 #02a32f;
    box-shadow: 0 2px 0 #02a32f;
    color: #fff;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

.btnGreen span {
    display: inline-block;
    width: 100%;
    margin-bottom: .5em;
    border-radius: 4px;
    background: #fff;
    color: #02a32f;
    font-size: 18px
}

.btnOrange {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 286px;
    padding: 20px 25px;
    border-radius: .5rem;
    background: #e69039;
    -webkit-box-shadow: 0 5px 0 #72400a;
    box-shadow: 5px 5px 0 #72400a;
    color: #212529;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.btnOrange:hover {
    background: #e69039;
    -webkit-box-shadow: 0 2px 0 #e69039;
    box-shadow: 0 2px 0 #e69039;
    color: #fff;
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px)
}

.btnOrange span {
    display: inline-block;
    width: 100%;
    margin-bottom: .5em;
    border-radius: 4px;
    background: #fff;
    color: #e69039;
    font-size: 18px
}

.campList__note {
    max-width: 100%;
    width: 595px;
    margin: auto
}

.campList__note li {
    margin-left: 16px;
    text-indent: -16px
}

.otoshiBox__item {
    border-bottom: 10px solid #b22222;
    background: #f0e7d8;
    font-weight: 700;
    text-align: center
}

.otoshiBox__head {
    padding: 5px;
    background: #b22222;
    color: #fff
}

.otoshiBox__head span {
    font-size: 20px
}

.otoshiBox__inr {
    padding: 10px;
    line-height: 1.3
}

.otoshiBox__inr>p span {
    font-size: 20px
}

.otoshiBox__inr>p+p {
    margin-top: 15px
}

.otoshiBox__inr .lg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    line-height: 1.7
}

.cpLink__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 700px;
    margin: 0 auto;
    gap: 8px
}

.cpLink__wrapper li:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.chronology__tab {
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px
}

.chronology__tabItem {
    width: 50%;
    padding: 24px 0;
    border-top: 3px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
    border-left: 3px solid #f2f2f2;
    border-radius: 10px 10px 0 0;
    background-color: #f2f2f2;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    cursor: pointer
}

.chronology__tabItem.-js-active,
.chronology__tabItem.js-tab__active {
    border-top: 3px solid #f2f2f2;
    border-right: 3px solid #f2f2f2;
    border-left: 3px solid #f2f2f2;
    border-radius: 10px 10px 0 0;
    background-color: #fff
}

.featureBrand__tabCnt {
    display: none
}

.featureBrand__tabCnt.-js-show,
.featureBrand__tabCnt.js-tab__show {
    display: block
}

.chronology__title {
    margin: 40px 0 20px 40px;
    color: #b22222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}

.chronology_timeline {
    position: relative;
    border-left: 4px solid #b22222
}

.chronology__item {
    position: relative;
    margin-bottom: 20px
}

.chronology__item:first-child .chronology__head {
    padding-top: 20px
}

.chronology__item:last-child:before {
    position: absolute;
    top: 43.19px;
    left: -4px;
    height: 100%;
    border-left: 4px solid #fff;
    content: ''
}

.chronology__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-bottom: 6px;
    padding-left: 40px;
    background-image: linear-gradient(to right, #b22222 3px, transparent 3px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 10px 3px;
    gap: 12px
}

.chronology__year {
    color: #b22222;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4
}

.chronology__desc {
    color: #b22222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1
}

.chronology__dot {
    position: absolute;
    bottom: -6px;
    left: -10px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #b22222
}

.chronology__brands {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
    margin-left: 40px;
    gap: 12px
}

.chronology__brand,
.chronology__brand2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 31%;
    height: 200px;
    border-radius: 8px;
    background-color: rgb(222 222 222 / .5);
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

.chronology__brand:hover,
.chronology__brand2:hover {
    box-shadow: none
}

.chronology__brand2 {
    background-color: rgb(0 0 0 / .3);
    color: #fff
}

.chronology__brands-2024:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2024.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    content: ''
}

.chronology__brands-2023:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2023.jpg);
    background-repeat: no-repeat;
    background-position: 0 30%;
    background-size: cover;
    content: ''
}

.chronology__brands-2022:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2022.jpg);
    background-repeat: no-repeat;
    background-position: 20%;
    content: ''
}

.chronology__brands-2021:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2021.jpg);
    background-repeat: no-repeat;
    background-position: 70%;
    content: ''
}

.chronology__brands-2020:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2020.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    content: ''
}

.chronology__brands-2019:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2019.jpg);
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: contain;
    content: ''
}

.chronology__brands-2018:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2018.jpg);
    background-repeat: no-repeat;
    background-position: 30%;
    content: ''
}

.chronology__brands-2017:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2017.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    content: ''
}

.chronology__brands-2016:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2016.jpg);
    background-repeat: no-repeat;
    background-position: 0;
    content: ''
}

.chronology__brands-2015:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg1_2015.jpg);
    background-repeat: no-repeat;
    background-position: 60%;
    background-size: contain;
    content: ''
}

.chronology__brands2-2024:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2024.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2023:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2023.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2022:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2022.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2021:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2021.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2020:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2020.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2019:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2019.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2018:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2018.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2017:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2017.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2016:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2016.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.chronology__brands2-2015:after {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/campaign/10th_anniversary_campaign/chronology_bg2_2015.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''
}

.yellow_band_ttl {
    padding: 20px 0;
    border-radius: 2px;
    background: #cc9d22;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em
}

.benefits__wrapper {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    background: #fff8f2
}

.benefits__item:first-child {
    padding-top: 160px
}

.benefits__item:not(:first-child) {
    margin-top: 160px
}

.benefits__item .benefits__head {
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translate(-50%, 0)
}

.benefits__item#benefits3 {
    margin-top: 160px;
    padding-top: 0
}

.benefits__item#benefits4 {
    margin-bottom: 80px
}

.benefits__redBox {
    margin-top: 94px
}

.benefits__redBox .boxRed {
    margin: 0 auto
}

.targetBrands_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px
}

.targetBrands_content ul {
    width: 40%
}

.targetBrands_content ul li a {
    color: #b22222
}

.targetBrands_content ul li:not(:last-child) {
    margin-bottom: .25em
}

.campItem {
    padding-top: 90px
}

.campItem__bnr a {
    display: block
}

.campItem__ttl {
    margin-top: 42px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 45px
}

.campItem__desc {
    margin-top: 24px;
    font-size: 16px;
    text-align: center;
    line-height: 24px
}

.products__rank {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 200px;
    height: 24px;
    border-radius: 12px;
    background: #430e0e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px
}

.products--campItem .products__item {
    margin-bottom: 20px
}

.products--campItem1 .products__item {
    margin-bottom: 20px
}

.campTbl .products__notice {
    margin-top: 40px
}

.campTbl__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 35px;
    padding: 10px 0 0;
    font-weight: 700
}

.campTbl__ttl i {
    color: #b22222;
    font-size: 30px;
    font-style: normal
}

.campTbl__ttl:before,
.campTbl__ttl:after {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 46px;
    height: 85px;
    margin-top: -10px;
    background: no-repeat 0 0 / 100%;
    content: ''
}

.campTbl__ttl:before {
    margin-right: 51px;
    background-image: url(/assets/img/campaign/item/icon_01.svg)
}

.campTbl__ttl:after {
    margin-left: 51px;
    background-image: url(/assets/img/campaign/item/icon_02.svg)
}

.campTbl__ttlInner {
    color: #430e0e;
    font-size: 22px;
    text-align: center;
    line-height: 1.3
}

.campTbl__col {
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
    margin-left: -40px
}

.campTbl__col>* {
    width: calc(50% - 40px);
    margin-left: 40px
}

.campTbl__table {
    width: 100%;
    font-size: 16px;
    line-height: 21px
}

.campTbl__table td,
.campTbl__table th {
    padding: 28px 0 24px;
    border-bottom: 1px solid #8d8d8d;
    vertical-align: middle
}

.campTbl__table td.w25,
.campTbl__table th.w25 {
    width: 25%
}

.campTbl__table td.w26,
.campTbl__table th.w26 {
    width: 26%
}

.campTbl__table td.right,
.campTbl__table th.right {
    text-align: right
}

.campTbl__table td.price,
.campTbl__table th.price {
    color: #b7130e;
    font-weight: 700;
    text-align: right
}

.campTbl__txt {
    margin: 35px 0 116px;
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 36px
}

.campTbl__txt span {
    color: #b22222;
    font-size: 30px
}

.campItem__notify {
    max-width: 885px;
    margin: 50px auto 0;
    padding: 25px 20px 15px;
    border: 2px solid #b22222;
    text-align: center
}

.campItem__notifyTtl {
    color: #b22222;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px
}

.campItem__notifyInr {
    margin-top: 5px;
    font-size: 22px;
    line-height: 53px
}

.campItem__notifyInr i {
    font-style: normal
}

.campItem__notifyInr span {
    font-size: 40px
}

.campItem__notifyInr span i {
    font-size: 25px
}

.campItem__notifyInr span.fs33 {
    font-size: 33px
}

.linkBtn__area.mt40 {
    margin-top: 40px
}

.products__notice.mt10 {
    margin-top: 10px
}

.products--apple .products__list {
    margin: 0 -10px
}

.products--apple .products__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 30px;
    padding: 0 16px;
    text-align: center
}

.products--apple .products__box {
    margin-top: 20px
}

.products--apple .products__price {
    margin-top: 4px
}

.appleInfo {
    margin-bottom: 120px
}

.appleInfo__box {
    max-width: 885px;
    margin: 40px auto 60px;
    padding: 28px 1em;
    border: 2px solid #714949;
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 24px
}

.appleInfo__box span {
    color: #b22222;
    font-size: 26px
}

.appleInfo__box p+p {
    margin-top: 1em
}

.appleInfo__box--pb0 {
    padding-bottom: 0
}

.appleInfo__box--maxwidth1000 {
    max-width: 1000px
}

.appleInfo__ttl {
    margin-top: 55px;
    padding: 17px 12px 12px;
    border-radius: 2px;
    background: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 26px
}

.appleInfo__head {
    padding: 33px 15px 10px;
    text-align: center
}

.appleInfo__headTtl {
    margin-bottom: 7px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
}

.appleInfo__inr {
    padding: 30px 32px 26px;
    background: #f2f2f2
}

.appleInfo__inrTtl {
    font-weight: 700;
    text-align: center
}

.appleInfo__inrLst {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    gap: 15px
}

.appleInfo__inrLst li {
    width: 33.33%
}

.appleInfo__inrDesc {
    margin-top: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 18px
}

.appleInfo__col2 {
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.appleInfo__col2>* {
    width: 50%
}

.appleInfo__list {
    margin-top: 30px;
    font-size: 12px;
    line-height: 18px
}

.appleInfo__list li {
    display: -ms-flexbox;
    display: flex
}

.appleInfo__list li span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 7px
}

.appleInfo__list li+li {
    margin-top: 14px
}

.appleInfo__list.list02 li+li {
    margin-top: 4px
}

.appleInfo__col3 {
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    gap: 20px
}

.appleInfo__col3>* {
    width: 33.33%
}

.appleInfo__note {
    height: 100%;
    padding: 30px 20px 25px;
    background: #f2f2f2
}

.appleInfo__noteTtl {
    font-weight: 700
}

.appleInfo__noteLst {
    margin-top: 18px;
    margin-left: 14px;
    font-weight: 700;
    text-indent: -16px;
    line-height: 28px
}

.appleInfo__noteLst li+li {
    margin-top: 0
}

.appleInfo__noteDsc {
    margin-top: 21px;
    font-size: 12px;
    line-height: 18px
}

.appleInfo__noteDsc p+p {
    margin-top: 16px
}

.superbrandIntro__text1 {
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.category__ttl {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.nikeInfo__ttl {
    margin-top: 55px;
    padding: 17px 12px 12px;
    border-radius: 2px;
    background: #430e0e;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 26px
}

.campaign__txt--fz18 {
    font-size: 18px
}

.campaign__txt--fz20 {
    font-size: 20px
}

.campaign__txt--fz22 {
    font-size: 22px
}

.campaign__txt--fz24 {
    font-size: 24px
}

.campaign__txt--fz28 {
    font-size: 28px
}

.xmas__gift {
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 50px;
    background: #047655
}

.xmas__giftGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.xmas__giftBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    width: 260px;
    margin: auto;
    margin-top: 5px;
    padding: 15px 20px;
    border-radius: 999px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    color: #cc9d22;
    font-weight: 700;
    text-align: center
}

.xmas__giftBtn:hover {
    box-shadow: none
}

.xmas__giftBtn:before {
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 5px 10px;
    border-radius: 20px;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #000;
    font-size: 12px;
    content: 'コピーしました';
    transition: opacity .2s
}

.xmas__giftBtn.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.xmas__giftCode {
    margin-top: 5px;
    color: #fff;
    text-align: center
}

.xmas__giftNote {
    max-width: 376px;
    margin: 20px auto 0;
    color: #fff
}

.xmas__giftNote01 {
    max-width: 765px;
    margin: auto
}

.btnCopy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 100%;
    width: auto;
    margin: auto;
    margin-top: 5px;
    padding: 15px 20px;
    border: 1px solid rgb(0 0 0 / .21);
    border-radius: 999px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    -moz-box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / .21);
    color: #cc9d22;
    font-weight: 700;
    text-align: center;
    transition: .1s
}

.btnCopy:hover {
    box-shadow: none
}

.btnCopy:before {
    display: block;
    position: absolute;
    top: -35px;
    right: 0;
    padding: 5px 10px;
    border-radius: 20px;
    background: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    color: #000;
    font-size: 12px;
    content: 'コピーしました';
    transition: opacity .2s
}

.btnCopy.active:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.btnCopy--textRed {
    color: #b22222
}

.btnCopy--yellow {
    min-width: 400px;
    width: fit-content;
    border: none;
    background: #cc9d22;
    color: #fff;
    text-decoration: none
}

.kaitori_cp__bnr {
    display: block;
    overflow: hidden;
    max-width: 510px;
    width: 100%;
    margin: auto;
    margin-top: 20px
}

.h3--bdrNone {
    margin-top: 0;
    border-top: 0
}

.h3--bdrNone:before {
    display: none
}

.item_cp__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item_cp__box {
    width: 50%;
    margin-top: 10px
}

.linkBtn--green {
    background-color: #00b900
}

.line_pc__sec .normal__img01 img {
    width: 350px
}

.event_box {
    max-width: 750px;
    margin: auto;
    border: 2px solid #b22222;
    text-align: center
}

.text-line {
    border-bottom: 5px solid #fdef22
}

.event_box__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.event_box__grid>* {
    width: calc(100%/3)
}

.grid__col4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    row-gap: 10px
}

.campaign__highlight {
    margin-top: 40px;
    color: #430e0e;
    font-weight: 700;
    line-height: 2
}

.campaign__highlight span {
    position: relative
}

.campaign__highlight span:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffadd2;
    content: ''
}

.sneakers__img1 {
    max-width: 600px;
    margin: 10px auto 20px
}

.sneakers__img2 {
    max-width: 900px;
    margin: auto
}

.sneakers__ancTtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    margin: 30px auto 20px;
    border-left: 10px #000 solid;
    background: #f3f3f3;
    -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / .35);
    -moz-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / .35);
    box-shadow: 2px 2px 5px 0 rgb(0 0 0 / .35);
    color: #000;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

a.sneakers__ancTtl {
    margin: 0 5px
}

a.sneakers__ancTtl:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.campaign-col {
    margin-top: 30px
}

.campaign-col__head {
    padding: 5px;
    background: #cb9f42;
    color: #fff;
    text-align: center
}

.campaign-col__head span {
    font-size: 22px;
    font-weight: 700
}

.campaign-col__head i {
    font-size: 18px;
    font-weight: 700;
    font-style: inherit
}

.campaign-col__inner {
    margin-top: 4px;
    padding: 4px;
    background: #fff9eb;
    text-align: center
}

.campaign-col__text {
    padding: 0 5px 5px
}

.campaign-col__title {
    font-size: 20px;
    font-weight: 700
}

.campaign-col__title span {
    position: relative;
    z-index: 1;
    padding: 0 8px 4px 12px
}

.campaign-col__title span:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: #cb9f42;
    content: '';
    transform: skewX(-12deg)
}

.campaign-col__title i {
    color: #b22222;
    font-size: 28px;
    font-style: inherit
}

.campaign-col__desc {
    margin-top: 8px;
    font-weight: 500;
    line-height: 1.4
}

.campaign-col__desc span {
    color: #b22222;
    font-size: 20px
}

.campaign-col__foot {
    padding: 5px;
    background: #fff
}

.campaign-col__note {
    margin-top: 30px
}

.text-highlight {
    position: relative;
    z-index: 1
}

.text-highlight:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ffd966;
    content: '';
    transform: skewX(-30deg)
}

.text-highlight2 {
    position: relative;
    z-index: 1
}

.text-highlight2:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #efe9d3;
    content: '';
    transform: skewX(-30deg)
}

.text-highlight3 {
    position: relative;
    z-index: 1
}

.text-highlight3:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #d0e2f3;
    content: '';
    transform: skewX(-30deg)
}

.text-oblique {
    font-style: oblique
}

.campaign__boxText p+p {
    margin-top: 20px
}

.red_band_ttl {
    padding: 17px 12px 12px;
    border-radius: 2px;
    background: #b22222;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5em
}

.campaign__imgFlex2col {
    display: -ms-flexbox;
    display: flex
}

.campaign__imgFlex2col img {
    width: 50%
}

.brand__list__noImage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1340px;
    margin: 0 auto;
    row-gap: 16px;
    row-gap: 1rem
}

.brand__list__noImage li {
    width: 24%;
    padding: .5em 0;
    border: 2px solid #dedede;
    border-radius: 5px;
    font-weight: 600;
    text-align: center
}

.process__head--icon07:after {
    background: url(/assets/img/icon_process_07.svg) no-repeat center/contain
}

.busArea__lst {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.busArea__lst>li {
    padding: 0 25px
}

.busArea__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 999px;
    background: #fdebeb;
    color: #430e0e;
    font-weight: 700
}

.busArea__item span {
    position: relative;
    text-align: center
}

.busArea__item i {
    display: block;
    position: absolute;
    left: 50%;
    color: #000;
    font-weight: 400;
    line-height: 1;
    transform: translateX(-50%)
}

.busArea .intro__btn {
    margin-top: 34px
}

.busArea__note {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 1.5
}

.busArea__noteGray {
    max-width: 543px;
    margin: 24px auto 30px;
    padding: 26px 30px;
    background: #f2f2f2;
    font-size: 16px;
    text-align: center;
    line-height: 24px
}

.busArea__noteTtl {
    margin-bottom: 11px;
    font-weight: 700
}

.busArea__noteDesc {
    margin-bottom: 11px;
    color: #b22222
}

.busArea__noteLst {
    max-width: 390px;
    margin: auto;
    text-align: left
}

.busArea__noteLst li {
    margin-left: 16px;
    text-indent: -16px;
    line-height: 1.5
}

.busArea__link {
    margin: auto;
    text-align: center;
    line-height: 1.5
}

.busArea__link a {
    color: #b22222
}

.appleInfo__headTxt {
    color: #b22222;
    font-weight: 700
}

.appleInfo__lst {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -23.5px;
    margin-bottom: 30px;
    margin-left: -23.5px;
    gap: 17px
}

.appleInfo__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: calc(100%/6 - 17px);
    height: 85px;
    border: 2px solid #430e0e;
    color: #430e0e;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.appleInfo__ttl--st01 {
    margin-top: 40px
}

.targetPurchase p {
    line-height: 1.5
}

.itemPurchased__rows {
    margin-top: 40px;
    margin-bottom: 40px
}

.itemPurchased__row {
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-top: 2px solid #8d8d8d
}

.itemPurchased__row:last-child {
    border-bottom: 2px solid #8d8d8d
}

.itemPurchased__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 17.4%;
    color: #430e0e;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

.itemPurchased__lst {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: calc(100% - 17.4%);
    margin-right: -14px;
    gap: 14px
}

.itemPurchased__lst li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: calc(100%/6 - 14px);
    width: 124px;
    height: 69px;
    border: 2px solid #430e0e;
    color: #430e0e;
    font-weight: 700;
    line-height: 22px
}

.itemPurchased__lst .disabled {
    position: relative;
    border: 0;
    background: rgb(0 0 0 / .25);
    color: rgb(0 0 0 / .25)
}

.itemPurchased__lst .disabled:before {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    content: '※'
}

.itemPurchased__txt {
    text-align: center;
    line-height: 1.5
}

.businessTrip p+p {
    margin-top: 24px
}

.point__lst {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 58px;
    gap: 66px
}

.point__itemImg {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 123px
}

.point__col {
    width: 160px;
    text-align: center
}

.point__itemTtl {
    margin-top: 33px;
    color: #430e0e;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 37px
}

.point__itemSub {
    font-size: 18px;
    font-weight: 700
}

.point__itemSub span {
    font-size: 16px
}

.pointNote__lst {
    display: -ms-flexbox;
    display: flex;
    margin-top: 53px;
    gap: 20px
}

.pointNote__item {
    width: calc(100%/3 - 20px);
    text-align: center
}

.pointNote__txt01 {
    color: #430e0e;
    font-weight: 700;
    line-height: 1.5
}

.pointNote__txt01:before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .4em .14em 0;
    border-radius: 1em;
    background: CurrentColor;
    vertical-align: text-bottom;
    content: ''
}

.pointNote__txt02 {
    font-size: 12px;
    line-height: 2
}

.reasonPurchase__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reasonPurchase__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    color: #430e0e
}

.reasonPurchase__item:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/assets/img/service/ico_fukuuro.svg);
    background-size: contain;
    content: ''
}

.reasonPurchase__item:last-child,
.reasonPurchase__item:nth-last-child(2) {
    margin-bottom: 0
}

.linkBox__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.linkBox__item:last-child,
.linkBox__item:nth-last-child(2) {
    margin-bottom: 0
}

.linkBox--line {
    position: relative
}

.linkBox--line:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 60px;
    height: 3px;
    margin: auto;
    background: #b22222;
    content: ''
}

.stateReview {
    background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 4px, #fff 4px, #fff 15px)
}

.stateReview__ttl {
    position: relative;
    color: #430e0e;
    font-weight: 700;
    text-align: center
}

.stateReview__ttl:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 71px;
    height: 3px;
    margin: auto;
    background: url(/assets/img/icon_h3_dot.svg) no-repeat 0 0/100%;
    content: ''
}

.stateReview__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff
}

.stateReview__name {
    color: #430e0e;
    font-weight: 700
}

.stateReview__pos {
    color: #b22222
}

.stateReview__item {
    position: relative;
    background-color: #f0f0f0;
    background-repeat: no-repeat
}

.stateReview__item+.stateReview__item:before {
    display: block;
    position: absolute;
    left: 50%;
    background: url(/assets/img/service/ico_triangle_down.svg) no-repeat 0 0/100%;
    content: '';
    transform: translateX(-50%)
}

.stateReview__item:nth-child(1) {
    background-image: url(/img/reputationList__bg01.svg)
}

.stateReview__item:nth-child(2) {
    background-image: url(/img/reputationList__bg02.svg)
}

.stateReview__item:nth-child(3) {
    background-image: url(/img/reputationList__bg03.svg)
}

.stateReview__item:nth-child(4) {
    background-image: url(/img/reputationList__bg04.svg)
}

.stateReview__item:nth-child(5) {
    background-image: url(/img/reputationList__bg05.svg)
}

.stateReview__item:nth-child(6) {
    background-image: url(/img/reputationList__bg06.svg)
}

.stateReview__itemTtl {
    font-weight: 700
}

.stateReview__itemTtl--flow {
    color: #430e0e
}

.stateReview .stateReview__txt {
    background: none
}

.stateReview .stateReview__txt:before {
    display: none
}

.stateReview__box--bdr {
    border: 1px solid #f0f0f0
}

.reputationBg {
    padding: 20px 0;
    background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 4px, #fff 4px, #fff 15px)
}

.shopStep .stepPurchase__desc {
    color: #430e0e
}

.shopInfo .h3--st01 {
    margin-top: 0
}

.shopInfo__desc {
    margin-top: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5
}

.shopInfo__desc span {
    color: #b22222;
    font-weight: 700
}

.process__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.process__btn .linkBtn {
    font-weight: 700
}

.process__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.process__item+.process__item {
    margin-top: 52px
}

.process__content {
    padding: 30px 0;
    text-align: center;
    line-height: 1.5
}

.process__item {
    position: relative
}

.process__item:not(:last-child):after {
    position: absolute;
    bottom: -24px;
    left: 50%;
    width: 32px;
    height: 25px;
    background: url(/assets/img/icon_arrow_brown.svg) no-repeat center/contain;
    content: '';
    transform: translateX(-50%)
}

.process__head {
    height: 55px;
    padding-right: 80px;
    padding-left: 20px;
    background: #430e0e
}

.process__num {
    margin-right: 18px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1
}

.process__ttl {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.process__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.process__head:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 80px;
    height: 80px;
    content: '';
    transform: translateY(-50%)
}

.process__head--icon01:after {
    background: url(/assets/img/icon_process_01.svg) no-repeat center/contain
}

.process__head--icon02:after {
    background: url(/assets/img/icon_process_02.svg) no-repeat center/contain
}

.process__head--icon03:after {
    background: url(/assets/img/icon_process_03.svg) no-repeat center/contain
}

.process__note {
    margin-top: 28px;
    font-size: 12px;
    line-height: 2
}

.process__note--st01 {
    margin-top: 0
}

.storeImg__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 860px;
    margin: 30px auto 0
}

.storeImg__grid>div {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px
}

.storeImg__grid>div:nth-child(even) {
    margin-right: 0
}

.storeImg__txtL {
    color: #430e0e;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

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

.storeData__slideNav {
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"
}

.storeData__slideNav:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer
}

.storeData__slideNav.slick-current {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.storeData__slide img {
    margin: auto
}

.storeData__slide p {
    margin-top: 10px;
    font-weight: 700
}

.storeData__parking {
    max-width: 500px;
    margin: auto
}

.storeData__parking p {
    margin-top: 20px;
    font-weight: 700
}

.storeData__tbl td {
    padding: 0 0 15px 15px;
    font-weight: 700
}

.storeData__tbl th {
    text-wrap: nowrap
}

.process__head--icon04:after {
    background: url(/assets/img/icon_process_04.svg) no-repeat center/contain
}

.process__head--icon05:after {
    background: url(/assets/img/icon_process_05.svg) no-repeat center/contain
}

.process__head--icon06:after {
    background: url(/assets/img/icon_process_06.svg) no-repeat center/contain
}

.shopTxt {
    text-align: center
}

.shopTxt__sub {
    color: #b22222;
    font-size: 14px;
    font-weight: 700
}

.process__link {
    display: inline-block;
    margin-top: 17px;
    color: #b22222;
    font-size: 16px;
    line-height: 1.5
}

.process__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.process__link--st01 {
    margin-top: 20px
}

.stateReview__itemStep {
    font-family: Roboto, sans-serif
}

.txt__desc {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 1.5
}

.typeKit__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.typeKit__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.typeKit__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35%;
    padding-top: 37px
}

.typeKit__iconNum {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 999px;
    background: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1
}

.typeKit__iconTxt {
    margin-top: 11px;
    color: #430e0e;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px
}

.typeKit__img img {
    max-width: 100%;
    width: auto
}

.typeKit__boxGray {
    margin-bottom: 27px;
    padding: 15px 20px 20px;
    background: #f2f2f2
}

.typeKit__boxGrayTtl {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.typeKit__boxGrayTxt li {
    margin-left: 14px;
    font-size: 14px;
    text-indent: -17px;
    line-height: 1.5
}

.typeKit__item p:not(.typeKit__note) {
    font-size: 14px;
    line-height: 21px
}

.typeKit__item p+p {
    margin-top: 21px
}

.typeKit__item p.typeKit__note {
    margin-top: 4px;
    margin-left: 12px;
    font-size: 12px;
    text-indent: -12px;
    line-height: 21px
}

.typeKit__boxBdr {
    max-width: 898px;
    margin: 25px auto 40px;
    padding: 30px 30px 19px;
    border: 2px solid #430e0e;
    text-align: center
}

.typeKit__boxBdr h3 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 21px
}

.typeKit__boxBdr p {
    line-height: 21px
}

.typeKit .intro__btn {
    margin-top: 40px
}

.deliMethod .txt__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    margin-top: 11px;
    color: #b22222;
    text-decoration: underline;
    text-align: center;
    line-height: 1.5
}

.deliMethod .txt__link:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.deliMethod .txt__note {
    font-size: 12px;
    text-align: center;
    line-height: 2
}

.linkSec--deliverykit {
    margin-bottom: 0
}

.titleWrap__lead {
    margin-top: 44px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5
}

.anchor.anchor__type01 a {
    width: 100%;
    height: 100%;
    padding-top: 10%;
    padding-left: 0;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: 1.5
}

.anchor.anchor__type01 a:before {
    top: inherit;
    bottom: 20%;
    left: 52%;
    width: 15px;
    height: 10px;
    transform: translateX(-50%)
}

.anchor.anchor__type01 a:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.anchor.anchor__type01 .anchor__list {
    -ms-flex-pack: center;
    justify-content: center
}

.anchor.anchor__type01 .anchor__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 130px;
    min-height: 69px;
    padding: 0;
    border: 1px solid #e3e3e3;
    border-radius: 4px
}

.criterGrid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: calc(850px + 60px);
    margin: auto
}

.criterGrid--revert {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.stateRank__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13.5px;
    margin-top: 52px;
    gap: 55px 0
}

.stateRank__item {
    width: 33.3333%;
    padding: 0 13.5px
}

.stateRank__itemInner {
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 3px 3px 0 0
}

.stateRank__itemTtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    padding: 0 20px;
    border-radius: 3px;
    background: #430e0e;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 21px
}

.stateRank__itemSub {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    margin: 22px 0;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.stateRank__itemTxt {
    padding: 0 20px;
    line-height: 21px
}

.criterSeason__boxImg {
    margin-top: 30px;
    text-align: center
}

.criterSeason__boxImg img {
    max-width: 100%;
    width: auto;
    margin: auto
}

.noPrice__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 38px
}

.noPrice__col {
    padding: 0 0 0 34px
}

.noPrice__item {
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(/assets/img/flow/criterion/icon_close.svg) no-repeat;
    background-position: center left;
    background-size: 16px 16px;
    color: #430e0e;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px
}

.noPrice__brandList {
    max-width: 930px;
    margin: 30px auto;
    padding: 30px;
    background: #f2f2f2;
    line-height: 1.5
}

.noPrice__brandList span {
    display: inline-block
}

.noPrice .linkBtn__area {
    margin-top: 50px
}

.noPrice .txt__desc {
    margin-top: 20px
}

.badPurchase__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 928px;
    margin: auto;
    margin-top: 40px;
    gap: 32px 0
}

.badPurchase__item {
    width: 50%;
    padding: 0 32px
}

.badPurchase__itemTtl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 47px;
    margin-bottom: 35px;
    border-radius: 3px;
    background: #430e0e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px
}

.badPurchase__itemImg {
    margin-bottom: 23px
}

.badPurchase__itemTxt {
    line-height: 1.5
}

.precaution__area {
    width: 749px;
    margin: 0 auto 30px;
    padding: 30px 0;
    background: #f2f2f2
}

.precaution__ttl {
    margin-bottom: 30px;
    color: #b22222;
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.precaution__text {
    font-size: 14px;
    text-align: center
}

.identification__wrap {
    margin: 0
}

.identification__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.identification__item {
    width: 48%;
    margin-bottom: 45px
}

.identification__ttl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    margin-bottom: 30px;
    padding-left: 20px;
    border-radius: 2px;
    background: #430e0e;
    color: #fff;
    font-weight: 700
}

.aboutUpload__wrap {
    border-bottom: 1px solid #f5f5f5;
    background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 4px, #fff 4px, #fff 15px)
}

.aboutUpload__inner {
    width: 1000px;
    margin: 0 auto
}

.productDetail {
    padding-top: 50px
}

.productDetail__col {
    display: -ms-flexbox;
    display: flex
}

.productDetail__img {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 480px;
    margin-right: 40px
}

.productDetail__img.productImageSlidePC {
    max-width: 300px
}

.productDetail__inr {
    padding-top: 0
}

.productDetail__ttl {
    color: #430e0e;
    font-size: 22px;
    font-weight: 700;
    line-height: 33px;
    letter-spacing: -1px
}

.productDetailList {
    margin-top: 35px;
    font-size: 16px;
    line-height: 36px
}

.productDetailList__item {
    display: -ms-flexbox;
    display: flex
}

.productDetailList__title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.productDetailList__title span {
    display: inline-block;
    min-width: 88px;
    padding-right: 10px;
    font-weight: 700;
    vertical-align: top
}

.productDetailList__title:after {
    display: inline-block;
    content: '：'
}

.productDetailList__content {
    margin-left: .5em
}

.productDetail__price {
    color: #b70a00;
    font-weight: 700
}

.productDetail__price span {
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 26px
}

.productDetail__link {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    line-height: 21px
}

.productDetail__link a {
    color: #b22222
}

.productDetail__box {
    max-width: 750px;
    margin: 17px auto 0;
    padding: 22px 28px;
    border-radius: 4px;
    background: #f2f2f2;
    font-size: 14px;
    text-align: center;
    line-height: 28px
}

.reasonLinkList--product {
    margin-top: 40px
}

.products--detail {
    padding-bottom: 98px
}

.reasonLinkList--col3 {
    width: 966px
}

.reasonLinkList--col3.-mt40 {
    margin-top: 40px
}

.stepPurchase--product {
    margin-top: 120px
}

.product.-mb120 {
    margin-bottom: 120px
}

.buyer_comment_box.modelsSlide_box .buyer_comment_box {
    display: block;
    padding: 0 20px
}

.buyer_comment_box.modelsSlide_box .buyer_comment_box>.buyer_comment {
    width: 100%
}

.buyer_comment_box .buyer_comment .buyer_tit {
    margin-bottom: .2em;
    text-align: center
}

.buyer_comment_box .buyer_comment .buyer_img {
    margin-bottom: .5em;
    border: 2px solid #dedede
}

.buyer_comment_box .buyer_comment .buyer_itemName {
    margin-bottom: .5em
}

.buyer_comment_box .buyer_comment .buyer_price.c-red {
    margin-bottom: .5em;
    color: #b22222;
    text-align: right
}

.howCare__ttl {
    background-color: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    text-align: center
}

.howCare__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.accordian__ttl {
    position: relative;
    color: #430e0e;
    font-weight: 700;
    cursor: pointer
}

.accordian__ttl:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.accordian__ttl:before,
.accordian__ttl:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    background: #b22222;
    content: '';
    transition: .3s;
    transform: translateY(-50%)
}

.accordian__ttl.-active:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.accordian__txt:not(.-open) {
    display: none
}

.featureBrand__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.featureBrand__price {
    color: #b22222;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1
}

.featureBrand__img {
    position: relative
}

.featureBrand__label {
    position: absolute;
    background: url(/assets/img/first/ico_label.svg) no-repeat;
    background-size: contain
}

.featureBrand__label span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    transform: translate(-50%, -50%)
}

.featureBrand__brand {
    font-weight: 700
}

.usedPurchase__ttl {
    background: #430e0e;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 700
}

.usedPurchase__ttl span {
    font-weight: 400
}

.usedPurchase__ttl span i {
    margin-left: 2px;
    font-weight: 300;
    font-style: normal
}

.usedPurchase__note {
    color: #430e0e;
    font-weight: 700;
    text-align: center
}

.usedPurchase__grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.usedPurchase__box {
    position: relative;
    height: 100%;
    background-color: #f0f0f0
}

.usedPurchase__name {
    font-weight: 700
}

.usedPurchase__name--rq {
    color: #430e0e;
    text-align: center
}

.usedPurchase__point {
    position: absolute;
    left: 50%;
    color: #430e0e;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    transform: translateX(-50%)
}

.featureBrand__tab {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    gap: 40px
}

.featureBrand__tabItem {
    width: 50%;
    padding-bottom: 15px;
    border-bottom: 3px solid #cecece;
    color: #cecece;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    letter-spacing: 4px;
    cursor: pointer
}

.featureBrand__tabItem.-js-active,
.featureBrand__tabItem.js-tab__active {
    border-color: #b22222;
    color: #b22222
}

.featureBrand__tabCnt {
    display: none
}

.featureBrand__tabCnt.-js-show,
.featureBrand__tabCnt.js-tab__show {
    display: block
}

.titleWrap--first {
    margin: 95px 0 60px
}

.think--first {
    padding-top: 0
}

.pcBr {
    display: inline
}

.spBr {
    display: inline
}

.knackAnchor__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px
}

.knackAnchor__list .knackAnchor__item {
    width: 310px;
    height: 60px;
    margin-bottom: 9px;
    margin-left: 17px
}

.knackAnchor__list .knackAnchor__item a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    border: 1px solid #421010;
    border-radius: 4px;
    color: #421010;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 20px
}

.knackAnchor__list .knackAnchor__item a:after {
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 11px;
    bottom: inherit;
    width: 13px;
    height: 8px;
    background: url(/assets/img/icon_arr_down02.svg) no-repeat;
    background-size: contain;
    content: ''
}

.knackAnchor__list .knackAnchor__item a .knackAnchor__num {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 60px;
    border-radius: 4px 0 0 4px;
    background: #421010;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 60px
}

.ttl__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 32px;
    padding: 12px 20px;
    background: #430e0e
}

.display__num {
    display: inline-block;
    margin-right: 18px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1
}

.highlyVersatile__ttl {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5
}

.highlyVersatile__sec {
    margin-bottom: 60px
}

.content__wrap {
    padding: 0 50px
}

.careStep__wrap {
    margin: 45px 0 60px;
    padding: 0
}

.careStep__list {
    margin: 0;
    padding: 0
}

.careStep__item {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding: 30px;
    background: #f0f0f0
}

.careStep__ttl {
    margin-bottom: 1em;
    color: #430e0e;
    font-weight: 700
}

.careStep__ttl--step {
    font-family: Roboto, sans-serif;
    font-size: 18px
}

.careStep__ttl--num {
    margin-right: 20px;
    font-family: Roboto, sans-serif;
    font-size: 24px
}

.careStep__innerWrap {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.careStep__text {
    box-sizing: border-box;
    width: 72.97619%;
    padding-right: 30px
}

.careStep__text p {
    margin-bottom: 1em
}

.careStep__img {
    width: 23.21429
}

.saleTime__wrap {
    margin-top: 45px
}

.saleTime__img {
    width: 100%
}

.saleTime__text {
    box-sizing: border-box;
    width: 100%
}

.accessories__wrap {
    margin: 45px 0 0
}

.accessories__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 706px;
    margin: 0 auto
}

.accessories__item {
    width: 154px
}

.mvItem--firstTitle {
    width: 850px;
    margin: 0 auto
}

.mvButtom__ctaWrapper {
    margin-top: 40px;
    text-align: center
}

.mvButtom__ctaButton {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    background: #b22222;
    text-decoration: none
}

.mvButtom__ctaButton:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.mvButtom__ctaButtonHead {
    position: absolute;
    top: -20px;
    left: 50%;
    min-width: 235px;
    padding: .5em 2em;
    border: 2px solid #b22222;
    border-radius: 40px;
    background: #fff;
    color: #b22222;
    font-weight: 700;
    transform: translate(-50%, 0)
}

.mvButtom__ctaButtonText {
    padding: 1.5em 2.5em .5em;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.takuhaiIntro__txtStrong {
    display: inline-block;
    color: #b22222;
    font-size: 20px
}

.acceptable .linkBtn__area {
    margin-top: 34px
}

.reputation--first {
    margin-top: 60px
}

.comparison__img {
    width: 850px
}

.question {
    overflow: hidden;
    padding-bottom: 0
}

.question__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 62px
}

.question__item {
    width: 100%;
    border-top: 1px solid #8d8d8d
}

.question__item:last-child {
    border-bottom: 1px solid #8d8d8d
}

.question__item.precautions__item {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background: #fff
}

.question__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 73px;
    height: auto;
    padding: 18px 30px 18px 24px;
    color: #430e0e;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer
}

.question__head:before {
    position: absolute;
    top: 18px;
    left: 0;
    margin-right: 8px;
    color: #430e0e;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    content: 'Q'
}

.question__head .icon-plus {
    display: block;
    position: absolute;
    top: 38px;
    right: 20px;
    width: 10px;
    height: 10px;
    margin-top: -5px
}

.question__head .icon-plus:before,
.question__head .icon-plus:after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #b22222;
    content: ''
}

.question__head .icon-plus:after {
    transform: rotate(90deg)
}

.question__head.-active .icon-plus:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.question__head.precautions__head {
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    padding: 0;
    border-bottom: 1px solid #b22222;
    color: #b22222
}

.question__head.precautions__head .icon-plus {
    top: 25px
}

.question__head.precautions__head:before {
    display: none
}

.question__content {
    display: none;
    position: relative;
    margin-top: 0;
    padding-bottom: 34px;
    padding-left: 24px
}

.question__content:before {
    position: absolute;
    top: 1px;
    left: 0;
    margin-right: 0;
    color: #b22222;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    content: 'A'
}

.question__content.js-active {
    display: block
}

.question__content.precautions__content {
    margin-top: 20px;
    padding: 0
}

.question__content.precautions__content:before {
    display: none
}

.question__txt01 {
    margin-top: 35px;
    text-align: center;
    line-height: 1.75
}

.anchor__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.anchor__item a {
    position: relative;
    color: #430e0e
}

.anchor__item a:before {
    display: block;
    position: absolute;
    left: 0;
    background: url(/assets/img/icon_arr_down.svg) no-repeat;
    background-size: contain;
    content: ''
}

.contactBox {
    text-align: center
}

.contactBox__txt {
    font-weight: 700
}

.faqBox__wrap .question__content .txt__link {
    display: inline-block;
    color: #b22222;
    text-decoration: underline
}

.faqBox__wrap .question__content .txt__link:hover {
    text-decoration: none
}

.faqBox__wrap .question__content .txt--red {
    color: #b22222
}

.faqBox__wrap .url__wrap {
    word-break: break-all
}

.bayerIntroduction {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100vw;
    height: 381px;
    margin: 0 calc(50% - 50vw)
}

.bayerIntroduction:nth-child(even) {
    background: repeating-linear-gradient(-45deg, #f5f5f5 0, #f5f5f5 4px, #fff 4px, #fff 15px)
}

.bayerIntroduction:first-child {
    margin-top: -45px
}

.bayerIntroduction__inner {
    overflow: hidden
}

.bayerIntroduction__staff {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    min-width: 280px;
    margin-right: 30px
}

.bayerIntroduction__img {
    display: inherit;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 11px
}

.bayerIntroduction__img img {
    width: 200px;
    height: 200px
}

.bayerIntroduction__name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-radius: 5px;
    background-color: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.bayerIntroduction__brand {
    float: right
}

.bayerIntroduction__brandFavorite {
    color: #421010;
    font-size: 18px;
    font-weight: 700
}

.bayerIntroduction__brandList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.brandList__brandListItem {
    margin-right: 16px;
    color: #b22222;
    line-height: 20px
}

.bayerIntroduction__message {
    padding: 20px;
    background-color: #f0f0f0
}

.message__title {
    margin-bottom: 16px;
    color: #421010;
    font-size: 18px;
    font-weight: 700
}

.message__text {
    line-height: 21px
}

.page--vip {
    background: #f4f2ed
}

.page--vip .footer {
    background: #f8f8f8
}

.page--vip .pagetop,
.page--vip .footerSns,
.page--vip .footerLink1,
.page--vip .footerLink2 {
    display: none
}

.header--vip {
    display: block;
    padding: 0;
    background: #000
}

.headerInner--vip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.headerLogo--vip,
.headerCard--vip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.headerLogo--vip {
    width: 194px;
    height: 80px
}

.headerCard--vip {
    width: 118px
}

.titleWrap--vip {
    margin: 0;
    padding: 30px 0 0
}

.titleWrap--vip .titleWrap__h1 {
    margin: 0 auto 60px
}

.titleWrap--vip .intro__btn--category {
    margin: 0
}

.vip__mv {
    max-width: 730px;
    margin: auto
}

.vipPurchaseCategory__lead {
    margin: 0 auto 12vw
}

.vipPurchaseCategory__wrap {
    display: -ms-flexbox;
    display: flex
}

.vipPurchaseCategory__img {
    max-width: 148px
}

.vipPurchaseStep__text {
    margin: 55px auto 40px
}

.vipPurchaseStep__link {
    margin: 0 auto 60px
}

.sitemapList__titleInner {
    display: block;
    padding: 1em 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    font-weight: 700;
    text-decoration: none
}

.sitemapList__titleLink {
    position: relative
}

.sitemapList__titleLink:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: .5em;
    height: .5em;
    border-top: 2px solid #b22222;
    border-right: 2px solid #b22222;
    content: '';
    transform: translateY(-50%) rotate(45deg)
}

.sitemapList__titleLink:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.sitemapList {
    padding: 1em 30px
}

.sitemapList__item:nth-child(n+2) {
    margin-top: .5em
}

.sitemapList__link {
    color: #430e0e
}

.contents--kaitori {
    padding-top: 76px;
    border-top: 1px solid #e8e8e8
}

.footer--kaitori {
    margin-top: 100px;
    padding: 0
}

.sellGroup__itemEnter input[type=text],
.sellGroup__itemEnter input[type=number],
.sellGroup__itemEnter input[type=email],
.sellGroup__itemEnter input[type=tel],
.sellGroup__itemEnter textarea,
.sellGroup__itemEnter select {
    display: block;
    max-width: 457px;
    width: 100%;
    padding: 10px 11px 12px;
    border: 1px solid #707070;
    border-radius: 6px;
    outline: none;
    font-size: 16px;
    line-height: 21px
}

.sellGroup__itemEnter input[type=text].error,
.sellGroup__itemEnter input[type=number].error,
.sellGroup__itemEnter input[type=email].error,
.sellGroup__itemEnter input[type=tel].error,
.sellGroup__itemEnter textarea.error,
.sellGroup__itemEnter select.error {
    border-color: #b70a00;
    background-color: #fdd
}

.sellGroup__itemEnter input[type=text].md,
.sellGroup__itemEnter input[type=number].md,
.sellGroup__itemEnter input[type=email].md,
.sellGroup__itemEnter input[type=tel].md,
.sellGroup__itemEnter textarea.md,
.sellGroup__itemEnter select.md {
    max-width: 262px
}

.sellGroup__itemEnter .error label span {
    color: #b70a00
}

.sellGroup__itemEnter input[type=text]::-webkit-input-placeholder,
.sellGroup__itemEnter input[type=number]::-webkit-input-placeholder,
.sellGroup__itemEnter input[type=email]::-webkit-input-placeholder,
.sellGroup__itemEnter input[type=tel]::-webkit-input-placeholder,
.sellGroup__itemEnter textarea::-webkit-input-placeholder {
    color: #aaa
}

.sellGroup__itemEnter input[type=text]:-moz-placeholder,
.sellGroup__itemEnter input[type=number]:-moz-placeholder,
.sellGroup__itemEnter input[type=email]:-moz-placeholder,
.sellGroup__itemEnter input[type=tel]:-moz-placeholder,
.sellGroup__itemEnter textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #aaa
}

.sellGroup__itemEnter input[type=text]::-moz-placeholder,
.sellGroup__itemEnter input[type=number]::-moz-placeholder,
.sellGroup__itemEnter input[type=email]::-moz-placeholder,
.sellGroup__itemEnter input[type=tel]::-moz-placeholder,
.sellGroup__itemEnter textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #aaa
}

.sellGroup__itemEnter input[type=text]:-ms-input-placeholder,
.sellGroup__itemEnter input[type=number]:-ms-input-placeholder,
.sellGroup__itemEnter input[type=email]:-ms-input-placeholder,
.sellGroup__itemEnter input[type=tel]:-ms-input-placeholder,
.sellGroup__itemEnter textarea:-ms-input-placeholder {
    color: #aaa
}

.sellGroup__itemEnter input[type=text]::-ms-input-placeholder,
.sellGroup__itemEnter input[type=number]::-ms-input-placeholder,
.sellGroup__itemEnter input[type=email]::-ms-input-placeholder,
.sellGroup__itemEnter input[type=tel]::-ms-input-placeholder,
.sellGroup__itemEnter textarea::-ms-input-placeholder {
    color: #aaa
}

.sellGroup__itemEnter input[type=text]:-ms-input-placeholder,
.sellGroup__itemEnter input[type=number]:-ms-input-placeholder,
.sellGroup__itemEnter input[type=email]:-ms-input-placeholder,
.sellGroup__itemEnter input[type=tel]:-ms-input-placeholder,
.sellGroup__itemEnter textarea:-ms-input-placeholder {
    color: #aaa
}

.sellGroup__itemEnter input[type=text]::placeholder,
.sellGroup__itemEnter input[type=number]::placeholder,
.sellGroup__itemEnter input[type=email]::placeholder,
.sellGroup__itemEnter input[type=tel]::placeholder,
.sellGroup__itemEnter textarea::placeholder {
    color: #aaa
}

.sellGroup__itemEnter input[type=text]::-ms-clear,
.sellGroup__itemEnter input[type=number]::-ms-clear,
.sellGroup__itemEnter input[type=email]::-ms-clear,
.sellGroup__itemEnter input[type=tel]::-ms-clear,
.sellGroup__itemEnter textarea::-ms-clear {
    display: none
}

.sellGroup__itemEnter select {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none
}

.sellGroup__itemEnter select::-ms-expand {
    display: none
}

.sellGroup__itemEnter textarea {
    height: 200px;
    resize: none
}

.sellGroup__itemEnter input::-webkit-outer-spin-button,
.sellGroup__itemEnter input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.sellGroup__itemEnter input[type=number],
.sellGroup__itemEnter input[type=tel] {
    -moz-appearance: textfield
}

.sellGroup__itemEnter .sellGroup__itemPro {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sellGroup__itemEnter .sellGroup__itemPro input {
    max-width: 100px
}

.sellGroup__itemEnter .sellGroup__itemPro span {
    margin-left: 10px
}

.sellGroup__itemRadio {
    display: block
}

.sellGroup__itemRadio span {
    display: -ms-flexbox;
    display: flex
}

.sellGroup__itemRadio span:before {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 23px;
    height: 23px;
    margin-top: -2px;
    margin-right: 12px;
    background: url(/assets/img/ico_radio01.svg) no-repeat 0 0/100%;
    content: ''
}

.sellGroup__itemRadio input {
    display: none
}

.sellGroup__itemRadio input:checked+span:before {
    background-image: url(/assets/img/ico_radio02.svg)
}

.sellGroup__itemSex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 11px
}

.sellGroup__itemSex>*+* {
    margin-left: 42px
}

.sellGroup__itemKit {
    padding-top: 11px
}

.sellGroup__itemKit>*+* {
    margin-top: 15px
}

.sellGroup__itemSelect {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.sellGroup__itemSelect select {
    max-width: 262px;
    background: url(/assets/img/ico_arrow_03.svg) no-repeat right 7px center/13px
}

.sellGroup__itemSelect select+span {
    margin-left: 10px
}

.sellGroup__itemDate .sellGroup__itemSelect select {
    width: 100px
}

.sellGroup__itemDate {
    display: -ms-flexbox;
    display: flex
}

.sellGroup__itemDate>*+* {
    margin-left: 40px
}

.sellGroup__title {
    margin-bottom: 30px;
    padding: 16px 20px;
    border-radius: 2px;
    background: #430e0e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px
}

.sellStep {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px
}

.sellStep>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #430e0e;
    color: #fff;
    cursor: default
}

.sellStep>div+div {
    margin-left: 107px
}

.sellStep>div+div:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -58px;
    width: 11px;
    height: 13px;
    margin: auto;
    background: url(/assets/img/ico_arrow_01.svg) no-repeat 0 0/100%;
    content: ''
}

.sellStep>div.current {
    background: #b22222
}

.sellButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px
}

.sellButton>a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    height: 60px;
    border-radius: 54px;
    background: #b22222;
    box-shadow: 6px 6px 8px rgb(0 0 0 / .15);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 23px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sellButton>a:after {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 9px;
    height: 11px;
    margin: auto;
    background: url(/assets/img/ico_arrow_02.svg) no-repeat 0 0/100%;
    content: ''
}

.sellButton>a.prev:after {
    right: auto;
    left: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sellButton>a.black {
    background: #606060
}

.sellButton>a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.sellButton>a+* {
    margin-left: 15px
}

.syucchoButton {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 70px
}

.syucchoButton a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 250px;
    height: 60px;
    border-radius: 54px;
    background: #b22222;
    box-shadow: 6px 6px 8px rgb(0 0 0 / .15);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    line-height: 23px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.syucchoButton a:after {
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    width: 9px;
    height: 11px;
    margin: auto;
    background: url(/assets/img/ico_arrow_02.svg) no-repeat 0 0/100%;
    content: ''
}

.syucchoButton a.prev:after {
    right: auto;
    left: 11px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.syucchoButton a.black {
    background: #606060
}

.syucchoButton a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.syucchoButton a+* {
    margin-left: 15px
}

.sellDesc {
    margin-top: 45px;
    font-size: 18px;
    text-align: center;
    line-height: 27px
}

.sellDesc a {
    color: #b22222
}

.sellNotify {
    margin-top: 26px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 35px
}

.sellNotify span {
    font-size: 29px
}

.sellNotify i {
    color: #b22222;
    font-size: 38px;
    font-style: normal
}

.sellNote {
    margin-top: 26px;
    color: #b22222;
    font-size: 18px;
    text-align: center;
    line-height: 23px
}

.sellNote_2 {
    margin-left: 27%;
    color: #b22222;
    font-size: 14px;
    line-height: 23px
}

.sellGroup__inner01 input,
.sellGroup__inner01 select,
.sellGroup__inner01 textarea {
    background: #fff
}

.sellGroup__item {
    font-size: 16px;
    line-height: 22px
}

.sellGroup__item+* {
    margin-top: 40px
}

.sellGroup__item .note {
    margin-left: 15px;
    color: #b22222;
    font-weight: 700
}

.sellGroup__item .note.ml0 {
    margin-left: 0
}

.sellGroup__itemLine {
    -ms-flex: 1;
    flex: 1
}

.sellGroup__itemLine>*+* {
    margin-top: 36px
}

.sellGroup__itemLine.docomo-shop {
    margin: 35px 0
}

.sellGroup__itemLine.docomo-shop>* {
    -ms-flex-pack: center;
    justify-content: center
}

.sellGroup__itemLine.docomo-shop .sellGroup__itemSTitle {
    width: auto
}

.sellGroup__itemLine.docomo-shop .sellGroup__itemEnter {
    -ms-flex: inherit;
    flex: inherit
}

.sellGroup-shop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    gap: 12px
}

.sellGroup-shop.not-found {
    display: block
}

.sellGroup-shop__item {
    display: none;
    width: calc(25% - 9px)
}

.sellGroup-shop__item span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    padding: 5px 10px 3px;
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    text-align: center;
    line-height: 20px
}

.sellGroup__itemLineTxt {
    color: #999
}

.sellGroup__itemEnter {
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.sellGroup__itemEnter .msg {
    display: none;
    position: absolute;
    top: -48px;
    left: 0;
    padding: 5px 13px 2px;
    border: 2px solid #b70a00;
    border-radius: 5px;
    background: #fff;
    color: #b70a00
}

.sellGroup__itemEnter .msg:after,
.sellGroup__itemEnter .msg:before {
    position: absolute;
    top: 100%;
    width: 0;
    height: 0;
    border: solid #fff0;
    content: ''
}

.sellGroup__itemEnter .msg:after {
    left: 27%;
    margin-left: -10px;
    border-width: 10px;
    border-color: #fff0;
    border-top-color: #fff
}

.sellGroup__itemEnter .msg:before {
    left: 27%;
    margin-left: -13px;
    border-width: 13px;
    border-color: #fff0;
    border-top-color: #b70a00
}

.sellGroup__itemTitle {
    width: 222px;
    padding-top: 11px;
    padding-right: 10px;
    font-weight: 700
}

.sellGroup__itemTitle.full {
    width: 423px
}

.sellGroup__itemTitle .detail {
    display: block;
    margin-top: 12px;
    font-weight: 400
}

.sellGroup__itemSTitle {
    width: 200px;
    padding-top: 11px;
    padding-right: 10px
}

.sellGroup__itemNote {
    margin-top: 12px
}

.sellKit {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 57px;
    margin-left: -27px
}

.sellKit__item {
    width: calc(33% - 27px);
    margin-top: 30px;
    margin-left: 27px;
    font-size: 16px;
    line-height: 24px
}

.sellKit__title {
    margin: 12px 0 6px;
    font-weight: 700;
    line-height: 22px
}

.sellKit__img {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    border: 1px solid #707070;
    border-radius: 6px
}

.sellKit__img img {
    display: block;
    max-width: 150px;
    width: auto;
    max-height: 115px
}

.sellKit__desc {
    font-size: 18px;
    text-align: center;
    line-height: 24px
}

.sellKit__desc a {
    color: #b22222
}

.sellDesc__confirm {
    margin-top: 53px;
    color: #b22222;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    line-height: 34px
}

.sellGroup__itemArea>*+* {
    margin-top: 25px
}

.sellSc__notify {
    margin-top: 61px;
    color: #430e0e;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 61px
}

.sellSc__notify.font-midium {
    font-size: 32px;
}

.sellSc__number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 749px;
    height: 113px;
    margin: 30px auto 0;
    border-radius: 4px;
    background: #f2f2f2;
    font-size: 27px;
    font-weight: 700;
    line-height: 35px
}

.sellSc__info {
    margin-top: 75px;
    text-align: center
}

.sellSc__info.caution {
    margin-top: 40px;
    margin-bottom: 40px;
    border: solid 4px #b22222;
    background: #f7e8e8;
    padding: 20px 20px 30px;
    font-size: 1.2em;
}

.sellSc__info.caution b {
    color: #b22222;
    font-size: 1.3em;
}

.sellSc__info .sellButton>a {
    width: 300px;
}

.sellSc__mypage_info {
    margin-bottom: 40px;
    text-align: center;
    color: #430e0e;
    font-size: 1.2em;
}

.sellSc__mypage_info ul li {
    font-weight: bold;
}

.sellSc__info+.sellSc__info {
    margin-top: 65px
}

.sellSc__infoTitle {
    color: #421010;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px
}

.sellSc__infoDesc {
    margin-top: 12px;
    font-size: 18px;
    line-height: 27px
}

.sellSc__infoDesc--left {
    text-align: left
}

.sellSc__infoDesc--max770 {
    max-width: 770px;
    margin-right: auto;
    margin-left: auto
}

.sellSc__note {
    color: #8d8d8d
}

.sellButton--sc {
    margin-top: 38px
}

.sellSc__back {
    margin-top: 56px;
    padding-bottom: 20px
}

.sellSc__backTxt {
    color: #421010;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 29px
}

.sellSc__backBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    max-width: 310px;
    height: 60px;
    margin: 38px auto 0;
    border: 1px solid #421010;
    border-radius: 4px;
    color: #421010;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    line-height: 18px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sellSc__backBtn:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
}

.sellSc__backBtn:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    width: 9px;
    height: 11px;
    margin: auto;
    background: url(/assets/img/ico_arrow_04.svg) no-repeat 0 0/100%;
    content: ''
}

.sellSc__boxRed {
    padding: 30px 20px;
    padding-bottom: 30px;
    border: 4px solid #b22222;
    background: #fbe3e3
}

.sellSc__boxRed .sellSc__infoTitle {
    color: #b22222
}

.sellSc__infoDesc a[href^=mailto] {
    text-decoration: none
}

.sellSc__infoDesc a[href^=mailto]:hover {
    text-decoration: underline
}

.imemode {
    ime-mode: disabled
}

.sellGroup--mt01 {
    margin-top: 65px
}

.courseBox {
    display: -ms-flexbox;
    display: flex
}

.courseBox__radio {
    position: relative;
    height: 100%;
    padding: 18px 13px 17px;
    border: 1px solid #421010;
    border-radius: 4px;
    background: #fff;
    line-height: 24px
}

.courseBox__radioTxt {
    margin-top: 26px;
    padding-left: 38px
}

.courseBox__radioNote {
    margin-left: 36px;
    color: #b22222
}

.courseBox__radioLabel {
    padding-left: 0
}

.transfer {
    margin-bottom: 60px
}

.transfer__Grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.transfer__selectItem {
    display: -ms-flexbox;
    display: flex
}

.transfer__selectName {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100px;
    height: 45px;
    margin-right: 20px;
    border: 1px solid #707070;
    border-radius: 6px
}

.transfer__selectItem+.transfer__selectItem {
    margin-top: 30px
}

.transfer__selectValue {
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none
}

.transfer__selectValue::-ms-expand {
    display: none
}

.transferGrid__note {
    margin-top: 20px;
    font-weight: 700
}

.submitId__txt {
    font-size: 18px;
    text-align: center;
    line-height: 27px
}

.submitId__txt01+.submitId__txt01 {
    margin-top: 26px
}

.textlink {
    color: #b22222;
    text-decoration: underline
}

.textlink:hover {
    text-decoration: none
}

.submitId__txtLink {
    margin-bottom: 45px
}

.tabRadio {
    margin: 45px 0 70px
}

#tabRadio01:checked~.tabRadio01,
#tabRadio02:checked~.tabRadio02 {
    display: block;
    color: red
}

.tabRadio__title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.tabRadio__label {
    display: inline-block;
    width: 50%;
    height: 68px;
    padding: 20px 15px;
    border: 1px solid #421010;
    background: #fff;
    cursor: pointer
}

.tabRadio__label:hover {
    background: #ddd
}

.tabRadio__label.active {
    background: #ddd
}

.tabRadio__label:first-child {
    border-radius: 4px 0 0
}

.tabRadio__label:last-child {
    border-radius: 0 4px 0 0
}

.tabRadio__label--full {
    width: 100%
}

.tabRadio__label span {
    font-weight: 700
}

.tabRadio__content {
    display: none;
    padding: 30px 20px 35px;
    border: 1px solid #421010;
    border-top: 0;
    border-radius: 0 0 4px 4px
}

.tabRadio__content.active {
    display: block
}

.tabRadio__contentTxt {
    margin-bottom: 26px
}

.tabRadio__contentNote {
    margin-top: 31px
}

.terms__txt {
    margin-top: 26px;
    font-size: 18px;
    text-align: center;
    line-height: 27px
}

.terms__txtLink {
    margin-top: 24px
}

.terms__chkBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 43px
}

.chkBox__label input {
    margin-right: 10px
}

.chkBox__input {
    display: none
}

.chkBox__label span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.chkBox__label span:before {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-top: -2px;
    margin-right: 10px;
    background: url(/assets/img/icon_chk.svg) no-repeat;
    background-size: contain;
    content: ''
}

.chkBox__label input:checked+span:before {
    background-image: url(/assets/img/icon_chk_checked.svg)
}

.uploadBtn {
    display: inline-block;
    width: 150px;
    height: 45px;
    padding: 10px 8px 13px;
    border: 1px solid #707070;
    border-radius: 6px;
    text-align: center;
    cursor: pointer
}

.uploadBtn:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.uploadTxt {
    position: relative;
    top: 3px;
    margin-left: 15px;
    color: #000
}

.pageThanks img {
    max-width: 100%;
    width: auto
}

.pageThanks #a8sales {
    position: absolute;
    width: 0;
    height: 0
}

.pageThanks iframe[name=google_conversion_frame] {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0
}

.pageSyuccho img {
    max-width: 100%;
    width: auto
}

.pageSyuccho #a8sales {
    position: absolute;
    width: 0;
    height: 0
}

.pageSyuccho iframe[name=google_conversion_frame] {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0
}

.pageSyuccho>img {
    display: none
}

[class][data-tab-content]:not(.active) {
    display: none
}

.campaignBnr {
    margin-top: 30px
}

.campaignBnr__img {
    text-align: center
}

.campaignBnr__img img {
    max-width: 100%;
    width: auto
}

.campaignBnr__notes {
    margin: 30px 0;
    text-align: center
}

.campaignBnr__notes__sub {
    margin: 30px 0;
    text-align: center
}

.inner_lp {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px
}

.mvItem__wrapper01 {
    position: relative
}

.mvItem__titleWrap {
    position: absolute;
    bottom: 8%;
    width: 100%;
    padding: 30px 0;
    background: rgb(255 255 255 / .7);
    text-align: center
}

.mvItem__titleWrap--01 {
    background: none
}

.mvItem__title {
    font-size: 50px;
    font-weight: 700
}

.mvItem__title small {
    font-size: 36px
}

.mvBanner {
    display: block;
    width: 100%;
    margin: auto;
    background: url(/assets/img/lp/202406_obi.webp) repeat-x
}

.reason01 {
    margin-top: 40px
}

.linkSec__btnCaption {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center
}

.linkSec__btnCaption span {
    display: inline-block;
    position: relative
}

.linkSec__btnCaption span:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '＼'
}

.linkSec__btnCaption span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '／'
}

.linkSec__btn01 {
    margin-bottom: 40px;
    gap: 20px
}

.reasonList--type1 .reasonList__item {
    border: 1px solid #dedede
}

.heading3 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.heading3 strong {
    color: #b22222;
    font-size: 26px
}

.award__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 700px;
    margin: 30px auto 0;
    row-gap: 10px
}

.award__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    gap: 10px
}

.award__itemIcon {
    max-width: 80px
}

.award__itemText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5
}

.award__itemText span {
    display: block;
    color: #d4ac00
}

.boxRed {
    max-width: 750px;
    margin: 40px auto;
    padding: 30px;
    background: #b22222
}

.boxRed__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.boxRed__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.boxRed__btn .linkBtn {
    width: 280px;
    margin: auto;
    padding: 5px;
    border-radius: 999px;
    background: #fff;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-align: center
}

.achievement01 {
    padding-top: 0;
    padding-bottom: 50px
}

.lpLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 60px;
    gap: 0 60px
}

.lpLink .linkBtn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border: 3px solid #b22222;
    border-radius: 10px;
    background: #fff;
    color: #b22222;
    font-weight: 700;
    text-decoration: none
}

.lpLink .linkBtn:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.reputation01 {
    padding: 60px 0
}

.reputation--shop {
    padding: 0 0 40px
}

.reputationSlide__wrapper .slick-slide {
    margin: 0 15px
}

.reputationSlide {
    display: -ms-flexbox;
    display: flex
}

.reputationSlide__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 40px;
    border-radius: 3px;
    background-color: #f0f0f0;
    line-height: 1.5
}

.reputationSlide__textCustomer {
    margin: 2em 0 0;
    text-align: right
}

.reputationSlide__text {
    min-height: 18.66667vw
}

.reputationSlide__bayerComment {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #dedede
}

.reputationSlide__bayerComment p+p {
    margin-top: .3em
}

.products__list02 .slick-list,
.products__list03 .slick-list,
.products__list04 .slick-list,
.modelsSlide_box .slick-list {
    display: -ms-flexbox;
    display: flex
}

.products__list02 .slick-track,
.products__list03 .slick-track,
.products__list04 .slick-track,
.modelsSlide_box .slick-track {
    display: -ms-flexbox;
    display: flex
}

.products__list02 .slick-slide,
.products__list03 .slick-slide,
.products__list04 .slick-slide,
.modelsSlide_box .slick-slide {
    display: -ms-flexbox;
    display: flex;
    height: auto
}

.products__list02 .slick-dots,
.products__list03 .slick-dots,
.products__list04 .slick-dots,
.modelsSlide_box .slick-dots {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.products__list02 .slick-arrow,
.products__list03 .slick-arrow,
.products__list04 .slick-arrow,
.modelsSlide_box .slick-arrow {
    display: block;
    position: absolute;
    z-index: 1;
    top: 30%;
    width: 40px;
    height: 40px;
    font-size: 0;
    transform: translateY(-50%)
}

.products__list02 .slick-arrow:hover,
.products__list03 .slick-arrow:hover,
.products__list04 .slick-arrow:hover,
.modelsSlide_box .slick-arrow:hover {
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}

.products__list02 .slick-next,
.products__list03 .slick-next,
.products__list04 .slick-next,
.modelsSlide_box .slick-next {
    right: 0;
    background: url(/assets/img/brand/icon_slick_next.svg) no-repeat center/contain
}

.products__list02 .slick-prev,
.products__list03 .slick-prev,
.products__list04 .slick-prev,
.modelsSlide_box .slick-prev {
    left: 0;
    background: url(/assets/img/brand/icon_slick_prev.svg) no-repeat center/contain
}

.modelsSlide_box .slick-arrow {
    top: 40%
}

.products__list02 a,
.products__list03 a,
.modelsSlide_box a {
    text-decoration: none
}

.products__list02 .products__price>.products__unit:first-child,
.products__list03 .products__price>.products__unit:first-child {
    margin-right: .3em
}

.mvItem__headline {
    position: absolute;
    z-index: 2;
    top: 36%;
    left: 5%;
    text-shadow: #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 10px;
    font-size: 3.6458vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.3
}

.mvItem__headline small {
    font-size: 55%
}

.purchase__archive .linkBtn__area {
    margin-bottom: 20px
}

.linkBtn--line.-arrow-down:after {
    top: unset;
    right: inherit;
    bottom: .5em;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, 0) rotate(135deg)
}

.brandList__item {
    max-width: 320px
}

.tabRadio__label.single {
    width: 100% !important
}

#archive__loading {
    display: block;
    width: 100%;
    text-align: center
}

#archive__loading.loader {
    position: relative;
    width: 1.2em;
    height: 1.2em;
    margin: 100px auto;
    border-radius: 50%;
    font-size: 10px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-spinner 1.1s infinite ease;
    animation: load-spinner 1.1s infinite ease
}

@-webkit-keyframes load-spinner {

    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #9b3828, 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .5), -1.8em -1.8em 0 0 rgb(155 56 40 / .7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .7), 1.8em -1.8em 0 0 #9b3828, 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .5), 1.8em -1.8em 0 0 rgb(155 56 40 / .7), 2.5em 0 0 0 #9b3828, 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .5), 2.5em 0 0 0 rgb(155 56 40 / .7), 1.75em 1.75em 0 0 #9b3828, 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .5), 1.75em 1.75em 0 0 rgb(155 56 40 / .7), 0 2.5em 0 0 #9b3828, -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .5), 0 2.5em 0 0 rgb(155 56 40 / .7), -1.8em 1.8em 0 0 #9b3828, -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .5), -1.8em 1.8em 0 0 rgb(155 56 40 / .7), -2.6em 0 0 0 #9b3828, -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .5), -2.6em 0 0 0 rgb(155 56 40 / .7), -1.8em -1.8em 0 0 #9b3828
    }
}

@keyframes load-spinner {

    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #9b3828, 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .5), -1.8em -1.8em 0 0 rgb(155 56 40 / .7)
    }

    12.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .7), 1.8em -1.8em 0 0 #9b3828, 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .5)
    }

    25% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .5), 1.8em -1.8em 0 0 rgb(155 56 40 / .7), 2.5em 0 0 0 #9b3828, 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    37.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .5), 2.5em 0 0 0 rgb(155 56 40 / .7), 1.75em 1.75em 0 0 #9b3828, 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    50% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .5), 1.75em 1.75em 0 0 rgb(155 56 40 / .7), 0 2.5em 0 0 #9b3828, -1.8em 1.8em 0 0 rgb(155 56 40 / .2), -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    62.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .5), 0 2.5em 0 0 rgb(155 56 40 / .7), -1.8em 1.8em 0 0 #9b3828, -2.6em 0 0 0 rgb(155 56 40 / .2), -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    75% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .5), -1.8em 1.8em 0 0 rgb(155 56 40 / .7), -2.6em 0 0 0 #9b3828, -1.8em -1.8em 0 0 rgb(155 56 40 / .2)
    }

    87.5% {
        box-shadow: 0 -2.6em 0 0 rgb(155 56 40 / .2), 1.8em -1.8em 0 0 rgb(155 56 40 / .2), 2.5em 0 0 0 rgb(155 56 40 / .2), 1.75em 1.75em 0 0 rgb(155 56 40 / .2), 0 2.5em 0 0 rgb(155 56 40 / .2), -1.8em 1.8em 0 0 rgb(155 56 40 / .5), -2.6em 0 0 0 rgb(155 56 40 / .7), -1.8em -1.8em 0 0 #9b3828
    }
}

.pager__area {
    margin: 20px 0
}

.pager__area ul {
    text-align: center
}

.pager__area ul li {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 2px;
    border: 1px solid #9e3012;
    text-align: center
}

.pager__area ul li a {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #9e3012;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle
}

.pager__area ul li a span {
    display: table-cell;
    vertical-align: middle
}

.pager__area li.pager__pageplaceholder {
    background-color: #9e3012;
    color: #fff
}

.pager__area li.pager__pageplaceholder span {
    display: table-cell;
    width: 32px;
    height: 32px;
    font-weight: 700;
    vertical-align: middle
}

.pager__area li.pager__navi {
    width: 20px;
    border: none
}

.pager__area li.pager__navi a {
    padding-right: 15px;
    background-color: #fff;
    color: #9e3012;
    text-decoration: none
}

.pager__area li.pager__navi a.prev {
    display: block
}

.pager__area li.pager__navi a.prev:after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 3px solid #9e3012;
    border-left: 3px solid #9e3012;
    content: '';
    transform: rotate(-45deg)
}

.pager__area li.pager__navi a.next {
    display: block
}

.pager__area li.pager__navi a.next:after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 15px;
    height: 15px;
    border-top: 3px solid #9e3012;
    border-left: 3px solid #9e3012;
    content: '';
    transform: rotate(135deg)
}

.pager__area li.pager__pageseparator {
    width: 24px;
    border: none
}

.pager__area li.pager__pageseparator span {
    display: block;
    position: absolute;
    top: 3px;
    width: 100%;
    height: 50%;
    background-color: #fff;
    color: #9e3012;
    font-weight: 700;
    text-align: center
}

.line__section {
    background: #01b901;
    color: #fff;
    text-align: center
}

.line__section img {
    max-width: 100%;
    width: auto
}

.line__title {
    margin: 30px 0;
    padding: 10px;
    background: #01b901;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.line__col3 {
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.line__col {
    position: relative
}

.line__col img {
    width: 100%
}

.line__button {
    text-align: center
}

.line__button img {
    max-width: 100%;
    width: auto
}

.line__item {
    position: relative
}

.line__item:after {
    display: block;
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    transform: translate(80%, -50%) rotate(45deg)
}

.line__col:last-child .line__item:after {
    display: none
}

.line__tabs .linkBtn--fillR {
    border: 1px solid #01b901;
    background: #fff;
    box-shadow: 6px 6px 8px rgb(0 0 0 / .15)
}

.line__tabs .linkBtn--fillR:after {
    border-top: 2px solid #01b901;
    border-right: 2px solid #01b901;
    transform: translateY(-50%) rotate(45deg)
}

.line__tabs .linkBtn {
    margin: 0;
    padding: 10px 20px;
    border: 1px solid #01b901;
    color: #01b901;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all .3s ease
}

.line__tabs .linkBtn:after {
    transform: translateY(-50%) rotate(135deg)
}

.line__tabs .linkBtn.active {
    border-color: #01b901;
    background-color: #01b901;
    color: #fff
}

.line__tabs .linkBtn.active:after {
    display: none
}

.line__tabLink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 825px;
    margin: 0 auto 30px;
    gap: 10px
}

.line__point {
    display: none;
    padding: 20px
}

.line__point.active {
    display: block
}

.line__label {
    margin-bottom: 30px;
    text-align: center
}

.line__label span {
    display: inline-block;
    padding: 5px 40px;
    background: #ffe400;
    font-weight: 700;
    transform: skewX(-10deg)
}

.line__label i {
    display: inline-block;
    transform: skewX(20deg)
}

.line__pointCol {
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.line__pointItem {
    max-width: 25%;
    text-align: center
}

.line__pointTtl {
    font-size: 22px;
    font-weight: 700
}

.line__pointNote {
    width: 100%;
    margin-top: 30px;
    text-align: center
}

.line__anchor {
    display: block;
    width: 100%;
    margin-top: 5px;
    border: 2px solid #c4c4c4;
    border-radius: 5px;
    background: #f6f6f6;
    text-decoration: none;
    text-align: center
}

.line__text1 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.line__box {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px 0
}

[class].color-red {
    color: #b22222
}

[class].color-brown {
    color: #430e0e
}

.u-ta-l {
    text-align: left !important
}

.u-ta-c {
    text-align: center !important
}

.text-center {
    text-align: center
}

.text-bold {
    font-weight: 700
}

.indent2em {
    padding-left: 2em;
    text-indent: -2em
}

.indent2em.inset {
    padding-left: 4em
}

.large-font {
    font-size: 150%;
    font-weight: 700
}

.u-aic {
    -ms-flex-align: center;
    align-items: center
}

.u-ib {
    display: inline-block !important
}

.spBr {
    display: inline
}

.u-pt0 {
    padding-top: 0
}

.u-pb0 {
    padding-bottom: 0 !important
}

.u-mt0 {
    margin-top: 0 !important
}

.u-mb0 {
    margin-bottom: 0
}

.marB1em {
    margin-bottom: 1em
}

.marB20 {
    margin-bottom: 20px
}

.marB40 {
    margin-bottom: 40px
}

.marB50 {
    margin-bottom: 50px
}

.marB60 {
    margin-bottom: 60px
}

.marB30 {
    margin-bottom: 30px
}

.u-m5 {
    margin: 5px !important
}

.u-mt5 {
    margin-top: 5px !important
}

.u-mr5 {
    margin-right: 5px !important
}

.u-mb5 {
    margin-bottom: 5px !important
}

.u-ml5 {
    margin-left: 5px !important
}

.u-p5 {
    padding: 5px !important
}

.u-pt5 {
    padding-top: 5px !important
}

.u-pr5 {
    padding-right: 5px !important
}

.u-pb5 {
    padding-bottom: 5px !important
}

.u-pl5 {
    padding-left: 5px !important
}

.u-m10 {
    margin: 10px !important
}

.u-mt10 {
    margin-top: 10px !important
}

.u-mr10 {
    margin-right: 10px !important
}

.u-mb10 {
    margin-bottom: 10px !important
}

.u-ml10 {
    margin-left: 10px !important
}

.u-p10 {
    padding: 10px !important
}

.u-pt10 {
    padding-top: 10px !important
}

.u-pr10 {
    padding-right: 10px !important
}

.u-pb10 {
    padding-bottom: 10px !important
}

.u-pl10 {
    padding-left: 10px !important
}

.u-m15 {
    margin: 15px !important
}

.u-mt15 {
    margin-top: 15px !important
}

.u-mr15 {
    margin-right: 15px !important
}

.u-mb15 {
    margin-bottom: 15px !important
}

.u-ml15 {
    margin-left: 15px !important
}

.u-p15 {
    padding: 15px !important
}

.u-pt15 {
    padding-top: 15px !important
}

.u-pr15 {
    padding-right: 15px !important
}

.u-pb15 {
    padding-bottom: 15px !important
}

.u-pl15 {
    padding-left: 15px !important
}

.u-m20 {
    margin: 20px !important
}

.u-mt20 {
    margin-top: 20px !important
}

.u-mr20 {
    margin-right: 20px !important
}

.u-mb20 {
    margin-bottom: 20px !important
}

.u-ml20 {
    margin-left: 20px !important
}

.u-p20 {
    padding: 20px !important
}

.u-pt20 {
    padding-top: 20px !important
}

.u-pr20 {
    padding-right: 20px !important
}

.u-pb20 {
    padding-bottom: 20px !important
}

.u-pl20 {
    padding-left: 20px !important
}

.u-m25 {
    margin: 25px !important
}

.u-mt25 {
    margin-top: 25px !important
}

.u-mr25 {
    margin-right: 25px !important
}

.u-mb25 {
    margin-bottom: 25px !important
}

.u-ml25 {
    margin-left: 25px !important
}

.u-p25 {
    padding: 25px !important
}

.u-pt25 {
    padding-top: 25px !important
}

.u-pr25 {
    padding-right: 25px !important
}

.u-pb25 {
    padding-bottom: 25px !important
}

.u-pl25 {
    padding-left: 25px !important
}

.u-m30 {
    margin: 30px !important
}

.u-mt30 {
    margin-top: 30px !important
}

.u-mr30 {
    margin-right: 30px !important
}

.u-mb30 {
    margin-bottom: 30px !important
}

.u-ml30 {
    margin-left: 30px !important
}

.u-p30 {
    padding: 30px !important
}

.u-pt30 {
    padding-top: 30px !important
}

.u-pr30 {
    padding-right: 30px !important
}

.u-pb30 {
    padding-bottom: 30px !important
}

.u-pl30 {
    padding-left: 30px !important
}

.u-m35 {
    margin: 35px !important
}

.u-mt35 {
    margin-top: 35px !important
}

.u-mr35 {
    margin-right: 35px !important
}

.u-mb35 {
    margin-bottom: 35px !important
}

.u-ml35 {
    margin-left: 35px !important
}

.u-p35 {
    padding: 35px !important
}

.u-pt35 {
    padding-top: 35px !important
}

.u-pr35 {
    padding-right: 35px !important
}

.u-pb35 {
    padding-bottom: 35px !important
}

.u-pl35 {
    padding-left: 35px !important
}

.u-m40 {
    margin: 40px !important
}

.u-mt40 {
    margin-top: 40px !important
}

.u-mr40 {
    margin-right: 40px !important
}

.u-mb40 {
    margin-bottom: 40px !important
}

.u-ml40 {
    margin-left: 40px !important
}

.u-p40 {
    padding: 40px !important
}

.u-pt40 {
    padding-top: 40px !important
}

.u-pr40 {
    padding-right: 40px !important
}

.u-pb40 {
    padding-bottom: 40px !important
}

.u-pl40 {
    padding-left: 40px !important
}

.u-m45 {
    margin: 45px !important
}

.u-mt45 {
    margin-top: 45px !important
}

.u-mr45 {
    margin-right: 45px !important
}

.u-mb45 {
    margin-bottom: 45px !important
}

.u-ml45 {
    margin-left: 45px !important
}

.u-p45 {
    padding: 45px !important
}

.u-pt45 {
    padding-top: 45px !important
}

.u-pr45 {
    padding-right: 45px !important
}

.u-pb45 {
    padding-bottom: 45px !important
}

.u-pl45 {
    padding-left: 45px !important
}

.u-m50 {
    margin: 50px !important
}

.u-mt50 {
    margin-top: 50px !important
}

.u-mr50 {
    margin-right: 50px !important
}

.u-mb50 {
    margin-bottom: 50px !important
}

.u-ml50 {
    margin-left: 50px !important
}

.u-p50 {
    padding: 50px !important
}

.u-pt50 {
    padding-top: 50px !important
}

.u-pr50 {
    padding-right: 50px !important
}

.u-pb50 {
    padding-bottom: 50px !important
}

.u-pl50 {
    padding-left: 50px !important
}

.u-m55 {
    margin: 55px !important
}

.u-mt55 {
    margin-top: 55px !important
}

.u-mr55 {
    margin-right: 55px !important
}

.u-mb55 {
    margin-bottom: 55px !important
}

.u-ml55 {
    margin-left: 55px !important
}

.u-p55 {
    padding: 55px !important
}

.u-pt55 {
    padding-top: 55px !important
}

.u-pr55 {
    padding-right: 55px !important
}

.u-pb55 {
    padding-bottom: 55px !important
}

.u-pl55 {
    padding-left: 55px !important
}

.u-m60 {
    margin: 60px !important
}

.u-mt60 {
    margin-top: 60px !important
}

.u-mr60 {
    margin-right: 60px !important
}

.u-mb60 {
    margin-bottom: 60px !important
}

.u-ml60 {
    margin-left: 60px !important
}

.u-p60 {
    padding: 60px !important
}

.u-pt60 {
    padding-top: 60px !important
}

.u-pr60 {
    padding-right: 60px !important
}

.u-pb60 {
    padding-bottom: 60px !important
}

.u-pl60 {
    padding-left: 60px !important
}

.u-m65 {
    margin: 65px !important
}

.u-mt65 {
    margin-top: 65px !important
}

.u-mr65 {
    margin-right: 65px !important
}

.u-mb65 {
    margin-bottom: 65px !important
}

.u-ml65 {
    margin-left: 65px !important
}

.u-p65 {
    padding: 65px !important
}

.u-pt65 {
    padding-top: 65px !important
}

.u-pr65 {
    padding-right: 65px !important
}

.u-pb65 {
    padding-bottom: 65px !important
}

.u-pl65 {
    padding-left: 65px !important
}

.u-m70 {
    margin: 70px !important
}

.u-mt70 {
    margin-top: 70px !important
}

.u-mr70 {
    margin-right: 70px !important
}

.u-mb70 {
    margin-bottom: 70px !important
}

.u-ml70 {
    margin-left: 70px !important
}

.u-p70 {
    padding: 70px !important
}

.u-pt70 {
    padding-top: 70px !important
}

.u-pr70 {
    padding-right: 70px !important
}

.u-pb70 {
    padding-bottom: 70px !important
}

.u-pl70 {
    padding-left: 70px !important
}

.u-m75 {
    margin: 75px !important
}

.u-mt75 {
    margin-top: 75px !important
}

.u-mr75 {
    margin-right: 75px !important
}

.u-mb75 {
    margin-bottom: 75px !important
}

.u-ml75 {
    margin-left: 75px !important
}

.u-p75 {
    padding: 75px !important
}

.u-pt75 {
    padding-top: 75px !important
}

.u-pr75 {
    padding-right: 75px !important
}

.u-pb75 {
    padding-bottom: 75px !important
}

.u-pl75 {
    padding-left: 75px !important
}

.u-m80 {
    margin: 80px !important
}

.u-mt80 {
    margin-top: 80px !important
}

.u-mr80 {
    margin-right: 80px !important
}

.u-mb80 {
    margin-bottom: 80px !important
}

.u-ml80 {
    margin-left: 80px !important
}

.u-p80 {
    padding: 80px !important
}

.u-pt80 {
    padding-top: 80px !important
}

.u-pr80 {
    padding-right: 80px !important
}

.u-pb80 {
    padding-bottom: 80px !important
}

.u-pl80 {
    padding-left: 80px !important
}

.u-m85 {
    margin: 85px !important
}

.u-mt85 {
    margin-top: 85px !important
}

.u-mr85 {
    margin-right: 85px !important
}

.u-mb85 {
    margin-bottom: 85px !important
}

.u-ml85 {
    margin-left: 85px !important
}

.u-p85 {
    padding: 85px !important
}

.u-pt85 {
    padding-top: 85px !important
}

.u-pr85 {
    padding-right: 85px !important
}

.u-pb85 {
    padding-bottom: 85px !important
}

.u-pl85 {
    padding-left: 85px !important
}

.u-m90 {
    margin: 90px !important
}

.u-mt90 {
    margin-top: 90px !important
}

.u-mr90 {
    margin-right: 90px !important
}

.u-mb90 {
    margin-bottom: 90px !important
}

.u-ml90 {
    margin-left: 90px !important
}

.u-p90 {
    padding: 90px !important
}

.u-pt90 {
    padding-top: 90px !important
}

.u-pr90 {
    padding-right: 90px !important
}

.u-pb90 {
    padding-bottom: 90px !important
}

.u-pl90 {
    padding-left: 90px !important
}

.u-m95 {
    margin: 95px !important
}

.u-mt95 {
    margin-top: 95px !important
}

.u-mr95 {
    margin-right: 95px !important
}

.u-mb95 {
    margin-bottom: 95px !important
}

.u-ml95 {
    margin-left: 95px !important
}

.u-p95 {
    padding: 95px !important
}

.u-pt95 {
    padding-top: 95px !important
}

.u-pr95 {
    padding-right: 95px !important
}

.u-pb95 {
    padding-bottom: 95px !important
}

.u-pl95 {
    padding-left: 95px !important
}

.u-m100 {
    margin: 100px !important
}

.u-mt100 {
    margin-top: 100px !important
}

.u-mr100 {
    margin-right: 100px !important
}

.u-mb100 {
    margin-bottom: 100px !important
}

.u-ml100 {
    margin-left: 100px !important
}

.u-p100 {
    padding: 100px !important
}

.u-pt100 {
    padding-top: 100px !important
}

.u-pr100 {
    padding-right: 100px !important
}

.u-pb100 {
    padding-bottom: 100px !important
}

.u-pl100 {
    padding-left: 100px !important
}

.pcBr {
    display: inline
}

.sellInformation {
    border: solid 1px;
}

.sellInformation .sellNote {
    font-size: 1em;
}

@media screen and (max-width:767px) {
    html {
        font-size: 3.73333vw
    }

    .inner {
        margin-right: 5.33333vw;
        margin-left: 5.33333vw;
        padding-right: 0;
        padding-left: 0
    }

    .inner--l {
        margin-right: 2.66667vw;
        margin-left: 2.66667vw;
        padding-right: 0;
        padding-left: 0
    }

    .mainContents--normal {
        padding: 8vw 0 16vw
    }

    .normal__img {
        margin-top: 5.33333vw
    }

    .video-wrapper {
        width: 100%
    }

    .u_sp_w100 {
        width: 100%
    }

    .header {
        position: inherit;
        height: 18.66667vw;
        margin-bottom: 0;
        padding: 0 8vw
    }

    .headerLogo {
        width: 32vw
    }

    .headerLogo_lp {
        margin-top: 3%
    }

    .globalBtn__item {
        width: 20vw;
        margin: 0
    }

    .globalBtn__item:last-child {
        width: 8vw
    }

    .globalBtn--btnMenu {
        position: fixed;
        top: 6.13333vw;
        right: 6.13333vw;
        height: 13.33333vw;
        transition: opacity .2s
    }

    .-js-nav-open .globalBtn--btnMenu {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .globalMenu {
        overflow-y: scroll;
        position: fixed;
        top: 64px;
        right: 2.66667vw;
        bottom: 2.66667vw;
        left: 2.66667vw;
        width: auto;
        padding: 5.33333vw 0 0
    }

    .globalMenu__btnClose {
        position: fixed;
        top: 11px;
        right: 20px
    }

    .globalMenuBtn {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 5.33333vw 5.33333vw
    }

    .globalMenuBtn__item {
        width: calc((100% - 15px)/2)
    }

    .globalMenuMain {
        border-bottom: 1px solid #dedede
    }

    .globalMenuMain__item.-js-open {
        background: rgb(222 222 222 / .3)
    }

    .globalMenuMain__link,
    .globalMenuMain__acc {
        padding: .775em 2.5em .775em 1.25em;
        font-size: 4.26667vw;
        line-height: 1.3125
    }

    .globalMenuMain__acc:before,
    .globalMenuMain__acc:after {
        display: block;
        position: absolute;
        top: 50%;
        right: 1.4375em;
        background: #8d8d8d;
        content: '';
        transform: translate(50%, -50%)
    }

    .globalMenuMain__acc:before {
        width: 10px;
        height: 2px
    }

    .globalMenuMain__acc:after {
        width: 2px;
        height: 10px
    }

    .globalMenuMain__item.-js-open .globalMenuMain__acc:after {
        display: none
    }

    .globalMenuChild {
        display: none
    }

    .globalMenuMain__item.-js-open .globalMenuChild {
        display: block
    }

    .globalMenuChild__link {
        padding: .775em 2.5em .775em 0;
        font-size: 4.26667vw;
        line-height: 1.3125
    }

    .header--lp .headerBtn .linkBtn--fillR {
        font-size: 14px
    }

    .header--lp1 {
        height: 34.66667vw
    }

    .header--lp1 .headerBtn {
        margin-top: 2.93333vw
    }

    .header--lp1 .headerBtn .linkBtn--fillR {
        font-size: 14px
    }

    .header--lp1 .headerTopText {
        width: calc(100% + 16vw);
        height: 16vw;
        margin: 0 -8vw;
        padding: 1.33333vw 0
    }

    .footer {
        padding: 10.66667vw 0 0
    }

    .footerSns {
        margin: 0 0 8vw
    }

    .footerSns__item {
        margin: 0 2.13333vw
    }

    .footerSns__link {
        width: 13.06667vw
    }

    .footerLink1 {
        margin: 0 5.33333vw 2.66667vw
    }

    .footerLink1__item {
        width: 50%;
        margin: 0 0 2.66667vw
    }

    .footerLink1__item--fullSp {
        width: 100%
    }

    .footerLink1__link {
        font-size: 3.73333vw
    }

    .footerLink2 {
        margin: 0 0 9.33333vw
    }

    .footerLink2__item {
        margin: 0 3.2vw
    }

    .footerLink2__link {
        font-size: 3.73333vw
    }

    .footerVector {
        margin: 0 auto 16.66667vw
    }

    .footerVector__logo {
        width: 32.26667vw;
        margin: 0 auto 3.2vw
    }

    .footerVector__text1 {
        font-size: 4.2vw
    }

    .footerVector__text2 {
        font-size: 3.73333vw
    }

    .copyright {
        padding: 2.93333vw 0;
        font-size: 2.66667vw
    }

    .contents {
        margin: 0
    }

    .u_ta_c_sp {
        text-align: center
    }

    .u-ta_r_sp {
        text-align: right
    }

    .u_ta_l_sp {
        text-align: left
    }

    .u-w_100_sp {
        margin: 0 -5.33333vw
    }

    .c-table {
        display: block
    }

    .c-table th {
        display: block;
        width: 100%;
        padding: 2.66667vw
    }

    .c-table td {
        display: block;
        padding: 2.66667vw;
        border-top: 0
    }

    .c-table p+p {
        margin-top: 5.33333vw
    }

    .c-table+.c-table-title {
        margin-top: vw-to-pw(40)
    }

    .c-table-col caption {
        padding-bottom: 1.6vw
    }

    .c-table-col td {
        padding: 2.66667vw
    }

    .h1--article {
        font-size: 6.4vw;
        line-height: 8vw
    }

    .h2__wrapper--normal {
        margin-bottom: 10.66667vw
    }

    .h2__main {
        font-size: 5.33333vw;
        line-height: 1.6
    }

    .h2-slash {
        font-size: 4.26667vw
    }

    .h2-slash span:after,
    .h2-slash span:before {
        top: 1.06667vw;
        height: 14.93333vw
    }

    .h2-slash span:before {
        left: -6.93333vw
    }

    .h2-slash span:after {
        right: -6.93333vw
    }

    .h2-slash strong {
        font-size: 5.33333vw
    }

    .h2__en {
        font-size: 2.66667vw
    }

    .h2__text--l_sp {
        font-size: 7.46667vw
    }

    .h2__text--ll_sp {
        font-size: 9.33333vw
    }

    .h3 {
        font-size: 4.8vw
    }

    .h3--dot {
        padding-bottom: 8vw
    }

    .h3--dot.sp--noDot {
        padding-bottom: 0
    }

    .h3--dot.sp--noDot:after {
        content: none
    }

    .h3--noBorder {
        margin-top: 1em
    }

    .linkBtn--fill {
        min-width: auto;
        width: 100%;
        font-size: 3.73333vw
    }

    .linkBtn--fill:after {
        top: inherit;
        bottom: .5em
    }

    .linkBtn--fillR {
        min-width: auto;
        width: 100%;
        padding: .6em 1.6em .5em .6em;
        font-size: 4.26667vw
    }

    .reasonLinkList--red .linkBtn--line {
        padding: 1.5em 1em;
        font-size: 14px
    }

    .linkBtn--line {
        min-width: auto;
        width: 100%;
        font-size: 4.26667vw
    }

    .linkBtn--line.h100 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 100%;
        padding: 1em
    }

    .l-btn-1 .linkBtn {
        min-width: 60vw;
        width: auto;
        margin: auto
    }

    .mv {
        margin-bottom: 5.33333vw
    }

    .mv.u-mt40 {
        margin-top: 5.33333vw !important
    }

    .intro__read {
        margin-bottom: 1em;
        font-size: 3.73333vw
    }

    .intro__readText1 {
        font-size: 5.06667vw
    }

    .intro__readText2 {
        font-size: 7.46667vw
    }

    .process__content--flow p.intro__read01 {
        text-align: center
    }

    .intro__read01 {
        margin-bottom: 1em;
        font-size: 3.73333vw;
        text-align: center
    }

    .intro__read01 .intro__readText1 {
        padding: 0 2.66667vw
    }

    .intro__read01 .intro__readText1:before,
    .intro__read01 .intro__readText1:after {
        width: 8vw;
        background-size: 2.66667vw .8vw
    }

    .brand {
        padding: 0
    }

    .brandList__wrapper {
        margin: 10.66667vw 0 0
    }

    .brandList__item {
        width: calc((100% - 7px)/2);
        margin: 10px 0 0 7px
    }

    .brandList__item:nth-child(2n+1) {
        margin-left: 0
    }

    .brandList__item:nth-child(-n+2) {
        margin-top: 0
    }

    .brandList__link {
        height: 21.33333vw
    }

    .brandList__text {
        font-size: 3.73333vw
    }

    .brandList__text:after {
        right: 2.13333vw
    }

    .information {
        padding: 2.66667vw 0
    }

    .infoList__wrapper {
        margin-top: 5.33333vw
    }

    .infoList__link {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .infoList__text {
        font-size: 3.73333vw
    }

    .infoToList__link {
        font-size: 3.73333vw
    }

    .reason {
        padding: 21.33333vw 0;
        background-image: url(/img/reason_bg_sp.jpg)
    }

    .reasonList__wrapper {
        margin-top: 9.33333vw
    }

    .reasonList {
        margin: 0 auto 8vw;
        gap: 8vw 4vw;
        -ms-grid-columns: 42.66667vw 40vw;
        grid-template-columns: 42.66667vw 40vw
    }

    .reasonList__item {
        width: 43vw;
        height: 32vw;
        padding: 2em .85em 1em;
        font-size: 3.73333vw
    }

    .reasonList__item.reasonList__item04 {
        padding-top: 9.33333vw
    }

    .reasonList__item:before {
        font-size: 4.26667vw
    }

    .reasonList__text01 {
        font-size: 12.8vw
    }

    .reasonList__text02 {
        font-size: 3.2vw
    }

    .reasonList__text02num {
        font-size: 10.66667vw
    }

    .reasonList__text03 {
        font-size: 4.8vw
    }

    .reasonList__text03day {
        font-size: 6.66667vw
    }

    .reasonList__text04 {
        font-size: 4.26667vw
    }

    .reasonList__text05 {
        font-size: 5.6vw
    }

    .reasonList__text06 {
        font-size: 6.66667vw
    }

    .reasonLinkList {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2.66667vw
    }

    .reasonLinkList.sp2column {
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .reasonLinkList.sp2column .reasonLinkList__item {
        width: 48%
    }

    .reputation {
        padding: 21.33333vw 0
    }

    .reputationList__item {
        margin: 0 5.33333vw 8vw 0;
        padding: 1em 1.5em;
        background-position: right 6.13333vw top 13.33333vw
    }

    .reputationList__item:before {
        left: 1.06667vw
    }

    .reputationList__item:nth-child(1) {
        background-position-y: 100%;
        background-size: 9.06667vw 24vw
    }

    .reputationList__item:nth-child(2) {
        background-size: 16.26667vw 24.26667vw
    }

    .reputationList__item:nth-child(3) {
        background-position-y: 100%;
        background-size: 16.26667vw 24.53333vw
    }

    .reputationList__item:nth-child(4) {
        background-size: 16.26667vw 24.53333vw
    }

    .reputationList__item:nth-child(5) {
        background-position-y: 100%;
        background-size: 16.26667vw 24.53333vw
    }

    .reputationList__item:nth-child(6) {
        background-size: 16.26667vw 24.53333vw
    }

    .reputationList__item:nth-child(2n) {
        margin: 0 0 8vw 5.33333vw;
        background-position: left 6.13333vw top 13.33333vw;
        background-position-y: 100%
    }

    .reputationList__textCustomer {
        margin: .5em 0 0
    }

    .achievement {
        padding: 21.33333vw 0
    }

    .achievementList__wrapper {
        margin-top: 7.46667vw
    }

    .achievementList__area {
        margin: 0 0 5.33333vw
    }

    .achievementSwitch {
        margin: 0 0 6.66667vw
    }

    .achievementList__group {
        display: none
    }

    .achievementList__group.-js-show,
    .achievementList__group.js-tab__show {
        display: block
    }

    .achievementList__item {
        font-size: 3.2vw
    }

    .achievementList__item:nth-child(n+2) {
        margin-top: 4.8vw
    }

    .achievementList__brand {
        font-size: 3.73333vw
    }

    .achievementList__price {
        font-size: 2.66667vw
    }

    .achievementList__priceNum {
        font-size: 5.33333vw
    }

    .achievementList__imgArea {
        width: 32vw;
        margin-right: 5.33333vw
    }

    .achievementList__imgArea img {
        width: auto;
        max-height: 134px
    }

    .bottomLink__area {
        margin: 8vw 0 9.33333vw
    }

    .bottomLink__area.bottomLink__2col .bottomLink .bottomLink__item {
        width: 50%
    }

    .question+.bottomLink__area.bottomLink__2col {
        margin-top: 0
    }

    .bottomLink {
        margin-right: -2.66667vw;
        margin-left: -2.66667vw;
        row-gap: 5.33333vw
    }

    .bottomLink__item {
        width: calc(100%/3);
        padding-right: 2.66667vw;
        padding-left: 2.66667vw
    }

    .bottomLink__item .linkBtn {
        min-height: 20.53333vw;
        height: 100%;
        font-size: 3.73333vw
    }

    .tableOfContents {
        padding: 21.33333vw 0
    }

    .tableOfContents__wrapper {
        margin-top: 5.33333vw
    }

    .tableOfContents__link {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .h2__wrapper--anc {
        margin-top: -21.33333vw;
        padding-top: 21.33333vw
    }

    .lineBox {
        margin: 12vw 0
    }

    .lineBox__inner {
        max-width: 84vw;
        padding: 5.33333vw;
        border-radius: 2.66667vw;
        box-shadow: 1.06667vw 1.06667vw 0 #000;
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }

    .lineBox__inner p+p {
        margin-top: 1.33333vw
    }

    .lineBox__inner .l-btn-1-1 {
        margin-top: 2.66667vw
    }

    .lineBox__inner .linkBtn--fillR {
        max-width: 53.33333vw;
        height: 10.66667vw;
        font-size: 3.73333vw;
        line-height: 6.13333vw
    }

    .lineBox__inner .linkBtn--fillR:before {
        width: 5.33333vw;
        height: 5.33333vw;
        margin-top: -.53333vw;
        margin-right: 1.33333vw
    }

    .lineBox__title {
        margin-bottom: 2.66667vw;
        font-size: 4.8vw
    }

    .mv__link {
        margin-bottom: 4vw
    }

    .mv__link a {
        padding: 1.6vw 1.6vw 1.33333vw
    }

    .mvTop__introTextTop {
        font-size: 4.8vw
    }

    .mvTop__introTextBottom span {
        font-size: 7.46667vw
    }

    .mvTop__title {
        padding: 2.66667vw 5.33333vw;
        font-size: 5.86667vw
    }

    .mvTop__subTitle {
        border: 1px solid #fff;
        font-size: 3.46667vw
    }

    .textTop__desc {
        margin-top: 5.33333vw
    }

    .reasonList--type2 .reasonList__itemInner {
        font-size: 3.46667vw
    }

    .reasonList--type2 .reasonList__item {
        padding: 2.66667vw
    }

    .reasonList--type2 .reasonList__text03 {
        margin-top: 2.66667vw
    }

    .reasonList--type2 .reasonList__text03 small {
        top: .53333vw;
        font-size: 2.66667vw
    }

    .reasonList--type2 .reasonList__text03_1 {
        font-size: 3.2vw
    }

    .award__area {
        margin: 2.66667vw auto 0;
        padding: 2.66667vw
    }

    .award__area .award__list {
        margin-right: -2.66667vw;
        margin-bottom: 5.33333vw;
        margin-left: -2.66667vw
    }

    .js-slider-award .award__item {
        max-width: 50%
    }

    .js-slider-award .award__itemText {
        width: 100%;
        font-size: 3.2vw
    }

    .js-slider-award .award__itemText span {
        font-size: 2.93333vw
    }

    .stepPurchase__area .heading3 {
        font-size: 3.73333vw
    }

    .breadcrumb {
        margin-bottom: 8vw;
        padding: 4.8vw 8vw 5.06667vw;
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .breadcrumb__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        line-height: normal
    }

    .breadcrumb__list li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .breadcrumb__list li:after {
        margin: 0 2.66667vw
    }

    .breadcrumb__list li:last-child {
        -ms-flex: auto;
        flex: auto
    }

    .quickLink {
        margin: 0 -4.8vw;
        border-top: 1px solid #e8e8e8;
        font-size: 2.93333vw;
        line-height: 5.6vw
    }

    .quickLink li {
        margin: 0 4.8vw 0 0
    }

    .quickLink li.-first {
        display: block;
        width: 100%
    }

    .quickLink li.-first a {
        font-size: 2.93333vw;
        line-height: 5.6vw
    }

    .h1__wrapper {
        margin: 8vw 0 6.4vw
    }

    .h1__main {
        margin-bottom: 0;
        font-size: 9.06667vw;
        line-height: 11.2vw;
        letter-spacing: 0
    }

    .h1__sub {
        margin-top: 0;
        font-size: 3.73333vw;
        line-height: 6.4vw;
        letter-spacing: 0
    }

    .intro-txt__main {
        font-size: 5.33333vw;
        line-height: 8vw
    }

    .intro-txt__sub {
        font-size: 3.733vw;
        text-align: left;
        line-height: 5.6vw
    }

    .intro__btn {
        margin-top: 5.33333vw
    }

    .intro-cta-copy {
        font-size: 4.8vw
    }

    .intro-cta-copy span {
        font-size: 3.73333vw
    }

    .products {
        margin-top: 8vw
    }

    .products__list {
        margin: 0 -2.66667vw
    }

    .products__list .slick-dots {
        margin-top: 0
    }

    .products__list--sp {
        padding-bottom: 20px
    }

    .products__list--sp .slick-list {
        display: -ms-flexbox;
        display: flex
    }

    .products__list--sp .slick-track {
        display: -ms-flexbox;
        display: flex
    }

    .products__list--sp .slick-slide {
        display: -ms-flexbox;
        display: flex;
        height: auto
    }

    .products__list--sp .slick-dots {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0
    }

    .products__list--sp .slick-arrow {
        display: block;
        position: absolute;
        z-index: 1;
        top: 30%;
        width: 40px;
        height: 40px;
        font-size: 0;
        transform: translateY(-50%)
    }

    .products__list--sp .slick-arrow:hover {
        opacity: .8;
        -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
    }

    .products__list--sp .slick-next {
        right: 0;
        background: url(/assets/img/brand/icon_slick_next.svg) no-repeat center/contain
    }

    .products__list--sp .slick-prev {
        left: 0;
        background: url(/assets/img/brand/icon_slick_prev.svg) no-repeat center/contain
    }

    .products__item {
        margin-bottom: 7.46667vw;
        padding: 0 2.66667vw
    }

    .products--campaign .products__item {
        width: 50%
    }

    .products--campaign .products__item:last-child,
    .products--campaign .products__item:nth-child(3) {
        margin-bottom: 0
    }

    .products__img img {
        max-height: 152px
    }

    .products__box {
        margin-top: 0
    }

    .products__box.u-mt10--sp {
        margin-top: 2.66667vw !important
    }

    .products__brand {
        min-height: 18px;
        max-height: 63px;
        font-size: 3.73333vw;
        line-height: 5.6vw;
        -webkit-line-clamp: 3
    }

    .products__name {
        min-height: 54px;
        margin-top: 0;
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .products__price {
        margin-top: 1.33333vw;
        font-size: 5.33333vw;
        line-height: 6.93333vw
    }

    .products__unit {
        margin-left: .26667vw;
        font-size: 2.66667vw;
        line-height: 3.73333vw
    }

    .products__note {
        margin-top: 1.06667vw;
        font-size: 2.93333vw;
        line-height: 4.26667vw
    }

    .products__notice {
        font-size: 3.2vw;
        line-height: 4.26667vw
    }

    .products .linkBtn__area {
        margin-top: 7.46667vw
    }

    .product-row {
        margin: 10.66667vw -8vw 0
    }

    .product-row__list {
        display: block;
        margin-left: 0
    }

    .product-row__item {
        box-sizing: border-box;
        width: auto;
        margin-left: 0;
        padding: 4.26667vw 1.6vw 5.33333vw;
        border-width: 1.06667vw
    }

    .product-row__bot {
        padding: 4.53333vw 5.33333vw 5.6vw;
        font-size: 5.33333vw;
        text-align: center;
        line-height: 7.73333vw
    }

    .product-row__txt:after,
    .product-row__txt:before {
        width: 8.26667vw;
        height: 13.86667vw
    }

    .product-row__txt:after {
        margin-left: 5.33333vw
    }

    .top_reverse .product-row__txt:after {
        margin-left: 0
    }

    .product-row__txt:before {
        margin-right: 5.86667vw
    }

    .top_reverse .product-row__txt:before {
        margin-right: 0
    }

    .top_reverse .product-row__txt {
        -ms-flex-pack: justify;
        justify-content: space-between;
        font-size: 4.53333vw
    }

    .product-row__img {
        width: 32vw;
        margin-right: 5.33333vw
    }

    .product-row__name {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .product-row__desc {
        margin-top: 3.46667vw;
        font-size: 3.2vw;
        line-height: 4.26667vw
    }

    .productInfo {
        margin-top: 2.66667vw
    }

    .productInfo li+li {
        margin-top: 1.33333vw
    }

    .productInfo li.-lg {
        margin-top: 1.33333vw
    }

    .productInfo li.-lg .productInfo__label {
        width: 16vw;
        height: 8vw
    }

    .productInfo li.-lg .productInfo__price {
        font-size: 3.46667vw;
        line-height: 4.53333vw
    }

    .productInfo li.-lg .productInfo__price span {
        font-size: 8.26667vw;
        line-height: 8.53333vw
    }

    .productInfo__label {
        width: 16vw;
        height: 6.4vw;
        margin-right: 2.13333vw;
        font-size: 2.93333vw;
        line-height: 4vw
    }

    .productInfo__price {
        font-size: 2.93333vw;
        line-height: 4vw
    }

    .productInfo__price span {
        font-size: 5.33333vw;
        line-height: 5.6vw
    }

    .infoBrand__txt {
        margin-top: 8vw;
        font-size: 3.733vw;
        line-height: 5.6vw
    }

    .infoBrand__txt .c-red {
        margin-top: 8vw;
        font-size: 4.26667vw;
        line-height: 6.4vw
    }

    .stepBlk__ttl {
        font-size: 5.33333vw;
        line-height: 1.4em
    }

    .stepBlk__ttl:after {
        width: 5.33333vw;
        height: .53333vw
    }

    .stepBlk__ttl .stepBlk__point {
        display: block;
        padding-bottom: 2.13333vw;
        background-position: center 6.4vw;
        background-size: 25.86667vw 3.46667vw;
        font-size: 5.33333vw;
        line-height: 10.4vw
    }

    .stepBlk__ttl .stepBlk__point span {
        margin-left: 1.06667vw;
        font-size: 8vw
    }

    .stepBlk__item {
        margin-top: 7.2vw
    }

    .stepBlk__item+*:last-child {
        padding-bottom: 4.8vw
    }

    .stepBlk__item+* {
        margin-top: 8vw
    }

    .stepBlk__desc {
        margin-top: 5.33333vw
    }

    .models__link {
        margin: 9.86667vw 0 0;
        font-size: 3.73333vw;
        text-align: center;
        line-height: 7.46667vw
    }

    .models__link li {
        width: 100%;
        margin: .53333vw 0
    }

    .marketPlace__list {
        display: block;
        margin: 8vw 0 0
    }

    .marketPlace__item {
        width: auto;
        margin: 0;
        margin-top: -1px;
        padding: 3.2vw 0 2.13333vw
    }

    .marketPlace__itemNote {
        margin-top: 1.86667vw;
        line-height: 4.8vw
    }

    .marketPlace__itemNote>:first-child {
        margin-right: 12.26667vw
    }

    .boxText__desc {
        margin-top: 8vw
    }

    .brandList--col3 {
        display: -ms-flexbox;
        display: flex;
        margin-top: 8vw
    }

    .reputation--brand {
        padding-bottom: 4.53333vw
    }

    .examples__list {
        margin: 8vw -5.33333vw 0;
        gap: 3.73333vw 5.33333vw
    }

    .examples__list li {
        width: 25%
    }

    .examples__img {
        border-width: 1.33333vw
    }

    .examples__point {
        margin-top: 4vw;
        font-size: 4.26667vw;
        line-height: 5.6vw
    }

    .examples__ttl {
        margin-top: .53333vw;
        font-size: 4.26667vw;
        line-height: 5.6vw
    }

    .examples__txt {
        margin: 6.13333vw 0 9.86667vw;
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .examples__txt span {
        font-size: 6.4vw
    }

    .monclerGrid {
        margin-top: 8vw;
        gap: 8vw 0
    }

    .monclerGrid__img {
        width: 100%
    }

    .monclerGrid__txt {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .accordian__title {
        margin-left: 2.66667vw
    }

    .accordian__wrap .featureBrand__img {
        width: 27vw
    }

    .accordian__wrap .featureBrand__box {
        width: 42vw
    }

    .marketPlace.since2022 .marketPlace__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .marketPlace.since2022 .marketPlace__itemNote {
        width: 25%
    }

    .marketPlace.since2022 .marketPlace__list .title .marketPlace__itemName {
        width: 50%
    }

    .marketPlace.since2022 .c-red {
        font-size: 4.26667vw;
        line-height: 6.4vw
    }

    .marketPlace.since2022.since202209 .marketPlace__itemNote {
        width: 30%;
        text-align: center
    }

    .marketPlace.since2022.since202209 .marketPlace__itemNote.c-red {
        font-size: inherit
    }

    .marketPlace.since2022.since202209 .marketPlace__itemNote>:first-child {
        margin-right: 0
    }

    .marketPlace.since2022.since202209 .marketPlace__list .title .marketPlace__itemName {
        width: 40%
    }

    .marketPlace.since2024 .marketPlace__item {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .marketPlace.since2024 .marketPlace__itemNote {
        min-width: 28%;
        width: auto
    }

    .marketPlace.since2024 .marketPlace__itemNote>:first-child {
        margin-right: 0
    }

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

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

    .assess_p .inner {
        margin-right: 4vw;
        margin-left: 4vw
    }

    .assess_p .assess_p__box .assess_p__item {
        width: 100%
    }

    .assess_p .assess_p__box .assess_p__item+.assess_p__item {
        margin-top: 2em
    }

    .assess_p .stepBlk__ttl {
        padding-bottom: 10px;
        font-size: 5.33333vw;
        line-height: 1.4em
    }

    .assess_p .stepBlk__ttl:after {
        width: 5.33333vw;
        height: .53333vw
    }

    .assess_p .stepBlk__ttl .stepBlk__point {
        display: block;
        padding-bottom: 2.13333vw;
        background-position: center 6.4vw;
        background-size: 25.86667vw 3.46667vw;
        font-size: 5.33333vw;
        line-height: 10.4vw
    }

    .assess_p .stepBlk__ttl .stepBlk__point span {
        margin-left: 1.06667vw;
        font-size: 8vw
    }

    .models2c .models2c__box .models2c__item .models2c__dsc {
        margin-top: 10px
    }

    .models2c .models2c__box .models2c__item+.models2c__item {
        margin-top: 40px
    }

    .modelsSlide_box {
        margin: 0 -2.66667vw
    }

    .modelsSlide_box .modelsSlide {
        width: 100%
    }

    .accordion .accordion__head {
        min-height: 16vw;
        height: auto;
        padding: 5.333vw 6.4vw 4.8vw
    }

    .accordion .accordion__head .icon-plus {
        top: 8vw;
        right: 0;
        margin-top: -1.33333vw
    }

    .accordion .accordion__content {
        margin-top: 0;
        padding: 0
    }

    .marketPlace2__list {
        display: block;
        margin: 0 0 10px
    }

    .marketPlace2__list>*:nth-child(n+2) {
        border-top: 1px solid #8d8d8d
    }

    .marketPlace2__list>*:nth-child(n+2).--sp_nobd {
        border-top: none
    }

    .marketPlace2__item {
        width: auto;
        margin: 0;
        padding: 0
    }

    .marketPlace2__item.flex .marketPlace2__img {
        width: 40%
    }

    .marketPlace2__item.flex .marketPlace2__text {
        width: 60%
    }

    .marketPlace2__itemName {
        min-height: 3em;
        margin-bottom: 1em
    }

    .marketPlace2__itemNote>*:nth-child(2n) {
        min-width: 5.5em
    }

    .marketPlace2__itemNote {
        margin-top: 1.86667vw;
        line-height: 4.8vw
    }

    .marketPlace2__itemNote2 {
        font-size: 12px;
        line-height: 4.8vw
    }

    .marketPlace2__itemNote2.c-red {
        margin-top: 1.86667vw
    }

    .suprTitle {
        padding: 1.33333vw 2.66667vw;
        border-left-width: 1.06667vw;
        line-height: 7.46667vw
    }

    .suprTitle+.boxText__desc {
        margin-top: 5.33333vw
    }

    .products+.suprTitle {
        margin-top: 5.33333vw
    }

    .h2__main--dot {
        padding-bottom: 6.93333vw
    }

    .h2__text--st {
        margin-top: 1.06667vw;
        line-height: 10.933vw
    }

    .reason--brand {
        padding: 5.333vw 0 10.133vw
    }

    .reason--brand .reasonList__item {
        padding: 34px .85em 1em
    }

    .reason--brand .reasonList__itemInner {
        line-height: 4.533vw
    }

    .reason--brand .reasonList__text06 {
        margin-top: 1.333vw
    }

    .think {
        padding: 13.06667vw 0 0
    }

    .think_ttile {
        margin: 0 auto -5.33333vw
    }

    .icon__arrowDown {
        margin-bottom: 8vw
    }

    .icon__arrowDown:after {
        width: 11.73333vw;
        height: 5.86667vw
    }

    .think__imgBox {
        margin-top: 3.2vw;
        margin-bottom: 7.467vw
    }

    .think__txt01 {
        letter-spacing: -1px
    }

    .think__txtBoxTtl {
        margin-top: 13.33333vw;
        margin-bottom: 4.8vw;
        font-size: 8vw
    }

    .think__grid {
        max-width: 100%;
        margin: 6.4vw auto 0
    }

    .think__gridTxt {
        width: 100%
    }

    .think__gridTxt h3 {
        margin-top: 3.73333vw;
        margin-bottom: 3.73333vw;
        font-size: 4.8vw;
        text-align: center;
        line-height: 6.4vw
    }

    .think__gridTxt p {
        line-height: 5.6vw
    }

    .think__gridImg {
        width: 100%;
        margin-top: 9.6vw;
        padding-left: 0;
        text-align: center
    }

    .think__gridImg img {
        max-width: 65.6vw
    }

    .tips__list {
        margin: 6.66667vw -2.66667vw 0
    }

    .tips__item {
        width: 50%;
        margin-top: 6.93333vw;
        padding: 0 2.66667vw
    }

    .tips__itemBox p {
        padding: 4vw 4vw 8vw 3.2vw;
        font-size: 3.2vw
    }

    .tips__itemTtl {
        height: 19.73333vw;
        padding: 4vw 2.66667vw 0;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .tips__num {
        width: 9.6vw;
        height: 9.6vw
    }

    .bayerIntro__list {
        margin-top: 12.8vw;
        margin-right: 8vw;
        margin-left: 8vw
    }

    .bayerIntro__list .slick-dots {
        margin-top: 3.46667vw
    }

    .bayerIntro__list .slick-arrow {
        display: none
    }

    .bayerIntro__item {
        margin-right: 0;
        margin-left: 0
    }

    .payerIntro__name {
        height: 12.53333vw;
        line-height: 13.86667vw
    }

    .payerIntro__info {
        height: auto;
        padding: 5.33333vw 5.33333vw 9.86667vw;
        font-size: 3.73333vw
    }

    .payerIntro__txt {
        margin-top: 4.53333vw;
        margin-bottom: 3.46667vw;
        font-size: 3.73333vw;
        line-height: 2
    }

    .stepPurchase__list {
        margin-top: 7.467vw;
        margin-right: -3.46667vw;
        margin-left: -3.46667vw
    }

    .stepPurchase__item {
        max-width: 33.33333%;
        margin-right: 9.06667vw;
        margin-right: 0;
        padding-right: 3.46667vw;
        padding-left: 3.46667vw
    }

    .stepPurchase__list.col4 .stepPurchase__item {
        max-width: 25%
    }

    .stepPurchase__img {
        width: 23.46667vw;
        height: 23.46667vw
    }

    .stepPurchase__img:after {
        right: -8.93333vw;
        right: -3.46667vw;
        width: 3.46667vw;
        height: 2.93333vw
    }

    .stepPurchase__list.col4 .stepPurchase__img {
        max-width: 23.46667vw;
        width: 100%;
        max-height: 23.46667vw;
        height: auto
    }

    .stepPurchase__desc {
        margin-top: 5.867vw;
        margin-bottom: 5.86667vw;
        font-size: 3.73333vw;
        line-height: 7.46667vw
    }

    .stepPurchase__step {
        margin-top: 2.13333vw;
        font-size: 3.2vw;
        line-height: 1.5
    }

    .stepPurchase__list.col4 .stepPurchase__step {
        font-size: 2.4vw
    }

    .stepPurchase__list.col4 .stepPurchase__step span {
        margin-bottom: 2.13333vw
    }

    .stepPurchase__step span {
        font-size: 4.8vw
    }

    .stepPurchase__step span.stepPurchase__stepSmall {
        font-size: 3.2vw
    }

    .whatBuy .h3--dot {
        margin-bottom: 7.467vw
    }

    .whatBuy__boxGray {
        max-width: 84vw;
        margin: 7.46667vw auto 0;
        padding: 4.26667vw 5.33333vw;
        border-radius: 1.06667vw;
        text-align: left
    }

    .whatBuy__boxGray .whatBuy__boxGrayTtl {
        margin-bottom: 4.26667vw;
        font-size: 3.73333vw
    }

    .whatBuy__boxGray p {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .whatBuy__boxGray p.whatBuy__boxGrayTxt {
        margin-top: 1em
    }

    .whatBuy__boxGray p.whatBuy__note {
        margin-top: 8.53333vw;
        margin-left: 1em;
        font-size: 3.2vw;
        text-indent: -1em;
        text-align: left
    }

    .whatBuy--camp .whatBuy__boxGray p.whatBuy__note {
        margin-top: 4vw
    }

    .whatBuy__link {
        margin-top: 4.53333vw;
        font-size: 3.73333vw
    }

    .storeInfo {
        padding-bottom: 0;
        background-size: auto 77%
    }

    .storeInfo__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: -.8vw
    }

    .storeInfo__item {
        width: 33.33333%;
        margin-bottom: 8vw
    }

    .storeInfo__subTtl {
        margin-top: 7.2vw;
        margin-bottom: 8vw;
        font-size: 3.73333vw;
        line-height: 7.46667vw
    }

    .storeInfo__txt01 {
        top: -3.2vw;
        left: 40%;
        font-size: 3.2vw
    }

    .storeInfo__item:nth-child(2) .storeInfo__txt01 {
        left: 20%
    }

    .storeInfo__item:nth-child(3) .storeInfo__txt01 {
        left: 40%
    }

    .storeInfo__item:nth-child(4) .storeInfo__txt01 {
        left: 40%
    }

    .storeInfo__item:nth-child(5) .storeInfo__txt01 {
        left: 40%
    }

    .storeInfo__item:nth-child(6) .storeInfo__txt01 {
        left: 23%
    }

    .storeInfo__txt02 {
        bottom: vw(20)
    }

    .storeInfo__numArea {
        width: 15.46667vw;
        height: 15.46667vw;
        margin: auto
    }

    .storeInfo__numArea {
        font-size: 8.53333vw
    }

    .storeInfo__unit {
        font-size: 3.73333vw
    }

    .storeInfo__num2:after {
        right: -6.13333vw
    }

    .titleWrap {
        margin-top: 8vw;
        margin-bottom: 8vw
    }

    .titleWrap__h1 {
        font-size: 6.4vw;
        line-height: 1
    }

    .mvItem__wrapper {
        max-width: 1000px;
        margin: 0 auto
    }

    .mvItem__intro {
        width: 84vw;
        margin: 8vw auto 0
    }

    .mvItem__main {
        margin-bottom: 8vw;
        font-size: 5.33333vw;
        line-height: 8vw
    }

    .mvItem__sub {
        font-size: 3.73333vw;
        text-align: left;
        line-height: 5.6vw
    }

    .searchBox {
        margin-bottom: 16vw
    }

    .searchBox__form {
        padding: 2.66667vw
    }

    .formGroup__input {
        width: 65.6vw
    }

    .formGroup__action {
        width: 12vw
    }

    .searchBox__form,
    .formGroup__button,
    .formGroup__txt {
        border-radius: 1.06667vw
    }

    .formGroup__button,
    .formGroup__txt {
        height: 7.73333vw
    }

    .formGroup__txt {
        padding: 2.66667vw
    }

    .formGroup__button {
        font-size: 2.93333vw
    }

    .quickSelect {
        padding-top: 1.86667vw
    }

    .quickSelect>li {
        height: 7.73333vw;
        margin: .8vw 0 0 .8vw;
        border: 1px solid #e3e3e3;
        border-radius: 1.06667vw;
        font-size: 2.93333vw;
        line-height: 7.73333vw
    }

    .quickSelect>li:nth-child(10n+1) {
        margin-left: 0
    }

    .quickSelect__alphabet {
        min-width: 7.66667vw
    }

    .quickSelect__other {
        min-width: 33.06667vw
    }

    .searchBox--camp {
        padding-top: 1.6vw
    }

    .searchBox__result {
        margin-top: 5.33333vw
    }

    .searchBox__txt {
        padding: 1.06667vw 2.4vw .8vw;
        border-radius: 1.06667vw;
        font-size: 3.73333vw
    }

    .searchBox__brand {
        margin: 2.66667vw 0 10.66667vw
    }

    .searchBox--camp .searchBox__brand {
        margin: 1.067vw 0 10.667vw
    }

    .searchBox__item {
        width: 100%;
        font-size: 3.73333vw;
        line-height: 7.46667vw
    }

    .searchBox__item a {
        font-size: 3.73333vw;
        line-height: 7.46667vw
    }

    .static-check {
        margin: 5.33333vw 0 0;
        padding: 4vw 2.66667vw;
        border: 1.6vw solid #b70a00;
        border-radius: 10.66667vw
    }

    .static-check__title {
        font-size: 5.33333vw
    }

    .static-check__list {
        margin: 2.66667vw -.8vw
    }

    .static-check__item {
        width: 50%;
        padding: 1.86667vw .8vw
    }

    .static-check__status {
        margin-right: 1.33333vw
    }

    .static-img {
        margin: 8vw 0
    }

    .static-img__list {
        margin: 0 -2.66667vw
    }

    .static-img__item {
        width: 50%;
        padding: 2.13333vw
    }

    .categories {
        padding: 5.33333vw 0 16vw
    }

    .categories__item {
        width: 100%
    }

    .categories__item+.categories__item {
        margin-top: 10.66667vw
    }

    .categories__label {
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .categories__img {
        overflow: hidden;
        border-radius: 1.06667vw
    }

    .categories__link {
        padding-top: 3.2vw
    }

    .categories__link>li {
        width: 48.95833%
    }

    .categories__link>li a {
        font-size: 4.26667vw;
        line-height: 9.6vw
    }

    .categories__link.txt-jp>li a {
        font-size: 3.73333vw
    }

    .mvItem__main--category {
        font-size: 4.26667vw
    }

    .intro__btn--category {
        margin-top: 13.867vw
    }

    .socialBox__link {
        margin-top: 8vw
    }

    .socialBox__link img {
        width: 8.53333vw;
        height: 8.53333vw
    }

    .socialBox__linkInner {
        font-size: 3.73333vw
    }

    .socialBox__list {
        margin: 25px auto 0;
        gap: 8px
    }

    .socialBox__list li {
        width: calc((100% - 8px*2)/3)
    }

    .socialBox__note {
        margin: .75em 0 1.5em;
        font-size: 3.73333vw
    }

    .lineBox {
        margin-top: 5.33333vw
    }

    .lineBox__note {
        margin: 5.33333vw 0 3.73333vw;
        font-size: 3.73333vw;
        text-align: center;
        line-height: 5.6vw
    }

    .infoNotice {
        margin: -4vw 0 10.66667vw;
        font-size: 3.73333vw
    }

    .infoList--st01 {
        margin-bottom: 0
    }

    .sites__bnr {
        margin-top: 8vw
    }

    .sites__bnr figcaption {
        margin-top: 2.66667vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .sites__bnrBlock {
        padding-bottom: 10.66667vw
    }

    .lineBdr {
        padding: 8.53333vw 0 0
    }

    .linkSecCampaign {
        margin-top: 8.8vw;
        margin-bottom: 16vw;
        padding-top: 8.8vw
    }

    .linkSec__btn {
        margin: 8vw 0 0
    }

    .costume-cooperation__item {
        width: 50%;
        padding-right: 10px;
        padding-left: 10px
    }

    .costume-cooperation__item:not(:last-child) {
        margin-bottom: 5.86667vw
    }

    .costume-cooperation__item figcaption {
        margin-top: 2.66667vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .campaign__list {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .campaign__item {
        width: 100%
    }

    .campaign__item:not(:last-child) {
        margin-bottom: 5.86667vw
    }

    .campaign__item figcaption {
        margin-top: 2.66667vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .campaign__inner {
        margin-right: 0;
        margin-left: 0
    }

    .mainVisual {
        margin: 5.33333vw -5.33333vw
    }

    .mainVisual--edit {
        margin: 5.33333vw -8vw
    }

    .campaign__ttl--s {
        font-size: 4.8vw
    }

    .campaign__ttl--xs {
        font-size: 4vw
    }

    .campaign__ttl--fz20 {
        font-size: 4vw !important
    }

    .campaign__ttl {
        margin-bottom: 5.33333vw;
        font-size: 5.33333vw
    }

    .campaign__ttl--sm {
        font-size: 5.06667vw
    }

    .campaign__ttl01 {
        font-size: 6.4vw;
        line-height: 8vw
    }

    .campaign__ttl--fz19_sp {
        font-size: 5.06667vw
    }

    .campaign__ttl--fz22_sp {
        font-size: 5.86667vw
    }

    .campaign__ttlLine {
        font-size: 4.8vw;
        line-height: 1.6
    }

    .campaign__ttlLine span {
        padding: 0 2.66667vw 0 .8vw
    }

    .campaign__ttlLine span:after {
        bottom: -1.33333vw;
        height: 3.2vw
    }

    .freeReturn .freeReturn__text {
        font-size: 4.8vw
    }

    .freeReturn .freeReturn__bold {
        font-size: 6.4vw
    }

    .purchaseList__wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .purchaseList__list {
        width: 100%
    }

    .purchaseList__item {
        height: calc(1.3em*4)
    }

    .purchaseList__item.purchaseList__ttl {
        height: calc(1.3em*1.5)
    }

    .productName__ttl {
        width: 72.91667%
    }

    .purchasePrice__ttl {
        width: 25%
    }

    .productName__text {
        width: 72.91667%
    }

    .purchasePrice__text {
        width: 25%
    }

    .statePurchase__list {
        -ms-flex-direction: column;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        padding: 0 5.33333vw
    }

    .statePurchase__item {
        width: 100%;
        margin-bottom: 5.33333vw
    }

    .assessment__list {
        width: 100%
    }

    .assessment__item {
        width: 46.98413%
    }

    .precautions_list.marB1em {
        padding-left: 8.53333vw;
        letter-spacing: -.13333vw
    }

    .newList {
        margin-left: 3.73333vw;
        text-indent: -3.73333vw
    }

    .newList__check {
        margin-left: 6.93333vw;
        font-size: 4.26667vw;
        text-indent: -6.93333vw;
        line-height: 6.4vw
    }

    .newList__check li span {
        background-size: auto 2.66667vw
    }

    .newList__check li+li {
        margin-top: auto 1.33333vw
    }

    .newList__check .icon {
        width: 5.33333vw;
        height: 4.26667vw;
        margin-right: 1.6vw;
        vertical-align: -.53333vw
    }

    .text-left--sp {
        text-align: left
    }

    .storeBox {
        margin-top: 10.66667vw;
        border-width: 1.06667vw
    }

    .storeBox.u-mt0 {
        margin-top: 0
    }

    .storeBox .campTbl__ttlInner i {
        font-size: 4.26667vw
    }

    .storeBox__ttl {
        margin: -.26667vw -.26667vw 0;
        padding: 3.46667vw 0 4.53333vw;
        font-size: 5.33333vw;
        line-height: 9.6vw
    }

    .storeBox__ttl:after,
    .storeBox__ttl:before {
        width: 8vw;
        height: 13.33333vw;
        background-image: url(/assets/img/campaign/item/icon_03_sp.svg)
    }

    .storeBox__ttl:before {
        margin-right: 3.46667vw
    }

    .storeBox__ttl:after {
        margin-left: 2.66667vw;
        background-image: url(/assets/img/campaign/item/icon_04_sp.svg)
    }

    .storeBox__inner {
        padding: 5.33333vw
    }

    .storeBox__inner.tp01 {
        padding: 5.33333vw 2.66667vw
    }

    .storeBox__desc {
        margin-bottom: 5.33333vw
    }

    .storeBox__desc.u-mb0 {
        margin-bottom: 0
    }

    .storeBtn__desc {
        font-size: 5.33333vw
    }

    .storeBtn__list {
        margin-left: -4vw
    }

    .storeBtn__list li {
        width: calc(50% - 4vw);
        margin-top: 4vw;
        margin-left: 4vw
    }

    .storeBtn__list li>* {
        padding: 1.86667vw 0 1.6vw;
        border-width: .53333vw;
        border-radius: .8vw;
        line-height: 4.8vw
    }

    .storeComing {
        margin-top: 8vw
    }

    .statePurchase__list.tp01 {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 8vw;
        padding: 0
    }

    .statePurchase__list.tp01 .statePurchase__item {
        width: calc(33.33% - 1.33333vw)
    }

    .storeData__ttl {
        margin-bottom: 0;
        font-size: 4.26667vw
    }

    .storeData__img {
        margin-bottom: 2.66667vw
    }

    .storeData__social {
        margin-top: 1.33333vw
    }

    .storeData__social img {
        max-width: 10.66667vw
    }

    .storeData__social *+* {
        margin-left: 2.66667vw
    }

    .storeMap {
        margin: 8vw auto
    }

    .storeMap iframe {
        height: 93.33333vw
    }

    .storeIcon__ins {
        width: 9.06667vw;
        height: 9.06667vw;
        margin: 0 .8vw
    }

    .campTbl__ttl.fs-sm .campTbl__ttlInner i {
        font-size: 4.26667vw
    }

    .campTbl__ttl.u-mt0 {
        margin-top: 0 !important
    }

    .campTbl__ttl.u-mt10-sp {
        margin-top: 2.66667vw !important
    }

    .l-btn-1-1.u-mt30--sp {
        margin-top: 8vw !important
    }

    .products__list.tp01 .products__item {
        width: 50%
    }

    .products__list.tp01 .products__name {
        min-height: 14.4vw
    }

    .boxText--mb60 {
        margin-bottom: 16vw
    }

    .btnGreen {
        box-sizing: border-box;
        width: 76.26667vw;
        margin: 2.66667vw auto 6.66667vw;
        padding: 2.66667vw 6.66667vw;
        -webkit-box-shadow: 0 1.33333vw 0 #2c9d60;
        box-shadow: 1.33333vw 1.33333vw 0 #212529;
        font-size: 5.86667vw;
        letter-spacing: .42667vw
    }

    .btnGreen:hover {
        background: #02a32f;
        -webkit-box-shadow: 0 .53333vw 0 #02a32f;
        box-shadow: 0 .53333vw 0 #02a32f;
        color: #fff;
        -webkit-transform: translate(0, .8vw);
        transform: translate(0, .8vw)
    }

    .btnGreen span {
        border-radius: 1.06667vw;
        font-size: 4.8vw
    }

    .btnOrange {
        box-sizing: border-box;
        width: 76.26667vw;
        margin: 2.66667vw auto 6.66667vw;
        padding: 6.66667vw;
        -webkit-box-shadow: 0 1.33333vw 0 #72400a;
        box-shadow: 1.33333vw 1.33333vw 0 #72400a;
        font-size: 5.86667vw;
        letter-spacing: .42667vw
    }

    .btnOrange:hover {
        background: #e69039;
        -webkit-box-shadow: 0 .53333vw 0 #e69039;
        box-shadow: 0 .53333vw 0 #e69039;
        color: #fff;
        -webkit-transform: translate(0, .8vw);
        transform: translate(0, .8vw)
    }

    .btnOrange span {
        border-radius: 1.06667vw;
        font-size: 4.8vw
    }

    .campList__note li {
        margin-left: 3.73333vw;
        text-indent: -3.73333vw
    }

    .reasonablePrice__img--mb30 {
        margin-bottom: 5.33333vw !important
    }

    .otoshiBox {
        margin: 5.33333vw 0
    }

    .otoshiBox__item {
        border-bottom-width: 2.66667vw
    }

    .otoshiBox__item+* {
        margin-top: 5.33333vw
    }

    .otoshiBox__head {
        padding: 1.33333vw;
        font-size: 4.8vw
    }

    .otoshiBox__head span {
        font-size: 6.4vw
    }

    .otoshiBox__inr {
        padding: 2.66667vw
    }

    .otoshiBox__inr>p span {
        font-size: 5.86667vw
    }

    .otoshiBox__inr>p+p {
        margin-top: 4vw
    }

    .otoshiBox__inr .lg {
        padding: 2.66667vw 0;
        font-size: 5.86667vw
    }

    .u-ta-l--sp {
        text-align: left !important
    }

    .mt10_sp {
        margin-top: 2.66667vw
    }

    .cpLink__wrapper {
        width: 100%
    }

    .chronology__tab {
        margin-top: 17.06667vw
    }

    .chronology__tabItem {
        padding: 4.26667vw 0;
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .chronology__title {
        margin: 5.33333vw 0 2.66667vw 5.33333vw;
        font-size: 5.33333vw
    }

    .chronology__item {
        margin-bottom: 10.66667vw
    }

    .chronology__item:first-child .chronology__head {
        padding-top: 5.33333vw
    }

    .chronology__head {
        padding-left: 5.33333vw
    }

    .chronology__year {
        font-size: 6.4vw
    }

    .chronology__desc {
        font-size: 4.26667vw
    }

    .chronology__brands {
        margin-top: 5.33333vw;
        margin-left: 5.33333vw;
        gap: 3.2vw
    }

    .chronology__brand,
    .chronology__brand2 {
        width: 30.5%;
        height: 26.66667vw;
        padding: 2.66667vw;
        font-size: 3.2vw;
        line-height: 1.3
    }

    .chronology__brands-2024:after {
        height: 26.66667vw;
        background-size: cover
    }

    .chronology__brands-2023:after {
        height: 26.66667vw;
        background-position: 100%;
        background-size: cover
    }

    .chronology__brands-2022:after {
        height: 26.66667vw;
        background-position: 100%;
        background-size: cover
    }

    .chronology__brands-2021:after {
        height: 26.66667vw;
        background-position: -13.33333vw;
        background-size: cover
    }

    .chronology__brands-2020:after {
        height: 26.66667vw;
        background-position: 0;
        background-size: cover
    }

    .chronology__brands-2019:after {
        height: 26.66667vw;
        background-position: 0;
        background-size: cover
    }

    .chronology__brands-2018:after {
        height: 26.66667vw;
        background-position: 0;
        background-size: cover
    }

    .chronology__brands-2017:after {
        height: 26.66667vw;
        background-position: -6.66667vw;
        background-size: cover
    }

    .chronology__brands-2016:after {
        height: 26.66667vw;
        background-position: 0;
        background-size: cover
    }

    .chronology__brands-2015:after {
        height: 26.66667vw;
        background-position: -4vw;
        background-size: cover
    }

    .chronology__brands2-2024:after {
        height: 26.66667vw
    }

    .chronology__brands2-2023:after {
        height: 26.66667vw
    }

    .chronology__brands2-2022:after {
        height: 26.66667vw
    }

    .chronology__brands2-2021:after {
        height: 26.66667vw
    }

    .chronology__brands2-2020:after {
        height: 26.66667vw
    }

    .chronology__brands2-2019:after {
        height: 26.66667vw
    }

    .chronology__brands2-2018:after {
        height: 26.66667vw
    }

    .chronology__brands2-2017:after {
        height: 26.66667vw
    }

    .chronology__brands2-2016:after {
        height: 26.66667vw
    }

    .chronology__brands2-2015:after {
        height: 26.66667vw
    }

    .yellow_band_ttl {
        padding: 4.26667vw 0;
        border-radius: .8vw;
        font-size: 5.33333vw;
        line-height: 1.5em
    }

    .benefits__wrapper {
        max-width: none;
        padding: 10.66667vw 5.33333vw 5.33333vw
    }

    .benefits__item:first-child {
        padding-top: 21.33333vw
    }

    .benefits__item:not(:first-child) {
        margin-top: 21.33333vw
    }

    .benefits__item .benefits__head {
        top: -7.2vw
    }

    .benefits__item#benefits3 {
        margin-top: 18.13333vw
    }

    .benefits__redBox {
        margin-top: 10.66667vw
    }

    .targetBrands_content {
        padding: 0
    }

    .targetBrands_content ul {
        width: 44%
    }

    .campItem {
        padding-top: 8vw
    }

    .campItem__bnr {
        margin: 0 -8vw
    }

    .campItem__bnr--img01 {
        margin: 5.33333vw 0
    }

    .campItem__bnr--img02 {
        margin: 5.33333vw -5.33333vw 0
    }

    .campItem__bnr+.btnCopy {
        display: block;
        margin-top: 5.33333vw
    }

    .campItem__ttl {
        margin-top: 8vw;
        font-size: 5.33333vw;
        line-height: 8vw
    }

    .campItem__desc {
        margin-top: 5.333vw;
        font-size: 3.73333vw;
        text-align: left;
        line-height: 5.6vw
    }

    .products__rank {
        max-width: 100%;
        height: 4vw;
        margin: 0;
        padding-top: 3px;
        font-size: 3.2vw;
        line-height: 5.6vw
    }

    .products--campItem .products__item {
        display: block;
        overflow: hidden;
        width: auto;
        margin-bottom: 5.33333vw;
        padding: 0
    }

    .products--campItem .products__wrap {
        display: block
    }

    .products--campItem .products__list {
        display: block;
        margin: 0
    }

    .products--campItem .products__img {
        float: left;
        width: 32vw;
        margin-right: 5.33333vw
    }

    .products--campItem .products__img img {
        max-width: 32vw
    }

    .products--campItem .products__box {
        padding-top: 2.4vw
    }

    .products--campItem .products__name {
        margin-top: .533vw
    }

    .products--campItem .products__price {
        margin-top: .53333vw
    }

    .products--campItem1 .products__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -5.33333vw
    }

    .products--campItem1 .products__item {
        overflow: hidden;
        width: 50%;
        margin-bottom: 5.33333vw;
        padding: 0 5.33333vw
    }

    .products--campItem1 .products__img img {
        max-width: 32vw;
        max-height: inherit
    }

    .products--campItem1 .products__box {
        padding-top: 2.4vw
    }

    .products--campItem1 .products__name {
        margin-top: .533vw;
        margin-bottom: 4vw
    }

    .products--campItem1 .products__price {
        margin-top: .53333vw;
        font-size: 6.4vw
    }

    .products--campItem1 .products__rank {
        height: 5.33333vw;
        margin-bottom: 2.66667vw;
        border-radius: 999px
    }

    .products--campItem1 .products__unit {
        font-size: 3.2vw
    }

    .campTbl .products__notice {
        margin-top: 8vw;
        margin-left: 3.2vw;
        text-indent: -3.2vw;
        text-align: left
    }

    .campTbl .intro__btn {
        margin-top: 16vw
    }

    .campTbl__ttl {
        margin: 13.33333vw 0 4.8vw;
        padding: 1.33333vw 0 0
    }

    .campTbl__ttl i {
        display: block;
        font-size: 6.4vw
    }

    .campTbl__ttl:before,
    .campTbl__ttl:after {
        width: 9.33333vw;
        height: 17.06667vw;
        margin-top: 0;
        background-position: 0 center
    }

    .campTbl__ttl:before {
        margin-right: 4vw;
        margin-left: -2.66667vw
    }

    .campTbl__ttl:after {
        margin-right: -2.66667vw;
        margin-left: 4vw
    }

    .campTbl__ttlInner {
        font-size: 4.26667vw
    }

    .campTbl__ttlInner.-fs-l {
        font-size: 4.8vw
    }

    .campTbl__col {
        display: block;
        margin-top: 5.867vw;
        margin-left: 0
    }

    .campTbl__col>* {
        width: auto;
        margin-left: 0
    }

    .campTbl__table {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .campTbl__table td.w25,
    .campTbl__table th.w25 {
        width: 22%
    }

    .campTbl__table td {
        padding: 3.2vw 0 2.133vw
    }

    .campTbl__table th {
        padding: 2.6667vw 0 .8vw
    }

    .campTbl__txt {
        margin: 9.86667vw 0 15.2vw;
        font-size: 4.8vw;
        line-height: 7.46667vw
    }

    .campTbl__txt span {
        font-size: 6.4vw
    }

    .campItem__notify {
        margin-top: 8vw;
        padding: 3.2vw 2.13333vw 0
    }

    .campItem__notifyTtl {
        font-size: 6.4vw;
        line-height: 8vw
    }

    .campItem__notifyInr {
        margin-top: .53333vw;
        font-size: 3.2vw;
        line-height: 8vw
    }

    .campItem__notifyInr span {
        font-size: 5.33333vw
    }

    .campItem__notifyInr span i {
        font-size: 3.73333vw
    }

    .campItem__notifyInr span.fs33 {
        font-size: 4.8vw
    }

    .linkBtn__area.mt40 {
        margin-top: 8vw
    }

    .products--apple .products__list {
        display: block;
        margin: 0
    }

    .products--apple .products__item {
        width: auto;
        margin: 0;
        padding: 0
    }

    .products--apple .products__item+* {
        margin-top: 8vw
    }

    .products--apple .products__box {
        margin-top: 2.66667vw
    }

    .products--apple .products__price {
        margin-top: 1.06667vw
    }

    .products--apple .products__img {
        width: 66.66667vw;
        margin: auto
    }

    .products--apple .products__img img {
        max-width: 100%
    }

    .products--apple .products__notice {
        margin-top: 10.66667vw;
        text-align: left
    }

    .products--apple .products__info {
        margin-bottom: 3.2vw
    }

    .products--apple .products__name {
        margin-top: -3.06667vw
    }

    .appleInfo {
        margin-bottom: 16vw
    }

    .appleInfo__box {
        margin-top: 8vw;
        margin-bottom: 10.4vw;
        padding: 1em;
        border-width: 1px;
        font-size: 4.26667vw;
        text-align: left;
        line-height: 6.4vw
    }

    .appleInfo__box span {
        font-size: 4.8vw
    }

    .appleInfo__box p {
        margin-left: 9.06667vw;
        text-indent: -8.53333vw
    }

    .appleInfo__box--pb0 {
        padding-bottom: 0
    }

    .appleInfo__ttl {
        margin-top: 7.73333vw;
        margin-bottom: 5.33333vw;
        padding: 3.46667vw 3.46667vw 2.13333vw;
        border-radius: .8vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .appleInfo__head {
        padding: 0 0 3.46667vw;
        line-height: 5.86667vw
    }

    .appleInfo__headTtl {
        margin-bottom: 0;
        font-size: 4.8vw;
        line-height: 6.93333vw
    }

    .appleInfo__inr {
        margin-bottom: 7.73333vw;
        padding: 5.33333vw 4.8vw
    }

    .appleInfo__inrLst {
        display: block;
        margin-top: 3.2vw;
        line-height: 5.6vw
    }

    .appleInfo__inrLst li {
        width: auto
    }

    .appleInfo__inrDesc {
        margin-top: 3.2vw;
        margin-left: 3.2vw;
        font-size: 3.2vw;
        text-indent: -3.2vw;
        text-align: left;
        line-height: 4.8vw
    }

    .appleInfo__col2 {
        display: block
    }

    .appleInfo__col2>* {
        width: auto
    }

    .appleInfo__list {
        margin-top: 2.66667vw;
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .appleInfo__list li span {
        margin-right: 1.86667vw
    }

    .appleInfo__list li+li {
        margin-top: 0
    }

    .appleInfo__list.list02 {
        margin-top: 1.06667vw
    }

    .appleInfo__list.list02 li+li {
        margin-top: 1.06667vw
    }

    .appleInfo__col3 {
        display: block;
        margin-top: 3.73333vw
    }

    .appleInfo__col3>* {
        width: auto
    }

    .appleInfo__col3>*+* {
        margin-top: 5.33333vw
    }

    .appleInfo__note {
        height: auto;
        padding: 5.33333vw 4.8vw 3.73333vw
    }

    .appleInfo__noteLst {
        margin-top: 2.13333vw;
        margin-left: 3.73333vw;
        padding: 0 .53333vw;
        font-size: 3.73333vw;
        text-indent: -3.73333vw;
        line-height: 6.93333vw
    }

    .appleInfo__noteLst li+li {
        margin-top: 0
    }

    .appleInfo__noteDsc {
        margin-top: 2.93333vw;
        padding: 0 .53333vw;
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .imgBlk {
        margin: 5.33333vw auto 0
    }

    .superbrandIntro__text1 {
        margin-bottom: 5.33333vw;
        font-size: 4.8vw
    }

    .category__ttl {
        margin: 5.33333vw 0 2.66667vw;
        font-size: 4.26667vw
    }

    .nikeInfo__ttl {
        margin-top: 7.73333vw;
        margin-bottom: 5.33333vw;
        padding: 3.46667vw 3.46667vw 2.13333vw;
        border-radius: .8vw;
        font-size: 5.33333vw;
        line-height: 5.6vw
    }

    .campaign__txt--fz18 {
        font-size: 4.26667vw
    }

    .campaign__txt--fz20 {
        font-size: 4.8vw
    }

    .campaign__txt--fz22 {
        font-size: 5.33333vw
    }

    .campaign__txt--fz24 {
        font-size: 5.86667vw
    }

    .campaign__txt--fz28 {
        font-size: 6.4vw
    }

    .campaign__txt--fz14_sp {
        font-size: 3.73333vw
    }

    .campaign__txt--fz15_sp {
        font-size: 4vw
    }

    .campaign__txt--fz17_sp {
        font-size: 4.53333vw
    }

    .campaign__txt--fz18_sp {
        font-size: 4.8vw
    }

    .campaign__txt--fz25_sp {
        font-size: 6.66667vw
    }

    .campaign__txt--fz26_sp {
        font-size: 6.93333vw
    }

    .campaign__txt--fz28_sp {
        font-size: 7.46667vw
    }

    .campaign__txt--mt15_sp {
        margin-top: 15px
    }

    .marT80 {
        margin-top: 10.66667vw
    }

    .xmasBnr__img {
        margin: 10.66667vw -8vw 0
    }

    .xmas__gift {
        margin-right: -4vw;
        margin-bottom: 5.33333vw;
        margin-left: -4vw;
        padding: 5.33333vw 5.33333vw 13.33333vw
    }

    .xmas__giftGrid {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .xmas__giftItem {
        width: 100%
    }

    .xmas__giftBtn {
        width: 100%;
        width: 69.33333vw;
        margin-top: 1.33333vw;
        padding: 4.53333vw 5.33333vw 3.46667vw;
        -webkit-box-shadow: 1.33333vw 1.33333vw 2.66667vw 0 rgb(0 0 0 / .21);
        -moz-box-shadow: 1.33333vw 1.33333vw 2.66667vw 0 rgb(0 0 0 / .21);
        box-shadow: 1.33333vw 1.33333vw 2.66667vw 0 rgb(0 0 0 / .21)
    }

    .xmas__giftBtn:before {
        top: -10.66667vw;
        padding: 1.33333vw 2.66667vw;
        border-radius: 5.33333vw;
        font-size: 3.2vw
    }

    .xmas__giftCode {
        margin-top: .53333vw;
        font-size: 3.73333vw
    }

    .xmas__giftNote {
        margin: 5.33333vw auto 0;
        font-size: 3.73333vw
    }

    .xmas__giftNote01 {
        font-size: 3.73333vw
    }

    .xmas__fs16Sp {
        font-size: 4.26667vw
    }

    .xmas__marT16Sp {
        margin-top: 4.26667vw
    }

    .btnCopy {
        display: inline-block;
        width: auto;
        margin-top: 2.66667vw;
        padding: 4.53333vw 5.33333vw 3.46667vw;
        -webkit-box-shadow: 1.33333vw 1.33333vw 2.66667vw 0 rgb(0 0 0 / .21);
        -moz-box-shadow: 1.33333vw 1.33333vw 2.66667vw 0 rgb(0 0 0 / .21);
        box-shadow: 1.33333vw 1.33333vw 2.66667vw 0 rgb(0 0 0 / .21)
    }

    .btnCopy:before {
        top: -9.33333vw;
        padding: 1.33333vw 2.66667vw;
        border-radius: 5.33333vw;
        font-size: 3.2vw
    }

    .btnCopy--yellow {
        min-width: auto;
        width: 100%
    }

    .campaign__brandList {
        margin-top: 10.66667vw
    }

    .linkSec__btn--mt80 {
        margin-top: 13.33333vw
    }

    .item_cp__grid {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .item_cp__box {
        width: 100%;
        margin-top: 5.33333vw
    }

    .line_pc__sec {
        margin-bottom: 8vw
    }

    .line_pc__sec.u-mt40 {
        margin-top: 5.33333vw !important
    }

    .line_pc__sec .display__num {
        width: 20vw
    }

    .line_pc__sec .normal__img01 img {
        width: 100%
    }

    .line_cp__txt {
        margin-top: 4vw
    }

    .item_cp__grid--aoe .item_cp__box {
        margin-top: 2.66667vw
    }

    .event_box {
        margin-top: 8vw;
        border-width: .93333vw
    }

    .event_box__cnt {
        padding: 5.33333vw 4vw
    }

    .event_box__img {
        margin-bottom: 5.33333vw
    }

    .event_box .linkSec__btn {
        margin-top: 4vw
    }

    .event_box .precautions_list {
        margin-top: 5.33333vw
    }

    .event_box__grid {
        margin: 6.66667vw -2.66667vw 0
    }

    .event_box__grid>* {
        margin-bottom: 2.66667vw;
        padding: 0 1.33333vw
    }

    .event_box__para {
        margin-top: 5.33333vw
    }

    .grid__col4 {
        margin-bottom: 2.66667vw;
        row-gap: 5.33333vw
    }

    .grid__col4>* {
        width: 50%
    }

    .campaign__highlight {
        margin-top: 8vw;
        font-size: 4.53333vw;
        line-height: 2.5
    }

    .campaign__highlight span:after {
        height: 2.66667vw
    }

    .sneakers__anc {
        row-gap: 2.66667vw
    }

    .sneakers__img1 {
        max-width: 100%;
        margin: 2.66667vw auto 5.33333vw
    }

    .sneakers__img2 {
        margin-right: -5.33333vw;
        margin-left: -5.33333vw
    }

    .sneakers__ancTtl {
        height: 13.33333vw;
        margin: 8vw auto vw(20);
        border-left-width: 2.66667vw
    }

    .campaign-col {
        width: 75%;
        margin: 8vw auto 0
    }

    .campaign-col__item+* {
        margin-top: 5.33333vw
    }

    .campaign-col__head {
        padding: 1.33333vw
    }

    .campaign-col__head span {
        font-size: 5.86667vw
    }

    .campaign-col__head i {
        font-size: 4.8vw
    }

    .campaign-col__inner {
        margin-top: 1.06667vw;
        padding: 1.06667vw
    }

    .campaign-col__text {
        padding: 0 1.33333vw 1.33333vw
    }

    .campaign-col__title {
        font-size: 5.33333vw
    }

    .campaign-col__title span {
        padding: 0 2.13333vw 1.06667vw 3.2vw
    }

    .campaign-col__title span:after {
        height: 1.86667vw
    }

    .campaign-col__title i {
        font-size: 7.46667vw
    }

    .campaign-col__desc {
        margin-top: 2.13333vw
    }

    .campaign-col__desc span {
        font-size: 5.33333vw
    }

    .campaign-col__foot {
        padding: 1.33333vw
    }

    .campaign-col__note {
        margin-top: 8vw
    }

    .text-highlight:after {
        height: 1.86667vw
    }

    .text-highlight2:after {
        height: 1.86667vw
    }

    .text-highlight3:after {
        height: 1.86667vw
    }

    .campaign__boxText p+p {
        margin-top: 2.66667vw
    }

    .red_band_ttl {
        margin-bottom: 5.33333vw;
        padding: 3.46667vw 3.46667vw 2.13333vw;
        border-radius: .8vw;
        font-size: 4.26667vw;
        line-height: 1.5em
    }

    .campaign__imgFlex2col {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .campaign__imgFlex2col img {
        width: 100%
    }

    .brand__list__noImage li {
        width: 48%
    }

    .process__list--campaign {
        margin-top: 12.267vw
    }

    .busArea__lst {
        margin-top: 6.4vw
    }

    .busArea__lst>li {
        padding: 0 3.06667vw
    }

    .busArea__item {
        width: 21.33333vw;
        height: 21.33333vw;
        font-size: 5.33333vw;
        line-height: 7.46667vw
    }

    .busArea__item i {
        position: absolute;
        width: 100%;
        font-size: 3.2vw;
        font-style: inherit
    }

    .busArea__note {
        margin-top: 5.6vw;
        margin-left: 6.66667vw;
        font-size: 3.73333vw;
        text-indent: -6.66667vw;
        text-align: left
    }

    .busArea__note p+p {
        margin-top: 5.6vw
    }

    .busArea__noteGray {
        margin: 5.33333vw auto;
        padding: 5.33333vw
    }

    .busArea__noteTtl {
        margin-bottom: 2.66667vw;
        font-size: 3.733vw;
        line-height: 6.4vw
    }

    .busArea__noteDesc {
        margin-bottom: 2.66667vw;
        font-size: 3.733vw;
        line-height: 5.6vw
    }

    .busArea__noteLst {
        font-size: 3.733vw;
        line-height: 5.6vw
    }

    .appleInfo__lst {
        margin-bottom: 5.33333vw;
        gap: 2.66667vw
    }

    .appleInfo__item {
        width: 24vw;
        height: 13.33333vw;
        font-size: 3.73333vw;
        line-height: 2
    }

    .appleInfo__ttl--st01 {
        margin-top: 8vw;
        margin-bottom: 3.33vw
    }

    .targetPurchase .appleInfo__head {
        padding: 0
    }

    .appleInfo__text--s-sp {
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .itemPurchased__rows {
        margin-top: 8vw;
        margin-bottom: 5.33333vw
    }

    .itemPurchased__row {
        padding: 4vw 0
    }

    .itemPurchased__ttl {
        width: 14%;
        font-size: 3.73333vw;
        line-height: 2
    }

    .itemPurchased__lst {
        width: calc(100% - 14%);
        gap: 11px
    }

    .itemPurchased__lst li {
        max-width: calc(100%/3 - 2.66667vw);
        width: 21.06667vw;
        height: 11.73333vw;
        font-size: 3.73333vw;
        line-height: 2;
        gap: 2.66667vw
    }

    .itemPurchased__lst .disabled:before {
        top: 2.13333vw;
        right: 2.13333vw;
        font-size: 3.2vw
    }

    .itemPurchased__txt {
        font-size: 3.2vw
    }

    .businessTrip p+p {
        margin-top: 6.4vw
    }

    .point__lst {
        max-width: 78.66667vw;
        margin: 8vw auto 0;
        gap: 8vw
    }

    .point__itemImg {
        min-height: auto;
        height: 16.53333vw
    }

    .point__col {
        max-width: calc(100%/3);
        width: 18.66667vw
    }

    .point__col img {
        max-width: 100%;
        width: auto
    }

    .point__itemTtl {
        margin-top: 2.66667vw;
        font-size: 4.8vw;
        line-height: 5.6vw
    }

    .point__itemSub {
        font-size: 3.2vw;
        letter-spacing: -.05em
    }

    .point__itemSub span {
        font-size: 2.66667vw
    }

    .pointNote__lst {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 9.6vw;
        gap: 3.2vw
    }

    .pointNote__item {
        width: 100%;
        text-align: left
    }

    .pointNote__txt01 {
        margin-left: 4.26667vw;
        font-size: 3.73333vw;
        text-indent: -4.26667vw;
        line-height: 5.6vw
    }

    .pointNote__txt02 {
        margin-left: 3.2vw;
        font-size: 3.2vw;
        text-indent: -3.2vw;
        line-height: 5.6vw
    }

    .process__content--camp p {
        line-height: 5.6vw
    }

    .process__content--camp p.process__note {
        text-align: left
    }

    .appleInfo__lst--camp {
        margin-top: 5.333vw
    }

    [class].u-mb {
        margin-bottom: 16vw
    }

    .h3__note {
        width: 84vw;
        margin: 0 auto;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .titleWrap--service {
        margin-bottom: 10.66667vw
    }

    .reasonPurchase__item {
        width: 100%;
        padding-left: 11.46667vw;
        line-height: 5.6vw
    }

    .reasonPurchase__item+.reasonPurchase__item {
        margin-top: 6.93333vw
    }

    .reasonPurchase__item:before {
        width: 8.8vw;
        height: 10.4vw
    }

    .linkBox__item {
        width: 100%
    }

    .linkBox__item+.linkBox__item {
        margin-top: 2.66667vw
    }

    .linkBox__item .linkBtn--line {
        min-width: 100%
    }

    .linkBox--line {
        margin: 10.66667vw 0 0;
        padding: 8vw 0 0;
        border-top: .26667vw solid #dedede
    }

    .stateReview {
        margin-top: 10.66667vw;
        padding: 9.86667vw 0 10.66667vw
    }

    .stateReview__note {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .stateReview__ttl {
        margin-bottom: 8vw;
        padding-bottom: 7.2vw;
        font-size: 4.8vw
    }

    .stateReview__desc {
        width: 100%
    }

    .stateReview__box {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 8vw 0;
        padding: 5.33333vw;
        border-radius: 2.13333vw
    }

    .stateReview__img {
        width: 100%;
        text-align: center
    }

    .stateReview__img img {
        width: 23.46667vw
    }

    .stateReview__info {
        width: 100%
    }

    .stateReview__name {
        margin: 1.33333vw 0 2.66667vw;
        font-size: 4.26667vw;
        text-align: center;
        line-height: 5.6vw
    }

    .stateReview__tit {
        font-size: 3.2vw
    }

    .stateReview__pos {
        display: block;
        font-size: 3.2vw
    }

    .stateReview__txt p+p {
        margin-top: 2.66667vw
    }

    .stateReview__item {
        padding: 8vw 5.33333vw;
        border-radius: 2.13333vw
    }

    .stateReview__item+.stateReview__item {
        margin-top: 9.86667vw
    }

    .stateReview__item+.stateReview__item:before {
        top: -7.2vw;
        width: 5.06667vw;
        height: 4.26667vw
    }

    .stateReview__item:nth-child(1) {
        background-position: left 6.93333vw top 2.66667vw;
        background-size: 9.06667vw 24vw
    }

    .stateReview__item:nth-child(2) {
        background-position: left 3.46667vw top 2.66667vw;
        background-size: 15.2vw 22.66667vw
    }

    .stateReview__item:nth-child(3) {
        background-position: left 3.73333vw top 2.66667vw;
        background-size: 16vw 24.53333vw
    }

    .stateReview__item:nth-child(4) {
        background-position: left 2.93333vw top 2.66667vw;
        background-size: 15.73333vw 22.4vw
    }

    .stateReview__item:nth-child(5) {
        background-position: left 4.8vw top 2.66667vw;
        background-size: 16.26667vw 24.26667vw
    }

    .stateReview__item:nth-child(6) {
        background-position: left 4.53333vw top 2.66667vw;
        background-size: 14.4vw 24.53333vw
    }

    .stateReview__itemTtl {
        margin-bottom: 5.33333vw;
        font-size: 3.73333vw
    }

    .brand-service {
        padding-bottom: 16vw
    }

    .shopStep .h3--dot {
        margin-top: 0
    }

    .shopStep .stepPurchase__list {
        margin-top: 9.86667vw;
        margin-bottom: 17.86667vw
    }

    .shopStep .stepPurchase__desc {
        margin-top: 6.4vw
    }

    .shopInfo {
        padding-bottom: 13.33333vw;
        background-position: -7% 0;
        background-size: 114%
    }

    .shopInfo .storeInfo__txt01 {
        white-space: nowrap;
        letter-spacing: 0 !important
    }

    .shopInfo .storeInfo__subTtl {
        margin-top: 13.33333vw
    }

    .shopInfo .storeInfo {
        padding-bottom: 30.93333vw
    }

    .shopInfo .h3--st01 {
        padding-top: 8vw
    }

    .shopInfo__desc {
        margin-top: 0;
        font-size: 4.26667vw
    }

    .process__btn {
        max-width: 60vw;
        margin: 8.53333vw auto 0
    }

    .process__btn .linkBtn {
        padding: 5.33333vw 4.53333vw
    }

    .process {
        padding-bottom: 16vw
    }

    .process .whatBuy__boxGray {
        margin-top: 5.33333vw
    }

    .process .whatBuy__link {
        margin-top: 3.733vw
    }

    .process__item+.process__item {
        margin-top: 12.26667vw
    }

    .process__content {
        padding: 8vw 0 2.66667vw;
        text-align: left
    }

    .process__item:not(:last-child):after {
        bottom: -6.93333vw;
        width: 5.06667vw;
        height: 4.26667vw
    }

    .process__head {
        height: 10.66667vw;
        padding: 0 21.33333vw 0 5.33333vw
    }

    .process__num {
        margin-right: 2.66667vw;
        font-size: 6.4vw
    }

    .process__ttl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 3.73333vw
    }

    .process__head {
        border-radius: .8vw
    }

    .process__head:after {
        width: 16.8vw;
        height: 16.8vw
    }

    .process__note {
        margin-top: 3.73333vw;
        font-size: 3.2vw
    }

    .process__content--flow {
        text-align: center
    }

    .process__content--flow p {
        text-align: left
    }

    .process__content--flow .intro__read,
    .process__content--flow .process__note {
        text-align: center
    }

    .process__content--flow .intro__read {
        margin: 8vw 0 0
    }

    .storeImg__grid {
        margin: 4vw auto 0
    }

    .storeImg__grid>div {
        width: calc(50% - 2vw);
        margin-right: 4vw;
        margin-bottom: 4vw
    }

    .storeImg__txtL {
        font-size: 4.26667vw
    }

    .instagram .statePurchase__list.tp01 {
        margin-bottom: 0
    }

    .instagram .statePurchase__txt {
        margin-bottom: 5.33333vw
    }

    .storeData__slider {
        margin: 5.33333vw auto 2.66667vw
    }

    .storeData__slideNav {
        margin-right: 2.66667vw
    }

    .storeData__sliderNav {
        margin-bottom: 10.66667vw
    }

    .storeData__sliderNav .slick-list {
        width: calc(100% + 1.33333vw)
    }

    .storeData__slide p {
        margin-top: 2.66667vw
    }

    .storeData__parking p {
        margin-top: 5.33333vw
    }

    .storeData__tbl td {
        padding: 0 0 4vw px-tovww(15)
    }

    .titleWrap__h1--shop {
        line-height: 1.4
    }

    .shopTxt {
        text-align: left
    }

    .shopTxt__sub {
        font-size: 3.2vw;
        text-align: left
    }

    .process__link {
        margin-top: 4.53333vw;
        font-size: 3.73333vw
    }

    .stateReview__box--custom .stateReview__info {
        margin-top: 5.33333vw
    }

    .stateReview__itemStep {
        margin-right: 2.66667vw;
        font-size: 4.26667vw
    }

    .stateReview__itemStep span {
        font-size: 5.33333vw
    }

    .stateReview__box--bot {
        margin-bottom: 0
    }

    .linkSec {
        margin-bottom: 10.66667vw
    }

    .linkSec.u-mt40-sp {
        margin-top: 10.66667vw
    }

    .process__content--flow .process__note--custom {
        text-align: left
    }

    .process__content--flow.u-pb0 {
        padding-bottom: 0
    }

    .process--flow {
        padding-bottom: 0
    }

    .stateReviewFlow {
        margin-top: 4.8vw
    }

    .stateReviewFlow .stateReview__txt {
        line-height: 5.6vw
    }

    .stateReviewFlow .stateReview__itemTxt {
        line-height: 5.6vw
    }

    .stateReviewFlow .stateReview__itemTxt p+p {
        margin-top: 1em
    }

    .txt__desc {
        margin-top: 8vw;
        font-size: 3.73333vw;
        text-align: left
    }

    .typeKit__list {
        margin-top: 8vw
    }

    .typeKit__item {
        margin-bottom: 11.73333vw
    }

    .typeKit__item:last-child {
        margin-bottom: 8.53333vw
    }

    .typeKit__top {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .typeKit__icon {
        width: auto;
        padding-top: 0
    }

    .typeKit__iconNum {
        width: 21.33333vw;
        height: 21.33333vw;
        font-size: 8.53333vw
    }

    .typeKit__iconTxt {
        margin-top: 2.93333vw;
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .typeKit__boxGray {
        margin-top: 2.66667vw;
        margin-bottom: 5.33333vw;
        padding: 4vw 5.33333vw
    }

    .typeKit__boxGrayTtl {
        font-size: 3.73333vw;
        text-align: left
    }

    .typeKit__boxGrayTxt li {
        margin-left: 3.2vw;
        font-size: 3.73333vw;
        text-indent: -4vw;
        line-height: 1.5
    }

    .typeKit__item p:not(.typeKit__note) {
        font-size: 3.73333vw;
        line-height: 1.5
    }

    .typeKit__item p+p {
        margin-top: 4vw
    }

    .typeKit__item p.typeKit__note {
        margin-top: 4vw;
        margin-left: 3.2vw;
        font-size: 3.2vw;
        text-indent: -3.2vw;
        line-height: 5.6vw
    }

    .typeKit__boxBdr {
        margin: 0 auto 10.66667vw;
        padding: 5.33333vw 5.33333vw 2.66667vw;
        border: .53333vw solid #430e0e;
        text-align: left
    }

    .typeKit__boxBdr h5 {
        margin-bottom: 4vw;
        font-size: 3.73333vw;
        line-height: 1.5
    }

    .typeKit__boxBdr p {
        font-size: 3.73333vw;
        line-height: 1.5
    }

    .typeKit__boxBdr h3 {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .typeKit__img {
        width: 48vw
    }

    .typeKit .intro__btn {
        margin-top: 10.66667vw
    }

    .deliMethod .txt__link {
        margin-top: 2.93333vw
    }

    .deliMethod .txt__note {
        font-size: 3.2vw;
        line-height: 5.6vw
    }

    .titleWrap--st01 {
        margin-bottom: 6.66667vw
    }

    .titleWrap__lead {
        margin-top: 4.53333vw;
        font-size: 4.26667vw;
        line-height: 6.4vw
    }

    .anchor.anchor__type01 a {
        font-size: 2.66667vw
    }

    .anchor.anchor__type01 a:before {
        width: 2.4vw;
        height: 1.6vw
    }

    .anchor.anchor__type01 .anchor__item {
        max-width: calc(48% - 2.66667vw);
        min-height: 13.33333vw;
        margin-right: 1.33333vw;
        margin-left: 1.33333vw
    }

    .anchor.anchor__type01 .anchor__list {
        width: 100%;
        gap: 2.66667vw 0
    }

    .criterGrid {
        margin-top: 8vw;
        gap: 8vw 0
    }

    .criterGrid__img {
        width: 100%
    }

    .criterGrid__txt {
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .stateRank__list {
        margin-top: 11.73333vw;
        gap: 5.86667vw 0
    }

    .stateRank__item {
        width: 100%
    }

    .stateRank__itemTtl {
        min-height: 10.66667vw;
        font-size: 4.8vw;
        line-height: 5.86667vw
    }

    .stateRank__itemSub {
        min-height: auto;
        margin-top: 5.06667vw;
        margin-bottom: 3.46667vw;
        padding: 0 5.33333vw;
        font-size: 3.73333vw;
        line-height: 5.86667vw;
        letter-spacing: -.26667vw
    }

    .stateRank__itemTxt {
        padding: 0 5.33333vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .criterSeason__boxImg {
        max-width: 73.33333vw;
        margin: 10.13333vw auto 0
    }

    .noPrice__grid {
        margin: 6.93333vw 6.93333vw 0;
        margin-top: 8vw
    }

    .noPrice__col {
        padding: 0
    }

    .noPrice__col:last-child {
        padding-left: 0
    }

    .noPrice__item {
        margin-bottom: 3.2vw;
        padding-left: 6.4vw;
        background-position: top 1.06667vw left;
        background-size: 4.26667vw 4.26667vw;
        font-size: 4.26667vw;
        line-height: 5.6vw
    }

    .noPrice__brandList {
        margin-top: 3.73333vw;
        margin-bottom: 5.33333vw;
        padding: 5.33333vw 5.33333vw 3.73333vw
    }

    .noPrice .linkBtn__area {
        margin-top: 8vw
    }

    .noPrice .txt__desc {
        margin-top: 5.33333vw
    }

    .badPurchase__list {
        margin-top: 8vw;
        gap: 6.66667vw 0
    }

    .badPurchase__item {
        width: 100%;
        padding: 0
    }

    .badPurchase__itemTtl {
        min-height: 10.66667vw;
        margin-bottom: 8vw;
        border-radius: .8vw;
        font-size: 3.73333vw;
        line-height: 1.5
    }

    .badPurchase__itemImg {
        margin: 0 8.53333vw 5.33333vw
    }

    .badPurchase__itemTxt {
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .precaution__area {
        width: 100%;
        padding: 5.33333vw
    }

    .precaution__ttl {
        margin-bottom: 2.66667vw;
        font-size: 3.73333vw
    }

    .precaution__text {
        font-size: 3.73333vw;
        text-align: left
    }

    .identification__item {
        width: 100%
    }

    .identification__ttl {
        font-size: 3.73333vw
    }

    .identification__ttl.special__height {
        height: 63px
    }

    .aboutUpload__inner {
        width: 100%
    }

    .productDetail {
        padding-top: 8vw
    }

    .productDetail__col {
        display: block
    }

    .productDetail__img {
        max-width: none;
        margin-top: 5.33333vw;
        margin-right: 0
    }

    .productDetail__img img {
        width: 100%
    }

    .productDetail__ttl {
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .productDetailList {
        margin-top: 3.467vw;
        font-size: 3.73333vw;
        line-height: 7.46667vw
    }

    .productDetailList__title span {
        min-width: 18.66667vw;
        padding-right: 2.66667vw
    }

    .productDetail__price {
        font-size: 2.66667vw;
        line-height: 3.73333vw
    }

    .productDetail__price span {
        font-size: 5.33333vw;
        line-height: 5.86667vw
    }

    .productDetail__link {
        margin-top: 5.333vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .productDetail__box {
        margin-top: 7.46667vw;
        padding: 5.33333vw;
        border-radius: 1.06667vw;
        font-size: 3.73333vw;
        line-height: 5.6vw
    }

    .reasonLinkList--product {
        margin-top: 8vw
    }

    .products--detail {
        padding-bottom: 10.66667vw
    }

    .products--detail .products__notice {
        margin-top: 6.4vw
    }

    .products--detail .linkBtn__area {
        margin-top: 6.933vw
    }

    .reasonLinkList--col3 {
        width: auto
    }

    .reasonLinkList--col3.-mt40 {
        margin-top: 10.66667vw
    }

    .stepPurchase--product {
        margin-top: 0
    }

    .stepPurchase--product .h3--dot {
        margin-top: 0
    }

    .product.-mb120 {
        margin-bottom: 16vw
    }

    .whatBuy--product .whatBuy__img {
        width: 80%;
        margin: auto
    }

    .whatBuy--product .whatBuy__img img {
        max-width: none;
        width: 100%
    }

    .buyer_comment_box .buyer_comment {
        width: 100%
    }

    .buyer_comment_box .buyer_comment+.buyer_comment {
        margin-top: 2em
    }

    .howCare__wrapper {
        padding-top: 6.66667vw
    }

    .howCare__ttl {
        padding: 1.333vw 2.66667vw .8vw;
        font-size: 3.73333vw
    }

    .reasonablePrice__img {
        max-width: 65.6vw;
        margin: 9.6vw auto 0
    }

    .howCare__group {
        padding: 3.2vw 0 8vw
    }

    .howCare__img {
        width: 39.73333vw;
        margin: 0 auto 4.533vw
    }

    .howCare__accord {
        width: 100%
    }

    .accordian__item {
        border-top: .26667vw solid #8d8d8d
    }

    .accordian__item:last-child {
        border-bottom: .26667vw solid #8d8d8d
    }

    .accordian__ttl {
        padding: 5.06667vw 5.06667vw 5.333vw
    }

    .accordian__ttl:before,
    .accordian__ttl:after {
        width: 2.66667vw;
        height: 2.66667vw
    }

    .accordian__ttl:before {
        right: 0;
        height: .53333vw
    }

    .accordian__ttl:after {
        right: 1.067vw;
        width: .53333vw;
        height: 2.66667vw
    }

    .accordian__txt {
        padding: 0 5.06667vw;
        line-height: 5.6vw
    }

    .accordian__txt>p:last-child {
        padding-bottom: 4vw
    }

    .featureBrand__list {
        padding-top: 8.26667vw
    }

    .featureBrand__item {
        width: 100%
    }

    .featureBrand__item:first-child {
        margin-top: 0;
        margin-bottom: 3.2vw
    }

    .featureBrand__item:not(.featureBrand__item--main) .featureBrand__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .featureBrand__item+.featureBrand__item {
        margin-top: 5.067vw
    }

    .featureBrand__item--main {
        text-align: center
    }

    .featureBrand__item--main .featureBrand__detail {
        margin-top: 10px
    }

    .featureBrand__item--main .featureBrand__price {
        margin-top: 5px
    }

    .featureBrand__name {
        font-size: 3.2vw
    }

    .featureBrand__item--main .featureBrand__name {
        margin-top: 3.2vw;
        font-size: 3.73333vw
    }

    .featureBrand__item--main .featureBrand__name span {
        margin-left: 1.06667vw
    }

    .featureBrand__label {
        top: 0;
        left: 0;
        width: 10.4vw;
        height: 8.8vw
    }

    .featureBrand__label span {
        margin-top: 1.06667vw;
        font-size: 3.46667vw
    }

    .featureBrand__item--main .featureBrand__label span {
        margin-top: 1.6vw;
        font-size: 6.66667vw
    }

    .featureBrand__item--main .featureBrand__label {
        top: 0;
        left: 0;
        width: 18.13333vw;
        height: 15.46667vw
    }

    .featureBrand__unit {
        font-size: 2.66667vw
    }

    .featureBrand__brand {
        margin-bottom: 1.06667vw
    }

    .featureBrand__info {
        margin-top: .53333vw
    }

    .featureBrand__price {
        font-size: 5.33333vw
    }

    .featureBrand__note {
        margin-top: 1.06667vw;
        font-size: 3.2vw
    }

    .stateReview__box--first {
        margin-top: 4vw;
        padding: 5.6vw 2.66667vw;
        border: .26667vw solid #f0f0f0;
        background-color: #fff0
    }

    .stateReview__txt {
        position: relative;
        padding: 2.133vw 2.66667vw;
        border-radius: 1.06667vw;
        background-color: #f0f0f0
    }

    .stateReview__txt:before {
        display: block;
        position: absolute;
        top: -4.8vw;
        right: 10.66667vw;
        width: 4.8vw;
        height: 7.2vw;
        background: url(/assets/img/first/ico_note.svg);
        content: ''
    }

    .stateReview__box--first .stateReview__name {
        margin: 2.133vw 0 1.86667vw
    }

    .featureBrand__img {
        width: 32vw;
        padding-top: 8.6vw
    }

    .featureBrand__item--main .featureBrand__img {
        width: 100%;
        padding-top: 10vw
    }

    .featureBrand__item--main .featureBrand__img img {
        width: auto;
        max-height: 200px
    }

    .featureBrand__box {
        width: 46.66667vw
    }

    .usedPurchase__wrapper {
        padding-top: 13.867vw
    }

    .usedPurchase__wrapper--first {
        padding-top: 4vw
    }

    .usedPurchase__ttl {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 3.46667vw;
        border-radius: .8vw;
        font-size: 3.73333vw
    }

    .usedPurchase__ttl span {
        margin-right: 2.93333vw;
        font-size: 6.4vw
    }

    .usedPurchase__content {
        padding: 5.33333vw 0 10.66667vw
    }

    .usedPurchase__content p+p {
        margin-top: 5.33333vw
    }

    .usedPurchase__content--sm {
        padding: 5.33333vw 0 8vw
    }

    .usedPurchase__item:last-child .usedPurchase__content--sm {
        padding-bottom: 0
    }

    .usedPurchase__note {
        margin-top: 12.267vw;
        font-size: 4.26667vw
    }

    .usedPurchase__grid {
        margin: 6.66667vw 0 0
    }

    .usedPurchase__grid--rq {
        margin-top: 14.667vw
    }

    .usedPurchase__col {
        width: 100%
    }

    .usedPurchase__col+.usedPurchase__col {
        margin-top: 2.66667vw
    }

    .usedPurchase__grid--rq .usedPurchase__col+.usedPurchase__col {
        margin-top: 8.8vw
    }

    .usedPurchase__box {
        padding: 6.4vw 5.33333vw
    }

    .usedPurchase__name {
        margin-bottom: 4vw;
        font-size: 4.26667vw
    }

    .usedPurchase__name--rq {
        margin-bottom: 4vw;
        font-size: 3.733vw;
        line-height: 5.6vw
    }

    .usedPurchase__point {
        top: -8vw;
        font-size: 5.33333vw
    }

    .usedPurchase__point span {
        margin-left: 2px;
        font-size: 8vw
    }

    .featureBrand__tab {
        margin-top: 12vw;
        gap: 0
    }

    .featureBrand__tabItem {
        padding-bottom: 4.53333vw;
        border-bottom-width: .26667vw;
        font-size: 4.8vw;
        line-height: 6.4vw;
        letter-spacing: .8vw
    }

    .featureBrand__tabItem.-js-active,
    .featureBrand__tabItem.js-tab__active {
        border-bottom-width: .8vw
    }

    .titleWrap--first {
        margin: 6.66667vw 0 8.8vw
    }

    .titleWrap--first .titleWrap__h1 {
        line-height: 9.6vw
    }

    .think--first.u-pt0 {
        padding-top: 0 !important
    }

    .accordian__txt .h3__note {
        width: auto
    }

    .icon__arrowDown--first:after {
        bottom: -9.6vw
    }

    .think__txtBox--first {
        margin-top: 16.533vw
    }

    .usedPurchase__txt {
        line-height: 5.6vw
    }

    .brand--first {
        margin-top: 36.533vw
    }

    .pcBr {
        display: none
    }

    .knackAnchor__list {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 13.33333vw
    }

    .knackAnchor__list .knackAnchor__item {
        width: calc((100% - 8px)/2);
        margin-bottom: 2.66667vw;
        margin-left: 0
    }

    .knackAnchor__list .knackAnchor__item a {
        padding-left: 20.12%;
        font-size: 3.2vw
    }

    .knackAnchor__list .knackAnchor__item a:after {
        right: 2.59%
    }

    .knackAnchor__list .knackAnchor__item a .knackAnchor__num {
        width: 17.22%;
        font-size: 3.73333vw
    }

    .ttl__wrap {
        padding: .75em 5.33333vw
    }

    .display__num {
        width: 13.33333vw;
        margin: 0 0 0 -13.33333vw;
        font-size: 6.4vw
    }

    .highlyVersatile__ttl {
        padding-left: 13.33333vw;
        font-size: 3.73333vw
    }

    .content__wrap {
        padding: 0
    }

    .careStep__item {
        padding: 5.33333vw
    }

    .careStep__ttl--num {
        font-size: 5.33333vw
    }

    .careStep__innerWrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .careStep__text {
        width: 100%;
        padding-right: 0;
        font-size: 3.73333vw
    }

    .careStep__text ol {
        margin-bottom: 1em
    }

    .careStep__img {
        width: 52.38095;
        margin: 0 auto
    }

    .saleTime__wrap {
        margin-top: 2.66667vw
    }

    .saleTime__text {
        margin-top: 5.33333vw
    }

    .accessories__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .accessories__item {
        width: 10.5em;
        margin-bottom: 5.33333vw
    }

    .mvItem--firstTitle {
        width: 100vw;
        margin: 0 -5.33333vw
    }

    .mvButtom__ctaWrapper {
        margin-top: 10.66667vw
    }

    .mvButtom__ctaButtonHead {
        min-width: 58.66667vw
    }

    .mvButtom__ctaButtonText {
        font-size: 5.33333vw
    }

    .takuhaiIntro__txtStrong {
        font-size: 4.26667vw
    }

    .acceptable .linkBtn__area {
        margin-bottom: 5.86667vw
    }

    .whatBuy--first .heading3 {
        margin: 10.66667vw 0 5.33333vw
    }

    .comparison__img {
        width: 100%
    }

    .question {
        padding-bottom: 15.46667vw
    }

    .question--brand .intro__btn {
        margin-top: 4.267vw
    }

    .question__list {
        margin-bottom: 9.333vw
    }

    .question__list--st01 {
        margin-bottom: 0
    }

    .question__item.precautions__item {
        margin-top: 8.53333vw;
        padding: 2.66667vw 5.33333vw
    }

    .question__head {
        min-height: 16vw;
        height: auto;
        padding: 5.333vw 6.4vw 4.8vw
    }

    .question__head:before {
        top: 2.66667vw;
        margin-right: 2.13333vw;
        font-size: 6.4vw
    }

    .question__head .icon-plus {
        top: 8vw;
        right: 0;
        margin-top: -1.33333vw
    }

    .question__content {
        margin-top: -1.86667vw;
        padding: 0 5vw 6.933vw 6.4vw
    }

    .question__content:before {
        top: -.533vw;
        font-size: 6.4vw
    }

    .question__content:before {
        top: -1px
    }

    .question__txt01 {
        margin-top: 6.93333vw
    }

    .anchor__list {
        width: 296px;
        margin: 0 auto
    }

    .anchor__item {
        width: 34.66667vw
    }

    .anchor__item a {
        padding-left: 4.53333vw
    }

    .anchor__item a:before {
        top: 1.86667vw;
        width: 2.4vw;
        height: 1.6vw
    }

    .contactBox {
        padding: 9.33333vw 0 0
    }

    .contactBox__txt {
        margin-bottom: 4vw
    }

    .contactBox__note {
        margin-top: 8vw;
        font-size: 3.2vw;
        line-height: 4.8vw
    }

    .anchor:not(.anchor__type01) .anchor__list {
        width: 100%
    }

    .anchor:not(.anchor__type01) .anchor__item {
        width: 50%;
        padding-left: 2.93333vw;
        line-height: 9.6vw
    }

    .anchor:not(.anchor__type01) .anchor__item a:before {
        top: .8vw;
        width: 3.73333vw;
        height: 2.13333vw
    }

    .faqBox__wrap .question__content {
        line-height: 5.6vw;
        letter-spacing: -.08vw
    }

    .faqBox__wrap .question__content .txt__link {
        margin-top: 4.26667vw;
        margin-bottom: 6.4vw;
        line-height: 5.6vw
    }

    .faqBox__wrap .question__note {
        margin-left: 3.2vw;
        font-size: 3.2vw;
        text-indent: -3.2vw;
        line-height: 4.8vw
    }

    .bayerIntroduction {
        min-width: 38.4vw;
        height: 123.2vw
    }

    .bayerIntroduction:first-child {
        margin-top: 0
    }

    .bayerIntroduction__inner {
        position: relative
    }

    .bayerIntroduction__staff {
        min-width: 38.4vw;
        margin-right: 6.66667vw;
        margin-bottom: 5.06667vw;
        margin-left: 2.88vw
    }

    .bayerIntroduction__img img {
        width: 38.4vw;
        height: 38.4vw
    }

    .bayerIntroduction__name {
        width: 38.4vw;
        height: 9.06667vw;
        font-size: 3.73333vw
    }

    .bayerIntroduction__brand {
        width: 33.06667vw;
        margin-bottom: 1em;
        text-align: center
    }

    .bayerIntroduction__brandFavorite {
        font-size: 3.73333vw
    }

    .bayerIntroduction__brandList {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .brandList__brandListItem {
        margin-right: 0;
        font-size: 3.2vw;
        white-space: nowrap
    }

    .bayerIntroduction__message {
        clear: both;
        width: 84vw
    }

    .message__title {
        font-size: 3.73333vw
    }

    .message__text {
        font-size: 3.73333vw
    }

    .headerLogo--vip {
        width: 44.53333vw;
        height: 18.66667vw
    }

    .headerCard--vip {
        width: 22.4vw
    }

    .titleWrap--vip {
        padding: 5.33333vw 0 0
    }

    .titleWrap--vip .titleWrap__h1 {
        margin: 0 auto 8vw
    }

    .vipPurchaseCategory__text {
        -ms-flex: 1;
        flex: 1;
        margin: 0 1em 0 0;
        font-size: 3.73333vw
    }

    .vipPurchaseStep__text {
        margin: 27px auto
    }

    .vipPurchaseStep__link {
        margin: 0 auto 44px
    }

    .sitemapList__wrap {
        margin-top: 5.33333vw
    }

    .sitemapList__titleInner {
        padding: 1em 2em
    }

    .sitemapList {
        padding: 1em 2em
    }

    .contents--kaitori {
        padding-top: 7.2vw
    }

    .footer--kaitori {
        margin-top: 13.33333vw;
        padding: 0
    }

    .sellGroup__itemEnter input[type=text],
    .sellGroup__itemEnter input[type=number],
    .sellGroup__itemEnter input[type=email],
    .sellGroup__itemEnter input[type=tel],
    .sellGroup__itemEnter textarea,
    .sellGroup__itemEnter select {
        max-width: 100%;
        padding: 3.46667vw 2.93333vw 3.2vw;
        border-radius: 1.6vw;
        font-size: 3.73333vw;
        line-height: 4.8vw
    }

    .sellGroup__itemEnter input[type=text].md,
    .sellGroup__itemEnter input[type=number].md,
    .sellGroup__itemEnter input[type=email].md,
    .sellGroup__itemEnter input[type=tel].md,
    .sellGroup__itemEnter textarea.md,
    .sellGroup__itemEnter select.md {
        max-width: 69.86667vw
    }

    .sellGroup__itemEnter input[type=text].md-sp,
    .sellGroup__itemEnter input[type=number].md-sp,
    .sellGroup__itemEnter input[type=email].md-sp,
    .sellGroup__itemEnter input[type=tel].md-sp,
    .sellGroup__itemEnter textarea.md-sp,
    .sellGroup__itemEnter select.md-sp {
        max-width: 69.86667vw
    }

    .sellGroup__itemEnter textarea {
        height: 53.33333vw
    }

    .sellGroup__itemEnter .sellGroup__itemPro input {
        max-width: 26.66667vw
    }

    .sellGroup__itemEnter .sellGroup__itemPro span {
        margin-left: 2.66667vw
    }

    .sellGroup__itemRadio span:before {
        width: 6.13333vw;
        height: 6.13333vw;
        margin-right: 3.2vw
    }

    .sellGroup__itemSex {
        margin-top: 2.66667vw;
        padding-top: 0
    }

    .sellGroup__itemSex>*+* {
        margin-left: 12vw
    }

    .sellGroup__itemKit {
        margin-top: 4vw;
        padding-top: 0;
        font-size: 3.2vw;
        line-height: 4.53333vw
    }

    .sellGroup__itemKit .sellGroup__itemRadio span:before {
        margin-top: -1.33333vw
    }

    .sellGroup__itemKit>*+* {
        margin-top: 5.33333vw
    }

    .sellGroup__itemSelect select {
        width: 69.86667vw;
        background-position: right 1.86667vw center;
        background-size: 3.46667vw
    }

    .sellGroup__itemSelect select+span {
        margin-left: .26667vw
    }

    .sellGroup__itemDate .sellGroup__itemSelect select {
        width: 22.93333vw
    }

    .sellGroup__itemDate>*+* {
        margin-left: 1.6vw
    }

    .sellGroup__title {
        margin-bottom: 6.4vw;
        padding: 2.93333vw 3.46667vw;
        border-radius: .8vw;
        font-size: 3.73333vw;
        line-height: 5.86667vw
    }

    .sellGroup__title.u-mt65,
    .sellGroup__title.u-mt70 {
        margin-top: 8vw !important
    }

    .sellGroup__title.u-mb40-sp {
        margin-bottom: 10.66667vw !important
    }

    .sellStep {
        margin: 0 -1.33333vw;
        font-size: 3.2vw;
        line-height: 4.26667vw
    }

    .sellStep>div {
        width: 16vw;
        height: 16vw
    }

    .sellStep>div+div {
        margin-left: 6.93333vw
    }

    .sellStep>div+div:before {
        left: -4.26667vw;
        width: 1.86667vw;
        height: 2.4vw
    }

    .sellButton {
        margin-top: 13.33333vw
    }

    .sellButton>a {
        width: 40vw;
        height: 16vw;
        border-radius: 14.4vw;
        box-shadow: 1.6vw 1.6vw 2.13333vw rgb(0 0 0 / .15);
        font-size: 4.26667vw;
        line-height: 5.6vw
    }

    .sellButton>a:after {
        right: 3.46667vw;
        width: 2.4vw;
        height: 2.93333vw
    }

    .sellButton>a.prev:after {
        right: auto;
        left: 3.46667vw
    }

    .sellButton>a+* {
        margin-left: 4vw
    }

    .syucchoButton {
        margin-top: 13.33333vw
    }

    .syucchoButton a {
        width: 40vw;
        height: 16vw;
        border-radius: 14.4vw;
        box-shadow: 1.6vw 1.6vw 2.13333vw rgb(0 0 0 / .15);
        font-size: 4.26667vw;
        line-height: 5.6vw
    }

    .syucchoButton a:after {
        right: 3.46667vw;
        width: 2.4vw;
        height: 2.93333vw
    }

    .syucchoButton a.prev:after {
        right: auto;
        left: 3.46667vw
    }

    .syucchoButton a+* {
        margin-left: 4vw
    }

    .sellDesc {
        margin-top: 8.26667vw;
        font-size: 3.73333vw;
        line-height: 5.86667vw
    }

    .sellNotify {
        margin-top: 4vw;
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    .sellNotify span {
        font-size: 5.06667vw
    }

    .sellNotify i {
        font-size: 7.46667vw
    }

    .sellNote {
        margin-top: 8.8vw;
        font-size: 3.73333vw;
        line-height: 5.86667vw
    }

    .sellNote_2 {
        margin-left: 0;
        font-size: 3.73333vw;
        line-height: 5.86667vw
    }

    .sellGroup__inner01 .sellGroup__item {
        padding: 3.73333vw 0
    }

    .sellGroup__inner01 .sellGroup__item+* {
        margin-top: 0
    }

    .sellGroup__title01 {
        margin-bottom: 2.66667vw
    }

    .sellGroup__item {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    .sellGroup__item+* {
        margin-top: 5.33333vw
    }

    .sellGroup__item .note {
        margin-left: 4vw
    }

    .sellGroup__item.u-mt55 {
        margin-top: 5.33333vw !important
    }

    .sellGroup__itemLine>*+* {
        margin-top: 5.33333vw
    }

    .sellGroup__itemLine.docomo-shop {
        margin: 8vw 0
    }

    .sellGroup__itemLine.docomo-shop>* {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }

    .sellGroup__itemLine.docomo-shop .sellGroup__itemSTitle {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
        padding-right: 5.33333vw
    }

    .sellGroup-shop {
        gap: 3.2vw
    }

    .sellGroup-shop__item {
        width: calc(50% - 1.6vw)
    }

    .sellGroup-shop__item span {
        min-height: 12.26667vw;
        padding: .8vw 2.66667vw .53333vw;
        border-radius: 1.6vw;
        line-height: 5.33333vw
    }

    .sellGroup__itemEnter .msg {
        top: -14.13333vw;
        padding: 1.06667vw 3.46667vw .8vw
    }

    .sellGroup__itemEnter .msg:after {
        margin-left: -2.66667vw;
        border-width: 2.66667vw
    }

    .sellGroup__itemEnter .msg:before {
        margin-left: -3.46667vw;
        border-width: 3.46667vw
    }

    .sellGroup__itemTitle {
        width: auto !important;
        margin-bottom: 2.66667vw;
        padding: 0
    }

    .sellGroup__itemTitle .detail {
        margin-top: 2.66667vw
    }

    .sellGroup__itemSTitle {
        width: auto;
        margin: 0;
        margin-bottom: 2.66667vw;
        padding: 0
    }

    .sellGroup__itemNote {
        margin-top: 2.66667vw;
        line-height: 5.33333vw
    }

    .sellKit {
        margin-bottom: 5.33333vw;
        margin-left: -5.06667vw
    }

    .sellKit__item {
        width: calc(50% - 5.06667vw);
        margin-top: 5.33333vw;
        margin-left: 5.06667vw;
        font-size: 2.93333vw;
        line-height: 4.26667vw
    }

    .sellKit__title {
        margin: 2.66667vw 0 2.4vw;
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    .sellKit__img {
        height: 26.93333vw;
        border-radius: 1.6vw
    }

    .sellKit__img img {
        max-width: 34.13333vw;
        max-height: 23.2vw
    }

    .sellKit__desc {
        font-size: 3.73333vw;
        line-height: 6.4vw
    }

    .sellDesc__confirm {
        margin-top: 8vw;
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .sellGroup__itemArea>*+* {
        margin-top: 5.33333vw
    }

    .sellP03 .sellGroup__title {
        margin-top: 8vw;
        margin-bottom: 5.33333vw
    }

    .sellP03 .sellGroup__title.u-mt50 {
        margin-top: 8vw !important
    }

    .sellP03 .sellGroup__itemLine>* {
        display: block
    }

    .sellP03 .sellGroup__itemLine>*+* {
        margin-top: .8vw
    }

    .sellP03 .sellGroup__itemTxt {
        line-height: 5.33333vw
    }

    .sellSc__notify {
        margin-top: 8vw;
        font-size: 6.4vw;
        line-height: 8.53333vw
    }

    .sellSc__notify.font-midium {
        font-size: 6.4vw;
    }

    .sellSc__number {
        max-width: 100%;
        height: auto;
        margin-top: 5.33333vw;
        padding: 7.2vw 2.66667vw;
        border-radius: 1.06667vw;
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .sellSc__info {
        margin-top: 9.86667vw
    }

    .sellSc__info+.sellSc__info {
        margin-top: 9.6vw
    }

    .sellSc__mypage_info {
        font-size: 1em;
    }

    .sellSc__infoTitle {
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .sellSc__infoDesc {
        margin: 4vw -1.33333vw 0;
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }

    .sellSc__note {
        text-align: left
    }

    .sellButton--sc {
        margin-top: 5.33333vw
    }

    .sellButton--sc>a {
        width: 60vw
    }

    .sellSc__back {
        margin-top: 13.33333vw;
        padding-bottom: 0
    }

    .sellSc__backTxt {
        font-size: 4.8vw;
        line-height: 6.4vw
    }

    .sellSc__backBtn {
        width: 84vw;
        height: 16vw;
        margin-top: 8vw;
        border-radius: 1.06667vw;
        font-size: 3.73333vw;
        line-height: 4.8vw
    }

    .sellSc__backBtn:after {
        right: 2.13333vw;
        width: 2.4vw;
        height: 2.93333vw
    }

    .sellSc__boxRed {
        padding: 8vw 5.33333vw;
        border-width: 1.06667vw
    }

    .sellSc__noteList li {
        font-size: 3.2vw
    }

    .sellGroup--mt01 {
        margin-top: 9.33333vw
    }

    .courseBox {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 8vw;
        gap: 2.66667vw
    }

    .courseBox__radio {
        padding: 4.8vw 3.46667vw 4.53333vw;
        line-height: 5.06667vw
    }

    .courseBox__radioLabel span {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        padding-left: 8.53333vw;
        line-height: 5.06667vw
    }

    .courseBox__radioLabel span strong {
        display: block
    }

    .courseBox__radioLabel span:before {
        position: absolute;
        top: -.53333vw;
        left: 0
    }

    .courseBox__radioTxt {
        margin-top: 5.06667vw;
        padding-left: 8vw;
        line-height: 5.06667vw
    }

    .transfer {
        margin-bottom: 8vw
    }

    .transfer__Grid {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 3.73333vw
    }

    .transfer__txt {
        line-height: 6.4vw
    }

    .transfer__selectName {
        width: 26.66667vw;
        height: 12vw;
        margin-right: 5.33333vw
    }

    .transfer__selectItem+.transfer__selectItem {
        margin-top: 5.33333vw
    }

    .transferGrid__note {
        margin-top: 5.33333vw;
        line-height: 5.33333vw
    }

    .submitId__txt {
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }

    .submitId__txt01+.submitId__txt01 {
        margin-top: 5.33333vw
    }

    .tabRadio {
        margin: 4vw 0 8vw
    }

    .tabRadio__label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        padding: 6.66667vw 1.33333vw 5.33333vw
    }

    .tabRadio__label span {
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }

    .tabRadio__label span:before {
        position: relative;
        top: -.53333vw;
        margin-right: 1.06667vw !important
    }

    .tabRadio__content {
        padding: 5.33333vw 4vw
    }

    .tabRadio__contentTxt {
        margin-bottom: 2.4vw;
        line-height: 5.33333vw
    }

    .tabRadio__contentNote {
        margin-top: 5.86667vw
    }

    .terms__txt {
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }

    .terms__txt span {
        display: inline-block;
        margin-bottom: 5.33333vw
    }

    .terms__txt span:last-child {
        margin-bottom: 0
    }

    .terms__txtLink {
        margin-top: 5.33333vw
    }

    .terms__chkBox {
        margin-top: 8vw
    }

    .chkBox__label span:before {
        width: 6.13333vw;
        height: 6.13333vw;
        margin-top: -.8vw
    }

    .uploadBtn {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 35.46667vw;
        height: 12vw;
        padding: 4vw 2.13333vw 2.66667vw
    }

    .uploadTxt {
        top: .53333vw;
        margin-left: 4vw;
        font-size: 3.73333vw;
        line-height: 5.33333vw
    }

    .form-step2 .sellGroup__title {
        margin-top: 8vw;
        margin-bottom: 5.33333vw
    }

    .form-step2 .sellGroup__title.u-mt50 {
        margin-top: 8vw !important
    }

    .form-step2 .sellGroup__itemLine>* {
        display: block
    }

    .form-step2 .sellGroup__itemLine>*+* {
        margin-top: .8vw
    }

    .form-step2 .sellGroup__itemTxt {
        line-height: 5.33333vw
    }

    .contents-404 .h1--article {
        margin-bottom: 10.66667vw
    }

    .contents-404 .linkBtn__area {
        margin-top: 18.66667vw
    }

    .campaignBnr {
        margin-top: 8vw
    }

    .campaignBnr__img--fullSp {
        margin-right: -5.33333vw;
        margin-left: -5.33333vw
    }

    .campaignBnr__notes {
        font-size: 3.2vw;
        text-align: left
    }

    .campaignBnr__notes__sub {
        padding: 0 7%;
        font-size: 3.2vw;
        text-align: left
    }

    .reason--lp {
        padding: 9.86667vw 0
    }

    .reason--lp .reasonList {
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-columns: 48vw;
        grid-template-columns: 48vw
    }

    .reason--lp .reasonList__item {
        -ms-grid-column: 1;
        grid-column: 1
    }

    .linkSec__btn--mt {
        margin-top: 12vw
    }

    .products__list--lp p+p {
        margin-top: inherit
    }

    .products__list--lp .products__name {
        min-height: 14.4vw;
        margin-top: 0
    }

    .products__list--lp .products__note {
        margin-top: 1.06667vw
    }

    .reasonList--lp .reasonList__text03 {
        margin-top: 0;
        font-size: 5.33333vw;
        line-height: 6.93333vw
    }

    .reasonList--lp .reasonList__text04 {
        margin-bottom: 0;
        font-size: 5.33333vw;
        line-height: 6.93333vw
    }

    .reasonList--lp .reasonList__text03day {
        margin-bottom: 0;
        line-height: 8vw
    }

    .inner_lp {
        margin-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 0
    }

    .mvItem__titleWrap {
        bottom: 38.4vw;
        padding: 2.66667vw 0
    }

    .mvItem__titleWrap--01 .mvItem__title {
        padding-left: 26.66667vw;
        font-size: 3.2vw;
        text-align: left
    }

    .mvItem__titleWrap--01 .mvItem__title--b {
        padding-left: 37.86667vw
    }

    .mvItem__title {
        font-size: 6.93333vw
    }

    .mvItem__title small {
        font-size: 5.33333vw
    }

    .mvBanner img {
        width: 100%
    }

    .reason01 {
        margin-top: 10.66667vw
    }

    .linkSec__btnCaption {
        margin-bottom: 2.66667vw
    }

    .linkSec__btn01 {
        margin-bottom: 5.33333vw;
        gap: 5.33333vw
    }

    .linkSec__btn01 .linkBtn {
        margin: auto
    }

    .heading3 {
        margin-top: 13.33333vw;
        font-size: 4.26667vw
    }

    .heading3 strong {
        font-size: 4.8vw
    }

    .award__list {
        margin: 8vw auto 0;
        row-gap: 2.66667vw
    }

    .award__item {
        width: 100%;
        gap: 2.66667vw
    }

    .award__itemIcon {
        max-width: inherit;
        width: 21.33333vw
    }

    .award__itemText {
        width: calc(100% - 21.33333vw);
        font-size: 4.26667vw
    }

    .award__itemText span {
        font-size: 4.26667vw
    }

    .campaignBnr--edit {
        margin: 2.66667vw -5.33333vw 0
    }

    .boxRed {
        margin: 10.66667vw -5.33333vw;
        padding: 8vw
    }

    .boxRed__title {
        margin-bottom: 5.33333vw;
        font-size: 4.53333vw
    }

    .boxRed__btn .linkBtn {
        width: 85%;
        font-size: 4.26667vw
    }

    .brand01 .h2__wrapper {
        margin: 10.66667vw 0 5.33333vw
    }

    .brand01 .brandList {
        -ms-flex-pack: center;
        justify-content: center
    }

    .achievement01 {
        padding: 13.33333vw 0
    }

    .lpLink {
        margin: 0 0 16vw;
        gap: 0 5.33333vw
    }

    .lpLink .linkBtn {
        width: calc(100% - 2.66667vw);
        padding: 2.66667vw 1.86667vw;
        border-radius: 2.66667vw;
        font-size: 3.46667vw
    }

    .reputation01 {
        padding: 13.33333vw 0
    }

    .reputation--shop {
        padding: 0 0 10.66667vw
    }

    .reputationSlide__wrapper {
        margin-top: 10.66667vw
    }

    .reputationSlide__wrapper .slick-slide {
        min-height: 40vw;
        margin: 0 1.33333vw
    }

    .reputationSlide__item {
        padding: 4vw
    }

    .reputationSlide__textCustomer {
        margin-top: 4vw;
        font-size: 3.46667vw
    }

    .reasonLinkList01 {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 5.33333vw;
        margin-bottom: 0
    }

    .reasonLinkList01 .reasonLinkList__item {
        width: 50%
    }

    .reasonLinkList01 .linkBtn--line {
        padding-right: 1em;
        padding-left: 1em;
        font-size: 3.73333vw
    }

    .products__list02,
    .products__list03,
    .products__list04,
    .modelsSlide_box {
        padding-bottom: 20px
    }

    .products__list03 .products__img {
        min-height: 152px
    }

    .mvItem__headline {
        top: 33%;
        text-shadow: #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw, #fff 0 0 1.33333vw;
        font-size: 5.33333vw
    }

    .mvItem__headline small {
        font-size: 62.5%
    }

    .mvItem__headline--a {
        left: 3%
    }

    .mvItem__headline--c {
        left: 8%
    }

    .purchase__archive .products__item {
        width: 50%
    }

    .sellGroup__itemSelect select {
        width: 100%
    }

    .mainVisual--line {
        margin-top: 0
    }

    .line__section {
        margin: -5.6vw -5.33333vw 0;
        padding: 8vw 5.33333vw
    }

    .line__title {
        margin: 5.06667vw -5.33333vw 8vw;
        padding: 2.66667vw 5.33333vw;
        font-size: 5.33333vw
    }

    .line__col3 {
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12vw
    }

    .line__col3+.line__button {
        margin-top: 4vw
    }

    .line__col:after {
        display: block;
        position: absolute;
        bottom: -8.66667vw;
        left: 50%;
        width: 1.2em;
        height: 1.2em;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        content: '';
        transform: translateX(-50%) rotate(135deg)
    }

    .line__col:last-child:after {
        display: none
    }

    .line__item:after {
        display: none
    }

    .line__tabs .linkBtn {
        width: calc(50% - 2.66667vw);
        font-size: 3.73333vw
    }

    .line__tabLink {
        margin: 0 -2.66667vw 8vw;
        gap: 2.66667vw
    }

    .line__point {
        padding: 5.33333vw 0
    }

    .line__pointCol {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 5.33333vw
    }

    .line__pointItem {
        max-width: calc(50% - 2.66667vw)
    }

    .line__pointTtl {
        font-size: 4.53333vw
    }

    .line__pointNote {
        margin-top: 8vw
    }

    .line__anchor {
        margin-top: 1.33333vw
    }

    .line__text1 {
        margin-top: 8vw;
        font-size: 4.8vw
    }

    .u-ta-c--sp {
        text-align: center !important
    }

    .text-center.sp__text-left {
        text-align: left
    }

    .fs-md {
        font-size: 4.26667vw
    }

    .spaceBot {
        margin-bottom: 16vw
    }

    .spaceSec {
        margin-bottom: 13.33333vw
    }

    .u-w100per--sp {
        width: 100% !important
    }

    .marB20 {
        margin-bottom: 5.33333vw
    }

    .marB40 {
        margin-bottom: 10.66667vw
    }

    .marB50 {
        margin-bottom: 13.33333vw
    }

    .marB60 {
        margin-bottom: 16vw
    }

    .marB30 {
        margin-bottom: 8vw
    }

    .marB30_sp {
        margin-bottom: 8vw
    }

    .u-m5--sp {
        margin: 5px !important
    }

    .u-mt5--sp {
        margin-top: 5px !important
    }

    .u-mr5--sp {
        margin-right: 5px !important
    }

    .u-mb5--sp {
        margin-bottom: 5px !important
    }

    .u-ml5--sp {
        margin-left: 5px !important
    }

    .u-p5--sp {
        padding: 5px !important
    }

    .u-pt5--sp {
        padding-top: 5px !important
    }

    .u-pr5--sp {
        padding-right: 5px !important
    }

    .u-pb5--sp {
        padding-bottom: 5px !important
    }

    .u-pl5--sp {
        padding-left: 5px !important
    }

    .u-m10--sp {
        margin: 10px !important
    }

    .u-mt10--sp {
        margin-top: 10px !important
    }

    .u-mr10--sp {
        margin-right: 10px !important
    }

    .u-mb10--sp {
        margin-bottom: 10px !important
    }

    .u-ml10--sp {
        margin-left: 10px !important
    }

    .u-p10--sp {
        padding: 10px !important
    }

    .u-pt10--sp {
        padding-top: 10px !important
    }

    .u-pr10--sp {
        padding-right: 10px !important
    }

    .u-pb10--sp {
        padding-bottom: 10px !important
    }

    .u-pl10--sp {
        padding-left: 10px !important
    }

    .u-m15--sp {
        margin: 15px !important
    }

    .u-mt15--sp {
        margin-top: 15px !important
    }

    .u-mr15--sp {
        margin-right: 15px !important
    }

    .u-mb15--sp {
        margin-bottom: 15px !important
    }

    .u-ml15--sp {
        margin-left: 15px !important
    }

    .u-p15--sp {
        padding: 15px !important
    }

    .u-pt15--sp {
        padding-top: 15px !important
    }

    .u-pr15--sp {
        padding-right: 15px !important
    }

    .u-pb15--sp {
        padding-bottom: 15px !important
    }

    .u-pl15--sp {
        padding-left: 15px !important
    }

    .u-m20--sp {
        margin: 20px !important
    }

    .u-mt20--sp {
        margin-top: 20px !important
    }

    .u-mr20--sp {
        margin-right: 20px !important
    }

    .u-mb20--sp {
        margin-bottom: 20px !important
    }

    .u-ml20--sp {
        margin-left: 20px !important
    }

    .u-p20--sp {
        padding: 20px !important
    }

    .u-pt20--sp {
        padding-top: 20px !important
    }

    .u-pr20--sp {
        padding-right: 20px !important
    }

    .u-pb20--sp {
        padding-bottom: 20px !important
    }

    .u-pl20--sp {
        padding-left: 20px !important
    }

    .u-m25--sp {
        margin: 25px !important
    }

    .u-mt25--sp {
        margin-top: 25px !important
    }

    .u-mr25--sp {
        margin-right: 25px !important
    }

    .u-mb25--sp {
        margin-bottom: 25px !important
    }

    .u-ml25--sp {
        margin-left: 25px !important
    }

    .u-p25--sp {
        padding: 25px !important
    }

    .u-pt25--sp {
        padding-top: 25px !important
    }

    .u-pr25--sp {
        padding-right: 25px !important
    }

    .u-pb25--sp {
        padding-bottom: 25px !important
    }

    .u-pl25--sp {
        padding-left: 25px !important
    }

    .u-m30--sp {
        margin: 30px !important
    }

    .u-mt30--sp {
        margin-top: 30px !important
    }

    .u-mr30--sp {
        margin-right: 30px !important
    }

    .u-mb30--sp {
        margin-bottom: 30px !important
    }

    .u-ml30--sp {
        margin-left: 30px !important
    }

    .u-p30--sp {
        padding: 30px !important
    }

    .u-pt30--sp {
        padding-top: 30px !important
    }

    .u-pr30--sp {
        padding-right: 30px !important
    }

    .u-pb30--sp {
        padding-bottom: 30px !important
    }

    .u-pl30--sp {
        padding-left: 30px !important
    }

    .u-m35--sp {
        margin: 35px !important
    }

    .u-mt35--sp {
        margin-top: 35px !important
    }

    .u-mr35--sp {
        margin-right: 35px !important
    }

    .u-mb35--sp {
        margin-bottom: 35px !important
    }

    .u-ml35--sp {
        margin-left: 35px !important
    }

    .u-p35--sp {
        padding: 35px !important
    }

    .u-pt35--sp {
        padding-top: 35px !important
    }

    .u-pr35--sp {
        padding-right: 35px !important
    }

    .u-pb35--sp {
        padding-bottom: 35px !important
    }

    .u-pl35--sp {
        padding-left: 35px !important
    }

    .u-m40--sp {
        margin: 40px !important
    }

    .u-mt40--sp {
        margin-top: 40px !important
    }

    .u-mr40--sp {
        margin-right: 40px !important
    }

    .u-mb40--sp {
        margin-bottom: 40px !important
    }

    .u-ml40--sp {
        margin-left: 40px !important
    }

    .u-p40--sp {
        padding: 40px !important
    }

    .u-pt40--sp {
        padding-top: 40px !important
    }

    .u-pr40--sp {
        padding-right: 40px !important
    }

    .u-pb40--sp {
        padding-bottom: 40px !important
    }

    .u-pl40--sp {
        padding-left: 40px !important
    }

    .u-m45--sp {
        margin: 45px !important
    }

    .u-mt45--sp {
        margin-top: 45px !important
    }

    .u-mr45--sp {
        margin-right: 45px !important
    }

    .u-mb45--sp {
        margin-bottom: 45px !important
    }

    .u-ml45--sp {
        margin-left: 45px !important
    }

    .u-p45--sp {
        padding: 45px !important
    }

    .u-pt45--sp {
        padding-top: 45px !important
    }

    .u-pr45--sp {
        padding-right: 45px !important
    }

    .u-pb45--sp {
        padding-bottom: 45px !important
    }

    .u-pl45--sp {
        padding-left: 45px !important
    }

    .u-m50--sp {
        margin: 50px !important
    }

    .u-mt50--sp {
        margin-top: 50px !important
    }

    .u-mr50--sp {
        margin-right: 50px !important
    }

    .u-mb50--sp {
        margin-bottom: 50px !important
    }

    .u-ml50--sp {
        margin-left: 50px !important
    }

    .u-p50--sp {
        padding: 50px !important
    }

    .u-pt50--sp {
        padding-top: 50px !important
    }

    .u-pr50--sp {
        padding-right: 50px !important
    }

    .u-pb50--sp {
        padding-bottom: 50px !important
    }

    .u-pl50--sp {
        padding-left: 50px !important
    }

    .u-m55--sp {
        margin: 55px !important
    }

    .u-mt55--sp {
        margin-top: 55px !important
    }

    .u-mr55--sp {
        margin-right: 55px !important
    }

    .u-mb55--sp {
        margin-bottom: 55px !important
    }

    .u-ml55--sp {
        margin-left: 55px !important
    }

    .u-p55--sp {
        padding: 55px !important
    }

    .u-pt55--sp {
        padding-top: 55px !important
    }

    .u-pr55--sp {
        padding-right: 55px !important
    }

    .u-pb55--sp {
        padding-bottom: 55px !important
    }

    .u-pl55--sp {
        padding-left: 55px !important
    }

    .u-m60--sp {
        margin: 60px !important
    }

    .u-mt60--sp {
        margin-top: 60px !important
    }

    .u-mr60--sp {
        margin-right: 60px !important
    }

    .u-mb60--sp {
        margin-bottom: 60px !important
    }

    .u-ml60--sp {
        margin-left: 60px !important
    }

    .u-p60--sp {
        padding: 60px !important
    }

    .u-pt60--sp {
        padding-top: 60px !important
    }

    .u-pr60--sp {
        padding-right: 60px !important
    }

    .u-pb60--sp {
        padding-bottom: 60px !important
    }

    .u-pl60--sp {
        padding-left: 60px !important
    }

    .u-m65--sp {
        margin: 65px !important
    }

    .u-mt65--sp {
        margin-top: 65px !important
    }

    .u-mr65--sp {
        margin-right: 65px !important
    }

    .u-mb65--sp {
        margin-bottom: 65px !important
    }

    .u-ml65--sp {
        margin-left: 65px !important
    }

    .u-p65--sp {
        padding: 65px !important
    }

    .u-pt65--sp {
        padding-top: 65px !important
    }

    .u-pr65--sp {
        padding-right: 65px !important
    }

    .u-pb65--sp {
        padding-bottom: 65px !important
    }

    .u-pl65--sp {
        padding-left: 65px !important
    }

    .u-m70--sp {
        margin: 70px !important
    }

    .u-mt70--sp {
        margin-top: 70px !important
    }

    .u-mr70--sp {
        margin-right: 70px !important
    }

    .u-mb70--sp {
        margin-bottom: 70px !important
    }

    .u-ml70--sp {
        margin-left: 70px !important
    }

    .u-p70--sp {
        padding: 70px !important
    }

    .u-pt70--sp {
        padding-top: 70px !important
    }

    .u-pr70--sp {
        padding-right: 70px !important
    }

    .u-pb70--sp {
        padding-bottom: 70px !important
    }

    .u-pl70--sp {
        padding-left: 70px !important
    }

    .u-m75--sp {
        margin: 75px !important
    }

    .u-mt75--sp {
        margin-top: 75px !important
    }

    .u-mr75--sp {
        margin-right: 75px !important
    }

    .u-mb75--sp {
        margin-bottom: 75px !important
    }

    .u-ml75--sp {
        margin-left: 75px !important
    }

    .u-p75--sp {
        padding: 75px !important
    }

    .u-pt75--sp {
        padding-top: 75px !important
    }

    .u-pr75--sp {
        padding-right: 75px !important
    }

    .u-pb75--sp {
        padding-bottom: 75px !important
    }

    .u-pl75--sp {
        padding-left: 75px !important
    }

    .u-m80--sp {
        margin: 80px !important
    }

    .u-mt80--sp {
        margin-top: 80px !important
    }

    .u-mr80--sp {
        margin-right: 80px !important
    }

    .u-mb80--sp {
        margin-bottom: 80px !important
    }

    .u-ml80--sp {
        margin-left: 80px !important
    }

    .u-p80--sp {
        padding: 80px !important
    }

    .u-pt80--sp {
        padding-top: 80px !important
    }

    .u-pr80--sp {
        padding-right: 80px !important
    }

    .u-pb80--sp {
        padding-bottom: 80px !important
    }

    .u-pl80--sp {
        padding-left: 80px !important
    }

    .u-m85--sp {
        margin: 85px !important
    }

    .u-mt85--sp {
        margin-top: 85px !important
    }

    .u-mr85--sp {
        margin-right: 85px !important
    }

    .u-mb85--sp {
        margin-bottom: 85px !important
    }

    .u-ml85--sp {
        margin-left: 85px !important
    }

    .u-p85--sp {
        padding: 85px !important
    }

    .u-pt85--sp {
        padding-top: 85px !important
    }

    .u-pr85--sp {
        padding-right: 85px !important
    }

    .u-pb85--sp {
        padding-bottom: 85px !important
    }

    .u-pl85--sp {
        padding-left: 85px !important
    }

    .u-m90--sp {
        margin: 90px !important
    }

    .u-mt90--sp {
        margin-top: 90px !important
    }

    .u-mr90--sp {
        margin-right: 90px !important
    }

    .u-mb90--sp {
        margin-bottom: 90px !important
    }

    .u-ml90--sp {
        margin-left: 90px !important
    }

    .u-p90--sp {
        padding: 90px !important
    }

    .u-pt90--sp {
        padding-top: 90px !important
    }

    .u-pr90--sp {
        padding-right: 90px !important
    }

    .u-pb90--sp {
        padding-bottom: 90px !important
    }

    .u-pl90--sp {
        padding-left: 90px !important
    }

    .u-m95--sp {
        margin: 95px !important
    }

    .u-mt95--sp {
        margin-top: 95px !important
    }

    .u-mr95--sp {
        margin-right: 95px !important
    }

    .u-mb95--sp {
        margin-bottom: 95px !important
    }

    .u-ml95--sp {
        margin-left: 95px !important
    }

    .u-p95--sp {
        padding: 95px !important
    }

    .u-pt95--sp {
        padding-top: 95px !important
    }

    .u-pr95--sp {
        padding-right: 95px !important
    }

    .u-pb95--sp {
        padding-bottom: 95px !important
    }

    .u-pl95--sp {
        padding-left: 95px !important
    }

    .u-m100--sp {
        margin: 100px !important
    }

    .u-mt100--sp {
        margin-top: 100px !important
    }

    .u-mr100--sp {
        margin-right: 100px !important
    }

    .u-mb100--sp {
        margin-bottom: 100px !important
    }

    .u-ml100--sp {
        margin-left: 100px !important
    }

    .u-p100--sp {
        padding: 100px !important
    }

    .u-pt100--sp {
        padding-top: 100px !important
    }

    .u-pr100--sp {
        padding-right: 100px !important
    }

    .u-pb100--sp {
        padding-bottom: 100px !important
    }

    .u-pl100--sp {
        padding-left: 100px !important
    }

    .sp__img100 img {
        width: 100%
    }

    .pcOnly {
        display: none
    }

    .pcBr {
        display: none
    }

    .u-fs13--sp {
        font-size: 3.46667vw
    }
}

@media print,
screen and (min-width:768px) {
    .mainContents--normal {
        padding: 90px 0 110px
    }

    .normal__content--marginL>*:not([class*=u-mt]):not([class*=u-mb]) {
        margin-top: 45px;
        margin-bottom: 45px
    }

    .video-wrapper {
        width: 560px;
        height: 315px
    }

    .globalMenuArea.-js-open {
        overflow-y: scroll;
        width: 100%;
        height: 100vh
    }

    .globalMenu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        top: 0
    }

    .globalMenu__btnClose {
        position: relative;
        float: right;
        margin: 9px 15px
    }

    .globalMenuBtn {
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin: 0 0 20px
    }

    .globalMenuBtn__item {
        margin: 0 0 0 20px
    }

    .globalMenuMain {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 700px;
        margin: 0 -20px
    }

    .globalMenuMain__item {
        width: calc((100% - 20px*6)/3);
        margin: 0 20px
    }

    .globalMenuMain__item.-border-pc {
        border-bottom: 1px solid #dedede
    }

    .globalMenuMain__link,
    .globalMenuMain__acc {
        padding: .93em 2.5em .93em 1.25em
    }

    .globalMenuChild__link {
        padding: .93em 2.5em .93em 0
    }

    .header--lp1+.contents {
        margin-top: 130px
    }

    .c-table-col--sm {
        width: 70%
    }

    .h2__text--l_pc {
        font-size: 42px
    }

    .column1-1-1--pc {
        display: -ms-flexbox;
        display: flex
    }

    .column1-1-1--pc .col {
        width: calc((100% - 28px*2)/3);
        margin-left: 28px
    }

    .column1-1-1--pc .col:nth-child(3n+1) {
        margin-left: 0
    }

    .mv__item {
        width: 1000px
    }

    .brandList__item {
        max-width: 320px;
        margin: 20px 0 0 20px
    }

    .brandList__item:nth-child(4n+1) {
        margin-left: 0
    }

    .brandList__item:nth-child(-n+4) {
        margin-top: 0
    }

    .infoList__time {
        width: 98px;
        font-size: 14px
    }

    .reasonList {
        width: 640px;
        margin: 0 auto 40px;
        gap: 37px 20px;
        -ms-grid-columns: 31.25% 31.25% 31.25%;
        grid-template-columns: 31.25% 31.25% 31.25%
    }

    .reasonList__item {
        height: 160px
    }

    .reasonList__item.reasonList__item04 {
        padding-top: 40px
    }

    .reasonLinkList {
        width: 640px;
        gap: 18px
    }

    .reputationList__item:nth-child(1) {
        background-position: right 41px bottom;
        background-size: 48px 126px
    }

    .reputationList__item:nth-child(2) {
        background-position: right 23px bottom;
        background-size: 85px 127px
    }

    .reputationList__item:nth-child(3) {
        background-position: right 22px bottom -4px;
        background-size: 84px 129px
    }

    .reputationList__item:nth-child(4) {
        background-position: right 22px bottom -4px;
        background-size: 84px 129px
    }

    .reputationList__item:nth-child(5) {
        background-position: right 22px bottom -4px;
        background-size: 84px 129px
    }

    .reputationList__item:nth-child(6) {
        background-position: right 22px bottom -4px;
        background-size: 84px 129px
    }

    .reputationList__text {
        min-height: 3em
    }

    .achievementList__area {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 0 40px
    }

    .achievementList__group {
        -ms-flex: 1;
        flex: 1;
        max-width: 480px
    }

    .achievementList__group:nth-child(n+2) {
        margin-left: 4%
    }

    .achievementList__imgArea img {
        width: auto;
        max-height: 200px
    }

    .bottomLink__area.bottomLink__2col {
        margin-bottom: 113px
    }

    .bottomLink__area.bottomLink__2col .bottomLink {
        margin-right: auto;
        margin-left: auto
    }

    .question+.bottomLink__area.bottomLink__2col {
        margin-top: 50px
    }

    .bottomLink {
        margin: -10px -20px
    }

    .bottomLink__item {
        margin: 10px 18px
    }

    .tableOfContents {
        padding: 120px 0
    }

    .h2__wrapper--anc {
        margin-top: -120px;
        padding-top: 120px
    }

    .mv__link a:hover {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"
    }

    .textTop__desc {
        margin-top: 20px
    }

    .reasonList--type2 {
        max-width: 100%;
        width: 750px;
        column-gap: 24px
    }

    .reasonList--type2 .reasonList__item {
        height: 190px;
        padding: 20px
    }

    .reasonList__textSmall {
        margin-top: 10px;
        font-size: 13px
    }

    .award__area .heading3 {
        font-size: 20px
    }

    .award__area+.reasonList__wrapper {
        margin-top: 20px
    }

    .js-slider-award .award__itemText span {
        font-size: 15px
    }

    .breadcrumb__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center
    }

    .quickLink__list {
        -ms-flex-pack: center;
        justify-content: center
    }

    .products--campaign .products__item {
        margin-bottom: 0
    }

    .brandList--col3 .brandList__item {
        width: calc((100% - 20px*2)/3)
    }

    .brandList--col3 .brandList__item:nth-child(4n+1) {
        margin-left: 20px
    }

    .brandList--col3 .brandList__item:nth-child(3n+1) {
        margin-left: 0
    }

    .brandList--col3 .brandList__item:nth-child(-n+4) {
        margin-top: 20px
    }

    .brandList--col3 .brandList__item:nth-child(-n+3) {
        margin-top: 0
    }

    .reputation--brand .reputationList__item {
        padding: 40px 40px 34px
    }

    .reputation--brand .reputationList__textCustomer {
        margin-top: 14px
    }

    .monclerGrid {
        margin-top: 35px
    }

    .monclerGrid__img {
        width: 17%;
        padding: 0 15px
    }

    .monclerGrid__img:nth-child(n+2) {
        margin-top: 20px
    }

    .monclerGrid__txt {
        width: 83%;
        padding: 3px 12px 0;
        line-height: 24px
    }

    .monclerGrid__txt:nth-child(n+2) {
        margin-top: 20px
    }

    .accordian__title {
        margin-left: 10px
    }

    .accordian__wrap {
        padding: 40px 0
    }

    .marketPlace.since2022.since202209 .marketPlace__itemNote {
        width: 15%
    }

    .cp_banner {
        width: 100%;
        height: 110px
    }

    .cp_banner a {
        display: block;
        width: 100%;
        height: 100%
    }

    .cp_banner a:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: url(/assets/img/brand/campagin_banner_202305.webp);
        background-repeat: repeat-x;
        background-position: left;
        background-size: contain;
        content: ''
    }

    .cp_banner a img {
        width: auto;
        height: 100%;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .assess_p .assess_p__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .assess_p .assess_p__box>*:nth-child(n+3) {
        margin-top: 30px
    }

    .assess_p .assess_p__box .assess_p__item {
        width: 48%
    }

    .models2c .models2c__box .models2c__item {
        display: -ms-flexbox;
        display: flex
    }

    .models2c .models2c__box .models2c__item .models2c__img {
        width: 20%;
        padding-right: 5px
    }

    .models2c .models2c__box .models2c__item .models2c__dsc {
        width: 80%
    }

    .models2c .models2c__box .models2c__item+.models2c__item {
        margin-top: 30px
    }

    .modelsSlide_box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .modelsSlide_box .modelsSlide {
        width: 48%
    }

    .accordion .accordion__list {
        margin-top: 39px
    }

    .marketPlace2__list>*:nth-child(n+3) {
        border-top: 1px solid #8d8d8d
    }

    .no-bd .marketPlace2__list>*:nth-child(n+3) {
        border-top: none
    }

    .marketPlace2__item.flex .marketPlace2__img {
        width: 30%
    }

    .marketPlace2__item.flex .marketPlace2__text {
        width: 70%
    }

    .marketPlace2__itemName {
        margin-bottom: 2em
    }

    .marketPlace2__itemNote>*:nth-child(2n) {
        min-width: 4.5em
    }

    .marketPlace2__itemNote2 {
        line-height: 1.4
    }

    .marketPlace2__itemNote2.c-red {
        margin-top: 10px
    }

    .h2__main--dot {
        padding-bottom: 36px;
        font-size: 26px
    }

    .h2__main--dot .h2__point:before {
        top: -12px
    }

    .h2__main--dot .h2__text--l_pc {
        font-size: 38px
    }

    .reason--brand {
        padding-top: 37px;
        padding-bottom: 58px
    }

    .reason--brand .reasonList__item {
        padding: 26px 26px 16px
    }

    .reason--brand .reasonList__wrapper {
        margin-top: 56px
    }

    .tips__desc {
        margin-top: 40px
    }

    .bayerIntro__desc {
        margin-top: 40px
    }

    .bayerIntro__list {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 30px
    }

    .bayerIntro__item {
        max-width: 314px
    }

    .whatBuy__img {
        margin-top: 52px
    }

    .mvItem__wrapper {
        max-width: 1000px;
        margin: 0 auto
    }

    .titleWrap {
        margin-top: 95px;
        margin-bottom: 45px
    }

    .titleWrap__h1 {
        font-size: 48px;
        line-height: 42px
    }

    .mvItem__intro {
        margin-top: 40px
    }

    .mvItem__main {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 45px
    }

    .mvItem__sub {
        font-size: 16px;
        line-height: 24px
    }

    .searchBox {
        margin-bottom: 120px
    }

    .searchBox--camp {
        margin-bottom: 60px;
        padding-top: 12px
    }

    .searchBox__form {
        padding: 20px
    }

    .formGroup__input {
        width: 89.79167%
    }

    .formGroup__action {
        width: 8.125%
    }

    .searchBox__form,
    .formGroup__button,
    .formGroup__txt {
        border-radius: 4px
    }

    .formGroup__button,
    .formGroup__txt {
        height: 40px
    }

    .formGroup__txt {
        padding: 0 10px
    }

    .formGroup__button:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }

    .quickSelect {
        margin: 0 -6px;
        padding-top: 8px
    }

    .quickSelect>li {
        margin-top: 12px;
        padding: 0 6px
    }

    .quickSelect>li span {
        display: block;
        height: 34px;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        font-size: 18px;
        line-height: 34px
    }

    .quickSelect>li:first-child {
        margin-left: 0
    }

    .quickSelect>li:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }

    .quickSelect__alphabet span {
        min-width: 34px
    }

    .quickSelect__other span {
        min-width: 126px
    }

    .searchBox__result {
        margin-top: 40px
    }

    .searchBox__txt {
        padding: 5px 10px;
        font-size: 18px
    }

    .searchBox__brand {
        margin: 20px 0 35px
    }

    .searchBox--camp .searchBox__brand {
        margin: 16px 0 35px
    }

    .searchBox__item {
        width: 48%;
        margin-left: 3.5%;
        font-size: 16px;
        line-height: 32px
    }

    .searchBox__item:nth-child(2n+1) {
        margin-left: 0
    }

    .searchBox__item a {
        font-size: 16px;
        line-height: 32px
    }

    .searchBox__item a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
    }

    .categories {
        padding: 23px 0 120px
    }

    .categories__item {
        width: 48%;
        margin-bottom: 50px
    }

    .categories__item:last-child,
    .categories__item:nth-last-child(2) {
        margin-bottom: 0
    }

    .cateogries__label {
        font-size: 22px
    }

    .categories__link {
        padding-top: 15px
    }

    .categories__link>li {
        width: 48.95833%;
        line-height: 32px
    }

    .intro__btn--category {
        margin-top: 30px
    }

    .socialBox__linkInner {
        font-size: 29px
    }

    .linkSec .reasonLinkList {
        gap: 20px
    }

    .linkSecCampaign {
        margin-top: 40px;
        padding-top: 44px
    }

    .costume-cooperation__sec {
        margin-top: 60px
    }

    .costume-cooperation__item {
        margin-bottom: 32px;
        padding-right: 10px;
        padding-left: 10px
    }

    .campaign__sec {
        margin-top: 60px
    }

    .campaign__list {
        margin-right: -10px;
        margin-left: -10px
    }

    .campaign__item {
        margin-bottom: 32px;
        padding-right: 10px;
        padding-left: 10px
    }

    .campaign__ttl--s {
        font-size: 22px
    }

    .campaign__ttl--xs {
        font-size: 22px
    }

    .campaign__ttl--fz20 {
        font-size: 20px !important
    }

    .campaign__ttl01 {
        line-height: 36px
    }

    .purchaseList__wrap {
        gap: 4%
    }

    .newList {
        max-width: 650px;
        margin: 1.5em auto 0;
        padding-left: 16px;
        text-indent: -16px
    }

    .newList__check {
        max-width: 590px;
        margin: 1.5em auto 0
    }

    .storeBox__ttl i {
        font-size: 50%
    }

    .storeComing img {
        max-width: 50%
    }

    .storeData {
        display: -ms-flexbox;
        display: flex;
        max-width: 800px;
        margin: auto
    }

    .storeData>* {
        width: 42%
    }

    .storeData__txt {
        -ms-flex: 1;
        flex: 1;
        width: 58%;
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px
    }

    .boxText--mb60 {
        margin-bottom: 60px
    }

    .btnGreen {
        margin: 10px auto 30px
    }

    .btnOrange {
        margin: 10px auto 30px
    }

    .reasonablePrice__img--mb30 {
        margin-bottom: 30px !important
    }

    .otoshiBox {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 20px auto;
        column-gap: 21px
    }

    .otoshiBox__item {
        width: calc(33.33% - 14px)
    }

    .campItem__bnr--img01 {
        max-width: 800px;
        margin: 40px auto
    }

    .campItem__bnr--img02 {
        max-width: 800px;
        margin: 20px auto
    }

    .campItem__bnr+.btnCopy {
        margin-top: 30px
    }

    .products__rank {
        margin: 10px 0 7px;
        padding: 1px 10px
    }

    .products--campItem .products__price {
        margin-top: 0
    }

    .products--campItem1 .products__price {
        margin-top: 0
    }

    .products--apple .products__img img {
        max-width: 288px
    }

    .appleInfo__inr {
        margin-bottom: 60px
    }

    .imgBlk {
        max-width: 742px;
        margin: 30px auto 0
    }

    .superbrandIntro__text1 {
        margin-bottom: 30px;
        font-size: 20px
    }

    .marT80 {
        margin-top: 80px
    }

    .xmasBnr__img {
        margin-top: 40px
    }

    .xmas__giftItem {
        width: calc(100%/3);
        margin-right: 10px
    }

    .xmas__giftItem:last-child {
        margin-right: 0
    }

    .xmas__giftCode {
        font-size: 14px
    }

    .xmas__giftNote {
        font-size: 14px
    }

    .xmas__giftNote01 {
        font-size: 14px
    }

    .campaign__brandList {
        margin-top: 40px
    }

    .linkSec__btn--mt80 {
        margin-top: 80px
    }

    .line_pc__sec {
        margin-bottom: 30px
    }

    .item_cp__grid--aoe {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 -7.5px;
        margin-bottom: 30px
    }

    .item_cp__grid--aoe .item_cp__box {
        width: calc(50% - 7.5px);
        margin-top: 15px
    }

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

    .event_box__cnt {
        padding: 20px 20px 30px
    }

    .event_box__img {
        margin-bottom: 20px
    }

    .event_box .linkSec__btn {
        margin-top: 20px
    }

    .event_box .precautions_list {
        margin-top: 20px
    }

    .event_box__grid {
        margin: 10px -5px 0
    }

    .event_box__grid>* {
        margin-bottom: 10px;
        padding: 0 5px
    }

    .event_box__para {
        margin-top: 20px
    }

    .grid__col4>* {
        width: 25%
    }

    .campaign-col {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px
    }

    .campaign-col__item {
        width: calc((100% - 24px*2)/3)
    }

    .campaign-col__note {
        padding: 0 20px
    }

    .campaign__boxText {
        margin-top: 20px
    }

    .process__list--campaign {
        margin-top: 66px
    }

    .busArea__lst {
        margin-top: 57px
    }

    .busArea__item {
        width: 150px;
        height: 150px;
        font-size: 28px;
        line-height: 42px
    }

    .busArea__item i {
        font-size: 12px;
        font-weight: 400;
        font-style: inherit
    }

    .targetPurchase .appleInfo__head {
        padding: 30px 15px 0
    }

    .targetPurchase .appleInfo__head.appleInfo__head--camp {
        padding-bottom: 13px
    }

    .point__col:first-child img {
        width: 128px
    }

    .point__col:nth-child(2) img {
        width: 121px
    }

    .point__col:last-child img {
        width: 123px
    }

    .intro__btn--camp {
        margin-top: 28px
    }

    .question--camp {
        padding-bottom: 58px
    }

    .process__list--campaign {
        margin-top: 70px
    }

    .process__list--campaign .process__note {
        margin-top: 10px
    }

    .process__list--campaign .link {
        color: #b22222
    }

    .process__list--campaign .process__content.pb0 {
        padding-bottom: 0
    }

    [class].u-mb {
        margin-bottom: 120px
    }

    [class].u-pc-mt-0 {
        margin-top: 0
    }

    .h3__note {
        box-sizing: content-box;
        max-width: 1000px;
        margin: 0 auto;
        padding: 8px 30px 0;
        text-align: center
    }

    .titleWrap--service {
        margin-bottom: 107px
    }

    .reasonPurchase__item {
        width: 48%;
        margin-bottom: 36px;
        padding-top: 5px;
        padding-left: 66px;
        line-height: 1.5
    }

    .reasonPurchase__item:before {
        width: 46px;
        height: 54px
    }

    .linkBox__group {
        margin: 0 -9px;
        padding: 0 17px
    }

    .linkBox__item {
        width: 33.33%;
        margin-bottom: 20px;
        padding: 0 9px
    }

    .linkBox__item .linkBtn--line {
        min-width: 100%
    }

    .linkBox--line {
        margin: 60px 0 0;
        padding: 40px 0 0;
        border-top: 1px solid #dedede
    }

    .stateReview {
        margin-top: 60px;
        padding: 55px 0 60px
    }

    .stateReview__note {
        text-align: center
    }

    .stateReview__ttl {
        margin-bottom: 38px;
        padding-bottom: 34px;
        font-size: 22px
    }

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

    .stateReview__box {
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 32px 0 58px;
        padding: 20px
    }

    .stateReview__box--custom {
        padding: 30px
    }

    .stateReview__box--bot {
        margin: 56px 0 0
    }

    .stateReview__img {
        width: 18.81579%
    }

    .stateReview__box--custom .stateReview__img {
        width: 19.32432%
    }

    .stateReview__info {
        width: 78.55263%
    }

    .stateReview__box--custom .stateReview__info {
        width: 77.97297%
    }

    .stateReview__name {
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 28px
    }

    .stateReview__tit {
        font-size: 16px
    }

    .stateReview__pos {
        margin-left: 14px;
        font-size: 14px;
        line-height: 35px
    }

    .stateReview__txt p {
        line-height: 1.5
    }

    .stateReview__txt p+p {
        margin-top: 20px
    }

    .stateReview__item {
        padding: 21px 30px 26px
    }

    .stateReview__item+.stateReview__item {
        margin-top: 54px
    }

    .stateReview__item+.stateReview__item:before {
        top: -38px;
        width: 30px;
        height: 25px
    }

    .stateReview__item:nth-child(1) {
        background-position: left 23px top 18px;
        background-size: 48px 126px
    }

    .stateReview__item:nth-child(2) {
        background-position: left 23px top 18px;
        background-size: 85px 127px
    }

    .stateReview__item:nth-child(3) {
        background-position: left 23px top 18px;
        background-size: 84px 129px
    }

    .stateReview__item:nth-child(4) {
        background-position: left 23px top 19px;
        background-size: 88px 125px
    }

    .stateReview__item:nth-child(5) {
        background-position: left 31px top 19px;
        background-size: 85px 127px
    }

    .stateReview__item:nth-child(6) {
        background-position: left 30px top 18px;
        background-size: 75px 128px
    }

    .stateReview__itemTtl {
        margin-bottom: 20px
    }

    .stateReview__itemTxt p {
        line-height: 1.5
    }

    .stateReview__itemTxt p+p {
        margin-top: 25px
    }

    .brand-service {
        padding-bottom: 120px
    }

    .stateReview__step--service .stateReview__item {
        padding: 28px 30px 26px
    }

    .shopStep .stepPurchase__list {
        margin-top: 37px;
        margin-bottom: 65px
    }

    .shopStep .stepPurchase__desc {
        margin-top: 37px
    }

    .shopInfo .storeInfo__subTtl {
        margin-top: 80px
    }

    .shopInfo .storeInfo {
        padding-bottom: 116px
    }

    .process {
        padding-bottom: 120px
    }

    .process .whatBuy__boxGray {
        margin-top: 24px
    }

    .shopInfo {
        padding-bottom: 117px
    }

    .instagram .statePurchase__list.tp01 {
        margin-bottom: 20px
    }

    .instagram .statePurchase__txt {
        margin-bottom: 20px
    }

    .storeData__slideNav {
        margin-right: 10px
    }

    .storeData__sliderNav {
        margin-bottom: 50px
    }

    .storeData__sliderNav .slick-list {
        width: calc(100% + 5px)
    }

    .storeData__slide img {
        max-width: 500px
    }

    .titleWrap__h1--shop {
        line-height: 1.4
    }

    .stateReview__itemStep {
        margin-right: 20px;
        font-size: 18px
    }

    .stateReview__itemStep span {
        font-size: 24px
    }

    .typeKit__list {
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 880px;
        margin: auto;
        margin-top: 10px
    }

    .typeKit__item {
        width: calc(100%/3);
        margin-bottom: 26px;
        padding: 0 6px
    }

    .typeKit__top {
        margin-top: -4px
    }

    .typeKit__img {
        width: 65%;
        padding-left: 5%
    }

    .typeKit__boxGray {
        margin-top: 6px
    }

    .titleWrap--st01 {
        margin-bottom: 53px
    }

    .anchor.anchor__type01 .anchor__item {
        line-height: 32px
    }

    .anchor.anchor__type01 .anchor__item:not(:last-child) {
        margin-right: 14px
    }

    .criterGrid {
        margin-top: 35px
    }

    .criterGrid__img {
        width: 36.5%;
        padding: 0 15px
    }

    .criterGrid__txt {
        width: 63.5%;
        padding: 3px 12px 0;
        line-height: 24px
    }

    .stateRank__list {
        margin-bottom: 75px
    }

    .noPrice__grid {
        padding-top: 8px
    }

    .noPrice__col {
        max-width: 50%
    }

    .noPrice__col:last-child {
        padding-left: 48px
    }

    .buyer_comment_box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .buyer_comment_box .buyer_comment {
        width: 48%
    }

    .howCare__wrapper {
        padding-top: 32px
    }

    .howCare__ttl {
        padding: 7px 10px 6px
    }

    .reasonablePrice__img {
        max-width: 368px;
        margin: 35px auto 0
    }

    .howCare__group {
        padding: 20px 0 40px
    }

    .howCare__img {
        width: 23.5%
    }

    .howCare__accord {
        width: 74.5%
    }

    .accordian__item {
        border-top: 1px solid #8d8d8d
    }

    .accordian__item:last-child {
        border-bottom: 1px solid #8d8d8d
    }

    .accordian__ttl {
        padding: 23px 20px 23px 38px
    }

    .accordian__ttl:before,
    .accordian__ttl:after {
        width: 10px;
        height: 10px
    }

    .accordian__ttl:before {
        right: 20px;
        height: 2px
    }

    .accordian__ttl:after {
        right: 24px;
        width: 2px;
        height: 10px
    }

    .accordian__txt {
        padding: 0 38px;
        line-height: 24px
    }

    .accordian__txt>p:last-child {
        padding-bottom: 20px
    }

    .featureBrand__list {
        margin: 0 -10px;
        padding-top: 45px
    }

    .featureBrand__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .featureBrand__box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .featureBrand__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 33.33333%;
        margin-top: 67px;
        padding: 0 10px
    }

    .featureBrand__item:first-child {
        margin-top: 0
    }

    .column3 .featureBrand__item {
        margin-top: 0
    }

    .featureBrand__name {
        -ms-flex: 1;
        flex: 1
    }

    .featureBrand__item--main {
        width: 100%;
        text-align: center
    }

    .featureBrand__item--main .featureBrand__wrap {
        max-width: 480px;
        margin: 0 auto
    }

    .featureBrand__item--main .featureBrand__detail {
        margin-top: 10px
    }

    .featureBrand__item--main .featureBrand__label {
        top: 0;
        left: -108px;
        width: 108px;
        height: 92px
    }

    .featureBrand__item--main .featureBrand__name {
        color: #430e0e;
        font-size: 22px;
        font-weight: 700;
        line-height: 33px
    }

    .featureBrand__item--main .featureBrand__name span {
        margin-right: 5px
    }

    .featureBrand__item--main .featureBrand__price {
        margin-top: 5px
    }

    .featureBrand__label {
        top: -20px;
        left: 0;
        width: 88px;
        height: 75px
    }

    .featureBrand__label span {
        margin-top: 9px;
        font-size: 29px
    }

    .featureBrand__item--main .featureBrand__label span {
        font-size: 37px
    }

    .featureBrand__unit {
        margin-left: 4px;
        font-size: 16px
    }

    .featureBrand__brand {
        margin-top: 4px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 27px
    }

    .featureBrand__info {
        margin-top: 2px
    }

    .featureBrand__price {
        margin-top: 5px;
        font-size: 30px
    }

    .stateReview__box--first {
        margin: 67px 0 0;
        padding-top: 25px;
        padding-bottom: 15px;
        background-color: #f0f0f0
    }

    .featureBrand__img {
        max-width: 288px;
        margin: 0 auto;
        padding-top: 3.6vw
    }

    .featureBrand__item--main .featureBrand__img {
        max-width: 100%
    }

    .usedPurchase__wrapper {
        padding-top: 35px
    }

    .usedPurchase__wrapper--first {
        padding-top: 10px
    }

    .usedPurchase__ttl {
        padding: 4px 20px;
        font-size: 18px
    }

    .usedPurchase__ttl span {
        margin-right: 20px;
        font-size: 28px
    }

    .usedPurchase__content {
        padding: 40px 0 55px;
        line-height: 24px
    }

    .usedPurchase__content p+p {
        margin-top: 25px
    }

    .usedPurchase__content--sm {
        padding: 37px 0
    }

    .usedPurchase__note {
        margin-top: 12px;
        font-size: 20px
    }

    .usedPurchase__grid {
        margin: 25px -20px 0
    }

    .usedPurchase__grid--rq {
        margin-top: 45px
    }

    .usedPurchase__col {
        width: 50%;
        margin-bottom: 30px;
        padding: 0 20px
    }

    .usedPurchase__col:last-child,
    .usedPurchase__col:nth-last-child(2) {
        margin-bottom: 0
    }

    .usedPurchase__box {
        padding: 30px 30px 26px
    }

    .usedPurchase__name {
        margin-bottom: 16px
    }

    .usedPurchase__point {
        top: -18px;
        font-size: 24px
    }

    .usedPurchase__point span {
        margin-left: 2px;
        font-size: 34px
    }

    .h3__note--first {
        line-height: 24px
    }

    .howCare__item.last .howCare__group {
        padding-bottom: 0
    }

    .spBr {
        display: none
    }

    .saleTime__text {
        margin-top: 50px
    }

    .question--brand .intro__read {
        line-height: 35px
    }

    .question--brand .intro__btn {
        margin-top: 14px
    }

    .question__list {
        margin-top: 39px
    }

    .anchor__list {
        margin: 0 -8px
    }

    .anchor__item {
        width: 25%;
        padding: 0 8px
    }

    .anchor__item a {
        padding-left: 18px
    }

    .anchor__item a:before {
        top: 7px;
        width: 9px;
        height: 6px
    }

    .contactBox {
        padding: 45px 0 0
    }

    .contactBox__txt {
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 27px
    }

    .contactBox__note {
        margin-top: 30px;
        font-size: 12px;
        line-height: 18px
    }

    .anchor:not(.anchor__type01) .anchor__item {
        line-height: 32px
    }

    .faqBox__wrap .question__content {
        padding-right: 40px;
        padding-bottom: 13px;
        letter-spacing: -.3px
    }

    .faqBox__wrap .question__content .txt__link {
        margin-top: 18px;
        margin-bottom: 16px;
        line-height: 1.5
    }

    .faqBox__wrap .question__content p+p:not(.question__note) {
        margin-top: 16px
    }

    .faqBox__wrap .question__note {
        margin-left: 12px;
        font-size: 12px;
        text-indent: -12px;
        line-height: 18px
    }

    .bayerIntroduction__inner {
        width: 900px;
        height: 261px
    }

    .bayerIntroduction__brand {
        width: 65.55556%;
        margin-bottom: 32px
    }

    .bayerIntroduction__message {
        float: right;
        width: 65.55556%
    }

    .titleWrap--vip {
        margin-top: 80px
    }

    .vipPurchaseCategory__lead {
        margin: 0 auto 60px;
        text-align: center
    }

    .vipPurchaseCategory__wrap {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .vipPurchaseCategory__text {
        margin: 1em 0 0;
        font-size: 16px
    }

    .vipPurchaseCategory__img {
        -ms-flex-order: -1;
        order: -1;
        max-width: 200px;
        margin: auto
    }

    .sitemap__content>* {
        margin-top: 40px;
        margin-bottom: 40px
    }

    .sitemap__content>*:first-child {
        margin-top: 0
    }

    .sitemap__content>*:last-child {
        margin-bottom: 0
    }

    .sitemapList__wrap:nth-child(n+2) {
        margin-top: 20px
    }

    .sitemapList--col1-1 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .sitemapList--col1-1 .sitemapList__item {
        width: calc((100% - 28px)/2);
        margin-left: 28px
    }

    .sitemapList--col1-1 .sitemapList__item:nth-child(2n+1) {
        margin-left: 0
    }

    .sitemapList--col1-1 .sitemapList__item:nth-child(n+2) {
        margin-top: 0
    }

    .sitemapList--col1-1 .sitemapList__item:nth-child(n+3) {
        margin-top: .5em
    }

    .sellStep>div.sm {
        font-size: 23px;
        line-height: 30px
    }

    .sellGroup__inner {
        padding: 0 18px
    }

    .sellGroup__inner01 {
        padding: 0
    }

    .sellGroup__inner01 .sellGroup__item {
        padding: 20px 18px
    }

    .sellGroup__inner01 .sellGroup__item+* {
        margin-top: 0
    }

    .sellGroup__title01 {
        margin-bottom: 10px
    }

    .sellGroup__item {
        display: -ms-flexbox;
        display: flex
    }

    .sellGroup__itemLine>* {
        display: -ms-flexbox;
        display: flex
    }

    .sellGroup__itemLine.docomo-shop .sellGroup__itemSTitle {
        padding-top: 8px;
        padding-right: 25px
    }

    .sellGroup__itemLine.docomo-shop .sellGroup__itemSelect select {
        width: 262px
    }

    .sellP03 .sellGroup__title {
        margin-top: 60px;
        margin-bottom: 33px
    }

    .sellP03 .sellGroup__itemLine {
        padding-top: 11px
    }

    .sellP03 .sellGroup__itemLine>* {
        display: block
    }

    .sellP03 .sellGroup__itemLine>*+* {
        margin-top: 6px
    }

    .sellP03 .sellGroup__itemTitle {
        width: 224px
    }

    .sellSc__noteList li {
        font-size: 16px
    }

    .contents--sell02 {
        line-height: 24px
    }

    .courseBox {
        margin-top: 39px;
        margin-right: -20px;
        margin-bottom: 50px;
        margin-left: -20px
    }

    .courseBox__item {
        width: 50%;
        padding-right: 20px;
        padding-left: 20px
    }

    .transfer {
        margin-top: 30px
    }

    .transfer__GridLeft {
        width: 44%
    }

    .transfer__GridRight {
        width: 56%
    }

    .uploadBtn {
        font-size: 16px
    }

    .form-step2 .sellGroup__title {
        margin-top: 60px;
        margin-bottom: 33px
    }

    .form-step2 .sellGroup__itemLine {
        padding-top: 11px
    }

    .form-step2 .sellGroup__itemLine>* {
        display: block
    }

    .form-step2 .sellGroup__itemLine>*+* {
        margin-top: 6px
    }

    .form-step2 .sellGroup__itemTitle {
        width: 224px
    }

    .contents-404 .h1--article {
        margin-bottom: 20px
    }

    .contents-404 .linkBtn__area {
        margin-top: 70px
    }

    .linkSec__btn--mt {
        margin-top: 50px
    }

    .products__list--lp .products__name {
        margin-top: 8px
    }

    .products__list--lp .products__note {
        margin-top: inherit
    }

    .mvItem__wrapper01 {
        max-width: inherit;
        width: 100%
    }

    .mvItem__titleWrap--01 {
        bottom: 9.5%;
        padding: 0
    }

    .mvItem__titleWrap--01 .mvItem__title {
        font-size: 1.5625vw
    }

    .mvBanner--202407_obi {
        background: url(/assets/img/lp/202407_obi.webp) repeat-x
    }

    .mvBanner--202410_obi {
        background: url(/assets/img/lp/202410_obi.webp) repeat-x
    }

    .mvBanner--202411_obi {
        background: url(/assets/img/lp/202411_obi.webp) repeat-x
    }

    .mvBanner--202412_obi {
        background: url(/assets/img/lp/202412_obi.webp) repeat-x
    }

    .mvBanner--202501_obi {
        background: url(/assets/img/lp/202501_obi.webp) repeat-x
    }

    .mvBanner--202502_obi {
        background: url(/assets/img/lp/202502_obi.webp) repeat-x
    }

    .mvBanner--202505_obi {
        background: url(/assets/img/lp/202505_obi.webp) repeat-x
    }

    .mvBanner {
        height: 150px
    }

    .mvBanner img {
        display: none
    }

    .linkSec__btn01--lp {
        margin-top: 25px
    }

    .reasonList--type1 .reasonList__item {
        padding: 20px
    }

    .campaignBnr--edit {
        margin-top: 20px
    }

    .brand01 {
        padding-top: 0
    }

    .brand01 .h2__wrapper {
        margin-top: 50px;
        margin-bottom: 30px
    }

    .lpLink .linkBtn {
        min-width: 200px
    }

    .reputationSlide__wrapper {
        max-width: 1060px;
        margin-top: 40px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 30px;
        padding-left: 30px
    }

    .reputationSlide__text {
        min-height: 4.5em
    }

    .reasonLinkList01 {
        margin: 40px auto 80px
    }

    .products__list03 .products__img {
        min-height: 200px
    }

    .mvItem__headline--a {
        left: 3.3%
    }

    .mvItem__headline--c {
        left: 9.2%
    }

    .line__section {
        margin-top: -51px;
        padding: 30px
    }

    .line__col {
        width: 33.3333%
    }

    .line__item:after {
        top: 50%;
        right: 0
    }

    .u-ta-c--pc {
        text-align: center !important
    }

    .fs-md {
        font-size: 18px
    }

    .spaceBot {
        margin-bottom: 120px
    }

    .spaceSec {
        margin-bottom: 60px
    }

    .spBr {
        display: none
    }

    .u-m5--pc {
        margin: 5px !important
    }

    .u-mt5--pc {
        margin-top: 5px !important
    }

    .u-mr5--pc {
        margin-right: 5px !important
    }

    .u-mb5--pc {
        margin-bottom: 5px !important
    }

    .u-ml5--pc {
        margin-left: 5px !important
    }

    .u-p5--pc {
        padding: 5px !important
    }

    .u-pt5--pc {
        padding-top: 5px !important
    }

    .u-pr5--pc {
        padding-right: 5px !important
    }

    .u-pb5--pc {
        padding-bottom: 5px !important
    }

    .u-pl5--pc {
        padding-left: 5px !important
    }

    .u-m10--pc {
        margin: 10px !important
    }

    .u-mt10--pc {
        margin-top: 10px !important
    }

    .u-mr10--pc {
        margin-right: 10px !important
    }

    .u-mb10--pc {
        margin-bottom: 10px !important
    }

    .u-ml10--pc {
        margin-left: 10px !important
    }

    .u-p10--pc {
        padding: 10px !important
    }

    .u-pt10--pc {
        padding-top: 10px !important
    }

    .u-pr10--pc {
        padding-right: 10px !important
    }

    .u-pb10--pc {
        padding-bottom: 10px !important
    }

    .u-pl10--pc {
        padding-left: 10px !important
    }

    .u-m15--pc {
        margin: 15px !important
    }

    .u-mt15--pc {
        margin-top: 15px !important
    }

    .u-mr15--pc {
        margin-right: 15px !important
    }

    .u-mb15--pc {
        margin-bottom: 15px !important
    }

    .u-ml15--pc {
        margin-left: 15px !important
    }

    .u-p15--pc {
        padding: 15px !important
    }

    .u-pt15--pc {
        padding-top: 15px !important
    }

    .u-pr15--pc {
        padding-right: 15px !important
    }

    .u-pb15--pc {
        padding-bottom: 15px !important
    }

    .u-pl15--pc {
        padding-left: 15px !important
    }

    .u-m20--pc {
        margin: 20px !important
    }

    .u-mt20--pc {
        margin-top: 20px !important
    }

    .u-mr20--pc {
        margin-right: 20px !important
    }

    .u-mb20--pc {
        margin-bottom: 20px !important
    }

    .u-ml20--pc {
        margin-left: 20px !important
    }

    .u-p20--pc {
        padding: 20px !important
    }

    .u-pt20--pc {
        padding-top: 20px !important
    }

    .u-pr20--pc {
        padding-right: 20px !important
    }

    .u-pb20--pc {
        padding-bottom: 20px !important
    }

    .u-pl20--pc {
        padding-left: 20px !important
    }

    .u-m25--pc {
        margin: 25px !important
    }

    .u-mt25--pc {
        margin-top: 25px !important
    }

    .u-mr25--pc {
        margin-right: 25px !important
    }

    .u-mb25--pc {
        margin-bottom: 25px !important
    }

    .u-ml25--pc {
        margin-left: 25px !important
    }

    .u-p25--pc {
        padding: 25px !important
    }

    .u-pt25--pc {
        padding-top: 25px !important
    }

    .u-pr25--pc {
        padding-right: 25px !important
    }

    .u-pb25--pc {
        padding-bottom: 25px !important
    }

    .u-pl25--pc {
        padding-left: 25px !important
    }

    .u-m30--pc {
        margin: 30px !important
    }

    .u-mt30--pc {
        margin-top: 30px !important
    }

    .u-mr30--pc {
        margin-right: 30px !important
    }

    .u-mb30--pc {
        margin-bottom: 30px !important
    }

    .u-ml30--pc {
        margin-left: 30px !important
    }

    .u-p30--pc {
        padding: 30px !important
    }

    .u-pt30--pc {
        padding-top: 30px !important
    }

    .u-pr30--pc {
        padding-right: 30px !important
    }

    .u-pb30--pc {
        padding-bottom: 30px !important
    }

    .u-pl30--pc {
        padding-left: 30px !important
    }

    .u-m35--pc {
        margin: 35px !important
    }

    .u-mt35--pc {
        margin-top: 35px !important
    }

    .u-mr35--pc {
        margin-right: 35px !important
    }

    .u-mb35--pc {
        margin-bottom: 35px !important
    }

    .u-ml35--pc {
        margin-left: 35px !important
    }

    .u-p35--pc {
        padding: 35px !important
    }

    .u-pt35--pc {
        padding-top: 35px !important
    }

    .u-pr35--pc {
        padding-right: 35px !important
    }

    .u-pb35--pc {
        padding-bottom: 35px !important
    }

    .u-pl35--pc {
        padding-left: 35px !important
    }

    .u-m40--pc {
        margin: 40px !important
    }

    .u-mt40--pc {
        margin-top: 40px !important
    }

    .u-mr40--pc {
        margin-right: 40px !important
    }

    .u-mb40--pc {
        margin-bottom: 40px !important
    }

    .u-ml40--pc {
        margin-left: 40px !important
    }

    .u-p40--pc {
        padding: 40px !important
    }

    .u-pt40--pc {
        padding-top: 40px !important
    }

    .u-pr40--pc {
        padding-right: 40px !important
    }

    .u-pb40--pc {
        padding-bottom: 40px !important
    }

    .u-pl40--pc {
        padding-left: 40px !important
    }

    .u-m45--pc {
        margin: 45px !important
    }

    .u-mt45--pc {
        margin-top: 45px !important
    }

    .u-mr45--pc {
        margin-right: 45px !important
    }

    .u-mb45--pc {
        margin-bottom: 45px !important
    }

    .u-ml45--pc {
        margin-left: 45px !important
    }

    .u-p45--pc {
        padding: 45px !important
    }

    .u-pt45--pc {
        padding-top: 45px !important
    }

    .u-pr45--pc {
        padding-right: 45px !important
    }

    .u-pb45--pc {
        padding-bottom: 45px !important
    }

    .u-pl45--pc {
        padding-left: 45px !important
    }

    .u-m50--pc {
        margin: 50px !important
    }

    .u-mt50--pc {
        margin-top: 50px !important
    }

    .u-mr50--pc {
        margin-right: 50px !important
    }

    .u-mb50--pc {
        margin-bottom: 50px !important
    }

    .u-ml50--pc {
        margin-left: 50px !important
    }

    .u-p50--pc {
        padding: 50px !important
    }

    .u-pt50--pc {
        padding-top: 50px !important
    }

    .u-pr50--pc {
        padding-right: 50px !important
    }

    .u-pb50--pc {
        padding-bottom: 50px !important
    }

    .u-pl50--pc {
        padding-left: 50px !important
    }

    .u-m55--pc {
        margin: 55px !important
    }

    .u-mt55--pc {
        margin-top: 55px !important
    }

    .u-mr55--pc {
        margin-right: 55px !important
    }

    .u-mb55--pc {
        margin-bottom: 55px !important
    }

    .u-ml55--pc {
        margin-left: 55px !important
    }

    .u-p55--pc {
        padding: 55px !important
    }

    .u-pt55--pc {
        padding-top: 55px !important
    }

    .u-pr55--pc {
        padding-right: 55px !important
    }

    .u-pb55--pc {
        padding-bottom: 55px !important
    }

    .u-pl55--pc {
        padding-left: 55px !important
    }

    .u-m60--pc {
        margin: 60px !important
    }

    .u-mt60--pc {
        margin-top: 60px !important
    }

    .u-mr60--pc {
        margin-right: 60px !important
    }

    .u-mb60--pc {
        margin-bottom: 60px !important
    }

    .u-ml60--pc {
        margin-left: 60px !important
    }

    .u-p60--pc {
        padding: 60px !important
    }

    .u-pt60--pc {
        padding-top: 60px !important
    }

    .u-pr60--pc {
        padding-right: 60px !important
    }

    .u-pb60--pc {
        padding-bottom: 60px !important
    }

    .u-pl60--pc {
        padding-left: 60px !important
    }

    .u-m65--pc {
        margin: 65px !important
    }

    .u-mt65--pc {
        margin-top: 65px !important
    }

    .u-mr65--pc {
        margin-right: 65px !important
    }

    .u-mb65--pc {
        margin-bottom: 65px !important
    }

    .u-ml65--pc {
        margin-left: 65px !important
    }

    .u-p65--pc {
        padding: 65px !important
    }

    .u-pt65--pc {
        padding-top: 65px !important
    }

    .u-pr65--pc {
        padding-right: 65px !important
    }

    .u-pb65--pc {
        padding-bottom: 65px !important
    }

    .u-pl65--pc {
        padding-left: 65px !important
    }

    .u-m70--pc {
        margin: 70px !important
    }

    .u-mt70--pc {
        margin-top: 70px !important
    }

    .u-mr70--pc {
        margin-right: 70px !important
    }

    .u-mb70--pc {
        margin-bottom: 70px !important
    }

    .u-ml70--pc {
        margin-left: 70px !important
    }

    .u-p70--pc {
        padding: 70px !important
    }

    .u-pt70--pc {
        padding-top: 70px !important
    }

    .u-pr70--pc {
        padding-right: 70px !important
    }

    .u-pb70--pc {
        padding-bottom: 70px !important
    }

    .u-pl70--pc {
        padding-left: 70px !important
    }

    .u-m75--pc {
        margin: 75px !important
    }

    .u-mt75--pc {
        margin-top: 75px !important
    }

    .u-mr75--pc {
        margin-right: 75px !important
    }

    .u-mb75--pc {
        margin-bottom: 75px !important
    }

    .u-ml75--pc {
        margin-left: 75px !important
    }

    .u-p75--pc {
        padding: 75px !important
    }

    .u-pt75--pc {
        padding-top: 75px !important
    }

    .u-pr75--pc {
        padding-right: 75px !important
    }

    .u-pb75--pc {
        padding-bottom: 75px !important
    }

    .u-pl75--pc {
        padding-left: 75px !important
    }

    .u-m80--pc {
        margin: 80px !important
    }

    .u-mt80--pc {
        margin-top: 80px !important
    }

    .u-mr80--pc {
        margin-right: 80px !important
    }

    .u-mb80--pc {
        margin-bottom: 80px !important
    }

    .u-ml80--pc {
        margin-left: 80px !important
    }

    .u-p80--pc {
        padding: 80px !important
    }

    .u-pt80--pc {
        padding-top: 80px !important
    }

    .u-pr80--pc {
        padding-right: 80px !important
    }

    .u-pb80--pc {
        padding-bottom: 80px !important
    }

    .u-pl80--pc {
        padding-left: 80px !important
    }

    .u-m85--pc {
        margin: 85px !important
    }

    .u-mt85--pc {
        margin-top: 85px !important
    }

    .u-mr85--pc {
        margin-right: 85px !important
    }

    .u-mb85--pc {
        margin-bottom: 85px !important
    }

    .u-ml85--pc {
        margin-left: 85px !important
    }

    .u-p85--pc {
        padding: 85px !important
    }

    .u-pt85--pc {
        padding-top: 85px !important
    }

    .u-pr85--pc {
        padding-right: 85px !important
    }

    .u-pb85--pc {
        padding-bottom: 85px !important
    }

    .u-pl85--pc {
        padding-left: 85px !important
    }

    .u-m90--pc {
        margin: 90px !important
    }

    .u-mt90--pc {
        margin-top: 90px !important
    }

    .u-mr90--pc {
        margin-right: 90px !important
    }

    .u-mb90--pc {
        margin-bottom: 90px !important
    }

    .u-ml90--pc {
        margin-left: 90px !important
    }

    .u-p90--pc {
        padding: 90px !important
    }

    .u-pt90--pc {
        padding-top: 90px !important
    }

    .u-pr90--pc {
        padding-right: 90px !important
    }

    .u-pb90--pc {
        padding-bottom: 90px !important
    }

    .u-pl90--pc {
        padding-left: 90px !important
    }

    .u-m95--pc {
        margin: 95px !important
    }

    .u-mt95--pc {
        margin-top: 95px !important
    }

    .u-mr95--pc {
        margin-right: 95px !important
    }

    .u-mb95--pc {
        margin-bottom: 95px !important
    }

    .u-ml95--pc {
        margin-left: 95px !important
    }

    .u-p95--pc {
        padding: 95px !important
    }

    .u-pt95--pc {
        padding-top: 95px !important
    }

    .u-pr95--pc {
        padding-right: 95px !important
    }

    .u-pb95--pc {
        padding-bottom: 95px !important
    }

    .u-pl95--pc {
        padding-left: 95px !important
    }

    .u-m100--pc {
        margin: 100px !important
    }

    .u-mt100--pc {
        margin-top: 100px !important
    }

    .u-mr100--pc {
        margin-right: 100px !important
    }

    .u-mb100--pc {
        margin-bottom: 100px !important
    }

    .u-ml100--pc {
        margin-left: 100px !important
    }

    .u-p100--pc {
        padding: 100px !important
    }

    .u-pt100--pc {
        padding-top: 100px !important
    }

    .u-pr100--pc {
        padding-right: 100px !important
    }

    .u-pb100--pc {
        padding-bottom: 100px !important
    }

    .u-pl100--pc {
        padding-left: 100px !important
    }

    .spOnly {
        display: none
    }
}

@media screen and (max-width:1350px) and (min-width:1151px) {
    .globalBtn__link p {
        font-size: 14px
    }

    .globalNav__list {
        font-size: 14px;
        gap: 10px
    }

    .globalNav__item:not(:last-child) {
        padding-right: 10px
    }
}

@media screen and (max-width:1150px) {
    .globalNav__list {
        display: none
    }
}

@media screen and (max-width:374px) {
    .reasonLinkList--red .linkBtn--line {
        font-size: 3.73333vw
    }

    .storeBox__ttl {
        margin: -.26667vw -.53333vw 0
    }

    .u-fs13--sp {
        font-size: 3.2vw
    }
}

@media print,
screen and (min-width:768px) and (max-width:1023px) {
    .h2__wrapper--anc {
        margin-top: -60px;
        padding-top: 60px
    }

    .product-row__item {
        padding: 12px
    }

    .product-row__img {
        width: 120px;
        margin-right: 10px
    }

    .productInfo li.-lg .productInfo__price span {
        font-size: 32px;
        line-height: 30px
    }

    .brandList--col3 {
        -ms-flex-pack: center;
        justify-content: center
    }

    .reason--brand .reasonList__item {
        padding: 26px 20px 16px
    }

    .reason--brand .reasonList__itemInner img {
        padding: 0 6px
    }

    .bayerIntro__list .slick-arrow {
        top: 20%;
        width: 30px;
        height: 30px
    }

    .bayerIntro__list .slick-next {
        right: 20px
    }

    .bayerIntro__list .slick-prev {
        left: 20px
    }

    .storeInfo__item:not(:last-child) {
        padding-right: 32px
    }

    .storeInfo__item:nth-child(2) {
        padding-right: 49px
    }

    .storeInfo__item:nth-child(3) {
        padding-right: 20px
    }

    .storeInfo__item:nth-child(4) {
        padding-right: 22px
    }

    .storeInfo__item:nth-child(5) {
        padding-right: 22px
    }

    .storeInfo__txt01 {
        font-size: 16px
    }

    .static-check__item>* {
        font-size: 15px
    }

    .xmas__giftBtn {
        font-size: 15px
    }

    .btnCopy {
        font-size: 15px
    }

    .typeKit__iconTxt {
        font-size: 15px
    }

    .productDetail__img {
        max-width: 50%
    }

    .reasonLinkList--col3 {
        width: 100%
    }

    .reasonLinkList--col3>* {
        width: 31%
    }

    .reasonLinkList--col3 .linkBtn--line {
        min-width: 100%;
        letter-spacing: -1px
    }

    .mvItem--firstTitle {
        width: 100vw;
        margin: 0 -30px
    }

    .comparison__img {
        width: 100%
    }

    .sellStep>div {
        width: 100px;
        height: 100px
    }

    .sellStep>div+div {
        margin-left: 80px
    }

    .sellStep>div+div:before {
        left: -43px
    }

    .mvItem__titleWrap {
        bottom: 6%;
        padding: 15px 0
    }

    .mvItem__titleWrap--01 {
        bottom: 9.5%;
        padding: 0
    }

    .mvItem__titleWrap--01 .mvItem__title {
        font-size: 1.5625vw
    }

    .mvItem__title {
        font-size: 30px
    }

    .mvItem__title small {
        font-size: 25px
    }
}

@media screen and (min-width:1601px) {
    .mvTop__introTextTop {
        font-size: 40px
    }

    .mvTop__introTextBottom span {
        font-size: 60px
    }

    .mvTop__title {
        font-size: 52px
    }

    .mvTop__subTitle {
        font-size: 26px
    }

    .mvTop__button .linkBtn {
        font-size: 18px
    }
}

@media screen and (max-width:1600px) and (min-width:1301px) {
    .mvTop__introTextTop {
        font-size: 28px
    }

    .mvTop__introTextBottom span {
        font-size: 48px
    }

    .mvTop__title {
        font-size: 40px
    }

    .mvTop__subTitle {
        margin-bottom: 0;
        font-size: 20px
    }
}

@media screen and (max-width:1300px) and (min-width:1000px) {
    .mvTop__introTextTop {
        font-size: 24px
    }

    .mvTop__introTextBottom span {
        font-size: 40px
    }

    .mvTop__title {
        padding: 7px;
        font-size: 32px
    }

    .mvTop__subTitle {
        margin-bottom: 0;
        font-size: 16px
    }
}

@media screen and (max-width:999px) and (min-width:768px) {
    .mvTop__introTextTop {
        font-size: 20px
    }

    .mvTop__introTextBottom span {
        font-size: 28px
    }

    .mvTop__title {
        font-size: 24px
    }

    .mvTop__subTitle {
        border: 2px solid #fff;
        font-size: 13px
    }
}

@media screen and (max-width:1149px) and (min-width:768px) {
    .mvTop__button .linkBtn {
        padding: 5px 15px
    }
}

@media print,
screen and (min-width:768px) and (max-width:1400px) {
    .bayerIntro__list .slick-next {
        right: 17%
    }

    .bayerIntro__list .slick-prev {
        left: 17%
    }

    .mvItem__titleWrap {
        padding: 20px 0
    }

    .mvItem__titleWrap--01 {
        padding: 0
    }
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .stepPurchase__list.col4 .stepPurchase__item {
        max-width: 120px
    }

    .stepPurchase__list.col4 .stepPurchase__step {
        font-size: 16px
    }
}

@media screen and (min-width:768px) and (max-width:800px) {
    .storeInfo__list {
        margin-left: -50px
    }
}

@media print,
screen and (min-width:1024px) {
    .storeInfo__item:not(:last-child) {
        padding-right: 67px
    }

    .storeInfo__item:nth-child(2) {
        padding-right: 84px
    }

    .storeInfo__item:nth-child(3) {
        padding-right: 55px
    }

    .storeInfo__item:nth-child(4) {
        padding-right: 57px
    }

    .storeInfo__item:nth-child(5) {
        padding-right: 57px
    }

    .tblOnly {
        display: none
    }
}

@media not all and (min-resolution:.001dpcm) {
    .campaign__highlight span:after {
        bottom: -1.06667vw
    }
}

@media not all and (max-width:767px) and (min-resolution:.001dpcm) {
    @ supports(-webkit-appearance:none) {
        .campaign__highlight span:after {
            bottom: -1.06667vw
        }
    }
}

@media all and (-ms-high-contrast:none) {
    .shopInfo .linkBtn {
        padding: 19px 0 13px
    }

    .sellGroup__itemEnter input[type=text],
    .sellGroup__itemEnter input[type=number],
    .sellGroup__itemEnter input[type=email],
    .sellGroup__itemEnter input[type=tel],
    .sellGroup__itemEnter textarea,
    .sellGroup__itemEnter select {
        padding-top: 14px;
        padding-bottom: 8px
    }

    .sellGroup__itemRadio span:before {
        margin-top: -4px
    }

    .sellGroup__title {
        padding-top: 20px;
        padding-bottom: 12px
    }

    .sellButton>a {
        padding-top: 5px
    }

    .syucchoButton a {
        padding-top: 5px
    }

    .sellSc__number {
        padding-top: 6px
    }

    .sellSc__backBtn {
        padding-top: 5px
    }

    .sellSc__backBtn:after {
        height: 12px
    }

    .transfer__selectName {
        padding-top: 8px
    }

    .tabRadio__label {
        padding: 25px 15px
    }

    .chkBox__label span:before {
        width: 22px;
        height: 22px;
        margin-top: -3px
    }

    .uploadBtn {
        padding-top: 13px
    }
}

@media screen and (max-width:767px) and (max-width:400px) {
    .sellKit__img img.img03 {
        width: 50%
    }
}