@charset "UTF-8";
html {
}

button,
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    color: #231815;
}


input[type="submit"],
a {
    -webkit-transition: opacity 1s ease-out;
    -moz-transition: opacity 1s ease-out;
    -ms-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
}

input[type="submit"]:hover,
a:hover {
    opacity: .5;
}

.clearfix {
    zoom: 1;
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

input {
}

img {
    width: auto;
    max-width: 100%;
    line-height: 0;
    vertical-align: middle;
    border: none;
}

.wysiwyg {
    word-break: break-word;
    line-height: 1.75;
}

.wysiwyg table {
    width: 100% !important;
}

.wysiwyg ol {
    margin-left: 16px;
    list-style-type: decimal;
}

p {
    line-height: 2;
}

ol, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.sp-hide {
    display: block;
}

.sp {
    display: none;
}

.wrap {
    width: 100%;
    margin: 0 auto;
}

.center {
    text-align: center;
}

time {
    display: inline-block;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sns-btn {
    letter-spacing: -.4em;
    margin: 16px 0;
}

.sns-btn a {
    display: inline-block;
    color: #fff;
    padding: 10px 8px;
    text-align: center;
    background: #B5B5B6;
    min-width: 16%;
    width: 33.3%;
    letter-spacing: normal;
}

.sns-btn a:nth-child(1) {
    background: #036EB8;
}

.sns-btn a:nth-child(2) {
    background: #2EA7E0;
}

.sns-btn a:nth-child(3) {
    background: #13AE67;
}

@media screen and (max-width: 768px) {
    .wysiwyg figure,
    .iframe-wrap {
        position: relative;
        padding-top: 56.25%;
    }

    .wysiwyg figure iframe,
    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .wysiwyg figure img {
        margin-top: -56.25%;
    }

    .sp {
        display: block;
    }

    .sp-hide {
        display: none;
    }

    .prev-next a {
        width: 47%;
        margin: 0 1.5% 0 0;
    }

    .prev-next a:nth-child(2) {
        margin: 0 0 0 1.5%;
    }

    .sns-btn a {
        padding: 10px 4px;
        width: 33.3%;
    }
}

/*★サイトの基準設定 -------------------------------------------------------------------------*/
body {
    color: #231815;
    font-family: "Didot", "Times New Roman", "ヒラギノ明朝 Pro W3", "YuMincho", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", "MS P明朝", Serif;
}

p {
    font-family: "ヒラギノ明朝 Pro W3", "YuMincho", "Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "MS PMincho", "MS P明朝", Serif;
}


a {
    color: #231815;
}

.prev-next,
.wrap {
    max-width: 1200px;
}

.prev-next {
    margin: 40px auto 0;
    text-align: center;
}

.prev-next a {
    display: inline-block;
    padding: 4px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    background: #c9caca;
    width: 15%;
    margin: 0 8px;
    max-width: 230px;
    float: none;
}

.contents {
    padding-top: 72px;
}

@media screen and (max-width: 768px) {
    .contents {
        padding-top: 56px;
    }

    .wrap,
    .contents .wrap {
        padding: 16px 16px 0;
    }

    .prev-next a {
        width: 47%;
        margin: 0 1.5% 0 0;
    }

    .prev-next a:nth-child(2) {
        margin: 0 0 0 1.5%;
    }
}

/*★header -------------------------------------------------------------------------*/
header {
    width: 100%;
    margin: auto;
    padding: 0;
    position: fixed;
    z-index: 9999;
}

header > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    /*background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));*/
    background: #fff;
}

header .logo {
    display: inline-block;
    padding-left: 16px;
}

header .logo a {
    display: inline-block;
}

header .g-nav {
    text-align: center;
}

header .g-nav {
}

header .g-nav a {
    display: inline-block;
}

.h-logo img {
    width: auto;
    height: 40px;
}

header h5 {
    display: none;
    margin: 0;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, .5));
    padding: 16px 5% 16px;
    font-weight: normal;
}

.top header h5 {
    display: block;
}

