@charset "utf-8";
/*
    sale_lp_base.css, sale_lp_main.css, sale_lp_noManagementScreen.css はテンプレに修正が必要な時以外は触らないでください。
    このファイルは管理画面より生成されたcssをまとめたものです。
*/
/************************************************************************************
*  button
************************************************************************************/
.button-base {
    border: 0px;
    border-radius: 40px;
    box-shadow: 0 3px 0 grey;
    width: 90%;
    margin: 2% 0 2%;
    font-size: 200%;
    font-weight: bold;
    background: linear-gradient(yellow, orange); /* デフォルトカラー */
}

/*sp*/
@media screen and (max-width: 768px){
    .button-item {
        height:40px;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .button-item {
        height: 80px;
    }
}

/* 黄 */
.button-color-yellow {
    color:black;
    background: linear-gradient(yellow, orange);
}

/* 青 */
.button-color-blue {
    color:white;
    background: linear-gradient(rgb(12, 109, 255), rgb(1, 36, 153));
}

/* 赤 */
.button-color-red {
    color:white;
    background: linear-gradient(rgb(255, 0, 0), rgb(131, 2, 2));
}

/* ワイン */
.button-color-wine {
    color:white;
    background: linear-gradient(rgb(148, 8, 8), rgb(99, 3, 3));
}

/* ピンク */
.button-color-pink {
    color: white;
    background: linear-gradient(rgb(255, 140, 159), rgb(247, 23, 60));
}

/* 緑 */
.button-color-green {
    color: white;
    background: linear-gradient(rgb(30, 134, 30), rgb(1, 97, 17));
}

/************************************************************************************
*  colmun
************************************************************************************/
.col-style {
    background: #aaa;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.col-style-selector:hover {
    opacity: 0.7;
    color: #fff;
    cursor: pointer;
}

.html-block-inner .html-block-columns.full-size {
    width: 100%;
}

.html-block-inner .html-block-columns.half-size {
    width: 50%;
}

/* テキストの文字の大きさ */
.font-size-l {
    font-size: 500%;
}

.font-size-m {
    font-size: 400%;
}

.font-size-s {
    font-size: 300%;
}

.font-size-ss {
    font-size: 200%;
}

.font-size-sss {
    font-size: 100%;
}

/* ボタン */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-xl {
    font-size: 16px;
    line-height: 32px;
    padding: 12px 24px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-close-position {
    position: absolute;
    top: 13px;
    right: 10px;
}

.html-block-move-btn {
    position:absolute;
    top: 50%;
    right: 8px;
    margin-top: -80px;
    display:block;
    cursor: move;
    width: 20px;
    height: 20px;
    background-image: url(../../../img/salepage/138_arr_hoso.png);
    background-color: #dee2e6;
    border-radius: .25rem;
}

/************************************************************************************
*  frame
************************************************************************************/

/************ init ************/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-family: '游ゴシック体','YuGothic','Yu Gothic', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

/*sp*/
@media screen and (max-width: 768px){
    .html-body {
        font-size:6px;
    }

    .html-body .html-block-inner {
        width: 100%;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .html-body .html-block-selector {
        padding: 0 40px;
    }

    .html-body .html-block-inner {
        width: 750px;
    }
}

/* validate error */
.invalid {
    color: red;
    font-size: 12px;
}

#tab-content {
    height: 600px;
}

.edit-form {
    width: 1180px;
    margin: 10px 0 0;
    height: 100%;
    letter-spacing: -0.5em;
}

#body-panel {
    position: relative;
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    border-right: none;
}

#style-panel {
    position: relative;
    width: 400px;
    vertical-align: top;
}

#body-panel, #style-panel {
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
    height: 100%;
    outline: 1px solid #ccc;
    overflow: scroll;
    overflow-y: auto;
    overflow-x: auto;
    background-color: white;
}

.html-body {
    position: relative;
    padding: 0 0 34px;
    min-height: 100%;
}

.html-body-add-first-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: rgba(150,150,150,0.3);
    font-size: 18px;
}

