html {
    font-size: 62.5%;
}
* {
    box-sizing: border-box;
}
* img {
    max-width: 100%;
    height: auto;
}
body {
    color: #000;
    font-size: 1.3rem;
    font-family: 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', sans-serif;
    line-height: 1.6;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

strong.marker {
        background: linear-gradient(transparent 60%, #ff6 60%);
    }


#sysAll {
    max-width: 100%;
    background-color: transparent;
    padding: 0;
    background: #fff url("https://totenko-gift.com/img/layout/footer/bg_footer.jpg") no-repeat center bottom;
}
#sysWrap {
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
#sysHeader {
    margin: 0;
    padding: 0;
}
div#sysMain {
    float: none;
    width: 100%;
    margin: 0 auto 40px;
    padding: 0;
}
#top #sysMain, #slider_test #sysMain {
    max-width: 100%;
}
div#sysAside {
    display: none;
    float: none;
}
#sysFooter {
    margin: 0;
    padding: 0;
}
.sysContent {
    padding: 0 !important;
}
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1.6;
    font-weight: bold;
    letter-spacing: inherit;
}
ul, ol {
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: inherit;
}
a:hover {
    color: #b08900;
}
img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-filter: "alpha( opacity=50 )";
    -webkit-filter: "alpha( opacity=50 )";
    -o-filter: "alpha( opacity=50 )";
    -ms-filter: "alpha( opacity=50 )";
}
a:hover img.nohover {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-filter: "alpha( opacity=100 )";
    -webkit-filter: "alpha( opacity=100 )";
    -o-filter: "alpha( opacity=100 )";
    -ms-filter: "alpha( opacity=100 )";
}
input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
    padding: 10px 5px !important;
    width: 100%;
    line-height: 2;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
}
input[type=submit] {
    -webkit-appearance: none;
    padding: 10px 5px !important;
    line-height: 2;
}
input[type=search] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 2.5;
    padding-left: 5px;
}
input[type=search]::-webkit-search-decoration {
    display: none;
}
input[type="radio"] {
    display: inline-block;
    vertical-align: baseline;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border: 1px solid rgb(212, 212, 212);
    cursor: pointer;
    border-radius: 100%;
}
input[type="radio"]:checked {
    background: #000;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
select {
    height: 30px;
}
p {
    margin: 10px auto;
}
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}
.p-clearfix:after, .clearfix:after {
    content: "";
    clear: both;
    display: block;
}

@media all and (min-width: 769px) {
.sp { display: none !important; }
}
@media all and (max-width: 768px) {
.pc { display: none !important; }
}

@charset "UTF-8";
html.remodal-is-locked {}
html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.remodal, [data-remodal-id] {
    visibility: hidden;
}
.remodal-overlay {
    position: fixed;
    z-index: 9999;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    display: none;
}
.remodal-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    content: "";
}
.remodal-overlay, .remodal-wrapper {
    -webkit-transform: translateZ(0px);
}
.remodal {
    position: relative;
    display: inline-block;
}
.remodal select, .remodal textarea, .remodal input, .remodal select:focus, .remodal textarea:focus, .remodal input:focus {
    font-size: 16px;
}
.remodal-bg {
    -webkit-transition: -webkit-filter 0.2s ease-out;
    -moz-transition: -moz-filter 0.2s ease-out;
    -o-transition: -o-filter 0.2s ease-out;
    transition: filter 0.2s ease-out;
}
body.remodal-is-active .remodal-bg {
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
}
.remodal-overlay {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: rgba(237, 237, 237, 0.7);
}
body.remodal-is-active .remodal-overlay {
    opacity: 1;
}
.remodal {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 100%;
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    color: #182a3c;
    background: #fff;
    background-clip: padding-box;
}
body.remodal-is-active .remodal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.85;
}
.remodal, .remodal-wrapper:after {
    vertical-align: middle;
}
.remodal-close {
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background: transparent;
    text-decoration: none;
}
.remodal-close:after {
    font-size: 28px;
    line-height: 28px;
    display: block;
    content: "×";
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: #333;
}
.remodal-close:hover, .remodal-close:active {
    text-decoration: none;
}
.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
    color: #333;
}
.remodal-confirm, .remodal-cancel {
    font-size: 10pt;
    display: inline-block;
    width: 120px;
    margin: 0 0 5px 0;
    padding: 9px 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-clip: padding-box;
}
.remodal-confirm {}
.remodal-confirm:hover, .remodal-confirm:active {}
.remodal-cancel {
    color: #c0392b;
    border: 2px solid #c0392b;
    background: #f4f4f4;
}
.remodal-cancel:hover, .remodal-cancel:active {
    color: #f4f4f4;
    background: #c0392b;
}
@media only screen and (min-width:641px) {
    .remodal {
        max-width: 800px;
        min-height: 0;
        margin: 20px auto;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
}
.lt-ie9 .remodal-overlay {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#F021242E, endColorstr=#F021242E);
}
.lt-ie9 .remodal {
    width: 600px;
    min-height: 0;
    margin: 20px auto;
}
.lt-ie9 .remodal-close:after {
    margin: auto;
    text-align: center;
}
.lt-ie9 .remodal-close:hover, .lt-ie9 .remodal-close:active {
    background: transparent;
}
.lt-ie9 .remodal-close:hover.remodal-close:after, .lt-ie9 .remodal-close:active.remodal-close:after {
    color: #3e5368;
}
.sysContent .sysItemBlock .sysHorizontal {
    letter-spacing: -.4em;
    text-align: center;
}
.sysContent .sysItemBlock .sysHorizontal li {
    width: 25%;
    float: none;
    display: inline-block;
    letter-spacing: normal;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.fbcomments, .fb_iframe_widget, .fb_iframe_widget[style], .fb_iframe_widget iframe[style], .fbcomments iframe[style], .fb_iframe_widget span, .widget_facebook_likebox iframe {
    width: 100% !important;
}
#sysMypageReminder #sysMain input[type=submit], .sysBackButton, .sysNextSubmit {
    background: #515151;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-shadow: none;
    border-color: transparent;
    border-radius: 3px;
    width: 80%;
    height: 50px;
    margin: 0 auto;
}
.h-code {
    display: none;
}
.sysCategoryPankuzu, .sysItemCategoryPankuzu {
    font-size: small;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.sysCategoryPankuzu a, .sysItemCategoryPankuzu a {
    padding: 5px 10px;
    text-decoration: none;
}
.sysItemCategoryCtl {
    font-size: small;
}
.sysItemCategoryCtl a {
    display: inline-block;
    padding: 2px 4px;
    background: #f4f4f4;
    border: 1px solid #000;
    border-radius: 3px;
    text-decoration: none;
    margin: 2px 0;
}
.sysItemCategoryCtl .sysCurrent {
    background-color: #f4d4d0;
}
.sysItemPr {
    font-size: small;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    display: inline-block;
    font-weight: bold;
}
.sysCartButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #169f1e;
    color: #fff;
    cursor: pointer;
}
.sysCartButton:hover {
    background: #56a545;
}
.sysItemList ul.sysList li .sysThumbnailImage {
    width: 40%;
    max-width: 200px;
}
.sysItemList ul.sysThumbnail li {
    display: inline-block;
    width: 25%;
    padding: 5px 20px;
    margin-bottom: 20px;
    float: none;
    vertical-align: top;
    letter-spacing: normal;
}
.sysItemList ul.sysThumbnail li .sysThumbnailImage {
    text-align: center;
}
.sysItemList ul.sysThumbnail li img {
    width: auto;
    max-height: 200px;
}
.sysItemList ul.sysThumbnail {
    letter-spacing: -.4em;
}
.sysItemList ul.sysThumbnail input {
    width: 100%;
    padding: 10px 0;
}
ul.SysDeliveriesTable {
    border-style: solid;
    border-width: 0px;
    list-style: none;
    display: table;
    margin: 0;
    padding: 0;
}
ul.SysDeliveriesTable > li {
    display: table-row;
}
ul.SysDeliveriesTable > li > div {
    border-style: solid;
    border-width: 1px;
    display: table-cell;
    padding: 10px;
}
.sysThumbnailImage > span, .sysThumbnailImage > br {
    display: none;
}
.sysItemImages {
    margin-bottom: 30px;
    padding-right: 20px;
}
.sysMainImage {
    margin-bottom: 10px;
}
.sysMainImage img {
    width: 100%;
    height: auto;
}
.sysItemImages .sysImageList {
    text-align: left;
}
.sysItemImages .sysImageList li {
    display: inline-block;
    vertical-align: top;
    height: auto;
    width: 18.5%;
    line-height: 1;
    float: none;
    padding: 0 0.5%;
    margin: 0 0 10px;
}
.sysItemBlock .sysHorizontal li .sysItemImage {
    margin-bottom: 10px;
}
.sysItemImages .sysImageList li.sysCurrent img {
    border: 3px solid #da4636;
}
.sysItemName h1 {
    margin-bottom: 10px;
    color: #000;
    font-size: 1.8rem;
    text-align: left;
}
.orderArea {
    margin-bottom: 40px;
    letter-spacing: -.4em;
    text-align: center;
}
.orderArea > div {
    width: 50%;
    display: inline-block;
    letter-spacing: normal;
    text-align: right;
    vertical-align: top;
}
.orderArea > .orderArea > div {
    width: 100%;
    display: block;
}
.sysItemName, .sysExplanation > div > span, .sysReview > span {
    display: block;
}
.sysExplanation table {
    width: 100%;
    text-align: center;
    border: 1px solid #999;
    line-height: 2;
}
.sysExplanation thead {
    text-align: center;
    color: #fff;
    background: #999;
}
.sysExplanation td {
    font-size: small;
    text-align: left;
    padding-left: 10px;
}
.sysButton {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background-color: #515151;
    color: #fff;
    cursor: pointer;
}
.sysButton:hover {
    background: #999;
}
.sysDescription, .sysImageDescription {
    font-size: 1.3rem;
}
.sysDescription {
    margin-bottom: 40px;
}
.sysImageListSimple li {
    margin-bottom: 10px;
}
.sysReview input {
    background: #000;
    color: #fff;
    text-shadow: none;
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    padding: 10px;
    margin: 5px auto;
    width: 50%;
}
.sysReview > br {
    display: none;
}
.sysReviewHistoryList {
    padding: 0 10px;
}
.sysReviewHistoryList li {
    margin-bottom: 5px;
    border-bottom: 1px dashed lightgray;
    padding: 5px 0;
}
.sysReviewHistoryList li:last-child {
    border: none;
}
.sysNickname, .sysEvaluation {
    display: inline-block;
    padding: 0 10px 0 0;
}
.sysNickname {
    font-size: large;
    font-weight: bold;
}
.sysReviewDatetime {
    font-size: small;
    text-align: right;
    padding-right: 20px;
}
.sysReviewText {
    font-size: small;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit, .sysCart #sysMain input[type=submit], .sysCart #sysMain button[type=submit], .sysCart #sysMain button {
    background: #999;
    color: #fff;
    text-shadow: none;
    border: none;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    background: #da4636 !important;
}
.sysCartInDone {
    margin: 0;
}
#sysMemberRegisterRegister #sysMain h2, #sysMemberRegisterConfirm #sysMain h2, #sysMemberRegisterIndex #sysMain h2, #sysFormThanks #sysMain h2, #sysFormConfirm #sysMain h2, #sysFormIndex #sysMain h2 {
    color: #000;
    font-size: large;
    margin-bottom: 20px;
}
#sysMemberRegisterConfirm #sysMain > form, #sysMemberRegisterIndex #sysMain > form, #sysFormConfirm #sysMain > form, #sysFormIndex #sysMain > form {
    padding: 10px;
}
#sysMypageReminder #sysMain input, #sysMemberRegisterIndex #sysMain input, #sysFormIndex #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}
#sysMain textarea {
    min-height: 75px;
}
.sysZipcode button, .sysZipcode .sysFormField {
    display: inline-block;
}
.sysZipcode .sysFormLabel {
    display: block;
}
.sysZipcode .sysFormField {
    width: 200px;
}
.sysZipcode br {
    display: none;
}
.sysBirthday input {
    width: auto !important;
}
#sysMypageEditConfirm #sysMain .sysFormField, #sysMemberRegisterConfirm #sysMain .sysFormField, #sysFormConfirm #sysMain .sysFormField {
    border: 1px solid #999;
    line-height: 2;
    padding-left: 10px;
    font-size: small;
    border-radius: 3px;
    margin: 5px auto;
    min-height: 20px;
}
.sysMypage #sysMain > form, .sysMypage #sysMain > div {
    padding: 5px 10px;
}
.sysOrderList {
    border: 1px solid rgb(212, 212, 212);
    padding: 10px;
    max-height: 400px;
    overflow-y: scroll;
}
.sysOrderList li {
    border-bottom: 1px dotted rgb(212, 212, 212);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.sysMypageNav > form {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.sysMypageNav .sysButton {
    width: 100%;
    display: block;
    line-height: 40px;
}
#sysMypageEditDelivery #sysMain > form, #sysMypageEditMember #sysMain > form {
    padding: 10px;
}
#sysMypageEditDelivery #sysMain input, #sysMypageEditMember #sysMain input {
    line-height: 15px;
    padding: 5px;
    font-size: small;
    margin: 5px auto;
}
#sysMypageEditConfirm #sysMain > form {
    padding: 10px;
}
.sysSpecialPoint {
    overflow: hidden;
    letter-spacing: -.4em;
}
.sysSpecialPoint > div:nth-child(2n) {
    width: 60%;
}
.sysSpecialPoint > div {
    display: inline-block;
    letter-spacing: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #d5d5d5;
}
.sysSpecialPoint > div:nth-child(2n+1) {
    width: 40%;
}
.sysCoupon {
    border: 1px solid #d5d5d5;
    margin: 10px;
}
.news-row {
    border-color: #999;
    border-style: solid;
    border-radius: 0px;
    border-width: 1px;
    box-shadow: 1px 1px 1px gray;
    margin-bottom: 10px;
}
.news-row > h1 {
    border-bottom: 1px solid #999;
    background-color: #999;
    color: #ffffff;
    font-size: large;
    padding: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(), to());
    background: -webkit-linear-gradient(top, , );
}
.sysNewsDetail {
    padding: 10px 20px;
}
.sysSelectAddress {
    background: #fff;
    border: 1px solid #cfcfcf;
}
.sysSelectAddress div {
    margin-bottom: 20px;
}
.sysCart .sysSelectAddress input {
    background: #fff !important;
}
.sysSelectAddress a {
    display: block;
    text-decoration: none;
    padding: 10px;
}
.sysAccordion .sysSubTitle {
    text-decoration: none !important;
}
.sysCart .sysAccordion {
    font-weight: normal;
    background: #fff url("https://totenko-gift.com/img/layout/aro_bottom.png") no-repeat right 10px center;
    background-size: 15px;
}
.sysCart .sysAccordion:hover {
    background: #fff url("https://totenko-gift.com/img/layout/aro_bottom.png") no-repeat right 10px center;
    background-size: 15px;
}
.sysCart .sysUseDeliveries {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fff url("https://totenko-gift.com/img/layout/aro_bottom.png") no-repeat right 10px center;
    background-size: 15px;
}
.sysSelectAddress .sysSubTitle {
    font-size: 1.5rem;
}
.sysOtherAddress {
    margin-top: 20px;
}
.sysSelectAddress {
    margin: 10px 0;
}
.sysSelectAddress a:hover {
    background: #eee;
}
#sysItemDetail .sysItemId {
    text-align: right;
}
#sysItemDetail .sysRetailPrice {
    display: inline-block;
    width: auto;
    margin-bottom: 5px;
    color: #da4636;
    font-weight: bold;
    text-align: right;
}
#sysItemDetail .sysRetailPrice span {
    font-size: 1.1rem;
}
#sysItemDetail .sysRetailPrice span.sysRetailPriceValue {
    font-size: 2.4rem;
}
#sysItemDetail .sysSuggestedRetailPrice {
    margin-bottom: 5px;
    text-align: right;
}
#sysItemDetail .sysSuggestedRetailPrice span {
    font-size: 1.1rem;
}
#sysItemDetail .sysShippingCost {
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-top: 5px;
    padding: 0 5px;
    color: #da4636;
    font-weight: bold;
    font-size: 1.1rem;
    border: 1px solid #da4636;
    border-radius: 3px;
}
#sysItemDetail .sysPr {
    text-align: right;
}
#sysItemDetail .sysPr > span {
    display: inline-block;
    text-align: center;
}
#sysItemDetail .sysForm select {
    min-width: 190px;
    width: 55%;
    display: inline-block;
}
#sysItemDetail #sysVariation {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin-left: auto;
}
#sysItemDetail #sysVariation > div {
    margin: 10px auto;
    overflow: hidden;
}
#sysItemDetail .sysNumArea button {
    display: inline-block;
    width: 48%;
    background: #000;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #fff;
}
#sysItemDetail .sysNumArea {
    padding-top: 5px;
    clear: both;
    text-align: right;
}
#sysWishlist .sysButton, #sysItemDetail .sysCartButton {
    width: 98%;
    margin-left: 2%;
}
#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
}
#sysCartInForm {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}
#sysItemDetail .sysFormVariationName {
    background-color: #fdf5f5;
}
#sysItemDetail .sysFormVariationTable {
    width: 100%;
    max-width: 500px;
}
#sysItemDetail .order_bottom {
    margin: 0 auto 40px;
    text-align: right;
}
#sysItemDetail .sysDescription {
    text-align: left;
}
.sysExplanation {
    text-align: center;
}
.sysExplanation img {
    height: auto;
}
#sysItemDetail .sysNumArea {
    margin-bottom: 20px;
}
#sysItemDetail .sysNumArea button {
    overflow: hidden;
    display: inline-block;
    width: 36.5%;
    padding: 10px;
    text-indent: -999px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    background: #f1f1f1;
    cursor: pointer;
}
#sysItemDetail .sysNumArea button:hover {
    background-color: #efefef;
}
#sysItemDetail .sysNumArea .sysBtnPlus {
    background: url(https://totenko-gift.com/img/layout/system/btn_plus.png) center center no-repeat;
    background-size: 65px;
}
#sysItemDetail .sysNumArea .sysBtnMinus {
    background: url(https://totenko-gift.com/img/layout/system/btn_minus.png) center center no-repeat;
    background-size: 90px;
}
#sysItemDetail .sysCartButton {
    padding: 15px;
    text-indent: -999px;
    background: #169f1e url(https://totenko-gift.com/img/layout/system/btn_cart.png) center center no-repeat;
    background-size: 140px;
}
#sysItemDetail .sysCartButton:hover {
    background-color: #e84736;
}
#sysItemDetail .sysGoCartButton {
    background: #da4636 url(https://totenko-gift.com/img/layout/system/btn_cart2.png) center center no-repeat;
    background-size: 127px;
}
#sysItemDetail #sysWishlist .sysButton {
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #b9b9b9;
    background: #fff url(https://totenko-gift.com/img/layout/system/btn_favo.png) center center no-repeat;
    background-size: 100px;
}
#sysItemDetail #sysWishlist .sysButton:hover {
    background-color: #efefef;
}
#sysItemDetail .sysShare {
    padding: 5px 0 0 2%;
    text-align: right;
}
#sysItemDetail .sysShare .sysFacebook {
    position: relative;
    top: -6px;
}
#sysItemDetail .sysShare .sysGoogleplus {
    width: 58px;
}
#sysItemDetail .sysShare .sysLine, #sysItemDetail .sysShare .sysDisplayPcNone {
    display: inline-block !important;
}
#sysItemDetail .sysShare .sysLine {
    position: relative;
    top: -6px;
}
#sysItemDetail .sysReview {
    margin: 20px 0 40px;
}
.osechi .osechi_detail_wrap {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.osechi .osechi_detail_wrap div {
    float: left;
    width: 50%
}
.osechi .osechi_detail_wrap .ttl {
    float: none;
    width: 100%;
    font-weight: bold;
    text-align: left;
}
.osechi .osechi_detail_wrap .osechi_detail {
    padding-top: 20px;
}
.osechi .osechi_detail_wrap table {
    width: 100%;
}
.osechi .osechi_detail_wrap .osechi_img img {
    max-width: 300px;
}
.osechi .osechi_detail_wrap table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.osechi .osechi_detail_wrap table td {
    padding: 2px;
    text-align: center;
    line-height: 1.7;
}
.osechi .osechi_detail_wrap2 {
    padding-top: 20px;
    border: none;
}
.osechi .osechi_detail_wrap2 table {
    border: 1px solid #ccc;
    text-align: center;
}
.osechi .osechi_detail_wrap table th {
    padding: 5px;
}
.sysItemReview #sysMain {
    margin: 20px auto 40px;
    max-width: 680px;
}
.sysItemReview #sysMain h2 {
    margin-bottom: 20px;
}
.sysItemReview #sysMain label {
    font-size: 12px;
}
.sysItemReview #sysMain .sysNickname, .sysItemReview #sysMain .sysEvaluation {
    display: block !important;
    margin-bottom: 10px;
}
.sysItemReview #sysMain .sysReviewText {
    margin-bottom: 10px;
}
.sysItemReview #sysMain .sysNickname input {
    padding: 10px;
}
.sysItemReview #sysMain .sysRequired {
    color: #ff6f9b;
    font-weight: bolder;
}
.sysCart #sysMain {
    margin: 20px auto 40px;
    max-width: 680px;
}
.sysCart #sysMain, .sysCart #sysMain a {
    color: #000;
}
.sysCart .sysBox, .sysCart .sysSelectPaymentArea, .sysCart .sysSelectDeliveryArea, .sysCart .sysRemarksArea, .sysCart .sysSelectOptionArea, .sysCart .sysDetail, .sysCart .sysOrder .nav, .sysCart .sysAcceptDomainArea, .sysCart .sysRepeatOrderSetting {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    box-shadow: none;
    margin: 1em auto 2em;
    padding: 1em;
}
.sysCart .sysBox hr {
    display: block;
    border: 0;
    height: 0;
    border-bottom: 1px solid #cfcfcf;
    margin: 5px 0;
    padding: 0;
}
.sysCart #sysMain input[type="text"], .sysCart #sysMain input[type="password"], .sysCart #sysMain input[type="email"], .sysCart #sysMain input[type="number"], .sysCart #sysMain input[type="tel"], .sysCart #sysMain input[type="search"], .sysCart #sysMain textarea {
    background: none;
    border-radius: 0;
    border: 1px solid #dddddd;
}
.sysCart #sysMain input[type="radio"] {
    position: relative;
    top: 3px;
}
.sysCart .sysTotalTxt {
    text-shadow: none;
}
.sysTotal .sysTotalTxt .sysCartAttention {
    font-size: 2rem;
}
.sysCart .sysSubTotalArea {
    margin: 10px 0;
}
.sysCart .sysNextSubmitArea {
    margin-bottom: 20px;
}
.sysCart #sysMain .sysNextSubmitArea .sysNextSubmit {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    color: #fff;
    font-weight: bold;
    text-shadow: none;
    border-radius: 5px;
    background: #da4636 !important;
    border: none;
}
.sysCart .sysCartAttention, .sysCart .sysRequired {
    color: #da4636;
    font-weight: bolder;
}
.sysCart .sysGetPoint {
    color: #da4636;
    font-weight: bolder;
}
.sysCart .sysCartNote {
    color: #000;
    font-size: 90%;
}
.sysCart .sysCartTitle {
    color: #000;
    font-size: large;
    font-weight: bolder;
    background-color: #fff;
    padding: 0;
    margin-bottom: 2-px;
}
.sysCart .sysCartTitle span {
    font-size: 1.2rem;
}
.sysCart #sysMain input {
    background: #fff !important;
}
.sysCart #sysMain input[type="submit"], .sysCart #sysMain button[type="submit"], .sysCart #sysMain button {
    display: inline-block;
    padding: 10px;
    width: auto;
    height: auto;
    color: #000;
    background: #fff;
    border-radius: none;
    border: 1px solid #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sysCart .sysDeleteArea, .sysCart .sysConfirmButton {
    text-align: right;
}
.sysCart .sysNavImg {
    text-align: center;
    margin-bottom: 20px;
}
.sysCart .sysFreeArea {
    color: #000;
    margin: 20px 0;
}
.sysSelectPayment li:last-child, .sysSelectDelivery li:last-child, .sysSelectOption li:last-child, .sysCart .sysDetail li:last-child, .sysRemarks, .sysCart .sysOrder .nav li:last-child {
    border-bottom: none;
}
.sysCart .sysAcceptDomainArea input {
    padding: 0 10px !important;
}
.sysCart .cart_btn {
    color: #000;
    text-align: center;
    margin-top: 40px;
}
.sysCart .cart_btn p {
    margin: 0;
    padding: 0;
}
.sysCart .cart_btn .btn {
    margin-top: 5px;
}
.sysCart .cart_btn img {
    width: 200px;
    border: 1px solid #d0d0d0;
}
#sysBasket #sysMain {
    padding-top: 10px;
}
.sysCart .cart_info .sysContent {
    max-width: 300px;
    color: #000;
    text-align: center;
    font-weight: bolder;
    font-size: 13px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin: 1em auto 0 auto;
    padding: 10px;
    background-color: #fff;
}
#sysPayment .sysCourseSelection {
    display: none;
}
.sysCart #sysMain .sysConfirmButton input[type="submit"] {
    width: auto;
}
.sysCart #sysMain select {
    display: inline-block;
}
.sysCart .sysBtnChange {
    margin-bottom: 10px !important;
}
.sysCart .sys_cart_item_list {
    width: 100%;
}
.sysCart .sys_cart_item_list th, .sysCart .sys_cart_item_list td {
    padding: 3px;
}
.sysCart .sys_cart_item_list th {
    background-color: #515151;
}
.sysCart .deliveries_area .deliveries_box {
    padding: 0;
}
.sysCart .deliveries_area .deliveries_box .deliveries_box_head {
    color: #fff;
    background-color: #515151;
}
.sysCart .deliveries_box_body {
    padding: 0 10px;
}
.sysCart .sysSelectDeliveriesArea .sys_deliveries_address_list th {
    background-color: #515151;
}
#sysBillingAddress .input-append input[type="text"] {
    display: inline-block;
}
#sysBillingAddress .sysPrefState select {
    width: 200px;
}
#sysBillingAddress .sysGender {
    margin-bottom: 20px;
}
#sysBillingAddress .sysGender input {
    vertical-align: middle;
}
#sysBillingAddress .sysGender label {
    display: inline-block;
    margin-right: 20px;
}
#sysBillingAddress .sysAcceptMailmagazine {
    margin-bottom: 20px;
}
.cart_completion {
    text-align: center;
}
#sysThanks #sysMain .sysOrderNumber {
    font-size: 1.5rem;
    font-weight: bold;
}
#sysItemSearch div#sysMain {
    max-width: 980px;
    margin: 20px auto 40px;
}
#sysItemSearch .sysThumbnail .sysItemPrArea {
    text-align: left;
    margin-top: 5px;
}
#sysItemSearch #sysMain h2 {
    font-size: 13px;
    margin-bottom: 10px;
}
#sysItemSearch #sysMain .sysItemSearchForm {
    font-size: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fdf5f5;
}
#sysItemSearch #sysMain .sysItemSearchFormWord {
    margin-bottom: 5px;
}
#sysItemSearch #sysMain .sysItemSearchFormWord input {
    height: 40px;
    vertical-align: bottom;
    border: 1px solid #d0d0d0;
}
#sysItemSearch #sysMain .sysSearchButton {
    display: block;
    margin: 10px auto;
    padding: 10px;
    width: 95%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 120%;
    cursor: pointer;
    border-radius: 3px;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}
