@charset "UTF-8";

/*-----------------------------------------------
 font
-----------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese");
@import url("http://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");

@import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
@import url('http://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');

@import url("http://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url("https://fonts.googleapis.com/css?family=Kosugi+Maru&display=swap");
@import url('http://fonts.googleapis.com/css?family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css?family=Varela+Round&display=swap');

@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://use.fontawesome.com/releases/v5.6.0/css/all.css');
@import url('http://use.fontawesome.com/releases/v5.6.0/css/all.css');


/*-----------------------------------------------
 base
-----------------------------------------------*/
h1,
h2,
h3,
h5,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

ol,
ul {
    list-style-type: none;
}


body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
    overflow-y: scroll;
}

body {
    background: #fdd000;
    font-family: YakuHanJP, 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
    font-size: medium;
}

body {
    font-size: 62.5%;
    /* 16px -> 10px */
}

dt,
dd,
li,
caption,
th,
td,
input,
button,
textarea,
select,
h1,
h2,
h3,
h5,
h5,
h6,
p,
address {
    line-height: 1.5;
    font-size: 140%;
    margin: 0;
    padding: 0;
}

h1 *,
h2 *,
h3 *,
h5 *,
h5 *,
h6 *,
p input,
p button,
p select,
li h1,
li h2,
li h3,
li h5,
li h5,
li h6,
li p,
li dt,
li dd,
li li,
li th,
li td,
li input,
li button,
li textarea,
li select,
dd h1,
dd h2,
dd h3,
dd h5,
dd h5,
dd h6,
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd input,
dd button,
dd textarea,
dd select,
tr h1,
tr h2,
tr h3,
tr h5,
tr h5,
tr h6,
tr p,
tr dt,
tr dd,
tr li,
tr input,
tr button,
tr textarea,
tr select {
    font-size: 100%;
}

input,
button,
select,
option,
textarea {
    font-size: 14px;
}

a,
a:link,
a:visited {
    color: #ff0000;
    text-decoration: none;
}

section {
    position: relative;
}

/*-----------------------------------------------
#wrapper
-----------------------------------------------*/
#wrapper {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    min-height: 100vh;
}

#wrapper .sp {
    display: none;
}

@media screen and (max-width:425px) {
    #wrapper .pc {
        display: none;
    }

    #wrapper .sp {
        display: block;
    }
}

/*-----------------------------------------------
header
-----------------------------------------------*/
.header {
    position: relative;
    width: 100%;
    text-align: center;
    text-align: 0 auto;
    padding: 32px 0 50px;
    background: url(../images/back.jpg) repeat center top;
    background-size: 100% auto;
}

@media screen and (max-width:425px) {
    .header {
        background-size: 150% auto;
    }
}

.header img {
    display: block;
    margin: 0 auto;
}

.headerImg {
    position: relative;
    width: 100%;
    max-width: 1300px;
    min-height: 0%;
    height: auto;
    margin: 0 auto;
}

.headerImg img {
    width: 100%;
    height: auto;
}

.header_kvBase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.header_kvBase > p {
    position: absolute;
    top: 0;
    left: 0;
}

.top_arrow {
    margin-left: 8px;
    margin-right: 40px;
    margin-bottom: 24px;
    width: 1%;
    background:
}

.top_deco_list {
    list-style: 40px;
    width: 12%;
}

.top_deco_item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 17%;
}

.top_deco_item:nth-of-type(1) {
    margin-top: 0;
}

/*-----------------------------------------------
header アニメーション
-----------------------------------------------*/
.header_fade,
.header_fade02 {
    opacity: 0;
    min-height: 0%;
    height: auto;
}

.header_fade img,
.header_fade02 img {
    display: block;
    width: 100%;
    height: auto;
}

.header_fade.on {
    animation: kv_in 1.0s ease-in-out .3s 1 normal forwards;
}

@keyframes kv_in {
    0% {
        opacity: 0;
        top: -130vw;
    }

    70% {
        opacity: 1;
        top: 7vw;
    }

    80% {
        opacity: 1;
        top: 0vw;
    }

    90% {
        opacity: 1;
        top: 2vw;
    }

    100% {
        opacity: 1;
        top: 0vw;
    }
}