#sp-btn {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    /*padding: 16px 8px;
    float: right;
    margin-right: 8px;
    letter-spacing: 1px;*/
}

.header-m a {
    color: #231815;
    display: inline-block;
    margin-left: 4px;
}

.header-m i {
    margin-right: 2px;
}

@media screen and (min-width: 769px) {

    header .logo {
        margin-top: 16px;
    }

    .header-m {
        margin-right: 64px;
    }
}


@media screen and (max-width: 768px) {
    .sp .g-nav,
    .sp-hide {
        display: none;
    }

    #sp-btn {
        font-size: 24px;
    }

    .header-m {
        font-size: 12px;
        margin-right: 48px;
    }

    .h-logo img {
        height: 24px;
    }
}


/*★footer -------------------------------------------------------------------------*/
footer {
    padding: 5%;
    text-align: center;
    background: #eee;
}

footer .logo {
    margin: 0 0 24px 0;
}

footer li {
    display: inline-block;
}

footer li a {
    display: block;
    margin: 0 16px;
    color: #fff;
}

footer small {
    display: block;
    margin: 24px 0 0;
    padding: 0 0 24px;
}

footer .logo img {
    width: 260px;
    max-width: 80%;
}

@media screen and (max-width: 768px) {
    footer li {
        display: block;
    }

    footer li a {
        display: block;
        margin: 16px 0;
    }

    footer {
        padding: 24px 0 0;
    }

    footer .logo {
        padding: 24px 0 0;
    }

}

.bx-wrapper img {
    width: 100%;
    max-width: none;
}

/*★fontsize -------------------------------------------------------------------------*/
html {
    font-size: calc(100vw / 19.2);
}

body {
    font-size: 14px;
}

.logo {
    font-size: .84rem;
}

.logo span {
    font-size: .5rem;
}

h1 {
    font-size: .48rem;
}

h2 {
    font-size: .82rem;
    font-weight: normal;
    line-height: 1;
    padding: 0;
    margin: 0 0 24px;
}

h3 {
    margin: 0;
    font-size: .7rem;
    line-height: 1.75;
    font-weight: normal;
}

h4 {
    margin: 0;
    font-size: .64rem;
    font-weight: normal;
}

h5 {
    margin: 0;
}

h5,
.s-cartitem1 dl dt {
    font-size: .22rem;
    line-height: 2;
}

footer li a {
    font-size: .18rem;
    line-height: 2;
}

.s-cartitem1 dl dd a {
    font-size: .18rem;
}

.readmore img {
    width: 3.22rem;
}

.coode ul li p {
    font-size: 14px;
}

.itemnum1 img {
    height: 180px;
}

.price {
    font-size: .34rem;
}

small {
    font-size: .2rem;
    line-height: 1.5;
}

@media screen and (min-width: 1921px) {
    .logo {
        font-size: 84px;
    }

    .logo span {
        font-size: 50px;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 82px;
        font-weight: normal;
        line-height: 2;
        padding: 0;
        margin: 0;
    }

    h3 {
        font-size: 70px;
        line-height: 1.75;
    }

    h4 {
        font-size: 64px;
    }

    h5,
    footer li a,
    .s-cartitem1 dl dt {
        font-size: 22px;
    }

    .s-cartitem1 dl dd a {
        font-size: 18px;
    }

    .readmore img {
        height: 52px;
    }

    .coode ul li p {
        font-size: 13px;
    }

    .itemnum1 img {
        height: 180px;
    }

    .price {
        font-size: 34px;
    }

    small {
        font-size: 20px;
    }
}

.s-about .logo img {
    width: 260px;
    max-width: 80%;
}

/*.s-about + .modal-area p {
  max-width: 1000px;
  margin: 1em auto 0;
}*/
@media screen and (max-width: 768px) {
    header .g-nav a {
        font-size: 16px;
    }

    h1,
    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5,
    footer li a,
    .s-cartitem1 dl dt {
        font-size: 16px;
    }

    p {
        font-size: 13px;
    }

    header h5 {
        font-size: 12px;
        /*padding: 16px 0;*/
    }

    .s-cartitem1 dl dd a {
        font-size: 16px;
    }

    .readmore img {
        height: 52px;
    }

    .coode ul li p {
        font-size: 13px;
    }

    .itemnum1 img {
        height: 180px;
    }

    .price {
        font-size: 24px;
    }

    small {
        font-size: 13px;
    }
}

