body {
    margin: 0;
    padding: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #333;
    font-size: 14px;
    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 {
    max-width: 100%;
    height: auto;
    width: auto;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
p {
    margin: 0;
}

/* 背景 */
#main-containar {
    background-image: url(https://isunokoujyou.com/pic-labo/bf-bg-image.gif);
    background-attachment: fixed;
    background-position: center;
    padding: 30px 0;
}

/* メインイメージ */
.contents-image img {
    width: 100%;
}

/* 挨拶 */
.nenmatsu-greeting {
    margin: 30px 30px;
}

.nenmatsu-greeting p {
    line-height: 3em;
    font-size: 120%;
    text-align: center;
}

/* 期間 */
.nenmatsu-period {
    margin-bottom: 50px;
}

.nenmatsu-period>div {
    background: black;
    padding: 30px;
    font-size: 180%;
    color: #d2be5d;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

/* 見出し */

.p-midashi {
    position: relative;
    padding: 1em;
    border: solid 2px black;
    border-radius: 3px 0 3px 0;
    font-size: 30px;
    text-align: center;
    margin: 40px;
}

.p-midashi:before,
.p-midashi:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: solid 2px black;
    border-radius: 50%;
}

.p-midashi:before {
    bottom: -12px;
    right: -12px;
}

.p-midashi:after {
    top: -12px;
    left: -12px;
}

/* おすすめ（大） */

.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: 0 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 {
    background: black;
    border-radius: 10px;
    padding: 20px;
}

.picup-large {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    background: white;
    margin-bottom: 20px;
    border-radius: 5px;
}

.picup-large li:first-child {
    margin-right: 3%;
}

.picup-large .img-box {
    width: 40%;
}

.picup-large .text-box {
    font-size: 150%;
    width: 57%;
    padding: 5px 0 0;
    text-align: center;
}

.picup-large .text-box>div {
    margin-bottom: 25px;
    border-bottom: 1px dashed dimgrey;
    padding-bottom: 20px;
}

.text-box>div>p {
    margin: 0;
    position: relative;
    display: inline-block;
}

.text-box>div>p::before,
.text-box>div>p::after {
    display: inline-block;
    position: absolute;
    top: 35%;
    width: 25px;
    height: 1px;
    background-color: black;
    content: "";
}

.text-box>div>p::before {
    left: -30px;
    -webkit-transform: rotate(50deg);
    transform: rotate(60deg);
}

.text-box>div>p::after {
    right: -30px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-60deg);
}

.picup-large .text-box>div:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.picup-link {
    background: goldenrod;
    padding: 20px !important;
    text-align: center;
    box-shadow: 2px 2px 2px grey;
    border-radius: 50px;
}

.picup-link a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
}

.regular-price {
    text-decoration: line-through;
}

.sale-price {
    color: red;
    font-size: 170%;
    font-weight: bold;
}

/* おすすめ(小) */
.picup-other {
    display: flex;
    flex-wrap: wrap;
}

.picup-other li {
    width: 32%;
    margin: 0 2% 2% 0;
    padding: 15px;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    line-height: 2.5em;
    font-size: 150%;
}

.picup-other li:nth-child(3n) {
    margin-right: 0;
}

.picup-other li>div {
    border-bottom: 1px dashed grey;
}

.picup-other li>div:last-child {
    border-bottom: 0;
    background: goldenrod;
    margin-top: 10px;
    text-align: center;
    border-radius: 50px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px grey;
}

.picup-other li>div:last-child a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
}

.picup-other li>div:nth-child(2) {
    text-decoration: line-through;
}

.picup-other li>div:nth-child(3) {
    color: red;
    font-weight: bold;
}

/* 各カテゴリ一覧へのボタン */

.fukidashi {
    text-align: center;
    margin-bottom: 35px
}

.fukidashi p {
    margin-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.04rem;
    display: inline-block;
    position: relative;
    font-size: 250%;
}

.fukidashi p::before,
.fukidashi p::after {
    display: inline-block;
    position: absolute;
    top: 45%;
    width: 40px;
    height: 3px;
    background-color: black;
    content: "";
}

.fukidashi p::before {
    left: -45px;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.fukidashi p::after {
    right: -45px;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.category-link {
    margin: 30px 0 50px;
}

.category-link ul {
    display: flex;
    flex-wrap: wrap;
}

.category-link ul:nth-child(3) {
    margin-top: 4%;
}

.category-link ul li {
    width: 48%;
    margin-right: 4%;
}

.category-link ul li:last-child {
    margin-right: 0;
}

.button23 a {
    display: block;
    position: relative;
    padding: 1.5em 2em;
    color: #333;
    font-size: 150%;
    font-weight: 700;
    background-color: #d2be5d;
    transition: 0.3s;
    text-align: center;
}

.button23 a::after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #333333 transparent;
    transition: 0.3s;
}

.button23 a:hover {
    text-decoration: none;
    background-color: black;
    color: #d2be5d;
}

.button23 a:hover::after {
    bottom: 8px;
    right: 8px;
    border-color: transparent transparent #d2be5d transparent;
}

/* フロートナビ */

#nav-newregist {
    width: 150px;
    position: fixed;
    left: 0%;
    top: 5%;
    z-index: 9999;
}

#nav-newregist>a {
    display: block;
    width: 100%;
    height: 100%;
}

#nav-menu {
    width: 150px;
    position: fixed;
    right: 1%;
    bottom: 1%;
    z-index: 9999;
}

#nav-menu>div {
    background: #d2be5d;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
}

#nav-menu>div>a {
    color: black;
    display: block;
    width: 100%;
    height: 100%;
}

/* フッター */

.footer_guide {
    margin-top: 30px;
}

.footer_guide p {
    border-left: 3px solid;
    font-size: 17px;
    padding: 2px 0 0 7px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer_guide a {
    color: inherit;
}