@charset "UTF-8";

/* fontawesome 通常より少しだけ小さく */
.fa-sm {
    font-size: 0.95em !important;
}

.product-icatch {
    width: 93%;
    margin: 3% auto 2% auto;
    padding: 1%;
}

.product-icatch .subcatch {
    font-size: 1.4rem;
    color: #3f2000;
    position: relative;
    border: 2px solid #663300;
    padding: 2% 2% 2% 3%;
    text-align: left;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline-block;
    margin: 0;
}

.product-icatch .subcatch strong {
    background-color: #FBF673;
}

.product-icatch .subcatch:after,
.product-icatch .subcatch:before {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.product-icatch .subcatch:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 15px;
    margin-left: -15px;
}

.product-icatch .subcatch:before {
    border-color: rgba(102, 51, 0, 0);
    border-top-color: #663300;
    border-width: 18px;
    margin-left: -18px;
}

.product-icatch .catch {
    text-align: center;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 20px;
    font-family: 'Zen Antique', serif;
    font-size: 28px;
}

.product-icatch .catch strong {
    font-size: 44px;
    font-weight: normal;
}

.product-icatch .mainV {
    text-align: center;
    margin: 5px 0 0;
}

.product-icatch .mainV p {
    margin: 0.7% 0 0 0;
    text-align: right;
    font-size: 0.8rem;
}

@media screen and (max-width:480px) {
    .product-icatch .mainV img {
        width: 100%;
    }
}

.product-icatch .subCatch2 {
    margin: 0.5em 1em 1em;
    font-family: 'Zen Antique', serif;
}

.product-icatch .subCatch2 h3 {
    font-size: 1.5rem;
    color: #000;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-icatch .subCatch2 h3 strong {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
    padding: 0 5px 1px;
    text-shadow: -1px -1px 0px white, 1px -1px 0px white, 1px 1px 0px white, -1px 1px 0px white, 0px 0px 25px white, 0px 0px 20px white;
}

.product-icatch .subCatch2 h3 span {
    background-color: #f1f1f1;
    font-size: 1.16rem;
    padding: 3px 10px;
    display: inline-block;
    margin-right: 10px;
}

.pic {
    text-align: center;
    margin: 0 3% 5%;
}

.pic ul {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    margin: 0 5% 3%;
    display: flex;
    gap: 2%;
    justify-content: center;
}

.pic ul li {
    /* float: left;
  width: 48%; */
    flex: 0 0 49%;
}

.pic ul li img {
    width: 100%;
    display: block;
}

.pic ul li p {
    margin: 0 0 0 0;
    text-align: left;
    padding: 4.5%;
    background-color: #f1f1f1;
    position: relative;
}

.pic ul li p:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(224, 224, 224, 0);
    border-bottom-color: #f1f1f1;
    border-width: 10px;
    margin-left: -10px;
}

.pic ul li:last-child {
    /* margin-left: 4%; */

}

@media screen and (max-width: 767px) {
    .pic ul li p {
        /* margin-top: 4%;
        margin-bottom: 10%; */
    }

    .pic ul li:last-child p {
        margin-bottom: 0;
    }
}

.contents-wrap {
    font-size: 1.1em;
    line-height: 1.7;
}

.contents-wrap .head span {
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fbf673 0%);
}

@media screen and (max-width: 767px) {
    .contents-wrap .head {
        font-size: 1rem;
    }
}

.contents-wrap .head.brands .comment {
    margin: 5% 2% 3%;
    padding: 2em 0 1.5em;
    /* background-color: #F5ECDB; */
    color: #111;
    font-size: 1.05em;
    border-top: solid 2px #663300;
    border-bottom: solid 2px #663300;
}

.contents-wrap .head.brands p {
    padding-bottom: 0.5em;
}

.contents-wrap .head.brands strong {
    font-size: 1.12em;
    display: block;
    margin: 1em 0 0;
    color: #e54c00;
    /* background-image: url(../img/icon11.gif);
  background-repeat: no-repeat;
  background-position: left top 10px;
  padding-left: .4em; */
    margin-left: -.5em;
}

