@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600&display=swap');
/* Reset
------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html[data-loading] {
    height: 100%;
}

html.no-csspositionsticky {
    height: 100vh;
}

@media (max-width: 767px) {
    html {
        position: relative;
    }
}

body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.3rem;
    line-height: 1.5;
    color: #000;
    font-weight: 500;
    line-height: 1;
    -webkit-transition: color .8s;
    transition: color .8s;
    will-change: color;
}

@media (max-width: 767px) {
    body {
        font-weight: 300;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 100%;
        font-weight: normal;
        font-weight: 500;
    }
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

body p {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-weight: 600;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

input,
textarea,
select,
option {
    line-height: 1.1;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 0;
    background-color: transparent;
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}


button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.contact-area input[type="checkbox"] {
    display: none;
}

.contact-area input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.contact-area input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.contact-area input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.contact-area input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

img {
    vertical-align: top;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible;
    height: 0;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

b,
strong {
    font-weight: bolder;
}

a,
a img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
    height: auto;
    width: auto;
    vertical-align: middle;
    line-height: 1;
    object-fit: cover;
}
.fs-c-button--confirmOrder--rakutenPay img {
    width: 640px !important;
}

a img {
    border: none
}

video,
picture {
    width: 100%;
    height: auto
}

form label {
    cursor: pointer;
}


/*------------------------------------------------------------
other
------------------------------------------------------------*/

.en {
    font-family: 'Raleway', serif;
}

/*///////// fxslider /////////*/

.fs-c-slick .slick-dots li button::before {
    width: 10px;
    height: 10px;
    font-size: 10px;
}

/*///////// column /////////*/

.fs-pt-column__item>*+* {
    margin-top: 10px;
}

/*///////// acd /////////*/

.acd-check {
    display: none;
}

.acd-label {
    display: block;
    margin-bottom: 1px;
    padding: 8px 10px 15px;
    position: relative;
}

.acd-label:after {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 5%;
    box-sizing: border-box;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    font-size: 1.2rem;
}

.acd-check:checked+.acd-label:after {
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}

.acd-check:checked+.acd-label+.acd-content {
    height: 160px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.item-infoList label {
    border-bottom: 1px solid #000;
}
/* 商品マークパーツ（New, 受注生産商品など） */
@media (max-width: 767px) {
    .fs-c-productMarks .fs-c-productMark__item img {
        height: 1.6em !important;
    }
}



/*------------------------------------------------------------
for develop
------------------------------------------------------------*/

@media (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }
}


/*------------------------------------------------------------
for button
------------------------------------------------------------*/

.more-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    padding: 1em 2em;
    width: 300px;
    height: 50px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #000;
    transition: 0.3s;
}

.more-btn a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 1em;
    transform: translateY(calc(-50% - 1px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
}

.more-btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    width: 70px;
    height: 1px;
    background-color: #000;
    transition: 0.3s;
}

.more-btn a:hover {
    text-decoration: none;
}

.more-btn a:hover::before,
.more-btn a:hover::after {
    right: 0.5em;
}

ul.more-btn>li {
    text-align: center;
}

.more-blue_btn a {
    padding: 20px 50px 20px 20px;
    display: inline-block;
    border-bottom: none;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0;
    background: #004da0;
    color: #fff;
    position: relative;
}

.more-blue_btn a:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 25px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .3s;
}

.more-blue_btn a:hover:before {
    right: 20px;
}

.more-blue_btn a:hover:after {
    content: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: 20px 50px 20px 20px;
    display: inline-block;
    border-bottom: none;
    line-height: 1.2em;
    text-align: left;
    text-decoration: none;
    letter-spacing: 0;
    background: #004da0;
    color: #fff;
    position: relative;
}

@media screen and (max-width:768px) {
    .more-btn a {
        width: auto;
        height: auto;
        padding: 10px 25%;
        font-size: 1.3rem;
    }

    .more-btn a::after {
        width: 40px;
    }
}

.button-type1 a {
    display: inline-block;
    margin: 0 auto;
    padding: 1em 3em;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-indent: 0.2em;
    text-decoration: none;
    border: 1px solid #545454;
    border-radius: 20px;
    color: #545454;
    background: linear-gradient(270deg, #7c8db6, #8da99a, #fff, #fff);
    background-position: 1% 50%;
    background-size: 300% 300%;
    transition: 0.4s ease-out;
}

.button-type1 a:hover {
    background-position: 99% 50%;
    color: #fff;
    border-color: #b6b6b6;
}


/*------------------------------------------------------------
    other JS
------------------------------------------------------------*/

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}

.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/*------------------------------------------------------------
    pagetop
------------------------------------------------------------*/

.pagetop a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: 1s;
    z-index: 99;
}

.pagetop a:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    top: 42%;
    left: 30%;
    transform: translate(-50%, -50%);
    display: inline-block;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 0.8;
}

.pagetop a:hover {
    opacity: 0.75;
}



/*/////////////////////
event-end
////////////////////*/

.event-end {
    height: 70vh;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 2;
}


/*/////////////////////
お客様情報入力の表示崩れ修正
////////////////////*/
@media screen and (max-width:767px) {
    .fs-body-customerDetails .fs-l-main .fs-c-inputInformation {
        padding: 0 1em;
    }
}


/*/////////////////////
商品詳細ページのコーディネート欄
////////////////////*/
h3.cd_title {
    font-family: 'Raleway', serif;
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 3em;
}
.cd_item {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4%;
}
.cd_item li {
    margin-bottom: 2em;
}
.cd_item.cd_2 li:not(.item) {
    width: 75%;
}
.cd_item .item {
    width: 48%;
    flex-shrink: 0;
    display: block;
}
.cd_item .item a {
    transition: all .3s ease;
}
.cd_item .item a:hover {
    opacity: .8;
}
.cd_item .item .name {
    font-size: 11px;
    line-height: 1.5em;
}
.cd_item .item .price {
    font-size: 13px;
}
.cd_item .item .price span {
    font-size: 10px;
    margin-left: 2px;
}

@media screen and (max-width:767px) {
    h3.cd_title {
        margin-top: 3em;
    }
    .cd_item {
        width: 100% !important;
    }
}