#sysItemSearch #sysMain .sysItemSearchFormRange, #sysItemSearch #sysMain .sysItemSearchFormCategory, #sysItemSearch #sysMain .sysItemSearchFormSort, #sysItemSearch #sysMain .sysItemSearchFormLimit {
    display: inline-block;
    margin: 5px auto;
}
#sysItemSearch #sysMain .sysItemSearchFormRange input {
    padding: 10px;
}
#sysItemSearch .sysItemSearchForm, #sysItemSearch h2 {
    display: none;
}
.sysMypage #sysMain {
    margin: 20px auto 40px;
    max-width: 680px;
}
.sysMypage #sysWrap {
    max-width: 980px;
    margin: 0 auto;
}
.sysMypage #sysFooter {
    margin-top: 0;
}
#sysMypageLogin .sysMypageMinorHeadLine {
    max-width: 680px;
    margin: 20px auto;
}
.sysMypage .sysLoginForm {
    max-width: 680px;
    margin: 20px auto 40px;
}
#sysMypageReminder .sysMypageMinorHeadLine {
    max-width: 680px;
    margin: 20px auto;
}
#sysMypageReminder .sysFormItem {
    max-width: 680px;
    margin: 20px auto 40px;
}
#sysMypageReminder .sys_mailaddress input[type="submit"] {
    display: inline-block;
    padding: 15px 10px !important;
    width: auto;
    color: #000;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sysMypage .sysMypageMajorHeadLine {
    margin-bottom: 20px;
    font-size: large;
}
.sysMypage .sysForm div, .sysMypage .sysOtherAddress div {
    margin-bottom: 10px;
}
.sysMypage .sysMypageNav {
    margin-top: 30px;
    padding: 0 !important;
}
.sysMypage .sysRequired {
    color: #da4636;
    font-weight: bolder;
}
.sysMypage .sysItemList .sysThumbnail li {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 1.1rem;
}
.sysMypage .sysMemberPassword {
    margin-bottom: 20px;
}
#sysMypageLogin .sysFormField {
    margin-bottom: 10px;
}
#sysMypageLogin .sysMemberPassword {
    margin-bottom: 20px;
}
#sysMypageLogin .sysFormField input, #sysMypageLogin .sysMemberPassword input {
    margin-top: 5px;
    padding: 10px;
}
#sysMypageLogin .sysLoginButton, #sysMypageLogin .sysButton {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 auto 30px;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #000;
    border: none;
    border-radius: 5px;
    text-shadow: none;
}
#sysMypageReminder .sysFormField {
    margin-bottom: 20px;
}
#sysMemberRegisterIndex .sysButton, #sysMypageLogin .sysButton, #sysMypageEditMember #sysMain .btn, .sysMypage .sysBackButton {
    display: inline-block;
    padding: 10px;
    width: auto;
    color: #000;
    background: #fff;
    border-radius: none;
    border: 1px solid #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#sysMypageEditMember .sysNextSubmit, #sysMypageEditDelivery .sysNextSubmit {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #515151;
    border: none;
    border-radius: 5px;
    text-shadow: none;
}
#sysMypageEditMember .sysZipcode .sysFormField {
    width: 200px;
}
.sysMypage .sysZipcode .sysFormLabel {
    display: block !important;
}
.sysMypage .sysZipcode .sysFormField {
    display: inline-block;
}
.sysMypage .sysZipcode input {
    max-width: 200px;
}
.sysMypage .sysZipcode button {
    display: inline-block;
    max-width: 200px;
    width: auto;
    overflow: hidden;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 5px;
    color: #000;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sysMypage .sysPrefStateId select {
    width: 200px;
    height: 50px;
}
.sysMypage .sysGender {
    margin-bottom: 20px;
}
.sysMypage .sysGender input {
    vertical-align: middle;
}
.sysMypage .sysGender label {
    display: inline-block;
    margin-right: 20px;
}
.sysMemberRegister div#sysMain {
    max-width: 680px;
    margin: 20px auto 40px;
}
.sysMemberRegister .sysForm div {
    margin-bottom: 10px;
}
.sysMemberRegister .sysRequired {
    color: #da4636;
    font-weight: bolder;
}
.sysMemberRegister .sysForm label:first-child {
    display: inline-block;
    margin-bottom: 5px;
}
.sysMemberRegister .sysZipcode .sysFormLabel {
    display: block !important;
}
.sysMemberRegister .sysZipcode .sysFormField {
    display: inline-block;
    width: 200px;
}
.sysMemberRegister .sysZipcode input {
    max-width: 200px;
}
.sysMemberRegister .sysPrefStateId select {
    width: 200px;
    height: 50px;
}
.sysMemberRegister .sysGender label {
    display: inline-block;
    margin-right: 20px;
}
.sysMemberRegister .sys3 label {
    display: inline-block;
    margin-left: 20px;
}
.sysMemberRegister .sys3 label:first-child {
    margin-left: 0;
}
.sysMemberRegister .sysGender input, .sysMemberRegister .sys3 input {
    vertical-align: middle;
}
.sysMemberRegister .sysNextSubmit {
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #000;
    border: none;
    border-radius: 5px;
    text-shadow: none;
}
.form-inquiry #sysMain {
    max-width: 680px;
    margin: 20px auto 40px;
}
.form-inquiry .sysFormItem {
    margin-bottom: 10px;
}
.form-inquiry .sysRequired {
    color: #da4636;
    font-weight: bolder;
}
.form-inquiry p.small {
    font-size: 1.1rem;
}
.search_bx form {
    overflow: hidden;
    padding: 5px 0;
    border: 1px solid #dddddd;
}
.search_bx .sysItemSearchFormWord {
    float: left;
    width: 80%;
}
.search_bx input[type="search"] {
    height: 30px;
    border: none;
    padding: 5px;
    width: 100%;
}
.search_bx .sysSearchButton {
    overflow: hidden;
    float: left;
    display: block;
    width: 19%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-indent: -999px;
    border-radius: 0px;
    border: none;
    background: #fff url(https://totenko-gift.com/img/layout/ico_search.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}
.header {
    position: relative;
    max-width: 1100px;
    margin: 20px auto 30px;
}
.header h1 {
    text-align: center;
}
.header ul {
    width: 160px;
    position: absolute;
    top: 10px;
    right: 0;
}
.header ul li {
    float: left;
    width: 50%;
    text-align: center;
}
.header ul li span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}
.h_navi {
    max-width: 1100px;
    margin: 0 auto 40px;
}
.h_navi ul {
    font-size: 0;
    text-align: center;
}
.h_navi ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 1;
    border-right: 1px solid #000;
    z-index: 100000;
}
.h_navi ul li:last-child {
    border: none;
}
.h_navi ul li a {
    display: block;
    padding: 5px 10px;
}
.h_navi ul li a:hover {
    color: #fff;
    border-radius: 10px;
    background-color: #b08900;
}
.megamenu {
    width: 100%;
    margin: 0 auto;
    *zoom: 1;
}
.megamenu:before, .megamenu:after {
    content: " ";
    display: table;
}
.megamenu:after {
    clear: both;
}
ul.megamenu_second_level {
    visibility: hidden;
    opacity: 0;
    z-index: 12;
}
ul.megamenu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.megamenu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
li.megamenu_list {
    position: relative;
}
li.megamenu_list ul.megamenu_second_level {
    position: absolute;
    top: 25px;
    left: -30px;
    width: 200px;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: url(https://totenko-gift.com/img/layout/header/aro_navi.png) no-repeat top center;
    background-size: 33px;
}
li.megamenu_list:hover ul.megamenu_second_level {
    top: 25px;
    visibility: visible;
    opacity: 1;
}
.h_navi ul.megamenu_second_level li {
    display: block;
    padding: 0;
    border: none;
}
.h_navi .menu_inner {
    overflow: hidden;
    padding: 10px;
    border-radius: 10px;
    background: #ededed;
}
.h_navi .menu_inner ul li a {
    display: inline;
    padding: 0;
    text-decoration: underline;
}
.h_navi .menu_inner ul li a:hover {
    color: #000;
    text-decoration: none;
    border-radius: none;
    background-color: transparent;
}
.h_navi .menu_inner ul li a:after {
    display: inline-block;
    content: "＞";
    margin-left: 5px;
}
.h_navi li.pc_menu1 ul.megamenu_second_level {
    width: 1100px;
    left: -339px;
    background-position: 395px 0;
}
.h_navi li.pc_menu1 .item_list_bx {
    float: left;
    width: 19.5%;
    padding: 30px 20px;
}
.h_navi li.pc_menu1 .logo {
    padding-top: 190px;
}
.h_navi li.pc_menu1 .banner {
    width: 22%;
    padding: 20px 10px;
}
.h_navi li.pc_menu1 .item_list_bx li {
    margin-bottom: 15px;
    text-align: left;
}
.h_navi li.pc_menu1 .item_list_bx .img {
    margin-bottom: 10px;
}
.h_navi li.pc_menu1 .banner a:after {
    content: none;
}
.h_navi li.pc_menu1 ul li a {
    display: inline;
    padding: 0;
    text-decoration: underline;
}
.h_navi li.pc_menu1 ul li a:hover {
    color: #000;
    text-decoration: none;
    border-radius: none;
    background-color: transparent;
}
.h_navi li.pc_menu2 ul.megamenu_second_level {
    width: 1100px;
    left: -484px;
    ;
    background-position: 538px 0;
}
.h_navi li.pc_menu2 .item_list_bx {
    float: left;
    width: 19.5%;
    padding: 30px 20px;
}
.h_navi li.pc_menu2 .logo {
    padding-top: 115px;
}
.h_navi li.pc_menu2 .banner {
    width: 22%;
    padding: 20px 10px;
}
.h_navi li.pc_menu2 .item_list_bx li {
    margin-bottom: 15px;
    text-align: left;
}
.h_navi li.pc_menu2 .item_list_bx .img {
    margin-bottom: 10px;
}
.h_navi li.pc_menu2 .banner a:after {
    content: none;
}
.h_navi li.pc_menu2 ul li a {
    display: inline;
    padding: 0;
    text-decoration: underline;
}
.h_navi li.pc_menu2 ul li a:hover {
    color: #000;
    text-decoration: none;
    border-radius: none;
    background-color: transparent;
}
/*
.h_navi li.pc_menu2 .menu_inner{padding:30px 0 150px;background:#ededed url(https://totenko-gift.com/img/layout/header/bg_pc_menu2.jpg) no-repeat bottom center;background-size:200px;}
.h_navi li.pc_menu2 .menu_inner ul{margin-bottom:30px;}
.h_navi li.pc_menu2 .menu_inner li{padding:10px 20px;}
.h_navi li.pc_menu2 .menu_inner li img{display:block;margin-bottom:20px;}
*/
.h_navi li.pc_guide .menu_inner {
    padding: 30px 0 150px;
    background: #ededed url(https://totenko-gift.com/img/layout/header/bg_pc_guide.jpg) no-repeat bottom center;
    background-size: 200px;
}
.h_navi li.pc_guide .menu_inner ul {
    width: 90%;
    margin: 0 auto 30px;
}
.h_navi li.pc_guide .menu_inner li {
    padding: 20px 0;
    border-bottom: 1px dotted #000;
}
.h_navi_sp {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.h_navi_sp li {
    float: left;
    width: 25%;
    padding: 10px 0;
}
.h_navi_sp li a {
    display: block;
    line-height: 1.4;
    text-align: center;
    border-right: 1px solid #000;
}
.h_navi_sp li:last-child a {
    border-right: 0;
}
.h_navi_sp_test {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.h_navi_sp_test li {
    float: left;
    width: 25%;
    padding: 10px 0;
}
.h_navi_sp_test li a {
    display: block;
    line-height: 1.4;
    text-align: center;
    border-right: 1px solid #000;
}
.h_navi_sp_test li:last-child a {
    border-right: 0;
}
.remodal {
    color: #000;
    padding: 60px 0;
}
.remodal a {
    display: block;
    color: #000;
    padding: 10px 0;
    font-size: 15px;
    text-decoration: none;
}
.remodal a:hover, .remodal a:focus {
    color: #b2812b;
    outline: 0;
}
.remodal-close {
    left: 83%;
    top: 1.5%;
    color: #000;
    width: 30px;
    height: 30px;
}
.remodal-close:after {
    font-size: 50px;
    line-height: 30px;
}
.remodal-close.close_btm {
    top: 93%;
    left: 43%;
    width: 25%;
    font-size: 18px;
    font-weight: lighter;
    border: none;
    cursor: pointer;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.remodal-close.close_btm:after {
    position: absolute;
    font-size: 40px;
    left: -50%;
    line-height: 30px;
    top: -2px;
}
.remodal h2 {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.remodal ul li img {
    border: 1px solid #ccc;
}
.remodal .sp_menu01 ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.remodal .sp_menu02 ul li {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.remodal .sp_guide {
    width: 90%;
    margin: 0 auto;
}
.remodal .sp_guide ul li {
    border-bottom: 1px dotted #000;
}
.remodal .sp_guide ul li a:after {
    display: inline-block;
    content: "＞";
    margin-left: 10px;
}
.remodal .sp_guide ul li a {
    padding: 20px 0;
}
.footer {
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.footer .pic_guide {
    max-width: 990px;
    margin: 0 auto 30px;
}
.footer .pic_guide ul {
    font-size: 0;
}
.footer .pic_guide ul li {
    display: inline-block;
    width: 50%;
    padding: 10px 20px;
}
.footer .pic_guide ul li h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.footer .pic_guide ul li p {
    max-width: 410px;
    margin: 0
}
.footer .pic_guide ul li > p > img {
    width: 100%;
}
.footer .f_contant {
    max-width: 990px;
    margin: 0 auto 30px;
}
.footer .f_contant h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.footer .f_telephone, .footer .f_form {
    float: left;
    width: 50%;
    padding: 0 20px
}
.footer .f_contant .f_form.f_telephone .btn a {
    padding: 5px 20px;
}
.footer .f_contant .f_form .btn .freedial {
    padding-left: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    background: url(https://totenko-gift.com/img/layout/footer/ico_freedial.png) left center no-repeat;
    background-size: 45px;
}
.footer .f_contant .f_telephone.f_form .btn a:after {
    content: "";
}
.footer .f_contant .hour {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    margin-top: -1px;
}
.footer .f_contant .attention {
    margin-top: 10px;
    font-size: 13px;
}
.footer .f_contant .f_form .btn a {
    display: block;
    max-width: 410px;
    padding: 20px 25px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #b08900;
}
.footer .f_contant .f_form .btn a:after {
    content: "＞";
}
.footer .f_contant .f_form .btn a:hover {
    background-color: #cea000;
}
.footer .f_guide {
    padding: 20px 80px;
    margin-bottom: 50px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.footer .f_guide .logo {
    width: 20%;
    float: left;
}
.footer .f_guide .logo img {
    width: 130px;
}
.footer .f_guide ul {
    width: 80%;
    float: right;
    margin-top: 20px;
}
.footer .f_guide ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #000;
    line-height: 1;
}
.footer .f_guide ul li:last-child {
    border: none;
}
.footer .f_bn {
    margin-bottom: 50px;
}
.footer .f_bn ul {
    font-size: 0;
    padding: 0 0.568181818182%;
}
.footer .f_bn ul li {
    float: left;
    width: 33.33333333333333%;
    padding: 0.568181818182%;
}
.footer .f_bn ul li a {
    display: block;
    max-width: 350px;
}
.footer .f_bn ul li a img {
    width: 50%;
}
.footer .copyright {
    font-size: 10px;
    text-align: center;
}
.pagetop {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
}
.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 7px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.2;
    background-color: #515151;
    border-radius: 25px;
}
.pagetop a:hover {
    background-color: #666666;
}
.top_parts {
    max-width: 1100px;
    margin: 0 auto 60px;
}
.top_parts .sysHeadline {
    margin-bottom: 20px;
    text-align: center;
}
.top_parts .sysCartButton {
    width: 100%;
    padding: 5px !important;
}
.top_bn_inner div {
    float: left;
    margin-right: 2.272727272727%;
}
.top_bn_inner .season {
    width: 15.454545454545%;
}
.top_bn_inner .season div {
    float: none;
    width: 100%;
    margin-right: 0;
}
.top_bn_inner .season .ttl {
    margin-bottom: 20px;
}
.top_bn_inner .season .txt {
    font-size: 14px;
}
.top_bn_inner .bn_bx {
    width: 40%;
}
.top_bn_inner .bn_bx2 {
    margin-right: 0;
}
.top_ranking .sysItemBlock .sysHorizontal li, .top_totenko_product .sysItemBlock .sysHorizontal li {
    width: 20%;
    padding: 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: 1.2;
    color: #da4636;
    font-weight: bold;
}
.top_ranking li:before {
    overflow: hidden;
    content: "RANK";
    display: block;
    width: 80px;
    height: 32px;
    margin: 0 auto 20px;
    text-indent: -999px;
    background: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank01.png) top center no-repeat;
    background-size: 80px;
}
.top_ranking li:nth-child(2):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank02.png);
}
.top_ranking li:nth-child(3):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank03.png);
}
.top_ranking li:nth-child(4):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank04.png);
}
.top_ranking li:nth-child(5):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank05.png);
}
.top_ranking_test .sysItemBlock .sysHorizontal li {
    width: 20%;
    padding: 0 10px;
    font-size: 13px;
    text-align: left;
    line-height: 1.2;
    color: #da4636;
    font-weight: bold;
}
.top_ranking_test li:before {
    overflow: hidden;
    content: "RANK";
    display: block;
    width: 80px;
    height: 32px;
    margin: 0 auto 20px;
    text-indent: -999px;
    background: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank01.png) top center no-repeat;
    background-size: 80px;
}
.top_ranking_test li:nth-child(2):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank02.png);
}
.top_ranking_test li:nth-child(3):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank03.png);
}
.top_ranking_test li:nth-child(4):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank04.png);
}
.top_ranking_test li:nth-child(5):before {
    background-image: url(https://totenko-gift.com/img/layout/top/ranking/ico_rank05.png);
}
.top_recommend .manto_inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
.top_recommend .manto_list_wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.top_recommend .manto_list {
    float: left;
    width: 33.33333333333333%;
}
.top_recommend .manto_list ul {
    margin-top: 10px;
}
.top_recommend .manto_list li {
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
}
.top_recommend .manto_list li a {
    display: block;
    max-width: 80%;
    border: none;
    padding: 15px 10px;
    margin: 5px auto;
    border-radius: 5px;
    background-color: #169f1e;
    color: #fff;
    text-decoration: none;
}
.top_recommend .manto_list li a:hover {
    background: #56a545;
}
.top_recommend .manto {
    position: relative;
    margin-bottom: 30px;
}
.top_recommend .manto h3 {
    font-size: 30px;
    text-align: center;
}
.top_recommend .manto h3 span {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1;
}
.top_recommend .manto .shumai_bg {
    position: relative;
    z-index: 10;
}
.top_recommend_shumai .shumai, .top_recommend_totenko .outide_totenko {
    position: relative;
}
.top_recommend_shumai .shumai h3, .top_recommend_totenko .outide_totenko h3 {
    font-size: 30px;
    text-align: center;
}
.top_recommend_shumai .shumai h3 span, .top_recommend_totenko .outide_totenko h3 span {
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1;
}
.top_recommend_shumai .shumai .shumai_bg, .top_recommend_totenko .outide_totenko .outide_totenko_bg {
    position: relative;
    z-index: 10;
}
.top_recommend_totenko .product_link a {
    border-bottom: 1px solid #000;
}
.top_recommend_totenko .product_link {
    margin: 0;
}
.top_recommend_totenko .product_link:first-child {
    padding-bottom: 20px;
}
.top_recommend_shumai .shumai .shumaicap .btn a {
    display: block;
    max-width: 200px;
    border: none;
    padding: 15px 10px;
    margin: 5px auto;
    border-radius: 5px;
    background-color: #169f1e;
    color: #fff;
    text-decoration: none;
}
.top_recommend_shumai .shumai .shumaicap .btn a:hover {
    background: #56a545;
}
.top_category_other .sysItemBlock .sysHorizontal li {
    width: 20%;
    padding: 0 10px;
    font-size: 12px;
    text-align: left;
    line-height: 1.2;
}
.top_bn_category ul {
    overflow: hidden;
}
.top_bn_category ul li {
    float: left;
    width: 31.818181818182%;
    margin: 0 2.272727272727% 25px 0;
}
.top_bn_category ul li:nth-child(3), .top_bn_category ul li:nth-child(6) {
    margin-right: 0;
}
}
#guide .guide {
    margin: 0 auto;
    max-width: 1100px;
}
#guide h1 {
    font-size: 20px;
    margin-bottom: 30px;
}
#guide h4.title {
    font-size: 110%;
    margin: 5px 0px;
    padding: 5px 0px;
    color: #101010;
    border-bottom: 1px solid #000;
}
#guide p.txt {
    margin-bottom: 20px;
}
#guide .bordlayoutp3 {}
#guide .bordlayoutp3 th {
    padding: 3px;
    border: 1px solid #000;
}
#guide .bordlayoutp3 td {
    padding: 3px;
    border: 1px solid #000;
}
#guide .backcolor1 {
    background: #515151;
    color: #fff;
    font-weight: bold;
}
#guide .backcolor2 {
    background: #FFFFFF;
    vertical-align: middle
}
#guide_SHINC_C_1803-13316 .guide {
    margin: 0 auto;
    max-width: 1100px;
}
#guide_SHINC_C_1803-13316 h1 {
    font-size: 20px;
    margin-bottom: 30px;
}
#guide_SHINC_C_1803-13316 h4.title {
    font-size: 110%;
    margin: 5px 0px;
    padding: 5px 0px;
    color: #101010;
    border-bottom: 1px solid #000;
}
#guide_SHINC_C_1803-13316 p.txt {
    margin-bottom: 20px;
}
#guide_SHINC_C_1803-13316 .bordlayoutp3 {}
#guide_SHINC_C_1803-13316 .bordlayoutp3 th {
    padding: 3px;
    border: 1px solid #000;
}
#guide_SHINC_C_1803-13316 .bordlayoutp3 td {
    padding: 3px;
    border: 1px solid #000;
}
#guide_SHINC_C_1803-13316 .backcolor1 {
    background: #515151;
    color: #fff;
    font-weight: bold;
}
#guide_SHINC_C_1803-13316 .backcolor2 {
    background: #FFFFFF;
    vertical-align: middle
}
#company {}
#company .company {
    max-width: 1100px;
    margin: 0 auto;
}
.pagetitle {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -2px;
}
.cmnTable {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
}
.cmnTable th {
    border-bottom: 1px solid #000;
    background-color: #515151;
    vertical-align: middle;
    padding: 5px 20px;
    text-align: left;
    color: #fff;
}
.cmnTable td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 20px;
}
.cmnTable dt {
    clear: both;
    float: left;
    width: 8em;
}
#policy .policy {
    margin: 0 auto;
    max-width: 1100px;
}
#policy h1 {
    font-size: 20px;
    margin-bottom: 30px;
}
#policy h4.title {
    font-size: 110%;
    margin: 5px 0px;
    padding: 5px 0px;
    color: #101010;
    border-bottom: 1px solid #000;
}
#policy p.txt {
    margin-bottom: 20px;
}
#business .business {
    margin: 0 auto;
    max-width: 1100px;
}
#business h1 {
    font-size: 20px;
    margin-bottom: 30px;
}
#business h4.title {
    font-size: 110%;
    margin: 5px 0px;
    padding: 5px 0px;
    color: #101010;
}
#business p.txt {
    margin-bottom: 20px;
}
#business .bordlayoutp3 {
    font-size: 14px;
}
#business .bordlayoutp3 th {
    padding: 5px 20px;
    border: 1px solid #000;
}
#business .bordlayoutp3 td {
    padding: 5px 19px;
    border: 1px solid #000;
}
#business .backcolor1 {
    background: #515151;
    color: #fff;
    font-weight: bold;
}
#business .backcolor2 {
    background: #FFFFFF;
    vertical-align: middle
}
#sysItemDetail .sysCartButton {
    padding: 23px 15px !important;
}
.slider_wrap {
    max-width: 980px;
    margin: 0 auto;
}
.slider_wrap .slider_content .bx-wrapper {
    margin-bottom: 0;
    max-height: 392px;
    overflow: hidden;
}
.slider_wrap .slider_content .bx-wrapper .bx-viewport {
    max-height: 392px;
    overflow: hidden;
    border: none;
}
.bxslider li {
    display: none;
}
.bx-viewport .bxslider li {
    display: block !important;
}
.slider_wrap #bx-pager {
    display: table;
    border: 5px solid #fff;
    table-layout: fixed;
}
.slider_wrap #bx-pager a {
    display: table-cell;
    padding: 0 3px;
}
.slider_wrap #bx-pager a img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px;
}
.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff
}
.bx-wrapper img {
    max-width: 100%;
    display: block
}
.bxslider {
    margin: 0;
    padding: 0
}
ul.bxslider {
    list-style: none
}
.bx-viewport {
    -webkit-transform: translatez(0)
}
.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(https://totenko-gift.com/img/layout/parts/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(https://totenko-gift.com/img/layout/parts/controls.png) 0 -32px no-repeat
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
    background-position: 0 0
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(https://totenko-gift.com/img/layout/parts/controls.png) -43px -32px no-repeat
}
.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
    background-position: -43px 0
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none
}
.bx-wrapper .bx-controls-auto {
    text-align: center
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(https://totenko-gift.com/img/layout/parts/controls.png) -86px -11px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(https://totenko-gift.com/img/layout/parts/controls.png) -86px -44px no-repeat;
    margin: 0 3px
}
.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, .75);
    width: 100%
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px
}
.bnr_wide {
    margin: 0 auto 20px auto;
    max-width: 980px;
}
.btn_sns {
    text-align: center;
    width: 100px;
    height: 80px;
    margin: 0 auto 30px;
}
.btn_sns p {
    border-bottom: 4px dotted;
    border-color: #0084ff;
}
.top_ranking .sysContent .sysIconRank {
    display: none;
}
/*マイページではクーポンを確認させない*/
.sysMypage form[action="https://totenko-gift.com/mypage/my-coupon.html"] {
    display: none;
}
/*闇市価格のサイズを調整する*/
#sysItemDetail .sysYamiPriceValue {
    font-size: 2.2rem !important;
    color: red;
}
/*タブレットCSSが効かないためここで定義*/
@media (min-width: 680px) and (max-width: 1100px) {
    div#sysMain, div#sysAside {
        width: 100%;
        float: none;
    }
    div#sysMain {
        width: 95% !important;
        margin: 20px auto 40px;
    }
    #top #sysMain {
        width: 100% !important;
    }
    .tb_none {
        display: none !important;
    }
    .remodal {
        max-width: 400px;
    }
    .remodal-close.close_btm {
        top: inherit;
        bottom: 10px;
    }
    .footer .f_guide {
        width: 98%;
        margin: 0 auto 30px;
    }
    .footer .f_guide ul {
        margin-top: 10px;
    }
    .top_parts {
        width: 95%
    }
    .top_recommend {
        width: 100%
    }
    .top_recommend .manto_list {
        padding: 0 10px;
    }
    .top_recommend .manto_list li {
        font-size: 14px;
    }
    .top_recommend .txt, .top_recommend_shumai, .top_recommend_totenko {
        text-align: center;
    }
    .top_recommend .shumaicap, .top_recommend_shumai .shumaicap, .top_recommend_shumai .shumai_bg, .top_recommend_totenko .outide_totenko_cap, .top_recommend_totenko .outide_totenko_bg {
        margin-bottom: 20px;
    }
    .top_recommend_shumai .btn a {
        display: block;
        max-width: 200px;
        border: none;
        padding: 15px 10px;
        margin: 0px auto;
        border-radius: 5px;
        background-color: #b08900;
        color: #fff;
        text-decoration: none;
    }
}
.h_navi_test h2, .h_navi h2 {
    line-height: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
/* --------------------------------------------------
   pagetop 上書き
 --------------------------------------------------*/
.pagetop a {
    opacity: 0;
    transition: opacity .3s ease;
}
.pagetop a.is-active {
    opacity: 1;
}
/* --------------------------------------------------
   【フッター NEW】
 --------------------------------------------------*/
/* --------------------------------------------------
  【共通】フッター上　ご利用ガイド
 --------------------------------------------------*/
/* --------------------------------------------------
  【共通】カート情報
 --------------------------------------------------*/
@media print, screen and (min-width: 1100px) {
    .dn-pc {
        display: none !important
    }
}
@media print, screen and (min-width: 681px) {
    .dn-tab-pc {
        display: none !important
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1099px) {
    .dn-tab {
        display: none !important
    }
}
@media print, screen and (max-width: 1099px) {
    .dn-sp-tab {
        display: none !important
    }
}
@media print, screen and (max-width: 680px) {
    .dn-sp {
        display: none !important
    }
}
.footer {
    padding-bottom: 0
}
.c-footer {
    padding: 40px 0 0;
    color: #222
}
.c-footer img {
    width: 100%;
    height: auto
}
.c-footer br.sps {
    display: none
}
@media print, screen and (max-width: 320px) {
    .c-footer br.sps {
        display: block
    }
}
.c-footerLogo {
    margin: 0 auto
}
@media print, screen and (max-width: 680px) {
    .c-footerLogo {
        width: 116px
    }
}
@media print, screen and (min-width: 681px) {
    .c-footerLogo {
        width: 220px
    }
}
@media print, screen and (max-width: 680px) {
    .c-footerNav {
        margin-top: 20px
    }
}
@media print, screen and (min-width: 681px) {
    .c-footerNav {
        margin-top: 37px
    }
}
.c-footerNavList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media print, screen and (max-width: 1099px) {
    .c-footerNavList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.c-footerNavList__node {
    line-height: 1
}
@media print, screen and (max-width: 680px) {
    .c-footerNavList__node {
        padding: 0 10px;
        font-size: 12px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1099px) {
    .c-footerNavList__node {
        margin-bottom: 25px
    }
}
@media print, screen and (min-width: 681px) {
    .c-footerNavList__node {
        padding: 0 16px;
        font-size: 16px
    }
}
.c-footerNavList__node + .c-footerNavList__node {
    border-left: 1px solid #222
}
@media print, screen and (max-width: 680px) {
    .c-footerNavList__node:nth-child(4) {
        border-left: none
    }
}
@media print, screen and (max-width: 680px) {
    .c-footerNavList__node:nth-child(n+4) {
        margin-top: 25px
    }
}
@media print, screen and (max-width: 680px) {
    .c-footerMenuList {
        margin: 24px auto 0;
        max-width: 320px
    }
}
@media print, screen and (min-width: 681px) {
    .c-footerMenuList {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 58px
    }
}
@media print, screen and (max-width: 680px) {
    .c-footerMenuList__node + .c-footerMenuList__node {
        margin-top: 10px
    }
}
.c-copyRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    background-color: #222
}
@media print, screen and (max-width: 680px) {
    .c-copyRight {
        height: 30px;
        margin-top: 43px;
        font-size: 10px
    }
}
@media print, screen and (min-width: 681px) {
    .c-copyRight {
        height: 40px;
        margin-top: 115px;
        font-size: 12px
    }
}

.c_cart_info {
    display: none;
}

#sysHeader .cart {
    position: relative
}
#sysHeader .cart__number {
    position: absolute;
    top: 2px;
    right: 2px;
    margin-top: 0;
    display: none !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: bold;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    border-radius: 50%;
    background-color: #b91d23
}
@media print, screen and (max-width: 680px) {
    #sysHeader .cart__number {
        width: 16px;
        height: 16px
    }
}
@media print, screen and (min-width: 681px) {
    #sysHeader .cart__number {
        width: 20px;
        height: 20px
    }
}
#sysHeader .cart__number.is--active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}
@media print, screen and (min-width: 681px)and (max-width: 1099px) {
    .c-guide {
        margin: 0 auto;
        width: 95%
    }
}
.c-guide img {
    width: 100%;
    height: auto
}
.c-guide br.sps {
    display: none
}
@media print, screen and (max-width: 320px) {
    .c-guide br.sps {
        display: block
    }
}
.c-guide h1, .c-guide h2, .c-guide h3 {
    font-family: "Shippori Mincho", serif
}
@media print, screen and (max-width: 680px) {
    .c-guideSection {
        margin-top: 20px;
        padding: 0 12px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideSection {
        margin-top: 60px
    }
}
.c-guideTitle {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 980px;
    color: #fff
}
@media print, screen and (max-width: 680px) {
    .c-guideTitle {
        height: 125px;
        background: #981b20
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideTitle {
        height: 100px;
        background: -webkit-gradient(linear, left top, left bottom, from(#981b20), to(#4c0e10));
        background: -webkit-linear-gradient(#981b20 0%, #4c0e10 100%);
        background: -o-linear-gradient(#981b20 0%, #4c0e10 100%);
        background: linear-gradient(#981b20 0%, #4c0e10 100%)
    }
}
.c-guideTitle__main {
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1
}
@media print, screen and (max-width: 680px) {
    .c-guideTitle__main {
        font-size: 34px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideTitle__main {
        font-size: 30px
    }
}
.c-guideTitle__sub {
    display: block;
    letter-spacing: 0;
    font-weight: bold
}
@media print, screen and (max-width: 680px) {
    .c-guideTitle__sub {
        margin-top: 5px;
        font-size: 16px;
        line-height: 1
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideTitle__sub {
        margin-top: 10px;
        font-size: 18px
    }
}
@media print, screen and (max-width: 320px) {
    .c-guideTitle__sub {
        line-height: 1.4;
        text-align: center
    }
}
.c-guideList {
    margin: 0 auto;
    max-width: 980px
}
.c-guideList__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif !important;
    background-color: #d9a56f
}
@media print, screen and (max-width: 680px) {
    .c-guideList__title {
        height: 58px;
        font-size: 21px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__title {
        height: 50px;
        font-size: 20px
    }
}
.c-guideList__content {
    border-left: 1px solid #606060;
    border-right: 1px solid #606060;
    border-bottom: 1px solid #606060
}
@media print, screen and (max-width: 680px) {
    .c-guideList__content {
        padding: 18px 15px 47px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__content {
        padding: 40px 30px
    }
}
.c-guideList__content__description {
    margin: 0;
    font-size: 16px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__content__description {
        line-height: 1.8125
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__content__description {
        line-height: 1.875
    }
}
.c-guideList__content__caution {
    display: block;
    font-size: 16px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__content__caution {
        line-height: 1.8125
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__content__caution {
        line-height: 1.875
    }
}
.c-guideList__content__description + .c-guideList__content__caution {
    margin-top: 30px
}
.c-guideList__content__caution a {
    color: #0075cb;
    text-decoration: underline;
    font-weight: bold
}
@media print, screen and (min-width: 1100px) {
    .c-guideList__content__caution a:hover {
        text-decoration: none
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--1 .c-guideList__content {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 50% 1fr;
        grid-template-columns: 50% 1fr;
        gap: 0 40px
    }
}
.c-guideList__node--1 .c-guideList__content__description {
    color: #e70012
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--1 .c-guideList__content__description {
        padding-bottom: 22px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        border-bottom: 1px solid #c9c9c9
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--1 .c-guideList__content__caution {
        margin-top: 25px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--1 .c-guideList__content__caution {
        margin-top: 22px;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3
    }
}
.c-guideList__node--1 .c-guideList__content__img {
    display: block
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--1 .c-guideList__content__img {
        margin-top: 59px;
        padding-bottom: 25px;
        border-bottom: 1px solid #c9c9c9
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--1 .c-guideList__content__img {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list {
        margin-top: 47px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list {
        margin-top: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__title {
        padding: 80px 0;
        width: 280px;
        border-top: 1px solid #c9c9c9
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__title:nth-of-type(n+2) {
        margin-top: 76px
    }
}
.c-guideList__node--2 .c-guideList__content__list__title__img {
    display: block;
    margin: 0 auto
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__title__img--1 {
        width: 45px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__title__img--1 {
        width: 68px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__title__img--2 {
        width: 50px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__title__img--2 {
        width: 78px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__title__img--3 {
        width: 50px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__title__img--3 {
        width: 80px
    }
}
.c-guideList__node--2 .c-guideList__content__list__title__text {
    display: block;
    font-weight: bold;
    text-align: center
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__title__text {
        margin-top: 10px;
        font-size: 18px;
        line-height: 1
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__title__text {
        margin-top: 12px;
        font-size: 16px;
        line-height: 1.5
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content {
        padding: 24px 0 60px;
        width: calc(100% - 280px);
        border-top: 1px solid #c9c9c9
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content:last-of-type {
        padding-bottom: 0
    }
}
.c-guideList__node--2 .c-guideList__content__list__content__description {
    margin: 0;
    font-size: 16px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__content__description {
        margin-top: 16px;
        line-height: 1.8125
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content__description {
        line-height: 1.875
    }
}
.c-guideList__node--2 .c-guideList__content__list__content__description em {
    font-weight: bold;
    font-style: normal;
    color: #e70012
}
.c-guideList__node--2 .c-guideList__content__list__content__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #c9c9c9
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table {
        margin-top: 25px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table {
        margin-top: 19px
    }
}
.c-guideList__node--2 .c-guideList__content__list__content__table__title {
    color: #fff;
    font-size: 16px;
    background-color: dimgray;
    border-top: 1px solid #c9c9c9
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table__title {
        padding: 12px 10px;
        width: 120px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table__title {
        padding: 10px 0;
        width: 240px;
        font-weight: bold;
        text-align: center
    }
}
@media print, screen and (max-width: 320px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table__title {
        width: 100px
    }
}
.c-guideList__node--2 .c-guideList__content__list__content__table__content {
    font-size: 16px;
    border-top: 1px solid #c9c9c9
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table__content {
        padding: 12px 10px;
        width: calc(100% - 120px)
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table__content {
        padding: 10px 0 10px 19px;
        width: calc(100% - 240px)
    }
}
@media print, screen and (max-width: 320px) {
    .c-guideList__node--2 .c-guideList__content__list__content__table__content {
        width: calc(100% - 100px)
    }
}
.c-guideList__node--2 .c-guideList__content__list__content__img {
    display: block
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--2 .c-guideList__content__list__content__img {
        margin-top: 30px;
        width: 100%
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--2 .c-guideList__content__list__content__img {
        margin-bottom: 30px;
        width: 422px;
        max-width: 100%
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content {
        padding-top: 38px
    }
}
.c-guideList__node--3 .c-guideList__content__title {
    font-weight: bold;
    line-height: 1;
    text-align: center;
    font-size: 20px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__title:nth-of-type(n+2) {
        margin-top: 48px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__title:nth-of-type(n+2) {
        margin-top: 38px
    }
}
.c-guideList__node--3 .c-guideList__content__title span {
    display: inline-block
}
.c-guideList__node--3 .c-guideList__content__title span::after {
    display: block;
    content: "";
    background-image: url("https://totenko-gift.com/img/layout/common/guide_title.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__title span::after {
        margin: 22px auto 24px;
        width: 175px;
        height: 10px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__title span::after {
        margin: 15px auto 20px;
        width: 230px;
        height: 13px
    }
}
.c-guideList__node--3 .c-guidePrice {
    max-width: 720px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guidePrice {
        margin-top: 30px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guidePrice {
        margin: 34px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.c-guideList__node--3 .c-guidePrice__place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    border-top: 1px solid #fff
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guidePrice__place {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1.625
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guidePrice__place {
        width: 500px;
        height: 50px;
        line-height: 1
    }
}
.c-guideList__node--3 .c-guidePrice__place:nth-of-type(odd) {
    background-color: dimgray
}
.c-guideList__node--3 .c-guidePrice__place:nth-of-type(even) {
    background-color: #909090
}
.c-guideList__node--3 .c-guidePrice__place__area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guidePrice__place__area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px 0;
        width: 95px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guidePrice__place__area {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100px
    }
}
.c-guideList__node--3 .c-guidePrice__place__prefectures {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #fff
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guidePrice__place__prefectures {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 12px 15px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guidePrice__place__prefectures {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-left: 12px
    }
}
.c-guideList__node--3 .c-guidePrice__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    font-size: 16px;
    border-top: 1px solid #fff
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guidePrice__price {
        height: 40px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guidePrice__price {
        width: calc(100% - 500px);
        height: 50px
    }
}
.c-guideList__node--3 .c-guidePrice__price:nth-of-type(odd) {
    background-color: #f2eeea
}
.c-guideList__node--3 .c-guidePrice__price:nth-of-type(even) {
    background-color: #f7f7f7
}
.c-guideList__node--3 .c-guideTimeList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 28px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideTimeList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 7px 18px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideTimeList__node {
        width: calc((100% - 36px)/3)
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideTimeList__node {
        width: 146px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideTimeList__node + .c-guideList__node--3 .c-guideTimeList__node {
        margin-left: 20px
    }
}
.c-guideList__node--3 .c-guideTimeList__time {
    margin: 0;
    text-align: center;
    font-weight: bold
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideTimeList__time {
        font-size: 14px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideTimeList__time {
        font-size: 18px
    }
}
@media print, screen and (max-width: 320px) {
    .c-guideList__node--3 .c-guideTimeList__time {
        font-size: 12px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content {
        padding-bottom: 37px
    }
}
.c-guideList__node--3 .c-guideList__content__subTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__subTitle {
        margin-top: 10px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__description + .c-guideList__content__subTitle {
        margin-top: 32px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__description + .c-guideList__content__subTitle {
        margin-top: 40px
    }
}
.c-guideList__node--3 .c-guideList__content__subTitle__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-color: #d9a56f
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon {
        width: 47px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon {
        width: 68px
    }
}
.c-guideList__node--3 .c-guideList__content__subTitle__icon::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #d9a56f transparent transparent transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon::after {
        border-width: 50px 13px 0 0
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon::after {
        border-width: 50px 20px 0 0
    }
}
.c-guideList__node--3 .c-guideList__content__subTitle__icon__img {
    display: block;
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px)
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon__img--1 {
        width: 32px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon__img--1 {
        width: 40px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon__img--2 {
        width: 30px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__icon__img--2 {
        width: 34px
    }
}
.c-guideList__node--3 .c-guideList__content__subTitle__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    background-color: #f2eeea
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__text {
        padding-left: 25px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__subTitle__text {
        padding-left: 30px
    }
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__description {
        margin-top: 14px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__description {
        margin-top: 30px
    }
}
.c-guideList__node--3 .c-guideList__content__description em {
    font-style: normal;
    color: #e70012;
    font-weight: bold
}
.c-guideList__node--3 .c-guideList__content__sublist {
    margin-left: 17px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__sublist {
        margin-top: 14px
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__sublist {
        margin-top: 30px
    }
}
.c-guideList__node--3 .c-guideList__content__sublist__node {
    list-style: disc;
    font-size: 16px
}
@media print, screen and (max-width: 680px) {
    .c-guideList__node--3 .c-guideList__content__sublist__node {
        line-height: 1.8125
    }
}
@media print, screen and (min-width: 681px) {
    .c-guideList__node--3 .c-guideList__content__sublist__node {
        line-height: 1.875
    }
}
.c-contactSection {
    max-width: 980px;
    margin: 0 auto 0;
    font-weight: bold;
    text-align: center
}
@media print, screen and (max-width: 680px) {
    .c-contactSection {
        padding-top: 60px;
        width: calc(100% - 25px)
    }
}
@media print, screen and (min-width: 681px) {
    .c-contactSection {
        padding-top: 32px
    }
}
.c-contactDescription {
    margin: 0;
    font-size: 16px
}
@media print, screen and (max-width: 680px) {
    .c-contactDescription {
        line-height: 1.8125;
        font-weight: normal
    }
}
@media print, screen and (max-width: 320px) {
    .c-contactDescription {
        font-size: 14px
    }
}
@media print, screen and (max-width: 1099px) {
    .c-contactWrap {
        margin-top: 14px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 32px
    }
}
.c-contactBox {
    color: #fff;
    font-weight: bold;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
.c-contactBox p {
    margin: 0
}
.c-contactBox .tel {
    color: #fff
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox .tel {
        pointer-events: none
    }
}
.c-contactBox__title {
    display: block;
    letter-spacing: 0;
    font-weight: bold;
    font-family: "Shippori Mincho", serif;
    line-height: 1
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__title {
        font-size: 24px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__title {
        font-size: 28px
    }
}
.c-contactBox__title__sub {
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__title__sub {
        margin-top: 7px;
        font-size: 13px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__title__sub {
        margin-top: 10px;
        font-size: 14px
    }
}
.c-contactBox__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0;
    line-height: 1
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__text {
        margin-top: 10px;
        font-size: 14px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__text {
        margin-top: 15px;
        font-size: 16px
    }
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__text + .c-contactBox__text {
        margin-top: 5px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__text + .c-contactBox__text {
        margin-top: 10px
    }
}
.c-contactBox__text + .c-contactBox__text .c-contactBox__text__title {
    text-align: right
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__text + .c-contactBox__text .c-contactBox__text__nummber {
        font-size: 19px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__text + .c-contactBox__text .c-contactBox__text__nummber {
        font-size: 22px
    }
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__text .small {
        display: block;
        margin-top: 4px;
        font-size: 11px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__text .small {
        font-size: 12px
    }
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__text__title {
        min-width: 77px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__text__title {
        min-width: 82px
    }
}
.c-contactBox__text__nummber {
    font-family: "Roboto", sans-serif
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox__text__nummber {
        font-size: 27px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox__text__nummber {
        font-size: 32px
    }
}
.c-contactBox--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--2 {
        height: 40vw
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--2 {
        width: 100%;
        height: 210px
    }
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--3, .c-contactBox--4 {
        height: 17.0666666667vw
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--3, .c-contactBox--4 {
        margin-top: 28px;
        width: 480px;
        height: 90px
    }
}
.c-contactBox--2 {
    background-image: url("https://totenko-gift.com/img/layout/common/contact_bg_2.jpg")
}
.c-contactBox--2 .c-contactBox__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--2 .c-contactBox__tel {
        margin-top: 16px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--2 .c-contactBox__tel {
        margin-top: 10px
    }
}
.c-contactBox--2 .c-contactBox__tel__icon {
    display: block
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--2 .c-contactBox__tel__icon {
        margin-right: 5px;
        width: 41px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--2 .c-contactBox__tel__icon {
        width: 57px
    }
}
.c-contactBox--2 .c-contactBox__text {
    margin-top: 0
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--2 .c-contactBox__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--2 .c-contactBox__text {
        display: block;
        text-align: center
    }
}
.c-contactBox--2 .c-contactBox__tel__nummber {
    font-family: "Roboto", sans-serif
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--2 .c-contactBox__tel__nummber {
        font-size: 27px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--2 .c-contactBox__tel__nummber {
        font-size: 32px
    }
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--2 .c-contactBox__text__nummber {
        font-size: 19px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--2 .c-contactBox__text__nummber {
        font-size: 22px
    }
}
.c-contactBox--3 {
    background-image: url("https://totenko-gift.com/img/layout/common/contact_bg_3.jpg")
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--3 {
        margin-top: 40px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--3 {
        margin-right: 10px
    }
}
.c-contactBox--3 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}
.c-contactBox--3 .c-contactBox__text {
    margin: 0;
    font-family: "Roboto", sans-serif
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--3 .c-contactBox__text {
        font-size: 23px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--3 .c-contactBox__text {
        font-size: 32px
    }
}
.c-contactBox--3 .c-contactBox__text__nummber a {
    pointer-events: none;
    color: #fff
}
.c-contactBox--4 {
    background-image: url("https://totenko-gift.com/img/layout/common/contact_bg_4.jpg")
}
@media print, screen and (max-width: 1099px) {
    .c-contactBox--4 {
        margin-top: 10px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--4 {
        margin-left: 10px
    }
}
.c-contactBox--4 p {
    height: 100%
}
.c-contactBox--4 .c-contactBox__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    font-size: 20px;
    background-image: url("https://totenko-gift.com/img/layout/common/arrow.svg");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: right 20px top 50%
}
@media print, screen and (max-width: 320px) {
    .c-contactBox--4 .c-contactBox__link {
        font-size: 16px
    }
}
@media print, screen and (min-width: 1100px) {
    .c-contactBox--4 .c-contactBox__link:hover {
        opacity: .5
    }
}
.h_navi_test h2, .h_navi h2 {
    line-height: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
}
#sysRegi #sysMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sysFreeArea {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
}
#sysPurchaseAuthCustomer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
}
#sysPurchaseAuthMember {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    width: 100%;
}
#sysRegisterForm {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    width: 100%;
}
#sysRegi form {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    width: 100%;
}
.header__wrap {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #ddd
}
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media print, screen and (min-width: 1023px) {
    .header__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1080px;
        margin: 0 auto
    }
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media print, screen and (max-width: 1023px) {
    .header__logo {
        width: 112.5px;
        height: 65px;
        border-top: 2px solid #cb4042
    }
}
@media print, screen and (min-width: 1023px) {
    .header__logo {
        width: 180px;
        height: 108px;
        border-top: 3px solid #cb4042
    }
}
.header__logoLink {
    display: block;
    height: auto
}
@media print, screen and (max-width: 1023px) {
    .header__logoLink {
        width: 78px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__logoLink {
        width: 120px
    }
}
@media print, screen and (max-width: 1023px) {
    .header__fairBanner {
        display: none
    }
}
@media print, screen and (min-width: 1023px) {
    .header__fairBanner {
        width: 100%;
        max-width: 430px;
        text-align: center
    }
}
.header__linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
@media print, screen and (max-width: 1023px) {
    .header__linkList {
        padding: 0 12px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 14px 0 0
    }
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop {
        display: none
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin: 0 0 6px
    }
}
.header__linkListTop___node {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.header__linkListTop___node::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #ddd;
    height: 20px
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop___node::after {
        margin: -2px 0 0 16px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node::after {
        margin: -2px 0 0 14px
    }
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop___node:not(:last-child)::after {
        margin: -2px 16px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node:not(:last-child)::after {
        margin: -2px 13px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node-tel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 10px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node-tel::after {
        display: none !important
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node-tel > a {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin-bottom: 5px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node-tel .header__linkListTop___telText {
        font-size: 90%
    }
}
.header__linkListTop___node-guide > a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 18px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22122.149%22%20height%3D%22169.143%22%20viewBox%3D%220%200%20122.149%20169.143%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_94%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2094%22%20width%3D%22122.149%22%20height%3D%22169.143%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22icon%22%20transform%3D%22translate(61.074%2084.572)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203%22%20transform%3D%22translate(-61.075%20-84.572)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M0%2C7.575V110.909l61.076%2C58.234V49.833L12.78%2C3.907S9.268%2C0%2C5.708%2C0C1.538%2C0%2C0%2C4.736%2C0%2C7.575%22%20fill%3D%22%23f0bb17%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M122.149%2C7.575V110.909L61.076%2C169.143V49.833l48.29-45.926S112.88%2C0%2C116.438%2C0c4.172%2C0%2C5.711%2C4.735%2C5.711%2C7.574%22%20fill%3D%22%23499142%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 13px
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop___node-guide > a::before {
        margin: 0 10px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___node-guide > a::before {
        margin: -1px 8px 0 3px
    }
}
.header__linkListTop___link {
    line-height: 1
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop___link {
        padding: 0 0 3px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #f0f0f0;
        padding: 4px 12px 2px;
        margin: 0 0 1px
    }
}
.header__linkListTop___tel {
    display: block
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop___tel {
        margin: -2px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___tel {
        margin: -4px 0 0
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .header__linkListTop___tel {
        width: 140px
    }
    .header__linkListTop___tel > img {
        vertical-align: middle;
        margin: -5px 0 0
    }
}
.header__linkListTop___telText {
    font-size: 14px;
    line-height: 1;
    border-radius: 50px
}
@media print, screen and (max-width: 1023px) {
    .header__linkListTop___telText {
        margin: -5px 0 0 15px;
        padding: 5px 7px 6px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListTop___telText {
        margin: -4px 3px 0 15px;
        padding: 5px 0px 6px 0px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%
    }
}
.header__linkListBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: auto !important
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom {
        margin: 5px 19px 0 0 !important
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom {
        margin: 0 !important
    }
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom___node:not(:first-child) {
        margin: 0 0 0 14px
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___node {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .header__linkListBottom___node::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        background: #ddd;
        height: 20px;
        margin: 2px 0 0 16px
    }
}
@media print, screen and (min-width: 1023px)and (min-width: 1023px) {
    .header__linkListBottom___node:first-child::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        background: #ddd;
        height: 20px;
        margin: 2px 15px 0 0
    }
}
@media print, screen and (min-width: 1023px)and (max-width: 1023px) {
    .header__linkListBottom___node:not(:last-child)::after {
        margin: 2px 16px 0
    }
}
@media print, screen and (min-width: 1023px)and (min-width: 1023px) {
    .header__linkListBottom___node:not(:last-child)::after {
        margin: 2px 14px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___node-cart::before {
        content: "";
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22267.388%22%20height%3D%22267.388%22%20viewBox%3D%220%200%20267.388%20267.388%22%3E%20%3Cg%20id%3D%22icon_cart%22%20data-name%3D%22icon%20cart%22%20transform%3D%22translate(133.694%20133.694)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M80.216%2C213.91a26.739%2C26.739%2C0%2C1%2C0%2C26.739%2C26.739A26.618%2C26.618%2C0%2C0%2C0%2C80.216%2C213.91ZM10.462%2C0A13.926%2C13.926%2C0%2C0%2C0%2C0%2C14.038c0%2C11.772%2C10.462%2C12.7%2C10.462%2C12.7h9.806c8.5%2C0%2C9.519%2C6.437%2C9.519%2C6.437L74.8%2C128.146%2C56.753%2C160.9a27.181%2C27.181%2C0%2C0%2C0-3.275%2C12.9%2C26.731%2C26.731%2C0%2C0%2C0%2C26.739%2C26.739H240.649s8.5-2.092%2C8.5-13.864-8.5-12.875-8.5-12.875H85.9a3.31%2C3.31%2C0%2C0%2C1-3.342-3.342%2C3.176%2C3.176%2C0%2C0%2C1%2C.4-1.6l11.966-21.792h99.6a26.826%2C26.826%2C0%2C0%2C0%2C23.4-13.77l47.8-86.767a12.925%2C12.925%2C0%2C0%2C0%2C1.671-6.417%2C13.366%2C13.366%2C0%2C0%2C0-13.369-13.369H56.352L46.94%2C6.925S44.794%2C0%2C35.636%2C0ZM213.91%2C213.91a26.739%2C26.739%2C0%2C1%2C0%2C26.739%2C26.739A26.618%2C26.618%2C0%2C0%2C0%2C213.91%2C213.91Z%22%20transform%3D%22translate(-133.694%20-133.694)%22%20fill%3D%22%23cb4042%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px
    }
}
@media print, screen and (min-width: 1023px)and (max-width: 1023px) {
    .header__linkListBottom___node-cart::before {
        margin: 0 10px 0 0
    }
}
@media print, screen and (min-width: 1023px)and (min-width: 1023px) {
    .header__linkListBottom___node-cart::before {
        margin: 2px 9px 0 2px
    }
}
.header__linkListBottom___node-cart .cart__number.is--active {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #cb4042 !important;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    letter-spacing: -0.1em !important;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom___node-cart .cart__number.is--active {
        top: 2px !important;
        right: -8px !important;
        width: 14px !important;
        height: 14px !important;
        font-size: 10px;
        padding: 0 0 1px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___node-cart .cart__number.is--active {
        top: 8px !important;
        right: 2px !important;
        width: 18px !important;
        height: 18px !important;
        font-size: 12px;
        padding: 0 0 1px 0
    }
}
.header__linkListBottom___link {
    display: block;
    line-height: 1
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom___link {
        font-size: 12px;
        letter-spacing: .05em;
        margin-right: -0.05em
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___link {
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 3px;
        margin: 2px 0 0
    }
    .header__linkListBottom___link:hover {
        border-bottom: 1px solid #cb4042
    }
    .header__linkListBottom___link:hover .header__linkListBottom___link-loginSub {
        color: #fff !important
    }
}
.header__linkListBottom___link-login {
    border: none;
    background: #cb4042;
    color: #fff;
    border-radius: 4px
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom___link-login {
        padding: 3px 3px 4px;
        margin: -3px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___link-login {
        padding: 4px 12px 6px;
        margin: 0
    }
}
.header__linkListBottom___link-login:hover {
    border: none;
    color: #fff !important;
    opacity: .5
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom___link-loginSub {
        display: none
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___link-loginSub {
        display: inline-block;
        color: #fff
    }
}
.header__linkListBottom___icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 19px;
    margin: 0 0 5px
}
@media print, screen and (max-width: 1023px) {
    .header__linkListBottom___icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}
@media print, screen and (min-width: 1023px) {
    .header__linkListBottom___icon {
        display: none
    }
}
.header__nav___button {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1
}
@media print, screen and (max-width: 1023px) {
    .header__nav___button {
        display: block
    }
}
@media print, screen and (min-width: 1023px) {
    .header__nav___button {
        display: none
    }
}
.header__nav___buttonInner {
    position: relative;
    display: block;
    width: 30px;
    height: 16px;
    margin: 4px auto 8px
}
.header__nav___buttonBorder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 30px;
    height: 2px;
    background: #000;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s
}
.header__nav___buttonBorder:nth-child(2)::before {
    top: 8px
}
.header__nav___buttonBorder:nth-child(3)::before {
    top: 16px
}
.is-nav-opened .header__nav___buttonBorder::before {
    -webkit-transform: translate(50%) scale(0);
    -ms-transform: translate(50%) scale(0);
    transform: translate(50%) scale(0)
}
.is-nav-opened .header__nav___buttonBorder:nth-child(2)::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.is-nav-opened .header__nav___buttonBorder:nth-child(3)::before {
    top: 8px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg)
}
.gnav {
    width: 100%;
    z-index: 100
}
@media print, screen and (max-width: 1023px) {
    .gnav {
        padding-top: 5px;
        background-color: #fff
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav {
        position: sticky;
        top: 109px;
        background: #f5f5f5;
        margin: 0
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav__inner {
        width: 100%;
        padding: 0 25px 45px;
        margin: 0 auto
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1080px;
        margin: 0 auto
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav__banner__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 14px 11px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav__banner__list {
        display: none
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__inner {
        position: relative
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__inner {
        text-align: center;
        cursor: pointer;
        width: 100%
    }
    .gnav-item__inner:hover {
        background: #ececec
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__inner.is-active {
        background: #ececec;
        border-radius: 4px 4px 0 0
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav-item--primary {
        border-bottom: 1px solid #ddd
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--primary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 2px;
        width: 25%;
        padding: 2px 2px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--primary::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        background: #ddd;
        height: 28px;
        margin: -2px -3px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--primary:last-child::after {
        margin: -2px -2px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--primary.is-pcStart::before {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        background: #ddd;
        height: 28px;
        margin: -2px 0 0 -2px
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--toggle {
        display: block
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 54px
    }
}
.gnav-item__link--toggle .gnav__text {
    position: relative
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--toggle .gnav__text {
        font-family: "Noto Serif JP", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.3846;
        letter-spacing: -0.06em;
        text-align: center;
        padding: 7px 0 8px;
        text-indent: 0
    }
}
.gnav-item__link--toggle .gnav__text::after {
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2275%22%20height%3D%2265%22%20viewBox%3D%220%200%2075%2065%22%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_1%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%201%22%20d%3D%22M37.5%2C0%2C75%2C65H0Z%22%20fill%3D%22%23cb4042%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--toggle .gnav__text::after {
        top: calc(50% - 4px);
        right: 10px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--toggle .gnav__text::after {
        top: calc(50% - 5px);
        right: -23px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--toggle .gnav__text.is-ouchide {
        letter-spacing: .03em;
        text-indent: 0
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--toggle .gnav__text.is-ouchide {
        margin: -6px 0 -11px
    }
}
.gnav-item__link--toggle .gnav__text.is-ouchide .gnav__text___sub {
    display: block
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--toggle .gnav__text.is-ouchide .gnav__text___sub {
        font-size: 14px;
        margin: 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--toggle .gnav__text.is-ouchide .gnav__text___sub {
        font-size: 12px;
        letter-spacing: -0.1em;
        text-indent: 0
    }
}
.is-active .gnav-item__link--toggle .gnav__text::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}
.gnav__text {
    color: #111;
    line-height: 1;
    font-family: "Noto Serif JP", serif
}
@media print, screen and (max-width: 1023px) {
    .gnav__text {
        display: block;
        font-size: 20px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav__text {
        display: inline-block;
        font-size: 16px;
        line-height: 1.3846;
        letter-spacing: .01em
    }
}
@media print, screen and (max-width: 1023px) {
    .ws-event .gnav__text {
        line-height: 1.1
    }
}
.gnav-item--secondary {
    display: block
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .gnav-item--secondary {
        margin: 0 0 20px 30px
    }
}
@media print, screen and (min-width: 1024px) {
    .gnav-item--secondary {
        word-break: keep-all
    }
}
.gnav-item--secondary.is-open {
    display: block
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--secondaryColumn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0 18px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--secondaryColumn .gnav-item--tertiary {
        width: calc(50% - 9px)
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item--secondaryColumn .gnav-item--tertiary .gnav-item__link--tertiary {
        font-size: 12px;
        letter-spacing: .025em
    }
}
.gnav-item--secondaryColumn .gnav-item--tertiary-maxWidht {
    width: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--primary, .gnav-sub__link {
        display: block;
        padding: 19px 0 23px 0
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .gnav-item__link--primary {
        padding: 30px !important;
        background-position: right 16px center !important;
        background-size: 30px auto !important
    }
}
.gnav .no-link {
    cursor: default;
    pointer-events: none
}
@media print, screen and (max-width: 1023px) {
    .gnav .no-link {
        background: none !important
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav .no-link-sp-tab {
        cursor: default;
        pointer-events: none;
        background: none !important
    }
}
.gnav-item--tertiary {
    border-bottom: 1px solid #ddd
}
@media print, screen and (min-width: 1024px) {
    .gnav-item--tertiary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.gnav-item__link--tertiary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--tertiary {
        padding: 12px 25px 13px 6px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--tertiary {
        font-size: 14px;
        padding: 14px 25px 14px 7px;
        line-height: 1.2
    }
}
.gnav-item__link--tertiary:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265.212%22%20height%3D%2257.157%22%20viewBox%3D%220%200%2065.212%2057.157%22%3E%20%3Cg%20id%3D%22icon_-_arrow%22%20data-name%3D%22icon%20-%20arrow%22%20transform%3D%22translate(29.778%2028.578)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204%22%20transform%3D%22translate(-29.778%20-25.75)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M272.028%2C526.472l25.5-25.5-26-26%22%20transform%3D%22translate(-237.972%20-474.972)%22%20fill%3D%22none%22%20stroke%3D%22%23e84545%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%228%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_2%22%20data-name%3D%22%E7%B7%9A%202%22%20x1%3D%2259.555%22%20transform%3D%22translate(0%2026)%22%20fill%3D%22none%22%20stroke%3D%22%23e84545%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%228%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--tertiary:after {
        width: 13px;
        height: 11px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--tertiary:after {
        width: 14px;
        height: 12px
    }
}
@media print, screen and (min-width: 1024px) {
    .gnav-item__link--tertiary:hover {
        -webkit-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s
    }
}
.gnav-item__link--clown::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22340.531%22%20viewBox%3D%220%200%20512%20340.531%22%3E%20%3Cg%20id%3D%22%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E3%81%AE%E7%84%A1%E6%96%99%E3%83%94%E3%82%AF%E3%83%88%E3%82%B0%E3%83%A9%E3%83%A0%22%20transform%3D%22translate(256%20170.266)%22%3E%20%3Cg%20id%3D%22%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E3%81%AE%E7%84%A1%E6%96%99%E3%83%94%E3%82%AF%E3%83%88%E3%82%B0%E3%83%A9%E3%83%A0-2%22%20data-name%3D%22%E3%82%A2%E3%82%A4%E3%82%B3%E3%83%B3%E3%81%AE%E7%84%A1%E6%96%99%E3%83%94%E3%82%AF%E3%83%88%E3%82%B0%E3%83%A9%E3%83%A0%22%20transform%3D%22translate(-256%20-170.266)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M512%2C180.219a38.9%2C38.9%2C0%2C1%2C0-66.859%2C27C418.688%2C262%2C368.125%2C281.11%2C328.938%2C263.8c-34.906-15.422-47.781-59.547-52.141-93.734a44.735%2C44.735%2C0%2C1%2C0-41.593%2C0c-4.359%2C34.188-17.25%2C78.313-52.141%2C93.734-39.188%2C17.312-89.735-1.8-116.2-56.578A38.893%2C38.893%2C0%2C1%2C0%2C33.813%2C218.75l55.75%2C207.516H422.438l55.75-207.516A38.885%2C38.885%2C0%2C0%2C0%2C512%2C180.219Z%22%20transform%3D%22translate(0%20-85.735)%22%20fill%3D%22%23f07c03%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
.gnav-item__link--sakura::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/sakura.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--mothersday::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/carnation.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--reimen::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/hanabi.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--fathersday::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/father.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--ochugen::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/ochugen.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--summer::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/asagao.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--osechi::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/osechi.png") center no-repeat;
    background-size: 100%
}
.gnav-item__link--aut::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/layout/header/autumn.png") center no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--clown::before,
    .gnav-item__link--sakura::before,
    .gnav-item__link--mothersday::before,
    .gnav-item__link--fathersday::before,
    .gnav-item__link--reimen::before,
    .gnav-item__link--ochugen::before,
    .gnav-item__link--summer::before,
    .gnav-item__link--osechi::before,
    .gnav-item__link--aut::before {
        width: 20px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--clown::before,
    .gnav-item__link--sakura::before,
    .gnav-item__link--mothersday::before,
    .gnav-item__link--fathersday::before,
    .gnav-item__link--reimen::before,
    .gnav-item__link--ochugen::before,
    .gnav-item__link--summer::before,
    .gnav-item__link--osechi::before,
    .gnav-item__link--aut::before {
        width: 23px;
        height: 23px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--heart::before {
    content: "";
    display: inline-block;
    background-image: url("../img/layout/common_new/gnav_item_link_heart.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--heart::before {
        width: 30px;
        height: 30px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--heart::before {
        width: 35px;
        height: 35px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--clover::before {
    content: "";
    display: inline-block;
    background-image: url("../img/layout/common_new/gnav_item_link_clover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--clover::before {
        width: 18px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--clover::before {
        width: 20px;
        height: 22px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--sunflower::before {
    content: "";
    display: inline-block;
    background-image: url("../img/layout/common_new/gnav_item_link_sunflower.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--sunflower::before {
        width: 20px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--sunflower::before {
        width: 23px;
        height: 23px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--momiji::before {
    content: "";
    display: inline-block;
    background-image: url("../img/layout/common_new/gnav_item_link_momiji.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--momiji::before {
        width: 18px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--momiji::before {
        width: 20px;
        height: 22px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--snow::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2070%2070%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23509bff%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m4.11%2C18.72l5.78%2C3.35-1.1.17.41%2C2.65%2C4.37-.68%2C3.59%2C2.08-3.17.49.41%2C2.65%2C6.44-1%2C3.61%2C2.09-16.01%2C2.49.35%2C2.21-.28%2C1.79%2C16%2C2.55-3.62%2C2.08-6.44-1.03-.42%2C2.65%2C3.17.5-3.59%2C2.07-4.37-.7-.42%2C2.65%2C1.1.17-5.8%2C3.33%2C1.34%2C2.32%2C5.8-3.33-.4%2C1.04%2C2.5.97%2C1.6-4.13%2C3.59-2.07-1.16%2C2.99%2C2.5.97%2C2.35-6.08%2C3.62-2.08-5.84%2C15.11%2C2.09.81%2C1.41%2C1.14%2C10.2-12.58v4.17s-4.11%2C5.06-4.11%2C5.06l2.08%2C1.69%2C2.02-2.49v4.15s-2.79%2C3.44-2.79%2C3.44l2.08%2C1.69.7-.86v6.69s2.67%2C0%2C2.67%2C0v-6.69s.71.86.71.86l2.09-1.68-2.78-3.45v-4.15s2.02%2C2.5%2C2.02%2C2.5l2.09-1.68-4.09-5.08v-4.17s10.17%2C12.61%2C10.17%2C12.61l1.75-1.41%2C1.69-.65-5.79-15.13%2C3.61%2C2.09%2C2.33%2C6.09%2C2.5-.96-1.15-2.99%2C3.59%2C2.08%2C1.58%2C4.13%2C2.5-.96-.4-1.04%2C5.79%2C3.35%2C1.34-2.32-5.79-3.35%2C1.1-.17-.41-2.65-4.37.68-3.59-2.08%2C3.17-.49-.41-2.65-6.44%2C1-3.61-2.09%2C16.01-2.49-.35-2.22.28-1.79-16-2.55%2C3.62-2.08%2C6.44%2C1.03.42-2.65-3.17-.5%2C3.59-2.07%2C4.37.7.42-2.65-1.1-.17%2C5.8-3.33-1.34-2.32-5.8%2C3.33.4-1.04-2.5-.97-1.6%2C4.13-3.59%2C2.07%2C1.16-2.99-2.5-.97-2.35%2C6.08-3.62%2C2.08%2C5.84-15.11-2.09-.81-1.41-1.14-10.2%2C12.58v-4.17s4.11-5.06%2C4.11-5.06l-2.08-1.69-2.02%2C2.49v-4.15s2.79-3.44%2C2.79-3.44l-2.08-1.69-.7.86V.11s-2.67%2C0-2.67%2C0v6.69s-.71-.86-.71-.86l-2.09%2C1.68%2C2.78%2C3.44v4.15s-2.02-2.5-2.02-2.5l-2.09%2C1.68%2C4.09%2C5.08v4.17s-10.17-12.61-10.17-12.61l-1.75%2C1.41-1.69.65%2C5.79%2C15.13-3.61-2.09-2.33-6.09-2.5.96%2C1.15%2C2.99-3.59-2.08-1.58-4.13-2.5.96.4%2C1.04-5.79-3.35-1.34%2C2.32Zm8.89%2C16.29l15.15-2.36%2C4.17%2C2.42-4.11%2C2.36-15.21-2.42Zm11.01%2C19.05l5.53-14.3%2C4.18-2.4v4.74s-9.71%2C11.96-9.71%2C11.96Zm22-.02l-9.62-11.94v-4.82s4.11%2C2.38%2C4.11%2C2.38l5.51%2C14.38Zm10.99-19.06l-15.15%2C2.36-4.17-2.42%2C4.11-2.36%2C15.21%2C2.42Zm-11.02-19.05l-5.53%2C14.3-4.18%2C2.4v-4.74s9.71-11.96%2C9.71-11.96Zm-22%2C.02l9.62%2C11.94v4.82s-4.11-2.38-4.11-2.38l-5.51-14.38Z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--snow::before {
        width: 20px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--snow::before {
        width: 23px;
        height: 23px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--christmas::before {
    content: "";
    display: inline-block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2068.89%2064.28%22%3E%3Cdefs%3E%3Cstyle%3E.cls-2%2C.cls-3%7Bstroke-width%3A0%7D.cls-2%7Bfill%3A%23c0272d%7D.cls-3%7Bfill%3A%238c141d%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%203%22%3E%3Cpath%20stroke-width%3D%220%22%20fill%3D%22%23c8a048%22%20d%3D%22M3.84%2036.1l3.58%2028.18h52.51l5.12-28.74-61.21.56z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20stroke-width%3D%220%22%20d%3D%22M9.38%2014.01L0%2027.04l.84%2011.9h66.37l1.68-12.32-9.94-12.61H9.38z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M38.73%2064.28h-8.57l-1.45-37.01h11.47l-1.45%2037.01zm-1.54-50.27H31.7l-2.99%2013.26h11.47l-2.99-13.26z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M63.13%2046.21H5.11l1.01%207.74H61.7l1.43-7.74zm-4.14-16.52c-.09-.38-.22-.73-.37-1.08h-14.7c.57%203.79.62%207.56.43%2011.5l5.22-3.84c.45-.33.91-.67%201.42-.8.7-.18%201.41.05%202.09.3%202.09.75%204.14%201.65%206.16%202.7-.01-2.07-.03-4.15-.04-6.22%200-.86-.01-1.74-.21-2.55z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M58.19%2027.71c-1.58-3.15-9.4-9.21-12.22-11.37h-5.92c2.09%204.27%203.27%208.29%203.86%2012.28h14.7c-.13-.31-.28-.61-.43-.91z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M37.71%208.45c2.94-3.26%208.01-6.54%2012.22-7.78%201.4-.41%202.88-.7%204.32-.48%201.45.22%202.86%201.02%203.53%202.32.62%201.22.51%202.71.02%203.98s-1.33%202.38-2.16%203.47c1.62%201.7%202.36%204.23%201.82%206.51-.94%204.02-7.5%207.74-19.82%202.17v-.91l.06-9.28z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M51.63%2014.57c4%201.16%202.9%202.96%202.45%203.67-.45.71-1.55%201.68-5.8%201.55-4.25-.13-9.99-2.38-9.99-2.38l.13-1.87s9.21-2.13%2013.21-.97z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M10.03%2029.58c.09-.38.22-.73.37-1.08h14.7c-.57%203.79-.62%207.56-.43%2011.5l-5.22-3.84c-.45-.33-.91-.67-1.42-.8-.7-.18-1.41.05-2.09.3a49.84%2049.84%200%2000-6.16%202.7c.01-2.07.03-4.15.04-6.22%200-.86.01-1.74.21-2.55z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M10.83%2027.6c1.58-3.15%209.4-9.21%2012.22-11.37h5.92c-2.09%204.27-3.27%208.29-3.86%2012.28h-14.7c.13-.31.28-.61.43-.91z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M31.31%208.33C28.37%205.07%2023.3%201.79%2019.09.55c-1.4-.41-2.88-.7-4.32-.48-1.45.22-2.86%201.02-3.53%202.32-.62%201.22-.51%202.71-.02%203.98.49%201.28%201.33%202.38%202.16%203.47-1.62%201.7-2.36%204.23-1.82%206.51.94%204.02%207.5%207.74%2019.82%202.17v-.91l-.06-9.28z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M17.39%2014.46c-3.99%201.16-2.9%202.96-2.45%203.67.45.71%201.55%201.68%205.8%201.55%204.25-.13%209.99-2.38%209.99-2.38l-.13-1.87s-9.21-2.13-13.21-.97z%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M37.89%207.86h-6.92c-1.5%202.51-1.63%207.85%200%2010.97h6.92c1.24-3.69%201.61-7.81%200-10.97z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--christmas::before {
        width: 20px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--christmas::before {
        width: 23px;
        height: 23px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--cracker::before {
    content: "";
    display: inline-block;
    background-image: url("../img/layout/common_new/gnav_item_link_cracker.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--cracker::before {
        width: 20px;
        height: 20px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--cracker::before {
        width: 20px;
        height: 20px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--sakura::before {
    content: "";
    display: inline-block;
    background-image: url("../img/layout/common_new/gnav_item_link_sakura.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--sakura::before {
        width: 20px;
        height: 19px;
        margin: -1px 4px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--sakura::before {
        width: 20px;
        height: 19px;
        margin: -1px 5px 0 0
    }
}
.gnav-item__link--list {
    display: block;
    text-align: right
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__link--list {
        margin: 15px 0 25px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__link--list {
        margin: 15px 0 0
    }
}
.gnav-item__link--list > a {
    display: block;
    background: #cb4042;
    color: #fff;
    text-align: center;
    padding: 5px 10px 6px;
    border-radius: 4px;
    margin: 0 15px 0
}
.gnav-item__link--list > a:hover {
    color: #fff !important;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-filter: "alpha( opacity=50 )";
    -webkit-filter: "alpha( opacity=50 )";
    -o-filter: "alpha( opacity=50 )";
    -ms-filter: "alpha( opacity=50 )"
}
.gnav__btn__list--sp {
    margin: 7.6vw 0 10vw
}
@media print, screen and (min-width: 1024px) {
    .gnav__btn__list--sp {
        display: none
    }
}
.btn__forBallet__image {
    width: 100%
}
.gnav-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1em widthPercent(750, 55);
    background-color: #332e2b
}
@media print, screen and (min-width: 1024px) {
    .gnav-social {
        display: none
    }
}
.gnav-social__link {
    font-size: 38px;
    font-size: 5.0666666667vw;
    color: #fff
}
@media print, screen and (max-width: 1023px) {
    .gnav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-height: 0;
        -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
        transform: translateY(-100vh);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: hidden;
        z-index: 20;
        -webkit-overflow-scrolling: touch
    }
}
@media print, screen and (max-width: 1023px) {
    .is-nav-opened .gnav {
        max-height: calc(100vh - 17.3333333333vw);
        -webkit-transform: translateY(17.3333333333vw);
        -ms-transform: translateY(17.3333333333vw);
        transform: translateY(17.3333333333vw);
        overflow: scroll
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .is-nav-opened .gnav {
        max-height: calc(100vh - 66px);
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px)
    }
}
.is-nav-opened {
    height: 100%;
    overflow: hidden
}
.overlay {
    display: none
}
.is-nav-opened .overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10
}
.gnav-item__innerSub {
    display: none
}
.gnav-item__innerSub.is-open {
    display: block;
    padding-bottom: 15px
}
@media print, screen and (min-width: 1024px) {
    .gnav-item__innerSub.is-open {
        position: absolute;
        top: 56px;
        left: 0;
        width: 100%;
        background: #ececec;
        padding: 24px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSubWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1080px;
        margin: 0 auto
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___inner {
        position: relative;
        width: 340px;
        margin: 0 0 15px
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__innerSub___imageLink .gnav-item__innerSub___label {
        top: auto;
        right: 8px;
        bottom: 8px;
        left: auto;
        min-width: 33px;
        padding: 0 21px 0 8px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___imageLink .gnav-item__innerSub___label {
        top: auto;
        bottom: 8px;
        min-width: 29px;
        padding: 0 24px 0 0
    }
}
.gnav-item__innerSub___imageLink .gnav-item__innerSub___label:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 10px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2265.212%22%20height%3D%2257.157%22%20viewBox%3D%220%200%2065.212%2057.157%22%3E%20%3Cg%20id%3D%22icon_-_arrow%22%20data-name%3D%22icon%20-%20arrow%22%20transform%3D%22translate(29.778%2028.578)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_4%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%204%22%20transform%3D%22translate(-29.778%20-25.75)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M272.028%2C526.472l25.5-25.5-26-26%22%20transform%3D%22translate(-237.972%20-474.972)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%228%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_2%22%20data-name%3D%22%E7%B7%9A%202%22%20x1%3D%2259.555%22%20transform%3D%22translate(0%2026)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%228%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__innerSub___imageLink .gnav-item__innerSub___label:before {
        right: 12px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___imageLink .gnav-item__innerSub___label:before {
        right: 10px
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__innerSub___imageLink .gnav-item__innerSub___label > span {
        padding: 0 6px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___imageLink .gnav-item__innerSub___label > span {
        padding: 0 0 0 8px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___imageLink:hover .gnav-item__innerSub___label {
        opacity: .5
    }
}
.gnav-item__innerSub___imageWrap {
    position: relative
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___imageWrap > picture {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 160px;
        border-radius: 4px
    }
}
.gnav-item__innerSub___imageWrap > picture.is-flexEnd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}
.gnav-item__innerSub___image {
    width: 100%;
    height: auto
}
.gnav-item__innerSub___label {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #cb4042;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border-radius: 2px;
    padding: 0 8px
}
@media print, screen and (max-width: 1023px) {
    .gnav-item__innerSub___label {
        top: 10px;
        left: 10px;
        min-width: 84px;
        height: 33px;
        font-size: 15px;
        text-indent: .1em
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav-item__innerSub___label {
        top: 8px;
        left: 8px;
        min-width: 88px;
        height: 29px;
        font-size: 12px;
        text-indent: 0em
    }
}
@media print, screen and (min-width: 1024px) {
    .gnav-dropdown__icon {
        display: none
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav__submitBtn {
        display: none
    }
}
@media print, screen and (min-width: 1024px) {
    .gnav__submitBtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 322px;
        height: 80px;
        padding: 0 43px 0 25px;
        background-color: #111
    }
}
@media print, screen and (min-width: 1024px) {
    .gnav__submitBtn:hover {
        cursor: pointer;
        opacity: .6
    }
}
.gnav__submitBtn__title {
    color: #fff
}
@media print, screen and (min-width: 1024px) {
    .gnav__submitBtn__title {
        font-size: 14px
    }
}
@media print, screen and (min-width: 1024px) {
    .gnav__submitBtn__subText {
        font-size: 12px
    }
}
@media print, screen and (max-width: 1023px) {
    .gnav__footer {
        background: #f5f5f5;
        padding-bottom: 38px
    }
}
@media print, screen and (min-width: 1023px) {
    .gnav__footer {
        display: none
    }
}
.footer__wrap {
    background: #f5f5f5
}
@media print, screen and (max-width: 1023px) {
    .footer__wrap {
        padding: 0 0 150px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__wrap {
        padding: 0 0 72px
    }
}
.footer__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__top {
        border-top: 1px solid #ddd
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__top {
        max-width: 1320px;
        width: 100%;
        margin: 0 auto
    }
}
.footer__top::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    background: #cb4042
}
@media print, screen and (max-width: 1023px) {
    .footer__top::after {
        width: 85px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__top::after {
        width: 122px
    }
}
.footer__breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: scroll;
    width: 100%;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none
}
.footer__breadcrumb::-webkit-scrollbar {
    display: none
}
.footer__breadcrumb___node:not(:first-child) {
    position: relative
}
.footer__breadcrumb___node:not(:first-child):before {
    content: ">";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media print, screen and (max-width: 1023px) {
    .footer__breadcrumb___node:not(:first-child) > a, .footer__breadcrumb___node:not(:first-child) > span {
        padding: 0 6px 0 16px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__breadcrumb___node:not(:first-child) > a, .footer__breadcrumb___node:not(:first-child) > span {
        padding: 0 12px 0 19px
    }
}
.footer__breadcrumb___link, .footer__breadcrumb___here {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}
@media print, screen and (max-width: 1023px) {
    .footer__breadcrumb___link, .footer__breadcrumb___here {
        height: 35px;
        font-size: 11px;
        padding: 0 6px 0 16px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__breadcrumb___link, .footer__breadcrumb___here {
        height: 50px;
        font-size: 14px;
        padding: 2px 14px 0 20px
    }
}
.footer__breadcrumb___here {
    color: #000
}
.footer__breadcrumb___link-home::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22484.48%22%20height%3D%22444.88%22%20viewBox%3D%220%200%20484.48%20444.88%22%3E%20%3Cg%20id%3D%22icon_home%22%20data-name%3D%22icon%20home%22%20transform%3D%22translate(242.24%20222.44)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M0%2C224.88%2C242.2%2C0%2C484.48%2C224.88H409.966v220H298.2V304.646h-112V444.88H74.2V224.994Z%22%20transform%3D%22translate(-242.24%20-222.44)%22%20fill%3D%22%23cb4042%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat
}
@media print, screen and (max-width: 1023px) {
    .footer__breadcrumb___link-home::before {
        width: 14px;
        height: 13px;
        background-size: 14px 13px;
        margin: 0 6px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__breadcrumb___link-home::before {
        width: 16px;
        height: 15px;
        background-size: 16px 15px;
        margin: 0 14px 0 0
    }
}
.footer__toTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1
}
@media print, screen and (max-width: 1023px) {
    .footer__toTop {
        width: 141px;
        height: 35px;
        font-size: 11px;
        padding: 0 16px 0 12px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__toTop {
        width: 211px;
        height: 50px;
        font-size: 14px;
        padding: 6px 16px 0 12px
    }
}
.footer__toTop::before {
    content: "";
    display: block;
    width: 1px;
    background: #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__toTop::before {
        height: 21px;
        margin: 0 9px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__toTop::before {
        height: 30px;
        margin: -1px 18px 0 0
    }
}
.footer__toTop::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2255.035%22%20height%3D%2263.091%22%20viewBox%3D%220%200%2055.035%2063.091%22%3E%20%3Cg%20id%3D%22icon_arrow%22%20data-name%3D%22icon%20arrow%22%20transform%3D%22translate(27.518%2033.313)%20rotate(180)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_1%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%201%22%20transform%3D%22translate(-25.75%20-29.778)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M242%2C505l25.5%2C25.5%2C26-26%22%20transform%3D%22translate(-242%20-470.945)%22%20fill%3D%22none%22%20stroke%3D%22%23cb4042%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_1%22%20data-name%3D%22%E7%B7%9A%201%22%20y1%3D%2259.555%22%20transform%3D%22translate(25.5)%22%20fill%3D%22none%22%20stroke%3D%22%23cb4042%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%225%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 7px
}
@media print, screen and (max-width: 1023px) {
    .footer__toTop::after {
        width: 9px;
        height: 13px;
        background-size: 11px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__toTop::after {
        width: 9px;
        height: 12px;
        background-size: 9px 12px
    }
}
.footer__toTop:hover .footer__toTop___pc {
    border-bottom: 1px solid #cb4042
}
@media print, screen and (max-width: 1023px) {
    .footer__toTop___sp {
        display: block
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__toTop___sp {
        display: none
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__toTop___pc {
        display: none
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__toTop___pc {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 0 0 3px
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__middle {
        padding: 25px 25px 8px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__middle {
        padding: 30px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0 30px;
        max-width: 1080px;
        width: 100%;
        margin: 40px auto 42px
    }
}
.footer__infomation {
    background: #fff;
    text-align: center
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation {
        margin: 0 0 24px;
        padding: 25px 25px 30px;
        border-radius: 3px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation {
        width: 480px;
        padding: 31px 40px 32px;
        border-radius: 8px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__infomation {
        width: 100%
    }
}
.footer__infomation___head {
    font-family: "Noto Serif JP", serif;
    margin: 0 -5px 17px
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___head {
        font-size: 14px;
        line-height: 1.5
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___head {
        font-size: 16px;
        line-height: 1.55
    }
}
.footer__infomation___list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.footer__infomation___node {
    width: 50%;
    padding: 20px 0
}
.footer__infomation___node-tel {
    width: 100%;
    border-bottom: 1px solid #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___node-tel {
        padding: 0 0 20px;
        margin: 0 0 19px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___node-tel {
        padding: 0 0 21px;
        margin: 0 0 20px
    }
}
.footer__infomation___node-fax {
    position: relative
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___node-fax {
        padding: 0 15px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___node-fax {
        width: calc(100% - 236px);
        padding: 0 15px 0 0;
        margin: -1px 0 0
    }
}
.footer__infomation___node-fax::after {
    content: "";
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    display: block;
    width: 1px;
    background: #ddd;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___node-fax::after {
        height: 64px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___node-fax::after {
        height: 56px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___node-fax .footer__infomation___label {
        margin: 0 0 7px
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___node-form {
        padding: 0 0 0 12px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___node-form {
        width: 236px;
        padding: 0 0 0 14px
    }
}
.footer__infomation___node-form .footer__infomation___label {
    letter-spacing: .012em;
    margin-right: -0.012em
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___node-form .footer__infomation___label {
        padding: 7px 17px;
        margin: 0 0 6px
    }
}
.footer__infomation___label {
    display: inline-block;
    background: #f0f0f0;
    line-height: 1;
    border-radius: 50px
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___label {
        font-size: 12px;
        padding: 6px 10px 7px;
        margin: 0 0 11px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___label {
        font-size: 14px;
        padding: 7px 14px;
        margin: 0 0 9px
    }
}
.footer__infomation___telLink {
    display: block
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___telLink {
        margin: 0 0 2px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___telLink {
        font-size: 14px;
        margin: 0 0 4px
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___telImage {
        width: 227px;
        height: auto
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___telText {
        font-size: 13px
    }
}
.footer__infomation___link-jp, .footer__infomation___link-en {
    display: block;
    line-height: 1
}
.footer__infomation___link-en {
    font-family: "Noto Serif JP", serif;
    font-style: italic
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___link-en {
        font-size: 16px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___link-en {
        font-size: 20px
    }
}
.footer__infomation___link-jp {
    border-bottom: 1px solid #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__infomation___link-jp {
        font-size: 12px;
        letter-spacing: .05em;
        padding: 0 0 2px;
        margin-right: -0.05em
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___link-jp {
        display: inline-block;
        font-size: 16px;
        padding: 0 0 3px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__infomation___link-jp:hover {
        border-bottom: 1px solid #cb4042
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkBanner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 0 30px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__linkBanner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 0
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkBanner___column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px 0;
        width: 50%
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__linkBanner___column {
        width: 100%;
        gap: 20px 0;
        margin: 0 0 20px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__linkBanner___column:last-child {
        margin: 0
    }
}
.footer__linkBanner___link {
    display: block
}
@media print, screen and (max-width: 1023px) {
    .footer__linkBanner___link {
        margin: 0 25px 17px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkBanner___link {
        margin: 0
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__bottom {
        padding: 0 25px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__bottom {
        padding: 0 30px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__bottom {
        max-width: 1140px;
        width: 100%;
        margin: 0 auto
    }
}
.footer__bottom___inner {
    border-top: 1px solid #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__bottom___inner {
        padding: 13px 0 0
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .footer__bottom___inner {
        padding: 40px 0 0
    }
}
@media print, screen and (min-width: 1024px) {
    .footer__bottom___inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0 0
    }
}
@media print, screen and (min-width: 1024px) {
    .footer__bottom___line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__bottom___line:not(:last-of-type) {
        margin: 0 0 16px
    }
}
@media print, screen and (min-width: 1024px) {
    .footer__bottom___column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}
.footer__linkListSub {
    font-size: 0;
    text-align: center
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListSub {
        margin: 0 0 8px
    }
}
.footer__linkListSub___node {
    display: inline-block;
    font-family: "Noto Serif JP", serif
}
.footer__linkListSub___node:not(:last-child)::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListSub___node:not(:last-child)::after {
        height: 12px;
        margin: -8px 5px 0
    }
}
@media print, screen and (min-width: 1024px) {
    .footer__linkListSub___node:not(:last-child)::after {
        height: 18px;
        margin: -12px 14px 0
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListSub___node-noLine::after {
        display: none !important
    }
}
.footer__linkListSub___link {
    letter-spacing: .02em
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListSub___link {
        font-size: 12px;
        line-height: 2.15
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkListSub___link {
        font-size: 16px
    }
}
.footer__linkListMain {
    font-size: 0;
    text-align: center
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListMain {
        margin: 0 0 28px
    }
}
.footer__linkListMain___node {
    display: inline-block
}
.footer__linkListMain___node:not(:last-child)::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListMain___node:not(:last-child)::after {
        height: 12px;
        margin: -8px 7px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkListMain___node:not(:last-child)::after {
        height: 15px;
        margin: -10px 10px 0
    }
}
.footer__linkListMain___node-noLine::after {
    display: none
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListMain___link {
        font-size: 12px;
        line-height: 2
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkListMain___link {
        font-size: 14px
    }
}
.footer__link___instagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1
}
@media print, screen and (max-width: 1023px) {
    .footer__link___instagram {
        margin: 0 0 36px
    }
}
.footer__link___igIcon {
    margin: 0 7px 0 0
}
.footer__linkListOther {
    font-size: 0;
    text-align: center
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListOther {
        margin: 0 0 20px
    }
}
@media print, screen and (min-width: 1024px) {
    .footer__linkListOther {
        margin: 0 19px 0 0
    }
}
.footer__linkListOther___node {
    display: inline-block
}
.footer__linkListOther___node:not(:last-child)::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #ddd
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListOther___node:not(:last-child)::after {
        height: 10px;
        margin: -8px 7px 0
    }
}
@media print, screen and (min-width: 1024px) {
    .footer__linkListOther___node:not(:last-child)::after {
        height: 15px;
        margin: -12px 7px 0
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListOther___node-noLine::after {
        display: none
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__linkListOther___link {
        font-size: 10px;
        line-height: 1
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__linkListOther___link {
        font-size: 14px
    }
}
.footer__copyright {
    letter-spacing: .1em;
    margin: 0 -0.1em 0 0;
    text-align: center;
    margin: 0
}
@media print, screen and (max-width: 1023px) {
    .footer__copyright {
        font-size: 10px
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__copyright {
        font-size: 12px
    }
}
@media print, screen and (max-width: 1023px) {
    .footer__fixedBanner {
        display: none;
        width: 100vw;
        height: auto;
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 9999
    }
}
@media print, screen and (min-width: 1023px) {
    .footer__fixedBanner {
        display: none !important
    }
}
.footer__fixedBanner__image {
    width: 100%;
    height: auto
}
body {
    color: #111;
    font-family: "Noto Sans JP", sans-serif !important;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 1.7142857143 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}
a {
    color: #111
}
a:hover {
    color: #cb4042 !important
}
@media print, screen and (max-width: 1023px) {
    main, div#sysWrap {
        padding: 0 0 60px
    }
}
@media print, screen and (min-width: 1023px) {
    main, div#sysWrap {
        padding: 36px 0 78px
    }
}
.subNavi {
    background: #f5f5f5
}
@media print, screen and (max-width: 1023px) {
    .subNavi {
        margin: 0 0 19px
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    .subNavi {
        margin: 0 0 36px
    }
}
@media print, screen and (min-width: 1024px) {
    .subNavi {
        display: none
    }
}
@media print, screen and (min-width: 1023px) {
    .subNavi__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1080px;
        margin: 0 auto
    }
}
.subNavi___list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.subNavi___node {
    position: relative;
    width: 25%
}
.subNavi___node::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #9d9d9d;
    height: 28px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
@media print, screen and (min-width: 1023px) {
    .subNavi___node:first-child::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        background: #ddd;
        height: 28px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}
@media print, screen and (max-width: 1023px) {
    .subNavi___node:last-child::after {
        display: none
    }
}
.subNavi___node.is-ouchide {
    width: 31.1%
}
.subNavi___node.is-tenshin {
    width: 25.2%
}
.subNavi___node.is-sweet-alc {
    width: 25.2%
}
.subNavi___node.is-season {
    width: 18.5%
}
.subNavi___link {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.3846;
    letter-spacing: .01em;
    text-align: center
}
@media print, screen and (max-width: 1023px) {
    .subNavi___link {
        font-size: 13px;
        padding: 10px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .subNavi___link {
        font-size: 16px;
        padding: 17px 0
    }
}
@media print, screen and (min-width: 1023px) {
    .subNavi___link::after {
        content: "▼";
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
        margin: -3px 0 0 10px
    }
}
.subNavi___textSub {
    display: block;
    font-size: 10px
}
.mb0 {
    margin-bottom: 0 !important
}
.ranked {
    display: none !important
}
#sysItemDetail .topPrOuchiBottom {
    margin: 0
}
#sysItemDetail .topPrOuchiBottom .sysHeadline {
    padding: 30px 0 14px;
    font-size: 22px;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    letter-spacing: .06em;
    text-align: center
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysHeadline {
        font-size: 28px
    }
}
@media print, screen and (max-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysContent {
        padding: 0 25px 40px !important
    }
}
@media print, screen and (min-width: 681px)and (max-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysContent {
        padding: 0 40px !important
    }
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysContent {
        max-width: 1136px;
        margin: 6px auto 0
    }
}
#sysItemDetail .topPrOuchiBottom .sysHorizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 20px
}
@media print, screen and (max-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysHorizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important;
        -webkit-transition-duration: initial !important;
        -o-transition-duration: initial !important;
        transition-duration: initial !important
    }
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysHorizontal {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}
#sysItemDetail .topPrOuchiBottom .sysHorizontal:after {
    display: none !important
}
#sysItemDetail .topPrOuchiBottom .sysHorizontal > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important
}
@media print, screen and (max-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysHorizontal > li {
        width: calc(50% - 10px) !important
    }
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysHorizontal > li {
        width: calc(25% - 32px) !important
    }
}
#sysItemDetail .topPrOuchiBottom .sysIconRank {
    display: none
}
#sysItemDetail .topPrOuchiBottom .sysItemImage > a > img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    border-radius: 4px
}
#sysItemDetail .topPrOuchiBottom .sysItemPrArea {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 0;
    text-align: left
}
@media print, screen and (max-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysItemPrArea {
        height: 18px
    }
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysItemPrArea {
        height: 23px
    }
}
#sysItemDetail .topPrOuchiBottom .sysItemPrArea > span {
    display: inline-block;
    background: #000;
    color: #fff;
    line-height: 1;
    border-radius: 2px
}
@media print, screen and (max-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysItemPrArea > span {
        font-size: 12px;
        padding: 3px 3px 3px 4px;
        margin: 0 2px 0 0
    }
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysItemPrArea > span {
        font-size: 14px;
        padding: 4px 5px 5px 5px;
        margin: 0 4px 0 0
    }
}
#sysItemDetail .topPrOuchiBottom .sysItemPrArea > span.is-catch {
    display: none
}
#sysItemDetail .topPrOuchiBottom .sysItemPrArea > span.is-frozen {
    background: #669bd1
}
#sysItemDetail .topPrOuchiBottom .sysItemPrArea > span.is-normal {
    background: #a8a8a8
}
#sysItemDetail .topPrOuchiBottom .sysItemPrArea > span.is-postage {
    background: #e3815a
}
#sysItemDetail .topPrOuchiBottom .sysItemName {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: left;
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: .02em;
    margin: 4px 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysItemName {
        font-size: 16px
    }
}
#sysItemDetail .topPrOuchiBottom .sysItemPrice {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: right
}
@media print, screen and (min-width: 1023px) {
    #sysItemDetail .topPrOuchiBottom .sysItemPrice {
        font-size: 18px
    }
}
#sysItemDetail .topPrOuchiBottom .sysItemPrice:before {
    content: "¥"
}
#sysSelections div {
    display: flex;
    justify-content: end;
    width: 100%;
}
#sysSelections div .sysSelectionDescription {
    width: 0px;
}

.sysSaleTerm {
    margin: 10px 0;
    text-align: center !important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #da4636;
}

.txt_right { text-align: right;}



@media screen and (max-width:768px){
/* 10-0 Only Smartphone
 *----------------------------------------------------------------------*/
#sysAll{background:#fff url("https://www.totenko-gift.com/img/layout/footer/bg_footer_sp.jpg") no-repeat center bottom;background-size:contain;}
#sysMain,#sysAside{width:95%!important;}
#top #sysMain{width:100% !important;}
div#sysMain{margin:20px auto 40px;}
.sp_none{display:none;}
.sysItemCategoryPankuzu{font-size:xx-small;}
.sysItemList ul.sysThumbnail{font-size:small;}
.sysItemList ul.sysThumbnail input{font-size:x-small;}
.sysItemList ul.sysThumbnail li img{width:auto;max-height:150px;}
.orderArea{letter-spacing:normal;}
.orderArea > div{width:100%;padding-right:0;float:none;}
#sysItemDetail #sysMain{margin:20px auto 0;width:100% !important;}
.osechi .osechi_detail_wrap{padding-bottom:20px;}
.osechi .osechi_detail_wrap .osechi_detail{padding-top:0;}
.osechi .osechi_detail_wrap div{float:none;width:100%;}
.sysItemList ul.sysThumbnail li{width:50%;font-size:1.1rem;}
.sysMypage #sysMain{width:95% !important;margin:20px auto 40px;}
.sysMypageNav > form{width:100%;}
.sysMypage .sysItemList .sysThumbnail li{width:50%;}
.sysCart .deliveries_add_type_area button{display:block !important;width:100% !important;}
.header{position:relative;max-width:1100px;margin:10px auto 20px;}
.header h1{text-align:center;}
.header h1 img{width:29%;max-width:110px;}
.header ul{margin-top:5px;width:90px;top:0px;}
.header ul li img{width:60%;}
.header ul li span{margin-top:5px;font-size:9px;}
@media screen and (min-width:375px) and (max-width:980px){.header ul{margin-top:10px;width:100px;}
.header ul li img{width:50%;}
}
.footer .pic_guide{width:90%;margin:0 auto 30px;}
.footer .pic_guide ul li{width:100%;text-align:center;}
.footer .pic_guide ul li h3{width:250px;margin:0 auto 10px;padding:5px 10px;font-size:16px;color:#fff;border-radius:10px;background-color:#000;}
.footer .f_contant{width:95%;text-align:center;}
.footer .f_contant h3{width:250px;margin:0 auto 10px;padding:5px 10px;font-size:16px;color:#fff;border-radius:10px;background-color:#000;}
.footer .f_telephone,
.footer .f_form{float:none;width:100%;padding:0 10px;text-align:center;}
.footer .f_telephone{margin-bottom:20px;}
.footer .f_contant .f_form .btn .freedial{padding-left:45px;font-size:35px;text-align:center;background-size:40px;}
.footer .f_contant .hour{padding:5px 10px;font-size:12px;}
.footer .f_contant .attention{width:90%;margin:10px auto;font-size:12px;text-align:left;}
.footer .f_contant .f_form .btn a{margin:0 auto;font-size:17px;}
.footer .f_guide{width:95%;padding:20px 10px;margin:0 auto 30px;}
.footer .f_guide .logo{width:100%;float:none;}
.footer .f_guide .logo img{width:130px;}
.footer .f_guide ul{width:100%;float:none;}
.footer .f_guide ul li{padding:0 10px;margin-bottom:20px;font-size:12px;}
@media screen and (min-width:375px) and (max-width:980px){.footer .f_guide ul li{padding:0 6%;}
}
.footer .f_guide ul li:nth-child(3),
.footer .f_guide ul li:nth-child(5){border:none;padding-right:none;}
.footer .f_bn{margin-bottom:30px;}
.footer .f_bn ul li a img{width:100%;}
.footer .copyright{font-size:10px;text-align:center;}
.pagetop{bottom:10px;}
.top_parts{margin-bottom:40px;}
.top_parts .sysHeadline{padding:0;}
.top_parts .sysItemPrice{font-size:10px;}
.top_bn_inner{width:95%;margin:0 auto;}
.top_bn_inner div{float:none;margin-right:none;}
.top_bn_inner .season{display:none;}
.top_bn_inner .bn_bx{width:100%;margin-bottom:10px;text-align:center;}
.top_ranking .sysItemBlock .sysHorizontal li,
.top_totenko_product .sysItemBlock .sysHorizontal li{width:33.33333333333333%;}
.top_ranking li:nth-child(1),
.top_ranking li:nth-child(2),
.top_totenko_product li:nth-child(1),
.top_totenko_product li:nth-child(2){width:50% !important;margin-bottom:20px !important;}
.top_ranking li:before{width:50px;height:20px;margin-bottom:10px;background-size:50px;}

.top_ranking_test .sysItemBlock .sysHorizontal li{width:33.33333333333333%;}
.top_ranking_test li:nth-child(1),
.top_ranking_test li:nth-child(2){width:50% !important;margin-bottom:20px !important;}
.top_ranking_test li:before{width:50px;height:20px;margin-bottom:10px;background-size:50px;}


.top_recommend .manto h3{font-size:20px;}
.top_recommend .manto h3 span{margin-bottom:20px;font-size:13px;}
.top_recommend .manto{padding:0;margin-bottom:0;background:none;}
.top_recommend .manto .txt{text-align:center;}
.top_recommend .manto_inner{padding:0;border-radius:0;background-color:rgba(255,255,255,1);}
.top_recommend .manto_list{float:none;width:95%;margin:0 auto 20px;overflow:hidden;}
.top_recommend .manto_list .img{float:left;width:50%;}
.top_recommend .manto_list ul{margin-top:0;float:left;width:50%;font-size:0;}
.top_recommend .manto_list ul li{margin-bottom:0;font-size:12px;}
.top_recommend .manto_list ul li a{padding:4.6% 10px;line-height:1.3;margin:0 auto 10px;max-width:95%;}
@media screen and (min-width:360px) and (max-width:374px){.top_recommend .manto_list ul li a{padding:5.8% 10px;}
}
@media screen and (min-width:375px) and (max-width:411px){.top_recommend .manto_list ul li a{padding:6.2% 10px;}
}
@media screen and (min-width:412px) and (max-width:980px){.top_recommend .manto_list ul li a{padding:7% 10px;}
}
.top_recommend_shumai,
.top_recommend_totenko{width:95%;margin:0 auto 40px;text-align:center;}
.top_recommend_shumai .shumai h3,
.top_recommend_totenko .outide_totenko h3{font-size:20px;}
.top_recommend_shumai .shumai h3 span,
.top_recommend_totenko .outide_totenko h3 span{margin-bottom:20px;font-size:13px;}
.top_recommend_shumai .shumai_bg,
.top_recommend_totenko .outide_totenko_bg{margin-bottom:20px;}
.top_recommend_shumai .btn a{display:block;max-width:200px;border:none;padding:15px 10px;margin:0px auto;border-radius:5px;background-color:#b08900;color:#fff;text-decoration:none;}
.top_category_other .sysItemBlock .sysHorizontal li{width:33.33333333333333%;}
.top_category_other .sysItemBlock .sysHorizontal li:nth-child(4),
.top_category_other .sysItemBlock .sysHorizontal li:nth-child(5){display:none;}
.top_bn_category ul li{width:50%;padding:0 5px;margin:0 0 10px;}
.top_renewal{font-size:12px;}
.top_renewal .ttl{font-size:16px;}
#guide .guide{max-width:100%;}
#guide .bordlayoutp3{width:100%;overflow-x:scroll;-webkit-overflow-scrolling:touch;}
#guide table.resp{font-size:x-small;}
#guide_SHINC_C_1803-13316 .guide{max-width:100%;}
#guide_SHINC_C_1803-13316 .bordlayoutp3{width:100%;overflow-x:scroll;-webkit-overflow-scrolling:touch;}
#guide_SHINC_C_1803-13316 table.resp{font-size:x-small;}
.cmnTable th ,
.cmnTable td{display:block;}
.cmnTable th{border-right:1px solid #000;}
#business .bordlayoutp3 th ,
#business .bordlayoutp3 td{display:block;width:100%;}
#business .bordlayoutp3 th{border:none;border-right:1px solid #000;}
}
/*20181121*/
@media screen and (max-width:680px){
.orderArea { width: 95%; margin: 0 auto; }
.orderArea #sysDescription .img_pc_only{display: none;}
}

.bottom_cart_btn {margin: 70px 0;}
.bottom_cart_btn form#sysCartInForm {max-width: 600px;margin: 0 auto;}
.bottom_cart_btn form div {font-size: 0;}
.bottom_cart_btn form#sysCartInForm .sysCartButton {width: 100%;height: 90px;margin: 0;background-size: 80%;}
.bottom_cart_btn .sysCartInDone,.bottom_cart_btn form div select,.bottom_cart_btn form div .sysNumArea{display:none;}

img {
    max-width: 100%;
    height: auto;
}
body {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {

/* -------------------------
event
---------------------------- */

/* totenkonohi */
#totenkonohi {
    font-family: 'Noto Sans JP', sans-serif;
}
#totenkonohi h1,
#totenkonohi h2,
#totenkonohi h3,
#totenkonohi h4 {
    margin: 0;
}
#totenkonohi h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
#totenkonohi a {
    transition: .5s;
}
#totenkonohi a:hover {
    opacity: .8;
}
#totenkonohi main {
    margin-bottom: 40px;
    padding: 0;
}
#totenkonohi section {
    margin-bottom: 40px;
}
#totenkonohi .about {
}
#totenkonohi .about .txt {
    font-size: 16px;
    line-height: 180%;
    margin: 15px;
}
#totenkonohi .about .txt strong {
    background: linear-gradient(transparent 50%, #fdff5d 50%);
    font-weight: 400;
}
#totenkonohi .about .txt small {
    font-size: 16px;
    line-height: 160%;
}
#totenkonohi .about dl.code {
    border: 5px solid #000;
    border-radius: 10px;
    margin: 30px auto;
}
#totenkonohi .about dl.code dt {
    color: #FFF;
    background: #000;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px;
}
#totenkonohi .about dl.code dd {
    font-size: 32px;
    line-height: 100%;
    color: #cb4043;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    padding: 15px;
}
#totenkonohi .info h2 {
    text-align: center;
    color: #cb4043;
    font-size: 28px;
    line-height: 140%;
}
#totenkonohi .info dl {
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 160%;
    padding: 20px;
}
#totenkonohi .info dl dt {
    width: 30%;
    padding: 10px;
    margin: 0;
}
#totenkonohi .info dl dd {
    width: 70%;
    padding: 10px;
    margin: 0;
}
#totenkonohi .info dl dd strong {
    color: #cb4043;
}
#totenkonohi .itemlist {
    padding: 0 20px;
}
#totenkonohi .itemlist h2 {
    color: #cb4043;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
}
#totenkonohi .itemlist .listbox {
    margin: 25px auto;
}
#totenkonohi .itemlist .listbox h3 {
    padding: 20px;
    margin: 0;
    border-radius: 10px 10px 0 0;
    background: #EEE;
    text-align: center;
    font-size: 21px;
    line-height: 160%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    color: #FFF;
}
#totenkonohi .itemlist .listbox h3 strong {
    color: #fdff82;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
#totenkonohi .itemlist .listbox .inner {
    background: #feffc9;
    padding: 20px;
    border-radius: 0 0 10px 10px;
}
#totenkonohi .itemlist .listbox .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#totenkonohi .itemlist .listbox .inner ul li {
    padding: 0;
    margin-bottom: 50px;
}
#totenkonohi .itemlist .listbox .inner ul li:last-child {
    margin-bottom: 0;
}
#totenkonohi .itemlist .listbox .inner ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#totenkonohi .itemlist .listbox .inner ul li h4 {
    margin: 0 0 5px 0;;
    font-size: 21px;
    font-weight: 500;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner ul li .cva {
    margin-top: auto;
    font-size: 16px;
    line-height: 230%;
}
#totenkonohi .itemlist .listbox .inner ul li .cva .price strong {
    margin: 0 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 24px;
}
#totenkonohi .itemlist .listbox.season .inner ul li .cva .price strong {
    color: #cb4043;
    font-size: 34px;
}
#totenkonohi .itemlist .listbox .inner ul li .btn a {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    background: #cb4043;
    color: #FFF;
    font-size: 18px;
    line-height: 160%;
    text-decoration: none;
    margin-top: 15px;
}
#totenkonohi .itemlist .listbox .inner .intro {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 180%;
}
#totenkonohi .itemlist .listbox .inner .total {
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner .total strong {
    color: #cb4043;
    margin: 0 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner .total big {
    font-size: 38px;
    line-height: 160%;
}
#totenkonohi .last {
    margin: 30px 20px;
}
#totenkonohi .last h2 {
    color: #cb4043;
    margin: 0 0 15px 0;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 140%;
}
#totenkonohi .last .btn_red a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 70px;
    background: #cb4043;
    color: #FFF;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    border-radius: 100px;
}
#totenkonohi .last .btn_red a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_top.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#totenkonohi .last .btn_red a:hover {
    background: #a52d2e;
    opacity: 1;
}
#totenkonohi .last .btn_white {
    margin: 20px;
}
#totenkonohi .last .btn_white a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 60px;
    border: 1px solid #DDD;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    border-radius: 100px;
    color: #000;
}
#totenkonohi .last .btn_white a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_back.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#totenkonohi .last .btn_white a:hover {
    background: #DDD;
    opacity: 1;
}


/* listpage */
#totenkonohi.listpage * {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
#totenkonohi.listpage main {
    margin: 0;
}
#totenkonohi.listpage .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#totenkonohi.listpage .hold {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/bg_paper.jpg") no-repeat top;
    background-size: 100%;
    text-align: center;
    padding: 30px 20px;
}
#totenkonohi.listpage .hold h2,
#totenkonohi.listpage .hold h2 strong,
#totenkonohi.listpage .hold .next,
#totenkonohi.listpage .hold .next strong {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
#totenkonohi.listpage .hold h2 {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi.listpage .hold h2 strong {
    color: #cb4043;
}
#totenkonohi.listpage .hold .next {
    font-size: 24px;
    line-height: 160%;
    color: #981b20;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
#totenkonohi.listpage .hold .next strong {
    border-bottom: 2px dotted #cb4043;
}
#totenkonohi.listpage .hold .next_info {
    background: #feff97;
    padding: 20px;
    border-radius: 15px;
    margin: 0 auto;
    width: 90%;
}
#totenkonohi.listpage .hold .next_info .thumbnail {
    margin-bottom: 30px;
    text-align: center;
}
#totenkonohi.listpage .hold .next_info .thumbnail img {
    width: 100%;
}
#totenkonohi.listpage .hold .next_info .txt {
    text-align: left;
}
#totenkonohi.listpage .hold .next_info .txt .date,
#totenkonohi.listpage .history .historybox .txt .date {
    background: #cb4043;
    color: #FFF;
    font-size: 16px;
    line-height: 160%;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
#totenkonohi.listpage .hold .next_info .txt h3 {
    font-size: 24px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 10px 0;
}
#totenkonohi.listpage .history .historybox .txt h3 {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 10px 0;
}
#totenkonohi.listpage .history .historybox .txt p {
    font-size: 14px;
    line-height: 160%;
}
#totenkonohi.listpage .hold .next_info .txt .more a {
    color: #981b20;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: inherit;
}
#totenkonohi.listpage .hold .next_info .txt .more a::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_right.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#totenkonohi.listpage .hold .next_info .txt .more a:hover {
    text-decoration: none;
    opacity: 1;
}
#totenkonohi.listpage .about .catch {
    margin: 0 20px 30px 20px;
    color: #cb4043;
    font-size: 24px;
    line-height: 180%;
    padding: 2px;
    font-feature-settings: "palt";
    text-align: center;
}
#totenkonohi.listpage .about .catch span {
    border-bottom: 1px dotted #cb4043;
}
#totenkonohi.listpage .about .flex {
    align-items: flex-start;
    margin: 25px 0;
}
#totenkonohi.listpage .about .flex .photo {
    margin-bottom: 15px;
}
#totenkonohi.listpage .about .flex .txt {
    text-align: left;
}
#totenkonohi.listpage .about .flex .txt p {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 180%;
}
#totenkonohi.listpage .about .flex .txt p big {
    font-size: 21px;
    line-height: 160%;
}
#totenkonohi.listpage .about .flex .txt p strong {
    background: none;
    color: #981b20;
}
#totenkonohi.listpage .history {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/line.jpg") no-repeat top;
    padding: 25px 0;
}
#totenkonohi.listpage .history h2 {
    color: #981b20;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 28px;
    line-height: 160%;
}
#totenkonohi.listpage .history .historybox {
    border: 1px solid #CCC;
    margin: 0 auto 30px auto;
    width: 70%;
}
#totenkonohi.listpage .history .historybox .thumbnail {
    margin-bottom: 15px;
}
#totenkonohi.listpage .history .historybox .thumbnail img {
    width: 100%;
}
#totenkonohi.listpage .history .historybox .txt {
    padding: 0 20px;
}


/* april */
#totenkonohi.april .about dl.code {
    border: 5px solid #7ab968;
}
#totenkonohi.april .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.april .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202404/info.jpg") no-repeat fixed center;
    padding: 80px 0;
}
#totenkonohi.april .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi .itemlist .listbox.season h3 {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.season .inner ul li .btn a {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.mother h3 {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.mother .inner ul li .btn a {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.ouchide h3 {
    background: #981b20;
}
#totenkonohi .itemlist .listbox.ouchide .inner ul li .btn a {
    background: #981b20;
}

/* april */
#totenkonohi.april .about dl.code {
    border: 5px solid #7ab968;
    width: 80%;
}
#totenkonohi.april .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.april .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202404/info.jpg") no-repeat;
    background-size: cover;
    padding: 30px 20px;
}
#totenkonohi.april .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi .itemlist .listbox.season h3 {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.season .inner ul li .btn a {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.mother h3 {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.mother .inner ul li .btn a {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.ouchide h3 {
    background: #981b20;
}
#totenkonohi .itemlist .listbox.ouchide .inner ul li .btn a {
    background: #981b20;
}

/* may */
#totenkonohi.may .about dl.code {
    border: 5px solid #7ab968;
}
#totenkonohi.may .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.may .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202405/info.jpg") no-repeat fixed center;
    padding: 30px 0;
}
#totenkonohi.may .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi #totenmeiru {
    background: #ece3e3;
    padding-bottom: 30px;
}
#totenkonohi #totenmeiru h2 {
    font-size: 38px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    line-height: 160%;
    margin: 30px 0;
    text-align: center;
    color: #cb4043;
}
#totenkonohi #totenmeiru h2 rt {
    font-size: 15px;
    line-height: 180%;
}
#totenkonohi #totenmeiru h3 {
    font-size: 24px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 30px 0;
    text-align: center;
    color: #cb4043;
}
#totenkonohi #totenmeiru h3.mini {
    font-size: 21px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 20px 0;
    text-align: center;
    color: #333;
}
#totenkonohi #totenmeiru h4 {
    font-size: 16px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 130%;
    margin: 0 0 10px 0;
    text-align: center;
    color: #cb4043;
    font-feature-settings: "palt";
}
#totenkonohi #totenmeiru h4 small {
    letter-spacing: -.5px;
}
#totenkonohi #totenmeiru .flex .txt {
    margin-top: 20px;
}
#totenkonohi #totenmeiru .flex .txt p {
    margin: 0 0 20px 0;
}
#totenkonohi #totenmeiru .flex .txt p:last-child {
    margin-bottom: 0;
}
#totenkonohi #totenmeiru .yakuzen ul,
#totenkonohi #totenmeiru .warikata ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
#totenkonohi #totenmeiru .yakuzen ul li,
#totenkonohi #totenmeiru .warikata ul li {
    width: 50%;
    margin: 0;
    padding: 0 15px 15px 15px;
}
#totenkonohi #totenmeiru .yakuzen ul li img,
#totenkonohi #totenmeiru .warikata ul li img {
    margin-bottom: 15px;
}
#totenkonohi #totenmeiru .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 70px;
    background: #b42827;
    color: #FFF;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 21px;
    line-height: 140%;
    border-radius: 100px;
}
#totenkonohi #totenmeiru .btn a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_right-wh.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}


/* -------------------------
itempage
---------------------------- */
/* itemlinks */
.itemlinks {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #999;
    border-radius: 10px;
}
.itemlinks h3 {
    color: #333;
    font-size: 15px;
    line-height: 160%;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #EEE;
    border-radius: 10px 10px 0 0;
}
.itemlinks ul,
.itemlinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.itemlinks ul li {
    padding: 10px;
    border-top: 1px dotted #999;
}
.itemlinks ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.itemlinks ul li a img {
    width: 25%;
}
.itemlinks ul li a p {
    width: 70%;
    margin: 0;
}

#winterset2023,
.setpage {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 180%;
    color: #333;
    text-align: left;
    margin-bottom: 80px;
}
#winterset2023 *,
.setpage * {
    box-sizing: border-box;
}
#winterset2023 img,
.setpage img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#winterset2023 a,
.setpage a {
    cursor: pointer;
}
#winterset2023 a img,
.setpage a img {
    transition: .5s;
}
#winterset2023 a:hover img,
.setpage a:hover img {
    opacity: .8;
}
#winterset2023 .pc,
.setpage .pc {
    display: none !important;
}
#winterset2023 main,
.setpage main {
    padding: 0 !important;
}
#winterset2023 h1,
#winterset2023 h2,
#winterset2023 h3,
#winterset2023 h4,
#winterset2023 h5,
.setpage h1,
.setpage h2,
.setpage h3,
.setpage h4,
.setpage h5 {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
}
#winterset2023 p,
.setpage p {
    margin: 0;
}
#winterset2023 .intro,
.setpage .intro {
    background: url("https://totenko-gift.com/img/item/2023win/intro.jpg") no-repeat bottom;
    padding: 40px 30px;
}
#winterset2023 .intro h2,
.setpage .intro h2 {
    margin: 0 0 30px 0;
    text-align: center;
}
#winterset2023 .item_list,
.setpage .item_list {
    margin: 20px 0 40px 0;
}
#winterset2023 .point,
.setpage .point {
    margin: 40px 0;
}
#winterset2023 .point .flex,
.setpage .point .flex {
    margin-bottom: 20px;
    align-items: center;
}
#winterset2023 .point .flex:nth-child(even),
.setpage .point .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#winterset2023 .point .flex .photo,
.setpage .point .photo {
    margin-bottom: 15px;
}
#winterset2023 .point .flex .txt,
.setpage .point .flex .txt {
    padding: 30px;
}
#winterset2023 .point .flex .txt h3,
.setpage .point .flex .txt h3 {
    width: 80%;
    margin:  0 0 30px 0;
}
#winterset2023 .point .flex .txt p,
.setpage .point .flex .txt p {
    margin: 0;
}
#winterset2023 .btn,
.setpage .btn {
    margin: 40px 20px;
    text-align: center;
}
#winterset2023 .set,
.setpage .set {
    margin: 0 0 50px 0;
}
#winterset2023 .set h2,
#winterset2023 .set h3,
#winterset2023 .set h4,
#winterset2023 .set h5,
.setpage .set h2,
.setpage .set h3,
.setpage .set h4,
.setpage .set h5 {
    margin: 0 0 20px 0;
}
#winterset2023 .set .itembox,
.setpage .set .itembox {
    margin: 0 0 60px 0;
}
#winterset2023 .set .itembox:last-child,
.setpage .set .itembox:last-child {
    margin: 0;
}
#winterset2023 .set .itembox .info,
.setpage .set .itembox .info {
    display: flex;
    flex-direction: column-reverse;
}
#winterset2023 .set .itembox .info .photo,
.setpage .set .itembox .info .photo {
    margin-bottom: 15px;
}
#winterset2023 .set .itembox .inner,
.setpage .set .itembox .inner {
    margin: 0 20px;
}
#winterset2023 .set .itembox .feature .flex,
.setpage .set .itembox .feature .flex {
    margin: 30px 0;
}
#winterset2023 .set .itembox .feature .flex:last-child,
.setpage .set .itembox .feature .flex:last-child {
    margin: 30px 0 0 0;
}
#winterset2023 .set .itembox .feature .flex:nth-child(even),
.setpage .set .itembox .feature .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#winterset2023 .set .itembox .feature .box,
.setpage .set .itembox .feature .box  {
    margin-bottom: 40px;
}
#winterset2023 .set .itembox .feature .flex .photo,
.setpage .set .itembox .feature .flex .photo,
#winterset2023 .set .itembox .feature .box .photo,
.setpage .set .itembox .feature .box .photo {
    margin-bottom: 15px;
}
#winterset2023 .set h3.keyvisual,
.setpage .set h4.keyvisual {
    margin-bottom: 30px;
}
#winterset2023 .set h4.itemttl,
.setpage .set h4.itemttl {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
}
#winterset2023 .set .info,
.setpage .set .info {
    margin: 30px 0;
}
#winterset2023 .set .info .txt h5,
.setpage .set .info .txt h5 {
    font-size: 21px;
    line-height: 160%;
}
#winterset2023 .set .feature .txt,
.setpage .set .feature .txt {
    margin-bottom: 10px;
}
#winterset2023 .set .feature .txt h5,
.setpage .set .feature .txt h5,
.setpage .set .material h5 {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 15px;
}
#winterset2023 .set .info p,
#winterset2023 .set .feature p,
.setpage .set .info .txt p,
.setpage .set .feature .txt p {
    margin-bottom: 15px;
}
#winterset2023 .set .info p:last-child,
#winterset2023 .set .feature p:last-child,
.setpage .set .info .txt p:last-child,
.setpage .set .feature .txt p:last-child {
    margin-bottom: 0;
}
#winterset2023 .spec,
.setpage .spec {
    padding: 15px;
    border: 2px solid #d7d0b5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#winterset2023 .spec img {
    width: 49%;
}
.setpage .spec dl {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 160%;
}
.setpage .spec dl dt,
.setpage .spec dl dd {
    margin: 0;
    padding: 5px 0;
}
.setpage .spec dl dt {
    width: 30%;
}
.setpage .spec dl dd {
    width: 68%;
}
.setpage .material {
    margin: 40px 0;
}
.setpage .material .box {
    margin-bottom: 30px;
}
.setpage .set .material .photo {
    margin-bottom: 10px;
}
.setpage .set .material .txt p {
    margin-bottom: 10px;
}
.setpage .set .material .txt p:last-child {
    margin-bottom: 0;
}
.setpage .last {
    margin: 40px 0;
}
.setpage .arrange {
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}
.setpage .arrange h3 {
    text-align: center;
}
.setpage .arrange p {
    margin: 30px 0 15px 0;
}
.setpage .arrange p:last-child {
    margin: 0;
}
.setpage .arrange a {
    color: #333;
    background: url('https://totenko-gift.com/img/item/2024aut2/ico.png') no-repeat 0 center;
    background-size: 16px;
    padding-left: 25px;
}
.setpage .arrange a:hover {
    text-decoration: none;
}

.setpage .option {
    border: 5px solid #d1c5ae;
    border-radius: 10px;
    padding: 20px 15px 30px 15px;
    margin: 0 20px;
}
.setpage .option .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.setpage .option .ttl h3 {
    color: #8b6d34;
    font-size: 24px;
    line-height: 160%;
    margin: 0 0 10px 0;
}
.setpage .option .ttl p {
    margin: 0;
}
.setpage .option ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.setpage .option ul li {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 3px dotted #d1c5ae;
}
.setpage .option ul li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.setpage .option ul li img {
    border-radius: 10px;
}
.setpage .option ul li h4 {
    text-align: center;
    font-size: 21px;
    line-height: 160%;
    margin: 10px 0;
    color: #8b6d34;
}

/* --------------------------
2023冬
----------------------------- */
#winterset2023 .spec p,
.setpage .spec p  {
    width: 100%;
    margin-top: 10px;
}
/* エビチリ */
#winterset2023 .set .size,
.setpage .set .size {
    background: url("https://totenko-gift.com/img/item/2023win/bg_gold.jpg");
    padding: 30px 20px;
}
#winterset2023 .set .size h4,
.setpage .set .size h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 160%;
}
#winterset2023 .set .size .txt h5,
.setpage .set .size .txt h5 {
    font-size: 21px;
    line-height: 160%;
    margin: 0 0 15px 0;
}
#winterset2023 .set .size .photo,
.setpage .set .size .photo {
    margin-bottom: 20px;
}
#winterset2023 .set .size .txt p,
.setpage .set .size .txt p {
    font-size: 14px;
    line-height: 180%;
}
#winterset2023 .gift {
    background: url("https://totenko-gift.com/img/item/2023win/gift.png") no-repeat 0 0, url("https://totenko-gift.com/img/item/2023win/bg_gray.jpg");
    background-size: 100%, auto;
    outline : 1px solid #FFFFFF;
    outline-offset : -5px;
    padding: 35vh 30px 30px 30px;
    margin: 40px 20px;
}
#winterset2023 .gift h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 180%;
}

/* --------------------------
2024春
----------------------------- */
#spring2024 .intro {
    background: url("../img/item/2024spr/intro.jpg") no-repeat top;
    background-size: 100%;
    padding: 40px 30px;
}
#spring2024 .mothersday_bnr {
    margin: 30px 20px;
}
#spring2024 .intro h2 {
    margin-bottom: 30px;
}
#spring2024 .option p {
    margin: 30px 0;
}
#spring2024 .option .box {
    margin: 0 20px;
}
#spring2024 .mothersday {
    margin: 40px 0;
}
#spring2024 .mothersday h3 {
    margin: 0 0 15px 0;
}

/* --------------------------
2024冷麺
----------------------------- */
#reimen2024 .intro {
    background: url("https://totenko-gift.com/img/item/2024reimen/intro.jpg") no-repeat top;
    background-size: 100%;
    padding: 40px 30px;
}
#reimen2024 .intro p {
    margin-bottom: 15px;
}
#reimen2024 .intro p:last-child {
    margin-bottom: 0;
}

/* --------------------------
お中元2024
----------------------------- */
#ochugen2024 .pc{
	display: none;
}
#ochugen2024 .inner{
	max-width: 100%;
	margin: 30px 20px;
}
#ochugen2024 .Mainimage h1 img{
	width: 100%;
	height: auto;
}
#ochugen2024 .gift ul.gift-list.inner{
	margin: 30px 20px 100px 20px;
}
#ochugen2024 .gift ul li{
	margin-bottom: 50px;
}
#ochugen2024 .gift ul li:last-of-type{
	margin-bottom: 0;
}
#ochugen2024 .gift ul li figure{
	width: 100%;
	height: auto;
}
#ochugen2024 .explain-btn{
	width: 100%;
	margin-top: 20px;
}
#ochugen2024 .explain-btn a img{
	margin-top: 40px;
}

/* --------------------------
2024夏
----------------------------- */
#summer2024 .intro {
    background: url("../img/item/2024sum/intro_bg.jpg") no-repeat top;
    background-size: 100%;
    padding: 40px 30px;
}
#summer2024 #jajamen .arrange {
    background:  url("../img/item/2024sum/jajamen_arrange_bg.jpg") center;
    background-size: cover;
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0;
}

/* --------------------------
2025おせち
----------------------------- */
#osechi {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    margin-bottom: 50px;
}
#osechi * {
    box-sizing: border-box;
    font-feature-settings: "palt";
}
#osechi h2,
#osechi h3,
#osechi h4 {
    margin: 0;
}
#osechi p {
    margin: 0;
}
#osechi p:not(last-child) {
    margin: 0 0 20px 0;
}
#osechi .red {
    color: #8d0101;
}
#osechi .family {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    background-size: 100%;
}
#osechi .family p,
#osechi .intro .top p {
    margin: 0;
    padding: 20px 30px;
    text-align: left;
}
#osechi .intro {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    background-size: 100%;
    padding: 0;
}
#osechi .intro .flex {
    padding: 20px 30px;
}
#osechi .intro .flex h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 10px;
}
#osechi .item {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    background-size: 100%;
}
#osechi .item .itembox.fukahire {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_gold.jpg");
    background-size: 100%;
}
#osechi .item .itembox:not(last-child) {
    margin-bottom: 30px;
}
#osechi .item .itembox.fukahire .txt,
#osechi .item .itembox.shokoshu .txt {
    padding: 30px;
}
#osechi .item .itembox.fukahire .txt h4,
#osechi .item .itembox.shokoshu .txt h4 {
    margin-bottom: 10px;
    font-family: "Noto Serif JP", serif;
    font-size: 21px;
    line-height: 160%;
}
#osechi .item .itembox.soup .photo,
#osechi .item .itembox.shokoshu .photo {
    padding: 0 20px;
}
#osechi .item .pickup {
    padding: 20px;
}
#osechi .item .pickup .photo {
    margin-bottom: 10px;
}
#osechi .item .pickup .txt {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 160%;
}
#osechi .item .pickup .txt h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}
#osechi .item .pickup .txt a {
    color: #c70808;
    display: flex;
    align-items: center;
}
#osechi .item .pickup .txt a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23c70808%22%20class%3D%22bi%20bi-arrow-right-circle-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
#osechi .item ul {
    padding: 20px;
    margin: 0;
    list-style: none;
}
#osechi .item ul li {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #edd5d1;
}
#osechi .item ul li img {
    width: 25%;
}
#osechi .item ul li span {
    width: 70%;
}
#osechi .item ul li h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 5px;
}
#osechi .item ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 140%;
    margin: 0;
}
#osechi .point .pointbox {
    background: #FFF;
    padding: 40px 0 5px 0;
    margin: 20px 20px 50px 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 15px rgba(255, 180, 83, .4);
}
#osechi .point .pointbox .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 90%;
    border-radius: 25px;
    color: #FFF;
    background: #DDD;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    margin-left: -45%;
}
#osechi .point .range .icon {
    background: #bb993c;
}
#osechi .point .hygiene .icon {
    background: #c57769;
}
#osechi .point .pointbox h3 {
    text-align: center;
    font-size: 23px;
    font-weight: 400;
    line-height: 160%;
    padding: 0 20px 10px 20px;
}
#osechi .point .range h3 {
    border-bottom: 1px solid #e7cbb2;
}
#osechi .point .hygiene h3 {
    border-bottom: 1px solid #edd5d1;
}
#osechi .point .range .txt,
#osechi .point .range .img,
#osechi .point .hygiene .txt {
    margin: 20px;
}
#osechi .point .range .txt p,
#osechi .point .hygiene .txt p {
    margin: 0;
}
#osechi .voice {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    background-size: 100%;
}
#osechi .voice h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    line-height: 160%;
}
#osechi .voice ul {
    padding: 20px;
    margin: 0;
}
#osechi .voice ul li {
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
}
#osechi .voice ul li:last-child {
    margin-bottom: 0;
}
#osechi .voice ul li .img {
    text-align: center;
    margin-bottom: 10px;
}
#osechi .voice ul li .img img {
    width: 40%;
}
#osechi .voice ul li .txt p {
    margin: 0;
}
#osechi .voice ul li .txt p strong {
    color: #8c0000;
    font-weight: 400;
}
#osechi .voice ul li .txt .prof {
    font-size: 14px;
    line-height: 160%;
}
#osechi .cva {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    background-size: 100%;
    padding-bottom: 10px;
}
#osechi .cva dl {
    margin: 20px;
    padding: 20px;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255,180,83,.4);
}
#osechi .cva dl dt {
    padding: 0;
    margin: 0;
    font-weight: 600;
}
#osechi .cva dl dd {
    padding: 0 0 10px 0;
    margin: 0;
}
#osechi.cat {
    margin: 0 0 40px 0;
}
#osechi.cat .intro {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_cloud01.png") no-repeat -10% 2%/30% auto, url("https://totenko-gift.com/img/item/2025osechi/bg_cloud02.png") no-repeat 140% 10%/50% auto, url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg") repeat-y;
    padding: 40px 0 20px 0;
}
#osechi.cat .intro h3 {
    margin-bottom: 40px;
}
#osechi.cat .intro p {
    margin: 0 20px;
}
#osechi.cat .intro h4 {
    font-size: 21px;
    line-height: 160%;
    margin-bottom: 15px;
}
#osechi.cat .intro .photo {
    margin: 30px 0 10px 0;
}
#osechi.cat .intro .flex p {
    margin: 0;
}
#osechi.cat .itemlist {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    padding: 20px 0;
}
#osechi.cat .itemlist .itemlistbox {
    margin: 30px 30px 50px 30px;
    align-items: center;
}
#osechi.cat .itemlist .itemlistbox .photo {
    margin-bottom: 15px;
}
#osechi.cat .itemlist .itemlistbox .txt h4 {
    font-size: 21px;
    line-height: 160%;
    margin: 0 0 10px 0;
}
#osechi.cat .itemlist .itemlistbox .txt ul {
    margin: 0 0 10px 0;
    padding: 0;
}
#osechi.cat .itemlist .itemlistbox .txt ul li {
    margin: 0 0 0 20px;
    padding: 0;
    list-style: disc;
}
#osechi.cat .itemlist .itemlistbox .txt p {
    line-height: 145%;
}
#osechi.cat .itemlist .itemlistbox .price p,
#osechi.cat .itemlist .itemlistbox .btn {
    margin-top: 15px;
}

