

.top-search{
   display: flex;
   justify-content: end;
}

@media screen and (max-width: 750px) {
  .top-search{
     display: none;
  }
}


.menu_sale a{
 color: #cc0000 !important;
}

.rate-label ~ .fs-c-productPrices .fs-c-productPrice__main__price {
 /*color: #cc0000;*/
}


.pc-cp-banner{
 width: 1000px;
margin: auto;
}

.cp-banner img{
width: 1000px;
height: 65px;
object-position: -1px -1px
}


.cp-banner {
height: 64px;
width: 1300px;
margin: auto;
background: #00B7EE;
}



.sp-518banner{
   display: none;
}

.sp-cp-banner{
 width: 100%;
margin: auto;
}

.sp-banner img{
width: 100%;

}


.sp-banner {
width: 100%;
margin: auto;
background: #00B7EE;
}



@media screen and (max-width: 750px) {
 .pc-518banner{
   display: none;
}

.sp-518banner{
   display: block;
}
}



/* swiper


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
@media screen and (max-width: 750px) {
  .fs-p-productSearch :checked ~ .fs-p-productSearch__search {
    max-height: 35vh;
}

.rabostar-side-search-list .header-trial-order{
padding-left: 15px;
}


.image_box img{
width: 100px !important;
height: 100px !important;

}



}


@media screen and (max-width: 750px) {
.fs-p-productSearch__form{
padding-top: 10px;
}




}


body {
    margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

.js-acd-menu{
cursor: pointer;
}

.logout.my-false {
    display: none;
}

.login.my-true {
    display: none;
}

.fs-c-cartTable__message{
background-color: #fff !important;
}


hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    opacity: 30%;
    text-decoration: none !important;
    color: initial !important;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
    /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
    /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

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

/**
* Remove the inner border and padding in Firefox.
*/

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

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

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

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

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

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}

@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);
body {
font-family: 'Montserrat', 'Noto Sans JP';
}
a,
body,
dd,
div,
dl,
dt,
h1,
h2,
h3,
h4,
html,
img,
li,
ol,
p,
span,
table,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    font-feature-settings: "palt"
}

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

button {
    border: 0;
    font: unset;
    background-color: unset;
    padding: 0
}

html {
    font-size: 62.5%;
    font-weight: 400;
    font-family: 'Montserrat', 'Noto Sans JP';
    overflow-x: hidden
}

_::-webkit-full-page-media,
_:future,
:root html {
    font-weight: 500
}

html {
    font-family: 'Montserrat', 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', 'Noto Sans JP', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

body {
    font-size: 10px;
    line-height: 1.75;
    letter-spacing: .1em;
    overflow-x: hidden;
    position: initial;
    top: auto
}

body[data-modalActive=true] {
    position: fixed;
    z-index: 10
}

ol,
ul {
    list-style: none;
    list-style-type: none
}

a {
    text-decoration: none;
    color: inherit
}

a:hover {
    cursor: pointer
}

input[type=checkbox],
input[type=email],
input[type=tel],
input[type=text],
textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
    max-width: 100%;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0
}

input[type=checkbox]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=text]:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-transition: background-color 5000s ease-in-out 0s !important;
    transition: background-color 5000s ease-in-out 0s !important
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box
}

select::-ms-expand {
    display: none
}

hr {
    margin: 0
}

/*!
Modaal - accessible modals - v0.4.4
by Humaan, for all humans.
http://humaan.com
*/
.modaal-noscroll {
    overflow: hidden
}

.modaal-accessible-hide {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0
}

.modaal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
    opacity: 1;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    transition: all .3s ease-in-out
}

.modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden
}

.modaal-wrapper .modaal-close {
    border: none;
    background: 0 0;
    padding: 0;
    -webkit-appearance: none
}

.modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1
}

.modaal-wrapper.modaal-start_fade {
    opacity: 0
}

.modaal-wrapper [tabindex="0"] {
    outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
    overflow: hidden
}

.modaal-outer-wrapper {
    display: table;
    position: relative;
    width: 100%;
    height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
    display: block
}

.modaal-inner-wrapper {
    display: table-cell;
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top
}

.modaal-container {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    text-align: left;
    color: #000;
    max-width: 1000px;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
    cursor: auto
}

.modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden
}

.modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto
}

.modaal-close {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #fff;
    cursor: pointer;
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100%;
    transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
    outline: 0;
    background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #b93d0c
}

.modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #fff;
    transition: background .2s ease-in-out
}

.modaal-close:before {
    transform: rotate(-45deg)
}

.modaal-close:after {
    transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px
}

.modaal-content-container {
    padding: 30px
}

.modaal-confirm-wrap {
    padding: 30px 0 0;
    text-align: center;
    font-size: 0
}

.modaal-confirm-btn {
    font-size: 14px;
    display: inline-block;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    background: 0 0
}

.modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fff;
    background: #555;
    border-radius: 3px;
    transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
    background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
    text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
    text-decoration: none;
    color: #2f2f2f
}

.modaal-instagram .modaal-container {
    width: auto;
    background: 0 0;
    box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
    padding: 0;
    background: 0 0
}

.modaal-instagram .modaal-content-container>blockquote {
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important
}

.modaal-instagram iframe {
    opacity: 0;
    margin: -6px !important;
    border-radius: 0 !important;
    width: 1000px !important;
    max-width: 800px !important;
    box-shadow: none !important;
    -webkit-animation: instaReveal 1s linear forwards;
    animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
    padding-left: 140px;
    padding-right: 140px
}

.modaal-image .modaal-container {
    width: auto;
    max-width: 100%
}

.modaal-gallery-wrap {
    position: relative;
    color: #fff
}

.modaal-gallery-item {
    display: none
}

.modaal-gallery-item img {
    display: block
}

.modaal-gallery-item.is_active {
    display: block
}

.modaal-gallery-label {
    position: absolute;
    left: 0;
    width: 100%;
    margin: 20px 0 0;
    font-size: 18px;
    text-align: center;
    color: #fff
}

.modaal-gallery-label:focus {
    outline: 0
}

.modaal-gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 100%;
    transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
    outline: 0;
    background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
    background: #afb7bc
}

.modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg)
}

.modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg)
}

.modaal-gallery-next-inner {
    left: 100%;
    margin-left: 40px
}

.modaal-gallery-next-outer {
    right: 45px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
    left: 22px
}

.modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
    right: 100%;
    margin-right: 40px
}

.modaal-gallery-prev-outer {
    left: 45px
}

.modaal-video-wrap {
    margin: auto 50px;
    position: relative
}

.modaal-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #000;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modaal-iframe .modaal-content {
    width: 100%;
    height: 100%
}

.modaal-iframe-elem {
    width: 100%;
    height: 100%;
    display: block
}

.modaal-loading-spinner {
    background: 0 0;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    transform: scale(.25)
}

.modaal-loading-spinner>div {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 4px;
    position: absolute
}

