@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?&family=Roboto:wght@900&display=swap');
/*
    sale_lp_base.css, sale_lp_main.css, sale_lp_noManagementScreen.css はテンプレに修正が必要な時以外は触らないでください。
    このファイルはsale_lp_base.cssをベースに、デザイン調整を行うためのファイルです。
*/

html,
body,
#wrap,
#footerLink ul {
    width: 100%;
    min-width: 1000px;
}

.headerTab,
.headerTop {
    min-width: 1000px;
}

#headerTop {
    width: 780px;
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.container * {
    box-sizing: border-box;
    line-height: 1.6;
}

.container img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
}

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

.html-body > .html-block:nth-of-type(1) {
    margin-bottom: 30px;
}

.font-size-l {
    font-size: 62px;
}

.font-size-m {
    font-size: 52px;
}

.font-size-s {
    font-size: 42px;
}

.font-size-ss {
    font-size: 32px;
}

.font-size-sss {
    font-size: 22px;
}

.sale h1 {
    text-align: center;
    margin-bottom: 30px;
}


/************************************************************************************
*  見出し
************************************************************************************/
.html-content-heading {
}

.html-content-heading .heading-item {
    width: 100%;
    margin: 40px 0 10px;
    padding: .1em .3em;
    font-size: 50px;
}

/* 背景塗りつぶし */
.html-content-heading .heading-item.heading-layout-fill {
}

/* 稲妻マーク付き */
.html-content-heading .heading-item.heading-layout-symbol {
    padding-right: 73px;
    padding-left: 73px;
    line-height: 1.3;
}

.html-content-heading .heading-layout-symbol::before,
.html-content-heading .heading-layout-symbol::after {
    top: calc(50% - 35px);
    width: 70px;
    height: 70px;
    margin: 0;
}

/* 黒 */
/* .heading-layout-fill.heading-color-black {
    background: #fff;
    border: 2px solid #000;
    color: #000;
} */

/* 黄緑 */
/* .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 {
    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;
} */

/************************************************************************************
*  商品
************************************************************************************/
.product-item {
    margin: 10px 0;
}

.html-content-entity.html-content-product {
    padding-bottom: 30px;
}

/* 左右分割
-----------------------------------------------------------*/
.product-item-left .product-item-block,
.product-item-right .product-item-block {
    width: 92%;
}

.product-item-left .product-item-block .product-item-image,
.product-item-right .product-item-block .product-item-image {
    padding: 0 20px;
}

.product-item-left .product-item-block .product-item-image img,
.product-item-right .product-item-block .product-item-image img {
    max-height: 360px;
}

.product-item-left .product-item-image,
.product-item-right .product-item-image {
    width: 45%;
    padding: 0 10px;
}

.product-item-left .product-item-detail,
.product-item-right .product-item-detail {
    width: 55%;
    padding: 0 10px;
}

/* 1カラム
-----------------------------------------------------------*/
.html-block-columns.full-size .product-item-detail {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 0 10px;
}

.html-block-columns.full-size .product-item-detail .item-title {
    flex-grow: 1;
    width: 100%;
    text-align: left;
}

/* 2カラム
-----------------------------------------------------------*/
.product-item-half .product-item-detail {
    width: 85%;
    min-height: 0;
}

/* 画像 */
.product-item-half .product-item-image {
    display: block;
    width: 100%;
    height: 400px;
    padding: 20px 0;
}

/* 商品詳細
-----------------------------------------------------------*/
/* ラベル */
.product-item-detail .item-type {
    font-size: 22px;
}

.product-item-detail .item-type span {
    font-weight: bold;
}

/* 商品名 */
.product-item-block .item-title {
    overflow: hidden;
    margin-bottom: 10px;
}

