@charset "euc-jp";

.container-section_detail {
    word-break: break-all;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
}

.prd-opt-src {
    display: none !important;
}

.productsty {
    width: 100%;
    margin: 65px 0 0;
}

.product-image {
    width: 50%;
    display: block;
    padding-bottom: 72px;
}

.infobase {
    width: 50%;
    position: sticky;
    top: 0;
}

.product-image-main img {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.product-image-thumb li {
    float: left;
    margin-top: 1px;
    cursor: pointer;
    padding: 0 1px 0;
}

.product-image-thumb li:nth-of-type(n+4) {
    float: left;
    margin-top: 1px;
    cursor: pointer;
    padding: 0 1px 0 0;
}

.ttl-h2prod {
    margin: 24px 0 16px;
    font-size: 2.8rem;
    text-align: left;
    font-family: a-otf-midashi-go-mb31-pr6n,
    sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    padding: 0 10px;
}

.btn-02 {
    background-color: #2B65FF;
    border: none;
    border-radius: 4px;
    height: 72px;
    font-size: 2.4rem;
}

.btn-02:hover {
    background-color: #668FFF;
    border: none;
}

.thumb {
    max-width: 100%;
    width: auto;
    height: auto;
    border: 1px solid #dbdbdb;
}

.thumb-active {
    border: 1px solid < {
        $current_color
    }

    > ;
}

.product-exp {
    clear: both;
    padding: 64px 1%;
    border-top: 1px solid #dbdbdb;
    line-height: 1.8;
    font-size: 1.6rem;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.product-spec-block {
    margin-bottom: 20px;
}

.product-spec-block table {
    width: 100%;
}
.product-spec-block table th{
    display: none;
}
.product_sales {
    margin-bottom: 24px;
    letter-spacing: 0.05rem;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 0 8px;
}
.product-spec-table {
    margin-bottom: 20px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    /*      border-top: 1px solid #dbdbdb;*/
}

.product-spec-table th {
    padding-top: 1em;
    padding-right: .5em;
    padding-bottom: 1em;
    /*
      border-right: 1px solid #dbdbdb;
      border-bottom: 1px solid #dbdbdb;
*/
}

.product-spec-table td {
    overflow: hidden;
    /*      border-bottom: 1px solid #dbdbdb;*/
}

.product-spec-table th {
    width: 15%;
    border: none;
    padding: 4px;
}
.product-order-form {
    display: flex;
}
.product-order-form th{
    display: flex !important;
    width: 20%;
    align-items: center;
    justify-content: center;
    height: 48px;
}

.product-spec-table td {
    width: 100%;
    border: none;
    padding: 4px;
}
.price_box {
    display: flex;
}
.product-proper-ttl {
    font-size: 1.8rem;
    color: #e00;
    border: 2px solid #e00;
    display: inline-block;
    margin: 10px 8px -10px;
    padding: 0 10px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-style: normal;
}
.product-proper {
    text-decoration: line-through;
    color: #e00;
    padding-left: 12px !important;
}
.product-spec-table select {
    border-radius: 0px;
    width: 100%;
    height: 48px;
}

.cartbtn {
    width: 100%;
}

.product-order-form input {
    float: left;
    width: 100%;
    border-radius: 0px;
    line-height: 30px;
    height: 48px;
    padding: 0 0 0 11px;
}

.product-unit,.product-init {
    display: none;
}

.product-init-num {
    text-align: left;
    box-sizing: border-box;
}

.product-option-table td div {
    margin-bottom: .5em;
}

.product-info-lst {
    margin-bottom: 2em;
}

.product-info-lst li {
    margin: 0;
}

.product-info-lst a {
    color: #444;
    text-decoration: none;
}

.product-info-lst a:hover {
    text-decoration: underline;
}

.product-review {
    margin-bottom: 30px;
}

.product-review a {
    font-weight: bold;
}

.prd_detail {
    display: flex;
    justify-content: space-between;
}
.prd_detail li {
    width: 49%;
    padding: 16px 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
}
.table_price{
    display: none !important;
}
.social-share {
    margin-top: 1.5em;
}

.social-share li {
    margin-bottom: .5em;
}

.product-cart-btn {
    margin-top: 1em;
}

.product-member-sale-msg {
    color: #df7676;
}

.stock_error {
    margin: .5em 0;
    color: #f00;
    font-weight: bold;
    font-size: 123.076%;
    line-height: 3;
}

#trackback {
    margin-bottom: 40px;
}

.trackback-block {
    clear: both;
}

.trackback-url {
    padding: .5em;
}

.together-block {
    clear: both;
}

.text-titles-list__detail-text {
    width: 85%;
}

/*  クイックカートイン CSS  */

.cart_in_modal,
.cart_in_error_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 20000;
    display: flex;
    overflow: auto;
}
.product_main_wrap {
    position: relative;
}
.main_ttl_ja_h1 {
    font-size:24px;
    margin-bottom:48px;
    line-height:1.4;
    display:block;
}
.main_ttl_en_h1 {
    font-size:36px;
    margin-bottom:48px;
    font-family:antique-olive-condensed,sans-serif;
    line-height:1;
    display:block;
}
.sub_ttl {
    font-size:24px;
    margin-bottom:24px;
    position: relative;
}
.sub_ttl::before{
    content: "";
    position:absolute;
    bottom:6px;
    width:100%;
    height:6px;
    background-color:#91AEFD;
    z-index:-1;
}
.item_describe_ttl {
    font-size:16px;
    margin-bottom:8px;
    display:block;
    font-weight: bolder;
}
.item_describe {
    font-size:16px;
    margin-bottom:32px;
    display:block;
}
.item_describe_2 {
    font-size:16px;
    margin-bottom:8px;
    display:block;
}
.table_lyout {
    width:100%;
    border: 1px solid #efefef;
    text-align: center;
    margin-bottom: 32px;
    font-size: 16px;
}
.table_lyout_last{
    text-align: left;
    padding:8px;
}
.table_lyout_1_td {
    background-color: #efefef;
    padding: 8px 0;
    width:25%;
}
.table_lyout_2_td_1 {
    background-color: #efefef;
    padding: 8px 0;
    width:25%;
    border-bottom:1px solid #fff;
}
.table_lyout_2_td_2 {
    text-align: left;
    border-bottom:1px solid #efefef;
    padding:8px;
}
.table_lyout_center_th{
    background-color: #efefef;
    padding: 8px 0;
}
.table_lyout_center {
    padding:8px;
}
.img_mg_bottom img{
    margin-bottom: 48px;
}
.img_mg_bottom_2 img{
    margin-bottom: 32px;
}
.img_mg_bottom_caption img{
    margin-bottom: 8px;
}
.img_mg_bottom_caption span{
    display: block;
    font-size: 12px;
    margin-bottom: 48px;
}
.howto_list h3{
    color: #fff;
    background-color:#91AEFD;
    padding:8px 0;
    text-align:center;
    margin-bottom:16px;
    font-size:16px;
}
.howto_list ul{
    width:100%;
    margin:0 0 32px;
    list-style:none;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    justify-content:center;
    max-width: 700px;
    font-size: 16px;
}
.howto_list_1{
    width:7.5%;
    text-align:center;
    display:block;
    background-color:#91AEFD;
    border-radius:20px;
    color:#fff;
    margin-bottom: 10px;
    max-width:29px;
}
.howto_list_2{
    width:92.5%;
    padding-left:8px;
    box-sizing:border-box;
    line-height:1.4;
    margin-bottom: 10px;
}
.beans_ttl {
    display:flex;
    align-items:center;
}
.beans_ttl>h1{
    margin: 0;
    display:block;
    font-size:48px;
    font-family:antique-olive-condensed,sans-serif;
}
.beans_ttl>span{
    display:block;
    font-size:22px;
    font-family:antique-olive-condensed,sans-serif;
    padding-left:12px;
}
.beans_taste{
    display:block;
    font-size:20px;
    border: 1px solid #000;
    border-bottom: none;
}
.beans_taste_box{
    display:flex;
    font-size:20px;
}
.beans_box_1{
    display:block;
    font-size:16px;
    width:20%;
    text-align:center;
    padding:8px;
    color:#fff;
}
.beans_box_adjust {
    border-bottom: 1px solid #fff;
}
.beans_box_2{
    display:flex;
    font-size:16px;
    width:80%;
    text-align:center;
}
.out_box {
    padding:8px;
    box-sizing:border-box;
}
.center_box {
    display:flex;
    align-items:center;
    position: relative;
}
.box_ttl_en {
    font-size:12px;
    display:block;
    font-family:antique-olive-condensed,sans-serif;
}
.box_ttl_ja {
    font-size:14px;
    display:block;
}
.beans_line {
    background-color:#efefef;
    width:100%;
    height:2px;
}
.beans_circle {
    position:absolute;
    top:calc(50% - 9px);
    width:18px;
    height:18px;
    border-radius:10px;
}
.beans_taste_2{
    display:block;
    font-size:20px;
    border: 1px solid #000;
    margin-bottom:24px;
}
.beans_info>p {
    font-size:18px;
    margin-bottom:40px;
    display:block;
}
.beans_detail {
    width:100%;
    border: 1px solid #efefef;
    text-align: center;
    margin-bottom: 32px;
    font-size: 16px;
}
.beans_de_item {
    background-color: #efefef;
    padding: 8px 0;
    width:25%;
    border-bottom:1px solid #fff;
}
.beans_de_item_2 {
    background-color: #efefef;
    padding: 8px 0;
    width:25%;
}
.beans_de_item_de {
    border-bottom:1px solid #efefef;
    padding:8px;
}
.detail_chushaku {
    font-size: 14px;
}
.sizechart{
    width: 100%;
    border: 1px solid #efefef;
    text-align: center;
    margin-bottom: 32px;
    font-size: 16px;
}
.sizechart_ttl_blank {
    border-right: 1px solid #fff;
}
.sizechart_ttl {
    background-color: #efefef;
}
.sizechart th {
    background-color: #efefef;
    padding: 8px 0;
    width: 25%;
    border-bottom: 1px solid #fff;
}
.link_1 {
    text-align: right;
    display: block;
    margin-bottom: 32px;
}
.link_1 a{
    color: #1a54c2;
    text-decoration: underline;
}
.sizechart td {
    border-bottom: 1px solid #efefef;
    padding: 8px;
}
@media screen and (min-width: 960px) {

    .cart_in_modal,
    .cart_in_error_modal {
        align-items: center;
    }
}

