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 {
    display: block;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

/*************** ヘッダー ***************/

#H_LOGO {
    margin: 5px 0;
}

#H_LOGO a {
    display: block;
    width: 100%;
    height: 100%;
}

#H_LOGO img {
    width: 50%;
    display: block;
    margin: auto;
}

#H_GMENU ul {
    margin: 0 0 10px 0;
    padding: 0;
    background: #007DC5;
    overflow: hidden;
}

#H_GMENU li {
    float: left;
    width: 20%;
    list-style-type: none;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    border-right: 1px solid white;
}

#H_GMENU ul:after,
#TOP_CATE ul:after,
#TOP_PROD ul:after {
    clear: both;
    content: "";
    display: block;
}

#H_GMENU a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#H_GMENU img {
    display: block;
    width: 40%;
    margin: 0 auto 5px;
}

#H_GMENU span {
    font-size: 70%;
    display: block;
    font-weight: bold;
    color: white;
}

#TG_NAVI {
    padding: 5px 5px 0px !important;
    margin: 5px !important;
    border: 1px solid #e9e9e9;
    top: 74px;
    right: 0;
    display: none;
    z-index: 5;
}

.menu-title {
    margin: 10px 10px;
    border-bottom: 1px solid #e9e9e9;
    padding: 5px 0 8px;
    text-align: center;
    font-size: 120%;
}

#TG_NAVI ul {
    display: flex;
    flex-wrap: wrap;
}

#TG_NAVI li {
    width: 32%;
    background: skyblue;
    padding: 25px 0 23px;
    text-align: center;
    margin: 0 2% 2% 0;
    border-radius: 3px;
    font-size: 80%;
    box-shadow: 1px 1px 1px grey;
}

#TG_NAVI li:nth-child(3n) {
    margin-right: 0;
}

#TG_NAVI li a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.menu-close {
    width: 30%;
    background: #e9e9e9;
    border-radius: 20px;
    padding: 10px 0 8px;
    text-align: center;
    margin: 0 auto 10px;
    box-shadow: 2px 2px 2px grey;
    font-weight: bold;
}

/*************** コンテンツ ***************/

/*************** 前書き ***************/
.text_preface {
    margin: 20px 0;
}

.text_preface p {
    font-size: 120%;
    text-align: center;
    line-height: 2.5em;
    padding: 0 3%;
    margin: 0;
}

/*************** キャンペーン期間 ***************/
.event-period {
    background: steelblue;
    padding: 15px;
    color: white;
    font-size: 150%;
    text-align: center;
    margin-bottom: 10%;
}

/*************** キャンペーン特典 ***************/

.ribbon {
    display: inline-block;
    position: relative;
    height: 45px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.ribbon::before {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    left: -35px;
    z-index: -2;
    border: 20px solid #9873e6;
    border-left-color: transparent;
}

.ribbon::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: -20px;
    right: -35px;
    z-index: -2;
    border: 20px solid #9873e6;
    border-right-color: transparent;
}

.ribbon p {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 5px 20px;
    line-height: 45px;
    color: #FFF;
    background: #5d2fc0;
}

.ribbon p::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-right: solid 15px #766796;
}

.ribbon p::after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 10px transparent;
    border-left: solid 15px #766796;
}



.campaign-benefits {
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    padding: 0 5px;
    margin-bottom: 10%;
}

.campaign-benefits>a {
    display: block;
}

.campaign-benefits>a:nth-child(2) {
    margin-bottom: 10px;
}

.text-brink {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    margin-bottom: 5%;
    animation: blinking 1.5s ease-in-out infinite alternate;
}

.text-brink::before,
.text-brink::after {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 140%;
    background: #000000;
}