/* --------------------------
2024秋
----------------------------- */
#autumn2024 .intro {
    background: url("https://totenko-gift.com/img/item/2024aut2/intro_bg.jpg") no-repeat;
    background-size: cover;
    padding: 30px 20px;
}
#autumn2024 .intro h2 {
    margin: 0 0 15px 0;
}
#autumn2024 .intro p {
    line-height: 200%;
}
#autumn2024 .arrange {
    background: url("https://totenko-gift.com/img/item/2024aut2/moritsuke_bg.jpg") center;
    background-size: cover;
}

/* --------------------------
2024冬
----------------------------- */
#winter2024 .intro {
    background: none;
    padding: 0;
}
#winter2024 .intro h2 {
    margin-bottom: 0;
}
#winter2024 .intro p {
    margin: 0 20px;
}
#winter2024 .intro .photo {
    margin: 20px 0;
}
#winter2024 .burger {
    border: #d7d0b5 10px solid;
    padding: 17% 20px 20px;
    position: relative;
    margin-top: 50px;
}
#winter2024 .burger h2 {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
#winter2024 .burger ul li {
    margin: 0 0 30px 0;
}
#winter2024 .burger ul li:last-child {
    margin: 0;
}
#winter2024 .burger ul li .img {
    margin-bottom: 10px;
}
#winter2024 .burger ul li h3 {
    font-size: 22px;
    line-height: 160%;
    margin-bottom: 10px;
    color: #928349;
}
#winter2024 .burger ul li .material {
    margin: 0 0 15px 0;
    color: #928349;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
}
#winter2024 .volumeup {
    margin: 40px 0;
}
#winter2024 .volumeup p {
    margin: 20px;
}
#winter2024 .wrapping {
    margin-top: 30px;
}


}
}
@media screen and (min-width:769px) and (max-width:768px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
.pc_none{display:none !important;}
.top_recommend .manto{}
.top_recommend .manto h3{margin:100px 0 70px;}
.top_recommend .manto .shumaicap{width:530px;height:500px;position:absolute;top:0;left:60px;z-index:20;font-size:16px;background-color:rgba(255,255,255,0.5);}
.top_recommend .manto .shumaicap .txt{width:70%;margin:0 auto;}
.top_recommend .manto .shumaicap .btn{margin:60px auto 0;text-align:center;}
.top_recommend .manto .shumaicap .btn a{text-decoration:underline;}
.top_recommend .manto .shumaicap .btn a:hover{text-decoration:none;}
.top_recommend .manto .shumaicap .btn a:after{content:"＞";}
.top_recommend_shumai .shumai{}
.top_recommend_shumai .shumai h3{margin:100px 0 70px;}
.top_recommend_totenko .outide_totenko h3{margin:100px 0 50px;}
.top_recommend_shumai .shumai .shumaicap,
.top_recommend_totenko .outide_totenko .outide_totenko_cap{width:530px;height:500px;position:absolute;top:0;left:60px;z-index:11;font-size:16px;background-color:rgba(255,255,255,0.5);}
.top_recommend_shumai .shumai .shumaicap .txt{width:70%;margin:0 auto;}
.top_recommend_totenko .outide_totenko .outide_totenko_cap .txt{text-align: center;font-weight: 500;width: 80%;margin: 0 auto;}
.top_recommend_shumai .shumai .shumaicap .btn{margin:40px auto 0;text-align:center;}
/*20181121*/
.bottom_cart_btn {margin: 70px 0;}
.bottom_cart_btn form#sysCartInForm {max-width: 600px;margin: 0 auto;}
.bottom_cart_btn form div {font-size: 0;}
.bottom_cart_btn form#sysCartInForm .sysCartButton {width: 100%;height: 90px;margin: 0;background-size: 40%;}
.bottom_cart_btn .sysCartInDone,.bottom_cart_btn form div select,.bottom_cart_btn form div .sysNumArea{display:none;}

body {
    margin: 0;
}
div#sysMain {
    max-width: 980px;
}
#sysItemCategory div#sysMain {
    max-width: 1280px !important;
}