.s-about section > div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.readmore {
    margin-top: 40px;
}

.s-item1 section > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}

section h2,
section h3,
section h4,
section h5,
section p {
    width: 100%;
}

.s-item1 section > div:nth-child(1) p {
    text-align: left;
}

.s-details h2 {
    text-align: left;
}

/*.s-details,
.s-cartitem1 {
  background: rgba(255,255,255,.8);
}*/
.s-details section > div:nth-child(1) {
    padding: 0;
}

.s-details section > div:nth-child(1) img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.s-details section > div:nth-child(2) {
    padding-bottom: 1%;
}

.s-coode .bx-wrapper,
.s-details .bx-wrapper,
.s-cartitem1 .bx-wrapper {
    margin-bottom: 0 !important;
}

.modal.mddetails1 .md-box > div:nth-child(1),
.modal.mddetails1 .md-box > div:nth-child(2) {
    width: 100%;
}

/*★padding -------------------------------------------------------------------------*/
header > div {
    padding: 16px 5%;
}

section > div {
    padding: 5%;
}

.s-about section > div:first-child {
    padding: 0;
}

.s-coode section > div {
    padding-bottom: 0;
    width: 100%;
}

/*.s-coode section > div:nth-child(2){
  padding: 0;
}*/
.s-cartitem1 section > div:first-child {
    padding: 0;
}

.s-cartitem1 .wysiwyg {
    padding: 5%;
}

/*bg-color------------------------*/
.s-about {
    background: #000;
    color: #fff;
}

.s-item1, .s-coode, footer {
    /*background:#372619;*/
    /*background: rgba(55,38,25,1);*/
    background: rgba(0, 0, 0, 1);
    color: #fff;
}


/*TOP------------------------*/
.s-cartitem1 {
    background: rgba(255, 255, 255, .9);
    /*position: sticky;
    top: 0;
    z-index: -1;*/
}

.s-coode {
    /* position: sticky;
     top: 0;
     z-index: -2;*/
    margin-top: 50vh;
}

.s-details {
    /*position: sticky;
    top: 0;
    z-index: -3;*/
    background: rgba(255, 255, 255, .9);
}

.s-item1 {
    /* position: sticky;
     top: 0;
     z-index: -4;*/
}

.s-about {
    /*position: sticky;
    top: 0;
    z-index: -5;*/
    background: rgba(0, 0, 0, .9);
}

.catch {
    position: sticky;
    top: 0;
    z-index: -6;
}

.catch video,
.catch img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 1248px;
}