.header_fade02.on {
    opacity: 1;
    transition: all 1s;
    transition: 0.5s;
    -webkit-animation: fluffy 0.6s linear 0s 1;
    animation: fluffy 0.6s linear 0s 1;
}

@keyframes fluffy {
    0% {
        transform: scale(1.0, 3.4) translate(0%, 0%);
    }

    40% {
        transform: scale(1.0, 0.3) translate(0%, 1%);
    }

    50% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }

    60% {
        transform: scale(1.0, 1.4) translate(0%, 0%);
    }

    70% {
        transform: scale(1.0, 0.9) translate(0%, 1%);
    }

    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}

/*-----------------------------------------------
コンテンツ アニメーション
-----------------------------------------------*/
.fadein01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s;
}

.fadein02 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.7s;
}

.fadein03 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.9s;
}

.fadein04 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s;
}

.common_fade.on {
    opacity: 1;
    -webkit-animation: fluffy 0.3s linear 0s 1;
    animation: fluffy 0.3s linear 0s 1;
}

/*-----------------------------------------------
header lead
-----------------------------------------------*/
.top_lead {
    color: #250804;
    font-size: 3vw;
    line-height: 0.8em;
    font-weight: 900;
    text-align: center;
    margin: 2vw auto 4vw;
    text-shadow:
        white 2px 0px, white -2px 0px,
        white 0px -2px, white 0px 2px,
        white 2px 2px, white -2px 2px,
        white 2px -2px, white -2px -2px,
        white 1px 2px, white -1px 2px,
        white 1px -2px, white -1px -2px,
        white 2px 1px, white -2px 1px,
        white 2px -1px, white -2px -1px;
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
    -moz-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
    -o-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
    -ms-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
}

.top_lead span,
.top_lead span a {
    color: #fd1366;
    font-size: 2vw;
}

.top_lead span a:hover {
    color: #250804;
}

@media screen and (max-width:768px) {
    .top_lead {
        font-size: 4vw;
    }

    .top_lead span,
    .top_lead span a {
        font-size: 2.8vw;
    }
}

@media screen and (max-width:425px) {
    .top_lead {
        font-size: 4.5vw;
        line-height: 1.3em;
        margin: 20px auto;
    }

    .top_lead span,
    .top_lead span a {
        font-size: 4.5vw;
    }
}

/*-----------------------------------------------
itemDetail
-----------------------------------------------*/
.itemDetail {
    width: calc(100% - 50px);
    max-width: 800px;
    background-color: #fff;
    margin: 0 auto 40px;
    padding: 30px;
    border: 5px solid #303030;
    box-shadow: 8px 8px 0px 0px rgba(74, 154, 103, 0.8);
}

.itemDetail img {
    width: 100%;
    height: auto;
}

.itemDetail ul {
    width: 100%;
    margin: 15px auto 0;
    padding: 0;
    list-style: none;
}

.itemDetail ul li {
    display: inline-block;
    width: calc(33% - 10px);
    margin: 0 5px 5px;
    padding: 0;
    list-style: none;
}

.itemDetail ul li.only {
    display: inline-block;
    width: 100%;
    margin: 0 5px 5px;
    padding: 0;
    list-style: none;
}

.itemDetail p + p {
    margin: 30px auto 10px;
}

@media screen and (max-width:425px) {
    .itemDetail {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
        padding: 10px;
        border: 3px solid #303030;
        box-shadow: 4px 4px 0px 0px rgba(74, 154, 103, 0.8);
    }

    .itemDetail ul li {
        display: inline-block;
        width: calc(50% - 6px);
        margin: 0 2px 5px;
        padding: 0;
        list-style: none;
    }
}

/*-----------------------------------------------
　メニュー
-----------------------------------------------*/
#wrapper .itemDetail .btn {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 auto 5px !important;
    /*margin-top: auto !important;*/
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #303030;
    text-align: center;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #000;
    -o-box-shadow: 0 3px 0 #000;
    -moz-box-shadow: 0 3px 0 #000;
    -ms-box-shadow: 0 3px 0 #000;
    -webkit-box-shadow: 0 3px 0 #000;
}