@media screen and (min-width:769px) and (max-width:1023px){
/* -------------------------
event
---------------------------- */

/* totenkonohi */
#totenkonohi {
    width: 1240px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}
#totenkonohi h1,
#totenkonohi h2,
#totenkonohi h3,
#totenkonohi h4 {
    margin: 0;
}
#totenkonohi h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
#totenkonohi a {
    transition: .5s;
}
#totenkonohi a:hover {
    opacity: .8;
}
#totenkonohi main {
    margin-bottom: 80px;
}
#totenkonohi section {
    margin-bottom: 80px;
}
#totenkonohi .picture {
    width: 1000px;
    margin: 0 auto;
}
#totenkonohi .about {
    text-align: center;
}
#totenkonohi .about .txt {
    font-size: 24px;
    line-height: 180%;
}
#totenkonohi .about .txt strong {
    background: linear-gradient(transparent 50%, #fdff5d 50%);
    font-weight: 400;
}
#totenkonohi .about .txt small {
    font-size: 16px;
    line-height: 160%;
}
#totenkonohi .about dl.code {
    border: 5px solid #000;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 1100px;
    margin: 30px auto;
}
#totenkonohi .about dl.code dt {
    color: #FFF;
    background: #000;
    width: 40%;
    font-size: 28px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#totenkonohi .about dl.code dd {
    width: 60%;
    font-size: 58px;
    line-height: 100%;
    height: 120px;
    color: #cb4043;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    letter-spacing: 1px;
}
#totenkonohi .info h2 {
    text-align: center;
    color: #cb4043;
    font-size: 60px;
    line-height: 140%;
}
#totenkonohi .info dl {
    width: 1100px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 160%;
    padding: 30px;
}
#totenkonohi .info dl dt {
    width: 20%;
    padding: 10px;
    margin: 0;
}
#totenkonohi .info dl dd {
    width: 80%;
    padding: 10px;
    margin: 0;
}
#totenkonohi .info dl dd strong {
    color: #cb4043;
}
#totenkonohi .itemlist h2 {
    text-align: center;
    color: #cb4043;
    font-size: 46px;
    line-height: 140%;
}
#totenkonohi .itemlist .listbox {
    width: 1150px;
    margin: 50px auto;
}
#totenkonohi .itemlist .listbox h3 {
    padding: 30px;
    margin: 0;
    border-radius: 15px 15px 0 0;
    background: #EEE;
    text-align: center;
    font-size: 36px;
    line-height: 160%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    color: #FFF;
}
#totenkonohi .itemlist .listbox h3 strong {
    color: #fdff82;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
