@charset "UTF-8";

/* ----xxx---- */
/*

.christmas .block-page-freespace--caption {
    position: relative;
}
.christmas .block-page-freespace--caption img {
    vertical-align: top;
}
.christmas .block-page-freespace--caption span {
    position: absolute;
    top: 125px;
    right: 55px;
    color: #fff;
    font-size: 3rem;
}
.christmas .block-page-freespace--caption span.saleStart {
    position: absolute;
    top: 20px !important;
    right: 50px;
    color: #fff;
    font-size: 2rem;
}

.christmas p.attention {
    background: #ff414114;
    border: 4px double red;
    padding: 1em;
    text-align: center;
}
.christmas p.attention span {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.christmas .mainMenu ul {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
}
.christmas .mainMenu ul li {
    background: #084f35;
    padding: 8px;
    margin: 0;
    color: #fff;
    text-align: center;
    flex: 1;
}
.mainMenu ul li+ li {
    border-left: solid 5px #fff;
}

.christmas .block-page-caption, .christmas .block-page-freespace--top, .christmas .block-page-freespace--bottom, .christmas .block-page-block--contents {
    word-break: break-all;
    display: flex;
    flex-wrap: wrap;
}

.christmas .block-page-block--contents-goodslist dl {
    background: #ffffe9;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    padding: 2% 2% 1%;
    border: solid 1px #eee;
    margin: 1%;
}
.christmas .block-page-block--frame {
    margin-bottom: inherit;
}
.christmas .block-page-block--contents-body-imgtext-1column img {
    display: block;
    margin: 30px auto;
    width: 90%;
}
.christmas .block-page-block--contents-body-imgtext-1column-text h2 {
    padding: 0 0 0 60px;
}
*/

.christmas .block-pickup-list-p--item-body {
    position: relative;
}

.span.iconNew {
    position: absolute;
    top: -15px;
    left: 15px;
    background-color: crimson;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 65px;
    height: 30px;
    font-size: 1.1em;
    padding: 1px;
}

span.iconSALE {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: crimson;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 80px;
    height: 30px;
    font-size: 1.1em;
    padding: 1px;
}

span.sellStart {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #ff2c72;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    width: 65px;
    height: 44px;
    font-size: 0.9em;
    padding: 1px;
    line-height: 1.4em;
    border-radius: 6px;
}
span.sellStart {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #ff2c72;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    width: 65px;
    height: 44px;
    font-size: 0.9em;
    padding: 1px;
    line-height: 1.4em;
    border-radius: 6px;
}
span.backOrder {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #ff2c72;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    width: 65px;
    height: 22px;
    font-size: 0.9em;
    padding: 1px;
    line-height: 1.4em;
    border-radius: 6px;
}

span.wholeCake,
span.smallCake,
span.bucheCake {
    position: absolute;
    top: 210px;
    right: 15px;
    opacity: 0.9;
    color: #fff;
    text-align: center;
    /* font-weight: bold; */
    font-size: 0.9em;
    padding: 1px;
    border-radius: 6px 6px 6px 6px;
}
span.wholeCake {
    background-color: #31a938;
    width: 136px;
    height: 25px;
}
span.smallCake {
    background-color: #3148a9;
    width: 126px;
    height: 25px;
}
span.bucheCake {
    background-color: #7e368d;
    width: 170px;
    height: 25px;
}

/*
.christmas .taniguchi_banner {
    background: #d70091;
    height: 100px;
    margin: 50px 1% 0;
    text-align: center;
    color: #FFF;
}
.christmas .other_banner {
    background: #ff9300;
    height: 100px;
    margin: 50px 1% 0;
    text-align: center;
    color: #FFF;
}
*/

/*
.christmas .taniguchi_banner, .christmas .other_banner {
    margin: 25px 1% 0;
    border-left: solid 20px #a32026;
    border-bottom: solid 1px #a32026;
    padding: 1.2%;
    font-size: 1.25rem;
    font-weight: bold;
}

.christmas figure img {
    width: 226px;
}
.christmas p {
    margin: 30px auto;
    display: block;
    width: 90%;
}
.christmas .block-page-block--goods-name {
    margin: 20px 0 20px;
    min-height: 84px;
}
.christmas a {
    font-size: 0.9rem;
    text-decoration: none;
}
.christmas .btn-primary, .christmas .btn {
    border-radius: 3px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.christmas dd.block-page-block--goods-comment {
    min-height: 100px;
}

.christmas .block-page-block--freespace-bottom ul {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0;
    padding: 2% 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.christmas .block-page-block--freespace-bottom li {
    width: 23%;
    border: solid 1px #c54f00;
    background: #ffad1d;
    padding: 1%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.christmas .block-page-block--freespace-bottom li a,
.christmas .mainMenu ul li a {
    color: #fff;
    letter-spacing: -0.1rem;
}
.christmas .block-page-block--freespace-bottom li:hover {
    background: #d70091;
    border: solid 1px #5a3352;
}
*/

/*
.floating {
    position: fixed;
    right: 8px;
    bottom: 8px;
    display: none;
}
.floating a {
    display: block;
    color: #fff;
    background: #000;
    padding: 8px;
    text-decoration: none;
    opacity: 0.6;
}
.floating a:hover {
    opacity: 1;
}
*/

/*
body {
    position: relative;
}

.floating {
    position: fixed;
    width: 1200px;
    display: none;
    padding: 30px 0;
    background: -moz-linear-gradient(bottom, #FFF 90%, transparent);
    background: -webkit-linear-gradient(bottom, #FFF 90%, transparent);
    background: linear-gradient(to top, #FFF 90%, transparent);
    opacity: 0.9;
}
.floating ul {
    display: flex;
    flex-wrap: wrap;
}
.floating li {
    flex: 1;
    border: 1px solid transparent;
    text-align: center;
}
.floating a {
    display: block;
    color: #fff;
    background: #084f35;
    padding: 8px;
    text-decoration: none;
    opacity: 0.8;
    letter-spacing: -0.1rem;
}
*/
/*
.floating a:hover {
    opacity: 1;
}
*/

/* .btn_design { */
/*
.js-enhanced-ecommerce-item {
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  　-webkit-transform: perspective(2px) translateZ(0);
  　transform: perspective(2px) translateZ(0);
  　-webkit-transition-duration: 0.3s;
  　transition-duration: 0.2s;
  　-webkit-transition-property: transform;
    transition-property: transform;
}
*/

/* マウスオーバー時 */
/*
.js-enhanced-ecommerce-item a .btn-primary:hover, .js-enhanced-ecommerce-item a .btn-primary:focus, .js-enhanced-ecommerce-item a .btn-primary:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
}*/