.contents-wrap .head-text {
    /* font-size: 1.08rem; */
    margin: 1.3rem 0 1rem;
    text-align: left;
    line-height: 1.7;
    border-bottom: solid 2px #900;
    padding: 0 2% 1.5%;
    font-weight: 800;
    font-family: "Noto Serif JP", serif;
}

.contents-wrap .head-text>strong {
    display: block;
    font-size: 1.6rem;
    margin-left: -0.7em;
    margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
    .contents-wrap .head-text>strong {
        font-size: 1.25rem;
        margin: 0;
        position: relative;
    }
}

.contents-wrap .head-text>strong:before {
    content: "「";
}

@media screen and (max-width: 767px) {
    .contents-wrap .head-text>strong:before {
        position: absolute;
        top: 0;
        left: -1em;
    }
}

.contents-wrap .head-text>strong:after {
    content: "」";
}

.contents-wrap .head-text p.head-text_p {
    padding: 0;
    line-height: 1.4;
    font-size: 1.12rem;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .contents-wrap .head-text p.head-text_p {
        font-size: 1.04rem;
        line-height: 1.6;
        font-weight: 600;
    }
}

@media screen and (max-width: 480px) {
    .contents-wrap .head-text p.head-text_p {
        line-height: 1.5;
    }
}

.contents-wrap .head-text p.head-text_p .htpInst {
    color: #111;
    font-size: 0.8rem;
    display: block;
    padding: 0 0 0.2em 0.8em;
}

@media screen and (max-width: 767px) {
    .contents-wrap .head-text p.head-text_p .htpInst {
        padding: 0.8em 0 1em 0;
    }
}

.contents-wrap h6 {
    font-size: 22px;
    margin: 3% 0 2%;
    padding: 2%;
    text-align: center;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    background: #fad79d;
    font-family: "Noto Serif JP", serif;
    font-weight: 800;
}

.contents-wrap h6:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(250, 215, 157, 0);
    border-top-color: #fad79d;
    border-width: 10px;
    margin-left: -10px;
}

.contents-wrap ul.ast {
    margin: -0.6em 2% 0.5em 2.8em;
    list-style: disc;
}

.contents-wrap ol.ast {
    margin: -0.6em 2% 0.5em 3.5em;
    list-style: decimal;
}

.contents-wrap p {
    padding: 0.4em 2% 1.1em;
}

.contents-wrap p span.marker {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ffff66 60%);
}

/*迷子のお振込みが増えています*/
.company#mainContents .att {
    border: 2px solid #630;
    padding: 1% 2%;
    margin: 0 3% 3%;
}

.company#mainContents .att.curve4 {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.company#mainContents .att span {
    display: block;
    font-size: 1.08em;
}

.company#mainContents .att span i {
    color: #c20;
    margin-right: 1%;
}

.toCartPart {
    text-align: center;
    margin: .5em 0 2.5em;
    font-size: 1.35rem;
}

@media screen and (max-width: 767px) {
    .toCartPart {
        margin: 1.2em 0.5em 2.5em;
        font-size: 1.2rem;
    }
}

.toCartPart a {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.4, #FDFDFD), color-stop(0.95, #EDEDED), color-stop(1, #DEDEDE));
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 40%, #ededed 95%, #dedede 100%);
    border: solid 1px #bdbcbd;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: solid 2px #bdbcbd;
    display: inline-block;
    padding: 1.35rem 5%;
    position: relative;
    font-family: 'Zen Antique', serif;
    font-weight: 400;
    font-style: normal;
}

/* .toCartPart a:after {
  vertical-align: middle;
  font-family: "FontAwesome";
  content: "\f107";
  margin-left: 0.5em;
} */

.toCartPart.padding2 {
    padding: 2% 0;
}

.setItems .item {
    border: solid 2px #ccc;
    padding: 15px 22px;
    margin: 3% 3%;
    overflow: hidden;
    *zoom: 1;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.08em;
    line-height: 1.5;
}