#totenkonohi .itemlist .listbox .inner {
    background: #feffc9;
    padding: 50px;
    border-radius: 0 0 15px 15px;
}
#totenkonohi .itemlist .listbox .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
#totenkonohi .itemlist .listbox .inner ul li {
    width: 50%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
#totenkonohi .itemlist .listbox .inner ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#totenkonohi .itemlist .listbox .inner ul li h4 {
    margin: 0 0 20px 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner ul li .cva {
    margin-top: auto;
    font-size: 21px;
    line-height: 230%;
}
#totenkonohi .itemlist .listbox .inner ul li .cva .price strong {
    margin: 0 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 28px;
}
#totenkonohi .itemlist .listbox.season .inner ul li .cva .price strong {
    color: #cb4043;
    font-size: 34px;
}
#totenkonohi .itemlist .listbox .inner ul li .btn a {
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #cb4043;
    color: #FFF;
    font-size: 21px;
    line-height: 160%;
    text-decoration: none;
    margin-top: 15px;
}
#totenkonohi .itemlist .listbox .inner .intro {
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi .itemlist .listbox .inner .total {
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner .total strong {
    color: #cb4043;
    margin: 0 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 34px;
}
#totenkonohi .itemlist .listbox .inner .total big {
    font-size: 53px;
}
#totenkonohi .last {
    text-align: center;
}
#totenkonohi .last h2 {
    color: #cb4043;
    margin: 0 0 30px 0;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
}
#totenkonohi .last .btn_red a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 600px;
    height: 80px;
    background: #cb4043;
    color: #FFF;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    border-radius: 100px;
}
#totenkonohi .last .btn_red a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_top.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#totenkonohi .last .btn_red a:hover {
    background: #a52d2e;
    opacity: 1;
}
#totenkonohi .last .btn_white {
    margin-top: 30px;
}
#totenkonohi .last .btn_white a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 400px;
    height: 80px;
    border: 1px solid #DDD;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    border-radius: 100px;
    color: #000;
}
#totenkonohi .last .btn_white a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_back.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#totenkonohi .last .btn_white a:hover {
    background: #DDD;
    opacity: 1;
}