#wrapper .itemDetail .btn span {
    position: relative;
    color: #fff;
    font-size: 1.6em;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 48px !important;
    text-decoration: none !important;
}

@media screen and (max-width:1070px) {
    #wrapper .itemDetail .btn span {
        font-size: 1.4em;
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
}

@media screen and (max-width:425px) {
    #wrapper .itemDetail .btn {
        height: 40px;
    }

    #wrapper .itemDetail .btn span {
        font-size: 1.2em;
        font-size: 12px !important;
        letter-spacing: -0.5px !important;
        line-height: 40px !important;
    }
}

@media screen and (max-width:320px) {
    #wrapper .itemDetail .btn span {
        font-size: 1.0em;
        font-size: 10px !important;
        letter-spacing: -0.5px !important;
        line-height: 40px !important;
    }
}

#wrapper .itemDetail .btn:hover {
    position: relative;
    top: 3px;
    background-color: #000;
    text-decoration: none !important;
    box-shadow: 0 0 0 #000;
    -o-box-shadow: 0 0 0 #000;
    -moz-box-shadow: 0 0 0 #000;
    -ms-box-shadow: 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 #000;
}

#wrapper .itemDetail .btn:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
base
-----------------------------------------------*/
.contents {
    width: 100%;
}

.area {
    padding-top: 1px;
    padding-bottom: 80px;
    background: #fdd000;
    border-top: 8px solid #303030;
}

@media screen and (max-width:425px) {
    .area {
        border-top: 3px solid #303030;
        padding-bottom: 30px;
    }
}

.tokuten {
    background: #4a9a67 url(../images/backG.jpg) repeat center top;
}

.item1 {
    background: #f37a7a url(../images/backP.jpg) repeat center top;
}

.item2 {
    background: #7ad2f3 url(../images/backB.jpg) repeat center top;
}

.contents_inner {
    display: block;
    width: calc(100% - 40px);
    max-width: 950px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

@media screen and (max-width:425px) {
    .contents_inner {
        width: calc(100% - 30px);
    }
}

.contents_inner a img,
.contents_inner img {
    width: 100%;
}

.contents_inner a:hover img {
    opacity: 1;
}

/*-----------------------------------------------
itemDetail 見出し
-----------------------------------------------*/
h2 {
    position: relative;
    width: calc(100% - 30px);
    max-width: 950px;
    border-bottom: none;
    text-align: center;
    margin: -45px auto 60px;
    padding: 0;
}

h2 img {
    width: 100%;
    height: auto;
}

@media screen and (max-width:425px) {
    h2 {
        width: calc(100% - 40px);
        margin: -4% auto 10px;
    }
}

/*-----------------------------------------------
特典
-----------------------------------------------*/
.tokuten_inner {
    margin: 0 auto 50px;
    padding: 0 32px 32px;
    box-shadow: 8px 8px 0px 0px rgba(253, 208, 0, 0.8);
    border: 5px solid #303030;
    background-color: #fff;
}

.tokuten_inner img {
    width: 100%;
}

.tokuten_inner img:nth-child(1) {
    margin-top: -33px;
    margin-left: -9px;
}

@media screen and (max-width:425px) {
    .tokuten_inner {
        margin: 0 auto 30px;
        padding: 0 5px 10px;
        box-shadow: 4px 4px 0px 0px rgba(253, 208, 0, 0.8);
        border: 3px solid #303030;
        background-color: #fff;
    }

    .tokuten_inner img:nth-child(2) {
        margin-left: -1%;
    }
}

/*-----------------------------------------------
itemDetail 注意書き
-----------------------------------------------*/
.tokuten_inner ul.notes {
    margin: 19px 0 0;
    padding: 0;
}

.tokuten_inner ul.notes li {
    font-size: 14px;
    text-indent: -1em;
    margin-left: 1em;
    line-height: 1.6em;
}

@media screen and (max-width:425px) {
    .tokuten_inner ul.notes {
        width: calc(100% - 10px);
        margin: 6px auto 0;
        padding;
        0;
    }

    .tokuten_inner ul.notes li {
        font-size: 12px;
        line-height: 1.4em;
    }
}

/*-----------------------------------------------
itemDetail 注意書き
-----------------------------------------------*/
#wrapper .info ul {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
    margin: 50px auto 20px !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#wrapper .info ul li {
    position: relative;
    display: inline-block;
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(35% - 4px);
    min-height: 0%;
    height: auto;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none !important;
    margin: 0 20px 3px 0;
    padding: 5px;
    border: 5px solid #00589c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center !important;
}