.modaal-loading-spinner>div>div {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(1) {
    transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .12s;
    animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
    transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .25s;
    animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(3) {
    transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .37s;
    animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
    transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
    -ms-animation: modaal-loading-spinner 1s linear infinite;
    -moz-animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    -o-animation: modaal-loading-spinner 1s linear infinite
}

.modaal-loading-spinner>div:nth-of-type(5) {
    transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .62s;
    animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
    transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
    transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
    -webkit-animation: modaal-loading-spinner 1s linear infinite;
    animation: modaal-loading-spinner 1s linear infinite;
    -webkit-animation-delay: .87s;
    animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
    transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}
    .content {
    margin: 0px auto 100px ;
    width: 100%;
    padding: 0;
    max-width: 1000px;
    }
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
p {
    margin: 0
}

h2 {
    margin: 0
}

.mt-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mt-5 {
    margin-top: 5px !important
}

.mr-5 {
    margin-right: 5px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mt-10 {
    margin-top: 10px !important
}

.mr-10 {
    margin-right: 10px !important
}

.mb-10 {
    margin-bottom: 10px !important
}

.mt-15 {
    margin-top: 15px !important
}

.mr-15 {
    margin-right: 15px !important
}

.mb-15 {
    margin-bottom: 15px !important
}

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

.mr-20 {
    margin-right: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mt-25 {
    margin-top: 25px !important
}

.mr-25 {
    margin-right: 25px !important
}

.mb-25 {
    margin-bottom: 25px !important
}

.mt-30 {
    margin-top: 30px !important
}

.mr-30 {
    margin-right: 30px !important
}

.mb-30 {
    margin-bottom: 30px !important
}

.mt-35 {
    margin-top: 35px !important
}

.mr-35 {
    margin-right: 35px !important
}

.mb-35 {
    margin-bottom: 35px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mr-40 {
    margin-right: 40px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mt-45 {
    margin-top: 45px !important
}

.mr-45 {
    margin-right: 45px !important
}

.mb-45 {
    margin-bottom: 45px !important
}

.mt-50 {
    margin-top: 50px !important
}

.mr-50 {
    margin-right: 50px !important
}

.mb-50 {
    margin-bottom: 50px !important
}

.mt-55 {
    margin-top: 55px !important
}

.mr-55 {
    margin-right: 55px !important
}

.mb-55 {
    margin-bottom: 55px !important
}

.mt-60 {
    margin-top: 60px !important
}

.mr-60 {
    margin-right: 60px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mt-65 {
    margin-top: 65px !important
}

.mr-65 {
    margin-right: 65px !important
}

.mb-65 {
    margin-bottom: 65px !important
}

.mt-70 {
    margin-top: 70px !important
}

.mr-70 {
    margin-right: 70px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mt-75 {
    margin-top: 75px !important
}

.mr-75 {
    margin-right: 75px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mt-80 {
    margin-top: 80px !important
}

.mr-80 {
    margin-right: 80px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mt-85 {
    margin-top: 85px !important
}

.mr-85 {
    margin-right: 85px !important
}

.mb-85 {
    margin-bottom: 85px !important
}

.mt-90 {
    margin-top: 90px !important
}

.mr-90 {
    margin-right: 90px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mt-95 {
    margin-top: 95px !important
}

.mr-95 {
    margin-right: 95px !important
}

.mb-95 {
    margin-bottom: 95px !important
}

.mt-100 {
    margin-top: 100px !important
}

.mr-100 {
    margin-right: 100px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.mt-105 {
    margin-top: 105px !important
}

.mr-105 {
    margin-right: 105px !important
}

.mb-105 {
    margin-bottom: 105px !important
}

.mt-110 {
    margin-top: 110px !important
}

.mr-110 {
    margin-right: 110px !important
}

.mb-110 {
    margin-bottom: 110px !important
}

.mt-115 {
    margin-top: 115px !important
}

.mr-115 {
    margin-right: 115px !important
}

.mb-115 {
    margin-bottom: 115px !important
}

.mt-120 {
    margin-top: 120px !important
}

.mr-120 {
    margin-right: 120px !important
}

.mb-120 {
    margin-bottom: 120px !important
}

.mt-125 {
    margin-top: 125px !important
}

.mr-125 {
    margin-right: 125px !important
}

.mb-125 {
    margin-bottom: 125px !important
}

.mt-130 {
    margin-top: 130px !important
}

.mr-130 {
    margin-right: 130px !important
}

.mb-130 {
    margin-bottom: 130px !important
}

.mt-135 {
    margin-top: 135px !important
}

.mr-135 {
    margin-right: 135px !important
}

.mb-135 {
    margin-bottom: 135px !important
}

.mt-140 {
    margin-top: 140px !important
}

.mr-140 {
    margin-right: 140px !important
}

.mb-140 {
    margin-bottom: 140px !important
}

.mt-145 {
    margin-top: 145px !important
}

.mr-145 {
    margin-right: 145px !important
}

.mb-145 {
    margin-bottom: 145px !important
}

.mt-150 {
    margin-top: 150px !important
}

.mr-150 {
    margin-right: 150px !important
}

.mb-150 {
    margin-bottom: 150px !important
}

.mt-155 {
    margin-top: 155px !important
}

.mr-155 {
    margin-right: 155px !important
}

.mb-155 {
    margin-bottom: 155px !important
}

.mt-160 {
    margin-top: 160px !important
}

.mr-160 {
    margin-right: 160px !important
}

.mb-160 {
    margin-bottom: 160px !important
}

.mt-165 {
    margin-top: 165px !important
}

.mr-165 {
    margin-right: 165px !important
}

.mb-165 {
    margin-bottom: 165px !important
}

.mt-170 {
    margin-top: 170px !important
}

.mr-170 {
    margin-right: 170px !important
}

.mb-170 {
    margin-bottom: 170px !important
}

.mt-175 {
    margin-top: 175px !important
}

.mr-175 {
    margin-right: 175px !important
}

.mb-175 {
    margin-bottom: 175px !important
}

.mt-180 {
    margin-top: 180px !important
}

.mr-180 {
    margin-right: 180px !important
}

.mb-180 {
    margin-bottom: 180px !important
}

.mt-185 {
    margin-top: 185px !important
}

.mr-185 {
    margin-right: 185px !important
}

.mb-185 {
    margin-bottom: 185px !important
}

.mt-190 {
    margin-top: 190px !important
}

.mr-190 {
    margin-right: 190px !important
}

.mb-190 {
    margin-bottom: 190px !important
}

.mt-195 {
    margin-top: 195px !important
}

.mr-195 {
    margin-right: 195px !important
}

.mb-195 {
    margin-bottom: 195px !important
}

.mt-200 {
    margin-top: 200px !important
}

.mr-200 {
    margin-right: 200px !important
}

.mb-200 {
    margin-bottom: 200px !important
}

.m-auto {
    margin: auto
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    min-width: 260px;
margin: 0 auto;
    color: #fff;
    background-color: #dc6475;
    padding: 16px 20px 17px;
    border: solid 1px #fff
}

.button a {
    color: #fff
}

.button__wrap--center {
    text-align: center
}
.button__box{
  max-width: 320px;
margin: 40px auto;
}
.button__wrap--center a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.button-top {
    color: #dc6475;
    font-family: 'Montserrat', 'Noto Sans JP';
    font-weight: 400;
    font-size: 16px;
margin:0;
}
.button__wrap--center img {
    height: 12px;
    margin: 0 0 0 6px;
}

.button:visited {
    color: #fff
}

.button:hover {
    text-decoration: none;
    color: #fff
}

.button--arrow a {
    color: #fff
}

.button--arrow::after {
    content: '';
    background-image: url(https://rabostar.itembox.design/item/right-arrow.svg?t=20230630110835);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 4px
}

.button--gray {
    background-color: #707070
}

.add-btm100 {
    margin-bottom: 100px
}

.select2-results__option {
    font-size: 14px
}

.select2.select2-container--default .select2-selection--single {
    height: auto;
    border-color: #000
}

.select2.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 10px
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
    margin-right: 10px;
    padding: 0
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 10px;
    height: 10px;
    margin: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.1'
height='45.1'viewBox='0 0 45.1 45.1'%3E%3Cpolygon fill='%2328beff'transform='translate(0, -7.51667)rotate(180 22.55
22.55)' points='7.04 29.44 0 22.34 22.56 0 45.1 22.34 38.06 29.44 22.56 14.07 7.04 29.44'/%3E%3C/svg%3E");
background-size: contain;
    top: calc(50% - 5px);
    left: 0
}

.input--error .select2.select2-container--default .select2-selection--single,
.input--error input,
.input--error select,
.input--error textarea,
.input--error~.select2.select2-container--default .select2-selection--single,
.select2.select2-container--default .select2-selection--single,
.val_input,
.val_input--error,
input.input,
input.input--error,
input.input--error[type=text],
input.input[type=text],
select.input,
select.input--error,
textarea.input,
textarea.input--error {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    padding: 12px 10px;
    -webkit-appearance: none;
    width: 100%;
    display: block;
    box-sizing: border-box
}

.input--error input:focus,
.input--error select:focus,
.input--error textarea:focus,
.select2.select2-container--default .select2-selection--single:focus,
.val_input--error:focus,
.val_input--focus,
.val_input:focus,
input.input--error:focus,
input.input:focus,
select.input--error:focus,
select.input:focus,
textarea.input--error:focus,
textarea.input:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 4px #ff7e28;
    outline: 0;
    color: initial
}

.input--error input[disabled],
.input--error select[disabled],
.input--error textarea[disabled],
.select2.select2-container--default .select2-selection--single[disabled],
.val_input--error[disabled],
.val_input[disabled],
input.input--error[disabled],
input.input[disabled],
select.input--error[disabled],
select.input[disabled],
textarea.input--error[disabled],
textarea.input[disabled] {
    background-color: #ddd;
    border-color: gray
}

.input--error .select2.select2-container--default .select2-selection--single,
.input--error input,
.input--error select,
.input--error textarea,
.input--error~.select2.select2-container--default .select2-selection--single,
.val_input--error,
input.input--error,
input.input--error[type=text],
select.input--error,
textarea.input--error {
    background-color: #fff;
    color: #c00;
    border-color: #c00
}

.error {
    display: block;
    color: #c00;
    font-size: 14px;
    margin: 5px 0 0
}

.input--error~.error {
    display: block
}

.formitem {
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    clear: both
}

.formitem dt {
    flex-basis: 200px
}

.formitem dd {
    flex: 1;
    margin: 0
}

.label {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.56;
    font-weight: 700
}

input.input--initial,
input[type=text].input--initial,
select.input--initial,
textarea.input--initial {
    border-color: #fff;
    background-color: #f2f2f2;
    color: #000
}

input.input--inline,
input[type=text].input--inline,
select.input--inline,
textarea.input--inline {
    width: 290px;
    margin-left: auto
}

input.input--inline:first-child,
input[type=text].input--inline:first-child,
select.input--inline:first-child,
textarea.input--inline:first-child {
    margin-left: 0
}

input.input--zip,
input[type=text].input--zip,
select.input--zip,
textarea.input--zip {
    width: 100px;
    margin-left: 0
}

textarea.input {
    height: 200px
}

.input-button {
    height: 100%;
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.input-button__wrap {
    position: relative;
    background-color: #fff;
    border-radius: 3px;
}

/*
.input-button__wrap:after {
content: "";
position: absolute;
width: 1px;
height: 16px;
background-color: #ccc;
top: 50%;
transform: translateY(-50%)
}
*/
.input-button__wrap--inline {
    display: inline-block;
    width: 300px;
    margin: 0 0 0 20px;
}

.input-button__wrap--password .js-password-show {
    display: none
}

.input-button__wrap--password .js-password-hide {
    display: block
}

.input-button__wrap--password.is-password-hide .js-password-show {
    display: block
}

.input-button__wrap--password.is-password-hide .js-password-hide {
    display: none
}

.input-button__wrap--bgwhite {
    background-color: #fff;
    border-color: #fff
}

.input-button img {
    max-width: 16px;
    height: auto
}

.inputwrapper {
    display: inline-flex;
    justify-content: flex-start;
    align-items: flex-start
}

.inputwrapper--fluid {
    width: 100%
}

.inputwrapper--confirm>* {
    max-width: 150px
}

.inputwrapper>* {
    margin-left: 20px;
    width: 100%
}

.inputwrapper>:first-child {
    margin-left: 0
}

.inputwrapper>span {
    font-size: 14px;
    margin: 0 5px;
    align-self: center
}

.inputwrapper--check,
.inputwrapper--radio {
    align-items: baseline;
    flex-wrap: wrap
}

.checkwrapper,
.radiowrapper {
    position: relative;
    margin-right: 25px;
    display: inline-block
}

.checkwrapper--focus label:before,
.radiowrapper--focus label:before {
    box-shadow: 0 0 0 2px #ff7e28
}

.checkwrapper__size,
.radiowrapper__size {
    margin-right: 0
}

.checkwrapper>input,
.radiowrapper>input {
    opacity: 0;
    position: absolute
}

.checkwrapper label,
.radiowrapper label {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    top: 0;
    display: block
}

.checkwrapper label a,
.radiowrapper label a {
    color: #dc6475;
    text-decoration: underline
}

input[type=radio]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: #dc6475 1px solid;
    border-radius: 50%
}

input[type=radio]:checked+label::before {
    border-color: #dc6475;
    background-color: #dc6475
}

input[type=radio]:checked+label::after {
content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: 24px;
    height: 24px;
    background-color: #dc6475;
    border: 5px solid #e7e7e7;
    border-radius: 50%;
}

input[type=checkbox]+label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #e7e7e7;
    transform: translateY(-50%)
}

input[type=checkbox]:checked+label::before {
    border-color: #dc6475;
    background-color: #dc6475
}

input[type=checkbox]+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: no-repeat center;
    background-color: #e7e7e7;
    background-image:
        url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.168%22%20height%3D%228.47%22%20viewBox%3D%220%200%207.168%208.47%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_394%22%20data-name%3D%22%E3%83%91%E3%82%B9%20394%22%20d%3D%22M5.992-2.59A30.988%2C30.988%2C0%2C0%2C1%2C4.382-5.4c-.126-.224-.21-.308-.336-.308s-.238.112-.42.308a.883.883%2C0%2C0%2C0-.266.5%2C1.125%2C1.125%2C0%2C0%2C0%2C.21.49c.686%2C1.176%2C1.148%2C1.946%2C1.47%2C2.422.392.574.532.77.868.77s.56-.238.966-.854%2C1.078-1.75%2C1.96-3.416a26.563%2C26.563%2C0%2C0%2C0%2C1.61-3.766.926.926%2C0%2C0%2C0%2C.084-.308.143.143%2C0%2C0%2C0-.154-.126c-.084%2C0-.14.042-.224.2-.826%2C1.6-1.442%2C2.7-2%2C3.654A30.35%2C30.35%2C0%2C0%2C1%2C5.992-2.59Z%22%20transform%3D%22translate(-3.36%209.688)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

input[type=checkbox]:checked+label::after {
    background-color: #dc6475;
    background-image:
        url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.168%22%20height%3D%228.47%22%20viewBox%3D%220%200%207.168%208.47%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_394%22%20data-name%3D%22%E3%83%91%E3%82%B9%20394%22%20d%3D%22M5.992-2.59A30.988%2C30.988%2C0%2C0%2C1%2C4.382-5.4c-.126-.224-.21-.308-.336-.308s-.238.112-.42.308a.883.883%2C0%2C0%2C0-.266.5%2C1.125%2C1.125%2C0%2C0%2C0%2C.21.49c.686%2C1.176%2C1.148%2C1.946%2C1.47%2C2.422.392.574.532.77.868.77s.56-.238.966-.854%2C1.078-1.75%2C1.96-3.416a26.563%2C26.563%2C0%2C0%2C0%2C1.61-3.766.926.926%2C0%2C0%2C0%2C.084-.308.143.143%2C0%2C0%2C0-.154-.126c-.084%2C0-.14.042-.224.2-.826%2C1.6-1.442%2C2.7-2%2C3.654A30.35%2C30.35%2C0%2C0%2C1%2C5.992-2.59Z%22%20transform%3D%22translate(-3.36%209.688)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E")
}

.tabMenu {
    display: flex;
    list-style: none;
    max-width: 600px;
    margin: 25px auto 30px;
    padding: 0
}

.tabMenu li {
    text-align: center;
    padding: 0 0 10px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #666;
    flex-grow: 1;
    border-bottom: #ccc 2px solid;
    cursor: pointer
}

.tabMenu li.active {
    color: #dc6475;
    border-color: #dc6475
}

.tabContent {
    display: none
}

.tabContent.active {
    display: block
}

.tag {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    text-align: center;
    width: 8.6rem
}

ul {
    list-style: none;
    margin: 0
}

.table__item {
    padding: 20px 0;
    border-top: solid 1px #ccc
}

.table__item:last-child {
    border-bottom: solid 1px #ccc
}

.table__inner {
    display: flex
}

.table__term {
    padding: 6px 0;
    font-size: 1.6rem;
    width: 25%;
    flex-shrink: 0;
    font-weight: 700;
    max-width: 240px;
    flex-shrink: 0
}

.table__term span {
    font-size: 14px;
    font-weight: initial
}

.table__desc {
    width: 100%
}

.table__desc .inputwrapper {
    width: 100%
}

.table__desc .inputwrapper .input {
    width: 100%
}

.table__text {
    padding: 6px 0;
    line-height: 2.14
}

a:visited {
    color: #222
}

.header {
    max-width: 1000px;
    width: calc(100% - 100px);
    margin: 20px auto 20px;
    z-index: 20;
    font-family: 'Montserrat', 'Noto Sans JP';
    line-height: 1;
}

.header-upper {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 22px;
    position: relative
}

.header-upper__logo img {
    max-width: 178px;
    height: auto;
}

.header-upper__menu {
    display: block;
    width: 100%;
    max-width: 740px;
}

.header-upper__menu ul {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: end;
}

.header-upper__menu ul li {
    font-size: 1.4rem;
    font-weight: normal;
}

.header-upper__menu ul li img {
    margin: -3px 3px -2px 0;
    height: 15px;
    width: auto;
}

.header-upper__menu--top {
    width: 100%;
    margin: 0 0 0 0;
}

.header-upper__menu--top li a {
    color: #222;
}

.header-upper__menu--top li a:hover {
    color: #222;
}

.header-upper__menu--top li a:visited {
    color: #222;
}

.fs-client-cart-count {
    background-color: #dc6475 !important;
}

.header-upper__menu--top P {
    display: inline-block;
    background-color: #D8BA18;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 18px;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin: 0 0 0 2px;
    padding: 3.5px 0px 0px 0px;
}

.header-upper__menu--btm {
    margin: 0 0 0 auto
}

.header-upper__menu--btm li P {
    display: inline-block;
    background-color: #dc6475;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 18px;
    width: 2rem;
    height: 2rem;
    text-align: center
}

.header-lower {
    /*margin: 0 auto;*/
    margin: 20px auto 0 auto;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width: 750px) {
  .header-lower {
    margin: 0 auto; 
  }
}

.header-lower ul li a {
    color: #222;
}

.header-lower ul li a:hover {
    color: #222;
}

.header-lower ul li a:visited {
    color: #222;
}

.header-lower .menu {
    margin: 30px auto 0 0;
    /*max-width: 643px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0
}

.no_mistake {
    position: relative;
}

.no_mistake:after {
    content: "もう失敗しない！";
    position: absolute;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    border-radius: 3px;
    word-break: keep-all;
    display: revert;
    background-color: #dc6475;
    padding: 4px 6px;
    transform: translate(-50%, -50%);
    bottom: 12px;
    left: 40px;
}
@media screen and (max-width: 450px) {
.no_mistake:after {
    content: none;
}
.no_mistake:before {
    content: none!important;
}
}
.no_mistake:before {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 40px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #e8596f transparent transparent transparent;
    transform: translate(-50%, -50%);
}




.header-lower .menu_list {
    padding-right: 20px;
    font-size: 1.4rem;
}

@media (max-width:750px) {
  .header-lower .menu_list {
    padding-right: 0px;
  }
}


.down-arrow{
　　　　display: inline-block !important;
  width: 8px;
  height: 8px;
  margin: 1px 10px 0 10px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.up-arrow{
　　　 margin: 5px 10px 0 10px !important;
  transform: rotate(225deg);
}

.menu-item{
  display: flex;
}



@media (max-width:750px) {
    .menu-item{
  display: block;
}
}



/*

@media (max-width:750px) {
  .header-lower .menu_list {
    padding-right: 0px;
}
}


.menu-item{
   position: relative;
  display: inline-block;
}



@media (max-width:750px) {
    .menu-item{
  display: block;
}
}


.menu-item:after {
  content: "";
    position: absolute;
    top: 4px;
    right: -17px;
    border: 6px solid transparent;
    border-top: 7px solid #555;
}

@media (max-width:750px) {
    .menu-item:after {
    display: none;
}
}

*/



.header-lower .menu_list_jp {
    font-size: 1.6rem;
    font-weight: 300;
}




.header-lower .menu_contents {
    display: none;
    position: absolute;
    left: 0;
    top: 230px;
    /*top: 300px; */
    background-color: transparent;
    width: 100vw;
    height: auto;
    z-index: 99;
}

.menu_contents__outer {
background: #fff;
    /* height: 100%; */
    /*margin: 34px 0 0;*/
    margin: 8px 0 0;
     /*padding: 0 0 10px; */
    padding: 0 0 0px;
    border-top: 1px solid #E7E7E7;
}

.header-lower .menu_contents__inner {
    display: flex;
    max-width: 810px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 26px auto;
    padding: 0;
}

.header-lower .menu_contents__inner li {
    width: calc(25% - 10px);
    font-size: 14px;
    font-weight: 400;
    margin: 9.5px 0;
}

.header-lower .menu_contents__inner li a {
    font-size: 13px;
    display: inline-block;
    line-height: 20px;
    color: #222;
}

#form-header {
    position: relative;
    max-width: 300px
}

#form-header__input {
    width: 280px;
    height: 40px;
    padding: 0 10px;
    left: 0;
    top: 0;
    border-radius: 3px;
    outline: 0;
    background: #e7e7e7;
    border: none
}

#form-header__input :-internal-autofill-selected {
    background-color: #e7e7e7
}

#form-header__btn {
    width: 38px;
    height: 18px;
    position: absolute;
    border-left: solid 1px #ccc;
    border-right: none;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    right: 0;
    top: 12px;
    padding: 2px 0 0 0
}

.topbanner:hover {
    text-decoration: none
}

.topbanner {
    font-family: 'Montserrat', 'Noto Sans JP';
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    background-color: #222;
    max-height: 80px;
    height: 100%;
    padding: 14px 50px;
    line-height: 1;
    color: #fff
}

.topbanner__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 830px
}

.topbanner__wrap__left {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    width: 100%;
}

.topbanner__wrap__left h3 {
    font-size: 2rem;
    margin: 0;
    line-height: 1;
}

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

.topbanner__wrap__left__inner p {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    color: #222;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px 8px;
    font-weight: 500;
    margin: 0 8px 0 0;
}

.topbanner__wrap__left__inner h3 {
    font-size: 3.2rem;
    margin: 0;
}

.topbanner__wrap__left__inner b {
    font-size: 2rem;
    margin: 0 6px 0 0;
}

.topbanner__wrap__left__inner h3 span {
    font-size: 2rem;
    padding: 0 0 0 5px
}

.topbanner__wrap__right {}

.topbanner__wrap__right p {
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
}

.wrapper {
/* min-height: 100vh; */
    display: flex;
    flex-direction: column
}

.layout-lower {
    margin-bottom: 100px
}

.layout-lower__heading {
    margin: 50px 0 15px;
    text-align: center;
    font-size: 3rem;
    font-weight: 400
}

.layout-lower__heading::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * .5em);
    content: ""
}

.layout-lower__heading::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * .5em);
    content: ""
}

.layout-lower__lead {
    margin: 15px 0;
    text-align: center;
    line-height: 2
}

.layout-lower__lead::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    content: ""
}

