body {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    background-color: #FFF;
    height: 100%;
    word-wrap: break-word;
    font-weight: 500;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.flex {
    display: flex;
}

.font08 {
    font-size: 0.8em;
}

.font16 {
    font-size: 16px;
}

.bold {
    font-weight: bold;
}

.shadow {
    box-shadow: 3px 3px 3px rgb(160, 158, 158);
}

.wrapper {
    margin: 0 auto;
    background-image: url('https://www.isunokoujyou.com/pic-labo/obon-bg-image.gif');
}

.toumei {
    background-color: rgba(255, 255, 255, 0.700);
}

.nenmatsu-greeting {
    margin: 0 5%;
}

.nenmatsu-greeting>p {
    text-align: center;
    line-height: 2.2em;
}

.nenmatsu-period {
    background: #a30500;
    text-align: center;
    margin: 20px 5% 20px;
    border-radius: 10px;
    color: white;
    font-size: 120%;
    font-weight: bold;
    padding: 0 15px;
}

.nenmatsu-period>div {
    padding: 15px 10px;
}

.nenmatsu-period>div>div:first-child {
    margin-bottom: 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.coupon-area {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
}

.coupon-area>p {
    margin: 0;
}

.ribbon-label {
    display: block;
    position: relative;
    height: 100px;
    line-height: 100px;
    text-align: center;
    padding: 0 30px;
    font-size: 200%;
    background: #f7b000;
    ;
    color: #FFF;
    box-sizing: border-box;
    width: 90%;
    margin: 20px auto 20px;
}

.ribbon-label:before,
.ribbon-label:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon-label:before {
    top: 0;
    left: 0;
    border-width: 50px 0px 50px 30px;
    border-color: transparent transparent transparent #faebd7;
    border-style: solid;
}

.ribbon-label:after {
    top: 0;
    right: 0;
    border-width: 50px 30px 50px 0px;
    border-color: transparent #faebd7 transparent transparent;
    border-style: solid;
}

.picup-items {
    margin: 0 5%;
}

.nenmatsu-picup {
    /* background: rgba(250, 215, 221, 0.1); */
    margin: 0 5px 0px;
    padding: 10px 10px 30px;
    border-radius: 10px;
}

.picup-large {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    font-size: 110%;
    display: flex;
}

.img-box {
    margin-bottom: 10px;
    width: 45%;
    margin-right: 5%;
}

.text-box>div {
    border-bottom: 1px dashed grey;
    padding: 15px 0;
}

.text-box>div.picup-link {
    border-bottom: none;
}

.text-box {
    width: 50%;
}

.regular-price {
    font-size: 130%;
    text-decoration: line-through;
    margin-bottom: 0 !important;
}

.sale-price {
    font-size: 150%;
    color: red;
    font-weight: bold;
    position: relative;
}

.picup-link {
    background: goldenrod;
    margin-top: 10px;
    padding: 20px 0 15px !important;
    text-align: center;
    border-radius: 50px;
    box-shadow: 2px 2px 2px grey;
}

.picup-link>a {
    text-decoration: none;
    color: white;
    font-size: 120%;
    font-weight: bold;
}

.picup-other {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.picup-other li {
    width: 32%;
    background: white;
    margin: 0 2% 2% 0;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.picup-other li:nth-child(3n) {
    margin-right: 0;
}

.picup-other img {
    margin-bottom: 8px;
}

.picup-other>li>div {
    border-bottom: 1px dashed grey;
    padding: 8px 0;
}

.picup-other>li>div:last-child {
    border-bottom: none;
}

.picup-other>li>div:nth-child(2) {
    text-decoration: line-through;
}

.picup-other>li>div:nth-child(3) {
    color: red;
    font-weight: bold;
}

.picup-other>li>div:last-child {
    background: goldenrod;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px;
    padding: 12px 0;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px grey;
}

.picup-other>li>div:last-child>a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

/* 見出し */
.p-midashi {
    position: relative;
    padding: 1.2em;
    border: solid 2px black;
    border-radius: 3px 0 3px 0;
    font-size: 20px;
    text-align: center;
    margin: 20px 5% 25px;
    font-weight: 600;
    background-color: white;
}

.p-midashi:before,
.p-midashi:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px black;
    border-radius: 50%;
    background-color: white;
}

.p-midashi:before {
    bottom: -12px;
    right: -12px;
}

.p-midashi:after {
    top: -12px;
    left: -12px;
}

.sale-wrapper {
    text-align: center;
    line-height: 1.85rem;
}

.sale-title {
    font-size: 130%;
}

*/ .sale-title span {
    font-size: 10px;
}

.sale-money {
    font-size: 180%;
}

.coupon-tag {
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 0.8em;
}

.no-coupon {
    padding-top: 20px;
    /* padding-bottom: 15px!important; */
}

.pad-top30 {
    padding-top: 30px !important;
}

.mar-top20 {
    margin-top: 20px !important;
}

.nenmatsu-period div:first-child {
    padding: 10px 0 3px;
}

.nenmatsu-period div:nth-child(2) {
    padding: 4px 0 10px;
}

#spring {
    border: none;
}

.fukidashi {
    text-align: center;
}

.fukidashi p {
    margin-bottom: 25px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 150%;
}

.fukidashi p::before,
.fukidashi p::after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 25px;
    height: 2px;
    background-color: black;
    content: "";
}

.fukidashi p::before {
    left: -25px;
    -webkit-transform: rotate(50deg);
    transform: rotate(60deg);
}

.fukidashi p::after {
    right: -25px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-60deg);
}

.category-link {
    margin: 0 5%;
}

.category-link li {
    margin-bottom: 4%;
    box-shadow: 2px 2px 2px dimgrey;
}

.button23 a {
    display: block;
    position: relative;
    padding: 1.5em 2em;
    color: #333;
    font-size: 150%;
    font-weight: 700;
    background-color: #d7a1ff;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    color: white;
}

.button23 a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #ffffff transparent;
    transition: 0.3s;
}