.setItems .item h6 {
    font-size: 1.1em;
    margin-bottom: 2%;
    color: #f26600;
    font-weight: bold;
}

.setItems .item img {
    float: right;
    width: 220px;
    margin: 0 0 0 15px;
}

.catch-copy {
    font-size: 1.25rem;
    background-color: #f5ecdb;
    padding: 2.5% 2%;
    text-align: center;
    margin: 3% 0;
    position: relative;
    font-family: "Noto Serif JP", serif;
}

.catch-copy:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(245, 236, 219, 0);
    border-top-color: #f5ecdb;
    border-width: 10px;
    margin-left: -10px;
}

.album {
    margin: 2% 4% 7%;
}

.album .album_head {
    padding: 0 3%;
}

.album .album_head .pic {
    margin: 0 0 2%;
}

.album .album_head img {
    width: 100%;
}

.album ul.flexbox {
    display: flex;
    margin: 0;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: center;
}

.album ul.flexbox li {
    flex: 0 0 49%;
}

.album figure {
    text-align: center;
    overflow: hidden;
    *zoom: 1;
    margin: 4% 10% 2%;
}

.album figure figcaption {
    font-size: 1.1;
    text-align: left;
    line-height: 1.8;
    padding-top: 0.5em;
    padding-bottom: 1.1em;
}

/* .album>div:first-of-type {
  display: flex;
} */

@media screen and (min-width: 768px) {
    /* .album>div:first-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5% 3% 0;
    flex-direction: row-reverse;
  }

  .album>div:first-of-type .pic {
    width: 48%;
    margin: 0;
  }

  .album>div:first-of-type .com {
    width: 48%;
  } */
    ;
}

@media screen and (max-width: 767px) {
    /* .album>div:first-of-type {
    flex-direction: column;
    padding: 2% 3%;
  }

  .album>div:first-of-type .com {
    margin-top: 2%; 
  } */
    ;
}

.album dl {
    overflow: hidden;
    *zoom: 1;
    margin: 4% 3% 2%;
}

.album dl dt {
    width: 48%;
    float: left;
    padding-bottom: 3%;
}

.album dl dd {
    padding: 0 0 3% 52%;
}

.album dl img {
    display: block;
}

.album dl p {
    margin: 3% 0%;
}

.photo {
    width: 480px;
    margin: auto;
}

.set-summary {
    margin-bottom: 2rem;
}

.set-summary-thumb {
    text-align: center;
    margin-bottom: .6rem;
}

.set-summary-title {
    width: 100%;
    text-align: center;
    padding: 6px 0 3px 0;
}

.bg-yellow {
    background: #F3EBA8;
}

.bg-orange {
    background: #FAD79D;
}

.bg-blue {
    background: #e0eef8;
}

.set-detail-wrap {
    padding-top: 0;
}

.set-detail-head {
    background-image: url(../rsp/img/dot_br.gif);
    background-repeat: repeat-x;
    background-position: left center;
    margin: 5px 0 8px;
}

.set-detail-head .block {
    display: inline-block;
    background: #fff;
    font-weight: bold;
    color: #e54c00;
    font-size: 1.06rem;
    padding: 0 5px 0 17px;
    background-color: #FFF;
    background-image: url(../rsp/img/icon11.gif);
    background-repeat: no-repeat;
    background-position: left 0.4em;
    z-index: 1;
}

.set-detail-head-wrap p {
    margin-top: 1rem;
    margin-left: 1rem;
}

.set-items {
    overflow: hidden;
    margin: 1rem 1% 0;
}

.set-item {
    margin: 1.5% 0 3% 0;
    border: 1px solid #E4C193;
    padding: 10px;
    border-radius: 4px;
    list-style: none;
}

.set-item:first-of-type {
    margin-top: 0;
}

.set-item-title {
    background-image: url(../rsp/img/dot_br.gif);
    background-repeat: repeat-x;
    background-position: left center;
    margin: 5px 0 8px;
}

.set-item-title .block {
    display: inline-block;
    font-size: 1.06rem;
    font-weight: bold;
    color: #630;
    padding: 0 5px;
    background-color: #fff;
}