.layout-lower__lead::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    content: ""
}

.layout-lower__lead span {
    display: inline-block;
    text-align: left
}

.layout-lower__message {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #dc6475;
    padding: 10px;
    border: solid 1px #dc6475
}

.layout-lower__notes {
    font-size: 1.2rem;
    letter-spacing: 0;
    color: #333
}

.layout-lower__notes::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * .5em);
    content: ""
}

.layout-lower__notes::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * .5em);
    content: ""
}

.layout--lg {
    max-width: 1200px;
    width: calc(100% - 100px);
    margin: 0 auto
}

.layout--md {
    max-width: 1000px;
    width: calc(100vw - 100px);
    margin: auto
}

.layout--sm {
    max-width: 800px;
    width: calc(100vw - 100px);
    margin: auto
}

.magazin-area {
    text-align: center;
    display: block;
    margin: 0
}

.magazin-area p {
    display: inline-block;
    margin: 40px 0 10px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1;
    color: #222
}

.magazin-area img {
    display: block;
    margin: 0 auto 0;
    padding: 0 0 10px;
    max-width: 574px;
    width: 100%
}

.magazin-area__btn {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #dc6475;
    background-color: #fff;
    padding: 16px 74px 17px;
    border: none;
    margin: 0 0 30px
}

.magazin-area__sp {
    margin: 0 10px
}