#wrapper .info ul li:last-child {
    width: 26%;
    margin: 0 0 3px !important;
}

@media screen and (max-width:1070px) {
    #wrapper .info ul li {
        width: calc(35% - 10px);
        margin: 0 15px 3px 0;
        border: 3px solid #00589c;
    }

    #wrapper .info ul li:last-child {
        width: 26%;
        margin: 0 0 3px !important;
    }
}

#wrapper .info ul li:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -20px;
    border: 20px solid transparent;
    border-left: 20px solid #00589c;
}

@media screen and (max-width:1070px) {
    #wrapper .info ul li:after {
        margin-top: -15px;
        border: 15px solid transparent;
        border-left: 15px solid #00589c;
    }
}

#wrapper .info ul li:last-child:after {
    content: "";
    position: absolute;
    border: none !important;
}

#wrapper .info ul li .number {
    position: absolute;
    top: -5px;
    left: 15px;
    width: 140px;
    height: auto;
}

@media screen and (max-width:900px) {
    #wrapper .info ul li .number {
        top: -14px;
        width: 120px;
        height: auto;
    }
}

#wrapper .info ul li .number img {
    width: 100%;
    height: auto;
}

#wrapper .info ul li .infotxt {
    min-height: 0%;
    height: auto;
}

#wrapper .info ul li .infotxt img {
    width: calc(100% - 10px);
    min-height: 0%;
    height: auto;
    margin: 30px auto 10px;
}

@media screen and (max-width:425px) {
    #wrapper .info ul {
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center !important;
        margin: 20px auto 6px !important;
        padding: 0 !important;
        text-decoration: none !important;
    }

    #wrapper .info ul li {
        position: relative;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 40px);
        font-size: 16px;
        line-height: 22px;
        text-decoration: none !important;
        margin: 0 auto 20px;
        padding: 5px;
        border: 3px solid #00589c;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center !important;
    }

    #wrapper .info ul li:last-child {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0 5px;
    }

    #wrapper .info ul li:after {
        content: "";
        position: absolute;
        top: 109%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid transparent;
        border-top: 15px solid #00589c;
    }

    #wrapper .info ul li:last-child:after {
        content: "";
        position: absolute;
        border: none !important;
    }

    #wrapper .info ul li .number {
        position: absolute;
        top: 0;
        width: 130px;
        height: auto;
    }

    #wrapper .info ul li .number img {
        width: 100%;
        height: auto;
    }

    #wrapper .info ul li .infotxt img {
        width: 90%;
        height: auto;
        margin: 24px auto 10px;
    }

    #wrapper .info ul li:last-child img {
        width: 70%;
    }
}

/*-----------------------------------------------
　キャンペーン用ボタン
-----------------------------------------------*/
#wrapper .info .btn {
    display: inline-block;
    position: relative;
    width: 96% !important;
    height: 45px;
    margin: 0 auto 5px !important;
    /*margin-top: auto !important;*/
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c11a1a;
    text-align: center;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #720505;
    -o-box-shadow: 0 3px 0 #720505;
    -moz-box-shadow: 0 3px 0 #720505;
    -ms-box-shadow: 0 3px 0 #720505;
    -webkit-box-shadow: 0 3px 0 #720505;
}

#wrapper .info .btn span {
    position: relative;
    color: #fff;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 43px !important;
    text-decoration: none !important;
}

@media screen and (max-width:1070px) {
    #wrapper .info .btn span {
        font-size: 1.6em;
        font-size: 16px !important;
        letter-spacing: 0 !important;
    }
}

@media screen and (max-width:830px) {
    #wrapper .info .btn span {
        font-size: 1.4em;
        font-size: 14px !important;
        letter-spacing: 0 !important;
    }
}

