@media screen and (min-width: 768px) {

    div.title_item {
        margin: 0 auto 20px;
        width: 100%;
        padding: 0 0 40px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/top/bg_top_title_long_pc.png) center bottom no-repeat;
        background-size: 900px;
    }

    div.title_item h2 {
        margin: 0 auto 10px;
        font-size: 2.1rem;
        line-height: 2.7rem;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-align: center;
	}

    div.p-product-main {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-img {
        margin: 0 auto 30px;
        width: 90%;
        max-width: 640px;
    }

    div.p-product-img img {
        width: 100%;
        height: auto;
    }

    div.p-product-img__thumb {
        margin: 20px auto 0;
        width: 100%;
    }

    div.u-overflow-slider {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-img__thumb ul.p-product-thumb-list {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    div.p-product-img__thumb ul.p-product-thumb-list li {
        margin: 0 0 20px 2.5%;
        width: 18%;
    }

    div.p-product-img__thumb ul.p-product-thumb-list li:nth-child(5n+1) {
        margin: 0 0 20px 0;
    }

    div.p-product-img__thumb ul.p-product-thumb-list li img {
        width: 100%;
        height: auto;
    }

    div.p-product-info {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-info h2.p-product-info__ttl {
        margin: 0 auto 20px;
        padding: 10px 20px;
        font-size: 1.9rem;
        line-height: 2.7rem;
        font-weight: 500;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    div.product_cart_area {
        margin: 0 auto 50px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    div.product_info {
        margin: 0;
        width: 50%;
    }

    div.p-product-price__sell {
        margin: 0 auto 20px;
        font-size: 2.0rem;
        line-height: 3.2rem;
        font-weight: 700;
    }

    div.p-product-price__normal {
        margin: 0 auto 20px;
        font-size: 1.4rem;
        line-height: 2.7rem;
        font-weight: 400;
    }

    div.product_cart {
        margin: 0;
        width: 45%;
    }

    div.product_other_link {
        margin: 0 auto 50px;
        width: 100%;
        text-align: right;
    }

    div.product_other_link ul {
        margin: 0;
    }

    div.product_other_link ul li {
        margin: 0 0 0 0;
        padding: 0 10px;
        font-size: 1.2rem;
        line-height: 1.8rem;
        border-right: 1px solid #333333;
        display: inline-block;
    }

    div.product_other_link ul li:first-child {
        border-left: 1px solid #333333;
    }


    /* オプション table */
    .p-product-option-tbl {
        margin-top: 30px;
        margin-bottom: 30px;
        overflow-x: auto;
    }

    .p-product-option-tbl table {
        margin-bottom: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
    }

    .p-product-option-tbl table div {
        display: inline-block !important;
    }

    .p-product-option-tbl th {
        min-width: 100px;
    }

    .p-product-option-tbl th, .p-product-option-tbl td {
        padding: 12px 5px;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-left: 0;
        text-align: center;
    }

    .p-product-option-tbl label {
        display: inline-block !important;
        margin-left: 5px;
        margin-bottom: 0;
    }

    .p-product-option-tbl input {
        margin-top: 0;
    }

    /* オプション select */
    .p-product-option-select {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-product-option-select__box {
        margin-top: 15px;
    }

    .p-product-option-select__ttl {
        margin-bottom: 5px;
        font-weight: bold;
    }

    /* 名入れ */
    .p-product-name {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-product-name__box {
        margin-top: 15px;
    }

    .p-product-name__ttl {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .p-product-name__body input {
        width: 100%;
    }

    div.p-product-form-stock__input {
        margin: 0 auto 30px;
        width: 100%;
        text-align: left;
    }

    div.p-product-form-stock__input input {
        margin: 0 20px 0 0;
        padding: 1em 20px;
        background-color: #fff;
		color: #333;
		width: 50%;
		font-size: 1.6rem;
		border-radius: 4px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
        border: 1px solid #ddd;
    }

    div.p-product-form-btn {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-form-btn button {
        margin: 0 auto;
        width: 100%;
        background: #94504f;
        color: #ffffff;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
        border-radius: 5px;
        display: block;
    }

    div.p-product-form-btn button.is-disabled, div.p-product-form-btn button.is-soldout {
        background: #959595;
        color: #ffffff;
    }

}

/* スマホここから */
@media only screen and (max-width: 767px) {

    div.title_item {
        margin: 0 auto 20px;
        width: 94%;
        padding: 0 0 40px;
        background: url(https://file001.shop-pro.jp/PA01514/180/images/top/bg_top_title_long_pc.png) center bottom no-repeat;
        background-size: 900px;
    }

    div.title_item h2 {
        margin: 0 auto 10px;
        font-size: 2.1rem;
        line-height: 2.7rem;
        font-weight: 500;
        letter-spacing: 0.12em;
        text-align: center;
	}

    div.p-product-main {
        margin: 0 auto;
        width: 94%;
    }

    div.p-product-img {
        margin: 0 auto 30px;
        width: 90%;
        max-width: 640px;
    }

    div.p-product-img img {
        width: 100%;
        height: auto;
    }

    div.p-product-img__thumb {
        margin: 20px auto 0;
        width: 100%;
    }

    div.u-overflow-slider {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-img__thumb ul.p-product-thumb-list {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: flex-start;
    }

    div.p-product-img__thumb ul.p-product-thumb-list li {
        margin: 0 0 20px 2%;
        width: 32%;
    }

    div.p-product-img__thumb ul.p-product-thumb-list li:nth-child(3n+1) {
        margin: 0 0 20px 0;
    }

    div.p-product-img__thumb ul.p-product-thumb-list li img {
        width: 100%;
        height: auto;
    }

    div.p-product-info {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-info h2.p-product-info__ttl {
        margin: 0 auto 20px;
        padding: 10px 20px;
        font-size: 1.9rem;
        line-height: 2.7rem;
        font-weight: 500;
        border-top: 1px solid #333333;
        border-bottom: 1px solid #333333;
    }

    div.product_cart_area {
        margin: 0 auto 50px;
        width: 100%;
    }

    div.product_info {
        margin: 0 auto 20px;
        width: 100%;
    }

    div.p-product-price__sell {
        margin: 0 auto 20px;
        font-size: 2.0rem;
        line-height: 3.2rem;
        font-weight: 700;
    }

    div.p-product-price__normal {
        margin: 0 auto 20px;
        font-size: 1.4rem;
        line-height: 2.7rem;
        font-weight: 400;
    }

    div.product_cart {
        margin: 0 auto;
        width: 100%;
    }

    div.product_other_link {
        margin: 0 auto 50px;
        width: 94%;
        text-align: center;
    }

    div.product_other_link ul {
        margin: 0;
    }

    div.product_other_link ul li {
        margin: 0 0 0 0;
        padding: 0 10px;
        font-size: 1.0rem;
        line-height: 1.8rem;
        border-right: 1px solid #333333;
        display: inline-block;
    }

    div.product_other_link ul li:first-child {
        border-left: 1px solid #333333;
    }


    /* オプション table */
    .p-product-option-tbl {
        margin-top: 30px;
        margin-bottom: 30px;
        overflow-x: auto;
    }

    .p-product-option-tbl table {
        margin-bottom: 0;
        border-left: 0;
        border-right: 0;
        width: 100%;
    }

    .p-product-option-tbl table div {
        display: inline-block !important;
    }

    .p-product-option-tbl th {
        min-width: 100px;
    }

    .p-product-option-tbl th, .p-product-option-tbl td {
        padding: 12px 5px;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
        border-left: 0;
        text-align: center;
    }

    .p-product-option-tbl label {
        display: inline-block !important;
        margin-left: 5px;
        margin-bottom: 0;
    }

    .p-product-option-tbl input {
        margin-top: 0;
    }

    /* オプション select */
    .p-product-option-select {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-product-option-select__box {
        margin-top: 15px;
    }

    .p-product-option-select__ttl {
        margin-bottom: 5px;
        font-weight: bold;
    }

    /* 名入れ */
    .p-product-name {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .p-product-name__box {
        margin-top: 15px;
    }

    .p-product-name__ttl {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .p-product-name__body input {
        width: 100%;
    }

    div.p-product-form-stock__input {
        margin: 0 auto 30px;
        width: 100%;
        text-align: left;
    }

    div.p-product-form-stock__input input {
        margin: 0 20px 0 0;
        padding: 1em 20px;
        background-color: #fff;
		color: #333;
		width: 50%;
		font-size: 1.6rem;
		border-radius: 4px;
		box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
        border: 1px solid #ddd;
    }

    div.p-product-form-btn {
        margin: 0 auto;
        width: 100%;
    }

    div.p-product-form-btn button {
        margin: 0 auto;
        width: 100%;
        background: #94504f;
        color: #ffffff;
        font-size: 2.0rem;
        line-height: 50px;
        font-weight: 500;
        text-align: center;
        border-radius: 5px;
        display: block;
    }

    div.p-product-form-btn button.is-disabled, div.p-product-form-btn button.is-soldout {
        background: #959595;
        color: #ffffff;
    }

    /*商品説明文*/

    div.p-product-explain {
        margin: 0 auto 30px;
        width: 94%;
    }

}