.magazin-area__sp img {
    width: 100%
}

.magazin-area a:visited {
    color: #dc6475
}

.magazin-area a::after {
    content: '';
    background-image: url(https://rabostar.itembox.design/item/right-arrow-pink.svg?t=20230630110835);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    vertical-align: middle;
    margin: -2px 0 0 4px
}

.magazin-article {
    max-width: 1000px;
    margin: 32px auto 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.magazin-article__single {
    width: calc((100% - 20px)/ 3);
    line-height: 1;
    display: block;
}

.magazin-article__single img {
    max-width: 320px;
    max-height: 180px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.magazin-article__single p {
    font-family: 'Montserrat', 'Noto Sans JP';
    color: #222;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 10px 0 9px;
    display: block;
    height: 40px;
    max-height: 40px;
    overflow-y: clip;
}

.magazin-article__single span {
    font-family: 'Montserrat', 'Noto Sans JP';
    font-size: 1.4rem;
    font-weight: medium;
    color: #888888
}

.magazin-article__single__link {
    margin-top: 10px
}

.magazin-article__single__link a {
    border-bottom: 1px #dc6475 solid;
    padding-bottom: 2px;
    color: #dc6475;
    font-size: 1.4rem
}

.magazin-article__single__link a:hover {
    text-decoration: none
}

.magazin-article__single__link a:after {
    content: '';
    background-image: url(https://rabostar.itembox.design/item/magazine-link.svg?t=20230630110835);
    display: inline-block;
    background-repeat: no-repeat;
    width: 6px;
    height: 11px;
    background-size: contain;
    vertical-align: middle;
    margin: -2px 0 0 4px
}
.magazine_wrapper{
margin: 0 auto 100px
}
@media screen and (max-width: 750px) {
.magazine_wrapper{
margin: 0 0 30px 0
}
}
.magazine-link{
display: block;
}

#form-footer {
    display: contents;
    max-width: 320px;
}

#form-footer__input {
    color: #fff;
    border-bottom: 1px #999 solid;
    margin: 0 40px 0 -8px;
    width: 320px;
    height: 40px;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0 0 0 10px;
}

#form-footer__input :-internal-autofill-selected {
    background-color: #fff
}

#form-header__btn {
    color: #fff;
    line-height: 0;
    font-size: 1.6rem;
}

#form-header__btn img {
    width: 14px;
    padding: 3px 0 3px
}

#form-footer__btn {
margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 120px;
    height: 48px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    background-color: #E8596E;
    border-radius: 210px;
}

#form-footer__btn img {
    width: 14px;
    padding: 3px 0 3px
}

input[type='email'] {
    border: 1px solid;
    border-color: #999999;
    font-size: 1.6rem;
}

.footer-area {
    margin: 0 auto;
    background-color: #fff;
    display: block;
    max-width: 1300px;
}

.footer-area__form {
    display: inline-flex;
    align-items: center;
    max-width: 1000px;
    width: calc(100% - 100px);
    margin: 50px auto;
    font-family: 'Montserrat', 'Noto Sans JP';
    justify-content: space-between;
}

.footer-area__form__wrap {
    text-align: center;
    background-color: #222222;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-area__form p {
    font-size: 1.4rem;
    letter-spacing: .1px;
    font-weight: 300;
    color: #fff;
    width: 500px;
        margin: 0 10px 0 0;
    text-align: left;
}

.footer-area__form p span {
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
    display: block;
    margin: 0 0 -4px;
}

.footer-area__menu__wrap {
    background-color: #F7F7F7;
    padding: 32px 0 22px;
    max-width: 1300px;
    margin: 0 auto;
}

.footer-area__menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-between;
    margin: 0 auto 0;
    font-family: 'Montserrat', 'Noto Sans JP';
}

.footer-area__menu__btn {
    position: relative;
    width: calc((100% - 30px)/ 3);
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    border: none;
    margin: 0 0 10px;
    padding: 18px 0;
    border: none
}

.footer-area__menu__btn a {
    color: #222;
    font-weight: 400;
    display: block
}

.footer-area__menu__btn a::hover {
    text-decoration: none;
}

.footer-area__menu__btn a::visited {
    color: #222
}

.footer-area__menu__btn:after {
    position: absolute;
    content: url(https://rabostar.itembox.design/item/arrow_forward.png?t=20230630110835);
    height: 14px;
    right: 20px;
    top: 20px;
}

.footer-area__misc {
margin:0;
}

.footer-area__misc a:visited {
    color: #666
}

.footer-area__misc a {
    color: #666
}

.footer-area__misc a:hover {
    text-decoration: none;
    color: #666
}

.footer-area__misc ul {
    max-width: 640px;
    width: 100%;
    display: flex;

    justify-content: space-between;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: normal;
    padding: 0;
    font-family: 'Montserrat', 'Noto Sans JP';
}

.footer-area__misc ul li {
    flex-grow: 1;
    text-align: center;
    line-height: 1;
display:initial;
}

.footer-area__misc ul li a {
    word-break: keep-all
}

.footer-area__misc ul li+li {
    margin: 0 0px 0 10px;
    border-left: 1px solid #666666;
    padding: 0 0 0 10px;
}

.footer-area__misc ul li:nth-child(3n) {}

.footer-area__sns {
    display: flex;
    justify-content: center;
    margin: 0 auto 27px
}

.footer-area__sns img {
    margin: 0 6px 0
}

.footer-area hr {
    border: 1px solid #fff;
    max-width: 100%
}

.footer-area__category {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-between;
    margin: 35px auto 50px;
    width: calc(100% - 100px);
    font-family: 'Montserrat', 'Noto Sans JP';
    font-weight: 300;
}

@media (max-width: 1024px){
.footer-area__category {
    justify-content: start;
}
}

.footer-area__category__section {
    margin: 0;
}
@media (max-width: 1024px){
.footer-area__category__section {
    margin: 0 40px 0 0;
}
}
.footer-area__category__section p {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    margin: 0 0 20px;
    color: #222;
}

.footer-area__category__section a {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    margin: 0 0 4px
}

.footer-area__category__section ul {
    padding: 0
}

.footer-area__category__section ul li a {
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    letter-spacing: .5px;
    line-height: 2.1;
    color: #666;
}

.footer-area__category__section__wrap {
    display: flex;
    width: 674px;
    justify-content: space-between
}

.footer-area__category__section img {
    width: 380px;
    height: auto
}

.footer-area__bottom {
    color: #666666;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 24px;
    font-size: 1.4rem;
flex-wrap: initial;
}

.footer-area__bottom__inner {
    display: flex;
    align-items: center;
    flex-flow: unset;
}

.footer-area__bottom p {
    font-family: 'Montserrat', 'Noto Sans JP';
    font-size: 1.1rem;
    margin: 0 0 0 10px;
}

.footer-area__bottom img {
    width: 120px;
    height: auto;
}

.footer-inner {
    width: calc(100% - 100px);
    margin: auto
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    max-width: 1200px;
    width: calc(100% - 100px);
    margin: 15px auto 15px
}

.breadcrumb__item {
    margin: 5px 0;
    padding-right: 3em;
    position: relative
}

.breadcrumb__item:after {
    content: "";
    height: .6em;
    width: .6em;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: 1.2em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.breadcrumb__item:last-child {
    padding-right: 0
}

.breadcrumb__item:last-child:after {
    display: none
}

.modaal-container {
    position: relative;
    max-width: 900px
}

.modaal-content-container {
    padding: 50px
}

.modaal-close {
    position: absolute;
    bottom: calc(100% + 15px);
    right: 0;
    top: auto;
    width: 20px;
    height: 20px
}

.modaal-close:after,
.modaal-close:before {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    left: 50%;
    width: 2px;
    height: 22px
}

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

.modaal-close:hover {
    background-color: transparent;
    opacity: .6
}

.modaal-close:hover:after,
.modaal-close:hover:before {
    background-color: #fff
}

.term__list--scroll {
    max-height: 40vh;
    overflow-x: scroll
}

.term__heading {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center
}

.term__item {
    padding: 30px 0;
    border-bottom: solid 1px #ccc
}

.term__item:last-child {
    border-bottom: 0
}

.term__item a {
    color: #dc6475
}

.term__item>* {
    margin-top: 1em
}

.term__item>:first-child {
    margin-top: 0
}

.term__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 700
}

.term__title::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.75) * .5em);
    content: ""
}