.product-item-block .item-title span {
    overflow: hidden;
    height: auto;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.product-item-block .item-title .font-size-l {
    font-size: 45px;
}

.product-item-block .item-title .font-size-m {
    font-size: 34px;
}

.product-item-block .item-title .font-size-s {
    font-size: 30px;
    line-height: 1.2;
}

/* 価格
-----------------------------------------------------------*/
/* 割引前価格 */
.product-item-block .sale-price-wrapper,
.product-item-block .sale-price-wrapper span,
.product-item-block .sale-price-wrapper .sale-number {
    font-size: 24px;
    font-weight: bold;
}

.product-item-block .sale-label-wrapper,
.product-item-block .sale-label-wrapper span {
    padding: 0 .2em;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
}

.product-item-block .sale-label-wrapper span + span {
    margin-top: .2em;
}

.product-item-block .sale-label-wrapper span.first-line {
    font-size: 35px;
}

.product-item-block .sale-label-wrapper span.second-line {
    font-size: 40px;
}

.product-item-block .sale-price-wrapper,
.product-item-block .sale-label-wrapper {
    margin-bottom: 5px;
}

/* セール価格 */
.product-item-block .item-price {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail .item-price {
    width: 100%;
}

.product-item-block .price-wrapper .price,
.product-item-block .price-wrapper .number.intax {
    font-family: 'Roboto', sans-serif;
}

.product-item-block .price-wrapper .price {
    line-height: 1;
}

.product-item-block .price-wrapper .number.intax,
.product-item-half .product-item-block .price-wrapper .number.intax {
    margin-top: .4em;
}

/* 価格（full-size）
-----------------------------------------------------------*/
.full-size .product-item-block .price-wrapper .outtax {
    padding: .3em .1em;
}

.full-size .product-item-block .price-wrapper .each {
    top: -4px;
    margin-left: .1em;
}

.full-size .product-item-block .price-wrapper .each + .price {
    margin-left: 0;
}

.full-size .product-item-block .price-wrapper .price {
    margin-left: .1em;
}

.full-size .product-item-block .price-wrapper .number.intax {
    margin-top: 0.2em;
    font-size: 28px;
}

/* Lサイズ */
.full-size .product-item-block .price-wrapper .font-size-l .outtax {
    top: -.4em;
    font-size: 33px;
}

.full-size .product-item-block .price-wrapper .font-size-l .each {
    font-size: 55px;
}

.full-size .product-item-block .price-wrapper .font-size-l .price {
    font-size: 118px;
}

.full-size .product-item-block .price-wrapper .font-size-l .yen {
    top: -.1em;
    font-size: 55px;
}

/* Mサイズ */
.full-size .product-item-block .price-wrapper .font-size-m .outtax {
    top: -.3em;
    font-size: 30px;
}

.full-size .product-item-block .price-wrapper .font-size-m .each {
    font-size: 50px;
}

.full-size .product-item-block .price-wrapper .font-size-m .price {
    font-size: 105px;
}

.full-size .product-item-block .price-wrapper .font-size-m .yen {
    font-size: 50px;
}

/* Sサイズ */
.full-size .product-item-block .price-wrapper .font-size-s .outtax {
    top: -.4em;
    font-size: 23px;
}

.full-size .product-item-block .price-wrapper .font-size-s .each {
    font-size: 40px;
}

.full-size .product-item-block .price-wrapper .font-size-s .price {
    font-size: 95px;
}

.full-size .product-item-block .price-wrapper .font-size-s .yen {
    font-size: 40px;
}

/* 価格（half-size）
-----------------------------------------------------------*/
.half-size .product-item-block .price-wrapper .outtax {
    top: -.3em;
    padding: .3em .1em;
    font-size: 23px;
}

.half-size .product-item-block .price-wrapper .each {
    top: -4px;
    margin-left: .1em;
}

.half-size .product-item-block .price-wrapper .each + .price {
    margin-left: 0;
}

.half-size .product-item-block .price-wrapper .price {
    margin-left: .1em;
}

.half-size .product-item-block .price-wrapper .yen {
    top: -4px;
}

.half-size .product-item-block .price-wrapper .number.intax {
    margin-top: 0.2em;
    font-size: 28px;
}

/* Lサイズ */
.half-size .product-item-block .price-wrapper .font-size-l .outtax {
}

.half-size .product-item-block .price-wrapper .font-size-l .each {
    font-size: 45px;
}

.half-size .product-item-block .price-wrapper .font-size-l .price {
    font-size: 100px;
}

.half-size .product-item-block .price-wrapper .font-size-l .yen {
    font-size: 45px;
}

/* Mサイズ */
.half-size .product-item-block .price-wrapper .font-size-m .outtax {
}

.half-size .product-item-block .price-wrapper .font-size-m .each {
    font-size: 38px;
}

.half-size .product-item-block .price-wrapper .font-size-m .price {
    font-size: 80px;
}

.half-size .product-item-block .price-wrapper .font-size-m .yen {
    font-size: 38px;
}

/* Sサイズ */
.half-size .product-item-block .price-wrapper .font-size-s .outtax {
}

.half-size .product-item-block .price-wrapper .font-size-s .each {
    font-size: 35px;
}

.half-size .product-item-block .price-wrapper .font-size-s .price {
    font-size: 75px;
}

.half-size .product-item-block .price-wrapper .font-size-s .yen {
    font-size: 35px;
}

/* 注釈
-----------------------------------------------------------*/
.product-item .item-description {
    margin-top: 1em;
}

.product-item .item-description span {
    font-size: 20px;
}

/* リンク（詳しくはこちら） */
.product-item .item-description-link {
    margin-top: 1em;
}

.product-item .item-description + .item-description-link {
    margin-top: 0;
}

.product-item .item-description-link a {
    font-size: 20px;
}

/************************************************************************************
*  画像
************************************************************************************/
.html-block:not(:nth-of-type(1)) .html-content-image {
    margin-top: 10px;
}

.html-content-image img {
}

/************************************************************************************
*  テキスト
************************************************************************************/
.text-item {
    font-weight: bold;
}

.text-item.font-size-l {
    font-size: 50px;
}

.text-item.font-size-m {
    font-size: 38px;
}

.text-item.font-size-s {
    font-size: 25px;
}

.text-item.font-size-sss {
    font-size: 22px;
}

/* 黄緑 */
/* .text-color-yellow-green {
    color: #8CBF21;
}

.text-pre-color-yellow-green {
    color: #fff;
    border-color: #8CBF21;
    background: #8CBF21;
} */

/************************************************************************************
*  ボタン
************************************************************************************/
.html-content-button .button-item {
    width: 100%;
    height: auto;
    padding: .4em 0;
    cursor: pointer;
}

.html-content-button .font-size-m {
    font-size: 40px;
}

.html-content-button .font-size-s {
    font-size: 30px;
}

.html-content-button .font-size-ss {
    font-size: 22px;
}

.html-content-button .font-size-sss {
    font-size: 18px;
}

/************************************************************************************
*  罫線
************************************************************************************/
.line-layout-straight {
    margin: 20px 0;
    border-style: solid;
}

.line-layout-straight.line-size-l {
    border-width: 5px;
}

.line-layout-straight.line-size-m {
    border-width: 3px;
}

.line-layout-straight.line-size-s {
    border-width: 1.5px;
}

/* 黄緑 */
/* .line-color-yellow-green {
    color: #8CBF21;
}

.line-pre-color-yellow-green {
    color: #fff;
    border-color: #8CBF21;
    background: #8CBF21;
} */

/************************************************************************************
*  WEBチラシ連携
************************************************************************************/
header {
    width: 100%;
    margin-bottom: 15px;
    background: #192b5b;
}

#contents.singlePage {
    width: 1000px;
}

.flierPage_title {
    padding-top: 14px;
    border-top: 1px solid #192B5B;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    color: #192B5B;
}

.flierTab {
    display: flex;
    width: 100%;
    margin: 20px 0;
}

.flierTab::before,
.flierTab::after {
    content: '';
    display: block;
    width: 70px;
    height: 60px;
    border-bottom: 1px solid #DDDDDD;
}

.flierTab a {
    display: block;
    width: 430px;
    height: 60px;
    padding: 0;
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    line-height: 60px;
    color: #666666;
    cursor: pointer;
}

.flierTab a:nth-child(2) {
    border-left: none;
}

.flierTab a.is-active {
    background-color: white;
    border-bottom: none;
    color: #192B5B;
    pointer-events: none;
}