/* listpage */
#totenkonohi.listpage * {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
#totenkonohi.listpage main {
    margin: 0;
}
#totenkonohi.listpage .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#totenkonohi.listpage .hold {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/bg_paper.jpg") no-repeat top;
    text-align: center;
    padding: 70px 0;
}
#totenkonohi.listpage .hold h2,
#totenkonohi.listpage .hold h2 strong,
#totenkonohi.listpage .hold .next,
#totenkonohi.listpage .hold .next strong {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
#totenkonohi.listpage .hold h2 {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 180%;
}
#totenkonohi.listpage .hold h2 strong {
    color: #cb4043;
}
#totenkonohi.listpage .hold .next {
    font-size: 43px;
    line-height: 160%;
    color: #981b20;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
#totenkonohi.listpage .hold .next strong {
    border-bottom: 2px dotted #cb4043;
}
#totenkonohi.listpage .hold .next_info {
    background: #feff97;
    padding: 50px;
    border-radius: 15px;
    width: 1100px;
    margin: 0 auto;
}
#totenkonohi.listpage .hold .next_info .thumbnail {
    width: 300px;
}
#totenkonohi.listpage .hold .next_info .txt {
    width: 650px;
    text-align: left;
}
#totenkonohi.listpage .hold .next_info .txt .date,
#totenkonohi.listpage .history .historybox .txt .date {
    background: #cb4043;
    color: #FFF;
    font-size: 16px;
    line-height: 160%;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
#totenkonohi.listpage .hold .next_info .txt h3 {
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 10px 0;
}
#totenkonohi.listpage .history .historybox .txt h3 {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 10px 0;
}
#totenkonohi.listpage .history .historybox .txt p {
    font-size: 14px;
    line-height: 160%;
}
#totenkonohi.listpage .hold .next_info .txt .more a {
    color: #981b20;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: inherit;
}
#totenkonohi.listpage .hold .next_info .txt .more a::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_right.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#totenkonohi.listpage .hold .next_info .txt .more a:hover {
    text-decoration: none;
    opacity: 1;
}
#totenkonohi.listpage .about .catch {
    margin-bottom: 50px;
}
#totenkonohi.listpage .about .catch span {
    background: #cb4043;
    color: #FFF;
    font-size: 43px;
    line-height: 200%;
    padding: 2px 10px;
    font-feature-settings: "palt";
}
#totenkonohi.listpage .about .flex {
    width: 1100px;
    align-items: flex-start;
    margin: 50px 0;
}
#totenkonohi.listpage .about .flex .photo {
    width: 470px;
}
#totenkonohi.listpage .about .flex .txt {
    width: 550px;
    text-align: left;
}
#totenkonohi.listpage .about .flex .txt p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi.listpage .about .flex .txt p big {
    font-size: 24px;
    line-height: 160%;
}
#totenkonohi.listpage .about .flex .txt p strong {
    background: none;
    color: #981b20;
}
#totenkonohi.listpage .history {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/line.jpg") no-repeat top;
    padding: 50px 0;
}
#totenkonohi.listpage .history h2 {
    color: #981b20;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 43px;
    line-height: 160%;
}
#totenkonohi.listpage .history .historybox {
    border: 1px solid #CCC;
    margin: 0 auto 30px auto;
    width: 1100px;
}
#totenkonohi.listpage .history .historybox .thumbnail {
    width: 200px;
}
#totenkonohi.listpage .history .historybox .thumbnail img {
    width: 100%;
}
#totenkonohi.listpage .history .historybox .txt {
    width: 880px;
    padding: 0 30px;
}


/* april */
#totenkonohi.april .about dl.code {
    border: 5px solid #7ab968;
}
#totenkonohi.april .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.april .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202404/info.jpg") no-repeat fixed center;
    padding: 80px 0;
}
#totenkonohi.april .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi .itemlist .listbox.season h3 {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.season .inner ul li .btn a {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.mother h3 {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.mother .inner ul li .btn a {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.ouchide h3 {
    background: #981b20;
}
#totenkonohi .itemlist .listbox.ouchide .inner ul li .btn a {
    background: #981b20;
}