.term__title::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.75) * .5em);
    content: ""
}

p+.term__title {
    margin-top: 30px
}

.term__subtitle {
    font-size: 1.6rem;
    font-weight: 700
}

.text-center {
    text-align: center
}

.text-link {
    color: #dc6475 !important
}

.text-link--underline {
    text-decoration: underline
}

.text-color {
    color: #dc6475 !important
}

.faq__list {
    margin: 40px 0 0;
    counter-reset: number 0
}

.faq__item {
    border-top: solid 1px #ccc
}

.faq__item:last-child {
    border-bottom: solid 1px #ccc
}

.faq__question {
    padding: 20px 0;
    color: #dc6475;
    font-size: 2rem;
    font-weight: 700;
    position: relative;
    cursor: pointer
}

.faq__question:before {
    counter-increment: number 1;
    content: "Q"counter(number) "."
}

.faq__question-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 2px
}

.faq__question-icon:after,
.faq__question-icon:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #dc6475;
    height: 100%;
    width: 100%;
    transition: .4s
}

.js-faq-tooggle:not(.active) .faq__question-icon:after {
    content: "";
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq__anser {
    margin: 6px 0 0;
    padding: 0 0 20px 30px;
    position: relative;
    font-size: 14px;
    display: none
}

.faq__anser:before {
    content: "A";
    font-size: 2rem;
    font-weight: 700;
    left: 0px;
    top: -6px;
    position: absolute
}

.contact-complete__img {
    width: 100%;
    max-width: 645px;
    margin: auto;
    display: block
}

.contact-complete__message {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center
}

.notfound {
    position: relative;
    z-index: 1;
    padding-bottom: 150px
}

.notfound__heading {
    margin: auto;
    display: block;
    max-width: 320px
}

.notfound__text {
    font-size: 2rem;
    text-align: center
}

.notfound__image {
    position: absolute;
    bottom: 0;
    z-index: -1;
    bottom: 0;
    left: 50%;
    width: 100%;
    max-width: 670px;
    transform: translateX(-50%)
}

html {
    font-family: YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0
}

body {
    background-color: #fff;
    color: #3d3d3d;
    margin: 0;
    padding: 0
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:visited {
    text-decoration: none
}

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

.product__block {
    display: flex;
    flex-wrap: wrap;
    max-width: 950px;
    justify-content: flex-start;
    margin: 30px auto
}

.product__block a:visited {
    color: #333
}

.product__block a:hover {
    color: #333
}

.product__block__recent a:nth-child(6n) {
    display: none
}

.product__wrap:nth-child(5n) {
    margin: 0 0 20px 0
}

.product__wrap {
    position: relative;
    display: block;
    max-width: 182px;
    margin: 0 10px 20px 0
}

.product__wrap img {
    width: 182px;
    height: 200px
}

.product__wrap__name {
    min-height: 71px
}

.product__wrap__name p {
    line-height: 1.2;
    font-size: 1.4rem;
    font-weight: 700
}

.product__wrap__color {
    margin: 3px 0 0;
    font-size: 1.2rem;
    font-weight: medium
}

.product__wrap__price {
    font-size: 1.6rem;
    font-weight: 700
}

.sale-color {
    color: #c00
}

.sale-badge {
    background-color: #c00;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    position: absolute;
    z-index: 99;
    padding: 9px 11px;
    word-break: keep-all;
    bottom: 105px;
    left: 0
}

@media (min-width:751px) {
    .only-sp {
        display: none;

    }
}

@media (min-width:961px) {
    .mt-0-pc {
        margin-top: 0 !important
    }

    .mr-0-pc {
        margin-right: 0 !important
    }

    .mb-0-pc {
        margin-bottom: 0 !important
    }

    .mt-5-pc {
        margin-top: 5px !important
    }

    .mr-5-pc {
        margin-right: 5px !important
    }

    .mb-5-pc {
        margin-bottom: 5px !important
    }

    .mt-10-pc {
        margin-top: 10px !important
    }

    .mr-10-pc {
        margin-right: 10px !important
    }

    .mb-10-pc {
        margin-bottom: 10px !important
    }

    .mt-15-pc {
        margin-top: 15px !important
    }

    .mr-15-pc {
        margin-right: 15px !important
    }

    .mb-15-pc {
        margin-bottom: 15px !important
    }

    .mt-20-pc {
        margin-top: 20px !important
    }

    .mr-20-pc {
        margin-right: 20px !important
    }

    .mb-20-pc {
        margin-bottom: 20px !important
    }

    .mt-25-pc {
        margin-top: 25px !important
    }

    .mr-25-pc {
        margin-right: 25px !important
    }

    .mb-25-pc {
        margin-bottom: 25px !important
    }

    .mt-30-pc {
        margin-top: 30px !important
    }

    .mr-30-pc {
        margin-right: 30px !important
    }

    .mb-30-pc {
        margin-bottom: 30px !important
    }

    .mt-35-pc {
        margin-top: 35px !important
    }

    .mr-35-pc {
        margin-right: 35px !important
    }

    .mb-35-pc {
        margin-bottom: 35px !important
    }

    .mt-40-pc {
        margin-top: 40px !important
    }

    .mr-40-pc {
        margin-right: 40px !important
    }

    .mb-40-pc {
        margin-bottom: 40px !important
    }

    .mt-45-pc {
        margin-top: 45px !important
    }

    .mr-45-pc {
        margin-right: 45px !important
    }

    .mb-45-pc {
        margin-bottom: 45px !important
    }

    .mt-50-pc {
        margin-top: 50px !important
    }

    .mr-50-pc {
        margin-right: 50px !important
    }

    .mb-50-pc {
        margin-bottom: 50px !important
    }

    .mt-55-pc {
        margin-top: 55px !important
    }

    .mr-55-pc {
        margin-right: 55px !important
    }

    .mb-55-pc {
        margin-bottom: 55px !important
    }

    .mt-60-pc {
        margin-top: 60px !important
    }

    .mr-60-pc {
        margin-right: 60px !important
    }

    .mb-60-pc {
        margin-bottom: 60px !important
    }

    .mt-65-pc {
        margin-top: 65px !important
    }

    .mr-65-pc {
        margin-right: 65px !important
    }

    .mb-65-pc {
        margin-bottom: 65px !important
    }

    .mt-70-pc {
        margin-top: 70px !important
    }

    .mr-70-pc {
        margin-right: 70px !important
    }

    .mb-70-pc {
        margin-bottom: 70px !important
    }

    .mt-75-pc {
        margin-top: 75px !important
    }

    .mr-75-pc {
        margin-right: 75px !important
    }

    .mb-75-pc {
        margin-bottom: 75px !important
    }

    .mt-80-pc {
        margin-top: 80px !important
    }

    .mr-80-pc {
        margin-right: 80px !important
    }

    .mb-80-pc {
        margin-bottom: 80px !important
    }

    .mt-85-pc {
        margin-top: 85px !important
    }

    .mr-85-pc {
        margin-right: 85px !important
    }

    .mb-85-pc {
        margin-bottom: 85px !important
    }

    .mt-90-pc {
        margin-top: 90px !important
    }

    .mr-90-pc {
        margin-right: 90px !important
    }

    .mb-90-pc {
        margin-bottom: 90px !important
    }

    .mt-95-pc {
        margin-top: 95px !important
    }

    .mr-95-pc {
        margin-right: 95px !important
    }

    .mb-95-pc {
        margin-bottom: 95px !important
    }

    .mt-100-pc {
        margin-top: 100px !important
    }

    .mr-100-pc {
        margin-right: 100px !important
    }

    .mb-100-pc {
        margin-bottom: 100px !important
    }

    .mt-105-pc {
        margin-top: 105px !important
    }

    .mr-105-pc {
        margin-right: 105px !important
    }

    .mb-105-pc {
        margin-bottom: 105px !important
    }

    .mt-110-pc {
        margin-top: 110px !important
    }

    .mr-110-pc {
        margin-right: 110px !important
    }

    .mb-110-pc {
        margin-bottom: 110px !important
    }

    .mt-115-pc {
        margin-top: 115px !important
    }

    .mr-115-pc {
        margin-right: 115px !important
    }

    .mb-115-pc {
        margin-bottom: 115px !important
    }

    .mt-120-pc {
        margin-top: 120px !important
    }

    .mr-120-pc {
        margin-right: 120px !important
    }

    .mb-120-pc {
        margin-bottom: 120px !important
    }

    .mt-125-pc {
        margin-top: 125px !important
    }

    .mr-125-pc {
        margin-right: 125px !important
    }

    .mb-125-pc {
        margin-bottom: 125px !important
    }

    .mt-130-pc {
        margin-top: 130px !important
    }

    .mr-130-pc {
        margin-right: 130px !important
    }

    .mb-130-pc {
        margin-bottom: 130px !important
    }

    .mt-135-pc {
        margin-top: 135px !important
    }

    .mr-135-pc {
        margin-right: 135px !important
    }

    .mb-135-pc {
        margin-bottom: 135px !important
    }

    .mt-140-pc {
        margin-top: 140px !important
    }

    .mr-140-pc {
        margin-right: 140px !important
    }

    .mb-140-pc {
        margin-bottom: 140px !important
    }

    .mt-145-pc {
        margin-top: 145px !important
    }

    .mr-145-pc {
        margin-right: 145px !important
    }

    .mb-145-pc {
        margin-bottom: 145px !important
    }

    .mt-150-pc {
        margin-top: 150px !important
    }

    .mr-150-pc {
        margin-right: 150px !important
    }

    .mb-150-pc {
        margin-bottom: 150px !important
    }

    .mt-155-pc {
        margin-top: 155px !important
    }

    .mr-155-pc {
        margin-right: 155px !important
    }

    .mb-155-pc {
        margin-bottom: 155px !important
    }

    .mt-160-pc {
        margin-top: 160px !important
    }

    .mr-160-pc {
        margin-right: 160px !important
    }

    .mb-160-pc {
        margin-bottom: 160px !important
    }

    .mt-165-pc {
        margin-top: 165px !important
    }

    .mr-165-pc {
        margin-right: 165px !important
    }

    .mb-165-pc {
        margin-bottom: 165px !important
    }

    .mt-170-pc {
        margin-top: 170px !important
    }

    .mr-170-pc {
        margin-right: 170px !important
    }

    .mb-170-pc {
        margin-bottom: 170px !important
    }

    .mt-175-pc {
        margin-top: 175px !important
    }

    .mr-175-pc {
        margin-right: 175px !important
    }

    .mb-175-pc {
        margin-bottom: 175px !important
    }

    .mt-180-pc {
        margin-top: 180px !important
    }

    .mr-180-pc {
        margin-right: 180px !important
    }

    .mb-180-pc {
        margin-bottom: 180px !important
    }

    .mt-185-pc {
        margin-top: 185px !important
    }

    .mr-185-pc {
        margin-right: 185px !important
    }

    .mb-185-pc {
        margin-bottom: 185px !important
    }

    .mt-190-pc {
        margin-top: 190px !important
    }

    .mr-190-pc {
        margin-right: 190px !important
    }

    .mb-190-pc {
        margin-bottom: 190px !important
    }

    .mt-195-pc {
        margin-top: 195px !important
    }

    .mr-195-pc {
        margin-right: 195px !important
    }

    .mb-195-pc {
        margin-bottom: 195px !important
    }

    .mt-200-pc {
        margin-top: 200px !important
    }

    .mr-200-pc {
        margin-right: 200px !important
    }

    .mb-200-pc {
        margin-bottom: 200px !important
    }

    .only-tab {
        display: none
    }
}

@media only screen and (min-width:1400px) {
    .modaal-video-container {
        padding-bottom: 0;
        height: 731px
    }
}

@media only screen and (max-width:1140px) {
    .modaal-image .modaal-inner-wrapper {
        padding-left: 25px;
        padding-right: 25px
    }

    .modaal-gallery-control {
        top: auto;
        bottom: 20px;
        transform: none;
        background: rgba(0, 0, 0, .7)
    }

    .modaal-gallery-control:after,
    .modaal-gallery-control:before {
        background: #fff
    }

    .modaal-gallery-next {
        left: auto;
        right: 20px
    }

    .modaal-gallery-prev {
        left: 20px;
        right: auto
    }
}

@media (max-width:960px) {
    body {
        letter-spacing: 0
    }

    .mt-0-sp {
        margin-top: 0 !important
    }

    .mr-0-sp {
        margin-right: 0 !important
    }

    .mb-0-sp {
        margin-bottom: 0 !important
    }

    .mt-5-sp {
        margin-top: 5px !important
    }

    .mr-5-sp {
        margin-right: 5px !important
    }

    .mb-5-sp {
        margin-bottom: 5px !important
    }

    .mt-10-sp {
        margin-top: 10px !important
    }

    .mr-10-sp {
        margin-right: 10px !important
    }

    .mb-10-sp {
        margin-bottom: 10px !important
    }

    .mt-15-sp {
        margin-top: 15px !important
    }

    .mr-15-sp {
        margin-right: 15px !important
    }

    .mb-15-sp {
        margin-bottom: 15px !important
    }

    .mt-20-sp {
        margin-top: 20px !important
    }

    .mr-20-sp {
        margin-right: 20px !important
    }

    .mb-20-sp {
        margin-bottom: 20px !important
    }

    .mt-25-sp {
        margin-top: 25px !important
    }

    .mr-25-sp {
        margin-right: 25px !important
    }

    .mb-25-sp {
        margin-bottom: 25px !important
    }

    .mt-30-sp {
        margin-top: 30px !important
    }

    .mr-30-sp {
        margin-right: 30px !important
    }

    .mb-30-sp {
        margin-bottom: 30px !important
    }

    .mt-35-sp {
        margin-top: 35px !important
    }

    .mr-35-sp {
        margin-right: 35px !important
    }

    .mb-35-sp {
        margin-bottom: 35px !important
    }

    .mt-40-sp {
        margin-top: 40px !important
    }

    .mr-40-sp {
        margin-right: 40px !important
    }

    .mb-40-sp {
        margin-bottom: 40px !important
    }

    .mt-45-sp {
        margin-top: 45px !important
    }

    .mr-45-sp {
        margin-right: 45px !important
    }

    .mb-45-sp {
        margin-bottom: 45px !important
    }

    .mt-50-sp {
        margin-top: 50px !important
    }

    .mr-50-sp {
        margin-right: 50px !important
    }

    .mb-50-sp {
        margin-bottom: 50px !important
    }

    .mt-55-sp {
        margin-top: 55px !important
    }

    .mr-55-sp {
        margin-right: 55px !important
    }

    .mb-55-sp {
        margin-bottom: 55px !important
    }

    .mt-60-sp {
        margin-top: 60px !important
    }

    .mr-60-sp {
        margin-right: 60px !important
    }

    .mb-60-sp {
        margin-bottom: 60px !important
    }

    .mt-65-sp {
        margin-top: 65px !important
    }

    .mr-65-sp {
        margin-right: 65px !important
    }

    .mb-65-sp {
        margin-bottom: 65px !important
    }

    .mt-70-sp {
        margin-top: 70px !important
    }

    .mr-70-sp {
        margin-right: 70px !important
    }

    .mb-70-sp {
        margin-bottom: 70px !important
    }

    .mt-75-sp {
        margin-top: 75px !important
    }

    .mr-75-sp {
        margin-right: 75px !important
    }

    .mb-75-sp {
        margin-bottom: 75px !important
    }

    .mt-80-sp {
        margin-top: 80px !important
    }

    .mr-80-sp {
        margin-right: 80px !important
    }

    .mb-80-sp {
        margin-bottom: 80px !important
    }

    .mt-85-sp {
        margin-top: 85px !important
    }

    .mr-85-sp {
        margin-right: 85px !important
    }

    .mb-85-sp {
        margin-bottom: 85px !important
    }

    .mt-90-sp {
        margin-top: 90px !important
    }

    .mr-90-sp {
        margin-right: 90px !important
    }

    .mb-90-sp {
        margin-bottom: 90px !important
    }

    .mt-95-sp {
        margin-top: 95px !important
    }

    .mr-95-sp {
        margin-right: 95px !important
    }

    .mb-95-sp {
        margin-bottom: 95px !important
    }

    .mt-100-sp {
        margin-top: 100px !important
    }

    .mr-100-sp {
        margin-right: 100px !important
    }

    .mb-100-sp {
        margin-bottom: 100px !important
    }

    .mt-105-sp {
        margin-top: 105px !important
    }

    .mr-105-sp {
        margin-right: 105px !important
    }

    .mb-105-sp {
        margin-bottom: 105px !important
    }

    .mt-110-sp {
        margin-top: 110px !important
    }

    .mr-110-sp {
        margin-right: 110px !important
    }

    .mb-110-sp {
        margin-bottom: 110px !important
    }

    .mt-115-sp {
        margin-top: 115px !important
    }

    .mr-115-sp {
        margin-right: 115px !important
    }

    .mb-115-sp {
        margin-bottom: 115px !important
    }

    .mt-120-sp {
        margin-top: 120px !important
    }

    .mr-120-sp {
        margin-right: 120px !important
    }

    .mb-120-sp {
        margin-bottom: 120px !important
    }

    .mt-125-sp {
        margin-top: 125px !important
    }

    .mr-125-sp {
        margin-right: 125px !important
    }

    .mb-125-sp {
        margin-bottom: 125px !important
    }

    .mt-130-sp {
        margin-top: 130px !important
    }

    .mr-130-sp {
        margin-right: 130px !important
    }

    .mb-130-sp {
        margin-bottom: 130px !important
    }

    .mt-135-sp {
        margin-top: 135px !important
    }

    .mr-135-sp {
        margin-right: 135px !important
    }

    .mb-135-sp {
        margin-bottom: 135px !important
    }

    .mt-140-sp {
        margin-top: 140px !important
    }

    .mr-140-sp {
        margin-right: 140px !important
    }

    .mb-140-sp {
        margin-bottom: 140px !important
    }

    .mt-145-sp {
        margin-top: 145px !important
    }

    .mr-145-sp {
        margin-right: 145px !important
    }

    .mb-145-sp {
        margin-bottom: 145px !important
    }

    .mt-150-sp {
        margin-top: 150px !important
    }

    .mr-150-sp {
        margin-right: 150px !important
    }

    .mb-150-sp {
        margin-bottom: 150px !important
    }

    .mt-155-sp {
        margin-top: 155px !important
    }

    .mr-155-sp {
        margin-right: 155px !important
    }

    .mb-155-sp {
        margin-bottom: 155px !important
    }

    .mt-160-sp {
        margin-top: 160px !important
    }

    .mr-160-sp {
        margin-right: 160px !important
    }

    .mb-160-sp {
        margin-bottom: 160px !important
    }

    .mt-165-sp {
        margin-top: 165px !important
    }

    .mr-165-sp {
        margin-right: 165px !important
    }

    .mb-165-sp {
        margin-bottom: 165px !important
    }

    .mt-170-sp {
        margin-top: 170px !important
    }

    .mr-170-sp {
        margin-right: 170px !important
    }

    .mb-170-sp {
        margin-bottom: 170px !important
    }

    .mt-175-sp {
        margin-top: 175px !important
    }

    .mr-175-sp {
        margin-right: 175px !important
    }

    .mb-175-sp {
        margin-bottom: 175px !important
    }

    .mt-180-sp {
        margin-top: 180px !important
    }

    .mr-180-sp {
        margin-right: 180px !important
    }

    .mb-180-sp {
        margin-bottom: 180px !important
    }

    .mt-185-sp {
        margin-top: 185px !important
    }

    .mr-185-sp {
        margin-right: 185px !important
    }

    .mb-185-sp {
        margin-bottom: 185px !important
    }

    .mt-190-sp {
        margin-top: 190px !important
    }

    .mr-190-sp {
        margin-right: 190px !important
    }

    .mb-190-sp {
        margin-bottom: 190px !important
    }

    .mt-195-sp {
        margin-top: 195px !important
    }

    .mr-195-sp {
        margin-right: 195px !important
    }

    .mb-195-sp {
        margin-bottom: 195px !important
    }

    .mt-200-sp {
        margin-top: 200px !important
    }

    .mr-200-sp {
        margin-right: 200px !important
    }

    .mb-200-sp {
        margin-bottom: 200px !important
    }

    .m-auto-sp {
        margin: auto
    }

    .input-button__wrap--inline {
            width: 230px;
    }

    .inputwrapper--confirm>* {
        width: auto
    }

    .table__item {
        padding: 15px 0
    }

    .table__inner {
        display: block
    }

    .table__term {
        font-size: 1.5rem;
        padding: 0;
        margin: 0 0 10px;
        width: 100%
    }

    .table__term::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.75) * .5em);
        content: ""
    }

    .table__term::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.75) * .5em);
        content: "";
    }

    .table__text {
        padding: 0;
        font-size: 1.1rem;
        line-height: 1.75
    }

    .header {
        width: 100%;
        margin: 18px auto 18px;
        /*padding: 18px 10px 18px;*/
        position: relative;
        background: #fff;
        z-index: 100;
    }

    .header-upper {
        margin: 0 10px 0;
    }

    .header-upper__logo img {
        left: 50px;
    }

    .layout-lower {
        margin-bottom: 60px
    }

    .layout-lower__heading {
        font-size: 2.1rem;
        margin: 30px 0 20px
    }

    .layout-lower__lead {
        font-size: 1.1rem;
        line-height: 1.5
    }

    .layout-lower__lead::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.5) * .5em);
        content: ""
    }

    .layout-lower__lead::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.5) * .5em);
        content: ""
    }

    .layout-lower__message {
        font-size: 1.5rem
    }

    .layout-lower__notes {
        font-size: .9rem
    }

    .layout--lg {
        width: calc(100vw - 20px)
    }

    .layout--md {
        width: calc(100vw - 20px)
    }

    .layout--sm {
        width: calc(100vw - 20px)
    }

    .breadcrumb {
        width: calc(100% - 20px);
        margin: 10px auto 10px;
        font-size: 10px;
    }

    .breadcrumb__item:after {
        height: .5em;
        width: .5em
    }

    .modaal-content-container {
        padding: 25px
    }

    .term__heading {
        font-size: 1.5rem
    }

    .term__item {
        padding: 15px 0;
        font-size: 1.1rem
    }

    .term__title {
        font-size: 1.5rem;
        margin-bottom: 10px
    }

    .term__subtitle {
        font-size: 1.2rem;
        margin-bottom: 10px
    }

    .faq__question {
        padding: 10px 40px 10px 0;
        font-size: 1.5rem
    }

    .faq__question-icon {
        right: 0;
        height: 1px;
        width: 12px
    }

    .faq__anser {
        font-size: 1.2rem
    }

    .faq__anser:before {
        left: 10px;
        font-size: 1.8rem;
        top: -4px
    }

    .faq__notes {
        font-size: 1.2rem;
        line-height: 1.4
    }

    .contact-complete__img {
        max-width: 90%
    }

    .contact-complete__message {
        font-size: 1.5rem
    }

    .notfound {
        padding-bottom: 0
    }

    .notfound__heading {
        max-width: 165px
    }

    .notfound__text {
        font-size: 1rem
    }

    .notfound__image {
        bottom: 70px
    }

    .product__block {
        max-width: calc(100% - 20px);
        justify-content: center
    }

    .product__block__recent a:nth-child(6n) {
        display: block;
        justify-content: flex-start
    }

    .product__wrap:nth-child(10n) {
        display: none
    }
}