#wrapper .info .btn:hover {
    position: relative;
    top: 3px;
    background-color: #720505;
    text-decoration: none !important;
    box-shadow: 0 0 0 #720505;
    -o-box-shadow: 0 0 0 #720505;
    -moz-box-shadow: 0 0 0 #720505;
    -ms-box-shadow: 0 0 0 #720505;
    -webkit-box-shadow: 0 0 0 #720505;
}

#wrapper .info .btn:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
 商品タイトル
-----------------------------------------------*/
#wrapper .contents h3 {
    position: relative;
    width: calc(100% - 40px);
    max-width: 730px;
    margin: 20px auto 0;
    padding: 0;
    text-align: center;
}

#wrapper .contents h3 img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------
 商品仕様
-----------------------------------------------*/
#wrapper .item1 .contents_inner p,
#wrapper .item2 .contents_inner p {
    position: relative;
    color: #fff;
    font-size: 2.2em;
    font-size: 22px !important;
    line-height: 30px !important;
    letter-spacing: 1.0px;
    font-weight: 900;
    text-align: center;
}

#wrapper .item2 .contents_inner p + p {
    position: relative;
    width: 88%;
    color: #fff;
    font-size: 1.8em;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 1.0px;
    font-weight: 600;
    text-align: center;
    background-color: rgba(243, 122, 122, 0.6);
    border: 3px solid rgba(243, 122, 122, 1.0);
    margin: 10px auto 15px;
    padding: 10px 20px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #720505;
}

#wrapper .item2 .contents_inner p + p span {
    font-size: 2.2em;
    font-size: 22px !important;
    font-weight: 900;
}

#wrapper .item1 .contents_inner ul,
#wrapper .item2 .contents_inner ul {
    width: calc(100% - 40px);
    max-width: 900px;
    margin: 15px auto 25px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width:425px) {

    #wrapper .item1 .contents_inner p,
    #wrapper .item2 .contents_inner p {
        font-size: 1.4em;
        font-size: 14px !important;
        line-height: 18px !important;
    }


    #wrapper .item2 .contents_inner p + p {
        position: relative;
        width: 100%;
        font-size: 1.3em;
        font-size: 13px !important;
        line-height: 16px !important;
        font-weight: 600;
        padding: 10px;
    }

    #wrapper .item2 .contents_inner p + p span {
        font-size: 1.6em;
        font-size: 16px !important;
        font-weight: 900;
    }

    #wrapper .item1 .contents_inner ul,
    #wrapper .item2 .contents_inner ul {
        width: 100%;
        width: 100%;
        margin: 15px auto;
        padding: 10px;
    }

    #wrapper .item1 .contents_inner ul li,
    #wrapper .item2 .contents_inner ul li {
        font-size: 1.2em;
        font-size: 12px !important;
    }
}

/*-----------------------------------------------
　キャンペーン用ボタン
-----------------------------------------------*/
#wrapper .contents_inner .charabtn {
    display: inline-block;
    position: relative;
    width: calc(100% - 40px);
    height: 45px;
    margin: 10px 20px 5px !important;
    /*margin-top: auto !important;*/
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: none !important;
    text-align: center;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #bc5000;
}

@media screen and (max-width:425px) {
    #wrapper .contents_inner .charabtn {
        width: calc(100% - 10px);
        margin: 5px !important;
    }
}

#wrapper .contents_inner .charabtn span {
    position: relative;
    color: #bc5000;
    font-size: 1.8em;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 36px !important;
    text-decoration: none !important;
}

#wrapper .contents_inner .charabtn:hover {
    position: relative;
    background-color: rgba(255, 169, 82, 0.3);
    text-decoration: none !important;
}

#wrapper .contents_inner .charabtn:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
 商品一覧
-----------------------------------------------*/
#wrapper .contents .item-block {
    position: relative;
    width: calc(100% - 20px);
    max-width: 900px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin: 0 auto 80px !important;
    padding: 0 !important;
}

#wrapper .contents .item-block:last-child {
    margin: 0 auto 30px !important;
}

#wrapper .contents .item-block .item {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 22px);
    margin: 4px 42px 8px 0 !important;
    padding: 0 0 5px !important;
    vertical-align: top;
    text-align: center !important;
    background-color: #fff;
    border: 5px solid #303030;
}