section {
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

section > div {
    width: 50%;
}

@media screen and (max-width: 768px) {
    section {
        flex-wrap: wrap;
    }

    section > div {
        width: 100%;
    }

    .readmore img {
        width: 50%;
    }

    .itemnum1 img {
        height: auto;
        width: 180px;
    }

    .logo {
        font-size: 40px;
    }
}

/*
.s-details-pager {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 2%;
}
.s-details-pager ul {
  display: flex;
  justify-content: flex-start;
}
.s-details-pager ul li {
  margin-left: 10px;
  width:calc((100%-10px)/8);
}
.s-details-pager ul li:first-child{
  margin-left: 0;
}
*/
.s-details-pager,
.s-coode-pager,
.s-cartitem1-pager {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2% 0;
}

.s-details-pager li,
.s-cartitem1-pager li {
    width: 30%;
    margin-left: 5%;
}

.s-coode-pager li {
    width: 14.55%;
    margin-left: 2.5%;
}

.s-coode-pager li:nth-child(6n-5),
.s-details-pager li:nth-child(3n-2),
.s-cartitem1-pager li:nth-child(3n-2) {
    margin-left: 0;
}

.s-details-pager li {
    margin-bottom: 24px;
}

.s-details-pager a,
.s-coode-pager a {
    display: block;
    color: #fff;
}

.s-coode .bx-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.s-cartitem1 dl {
    display: flex;
    border: 1px solid #000;
    margin-bottom: 16px;
}

.s-cartitem1 dl dt {
    background: #fff;
    width: 70%;
    padding: 8px 16px;
}

.s-cartitem1 dl dd {
    width: 30%;
}

.s-cartitem1 dl dd.sold-out {
    background: #ccc;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    /* width: 100%; */
    display: flex;
    font-size: 18px;
    /* height: 100%; */
    align-items: center;
    justify-content: center;
}

.s-cartitem1 dl dd a {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    width: 100%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .s-coode-pager li {
        width: 30%;
        margin-left: 5%;
    }

    .s-coode-pager li:nth-child(6n-5) {
        margin-left: 5%;
    }

    .s-coode-pager li:nth-child(3n-2) {
        margin-left: 0;
    }

    .s-cartitem1 dl dt {
        width: 55%;
    }

    .s-cartitem1 dl dd {
        width: 46%;
    }
}

/*margin------------*/
.logo {
    margin-bottom: 24px;
}

.s-item1 h5,
.itemnum1 {
    margin: 24px 0;
}

.s-cartitem1 p,
.s-coode p {
    margin: 24px 0;
}

.s-coode .s-coode-pager p {
    margin: 8px 0 16px;
}

@media screen and (max-width: 768px) {
    .s-details section > div {
        padding-bottom: 5%;
    }
}

#menuToggle {
    display: block;
    position: fixed;
    top: 24px;
    right: 5%;

    z-index: 9999;

    -webkit-user-select: none;
    user-select: none;
}

@media screen and (max-width: 768px) {
    #menuToggle {
        top: 16px;
    }
}

#menuToggle a {
    text-decoration: none;
    color: #231815;

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    opacity: .5;
}


#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    right: -5px;

    cursor: pointer;

    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #231815;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: fixed;
    width: 300px;
    height: calc(100vh + 100px);
    right: 0;
    margin: -100px 0 0 0;
    padding: 50px;
    padding-top: 125px;
    background: rgba(255, 255, 255, .9);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(300px, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

@media screen and (max-width: 768px) {
    #menu {
        width: 100%;
        transform: translate(100%, 0);
    }
}

#menu li {
    padding: 10px 0;
    font-size: 16px;
}

#menuToggle input:checked ~ ul {
    transform: none;
}

.slide-bottom {
    opacity: 0;
    transform: translateY(70px);
    transition: all .5s 0s ease-out;
}

.md-close span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

.md-close span {
    opacity: 1;
    /*transform: rotate(45deg) translate(-2px, -1px);*/
    transform: rotate(45deg) translate(-18px, -21px);
}

.md-close span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.md-box h5 {
    text-align: left;
}

@media screen and (min-width: 769px) {
    .md-box {
        display: flex;
        justify-content: space-between;
    }

    .md-box > div:nth-child(1) {
        width: 40%;
    }

    .md-box > div:nth-child(2) {
        width: 60%;
        padding-left: 24px;
    }

    .modal .md-box img {
        max-height: 80vh;
    }
}

.privacy {
    padding-top: 24px;
}

.register h1,
.cart h1,
.privacy h1 {
    margin-top: 0;
    font-size: 24px;
}

.privacy h2 {
    font-size: 20px;
    margin-top: 32px;
    font-weight: bold;
}

.register h3,
.cart h3,
.privacy h3 {
    font-size: 18px;
    font-weight: bold;
}

.contents > .contents {
    padding: 24px 0 40px;
}

@media screen and (max-width: 768px) {
    .contents .mypage-h1 + .wrap {
        padding-top: 24px;
    }

    .modal .md-box {
        padding: 0 16px;
    }

    .md-box div {
        padding-top: 0;
    }

    .md-box div + div {
        padding-top: 40px;
    }
}