@media screen and (max-width:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }
}

@media (max-width:750px) {
    .button {
        font-size: 1.35rem;
        line-height: 1.7;
        padding: 12px 20px 14px;
        max-width: 250px
    }

    .button--arrow::after {
        width: 13px;
        height: 13px
    }

    .select2-results__option {
        font-size: 10px
    }

    .input--error .select2.select2-container--default .select2-selection--single,
    .input--error input,
    .input--error select,
    .input--error textarea,
    .input--error~.select2.select2-container--default .select2-selection--single,
    .select2.select2-container--default .select2-selection--single,
    .val_input,
    .val_input--error,
    input.input,
    input.input--error,
    input.input--error[type=text],
    input.input[type=text],
    select.input,
    select.input--error,
    textarea.input,
    textarea.input--error {
        border-radius: 3px;
        font-size: 10px;
        padding: 14px 10px
    }

    .formitem {
        display: block;
        margin: 20px 15px 0
    }

    .formitem dt {
        margin-bottom: 5px
    }

    .label {
        height: auto;
        font-size: 10px;
        line-height: 1.75
    }

    input.input--zip,
    input[type=text].input--zip,
    select.input--zip,
    textarea.input--zip {
        width: 100px
    }

    .inputwrapper .input {
        width: calc(100% - 20px)
    }

    .checkwrapper label,
    .radiowrapper label {
        font-size: 1.1rem
    }

    input[type=radio]+label:before {
        width: 20px;
        height: 20px
    }
/* 
    input[type=radio]:checked+label::after {
    width: 24px;
    height: 24px;
        transform: scale(60%)
    }
*/
    .tabMenu {
        margin: 25px auto 0;
        padding: 0 10px
    }

    .tabMenu li {
        font-size: 1.4rem;
        padding: 0 0 8px
    }

    .header-upper__logo img {
        left: 10px;
        max-width: 90px;
        top: 12px
    }

    .header-upper__menu ul li img {
        height: 20px;
        width: 30px
    }

    .header-upper__menu--btm {
        max-width: 225px;
    justify-content: space-between!important;
    }

    .header-lower {
        display: none;
        position: absolute;
        width: calc(100% + 20px);
        top: 48px;
        left: -10px;
        background-color: #fff;
        z-index: 999;
    }

    .header-lower .menu {
        display: block;
        z-index: 999;
    }

    .header-lower .menu_list {
        border-bottom: 1px solid #ccc;
        position: relative
    }
    .header-lower . menu_list_jp {
        display: block;
        border-bottom: 1px solid #ccc;
        position: relative
    }
    .header-lower .menu_list li:hover {
        content: '';

    }

    .header-lower .menu_list:nth-of-type(1) {
        border-top: 1px solid #ccc
    }

    .header-lower .menu_list a {
        line-height: 32px;
        display: block;
        padding: 16px 23px;
        color: 222;
    }

    .header-lower .menu_list img {
        width: 20px;
        height: 20px;
        -o-object-fit: scale-down;
        object-fit: scale-down;
        margin: 0 10px -3px 0
    }

    .header-lower .menu_list .arr {
        position: absolute;
        right: 16px;
        top: 23px
    }

    .header-lower .menu_list .arr:after,
    .header-lower .menu_list .arr:before {
        position: absolute;
        background-color: #000;
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
        height: 10px;
        width: 2px;
        transform: rotate(-45deg)
    }

    .header-lower .menu_list .arr:after {
        top: 6px;
        transform: rotate(45deg)
    }

    .header-lower .menu_list .acd {
        position: absolute;
        right: 16px;
        top: 25px
    }

    .header-lower .menu_list .acd:after,
    .header-lower .menu_list .acd:before {
        position: absolute;
        background-color: #000;
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
        height: 12px;
        width: 1px
    }

    .header-lower .menu_list .acd:after {
        top: 0;
        transform: rotate(90deg)
    }

    .header-lower .menu_list .acd.open:before {
        display: none
    }

    .header-lower .menu_list.bg-gray {
        background-color: #f9f9f9
    }

    .header-lower .menu_list.js-acd-menu a {
        display: inline-block
    }

    .header-lower .menu_list.js-acd-menu ul li a {
        display: block
    }

    .header-lower .menu_contents {
        position: static;
        width: 100%;

    }

    .header-lower .menu_contents__inner {
        display: block;
        margin: 0
    }

    .header-lower .menu_contents__inner li {
        font-size: 13px;
        border-bottom: 1px solid #ccc;
        background-color: #f9f9f9;
        width: 100%;
        margin: 0
    }

    .header-lower .menu_contents__inner li:nth-of-type(1) {
        border-top: 1px solid #ccc
    }

    .header-lower .menu_contents__inner li:nth-last-of-type(1) {
        border: none
    }

    .header-lower .menu_contents__inner li a {
        padding: 16px 32px;
        display: block;
        position: relative;
    }

    .header-lower .menu_contents__inner li a .arr {
        top: 18px
    }

    .topbanner {
        padding: 10px 20px;
    }

    .topbanner__wrap {
        padding: 0
    }

    .topbanner__wrap__left h3 {
        font-size: 1.2rem;
        line-height: 1.4;
        margin: 0 0 0 0;
        max-width: initial;
    }

    .topbanner__wrap__left__inner p {
        font-size: .9rem
    }

    .topbanner__wrap__left__inner h3 {
        font-size: 21px;
        line-height: 1.4
    }

    .topbanner__wrap__left__inner h3 span {
        font-size: 1rem;
        padding: 0 0 0 2px
    }

    .topbanner__wrap__right {
        padding: 7px 9px;
        text-align: center;
        max-width: 120px
    }

    .topbanner__wrap__right p {
        font-size: 7px
    }

    .topbanner__wrap__right p span {
        padding: 0
    }

    .magazin-area p {
        font-size: 1.5rem;
        margin: 20px 0 5px
    }
    .magazine-link {
        display: flex;
align-items: center;
        }
    .magazin-area img {
        padding: 0 0 0px;
        max-width: 323px;
    }

    .magazin-area__btn {
        margin: 0 0 15px
    }

    .magazin-article {
        justify-content: space-around;
        margin: 0px auto 30px;
    }

    .magazin-article__single {
    width: calc(100% - 0px);
    display: flex;
    padding: 0 20px 20px;
    margin: 20px 0 0;
    border-bottom: #CCCCCC solid 1px;
    }

    .magazin-article__single__txt {
    margin: 0 0 0 20px;
    width: 220px;
    display: inline-block;
    }

    .magazin-article__single p {
        font-size: 1.4rem;
        font-weight: 400;
        margin: 0px 0px 9px;
    }

    .magazin-article__single span {
        font-size: .6rem;
    }

    .magazin-article__single__link a {
        font-size: .6rem;
    }

    .magazin-article__single__inner {
        display: flex;
    }

    .magazin-article__single img {
        max-width: 90px;
        width: 100%;
        height: 90px;
        object-fit: cover;
    }

    #form-footer {
        width: 100%;
        margin: 0 auto
    }

    #form-footer__input {
    width: 100%;
    max-width: 246px;
    font-size: 1.1rem;
    height: 30px;
    margin: 0 10px 0 -8px;
    }

    #form-footer__btn {
    display: inline-flex;
    width: 68px;
    height: 44px;
    }

    .input-button {
        top: 14px !important;
    }

    #form-footer__btn img {
        width: 14px;
        margin: -2px 0 0
    }

    .footer-area {
        margin: 24px 0 0
    }

    .footer-area__form {
    display: inline-block;
    margin: 30px auto;
    width: calc(100% - 40px);
    padding: 10px 0px;
    }

    .footer-area__form p {
        font-size: 1.4rem;
        letter-spacing: -.4px;
        width: auto;
        margin: 0 0 12px;
        text-align: center;
    }

    .footer-area__menu {
        display: flex;
        width: 100%;
    }

    .footer-area__menu__btn {
        font-size: 1.3rem;
        width: calc(100% - 40px);
        text-align: left;
        background-color: transparent;
        padding: 10px 0;
        font-family: 'Montserrat', 'Noto Sans JP';
        margin: 0 20px
    }

    .footer-area__menu__btn a::after {
        background-image: url(https://rabostar.itembox.design/item/right-arrow.svg?t=20230630110835)
    }
.footer-area__misc {
    margin: 20px 0 10px;
}
    .footer-area__misc ul {
        max-width: 100%;
        flex-wrap: wrap;
        font-size: 1rem;
        margin: auto;
flex-direction: column;
    }

    .footer-area__misc ul li {
        line-height: 1;
        margin: 0;
display:flex;
    }
.footer-area__misc ul li+li {
    margin: 10px 0 0px;
    border: none;
    padding: 0;
}
    .footer-area__bottom {
        font-size: .7rem;
        margin: 0 20px;
flex-wrap: wrap-reverse;
    flex-direction: column-reverse;
justify-content: center;
    }

    .footer-area__bottom img {
        max-width: 120px
    }

.footer-area__bottom__inner{
    flex-flow: column;
}
.footer-area__bottom p{
    margin: 16px 0 0 0px;
}
    .only-pc {
        display: none;
    }

    .product__wrap {
        max-width: 115px;
        margin: 0 0 20px
    }

    .product__wrap img {
        max-width: 115px;
        height: auto
    }

    .product__wrap__name {
        min-height: 45px
    }

    .product__wrap__name p {
        font-size: .9rem;
        line-height: 1.6
    }

    .product__wrap__color {
        font-size: .9rem;
        line-height: 1.6
    }

    .product__wrap__price {
        font-size: 1.4rem;
        line-height: 1.7
    }
}