@media screen and (max-width: 768px) {
    #wrapper .contents .item-block .item {
        margin: 4px 25px 8px 10px !important;
    }
}

@media screen and (max-width:425px) {
    #wrapper .contents .item-block {
        position: relative;
        width: calc(100% - 24px);
        margin: 0 auto 30px !important;
    }

    #wrapper .contents .item-block .item {
        width: calc(50% - 3px);
        margin: 4px 5px 8px 0 !important;
        padding: 0 !important;
        vertical-align: top;
        text-align: center !important;
        background-color: #fff;
        border: 3px solid #303030;
    }
}

#wrapper .contents .item-block .item:nth-child(2n) {
    margin: 4px 0 8px 0 !important;
}

#wrapper .contents .item-block .bottom {
    position: relative;
    width: 100%;
    margin: 0 !important;
    margin-top: auto !important;
}

/*-----------------------------------------------
 商品画像
-----------------------------------------------*/
#wrapper .contents .item-block .item .box {
    position: relative;
    width: 100%;
    min-height: 0% !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
}

#wrapper .contents .item-block .item .box img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/*-----------------------------------------------
 商品名
-----------------------------------------------*/
#wrapper .contents .item-block .item .ttl {
    position: relative;
    width: calc(100% - 10px);
    margin: 5px auto !important;
    padding: 0 !important;
    font-size: 2.0em;
    font-size: 20px !important;
    line-height: 26px !important;
    letter-spacing: 1.0px;
    font-weight: 500;
    text-align: center !important;
}

#wrapper .contents .item-block .item .ttl a {
    color: #303030 !important;
    text-decoration: none;
}

#wrapper .contents .item-block .item .ttl a:hover {
    color: #00589c !important;
    text-decoration: underline !important;
}

@media screen and (max-width:425px) {
    #wrapper .contents .item-block .item .ttl {
        font-size: 1.3em;
        font-size: 13px !important;
        line-height: 16px !important;
    }
}

/*-----------------------------------------------
 価格
-----------------------------------------------*/
#wrapper .contents .item-block .item .price {
    font-size: 1.8em;
    font-size: 18px !important;
    letter-spacing: 0 !important;
    font-weight: 500;
    margin: 0 !important;
    padding: 0 !important;
}

#wrapper .contents .item-block .item .price span {
    font-size: 2.4em;
    font-size: 24px !important;
    font-weight: 600;
    margin: 0 5px !important;
}

#wrapper .contents .item-block .item .price span:after {
    display: inline-block;
    margin: 0 0 0 2px !important;
    font-size: 1.1em;
    font-size: 11px !important;
    content: "（税込）";
    font-weight: normal;
}

@media screen and (max-width:425px) {
    #wrapper .contents .item-block .item .price {
        font-size: 1.4em;
        font-size: 14px !important;
    }

    #wrapper .contents .item-block .item .price span {
        font-size: 1.8em;
        font-size: 18px !important;
        margin: 0 !important;
    }
}

/*-----------------------------------------------
 カート
-----------------------------------------------*/
#wrapper .item-block .item .bottom .cart {
    display: inline-block;
    position: relative;
    width: calc(100% - 30px);
    max-width: 300px;
    height: 50px;
    margin: 0 auto 10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c11a1a;
    text-align: center;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 0 #720505;
    -o-box-shadow: 0 3px 0 #720505;
    -moz-box-shadow: 0 3px 0 #720505;
    -ms-box-shadow: 0 3px 0 #720505;
    -webkit-box-shadow: 0 3px 0 #720505;
}

#wrapper .item-block .item .bottom .cart span {
    position: relative;
    color: #fff;
    font-size: 1.6em;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 48px !important;
    text-decoration: none !important;
}

@media screen and (max-width:425px) {
    #wrapper .item-block .item .bottom .cart {
        width: calc(100% - 10px);
        height: 40px;
    }

    #wrapper .item-block .item .bottom .cart span {
        font-size: 1.4em;
        font-size: 14px !important;
        line-height: 38px !important;
    }
}