th, td {
    padding: 16px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

th {
    background: #eee;
}

table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.shoppinginfo {
    background: #fff;
}

.s-coode + .modal-area .modal .md-box .wysiwyg {
    text-align: left;
}

.s-details + .modal-area h5 {
    font-weight: normal;
}

.faq {

}

.faq ul {
    margin-bottom: 40px;
}

.faq ul li {
    display: inline-block;
    margin-right: 16px;
}

.faq ul li a {
    font-size: 14px;
    text-decoration: underline;
    color: #595758;
}

.faq h3 {
    padding: 12px;
    color: #fff;
    background: rgba(55, 38, 25, 1);
    margin-bottom: 24px;
    font-weight: bold;
}

.faq dl {
    letter-spacing: -.4em;
    margin-bottom: 40px;
}

.faq dt {
    margin-bottom: 16px;
}

.faq dd,
.faq dt {
    letter-spacing: normal;
    line-height: 1.75;
}

.faq dd span,
.faq dt span {
    display: inline-block;
    font-weight: bold;
    margin-right: 8px;
    vertical-align: top;
    font-size: 22px;
    line-height: 1;
}

.faq dd div,
.faq dt div {
    display: inline-block;
    width: calc(100% - 3em);
}

.s-item-n {
    background: #fff;
}

.s-item-n section > div {
    width: 100%;
}

.s-item-n h2 {
    margin-bottom: 5%;
}

.s-item-n .product {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    flex-wrap: wrap;
}

.s-item-n .product li {
    width: calc((100% - 9%) / 4);
    margin-right: 3%;
}

.s-item-n .product li:nth-child(4n) {
    margin-right: 0;
}

.s-item-n .product a {
    display: block;
}

.s-item-n .product a div.pimg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 144% 0 0;
}

section .product h3 {
    font-size: .22rem;
    line-height: 2;
    color: #231815;
    margin-top: 8px;
}

section .product h3 + div {
    font-size: .22rem;
    line-height: 2;
    color: #231815;
    margin-bottom: 24px;
}

.s-mov {
    background: #fff;
    padding: 5%;
    text-align: center;
}

.s-mov section > div {
    width: 100%;
}

.product-cat {
    margin-bottom: 40px;
}

.product-cat a {
    font-size: .22rem;
    line-height: 2;
    color: #231815;
    margin-top: 8px;
    font-weight: bold;
    margin-right: 16px;
}

/*
.sub-cat {
  margin-bottom: 40px;
}*/
.sub-cat a {
    font-size: .22rem;
    line-height: 2;
    color: #231815;
    margin-top: 8px;
    font-weight: bold;
    margin-right: 16px;
}

.s-cartitem1 section > div:first-child div {
    margin-bottom: 24px;
}

.s-cartitem1 section > div:first-child div img {
    width: 100%;

}