@media only screen and (max-width:600px) {
    .modaal-instagram iframe {
        width: 280px !important
    }
}

@media screen and (max-height:1100px) {
    .modaal-instagram iframe {
        width: 700px !important
    }
}

@media screen and (max-height:1000px) {
    .modaal-inner-wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .modaal-instagram iframe {
        width: 600px !important
    }
}

@media screen and (max-height:900px) {
    .modaal-instagram iframe {
        width: 500px !important
    }

    .modaal-video-container {
        max-width: 900px;
        max-height: 510px
    }
}

@media only screen and (max-height:820px) {
    .modaal-gallery-label {
        display: none
    }
}

@keyframes instaReveal {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes instaReveal {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        transform: scale(1.5)
    }

    100% {
        opacity: .1;
        transform: scale(1)
    }
}

@keyframes modaal-loading-spinner {
    0% {
        opacity: 1;
        transform: scale(1.5)
    }

    100% {
        opacity: .1;
        transform: scale(1)
    }
}

/*# sourceMappingURL=app.css.map */
.fs-c-breadcrumb {
    flex-wrap: wrap;
    max-width: 1200px;
    width: calc(100% - 100px);
    margin: 0 auto;
}

.fs-c-breadcrumb__listItem a {
    color: #222;
}

.fs-c-breadcrumb__list {
    padding: 0;
}