/* may */
#totenkonohi.may .about dl.code {
    border: 5px solid #7ab968;
}
#totenkonohi.may .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.may .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202405/info.jpg") no-repeat fixed center;
    padding: 80px 0;
}
#totenkonohi.may .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi #totenmeiru {
    background: #ece3e3;
    padding-bottom: 50px;
}
#totenkonohi #totenmeiru h2 {
    font-size: 58px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    line-height: 160%;
    margin: 50px 0;
    text-align: center;
    color: #cb4043;
}
#totenkonohi #totenmeiru h2 rt {
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi #totenmeiru h3 {
    font-size: 32px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 30px 0;
    text-align: center;
    color: #cb4043;
}
#totenkonohi #totenmeiru h3.mini {
    font-size: 21px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 20px 0;
    text-align: center;
    color: #333;
}
#totenkonohi #totenmeiru h4 {
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 0 0 10px 0;
    text-align: center;
    color: #cb4043;
    font-feature-settings: "palt";
}
#totenkonohi #totenmeiru h4 small {
    letter-spacing: -.5px;
}
#totenkonohi #totenmeiru .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 50px;
}
#totenkonohi #totenmeiru .flex .photo {
    width: 480px;
}
#totenkonohi #totenmeiru .flex .txt {
    width: 610px;
}
#totenkonohi #totenmeiru .flex .txt p {
    margin: 0 0 20px 0;
}
#totenkonohi #totenmeiru .flex .txt p:last-child {
    margin-bottom: 0;
}
#totenkonohi #totenmeiru .warikata {
    text-align: center;
    margin: 80px 0;
}
#totenkonohi #totenmeiru .yakuzen ul,
#totenkonohi #totenmeiru .warikata ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 50px;
    list-style: none;
    text-align: left;
}
#totenkonohi #totenmeiru .yakuzen ul li,
#totenkonohi #totenmeiru .warikata ul li {
    width: 25%;
    margin: 0;
    padding: 0 15px;
}
#totenkonohi #totenmeiru .yakuzen ul li img,
#totenkonohi #totenmeiru .warikata ul li img {
    margin-bottom: 15px;
}
#totenkonohi #totenmeiru .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 600px;
    height: 80px;
    background: #b42827;
    color: #FFF;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    border-radius: 100px;
}
#totenkonohi #totenmeiru .btn a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_right-wh.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/* -------------------------
itempage
---------------------------- */
/* itemlinks */
.itemlinks {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #999;
    border-radius: 10px;
}
.itemlinks h3 {
    color: #333;
    font-size: 15px;
    line-height: 160%;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #EEE;
    border-radius: 10px 10px 0 0;
}
.itemlinks ul,
.itemlinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.itemlinks ul li {
    padding: 10px;
    border-top: 1px dotted #999;
}
.itemlinks ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.itemlinks ul li a img {
    width: 25%;
}
.itemlinks ul li a p {
    width: 70%;
    margin: 0;
}

#winterset2023,
.setpage {
    width: 980px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #333;
    text-align: left;
    margin-bottom: 80px;
}
#winterset2023 *,
.setpage * {
    box-sizing: border-box;
}
#winterset2023 img,
.setpage img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#winterset2023 a,
.setpage a {
    cursor: pointer;
}
#winterset2023 a img,
.setpage a img {
    transition: .5s;
}
#winterset2023 a:hover img,
.setpage a:hover img {
    opacity: .8;
}
#winterset2023 .sp,
.setpage .sp {
    display: none !important;
}
#winterset2023 main,
.setpage main {
    padding: 0 !important;
}
#winterset2023 h1,
#winterset2023 h2,
#winterset2023 h3,
#winterset2023 h4,
#winterset2023 h5,
.setpage h1,
.setpage h2,
.setpage h3,
.setpage h4,
.setpage h5 {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
}
#winterset2023 p,
.setpage p {
    margin: 0;
}
#winterset2023 .flex,
.setpage .flex {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#winterset2023 .intro {
    background: url("https://totenko-gift.com/img/item/2023win/intro.jpg") no-repeat bottom;
    padding: 60px 0;
    text-align: center;
    height: 465px;
}
#winterset2023 .intro h2,
.setpage .intro h2 {
    margin: 0 0 50px 0;
}
#winterset2023 .item_list,
.setpage .item_list {
    margin: 0 0 60px 0;
}
#winterset2023 .point,
.setpage .point {
    margin: 60px 0;
}
#winterset2023 .point .flex,
.setpage .point .flex {
    margin-bottom: 50px;
    align-items: center;
}
#winterset2023 .point .flex:nth-child(even),
.setpage .point .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#winterset2023 .point .flex .photo,
.setpage .point .flex .photo {
    width: 450px;
}
#winterset2023 .point .flex .txt,
.setpage .point .flex .txt {
    width: 500px;
    padding: 30px;
    text-align: left;
}
#winterset2023 .point .flex .txt h3,
.setpage .point .flex .txt h3 {
    margin: 0 0 30px 0;
}
#winterset2023 .point .flex .txt p,
.setpage .point .flex .txt p {
    margin: 0;
}
#winterset2023 .btn,
.setpage .btn {
    margin: 60px 0;
    text-align: center;
}
#winterset2023 .set,
.setpage .set {
    margin: 100px 0;
}
#winterset2023 .set h2,
#winterset2023 .set h3,
#winterset2023 .set h4,
#winterset2023 .set h5,
.setpage .set h2,
.setpage .set h3,
.setpage .set h4,
.setpage .set h5 {
    margin: 0 0 30px 0;
}
#winterset2023 .set .itembox.short .info,
.setpage .set .itembox.short .info {
    flex-direction: row-reverse;
}
#winterset2023 .set .itembox .inner,
.setpage .set .itembox .inner {
    margin: 0 50px;
}
#winterset2023 .set .itembox .feature .flex,
.setpage .set .itembox .feature .flex {
    margin: 50px 0;
}
#winterset2023 .set .itembox .feature .flex:nth-child(even),
.setpage .set .itembox .feature .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#winterset2023 .set .itembox .feature .photo,
.setpage .set .itembox .feature .flex .photo {
    width: 50%;
}
#winterset2023 .set .itembox .feature .txt,
.setpage .set .itembox .feature .flex .txt {
    width: 45%;
    text-align: left;
}
#winterset2023 .set .feature.parallel .flex,
.setpage .set .feature.parallel .flex {
    align-items: baseline;
}
#winterset2023 .set .feature.parallel .flex .box,
.setpage .set .feature.parallel .flex .box {
    width: 48%;
}
#winterset2023 .set .feature.parallel .flex .photo,
#winterset2023 .set .feature.parallel .flex .txt,
.setpage .set .feature.parallel .flex .photo,
.setpage .set .feature.parallel .flex .txt {
    width: 100%;
    padding: 0;
}
#winterset2023 .set .feature.parallel .flex .photo,
.setpage .set .feature.parallel .flex .photo {
    margin-bottom: 20px;
}
#winterset2023 .set .feature.parallel .flex .txt h5,
.setpage .set .feature.parallel .flex .txt h5 {
    margin-bottom: 10px;
}
#winterset2023 .flex .txt h5 small,
.setpage .flex .txt h5 small {
    font-size: 14px;
}
#winterset2023 .set .itembox,
.setpage .set .itembox {
    margin-bottom: 100px;
}
#winterset2023 .set h3.keyvisual,
.setpage .set h3.keyvisual {
    margin-bottom: 50px;
}
#winterset2023 .set h4.itemttl,
.setpage .set h4.itemttl {
    text-align: center;
    margin-bottom: 60px;
    font-size: 43px;
    font-weight: 600;
    line-height: 160%;
}
#winterset2023 .set .info,
.setpage .set .info {
    margin: 60px 0;
}
#winterset2023 .set .info .photo,
.setpage .set .info .photo {
    width: 50%;
}
#winterset2023 .set .info .txt,
.setpage .set .info .txt {
    width: 45%;
    text-align: left;
}
#winterset2023 .set .info .txt h5,
.setpage .set .info .txt h5 {
    font-size: 28px;
    line-height: 160%;
}
#winterset2023 .set .feature .txt h5,
.setpage .set .feature .txt h5,
.setpage .set .material .txt h5 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 15px;
}
#winterset2023 .set .info p,
#winterset2023 .set .feature p,
.setpage .set .info .txt p,
.setpage .set .feature .txt p {
    margin-bottom: 15px;
}
#winterset2023 .set .info p:last-child,
#winterset2023 .set .feature p:last-child,
.setpage .set .info .txt p:last-child,
.setpage .set .feature .txt p:last-child {
    margin-bottom: 0;
}
#winterset2023 .spec,
.setpage .spec {
    padding: 30px;
    border: 2px solid #d7d0b5;
}
#winterset2023 .spec img,
.setpage .spec img {
    width: 49%;
}
.setpage .spec dl {
    width: 45%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 160%;
}
.setpage .spec dl dt,
.setpage .spec dl dd {
    margin: 0;
    padding: 5px 0;
}
.setpage .spec dl dt {
    width: 30%;
}
.setpage .spec dl dd {
    width: 68%;
}
#winterset2023 .spec p,
.setpage .spec p  {
    width: 100%;
    margin-top: 10px;
}
.setpage .material {
    margin: 80px 0;
}
.setpage .material .box {
    margin-bottom: 50px;
}
.setpage .set .material .photo {
    margin-bottom: 20px;
}
.setpage .set .material .txt p {
    margin-bottom: 15px;
}
.setpage .set .material .txt p:last-child {
    margin-bottom: 0;
}
.setpage .arrange {
    width: 880px;
    padding: 40px;
    border-radius: 10px;
    margin: 30px auto;
}
.setpage .arrange h3 {
    text-align: center;
}
.setpage .arrange p {
    margin: 30px 0 15px 0;
}
.setpage .arrange p:last-child {
    margin: 0;
}
.setpage .arrange a {
    color: #333;
    background: url('https://totenko-gift.com/img/item/2024aut2/ico.png') no-repeat 0 center;
    background-size: 16px;
    padding-left: 25px;
}
.setpage .arrange a:hover {
    text-decoration: none;
}

/* エビチリ */
#winterset2023 .set .size,
.setpage .set .size {
    background: url("https://totenko-gift.com/img/item/2023win/bg_gold.jpg");
    padding: 50px;
}
#winterset2023 .set .size h4,
.setpage .set .size h4 {
    text-align: center;
    margin-bottom: 40px;
}
#winterset2023 .set .size .photo,
.setpage .set .size .photo {
    width: 65%;
}
#winterset2023 .set .size .txt,
.setpage .set .size .txt {
    width: 30%;
}
#winterset2023 .set .size .txt h5,
.setpage .set .size .txt h5 {
    font-size: 21px;
    line-height: 160%;
    margin: 0 0 15px 0;
}
#winterset2023 .set .size .txt p,
.setpage .set .size .txt p {
    font-size: 14px;
    line-height: 180%;
}
#winterset2023 .gift {
    background: url("https://totenko-gift.com/img/item/2023win/gift.png") no-repeat 0 0, url("https://totenko-gift.com/img/item/2023win/bg_gray.jpg");
    outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
    outline-offset : -5px;
    padding: 50px 50px 50px 550px;
    margin: 80px 0;
    height: 400px;
}
#winterset2023 .gift h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 180%;
}
.setpage .last {
    margin: 40px 0;
}

/* --------------------------
2024春
----------------------------- */
#spring2024 .intro {
    background: url("../img/item/2024spr/intro.jpg") no-repeat top;
    background-size: 100%;
    padding: 50px 30px;
    min-height: 410px;
    text-align: center;
}
#spring2024 .option {
    text-align: center;
}
#spring2024 .option p {
    margin: 30px 0;
}
.setpage .spec.flex {
    align-items: flex-start;
}
.setpage .spec p {
    width: 48%;
}
#spring2024 .mothersday {
    margin: 80px 0;
}
#spring2024 .mothersday h3 {
    margin: 0 0 30px 0;
}

/* --------------------------
2024冷麺
----------------------------- */
#reimen2024 .intro {
    background: url("https://totenko-gift.com/img/item/2024reimen/intro.jpg") no-repeat top;
    background-size: 100%;
    padding: 50px 30px;
    min-height: 410px;
    text-align: center;
}
#reimen2024 .intro p {
    margin-bottom: 15px;
}
#reimen2024 .intro p:last-child {
    margin-bottom: 0;
}
#reimen2024 .spec p {
    width: 100%;
}
#reimen2024 #ebichiri.itembox .feature .flex:nth-child(odd) {
    flex-direction: row-reverse;
}
#reimen2024 #ebichiri.itembox .feature .flex:nth-child(even) {
    flex-direction: row;
}
}

/* --------------------------
お中元2024
----------------------------- */
#ochugen2024 .sp{
	display: none;
}
#ochugen2024 .inner{
	width: 100%;
	margin: 70px auto;
	text-align: center;
}
#ochugen2024 .Mainimage h1 img{
	width: 100%;
	height: auto;
}
#ochugen2024 .gift ul.gift-list.inner{
	margin: 60px auto 100px auto;
	width: 1040px;
}
#ochugen2024 .gift ul li.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ochugen2024 .gift ul li{
	margin-bottom: 50px;
}
#ochugen2024 .gift ul li:last-of-type{
	margin-bottom: 0;
}
#ochugen2024 .gift ul li figure{
	width: 400px;
	height: auto;
}
#ochugen2024 .explain-btn{
	width: 550px;
}
#ochugen2024 .explain-btn a img{
	margin-top: 40px;
}

/* --------------------------
2024夏
----------------------------- */
#summer2024 .intro {
    background: url("../img/item/2024sum/intro_bg.jpg") no-repeat top;
    background-size: 100%;
    padding: 50px 30px;
    min-height: 410px;
    text-align: center;
}
#summer2024 #jajamen .arrange {
    background:  url("../img/item/2024sum/jajamen_arrange_bg.jpg") center;
    background-size: cover;
    width: 880px;
    padding: 40px;
    border-radius: 10px;
    margin: 30px auto;
}

/* --------------------------
2025おせち
----------------------------- */
#osechi {
    width: 980px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    margin-bottom: 50px;
}
#osechi * {
    box-sizing: border-box;
    font-feature-settings: "palt";
}
#osechi h2,
#osechi h3,
#osechi h4 {
    margin: 0;
}
#osechi p {
    margin: 0;
}
#osechi p:not(last-child) {
    margin: 0 0 20px 0;
}
#osechi .red {
    color: #8d0101;
}
#osechi .flex {
    display: flex;
    justify-content: space-between;
}
#osechi .family {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    padding-bottom: 30px;
}
#osechi .family p {
    text-align: center;
    margin-top: 20px;
}
#osechi .intro {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    padding: 0 0 50px 0;
}
#osechi .intro .top {
    background: url("https://totenko-gift.com/img/item/2025osechi/intro_ttl.jpg");
    text-align: center;
    padding: 160px 0 20px 0;
}
#osechi .intro .flex {
    margin: 30px 70px 0 70px;
}
#osechi .intro .flex h3 {
    width: 45%;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
}
#osechi .intro .flex p {
    width: 50%;
}
#osechi .item {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
}
#osechi .item .itembox.fukahire {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_gold.jpg");
}
#osechi .item .itembox:not(last-child) {
    margin-bottom: 30px;
}
#osechi .item .itembox.fukahire .txt,
#osechi .item .itembox.shokoshu .txt {
    padding: 30px;
}
#osechi .item .itembox.fukahire .txt h4,
#osechi .item .itembox.shokoshu .txt h4 {
    margin-bottom: 15px;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 160%;
}
#osechi .item .itembox.fukahire .txt .txtbox,
#osechi .item .itembox.shokoshu .txt .txtbox {
    column-count: 2;
}
#osechi .item .itembox.soup .photo,
#osechi .item .itembox.shokoshu .photo {
    text-align: center;
}
#osechi .item .pickup {
    padding: 20px 60px;
}
#osechi .item .pickup .photo {
    width: 350px;
}
#osechi .item .pickup .txt {
    width: 495px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 160%;
}
#osechi .item .pickup .txt h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}
#osechi .item .pickup .txt a {
    color: #c70808;
    display: flex;
    align-items: center;
}
#osechi .item .pickup .txt a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23c70808%22%20class%3D%22bi%20bi-arrow-right-circle-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
#osechi .item ul {
    padding: 20px 50px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#osechi .item .item_2 ul {
    background: url("https://totenko-gift.com/img/item/2025osechi/item_bg.jpg") no-repeat 80% 75%;
}
#osechi .item .item_3 ul {
    background: url("https://totenko-gift.com/img/item/2025osechi/item_bg.jpg") no-repeat 115% 75%;
}
#osechi .item ul li {
    width: 25%;
    padding: 0 20px 20px 20px;
    text-align: center;
}
#osechi .item ul li img {
    margin-bottom: 15px;
}
#osechi .item ul li h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
#osechi .item ul li h4.multiple {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
#osechi .item ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 140%;
}
#osechi .point .pointbox {
    background: #FFF;
    padding: 40px 0 0 0;
    margin: 30px 60px 60px 60px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 15px rgba(255,180,83,.4);
}
#osechi .point .pointbox .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 310px;
    border-radius: 25px;
    color: #FFF;
    background: #DDD;
    text-align: center;
    padding: 5px;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    margin-left: -155px;
}
#osechi .point .range .icon {
    background: #bb993c;
}
#osechi .point .hygiene .icon {
    background: #c57769;
}
#osechi .point .pointbox h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
}
#osechi .point .range h3 {
    border-bottom: 1px solid #e7cbb2;
}
#osechi .point .hygiene h3 {
    border-bottom: 1px solid #edd5d1;
}
#osechi .point .range .txt {
    background: url("https://totenko-gift.com/img/item/2025osechi/range_photo.jpg") no-repeat 0 0;
    padding: 0 40px 0 430px;
    height: 315px;
    display: flex;
    align-items: center;
}
#osechi .point .hygiene .txt {
    padding: 30px 40px 20px 40px;
}
#osechi .voice {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
}
#osechi .voice h2 {
    text-align: center;
    font-size: 43px;
    font-weight: 400;
    line-height: 160%;
}
#osechi .voice ul {
    padding: 30px 40px;
    margin: 0;
}
#osechi .voice ul li {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
}
#osechi .voice ul li .img {
    width: 15%;
}
#osechi .voice ul li .txt {
    width: 80%;
}
#osechi .voice ul li .txt p {
    margin: 0;
}
#osechi .voice ul li .txt p strong {
    color: #8c0000;
    font-weight: 400;
}
#osechi .voice ul li .txt .prof {
    font-size: 14px;
    line-height: 160%;
}
#osechi .cva {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    padding-bottom: 10px;
}
#osechi .cva dl {
    margin: 30px 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255,180,83,.4);
}
#osechi .cva dl dt {
    width: 20%;
    padding: 10px;
    margin: 0;
}
#osechi .cva dl dd {
    width: 80%;
    padding: 5px 10px;
    margin: 0;
}
#osechi.cat {
    margin: 0 auto 80px auto;
}
#osechi.cat .intro {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_cloud01.png") no-repeat -50px 30px, url("https://totenko-gift.com/img/item/2025osechi/bg_cloud02.png") no-repeat 115% 110px, url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg") repeat-y;
    padding: 80px 0 50px 0;
    text-align: center;
}
#osechi.cat .intro h3 {
    margin-bottom: 30px;
}
#osechi.cat .intro h4 {
    font-size: 28px;
    line-height: 160%;
}
#osechi.cat .intro .flex {
    text-align: left;
}
#osechi.cat .intro .photo {
    margin: 50px 0;
}
#osechi.cat .itemlist {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    padding: 40px 0;
}
#osechi.cat .itemlist .itemlistbox {
    width: 900px;
    margin: 30px auto;
    align-items: center;
}
#osechi.cat .itemlist .itemlistbox .photo {
    width: 450px;
}
#osechi.cat .itemlist .itemlistbox .txt {
    width: 410px;
}
#osechi.cat .itemlist .itemlistbox .txt h4 {
    font-size: 26px;
    line-height: 160%;
    margin: 0 0 10px 0;
}
#osechi.cat .itemlist .itemlistbox .txt ul {
    margin: 0 0 10px 0;
    padding: 0;
}
#osechi.cat .itemlist .itemlistbox .txt ul li {
    margin: 0 0 0 20px;
    padding: 0;
}
#osechi.cat .itemlist .itemlistbox .txt p {
    line-height: 145%;
}
#osechi.cat .itemlist .itemlistbox .price p,
#osechi.cat .itemlist .itemlistbox .btn {
    margin-top: 15px;
}

/* --------------------------
2024秋
----------------------------- */
#autumn2024 .intro {
    background: url("https://totenko-gift.com/img/item/2024aut2/intro_bg.jpg") no-repeat;
    text-align: center;
    padding: 80px 0;
}
#autumn2024 .intro p {
    line-height: 200%;
}
#autumn2024 .arrange {
    background:  url("https://totenko-gift.com/img/item/2024aut2/moritsuke_bg.jpg") center;
    background-size: cover;
}
.setpage .option {
    width: 880px;
    border: 5px solid #d1c5ae;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    margin: 0 auto;
}
.setpage .option .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.setpage .option .ttl h3 {
    color: #8b6d34;
    font-size: 38px;
    line-height: 180%;
    margin: 0 0 10px 0;
}
.setpage .option .ttl p {
    margin: 0;
}
.setpage .option ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.setpage .option ul li {
    width: 33%;
    margin: 0;
    padding: 0 15px;
}
.setpage .option ul li img {
    border-radius: 10px;
}
.setpage .option ul li h4 {
    text-align: center;
    font-size: 26px;
    line-height: 160%;
    margin: 15px 0;
    color: #8b6d34;
}

/* --------------------------
2024冬
----------------------------- */
#winter2024 .intro {
    background: none;
    padding: 0;
}
#winter2024 .intro h2 {
    margin-bottom: 0;
}
#winter2024 .intro p {
    width: 800px;
    margin: 0 auto;
}
#winter2024 .intro .photo {
    margin: 50px 0;
}
#winter2024 .burger {
    border: #d7d0b5 20px solid;
    padding: 170px 30px 30px;
    position: relative;
    margin-top: 130px;
}
#winter2024 .burger h2 {
    position: absolute;
    top: -55px;
    width: 100%;
    text-align: center;
}
#winter2024 .burger ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#winter2024 .burger ul li {
    width: 48%;
    padding: 15px 0;
}
#winter2024 .burger ul li .img {
    margin-bottom: 10px;
}
#winter2024 .burger ul li h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 15px;
    color: #928349;
}
#winter2024 .burger ul li .material {
    margin: 0 0 20px 0;
    color: #928349;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
}
#winter2024 .volumeup {
    margin: 80px 0;
}
#winter2024 .volumeup p {
    margin: 30px auto;
    width: 800px;
}
#winter2024 .wrapping {
    margin-top: 50px;
}
}
@media screen and (min-width:769px){
/* 30-0 Only PC 
 *----------------------------------------------------------------------*/
.pc_none{display:none !important;}
.top_recommend .manto{}
.top_recommend .manto h3{margin:100px 0 70px;}
.top_recommend .manto .shumaicap{width:530px;height:500px;position:absolute;top:0;left:60px;z-index:20;font-size:16px;background-color:rgba(255,255,255,0.5);}
.top_recommend .manto .shumaicap .txt{width:70%;margin:0 auto;}
.top_recommend .manto .shumaicap .btn{margin:60px auto 0;text-align:center;}
.top_recommend .manto .shumaicap .btn a{text-decoration:underline;}
.top_recommend .manto .shumaicap .btn a:hover{text-decoration:none;}
.top_recommend .manto .shumaicap .btn a:after{content:"＞";}
.top_recommend_shumai .shumai{}
.top_recommend_shumai .shumai h3{margin:100px 0 70px;}
.top_recommend_totenko .outide_totenko h3{margin:100px 0 50px;}
.top_recommend_shumai .shumai .shumaicap,
.top_recommend_totenko .outide_totenko .outide_totenko_cap{width:530px;height:500px;position:absolute;top:0;left:60px;z-index:11;font-size:16px;background-color:rgba(255,255,255,0.5);}
.top_recommend_shumai .shumai .shumaicap .txt{width:70%;margin:0 auto;}
.top_recommend_totenko .outide_totenko .outide_totenko_cap .txt{text-align: center;font-weight: 500;width: 80%;margin: 0 auto;}
.top_recommend_shumai .shumai .shumaicap .btn{margin:40px auto 0;text-align:center;}
/*20181121*/
.bottom_cart_btn {margin: 70px 0;}
.bottom_cart_btn form#sysCartInForm {max-width: 600px;margin: 0 auto;}
.bottom_cart_btn form div {font-size: 0;}
.bottom_cart_btn form#sysCartInForm .sysCartButton {width: 100%;height: 90px;margin: 0;background-size: 40%;}
.bottom_cart_btn .sysCartInDone,.bottom_cart_btn form div select,.bottom_cart_btn form div .sysNumArea{display:none;}

body {
    margin: 0;
}
div#sysMain {
    max-width: 980px;
}
#sysItemCategory div#sysMain {
    max-width: 1280px !important;
}

/* -------------------------
event
---------------------------- */

/* totenkonohi */
#totenkonohi {
    width: 1240px;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
}
#totenkonohi h1,
#totenkonohi h2,
#totenkonohi h3,
#totenkonohi h4 {
    margin: 0;
}
#totenkonohi h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
#totenkonohi a {
    transition: .5s;
}
#totenkonohi a:hover {
    opacity: .8;
}
#totenkonohi main {
    margin-bottom: 80px;
}
#totenkonohi section {
    margin-bottom: 80px;
}
#totenkonohi .picture {
    width: 1000px;
    margin: 0 auto;
}
#totenkonohi .about {
    text-align: center;
}
#totenkonohi .about .txt {
    font-size: 24px;
    line-height: 180%;
}
#totenkonohi .about .txt strong {
    background: linear-gradient(transparent 50%, #fdff5d 50%);
    font-weight: 400;
}
#totenkonohi .about .txt small {
    font-size: 16px;
    line-height: 160%;
}
#totenkonohi .about dl.code {
    border: 5px solid #000;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 1100px;
    margin: 30px auto;
}
#totenkonohi .about dl.code dt {
    color: #FFF;
    background: #000;
    width: 40%;
    font-size: 28px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#totenkonohi .about dl.code dd {
    width: 60%;
    font-size: 58px;
    line-height: 100%;
    height: 120px;
    color: #cb4043;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    letter-spacing: 1px;
}
#totenkonohi .info h2 {
    text-align: center;
    color: #cb4043;
    font-size: 60px;
    line-height: 140%;
}
#totenkonohi .info dl {
    width: 1100px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 160%;
    padding: 30px;
}
#totenkonohi .info dl dt {
    width: 20%;
    padding: 10px;
    margin: 0;
}
#totenkonohi .info dl dd {
    width: 80%;
    padding: 10px;
    margin: 0;
}
#totenkonohi .info dl dd strong {
    color: #cb4043;
}
#totenkonohi .itemlist h2 {
    text-align: center;
    color: #cb4043;
    font-size: 46px;
    line-height: 140%;
}
#totenkonohi .itemlist .listbox {
    width: 1150px;
    margin: 50px auto;
}
#totenkonohi .itemlist .listbox h3 {
    padding: 30px;
    margin: 0;
    border-radius: 15px 15px 0 0;
    background: #EEE;
    text-align: center;
    font-size: 36px;
    line-height: 160%;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    color: #FFF;
}
#totenkonohi .itemlist .listbox h3 strong {
    color: #fdff82;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
}
#totenkonohi .itemlist .listbox .inner {
    background: #feffc9;
    padding: 50px;
    border-radius: 0 0 15px 15px;
}
#totenkonohi .itemlist .listbox .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
#totenkonohi .itemlist .listbox .inner ul li {
    width: 50%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
}
#totenkonohi .itemlist .listbox .inner ul li img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
#totenkonohi .itemlist .listbox .inner ul li h4 {
    margin: 0 0 20px 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner ul li .cva {
    margin-top: auto;
    font-size: 21px;
    line-height: 230%;
}
#totenkonohi .itemlist .listbox .inner ul li .cva .price strong {
    margin: 0 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 28px;
}
#totenkonohi .itemlist .listbox.season .inner ul li .cva .price strong {
    color: #cb4043;
    font-size: 34px;
}
#totenkonohi .itemlist .listbox .inner ul li .btn a {
    display: block;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #cb4043;
    color: #FFF;
    font-size: 21px;
    line-height: 160%;
    text-decoration: none;
    margin-top: 15px;
}
#totenkonohi .itemlist .listbox .inner .intro {
    margin: 0 0 50px 0;
    text-align: center;
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi .itemlist .listbox .inner .total {
    margin: 50px 0 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 160%;
}
#totenkonohi .itemlist .listbox .inner .total strong {
    color: #cb4043;
    margin: 0 5px;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 34px;
}
#totenkonohi .itemlist .listbox .inner .total big {
    font-size: 53px;
}
#totenkonohi .last {
    text-align: center;
}
#totenkonohi .last h2 {
    color: #cb4043;
    margin: 0 0 30px 0;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 140%;
}
#totenkonohi .last .btn_red a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 600px;
    height: 80px;
    background: #cb4043;
    color: #FFF;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    border-radius: 100px;
}
#totenkonohi .last .btn_red a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_top.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#totenkonohi .last .btn_red a:hover {
    background: #a52d2e;
    opacity: 1;
}
#totenkonohi .last .btn_white {
    margin-top: 30px;
}
#totenkonohi .last .btn_white a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 400px;
    height: 80px;
    border: 1px solid #DDD;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    border-radius: 100px;
    color: #000;
}
#totenkonohi .last .btn_white a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_back.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
#totenkonohi .last .btn_white a:hover {
    background: #DDD;
    opacity: 1;
}