.cart_in_modal__bg {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 20000;
}

.cart_in_modal__outline {
    width: 90%;
    margin: 20px 5%;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    text-align: center;
    position: absolute;
}

@media screen and (min-width: 960px) {
    .cart_in_modal__outline {
        width: 900px;
        margin: auto;
        padding: 20px 70px;
        position: relative;
    }
}

.cart_in_modal__heading {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.4;
}
.prd_describe {
    width: 50%;
}

@media screen and (min-width: 960px) {
    .cart_in_modal__heading {
        font-size: 26px;
        margin: 30px 0;
        line-height: 1.2;
    }
}

.cart_in_error_modal__heading {
    font-size: 20px;
    font-weight: bold;
    margin: 40px 0 20px;
    line-height: 1.4;
}

@media screen and (min-width: 960px) {
    .cart_in_error_modal__heading {
        margin: 30px 0;
        line-height: 1.2;
    }
}

.cart_in_modal__detail {
    display: flex;
    padding: 20px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    align-items: center;
    flex-direction: column;
}

@media screen and (min-width: 960px) {
    .cart_in_modal__detail {
        flex-direction: row;
    }
}

.cart_in_modal__name {
    font-size: 16px;
    flex: 1;
    line-height: 1.4;
    text-align: left;
    margin: 0;
}