.fs-c-breadcrumb__list>li {
    box-sizing: border-box;
    margin: 0 10px 0 0px;
    font-size: 1.4rem;
    color: #222;
}

.fs-c-button__label {
    line-height: 1;
    margin: 0 0 0 0;
}

.rabostar-side-search-list ul li a {
    color: #222;
}
.content__title__main{
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    color: #222
}
.content__title {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1;
    font-weight: 700;
    color: #222
}
.content__title__sub {
    font-size: 13px;
    margin-top: 12px;
    font-weight: 300;
    font-family: 'Noto Sans JP';
    color: #888888 !important;
}
@media screen and (max-width: 450px) {
    .content__title__sub {
        font-size: 11px !important;
    }
}
@media screen and (max-width: 450px) {
    .content__title__main {
        font-size: 20px;
    }
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.fs-c-buttonContainer--back{
justify-content: center;
}
.fs-c-productName__name{
color:#222;
}
.fs-c-productName__variation__y{
    margin: 10px 0 0;
    display: block;
    color: #222;
}

/* 0630 ここコメントアウトする！！*/

/* 
.fs-c-productPrice--listed{
display: none;
}
*/

.fs-c-aggregateRating__rating{
display: none;
}
.fs-c-buttonContainer--viewReview{
display: none;
}
.fs-c-button--addToCart--list{
    color: #222;
    font-size: 1.4rem;
}
.fs-c-productPrice__main__price{
    font-size: 1.6rem;
   color: #222!important;
}
.fs-c-productListItem__rating{
display: none;
}
@media screen and (max-width: 750px){
.rabostar-history .fr2-productList--col5 {
    justify-content: flex-start;
    margin: 0 10px !important;
    font-size: 11px;
}
}
.fs-c-heading--page{
    font-weight: 400!important;
}
.brandpage_brandimage_orginal{
    margin: -5px auto 36px;
    display: block;
    max-width: 240px;
}
.brandpage_brandimage{
    margin: -5px auto 36px;
    display: block;
    max-width: 167px;
}
.close_serch{
content:url(https://rabostar.itembox.design/item/close.png?t=20230630110835);
width: 20px!important;
    height: 20px!important;
    top: 20px!important;
    right: 30px!important;
}
.head{
color:#333;
}
.mypage_child{
color:#333!important;
}
.mypage_child:visitd{
color:#333!important;
}
.fs-c-continueShopping{
    margin: 0 0 40px;
}
@media screen and (max-width: 1024px){
.input-button__wrap--inline {
    width: 230px;
}
}
@media screen and (max-width: 425px){
.input-button__wrap--inline {
    width: 100%;
margin:0;
}
}
    .radio01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0px 0px 0px 30px;
    position: relative;
    width: auto;
}
.radio01:before {
    background: #e7e7e7;
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    left: 0;

    position: absolute;
    top: 50%;
    width: 20px;
}
.radio01:after {
    background: #ed7a9c;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    opacity: 0!important;
    position: absolute;
    top: 50%;
    width: 10px;
}
input[type=checkbox]:checked + .radio01:after {
    opacity: 1!important;
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    width: 24px;
    height: 24px;
    background-color: #dc6475;
    border: 5px solid #e7e7e7;
    border-radius: 50%;
background-image:none!important;
}
.fs-c-productList__list__item form{
display: flex;
    flex-direction: column;
}
.fs-c-productListItem__imageContainer{
    order: 1;
padding: 20px 0 0px;
}
.fs-c-productListItem__viewMoreImageButton{
    order: 2;
}
.fs-c-productImageModal{
    order: 3;
}
.fs-c-productStock{
font-size:12px;
position: absolute;
    top: 0px;
    background-color: #fff;
    order: 4;
}
@media screen and (max-width: 980px) {
.fs-c-productStock{
font-size:10px;
}
}
.rate-label{
order: 5;
margin-left: 20px;
}
.fs-c-productListItem__productName{
order: 6;
}
.fs-c-productPrices{
order: 7;
}
.fs-c-productListItem__notice{
    margin: 0px !important;
}

#buy-item-btn{
display:none!important;
}
#trialorder-item-btn{
display:none!important;
}



@media screen and (max-width: 768px){
.trial_yami .fs-c-button--particular.fs-c-button--addToWishList--detail{
border-radius: 0;
    width: 100%;
height: 44px;
}
}