.html-body .html-block-inner {
    display: flex;
}

.html-block, .html-block-selector {
    position: relative;
    margin: 0;
}

.html-block-inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    *zoom: 1;
}

.html-block-selector-header {
    background-color: #fafafa;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
}

.html-block .html-show-block-selector {
    text-align: center;
    position: absolute;
    bottom: -25px;
    right: 0;
    height: 23px;
    background-color: rgb(255, 123, 123);
    border-radius: .25rem;
}

.html-block .html-show-block-selector a {
    width: 20px;
    color: #fff;
    text-decoration: none;
}

.html-block .html-add-block-above {
    text-align: center;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    height: 23px;
    width: 100px;
    color: #fff;
    background-color: rgb(255, 123, 123);
    border-radius: .25rem;
}

.html-block .html-add-block-below {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    height: 23px;
    width: 100px;
    color: #fff;
    background-color: rgb(255, 123, 123);
    border-radius: .25rem;
}

.style-contents-header, .style-body-header {
    padding: 8px 8px;
    background-color: #f0f0f0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.html-contents-selector-inner {
    padding: 8px;
    background-color: #d2f0fc;
    border: 1px solid #ddd;
    border-radius: .25rem;
}

.html-contents-selector-inner:hover {
    background-color: rgba(169, 255, 198, 0.842);
}


.style-contents-body {
    padding: 8px 0;
}

.style-contents-default, .style-body-default {
    padding-left: 10px;
    color: #cacaca;
}

.style-body-body {
    padding: 8px 0;
}

.style-contents-header, .style-body-header {
    border-top: none;
}

.html-style-inner {
    padding: 10px;
}

.html-style-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.html-content-inner {
    height: 100%;
}

.html-content-upload-area {
    margin: 5px;
    padding: 8px;
    width: 98%;
    min-height: 50px;
    border: 2px dashed #aaa;
    text-align: center;
}

.content-actions {
    margin-top: 20px;
}

.text-center {
    text-align: center;
}

/************************************************************************************
*  heading
************************************************************************************/
#html-style-heading-inner ul {
    list-style: none;
    padding-left: 10px;
}

#html-style-heading-inner ul li {
    margin: 10px 0;
}

/* 見出しデザイン */
.heading-base {
    padding: .3em .2em;
    color: #FFF;
    font-size: 3em;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin-top: 8%;
    padding: .2em;
    text-align: center;
    width: calc( 920/1000 * 100%);
    display: inline-block;
    white-space: pre-wrap;
}

/* イナヅマ挟み */
.heading-layout-symbol {
    position: relative;
    line-height: inherit;
}