@media screen and (max-width: 768px) {
    .s-item-n .product li {
        width: calc((100% - 3%) / 2);
        margin-right: 3%;
    }

    .s-item-n .product li:nth-child(2n) {
        margin-right: 0;
    }

    .product-cat a,
    section .product h3,
    section .product h3 + div,
    .sub-cat a {
        font-size: 16px;
    }

    .iframe-wrap {
        max-width: 800px;
        margin: 0 auto;
        position: relative;
        padding-top: 56.25%;
    }

    .iframe-wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/*★product-detail -------------------------------------------------------------------------*/
.product-img .bx-wrapper {
    margin: 0 auto 32px;
}

.product-img .bx-wrapper li img {
    margin: 0 auto;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
}

.product-img .bx-pager {
    letter-spacing: -.4em;
}

.product-img .bx-pager a {
    letter-spacing: normal;
    display: inline-block;
    width: 25%;
}

.product-img .bx-pager a div {
    padding: 100% 0 0;
}

.product-contents dl {
    width: 100%;
    margin: 8px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.product-contents dt, .product-contents dd {
    width: 50%;
    background: #eee;
    text-align: center;
    font-weight: normal;
    padding: 16px;
    border-bottom: 1px solid #fff;
    line-height: 1.3;
}

.product-contents dd.td-input {
    background: #000;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-contents dd.td-input form {
    width: 100%;
}

.product-contents dd input[type="submit"] {
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 16px;

    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin: 0 8px;
    text-align: center;
    line-height: 1;
}

.product-contents dd:hover {
    opacity: 0.5;
}

.product-contents dd.sold-out {
    color: #fff;
    background: #f00;
}

.product-contents dd.sold-out:hover {
    opacity: 1;
}

.product-contents .tbl-size {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.product-contents .tbl-size th,
.product-contents .tbl-size td {
    width: auto;
    padding: 8px 16px;
    background: none;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.product-contents .tbl-size th {
    background: #eee;
}

.soldout {
    color: #f00;
}

.redSale {
    display: inline-block;
    color: rgb(255, 0, 0);
    position: relative;
    padding-left: 8px;
}

.redSale::before {
    display: inline-block;
    content: "";
    width: 52px;
    height: 1px;
    bottom: 50%;
    position: absolute;
    left: -94%;
    background: rgb(255, 0, 0);
}

.product-contents h3, .product-contents p {
    margin: 8px auto;
}

.item-number {
}

.price {
    font-size: 24px;
}

.btn-favorite {
    margin: 16px 0 40px;
    text-align: center;
    width: 100%;
}

.btn-favorite a {
    display: inline-block;
    padding: 8px 12px;
    background: #000;
    color: #fff;
}

@media screen and (min-width: 769px) {
    .product-img {
        margin-top: 32px;
        float: left;
        width: 40%;
    }

    .product-contents {
        margin-top: 32px;
        float: right;
        width: 60%;
        padding-left: 40px;
        display: block;
    }

    .product-contents h3 {
        margin-top: 0;
    }

    .product-img .bx-wrapper li {
        /*height: 400px;*/
    }
}

@media screen and (max-width: 768px) {
    .product time {
        margin-top: 24px;
    }

    .tbl-scroll {
        overflow-x: scroll;
    }
}

.privacy {
    width: 76%;
    min-height: calc(100vh - 290px);
}

html {
    height: 100%;
}

body {
    height: 100%;
}

.comingsoon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.relatedItems {
    margin-top: 40px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .relatedItems {
        padding: 0;
    }
    .privacy {
    width: 100%;
    min-height: calc(100vh - 290px);
}
}

.product-contents .itemIcon {
    display: inline-block;
}

.product-contents .itemIcon span {
    margin: 0 -4px 4px 8px;
    padding: 0 4px;
}

.itemIcon span {
    display: inline-block;
    color: #fff;
    padding: 2px 6px;
    font-weight: normal;
    letter-spacing: normal;
    background: #f00;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 0 4px 0;
}

.icon-box {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.sns-btn {
    letter-spacing: -.4em;
    margin: 16px 0;
    width: 100%;
    padding: 0;
}

.sns-btn a {
    display: inline-block;
    color: #fff;
    padding: 16px 8px;
    text-align: center;
    background: #B5B5B6;
    font-size: 12px;
    min-width: 16%;
    width: 33.3%;
    letter-spacing: normal;
}

.sns-btn a:nth-child(1) {
    background: #036EB8;
}

.sns-btn a:nth-child(2) {
    background: #2EA7E0;
}

.sns-btn a:nth-child(3) {
    background: #13AE67;
}

.item-l h1 {
    padding: 0 5%;
    font-size: .82rem;
    margin-bottom: -40px;
}

.p-pdtail h1 {
    font-size: .82rem;
    margin-top: 0;
}

.contents > .contents.p-pdtail {
    padding: 5%;
}

.product-img img {
    width: 100%;
    margin-bottom: 16px;
}

@media screen and (max-width: 768px) {

    .item-l h1,
    .p-pdtail h1 {
        font-size: 28px;
    }

    .item-l h1 {
        font-size: 28px;
        margin-bottom: -20px;
    }

    .sns-btn a {
        width: 100%;
        margin-bottom: 8px;
    }
}