@media screen and (min-width: 960px) {
    .cart_in_modal__name {
        font-size: 18px;
    }
}

.cart_in_modal__image-wrap {
    padding: 5px;
    width: 170px;
    height: 170px;
    background: rgba(0, 0, 0, .1);
    position: relative;
    border: 5px solid transparent;
    box-sizing: border-box;
}

@media screen and (min-width: 960px) {
    .cart_in_modal__image-wrap {
        margin: 0 30px 0 0;
        flex-basis: 170px;
    }
}

.cart_in_modal__image {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.cart_in_modal__text-link {
    color: #2169f3;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 20px 0 0;
    padding: 0 0 0 20px;
    line-height: 1.15;
}

.cart_in_modal__text-link::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2169f3;
    border-right: 2px solid #2169f3;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.cart_in_modal__button-wrap {
    width: 100%;
    margin: 30px auto;
    font-size: 17px;
}

@media screen and (min-width: 960px) {
    .cart_in_modal__button-wrap {
        width: 350px;
    }
}

.cart_in_modal__button {
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 58px;
    padding: 15px;
    background: #2169f3;
    box-shadow: 0 2px 0 #1a54c2;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart_in_modal__button:hover,
.cart_in_modal__button:focus {
    height: 58px;
    color: #e9f0fe;
    background-color: #1e5fdb;
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

.cart_in_modal__close-icon {
    cursor: pointer;
}

.cart_in_modal__close-icon::before,
.cart_in_modal__close-icon::after {
    content: "";
    width: 35px;
    height: 6px;
    display: block;
    position: absolute;
    top: 30px;
    right: 20px;
    background: #eee;
    border-radius: 4px;
}

.cart_in_modal__close-icon::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart_in_modal__close-icon::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.spinner::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    border: 5px solid #eee;
    border-top-color: #fd7f23;
    animation: spinner 0.5s linear infinite;
}
.widthadjust_out {
    width: 25%;
}
.widthadjust_center {
    width: 70%;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 960px) {
    .sp-br {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .product-image {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }
    .product-spec-block,.product-info-lst {
        width: 95%;
        margin: 0 auto;
    }
    .infobase {
        width: 100%;
        margin: 0 0 72px 0;
        position: relative;
    }
    .product-spec-table th {
        width: 20%;
    }

    .cartbtn {
        width: 100%;
        margin: 0;
    }

    .product-exp {
        padding: 64px 3%;
        font-size: 14px;
    }
    .prd_describe {
        width: 100%;
    }
    .ttl-h2prod {
        font-size: 2.4rem;
    }
    .product_sales {
        padding: 0;
        font-size: 2rem;
    }
    .prd_detail {
        display: block;
        margin-top: 24px !important;
    }
    .prd_detail li {
        width: 100%;
        padding: 8px 0;
        margin-bottom: 8px;
    }
    .btn-02 {
        font-size: 2rem;
    }
    .widthadjust_out {
        width: 30%;
    }
    .widthadjust_center {
        width: 40%;
    }
    .main_ttl_ja_h1 {
        font-size:22px;
    }
    .main_ttl_en_h1 {
        font-size:32px;
    }
    .sub_ttl {
        font-size:24px;
    }
    .item_describe,
    .table_lyout,
    .howto_list h3,
    .howto_list ul,
    .beans_info>p,
    .beans_detail {
        font-size:15px;
    }
    .detail_chushaku {
        font-size: 12px;
    }
    .product-proper-ttl {
        margin: 24px 8px -10px;
    }
    .product-proper {
        font-size: 1.3rem;
        padding-left: 4px !important;
        padding-right: 8px !important;
    }
    .product-order-form th{
        height: 40px;
    }
    .product-order-form input {
        height: 40px;
    }
}