/* listpage */
#totenkonohi.listpage * {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
#totenkonohi.listpage main {
    margin: 0;
}
#totenkonohi.listpage .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#totenkonohi.listpage .hold {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/bg_paper.jpg") no-repeat top;
    text-align: center;
    padding: 70px 0;
}
#totenkonohi.listpage .hold h2,
#totenkonohi.listpage .hold h2 strong,
#totenkonohi.listpage .hold .next,
#totenkonohi.listpage .hold .next strong {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
}
#totenkonohi.listpage .hold h2 {
    margin-bottom: 50px;
    font-size: 26px;
    line-height: 180%;
}
#totenkonohi.listpage .hold h2 strong {
    color: #cb4043;
}
#totenkonohi.listpage .hold .next {
    font-size: 43px;
    line-height: 160%;
    color: #981b20;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
#totenkonohi.listpage .hold .next strong {
    border-bottom: 2px dotted #cb4043;
}
#totenkonohi.listpage .hold .next_info {
    background: #feff97;
    padding: 50px;
    border-radius: 15px;
    width: 1100px;
    margin: 0 auto;
}
#totenkonohi.listpage .hold .next_info .thumbnail {
    width: 300px;
}
#totenkonohi.listpage .hold .next_info .txt {
    width: 650px;
    text-align: left;
}
#totenkonohi.listpage .hold .next_info .txt .date,
#totenkonohi.listpage .history .historybox .txt .date {
    background: #cb4043;
    color: #FFF;
    font-size: 16px;
    line-height: 160%;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
#totenkonohi.listpage .hold .next_info .txt h3 {
    font-size: 28px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 10px 0;
}
#totenkonohi.listpage .history .historybox .txt h3 {
    font-size: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    margin: 10px 0;
}
#totenkonohi.listpage .history .historybox .txt p {
    font-size: 14px;
    line-height: 160%;
}
#totenkonohi.listpage .hold .next_info .txt .more a {
    color: #981b20;
    font-size: 18px;
    display: flex;
    align-items: center;
    width: inherit;
}
#totenkonohi.listpage .hold .next_info .txt .more a::before {
    content: "";
    display: inline-block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_right.png") no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#totenkonohi.listpage .hold .next_info .txt .more a:hover {
    text-decoration: none;
    opacity: 1;
}
#totenkonohi.listpage .about .catch {
    margin-bottom: 50px;
}
#totenkonohi.listpage .about .catch span {
    background: #cb4043;
    color: #FFF;
    font-size: 43px;
    line-height: 200%;
    padding: 2px 10px;
    font-feature-settings: "palt";
}
#totenkonohi.listpage .about .flex {
    width: 1100px;
    align-items: flex-start;
    margin: 50px 0;
}
#totenkonohi.listpage .about .flex .photo {
    width: 470px;
}
#totenkonohi.listpage .about .flex .txt {
    width: 550px;
    text-align: left;
}
#totenkonohi.listpage .about .flex .txt p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi.listpage .about .flex .txt p big {
    font-size: 24px;
    line-height: 160%;
}
#totenkonohi.listpage .about .flex .txt p strong {
    background: none;
    color: #981b20;
}
#totenkonohi.listpage .history {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/line.jpg") no-repeat top;
    padding: 50px 0;
}
#totenkonohi.listpage .history h2 {
    color: #981b20;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 43px;
    line-height: 160%;
}
#totenkonohi.listpage .history .historybox {
    border: 1px solid #CCC;
    margin: 0 auto 30px auto;
    width: 1100px;
}
#totenkonohi.listpage .history .historybox .thumbnail {
    width: 200px;
}
#totenkonohi.listpage .history .historybox .thumbnail img {
    width: 100%;
}
#totenkonohi.listpage .history .historybox .txt {
    width: 880px;
    padding: 0 30px;
}


/* april */
#totenkonohi.april .about dl.code {
    border: 5px solid #7ab968;
}
#totenkonohi.april .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.april .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202404/info.jpg") no-repeat fixed center;
    padding: 80px 0;
}
#totenkonohi.april .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi .itemlist .listbox.season h3 {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.season .inner ul li .btn a {
    background: #7ab968;
}
#totenkonohi .itemlist .listbox.mother h3 {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.mother .inner ul li .btn a {
    background: #c7607d;
}
#totenkonohi .itemlist .listbox.ouchide h3 {
    background: #981b20;
}
#totenkonohi .itemlist .listbox.ouchide .inner ul li .btn a {
    background: #981b20;
}



/* may */
#totenkonohi.may .about dl.code {
    border: 5px solid #7ab968;
}
#totenkonohi.may .about dl.code dt {
    background: #7ab968;
}
#totenkonohi.may .info {
    background: url("https://totenko-gift.com/img/contents/totenkonohi/202405/info.jpg") no-repeat fixed center;
    padding: 80px 0;
}
#totenkonohi.may .info dl {
    box-shadow: 0 0 30px rgba(122,185,104,0.3);
    background: #FFF;
}
#totenkonohi #totenmeiru {
    background: #ece3e3;
    padding-bottom: 50px;
}
#totenkonohi #totenmeiru h2 {
    font-size: 58px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    line-height: 160%;
    margin: 50px 0;
    text-align: center;
    color: #cb4043;
}
#totenkonohi #totenmeiru h2 rt {
    font-size: 18px;
    line-height: 180%;
}
#totenkonohi #totenmeiru h3 {
    font-size: 32px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 30px 0;
    text-align: center;
    color: #cb4043;
}
#totenkonohi #totenmeiru h3.mini {
    font-size: 21px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 20px 0;
    text-align: center;
    color: #333;
}
#totenkonohi #totenmeiru h4 {
    font-size: 18px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 160%;
    margin: 0 0 10px 0;
    text-align: center;
    color: #cb4043;
    font-feature-settings: "palt";
}
#totenkonohi #totenmeiru h4 small {
    letter-spacing: -.5px;
}
#totenkonohi #totenmeiru .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 50px;
}
#totenkonohi #totenmeiru .flex .photo {
    width: 480px;
}
#totenkonohi #totenmeiru .flex .txt {
    width: 610px;
}
#totenkonohi #totenmeiru .flex .txt p {
    margin: 0 0 20px 0;
}
#totenkonohi #totenmeiru .flex .txt p:last-child {
    margin-bottom: 0;
}
#totenkonohi #totenmeiru .warikata {
    text-align: center;
    margin: 80px 0;
}
#totenkonohi #totenmeiru .yakuzen ul,
#totenkonohi #totenmeiru .warikata ul {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0 50px;
    list-style: none;
    text-align: left;
}
#totenkonohi #totenmeiru .yakuzen ul li,
#totenkonohi #totenmeiru .warikata ul li {
    width: 25%;
    margin: 0;
    padding: 0 15px;
}
#totenkonohi #totenmeiru .yakuzen ul li img,
#totenkonohi #totenmeiru .warikata ul li img {
    margin-bottom: 15px;
}
#totenkonohi #totenmeiru .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 600px;
    height: 80px;
    background: #b42827;
    color: #FFF;
    margin: 0 auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 140%;
    border-radius: 100px;
}
#totenkonohi #totenmeiru .btn a::before {
    content: "";
    display: block;
    background: url("https://totenko-gift.com/img/contents/totenkonohi/btn_right-wh.png") no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/* -------------------------
itempage
---------------------------- */
/* itemlinks */
.itemlinks {
    width: 100%;
    margin-top: 30px;
    border: 1px solid #999;
    border-radius: 10px;
}
.itemlinks h3 {
    color: #333;
    font-size: 15px;
    line-height: 160%;
    margin: 0;
    padding: 10px;
    text-align: center;
    background: #EEE;
    border-radius: 10px 10px 0 0;
}
.itemlinks ul,
.itemlinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.itemlinks ul li {
    padding: 10px;
    border-top: 1px dotted #999;
}
.itemlinks ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.itemlinks ul li a img {
    width: 25%;
}
.itemlinks ul li a p {
    width: 70%;
    margin: 0;
}

#winterset2023,
.setpage {
    width: 980px;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 180%;
    color: #333;
    text-align: left;
    margin-bottom: 80px;
}
#winterset2023 *,
.setpage * {
    box-sizing: border-box;
}
#winterset2023 img,
.setpage img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
#winterset2023 a,
.setpage a {
    cursor: pointer;
}
#winterset2023 a img,
.setpage a img {
    transition: .5s;
}
#winterset2023 a:hover img,
.setpage a:hover img {
    opacity: .8;
}
#winterset2023 .sp,
.setpage .sp {
    display: none !important;
}
#winterset2023 main,
.setpage main {
    padding: 0 !important;
}
#winterset2023 h1,
#winterset2023 h2,
#winterset2023 h3,
#winterset2023 h4,
#winterset2023 h5,
.setpage h1,
.setpage h2,
.setpage h3,
.setpage h4,
.setpage h5 {
    margin: 0;
    font-family: 'Noto Serif JP', serif;
}
#winterset2023 p,
.setpage p {
    margin: 0;
}
#winterset2023 .flex,
.setpage .flex {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
#winterset2023 .intro {
    background: url("https://totenko-gift.com/img/item/2023win/intro.jpg") no-repeat bottom;
    padding: 60px 0;
    text-align: center;
    height: 465px;
}
#winterset2023 .intro h2,
.setpage .intro h2 {
    margin: 0 0 50px 0;
}
#winterset2023 .item_list,
.setpage .item_list {
    margin: 0 0 60px 0;
}
#winterset2023 .point,
.setpage .point {
    margin: 60px 0;
}
#winterset2023 .point .flex,
.setpage .point .flex {
    margin-bottom: 50px;
    align-items: center;
}
#winterset2023 .point .flex:nth-child(even),
.setpage .point .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#winterset2023 .point .flex .photo,
.setpage .point .flex .photo {
    width: 450px;
}
#winterset2023 .point .flex .txt,
.setpage .point .flex .txt {
    width: 500px;
    padding: 30px;
    text-align: left;
}
#winterset2023 .point .flex .txt h3,
.setpage .point .flex .txt h3 {
    margin: 0 0 30px 0;
}
#winterset2023 .point .flex .txt p,
.setpage .point .flex .txt p {
    margin: 0;
}
#winterset2023 .btn,
.setpage .btn {
    margin: 60px 0;
    text-align: center;
}
#winterset2023 .set,
.setpage .set {
    margin: 100px 0;
}
#winterset2023 .set h2,
#winterset2023 .set h3,
#winterset2023 .set h4,
#winterset2023 .set h5,
.setpage .set h2,
.setpage .set h3,
.setpage .set h4,
.setpage .set h5 {
    margin: 0 0 30px 0;
}
#winterset2023 .set .itembox.short .info,
.setpage .set .itembox.short .info {
    flex-direction: row-reverse;
}
#winterset2023 .set .itembox .inner,
.setpage .set .itembox .inner {
    margin: 0 50px;
}
#winterset2023 .set .itembox .feature .flex,
.setpage .set .itembox .feature .flex {
    margin: 50px 0;
}
#winterset2023 .set .itembox .feature .flex:nth-child(even),
.setpage .set .itembox .feature .flex:nth-child(even) {
    flex-direction: row-reverse;
}
#winterset2023 .set .itembox .feature .photo,
.setpage .set .itembox .feature .flex .photo {
    width: 50%;
}
#winterset2023 .set .itembox .feature .txt,
.setpage .set .itembox .feature .flex .txt {
    width: 45%;
    text-align: left;
}
#winterset2023 .set .feature.parallel .flex,
.setpage .set .feature.parallel .flex {
    align-items: baseline;
}
#winterset2023 .set .feature.parallel .flex .box,
.setpage .set .feature.parallel .flex .box {
    width: 48%;
}
#winterset2023 .set .feature.parallel .flex .photo,
#winterset2023 .set .feature.parallel .flex .txt,
.setpage .set .feature.parallel .flex .photo,
.setpage .set .feature.parallel .flex .txt {
    width: 100%;
    padding: 0;
}
#winterset2023 .set .feature.parallel .flex .photo,
.setpage .set .feature.parallel .flex .photo {
    margin-bottom: 20px;
}
#winterset2023 .set .feature.parallel .flex .txt h5,
.setpage .set .feature.parallel .flex .txt h5 {
    margin-bottom: 10px;
}
#winterset2023 .flex .txt h5 small,
.setpage .flex .txt h5 small {
    font-size: 14px;
}
#winterset2023 .set .itembox,
.setpage .set .itembox {
    margin-bottom: 100px;
}
#winterset2023 .set h3.keyvisual,
.setpage .set h3.keyvisual {
    margin-bottom: 50px;
}
#winterset2023 .set h4.itemttl,
.setpage .set h4.itemttl {
    text-align: center;
    margin-bottom: 60px;
    font-size: 43px;
    font-weight: 600;
    line-height: 160%;
}
#winterset2023 .set .info,
.setpage .set .info {
    margin: 60px 0;
}
#winterset2023 .set .info .photo,
.setpage .set .info .photo {
    width: 50%;
}
#winterset2023 .set .info .txt,
.setpage .set .info .txt {
    width: 45%;
    text-align: left;
}
#winterset2023 .set .info .txt h5,
.setpage .set .info .txt h5 {
    font-size: 28px;
    line-height: 160%;
}
#winterset2023 .set .feature .txt h5,
.setpage .set .feature .txt h5,
.setpage .set .material .txt h5 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 15px;
}
#winterset2023 .set .info p,
#winterset2023 .set .feature p,
.setpage .set .info .txt p,
.setpage .set .feature .txt p {
    margin-bottom: 15px;
}
#winterset2023 .set .info p:last-child,
#winterset2023 .set .feature p:last-child,
.setpage .set .info .txt p:last-child,
.setpage .set .feature .txt p:last-child {
    margin-bottom: 0;
}
#winterset2023 .spec,
.setpage .spec {
    padding: 30px;
    border: 2px solid #d7d0b5;
}
#winterset2023 .spec img,
.setpage .spec img {
    width: 49%;
}
.setpage .spec dl {
    width: 45%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 160%;
}
.setpage .spec dl dt,
.setpage .spec dl dd {
    margin: 0;
    padding: 5px 0;
}
.setpage .spec dl dt {
    width: 30%;
}
.setpage .spec dl dd {
    width: 68%;
}
#winterset2023 .spec p,
.setpage .spec p {
    width: 100%;
    margin-top: 10px;
}
.setpage .material {
    margin: 80px 0;
}
.setpage .material .box {
    margin-bottom: 50px;
}
.setpage .set .material .photo {
    margin-bottom: 20px;
}
.setpage .set .material .txt p {
    margin-bottom: 15px;
}
.setpage .set .material .txt p:last-child {
    margin-bottom: 0;
}
.setpage .arrange {
    width: 880px;
    padding: 40px;
    border-radius: 10px;
    margin: 30px auto;
}
.setpage .arrange h3 {
    text-align: center;
}
.setpage .arrange p {
    margin: 30px 0 15px 0;
}
.setpage .arrange p:last-child {
    margin: 0;
}
.setpage .arrange a {
    color: #333;
    background: url('https://totenko-gift.com/img/item/2024aut2/ico.png') no-repeat 0 center;
    background-size: 16px;
    padding-left: 25px;
}
.setpage .arrange a:hover {
    text-decoration: none;
}

/* エビチリ */
#winterset2023 .set .size,
.setpage .set .size {
    background: url("https://totenko-gift.com/img/item/2023win/bg_gold.jpg");
    padding: 50px;
}
#winterset2023 .set .size h4,
.setpage .set .size h4 {
    text-align: center;
    margin-bottom: 40px;
}
#winterset2023 .set .size .photo,
.setpage .set .size .photo {
    width: 65%;
}
#winterset2023 .set .size .txt,
.setpage .set .size .txt {
    width: 30%;
}
#winterset2023 .set .size .txt h5,
.setpage .set .size .txt h5 {
    font-size: 21px;
    line-height: 160%;
    margin: 0 0 15px 0;
}
#winterset2023 .set .size .txt p,
.setpage .set .size .txt p {
    font-size: 14px;
    line-height: 180%;
}
#winterset2023 .gift {
    background: url("https://totenko-gift.com/img/item/2023win/gift.png") no-repeat 0 0, url("https://totenko-gift.com/img/item/2023win/bg_gray.jpg");
    outline : 1px solid #FFFFFF; /* 線の太さ・線状・色 */
    outline-offset : -5px;
    padding: 50px 50px 50px 550px;
    margin: 80px 0;
    height: 400px;
}
#winterset2023 .gift h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 180%;
}
.setpage .last {
    margin: 40px 0;
}

/* --------------------------
2024春
----------------------------- */
#spring2024 .intro {
    background: url("../img/item/2024spr/intro.jpg") no-repeat top;
    background-size: 100%;
    padding: 50px 30px;
    min-height: 410px;
    text-align: center;
}
#spring2024 .option {
    text-align: center;
}
#spring2024 .option p {
    margin: 30px 0;
}
.setpage .spec.flex {
    align-items: flex-start;
}
.setpage .spec p {
    width: 48%;
}
#spring2024 .mothersday {
    margin: 80px 0;
}
#spring2024 .mothersday h3 {
    margin: 0 0 30px 0;
}

/* --------------------------
2024冷麺
----------------------------- */
#reimen2024 .intro {
    background: url("https://totenko-gift.com/img/item/2024reimen/intro.jpg") no-repeat top;
    background-size: 100%;
    padding: 50px 30px;
    min-height: 410px;
    text-align: center;
}
#reimen2024 .intro p {
    margin-bottom: 15px;
}
#reimen2024 .intro p:last-child {
    margin-bottom: 0;
}
#reimen2024 .spec p {
    width: 100%;
}
#reimen2024 #ebichiri.itembox .feature .flex:nth-child(odd) {
    flex-direction: row-reverse;
}
#reimen2024 #ebichiri.itembox .feature .flex:nth-child(even) {
    flex-direction: row;
}

/* --------------------------
お中元2024
----------------------------- */
#ochugen2024 .sp{
	display: none;
}
#ochugen2024 .inner{
	width: 100%;
	margin: 70px auto;
	text-align: center;
}
#ochugen2024 .Mainimage h1 img{
	width: 100%;
	height: auto;
}
#ochugen2024 .gift ul.gift-list.inner{
	margin: 60px auto 100px auto;
	width: 1040px;
}
#ochugen2024 .gift ul li.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#ochugen2024 .gift ul li{
	margin-bottom: 50px;
}
#ochugen2024 .gift ul li:last-of-type{
	margin-bottom: 0;
}
#ochugen2024 .gift ul li figure{
	width: 400px;
	height: auto;
}
#ochugen2024 .explain-btn{
	width: 550px;
}
#ochugen2024 .explain-btn a img{
	margin-top: 40px;
}

/* --------------------------
2024夏
----------------------------- */
#summer2024 .intro {
    background: url("../img/item/2024sum/intro_bg.jpg") no-repeat top;
    background-size: 100%;
    padding: 50px 30px;
    min-height: 410px;
    text-align: center;
}
#summer2024 #jajamen .arrange {
    background:  url("../img/item/2024sum/jajamen_arrange_bg.jpg") center;
    background-size: cover;
}

/* --------------------------
2025おせち
----------------------------- */
#osechi {
    width: 980px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    margin-bottom: 50px;
}
#osechi * {
    box-sizing: border-box;
    font-feature-settings: "palt";
}
#osechi h2,
#osechi h3,
#osechi h4 {
    margin: 0;
}
#osechi p {
    margin: 0;
}
#osechi p:not(last-child) {
    margin: 0 0 20px 0;
}
#osechi .red {
    color: #8d0101;
}
#osechi .flex {
    display: flex;
    justify-content: space-between;
}
#osechi .family {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    padding-bottom: 30px;
}
#osechi .family p {
    text-align: center;
    margin-top: 20px;
}
#osechi .intro {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    padding: 0 0 50px 0;
}
#osechi .intro .top {
    background: url("https://totenko-gift.com/img/item/2025osechi/intro_ttl.jpg");
    text-align: center;
    padding: 160px 0 20px 0;
}
#osechi .intro .flex {
    margin: 30px 70px 0 70px;
}
#osechi .intro .flex h3 {
    width: 45%;
    font-size: 30px;
    font-weight: 600;
    line-height: 160%;
}
#osechi .intro .flex p {
    width: 50%;
}
#osechi .item {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
}
#osechi .item .itembox.fukahire {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_gold.jpg");
}
#osechi .item .itembox:not(last-child) {
    margin-bottom: 30px;
}
#osechi .item .itembox.fukahire .txt,
#osechi .item .itembox.shokoshu .txt {
    padding: 30px;
}
#osechi .item .itembox.fukahire .txt h4,
#osechi .item .itembox.shokoshu .txt h4 {
    margin-bottom: 15px;
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    line-height: 160%;
}
#osechi .item .itembox.fukahire .txt .txtbox,
#osechi .item .itembox.shokoshu .txt .txtbox {
    column-count: 2;
}
#osechi .item .itembox.soup .photo,
#osechi .item .itembox.shokoshu .photo {
    text-align: center;
}
#osechi .item .pickup {
    padding: 20px 60px;
}
#osechi .item .pickup .photo {
    width: 350px;
}
#osechi .item .pickup .txt {
    width: 495px;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    line-height: 160%;
}
#osechi .item .pickup .txt h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
}
#osechi .item .pickup .txt a {
    color: #c70808;
    display: flex;
    align-items: center;
}
#osechi .item .pickup .txt a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23c70808%22%20class%3D%22bi%20bi-arrow-right-circle-fill%22%20viewBox%3D%220%200%2016%2016%22%3E%20%3Cpath%20d%3D%22M8%200a8%208%200%201%201%200%2016A8%208%200%200%201%208%200M4.5%207.5a.5.5%200%200%200%200%201h5.793l-2.147%202.146a.5.5%200%200%200%20.708.708l3-3a.5.5%200%200%200%200-.708l-3-3a.5.5%200%201%200-.708.708L10.293%207.5z%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}
#osechi .item ul {
    padding: 20px 50px;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#osechi .item .item_2 ul {
    background: url("https://totenko-gift.com/img/item/2025osechi/item_bg.jpg") no-repeat 80% 75%;
}
#osechi .item .item_3 ul {
    background: url("https://totenko-gift.com/img/item/2025osechi/item_bg.jpg") no-repeat 115% 75%;
}
#osechi .item ul li {
    width: 25%;
    padding: 0 20px 20px 20px;
    text-align: center;
}
#osechi .item ul li img {
    margin-bottom: 15px;
}
#osechi .item ul li h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}
#osechi .item ul li h4.multiple {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}
#osechi .item ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 140%;
}
#osechi .point .pointbox {
    background: #FFF;
    padding: 40px 0 0 0;
    margin: 30px 60px 60px 60px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0 15px rgba(255,180,83,.4);
}
#osechi .point .pointbox .icon {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 310px;
    border-radius: 25px;
    color: #FFF;
    background: #DDD;
    text-align: center;
    padding: 5px;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 1px;
    margin-left: -155px;
}
#osechi .point .range .icon {
    background: #bb993c;
}
#osechi .point .hygiene .icon {
    background: #c57769;
}
#osechi .point .pointbox h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px;
}
#osechi .point .range h3 {
    border-bottom: 1px solid #e7cbb2;
}
#osechi .point .hygiene h3 {
    border-bottom: 1px solid #edd5d1;
}
#osechi .point .range .txt {
    background: url("https://totenko-gift.com/img/item/2025osechi/range_photo.jpg") no-repeat 0 0;
    padding: 0 40px 0 430px;
    height: 315px;
    display: flex;
    align-items: center;
}
#osechi .point .hygiene .txt {
    padding: 30px 40px 20px 40px;
}
#osechi .voice {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
}
#osechi .voice h2 {
    text-align: center;
    font-size: 43px;
    font-weight: 400;
    line-height: 160%;
}
#osechi .voice ul {
    padding: 30px 40px;
    margin: 0;
}
#osechi .voice ul li {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    align-items: center;
}
#osechi .voice ul li .img {
    width: 15%;
}
#osechi .voice ul li .txt {
    width: 80%;
}
#osechi .voice ul li .txt p {
    margin: 0;
}
#osechi .voice ul li .txt p strong {
    color: #8c0000;
    font-weight: 400;
}
#osechi .voice ul li .txt .prof {
    font-size: 14px;
    line-height: 160%;
}
#osechi .cva {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg");
    padding-bottom: 10px;
}
#osechi .cva dl {
    margin: 30px 40px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(255,180,83,.4);
}
#osechi .cva dl dt {
    width: 20%;
    padding: 10px;
    margin: 0;
}
#osechi .cva dl dd {
    width: 80%;
    padding: 5px 10px;
    margin: 0;
}
#osechi.cat {
    margin: 0 auto 80px auto;
}
#osechi.cat .intro {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_cloud01.png") no-repeat -50px 30px, url("https://totenko-gift.com/img/item/2025osechi/bg_cloud02.png") no-repeat 115% 110px, url("https://totenko-gift.com/img/item/2025osechi/bg_yellow.jpg") repeat-y;
    padding: 80px 0 50px 0;
    text-align: center;
}
#osechi.cat .intro h3 {
    margin-bottom: 30px;
}
#osechi.cat .intro h4 {
    font-size: 28px;
    line-height: 160%;
}
#osechi.cat .intro .flex {
    text-align: left;
}
#osechi.cat .intro .photo {
    margin: 50px 0;
}
#osechi.cat .itemlist {
    background: url("https://totenko-gift.com/img/item/2025osechi/bg_pink.jpg");
    padding: 40px 0;
}
#osechi.cat .itemlist .itemlistbox {
    width: 900px;
    margin: 30px auto;
    align-items: center;
}
#osechi.cat .itemlist .itemlistbox .photo {
    width: 450px;
}
#osechi.cat .itemlist .itemlistbox .txt {
    width: 410px;
}
#osechi.cat .itemlist .itemlistbox .txt h4 {
    font-size: 26px;
    line-height: 160%;
    margin: 0 0 10px 0;
}
#osechi.cat .itemlist .itemlistbox .txt ul {
    margin: 0 0 10px 0;
    padding: 0;
}
#osechi.cat .itemlist .itemlistbox .txt ul li {
    margin: 0 0 0 20px;
    padding: 0;
}
#osechi.cat .itemlist .itemlistbox .txt p {
    line-height: 145%;
}
#osechi.cat .itemlist .itemlistbox .price p,
#osechi.cat .itemlist .itemlistbox .btn {
    margin-top: 15px;
}

/* --------------------------
2024秋
----------------------------- */
#autumn2024 .intro {
    background: url("https://totenko-gift.com/img/item/2024aut2/intro_bg.jpg") no-repeat;
    text-align: center;
    padding: 80px 0;
}
#autumn2024 .intro p {
    line-height: 200%;
}
#autumn2024 .arrange {
    background:  url("https://totenko-gift.com/img/item/2024aut2/moritsuke_bg.jpg") center;
    background-size: cover;
}
.setpage .option {
    width: 880px;
    border: 5px solid #d1c5ae;
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    margin: 0 auto;
}
.setpage .option .ttl {
    text-align: center;
    margin-bottom: 30px;
}
.setpage .option .ttl h3 {
    color: #8b6d34;
    font-size: 38px;
    line-height: 180%;
    margin: 0 0 10px 0;
}
.setpage .option .ttl p {
    margin: 0;
}
.setpage .option ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}
.setpage .option ul li {
    width: 33%;
    margin: 0;
    padding: 0 15px;
}
.setpage .option ul li img {
    border-radius: 10px;
}
.setpage .option ul li h4 {
    text-align: center;
    font-size: 26px;
    line-height: 160%;
    margin: 15px 0;
    color: #8b6d34;
}

/* --------------------------
2024冬
----------------------------- */
#winter2024 .intro {
    background: none;
    padding: 0;
}
#winter2024 .intro h2 {
    margin-bottom: 0;
}
#winter2024 .intro p {
    width: 800px;
    margin: 0 auto;
}
#winter2024 .intro .photo {
    margin: 50px 0;
}
#winter2024 .burger {
    border: #d7d0b5 20px solid;
    padding: 170px 30px 30px;
    position: relative;
    margin-top: 130px;
}
#winter2024 .burger h2 {
    position: absolute;
    top: -55px;
    width: 100%;
    text-align: center;
}
#winter2024 .burger ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#winter2024 .burger ul li {
    width: 48%;
    padding: 15px 0;
}
#winter2024 .burger ul li .img {
    margin-bottom: 10px;
}
#winter2024 .burger ul li h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 15px;
    color: #928349;
}
#winter2024 .burger ul li .material {
    margin: 0 0 20px 0;
    color: #928349;
    font-weight: bold;
    font-size: 18px;
    line-height: 160%;
}
#winter2024 .volumeup {
    margin: 80px 0;
}
#winter2024 .volumeup p {
    margin: 30px auto;
    width: 800px;
}
#winter2024 .wrapping {
    margin-top: 50px;
}
}
/* #END_OF_RESOURCE_FILE */