.text-brink::before {
    top: -15%;
    left: 0;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.text-brink::after {
    top: -15%;
    right: 0;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

/*************** おススメ商品 ***************/
#event-picup {
    background: skyblue;
    padding: 10% 5px 10%;
}

.event-midashi {
    border-radius: 5px;
    color: royalblue;
    padding: 20px 0 45px 8%;
    position: relative;
    text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 220%;
}

.event-midashi::before {
    content: '＊*';
    color: royalblue;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 7%;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(50deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
}

.event-midashi::after {
    border-bottom: 2px dotted #ffffff;
    content: '';
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

.product-box {
    padding: 15px;
    background: white;
    margin-bottom: 5%;
}

.product-image {
    margin-bottom: 15px;
}

.product-detail {
    font-size: 150%;
    text-align: center;
}

.product-detail>div {
    margin-bottom: 10px;
    border-bottom: 1px dashed dimgrey;
    padding-bottom: 10px;
}

.product-detail>div:first-child {
    line-height: 1.5em;
}

.product-detail>div:last-child {
    border-bottom: 0;
}

.op {
    color: white;
    font-weight: bold;
}

.op>span {
    display: block;
    margin-bottom: 10px;
}

.op>span:last-child {
    margin-bottom: 0;
}

.op-cut {
    background: burlywood;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 15px 10px;
}

.op-stick {
    background: salmon;
    width: 90%;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 10px;
}

.regular-price {
    text-decoration: line-through;
    border-bottom: 0 !important;
}

.sale-price {
    color: red;
    font-size: 140%;
    font-weight: bold;
}

/********** 商品ポイントデザイン **********/
.product_point {
    margin: 40px 0 20px;
}

.product_point>ul>li>p {
    position: relative;
    border-top: solid 2px #80c8d1;
    border-bottom: solid 2px #80c8d1;
    background: #f4f4f4;
    line-height: 1.4;
    padding: 0.7em 0.5em;
    margin: 0 0 40px 0 !important;
}

.product_point>ul>li>p::after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0a7\ POINT';
    background: #80c8d1;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 5px 5px 0 0;
    padding: 8px 15px 5px;
    line-height: 1;
    letter-spacing: 0.05em;
}

.product_point>ul>li>p:last-child {
    margin-bottom: 0 !important;
}

/********** レビューデザイン **********/
.product_review {
    margin-bottom: 30px;
}

.product_review>ul>li>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}

.product_review>ul>li>div>img {
    width: 12%;
    margin-right: 5%;
}

.product_review>ul>li>div>p {
    width: 83%;
    margin: 0;
    padding: 10px 15px;
    background: #fdeff2;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 95%;
}

/********** 商品プライス **********/
.product_price {
    text-align: center;
    margin-bottom: 15px;
}

.p-regular {
    text-decoration: line-through;
    margin-bottom: 15px;
    font-size: 160%;
}

.p-sale {
    font-size: 220%;
    color: crimson;
    font-weight: bold;
}

/********** 遷移ボタン **********/
.product_link {
    font-weight: bold;
    font-size: 160%;
}

.product_link>a {
    padding: 1.35rem 0 1.25rem 140px;
    color: #fff;
    background: #f39800;
    position: relative;
    display: block;
    text-decoration: none;
}

.product_link>a::before {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    border-radius: 0.5rem 0 0 0.5rem;
    background: rgba(0, 0, 0, 0.07);
}

.product_link>a>i {
    position: absolute;
    top: 35%;
    left: 4%;
    width: 50px;
    text-align: center;
}

/********** その他の商品一覧 **********/
.small-box {
    display: flex;
    flex-wrap: wrap;
}

.small-box>li {
    padding: 10px;
    background: white;
    width: 49%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    text-align: center;
}

.small-box>li:nth-child(2n) {
    margin-right: 0;
}

.small-box>li>img {
    margin-bottom: 10px;
}

.small-box>li>div {
    border-bottom: 1px dotted dimgray;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.small-box>li>div:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
}

.s-op {
    font-size: 95%;
}

.s-op>div:first-child {
    margin-bottom: 5px;
}

.s-cut {
    background: burlywood;
    border-radius: 5px;
    text-align: center;
    color: white;
    padding: 6px 0 3px;
}

.s-stick {
    background: salmon;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding: 6px 0 3px;
}

.r-price {
    text-decoration: line-through;
}

.s-price {
    color: crimson;
    font-weight: bold;
}

.s-price>p:first-child {
    font-size: 120%;
    margin: 0 0 5px 0;
}

.s-price>p:last-child {
    font-size: 200%;
    margin: 0;
}

.s-product-link>a {
    color: #fff;
    background: #f39800;
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 40px 0 15px;
    border-radius: 10px;
    text-decoration: none;
}

.s-product-link>a>i {
    position: absolute;
    top: 10%;
    left: 35%;
    width: 50px;
    text-align: center;
    letter-spacing: 0;
}

.s-product-link>a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    content: "";
    border-radius: 0.5rem 0 0 0.5rem;
    background: rgba(0, 0, 0, 0.07);
}

/*************** フッター ***************/

#footer-pageTop {
    text-align: center;
    background: #282828;
    color: white;
    padding: 10px 0;
}

#footer-contentsList li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #aaa;
    box-sizing: border-box;
    padding: 15px 0 13px 7px;
}

#footer-contentsList li:nth-child(2n) {
    border-left: 1px solid #aaa;
}

#footer-contentsList li a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: initial;
    position: relative;
}

#footer-contentsList li a span {
    font-size: 110%;
    vertical-align: top;
}

#footer-contentsList li a span:after {
    font-family: 'FontAwesome';
    content: '\f105';
    font-size: 130%;
    position: absolute;
    bottom: -10%;
    right: 5%;
}

#footer-contentsList:after {
    clear: both;
    content: '';
    display: block;
}

#footer-contentsLogo img {
    display: block;
    width: 160px;
    margin: auto;
    padding: 15px 0;
}

#FloatFooterMenu {
    background: #2f80c7;
    position: fixed;
    width: 100%;
    bottom: 0;
}

#FloatFooterMenu ul li {
    float: left;
    width: 50%;
    height: 70px;
    color: white;
    text-align: center;
    border-right: 1px dotted white;
    box-sizing: border-box;
}

#FloatFooterMenu a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
}

#FloatFooterMenu i {
    font-size: 180%;
    margin: 8px;
}