.set-item-text {
    margin: 0 8px;
}

.highcone {
    padding: 4%;
    background-image: url(../rsp/img/bg/block.gif);
}

.highcone p {
    margin: 1rem 0;
}

#cart .product-detail {
    margin-bottom: 0;
    padding-left: 0;
    padding: 0;
}

@media screen and (min-width: 768px) {
    #cart .contents-wrap .product-detail p {
        padding-left: 1em;
        padding-right: 1em;
    }

    #cart .contents-wrap .product-detail .col-12 p {
        padding: .4em 1em 1.1em;
    }

    #cart .contents-wrap .product-detail dd p {
        padding: 0;
        font-size: .85em;
        text-align: right;
    }
}

#cart .contents-wrap {
    padding-bottom: 0;
}

#cart .contents-wrap p:last-child {
    padding-top: 0;
}

#cart p i {
    display: inline;
}

.product-detail {
    border: none;
}

.product-detail .col.col-5.left {
    width: 300px;
}

.product-detail .col.col-7.right {
    width: 380px;
}

.product-detail .col.col-7.right p {
    text-align: right;
    padding: 5px 0 0;
    font-size: 0.9rem;
}

.product-detail .col-12 {
    line-height: 1.6;
}

.product-detail .col-12 .price-red {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.product-detail .col-12 .marker {
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, #fbf673 60%);
}

.product-detail .col-12 p:nth-child(2) {
    /* background-color: #f1f1f1; */
    padding: 2%;
    margin-bottom: 3%;
}

.product-detail .product-list {
    line-height: 1.7;
}

.product-detail .product-list li {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .product-detail .col-12 p:nth-child(2) {
        /* padding: 3% 4%; */
        ;
    }
}

#cart .product-detail>dl {
    display: flex;
    gap: 1%;
}

@media screen and (min-width: 768px) {
    #cart .product-detail>dl {
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 1%;
    }

    #cart .product-detail>dl dt {
        width: 44%;
    }

    #cart .product-detail>dl dd {
        width: 52%;
    }
}

@media screen and (max-width: 767px) {
    #cart .product-detail>dl {
        flex-direction: column;
        padding: 2%;
    }

    #cart .product-detail>dl dd {
        margin-top: 2%;
    }

    #cart .product-detail>dl dd p {
        text-align: right;
        padding: 0;
        margin-top: 0.3em;
        font-size: 0.8rem;
    }
}

.tocart {
    padding: 15px 15px 10px !important;
    margin-bottom: 20px;
}

.tocart ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    *zoom: 1;
}

.tocart ul li.name {
    font-weight: bold;
    display: block;
    font-size: 1.1em;
    float: none;
}

.tocart ul li.price {
    font-weight: bold;
    margin: 0 0 0px 1em;
    float: none;
}

.tocart ul li.price .post {
    font-size: 0.85em;
    white-space: nowrap;
    display: inline-block;
    background-color: #E8E1A7;
    padding: 3px 5px;
    line-height: 1.4em;
    font-weight: normal;
    color: #000;
    margin-left: 6px;
    vertical-align: middle;
}

.ps-content p {
    margin: 2% 2% 4%;
    padding: 0;
}

.ps-content p:last-child {
    text-align: center;
}

.ps-content p:last-child img {
    width: 80%;
    height: auto;
}

@media screen and (max-width: 480px) {
    .ps-content p:last-child img {
        width: 90% !important;
    }
}

.ps-content p:last-child span {
    display: block;
    text-align: right;
    padding: 1% 9% 0 0;
    font-size: 0.9em;
}