#wrapper .item-block .item .bottom .cart:hover {
    position: relative;
    top: 3px;
    background-color: #720505;
    text-decoration: none !important;
    box-shadow: 0 0 0 #720505;
    -o-box-shadow: 0 0 0 #720505;
    -moz-box-shadow: 0 0 0 #720505;
    -ms-box-shadow: 0 0 0 #720505;
    -webkit-box-shadow: 0 0 0 #720505;
}

#wrapper .item-block .item .bottom .cart:hover span {
    text-decoration: none !important;
}

/*-----------------------------------------------
 第二弾
-----------------------------------------------*/
#wrapper .contents_inner .item2nd {
    width: calc(100% - 20px);
    max-width: 750px;
    height: auto;
    margin: 0 auto;
}

/*-----------------------------------------------
 カート
-----------------------------------------------*/
#wrapper .contents_inner .sd_tokuten {
    position: relative;
    width: calc(100% - 40px);
    font-size: 1.2em;
    font-size: 12px !important;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    margin: -50px auto 30px;
    padding: 10px;
}

#wrapper .contents_inner .sd_tokuten p {
    position: relative;
    color: #fff;
    font-size: 2.5em;
    font-size: 25px !important;
    font-weight: 900;
    font-family: 'Varela Round', 'Kosugi Maru', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    -webkit-border-radius: 35px;
    -ms-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    padding: 5px 10px 3px;
    background-color: #00589c;
}

#wrapper .contents_inner .sd_tokuten img {
    width: 100%;
    height: auto;
    margin: 10px auto;
}

@media screen and (max-width:978px) {
    #wrapper .contents_inner .sd_tokuten {
        position: relative;
        width: 96%;
    }
}

@media screen and (max-width:425px) {
    #wrapper .contents_inner .sd_tokuten {
        position: relative;
        width: 100%;
        margin: -20px auto 30px;
        padding: 10px;
    }

    #wrapper .contents_inner .sd_tokuten p {
        position: relative;
        color: #fff;
        font-size: 2.0em;
        font-size: 20px !important;
        padding: 7px 10px 5px;
        background-color: #00589c;
    }

    #wrapper .contents_inner .sd_tokuten img {
        width: 100%;
        height: auto;
        margin: 10px auto;
    }
}

/*-----------------------------------------------
 購入ガイド
-----------------------------------------------*/
#wrapper .guide-check {
    display: none;
}

#wrapper .guide-label {
    position: relative;
    display: block;
    width: calc(100% - 20px);
    max-width: 1000px;
    color: #fff;
    font-size: 1.6em;
    font-size: 16px !important;
    line-height: 25px;
    letter-spacing: 1.2px !important;
    font-weight: 600;
    margin: 0 auto !important;
    padding: 10px !important;
    text-align: left !important;
    cursor: pointer;
    cursor: hand;
    background: #303030;
    border: 5px solid #303030;
}

@media screen and (max-width:425px) {
    #wrapper .guide-label {
        width: calc(100% - 20px);
        font-size: 1.4em;
        font-size: 14px !important;
        border: 2px solid #303030;
    }

}

#wrapper .guide-label:after {
    position: absolute;
    right: 20px;
    box-sizing: border-box;
    display: inline-block;
    height: 10px;
    font-size: 1.0em;
    font-size: 10px !important;
    content: '▼';
}

#wrapper .guide-content {
    display: block;
    width: calc(100% - 20px);
    max-width: 1000px;
    height: 0;
    opacity: 0;
    margin: 0 auto !important;
    padding: 0 10px !important;
    visibility: hidden;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 17px;
    text-align: left !important;
    background-color: #fff;
    border-left: 5px solid #303030;
    border-right: 5px solid #303030;
    border-bottom: 5px solid #303030;
}

#wrapper .guide-check:checked + .guide-label:after {
    content: '▲';
}

#wrapper .guide-check:checked + .guide-label + .guide-content {
    height: auto;
    opacity: 1;
    margin: 0 auto 10px !important;
    padding: 5px 5px 10px !important;
    visibility: visible;
}

#wrapper .guide-content ul {
    text-align: center !important;
    width: 99%;
    margin: 6px auto 0 !important;
    padding: 0 !important;
}

#wrapper .guide-content ul li {
    list-style-type: none;
    font-size: 1.4em;
    font-size: 14px !important;
    line-height: 16px !important;
    text-align: left !important;
    margin-bottom: 7px !important;
}