.heading-layout-symbol:before {
    content: "";
    background-color: #00ffff;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-mask: url("../../img/salepage/sale_catch/sale_catch_red_r.png");
    mask: url("../../img/salepage/sale_catch/sale_catch_red_r.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;

    margin-right:10px;
    text-shadow: none;
    position: absolute;
    top: 70%;
    right: 10px;
    margin-top: -.8em;
    font-size: 1em;
}

.heading-layout-symbol:after {
    content: "";
    background-color: #00ffff;
    display: inline-block;
    height: 1em;
    width: 1em;
    -webkit-mask: url("../../img/salepage/sale_catch/sale_catch_red_l.png");
    mask: url("../../img/salepage/sale_catch/sale_catch_red_l.png");
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;

    margin-left:10px;
    text-shadow: none;
    position: absolute;
    top: 70%;
    left: 10px;
    margin-top: -.8em;
    font-size: 1em;
}

/* 赤 */
.heading-layout-fill.heading-color-red {
    background: rgb(230, 0, 18);
}

.heading-color-red.heading-layout-symbol:before {
    background-color: rgb(230, 0, 18);
}

.heading-color-red.heading-layout-symbol:after {
    background-color: rgb(230, 0, 18);
}

.heading-layout-symbol.heading-color-red {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px rgb(230, 0, 18),
        -2px  2px 2px rgb(230, 0, 18),
        2px -2px 2px rgb(230, 0, 18),
        -2px -2px 2px rgb(230, 0, 18),
        2px  0px 2px rgb(230, 0, 18),
        0px  2px 2px rgb(230, 0, 18),
        -2px  0px 2px rgb(230, 0, 18),
        0px -2px 2px rgb(230, 0, 18);        /* 文字の影 */
}

.heading-pre-color-red {
    color: #fff;
    border-color: rgb(230, 0, 18);
    background: rgb(230, 0, 18);
}

/* 青 */
.heading-layout-fill.heading-color-blue {
    background: rgb(0, 55, 145);
}

.heading-color-blue.heading-layout-symbol:before {
    background-color: rgb(0, 55, 145);
}

.heading-color-blue.heading-layout-symbol:after {
    background-color: rgb(0, 55, 145);
}

.heading-layout-symbol.heading-color-blue {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px rgb(0, 55, 145),
        -2px  2px 2px rgb(0, 55, 145),
        2px -2px 2px rgb(0, 55, 145),
        -2px -2px 2px rgb(0, 55, 145),
        2px  0px 2px rgb(0, 55, 145),
        0px  2px 2px rgb(0, 55, 145),
        -2px  0px 2px rgb(0, 55, 145),
        0px -2px 2px rgb(0, 55, 145);        /* 文字の影 */
}

.heading-pre-color-blue {
    color: #fff;
    border-color: rgb(0, 55, 145);
    background: rgb(0, 55, 145);
}

/* 白 */
.heading-layout-fill.heading-color-white {
    color: rgb(0, 0, 0);
    background: #FFF;
    border:solid 2px rgb(0, 0, 0);
}

.heading-color-white.heading-layout-symbol:before {
    color: rgb(0, 0, 0);
    background: #FFF;
    border:solid 2px rgb(0, 0, 0);
}

.heading-color-white.heading-layout-symbol:after {
    color: rgb(0, 0, 0);
    background: #FFF;
    border:solid 2px rgb(0, 0, 0);
}

.heading-layout-symbol.heading-color-white {
    display        : inline-block;
    color          : rgb(0, 0, 0);            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px #FFF,
        -2px  2px 2px #FFF,
        2px -2px 2px #FFF,
        -2px -2px 2px #FFF,
        2px  0px 2px #FFF,
        0px  2px 2px #FFF,
        -2px  0px 2px #FFF,
        0px -2px 2px #FFF;        /* 文字の影 */
}

.heading-pre-color-white {
    color: rgb(0, 0, 0);
    background: #FFF;
    border:solid 2px rgb(0, 0, 0);
}

/* 黒 */
.heading-layout-fill.heading-color-black {
    background: rgb(0, 0, 0);
}

.heading-color-black.heading-layout-symbol:before {
    background-color: rgb(0, 0, 0);
}

.heading-color-black.heading-layout-symbol:after {
    background-color: rgb(0, 0, 0);
}

.heading-layout-symbol.heading-color-black {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px rgb(0, 0, 0),
        -2px  2px 2px rgb(0, 0, 0),
        2px -2px 2px rgb(0, 0, 0),
        -2px -2px 2px rgb(0, 0, 0),
        2px  0px 2px rgb(0, 0, 0),
        0px  2px 2px rgb(0, 0, 0),
        -2px  0px 2px rgb(0, 0, 0),
        0px -2px 2px rgb(0, 0, 0);        /* 文字の影 */
}

.heading-pre-color-black {
    color: #fff;
    border-color: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
}

/* 緑 */
.heading-layout-fill.heading-color-green {
    background: rgb(20, 112, 15);
}

.heading-color-green.heading-layout-symbol:before {
    background-color: rgb(20, 112, 15);
}

.heading-color-green.heading-layout-symbol:after {
    background-color: rgb(20, 112, 15);
}

.heading-layout-symbol.heading-color-green {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px rgb(20, 112, 15),
        -2px  2px 2px rgb(20, 112, 15),
        2px -2px 2px rgb(20, 112, 15),
        -2px -2px 2px rgb(20, 112, 15),
        2px  0px 2px rgb(20, 112, 15),
        0px  2px 2px rgb(20, 112, 15),
        -2px  0px 2px rgb(20, 112, 15),
        0px -2px 2px rgb(20, 112, 15);        /* 文字の影 */
}

.heading-pre-color-green {
    color: #fff;
    border-color: rgb(20, 112, 15);
    background: rgb(20, 112, 15);
}

/* 黄緑 */
.heading-layout-fill.heading-color-yellow-green {
    background: #8cbf21;
}

.heading-color-yellow-green.heading-layout-symbol:before {
    background-color: #8cbf21;
}

.heading-color-yellow-green.heading-layout-symbol:after {
    background-color: #8cbf21;
}

.heading-layout-symbol.heading-color-yellow-green {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px #8cbf21,
        -2px  2px 2px #8cbf21,
        2px -2px 2px #8cbf21,
        -2px -2px 2px #8cbf21,
        2px  0px 2px #8cbf21,
        0px  2px 2px #8cbf21,
        -2px  0px 2px #8cbf21,
        0px -2px 2px #8cbf21;        /* 文字の影 */
}

.heading-pre-color-yellow-green {
    color: #fff;
    border-color: #8cbf21;
    background: #8cbf21;
}

/* 水 */
.heading-layout-fill.heading-color-light-blue {
    background: #00acca;
}

.heading-color-light-blue.heading-layout-symbol:before {
    background-color: #00acca;
}

.heading-color-light-blue.heading-layout-symbol:after {
    background-color: #00acca;
}

.heading-layout-symbol.heading-color-light-blue {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px #00acca,
        -2px  2px 2px #00acca,
        2px -2px 2px #00acca,
        -2px -2px 2px #00acca,
        2px  0px 2px #00acca,
        0px  2px 2px #00acca,
        -2px  0px 2px #00acca,
        0px -2px 2px #00acca;        /* 文字の影 */
}

.heading-pre-color-light-blue {
    color: #fff;
    border-color: #00acca;
    background: #00acca;
}

/* 橙 */
.heading-layout-fill.heading-color-orange {
    background: #ff6c00;
}

.heading-color-orange.heading-layout-symbol:before {
    background-color: #ff6c00;
}

.heading-color-orange.heading-layout-symbol:after {
    background-color: #ff6c00;
}

.heading-layout-symbol.heading-color-orange {
    display        : inline-block;
    color          : #ffffff;            /* 文字の色 */
    text-shadow    : 
        2px  2px 2px #ff6c00,
        -2px  2px 2px #ff6c00,
        2px -2px 2px #ff6c00,
        -2px -2px 2px #ff6c00,
        2px  0px 2px #ff6c00,
        0px  2px 2px #ff6c00,
        -2px  0px 2px #ff6c00,
        0px -2px 2px #ff6c00;        /* 文字の影 */
}

.heading-pre-color-orange {
    color: #fff;
    border-color: #ff6c00;
    background: #ff6c00;
}

/************************************************************************************
*  line
************************************************************************************/
/* 直線 罫線の太さ */
/*sp*/
@media screen and (max-width: 768px){
    .line-layout-straight {
        border-top: 2px solid;
    }
    /* 太い */
    .line-layout-straight.line-size-l {
        border-top: 3.5px solid;
    }

    /* 普通 */
    .line-layout-straight.line-size-m {
        border-top: 2px solid;
    }

    /* 細い */
    .line-layout-straight.line-size-s {
        border-top: 1px solid;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .line-layout-straight {
        border-top: 3px solid;
    }
    /* 太い */
    .line-layout-straight.line-size-l {
        border-top: 5px solid;
    }

    /* 普通 */
    .line-layout-straight.line-size-m {
        border-top: 3px solid;
    }

    /* 細い */
    .line-layout-straight.line-size-s {
        border-top: 1.5px solid;
    }
}

/* 赤 */
.line-color-red {
    color: rgb(230, 0, 18);
}

.line-pre-color-red {
    color: #fff;
    border-color: rgb(230, 0, 18);
    background: rgb(230, 0, 18);
}

/* 青 */
.line-color-blue {
    color: rgb(0, 55, 145);
}

.line-pre-color-blue {
    color: #fff;
    border-color: rgb(0, 55, 145);
    background: rgb(0, 55, 145);
}

/* 黒 */
.line-color-black {
    color: rgb(0, 0, 0);
}

.line-pre-color-black {
    color: #fff;
    border-color: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
}

/* 緑 */
.line-color-green {
    color: rgb(20, 112, 15);
}

.line-pre-color-green {
    color: #fff;
    border-color: rgb(20, 112, 15);
    background: rgb(20, 112, 15);
}

/* 黄緑 */
.line-color-yellow-green {
    color: #18b803;
}

.line-pre-color-yellow-green {
    color: #fff;
    border-color: #18b803;
    background: #18b803;
}

/* 水 */
.line-color-light-blue {
    color: #00acca;
}

.line-pre-color-light-blue {
    color: #fff;
    border-color: #00acca;
    background: #00acca;
}

/* 橙 */
.line-color-orange {
    color: #ff6c00;
}

.line-pre-color-orange {
    color: #fff;
    border-color: #ff6c00;
    background: #ff6c00;
}

/************************************************************************************
*  product
************************************************************************************/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0.1em;
    line-height: 0;
}

.product-item {
    position: relative;
    margin: 10px auto;
    background: white;
}

.product-item-half .product-item {
    min-height: 200px;
}

.product-item .wrapContents {
    text-align: center;
}

.product-item .wrapContents .labelText.unneeded {
    display: none;
}

.textSet {
    position: absolute;
    display: block;
    left: -700px;
    bottom: 0;
}

.textSet {
display: none;
}

.textSet label {
    margin: 0px 20px;
}

.textSet .inputTextColor,
.textSet .inputTextBGColor {
    height: 22px;
    vertical-align: bottom;
}

.labelText {
    height: 200px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.html-content-entity.html-content-product {
    height: 100%;
}

/*sp*/
@media screen and (max-width: 768px){
    .html-content-entity.html-content-product {
        padding-bottom: 20px;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .html-content-entity.html-content-product {
        padding-bottom: 30px;
    }
}

/* フルサイズ */
.product-item-full .product-item-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product-item-full .product-item-image {
    margin: 0 auto;
}

.product-item-full .product-item-image img {
    margin: 0 auto;
}

.product-item-full .product-item-detail {
    margin: 0 auto;
    padding: 10px;
}

/* 画像左寄せ */
.product-item-left .product-item-block {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.product-item-left .product-item-image {
    width: 38%;
    display: grid;
    place-items: center;
}

.product-item-left .product-item-detail {
    position: relative;
    width: 55%;
    padding-left: 5px;
}

/*sp*/
@media screen and (max-width: 768px){
    .product-item-detail {
        min-height: 170px;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .product-item-detail {
        min-height: 300px;
    }
}

/* 画像右寄せ */
.product-item-right .product-item-block {
    display: flex;
    flex-direction: row-reverse;
    width: 80%;
    margin: 0 auto;
    justify-content: center;
}

.product-item-right .product-item-image {
    width: 38%;
    display: grid;
    place-items: center;
}

.product-item-right .product-item-detail {
    position: relative;
    width: 55%;
    padding-right: 5px;
}


/* ハーフサイズ */
.product-item-half {
    display:inline;
}

.product-item-half .product-item-block {
    flex-direction: column;
}

.product-item-half .product-item-image {
    width: 60%;
    margin: 0 auto;
    display: grid;
    place-items: center;
}

/*sp*/
@media screen and (max-width: 768px){
    .product-item-half .product-item-image {
        height: 200px;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .product-item-half .product-item-image {
        height: 400px;
    }
}

.product-item-half .product-item-detail {
    position: relative;
    width: 70%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

/*sp*/
@media screen and (max-width: 768px){
    .product-item-half .product-item-detail {
        min-height: 150px;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .product-item-half .product-item-detail {
        min-height: 300px;
    }
}

/* 価格 */
.price-wrapper {
    margin-top: 4%;
}

.item-price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 2;
    width: 90%;
}

.product-item-right .item-price {
    position: absolute;
    left: 10px;
    bottom: 0px;
    text-align: left;
}

.product-item-left .item-price {
    position: absolute;
    right: 10px;
    bottom: 0px;
}

/* 「各」の表記 */
.price-wrapper span.each {
    font-size: 0.5em;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    top: -0.8vw;
}

/* 注釈 & 注釈リンク */
.item-description, .item-description-link {
    text-align: right;
    font-weight: bold;
    width: 72%;
    margin: 0 auto;
    white-space: pre-wrap;
}
.item-description-link a {
    color: #000000;
    text-decoration: underline;
}
.product-item .item-description {
    text-align: left;
}

/* セール前価格 */
.sale-price-wrapper {
    font-size: 55%;
    font-weight: bold;
    width: fit-content;
    line-height: 0em;
}

.product-item-block .sale-price-wrapper .sale-number {
    font-size: 2em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1em;
}

.sale-number-label {
    font-size: 2em;
    line-height: 1em;
}

/*sp*/
@media screen and (max-width: 768px){
    .product-item-block .sale-price-wrapper .sale-number, .sale-number-label {
        font-size: 2.5em;
    }
}

/* 値引き表記 */
.product-item-block .sale-label-wrapper {
    background: #ffc800;
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 75%;
    width: fit-content;
}

.product-item-block .sale-label-wrapper span.first-line {
    display: block;
    font-size: 150%;
}

.product-item-block .sale-label-wrapper span.second-line {
    display: block;
    font-size: 180%;
}

/* 販売価格 */
.product-item-block .price-wrapper .number {
    display: block;
    color: #F00;
    font-family: sans-serif;
    /*font-size: 8em;*/
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1em;
    width: fit-content;
}

/*sp 文字の大きさ */
@media screen and (max-width: 768px){
    .product-item-block .price {
        font-size: 1.5em;
    }
}

.product-item-half .product-item-block .price-wrapper .number {
    margin: auto;
}

.product-item-half .product-item-block .price-wrapper .number.intax {
    margin: 0 0 0 auto;
}

.number .outtax {
    background: #f00;
    color: #fff;
    display: inline-block;
    font-size: .4em;
    font-weight: bold;
    left: 0;
    line-height: 1em;
    padding: 2px 1px;
    position: relative;
    top: -0.4vw;
    white-space: pre;
}

.price + .yen {
    color: #f00;
    font-size: .6em;
    font-weight: bold;
    line-height: 1em;
    position: relative;
}

/*pc*/
@media screen and (min-width: 769px){
    .price-wrapper .number.intax {
        font-size: 14px;
        margin: 0 0 0 auto;
    }
}

/*sp*/
@media screen and (max-width: 768px){
    .price-wrapper .number.intax {
        font-size: 10px;
        margin: 0 0 0 auto;
    }
}

/*pc*/
@media screen and (min-width: 769px){
    .product-item-block .price-wrapper .number {
        /*font-size: 4em;*/
    }

    .price + .yen {
        font-size: .6em;
    }
}

/*sp*/
@media screen and (max-width: 768px){
    .item-type {
        font-size: 2em;
    }
}

.product-item-block .item-type {
    width: 100%;
    font-weight: bold;
    margin-bottom: 3%;
}

.product-item-block .item-type span:nth-child(1) {
    display: inline-block;
    text-align: center;
    width: 25%;
    background: #389739;
    color: white;
}

.product-item-block .item-type span:nth-child(2) {
    display: inline-block;
    text-align: center;
    width: 75%;
    background: blue;
    color: white;
}

/*pc*/
@media screen and (min-width: 769px){
    .product-item-block .item-title {
        font-size: 4px;
    }
}

/*sp*/
@media screen and (max-width: 768px){
    .product-item-block .item-title {
        font-size: .5em;
    }
}

.product-item-block .item-title {
    font-weight: bold;
    margin: auto;
    text-align: left;
    white-space: pre-wrap;
}

/*pc*/
@media screen and (min-width: 769px){
    .product-item-block .item-title span {
        display: inline-block;
        width: 100%;
        height: 70px;
    }
}

/*sp*/
@media screen and (max-width: 768px){
    .product-item-block .item-title span {
        display: inline-block;
        width: 100%;
        height: 6em;
        overflow: overlay;
    }
}

.product-item-block .item-type span.new:nth-child(1) {
    background: #ffc926;
    color: #000;
}

.product-item-block .item-type span.new.PS5:nth-child(1) {
    border: 2px solid #000;
    border-right-width: 0;
}

.product-item-block .item-type span.used:nth-child(1) {
    background: #389739;
}

.product-item-block .item-type span.PS4:nth-child(2) {
    background: #0c45b8;
}

.product-item-block .item-type span.PS5:nth-child(2) {
    background: #ffffff;
    color: #000;
    outline: solid 1px;
    outline-offset: -1px;
}

.product-item-block .item-type span.Switch:nth-child(2) {
    background: #e52616;
}

.product-item-block .item-type span.\33 DS:nth-child(2) {
    background: #ff6c00;
}

.product-item-block .item-type span.XBox:nth-child(2) {
    background: #1c571d;
}

.product-item-block .item-type span.au:nth-child(2) {
    background: #eb5405;
}

.product-item-block .item-type span.docomo:nth-child(2) {
    background: #e42616;
}

.product-item-block .item-type span.Softbank:nth-child(2) {
    background: #919191;
}

.product-item-block .item-type span.rakuten:nth-child(2) {
    background: #a81204;
}

.product-item-block .item-type span.ymobile:nth-child(2) {
    background: #fc0d3a;
}

.product-item-block .item-type span.Wi-Fi:nth-child(2),
.product-item-block .item-type span.Wi-FiModel:nth-child(2) {
    background: #206fca;
}

.product-item-block .item-type span.SIMfree:nth-child(2) {
    background: #1FBFC5;
}

@media only screen and (max-width: 768px){
    .product-item-block .item-type span.new.PS5:nth-child(1) {
        border-width: calc(1/375*100vw);
        border-right-width: 0;
    }
    
    .product-item-block .item-type span.PS5:nth-child(2) {
        border-width: calc(1/375*100vw);
    }
}

/************************************************************************************
*  text
************************************************************************************/
.text-item {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 0 auto;
    width: 92%;
    white-space : pre-wrap;
}

/* 赤 */
.text-color-red {
    color: rgb(230, 0, 18);
}

.text-pre-color-red {
    color: #fff;
    border-color: rgb(230, 0, 18);
    background: rgb(230, 0, 18);
}

/* 青 */
.text-color-blue {
    color: rgb(0, 55, 145);
}

.text-pre-color-blue {
    color: #fff;
    border-color: rgb(0, 55, 145);
    background: rgb(0, 55, 145);
}

/* 黒 */
.text-color-black {
    color: rgb(0, 0, 0);
}

.text-pre-color-black {
    color: #fff;
    border-color: rgb(0, 0, 0);
    background: rgb(0, 0, 0);
}

/* 緑 */
.text-color-green {
    color: rgb(20, 112, 15);
}

.text-pre-color-green {
    color: #fff;
    border-color: rgb(20, 112, 15);
    background: rgb(20, 112, 15);
}

/* 黄緑 */
.text-color-yellow-green {
    color: #18b803;
}

.text-pre-color-yellow-green {
    color: #fff;
    border-color: #18b803;
    background: #18b803;
}

/* 水 */
.text-color-light-blue {
    color: #00acca;
}

.text-pre-color-light-blue {
    color: #fff;
    border-color: #00acca;
    background: #00acca;
}

/* 橙 */
.text-color-orange {
    color: #ff6c00;
}

.text-pre-color-orange {
    color: #fff;
    border-color: #ff6c00;
    background: #ff6c00;
}

.text-position-left {
    text-align: left;
}

.text-position-center {
    text-align: center;
}

.text-position-right {
    text-align: right;
}