.is-pc-only {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .is-pc-only {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    figure img {
        zoom: 1;
    }

    .album dl img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 480px) {
    .gutters .col-5 {
        width: 44%;
    }
}

@media screen and (max-width: 768px) {
    .gutters .col-5 {
        width: auto;
        max-width: 100%;
    }
}

.marker {
    display: inline;
    font-weight: 700;
    background-image: linear-gradient(0deg, #fbbf2480 0.5em, transparent 0.5em);
}

#header .tel {
    width: auto;
    max-width: 50%;
}

@media (max-width: 768px) {
    body {
        font-size: 1em;
    }

    #main {
        width: 100% !important;
        margin: 0 auto;
        background-position: 0 3.5rem;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    #main .product-icatch .subCatch2 {
        margin: 4% 0 8%;
    }

    #main .product-icatch .subCatch2 h3 br.pc {
        display: none;
    }

    #main .contents-wrap {
        margin: 0;
    }

    #main .contents-wrap .pic ul li span {
        padding: 3%;
        line-height: 1.5;
        height: 3.8em;
    }

    #main .contents-wrap .product-detail .right img {
        display: block;
        width: 80%;
        margin: auto;
    }

    #header {
        height: auto;
        padding: 0 0 2% 0;
    }

    #header h1 {
        width: 40%;
        margin: 2% 0 0 2%;
    }

    #header .tel {
        margin: 2% 2% 0 0;
    }

    .set-summary {
        margin-bottom: 0;
    }

    .set-summary-title {
        margin-bottom: 1rem;
    }

    #buy {
        margin: 30px 0;
    }

    .table-container {
        width: 96%;
        margin-right: auto;
        margin-left: auto;
    }

    .carriage-table,
    .contact-container {
        width: 96%;
        float: none;
        margin: 0 auto;
    }

    .product-detail .col.col-5.left {
        width: 100%;
        float: none;
    }

    .product-detail .col.col-7.right {
        width: 100%;
        float: none;
    }

    #buy .order-body,
    #buy .gift-body {
        padding-bottom: 20px;
    }

    #sou table {
        width: 100%;
        table-layout: fixed;
    }

    #sou table tbody {
        width: inherit;
    }

    #buy .pay-body {
        padding-bottom: 20px;
    }

    .full-width {
        width: 100%;
    }

    .half-width {
        width: 50%;
    }

    .txt {
        margin: 30px;
    }

    .is-sp-show {
        display: table !important;
    }

    .is-sp-hide {
        display: none !important;
    }
}