#wrapper .guide-content ul li.ttl {
    font-size: 1.4em;
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 0 !important;
}

#wrapper .guide-content .red {
    display: table;
    color: #760307;
    font-size: 1.4em;
    font-size: 14px !important;
    background: linear-gradient(transparent 60%, rgba(255, 0, 40, 0.1) 60%);
}

@media screen and (max-width:425px) {
    #wrapper .guide-content {
        font-size: 1.3em;
        font-size: 13px !important;
        line-height: 15px;
        border-left: 2px solid #303030;
        border-right: 2px solid #303030;
        border-bottom: 2px solid #303030;
    }

    #wrapper .guide-content ul li {
        font-size: 1.3em;
        font-size: 13px !important;
    }

    #wrapper .guide-content ul li.ttl {
        font-size: 1.3em;
        font-size: 13px !important;
    }

    #wrapper .guide-content .red {
        font-size: 1.3em;
        font-size: 13px !important;
        background: rgba(255, 0, 40, 0.1);
    }
}

#wrapper .guide-content ul li.ttl:before {
    display: inline-block;
    padding: 0 !important;
    margin: 0 2px !important;
    font-family: FontAwesome;
    content: "\f058";
}

#wrapper .guide-content a {
    color: #202020;
    font-weight: bold;
    text-decoration: underline !important;
}

#wrapper .guide-content a:hover {
    color: #ccc;
    text-decoration: underline !important;
}

@media all and (-ms-high-contrast: none) {
    #wrapper .guide-label {
        margin-bottom: -1px !important;
        padding: 6px 0 4px 25px !important;
    }

    #wrapper .guide-content ul li.red {
        margin-bottom: 3px !important;
    }

    #wrapper .guide-label:before {
        position: absolute;
        top: 8px;
    }

    #wrapper .guide-content ul {
        padding: 2px 0 0 !important;
    }
}

/*-----------------------------------------------
 backtop
-----------------------------------------------*/
#wrapper .backtop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 333;
}

#wrapper .backtop img {
    width: 70px;
    height: 70px;
}

#wrapper .backtop a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 フッター コピー
-----------------------------------------------*/
#wrapper footer {
    width: 100%;
    height: auto;
    color: #fff !important;
    margin: 0;
    padding: 15px 0 35px !important;
    text-align: center;
    background-color: #202020;
}

#wrapper footer p {
    font-size: 1.1em;
    font-size: 11px !important;
    letter-spacing: 1.0px !important;
    line-height: 15px !important;
}

#wrapper footer p:before {
    display: inline-block;
    margin-right: 4px !important;
    font-family: FontAwesome;
    content: "\f1f9";
}

/*-----------------------------------------------
 フッター ロゴ
-----------------------------------------------*/
#wrapper .footer_bnr {
    width: 100%;
    text-align: center;
    margin: 20px 0 30px;
}

#wrapper .footer_bnr img {
    width: 255px;
    margin: 0 20px;
}

#wrapper .footer_bnr a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 フッター SNS
-----------------------------------------------*/
#wrapper .sns {
    margin: 15px 0 30px !important;
    text-align: center !important;
}

#wrapper .sns ul {
    margin: 0px !important;
}

#wrapper .sns ul li {
    position: relative;
    display: inline-block;
    margin: 0 !important;
}

#wrapper .sns ul li.text {
    width: auto !important;
    height: 30px;
    font-size: 1.2em;
    font-size: 13px !important;
    line-height: 30px !important;
    letter-spacing: 2.2px !important;
    font-weight: 400;
    background: none !important;
    margin-right: 6px !important;
}

#wrapper .sns ul li.sns-i a {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    margin-right: 4px !important;
    color: #fff;
    font-size: 2.2em;
    font-size: 22px !important;
    line-height: 30px !important;
}

#wrapper .sns ul li a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
}

/*-----------------------------------------------
 モーダル
-----------------------------------------------*/
#wrapper .overlay {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#wrapper .overlay_box {
    width: 100%;
}

#wrapper .overlay img {
    position: fixed;
    top: 50%;
    left: 50%;
    width: auto;
    max-width: 700px;
    max-height: 700px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