@media (max-width: 480px) {
    #header {
        padding: 0;
    }

    #header #logo {
        width: 50%;
        padding: 0;
        float: none;
        text-align: center;
        width: auto;
        margin-left: 2%;
    }

    #header #tel {
        padding-right: 0;
        margin: 0 auto;
        float: none;
    }

    #header h1 {
        width: 55%;
        margin: 0 0 0 2%;
        text-align: center;
    }

    #header .tel {
        width: 22%;
        float: right;
        margin: 0;
        text-align: center;
    }

    .tell-btn {
        display: block;
        background: #553211;
        color: #fff;
        padding: 4% 3% 6% 3%;
    }

    .tell-lead {
        font-size: .8rem;
    }

    .tell-btn .tell-icon {
        display: block;
        vertical-align: middle;
        width: 50%;
        margin: .4rem auto .2rem auto;
    }

    .tell-btn .tell-text {
        display: inline-block;
        margin-top: 2%;
        vertical-align: middle;
        text-align: center;
    }

    .table-container {
        display: block;
    }

    .buy-half-table {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .buy-half-table:first-of-type {
        border-right: solid 1px #666;
    }

    .product-icatch {
        width: 97%;
    }

    .product-icatch .subcatch {
        display: block;
        font-size: 1.1rem;
        padding: 3% 2% 3% 3%;
        position: relative;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .product-icatch .subcatch:after,
    .product-icatch .subcatch:before {
        top: 100%;
        left: 20%;
    }

    .product-icatch .subcatch:after {
        border-width: 10px;
        margin-left: -10px;
    }

    .product-icatch .subcatch:before {
        border-width: 13px;
        margin-left: -13px;
    }

    .product-icatch .catch {
        font-size: 1.2rem;
        margin: 0 -2% 3%;
        padding: 2.6% 0;
    }

    .product-icatch .catch strong {
        font-size: 2.2rem;
    }

    .product-icatch .catch span {
        font-size: 1.24rem;
    }

    .product-icatch .catch span strong {
        font-size: 1.48rem;
    }

    .product-icatch .mainV p {
        width: auto;
    }

    .product-icatch .subCatch2 {
        margin: 4% 0 8%;
    }

    .product-icatch .subCatch2 h3 {
        font-size: 1.07rem;
        text-align: left;
    }

    .product-icatch .subCatch2 h3 br.pc {
        display: none;
    }

    .product-icatch .subCatch2 h3 span {
        padding: 0;
        background: none;
        border-bottom: dotted 2px #000;
        font-size: 1em;
        margin-right: 5%;
    }

    .product-icatch .subCatch2 h3 strong {
        background: linear-gradient(rgba(0, 0, 0, 0) 60%, #f4a629 60%);
    }

    .catch-copy {
        margin: 1em 0px 1.2em;
        padding: 4% 2%;
        font-size: 1.12rem;
        font-weight: 600;
    }

    .catch-copy i:last-child {
        display: none;
    }

    .pic {
        margin-bottom: 0;
    }

    .pic ul {
        margin: 0 2% 1.2em;
        flex-direction: column;
        gap: 1em;
    }

    .pic ul li {
        width: 100%;
        margin: 0 !important;
        float: none;
    }

    .pic ul li p {
        font-size: 0.9em;
    }

    .contents-wrap {
        font-size: 1.05rem;
    }

    .contents-wrap .head-text {
        font-size: 1.15rem;
        text-align: left;
        font-weight: normal;
    }

    .contents-wrap.set-detail-wrap .set-items {
        margin: -2% 1% 2%;
    }

    .contents-wrap.set-detail-wrap .set-items .set-item-thumb {
        text-align: center;
        padding-bottom: 2%;
    }

    .contents-wrap.set-detail-wrap .set-items .set-item-text {
        padding-left: 0;
        padding-right: 0;
        font-size: 0.9em;
    }

    .contents-wrap ul.ast {
        margin: -0.6em 2% 0.5em 2.2em;
        list-style: disc;
    }

    .contents-wrap ol.ast {
        margin: -0.6em 2% 0.5em 2.5em;
        list-style: decimal;
    }

    .contents-wrap h6 {
        font-size: 20px;
        margin: 3% -3% 2%;
        padding: 3% 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }

    .contents-wrap .head.brands {
        font-size: 15px;
    }

    .contents-wrap .head.brands strong {
        line-height: 1.4;
    }

    .contents-wrap .head.brands p {
        line-height: 1.6;
    }

    .contents-wrap .head.brands p.comment {
        padding-top: 10%;
        font-size: 16px;
    }

    .toCartPart a {
        margin: 1em 10% 8%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.4, #FDFDFD), color-stop(0.95, #EDEDED), color-stop(1, #DEDEDE));
        background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
        background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
        background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
        background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
        background-image: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 40%, #ededed 95%, #dedede 100%);
        border: solid 1px #bdbcbd;
        display: block;
        border-width: 2px;
        padding: 1.2em 5%;
        position: relative;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .toCartPart a i {
        vertical-align: middle;
    }

    .setItems .item {
        font-size: 1em;
        padding: 2% 3%;
    }

    .setItems .item img {
        display: block;
        float: none;
        width: 80%;
        margin: 0 auto 2%;
    }

    .toCartPart.padding2 {
        padding: 2%;
    }

    .album {
        margin: 2% 4% 14%;
    }

    .album .album_head {
        padding: 0;
    }

    .album .album_head .pic {
        margin: 0 0 3%;
    }

    .album .album_head .com {
        margin: 3% 0;
        line-height: 1.6;
        font-size: .95rem;
    }
}

@media screen and (max-width: 480px) {
    .album ul.flexbox {
        flex-direction: column;
        margin: 0;
    }
}

.album img {
    width: 100%;
}

.album figure {
    overflow: hidden;
    *zoom: 1;
    margin: 4% 2% 2%;
}

.album figure figcaption {
    line-height: 1.5;
}

.album figure figcaption br {
    display: none;
}

.album dl {
    overflow: hidden;
    *zoom: 1;
    margin: 4% 0 2%;
}

.album dl dt,
.album dl dd {
    width: 94%;
    margin: 0 auto;
}

.album dl dt {
    float: none;
}

.album dl dd {
    padding: 0 0 4%;
}

.album dl img {
    display: block;
    zoom: 1;
}

.album dl p {
    margin: 3% 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.album ul {
    overflow: hidden;
    *zoom: 1;
    list-style: none;
    margin: 0 1% 5%;
}

.album ul li {
    width: 100%;
    margin: 0 0 2.5% 0 !important;
}

.album ul li img {
    margin: auto;
    display: block;
}

.album ul li p {
    padding: 3% 0;
    font-size: 0.95em;
    line-height: 1.5;
}

.photo {
    margin: 7% auto 0;
    width: 98%;
}

.txt {
    margin: 0 4%;
}

.product-detail img {
    width: 100%;
}

.product-detail-wrap .product-detail-head {
    text-align: center;
}

.product-detail-wrap .product-detail-head .block {
    display: block !important;
    padding: 3.5% 2%;
    margin: 0 -3%;
    white-space: normal;
    border-left: none;
    border-right: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
}

.product-detail-wrap .product-detail-head .block:after,
.product-detail-wrap .product-detail-head .block:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.product-detail-wrap .product-detail-head .block:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.product-detail-wrap .product-detail-head .block:before {
    border-color: rgba(120, 69, 19, 0);
    border-top-color: #784513;
    border-width: 13px;
    margin-left: -13px;
}

.product-detail-wrap .product-detail {
    margin: 0;
    border: none;
    padding: 0;
}

.product-detail-wrap .product-detail .col.col-5.left {
    width: 100%;
    margin-top: 3%;
}

.product-detail-wrap .product-detail .col.col-7.right {
    float: none;
    display: block;
    width: 100%;
}

.product-detail-wrap .product-detail .col.col-7.right img {
    width: 98% !important;
}

.product-detail-wrap .product-detail .col.col-7.right p {
    padding: 2% 0 2% 0;
}

.product-detail-wrap .product-detail ul.product-list {
    margin-top: 0;
}

.tocart {
    overflow: hidden;
    *zoom: 1;
}

.tocart ul {
    overflow: hidden;
    *zoom: 1;
}

.tocart ul li.price {
    width: auto;
    display: inline-block;
    padding: 0;
    float: none;
    overflow: hidden;
    *zoom: 1;
}

.tocart ul li.price strong {
    margin: 0;
}

.tocart ul li.cart {
    width: auto;
    margin: 0;
    display: inline-block;
    padding: 0;
    /* float: none; */
    overflow: hidden;
    *zoom: 1;
    text-align: right;
}

.tocart ul select {
    font-size: 17px;
    width: 5em;
}

@media screen and (max-width: 480px) {
    .tocart ul li.cart select {
        height: auto;
        font-size: 17px;
        padding: .6rem 1%;
        border-color: #777;
    }

    .tocart ul li.price {
        margin-left: 0;
    }

    .tocart ul li.cart {
        float: none;
        width: 100%;
    }
}

.ps-content {
    margin: 0 0 7%;
}

.ps-content .head strong {
    font-size: 1.1rem;
    padding: 2% 8%;
}

.ps-content p {
    width: 100%;
    float: none;
    padding: 6% 2%;
    font-size: 1rem;
    margin: 0;
}

.ps-content p:last-child {
    padding-top: 0;
}

.ps-content p:last-child img {
    width: 100%;
}

.ps-content p:last-child span {
    padding: 2% 0 0 0;
}

.img_right15 {
    display: block;
    float: none;
    margin: .6rem auto 1rem auto;
}

.is-pc-tablet {
    display: block;
}

.is-sp-only,
.is-sp-show {
    display: none;
}

@media screen and (max-width:480px) {
    .is-sp-only {
        display: block !important;
    }

    .is-pc-tablet {
        display: none !important;
    }

    .is-sp-only,
    .is-sp-show {
        display: block;
    }
}


.black {
    color: #000;
}