@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* 共通
-------------------------------------------- */
.snsList {
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  margin-top: 20px;
}

#bg_wrapper {
  background: #fff;
}

.nikke2609 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.nikke2609 a {
  color: #ff0000;
  text-decoration: underline;
}
.nikke2609 ul.caut {
  margin: 1em 0;
  padding: 0  0.5em;
  list-style-type: none;
  text-align: left;
}
.nikke2609 ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 0.3em;
}
.nikke2609 ul.caut.dot li {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.nikke2609 ul.caut li.att,
.nikke2609 p.caut.att {
  color: #ff0000;
}

/* PC
-------------------------------------------- */
@media screen and (min-width: 751px), print {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: inherit;
  }

  #bg_wrapper {
    position: relative;
  }

  #bg_wrapper #wrapper2 {
    max-width: none;
  }

  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  nav.submenu.open {
    left: 0 !important;
  }
}
@media screen and (min-width: 751px), print {
  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  #maga_header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }

  #footer_sec-03 .innerBlock {
    max-width: 1000px;
    width: 100%;
  }

  #footer_sec-03 .innerBlock > ul.list01 > li {
    max-width: 201px;
    height: 460px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    max-width: 190px;
    width: calc(100% / 5);
  }

  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }

  .nikke2609 {
    font-size: 18px;
    font-feature-settings: "palt";
    color: #484848;
    overflow: hidden;
    z-index: 0;
    min-height: 1300px;
    position: relative;
    /* file-------------------------------*/
    /* decoration-------------------------------*/
    /* post-------------------------------*/
    /* foods-------------------------------*/
    /* goods-------------------------------*/
    /* print-------------------------------*/
    /* broadcast-------------------------------*/
  }
  .nikke2609 span.mono {
    text-transform: full-width;
    font-feature-settings: "pwid" 0;
  }
  .nikke2609 img {
    width: 100%;
    height: auto;
  }
  .nikke2609_bg_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(80deg, #376ab3, #77aede);
  }
  .nikke2609_bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    background: url("../img/nikke2609_bg_kira.png");
    background-repeat: repeat-y;
    background-position: center 0;
    will-change: transform;
  }
  .nikke2609_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #cc0000;
    line-height: 0;
    position: relative;
    z-index: 99;
  }
  .nikke2609_yokoku img {
    width: 73.5px;
  }
  .nikke2609_main {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 156px;
  }
  .nikke2609_main a:hover {
    opacity: 1 !important;
  }
  .nikke2609_main .kv img {
    width: 100%;
    transition: 2s ease-out;
  }
  .nikke2609_main .ttl img {
    transition-duration: 0.3s;
  }
  .nikke2609_main:hover .kv img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_main:hover .ttl img {
    opacity: 0.6;
  }
  .nikke2609_kv {
    max-width: 1000px;
    width: 100%;
    line-height: 0;
  }
  .nikke2609_ttl {
    width: 100%;
    height: 100%;
    background: url("../img/nikke2609_ttl_bg.png") no-repeat;
    background-position: center bottom;
    position: absolute;
    top: 0;
    left: 0;
  }
  .nikke2609_ttl img {
    max-width: 638.5px;
    width: 100%;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: calc(50% - (638.5px / 2));
  }
  .nikke2609_navi {
    margin-top: 30px;
  }
  .nikke2609_navi ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_navi ul li {
    max-width: 735px;
    width: 100%;
    line-height: 0;
  }
  .nikke2609_navi ul li img {
    transition: 0.3s ease-out;
  }
  .nikke2609_navi ul li a:hover {
    opacity: 1 !important;
  }
  .nikke2609_navi ul li a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_archive {
    max-width: 800px;
    width: 80%;
    margin: 100px auto 0;
    line-height: 0;
  }
  .nikke2609_archive img {
    transition: 0.3s ease-out;
  }
  .nikke2609_archive a:hover {
    opacity: 1 !important;
  }
  .nikke2609_archive a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px;
    width: 100%;
    min-height: 300px;
    background: url("../img/nikke2609_contact_bg.png") no-repeat;
    background-size: contain;
    margin-top: 100px;
  }
  .nikke2609_contact_ttl {
    margin-top: 40px;
    width: 555.5px;
    line-height: 0;
  }
  .nikke2609_contact_chat {
    margin-top: 20px;
    max-width: 716px;
    width: 100%;
    line-height: 0;
  }
  .nikke2609_contact_chat img {
    transition: 0.3s ease-out;
  }
  .nikke2609_contact_chat a:hover {
    opacity: 1 !important;
  }
  .nikke2609_contact_chat a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_contact_caut {
    margin-top: 100px;
    text-align: center;
    color: #fff;
  }
  .nikke2609_official {
    max-width: 451px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_official img {
    transition: 0.3s ease-out;
  }
  .nikke2609_official a:hover {
    opacity: 1 !important;
  }
  .nikke2609_official a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_copy {
    text-align: center;
    padding: 50px 0;
    color: #fff;
  }
  .nikke2609_pagetop {
    width: 90px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
  }
  .nikke2609_pagetop img {
    transition: 0.3s ease-out;
  }
  .nikke2609_pagetop a:hover {
    opacity: 1 !important;
  }
  .nikke2609_pagetop a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609 ul.caut.cp {
    max-width: 750px;
    width: 100%;
    margin: 40px auto 0;
    color: #fff;
  }
  .nikke2609_file {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_file_ttl {
    display: flex;
    justify-content: center;
    background: url("../img/nikke2609_file_ttl_bg.png") no-repeat;
    background-position: center bottom;
    padding-bottom: 5px;
  }
  .nikke2609_file_ttl img {
    width: 550.5px;
  }
  .nikke2609_file_date {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_file_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_date_ttl_bg.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_file_date_ttl img {
    width: 225px;
  }
  .nikke2609_file_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_date_bg.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_file_date_time {
    width: 634px;
  }
  .nikke2609_file_date p.caut {
    font-size: 18px;
  }
  .nikke2609_file_ex {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_file_ex p {
    width: 544px;
  }
  .nikke2609_file_ex ul.caut {
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .nikke2609_file_ex ul.caut br {
    display: none;
  }
  .nikke2609_file_items {
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_items_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_file_items_limit {
    width: 660px;
    margin: -50px auto 0;
  }
  .nikke2609_file_items_img {
    width: 687px;
    margin: 5px auto 0;
  }
  .nikke2609_file_items ul.caut {
    margin: 30px 20px 0;
  }
  .nikke2609_file_itemlist {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_itemlist_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_file_itemlist_ttl {
    width: 660px;
    margin: 0 auto;
  }
  .nikke2609_file_itemlist_tbl {
    box-sizing: border-box;
    max-width: 760px;
    width: 100%;
    margin: 10px auto 0;
    border: 4px solid #015eae;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .nikke2609_file_itemlist_tbl tr th, .nikke2609_file_itemlist_tbl tr td {
    border-right: 1px solid #fff;
    font-size: 18px;
    vertical-align: middle;
    letter-spacing: -.01em;
  }
  .nikke2609_file_itemlist_tbl tr th {
    padding: 8px 8px 10px;
    background: #015eae;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
  }
  .nikke2609_file_itemlist_tbl tr th:last-child {
    border-right: none;
  }
  .nikke2609_file_itemlist_tbl tr td {
    padding: 10px 8px;
    background: #ededed;
    vertical-align: middle;
  }
  .nikke2609_file_itemlist_tbl tr td:first-child {
    width: 150px;
    height: 140px;
    text-align: center;
  }
  .nikke2609_file_itemlist_tbl tr td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
  }
  .nikke2609_file_itemlist_tbl tr td:last-child {
    text-align: right;
    white-space: nowrap;
    border-right: none;
  }
  .nikke2609_file_itemlist_tbl tr:nth-child(even) td {
    background: #dddddd;
  }
  .nikke2609_file_itemlist_tbl tr:first-child td:first-child img {
    width: 115px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(2) td:first-child img {
    width: 116px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(3) td:first-child img {
    width: 119px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(4) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(5) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(6) td:first-child img {
    width: 123px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(7) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(8) td:first-child img {
    width: 122px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(9) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(10) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(11) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(12) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(13) td:first-child img {
    width: 121px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(14) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(15) td:first-child img {
    width: 121.5px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(16) td:first-child img {
    width: 50px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(17) td:first-child img {
    width: 50px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(18) td:first-child img {
    width: 65px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(19) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(20) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(21) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(22) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(23) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(24) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_itemlist_tbl tr:nth-of-type(25) td:first-child img {
    width: 120px;
  }
  .nikke2609_file_flow {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_flow_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_file_flow_ttl {
    width: 660px;
    margin: 0 auto;
  }
  .nikke2609_file_flow_chart {
    width: 631.5px;
    margin: 30px auto 0;
  }
  .nikke2609_file_caut {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_caut_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_file_caut_ttl {
    width: 660px;
    margin: 0 auto;
  }
  .nikke2609_file_caut ul.caut {
    max-width: 750px;
    margin: 20px auto 0;
  }
  .nikke2609_decoration {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_decoration_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: url("../img/nikke2609_decoration_ttl_bg.png") no-repeat;
    background-position: center center;
    line-height: 0;
  }
  .nikke2609_decoration_ttl img {
    width: 717px;
  }
  .nikke2609_decoration_date {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_decoration_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_date_ttl_bg.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_decoration_date_ttl img {
    width: 121.5px;
  }
  .nikke2609_decoration_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_date_bg.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_decoration_date_time {
    width: 580.5px;
  }
  .nikke2609_decoration_date p.caut {
    font-size: 18px;
  }
  .nikke2609_decoration_caution {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background-image: url("../img/nikke2609_decoration_caution_bgt.png"), url("../img/nikke2609_decoration_caution_bgb.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    padding: 40px 0 50px;
    font-size: 22px;
    color: #ff0000;
  }
  .nikke2609_decoration_caution ul {
    text-align: left;
  }
  .nikke2609_decoration_shop {
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decoration_shop_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_decoration_shop_limit {
    width: 660px;
    margin: -50px auto 0;
  }
  .nikke2609_decoration_shop_img {
    width: 646px;
    margin: 5px auto 0;
  }
  .nikke2609_decoration_shop ul.caut {
    margin: 30px 20px 0;
  }
  .nikke2609_decoration_shop_detail {
    width: 716px;
    margin: 30px auto 0;
  }
  .nikke2609_decoration_shop_detail img {
    transition: 0.3s ease-out;
  }
  .nikke2609_decoration_shop_detail a:hover {
    opacity: 1 !important;
  }
  .nikke2609_decoration_shop_detail a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_decoration_loppi {
    width: 733px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .nikke2609_decoration_loppi img {
    transition: 0.3s ease-out;
  }
  .nikke2609_decoration_loppi a:hover {
    opacity: 1 !important;
  }
  .nikke2609_decoration_loppi a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_decorationgoods {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_decorationgoods_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/nikke2609_decorationgoods_ttl_bg.png") no-repeat;
    background-position: center bottom;
    padding-bottom: 5px;
  }
  .nikke2609_decorationgoods_ttl img {
    width: 431px;
    line-height: 0;
  }
  .nikke2609_decorationgoods_date {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_decorationgoods_date_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 102px;
    background: url("../img/nikke2609_decorationgoods_date_bg.png") no-repeat center center;
    background-size: contain;
  }
  .nikke2609_decorationgoods_date_time {
    width: 506px;
  }
  .nikke2609_decorationgoods_ex {
    width: 487px;
    margin: 30px auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_bigacrylicstand_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_decorationgoods_bigacrylicstand_ttl {
    max-width: 720px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand_pr {
    width: 317px;
    margin: -5px auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand_img {
    max-width: 648.5px;
    width: 100%;
    margin: 5px auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand ul.caut {
    margin: 30px 20px 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand_real {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_decorationgoods_photocard {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_photocard_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_decorationgoods_photocard_ttl {
    max-width: 720px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_decorationgoods_photocard_pr {
    width: 243px;
    margin: -5px auto 0;
  }
  .nikke2609_decorationgoods_photocard_img {
    max-width: 720px;
    width: 100%;
    margin: 5px auto 0;
  }
  .nikke2609_decorationgoods_photocard ul.caut {
    margin: 30px 20px 0;
  }
  .nikke2609_decorationgoods_photocard_real {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_decorationgoods_tumblr {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_tumblr_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_decorationgoods_tumblr_ttl {
    max-width: 720px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_decorationgoods_tumblr_pr {
    width: 288.5px;
    margin: -5px auto 0;
  }
  .nikke2609_decorationgoods_tumblr_img {
    max-width: 671.5px;
    width: 100%;
    margin: 5px auto 0;
  }
  .nikke2609_decorationgoods_tumblr ul.caut {
    margin: 30px 20px 0;
  }
  .nikke2609_decorationgoods_towel {
    max-width: 800px;
    width: 100%;
    margin: 30px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_towel_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_decorationgoods_towel_ttl {
    max-width: 720px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_decorationgoods_towel_pr {
    width: 317px;
    margin: -5px auto 0;
  }
  .nikke2609_decorationgoods_towel_img {
    max-width: 707.5px;
    width: 100%;
    margin: 5px auto 0;
  }
  .nikke2609_decorationgoods_towel ul.caut {
    margin: 30px 20px 0;
  }
  .nikke2609_post {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_post_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: url("../img/nikke2609_post_ttl_bg.png") no-repeat;
    background-position: center center;
  }
  .nikke2609_post_ttl img {
    width: 510px;
    line-height: 0;
  }
  .nikke2609_post_ex {
    width: 701.5px;
    margin: 30px auto 0;
  }
  .nikke2609_post_date {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_post_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_date_ttl_bg.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_post_date_ttl img {
    width: 225px;
  }
  .nikke2609_post_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_date_bg.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_post_date_time {
    width: 680px;
  }
  .nikke2609_post_items {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_post_items_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_post_items_img {
    width: 658.5px;
    margin: 30px auto 0;
  }
  .nikke2609_post_items_btn {
    width: 716px;
    margin: 30px auto 0;
  }
  .nikke2609_post_items_btn img {
    transition: 0.3s ease-out;
  }
  .nikke2609_post_items_btn a:hover {
    opacity: 1 !important;
  }
  .nikke2609_post_items_btn a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_post_caut {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_post_caut_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_post_caut_ttl {
    width: 660px;
    margin: 0 auto;
  }
  .nikke2609_post_caut_com {
    text-align: left;
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .nikke2609_post_caut_com h4 {
    display: block;
    margin: 1em 1em 0;
    font-size: 1.1em;
    font-weight: normal;
  }
  .nikke2609_post_caut_com h4:not(:first-of-type) {
    margin-top: 40px;
  }
  .nikke2609_post_caut_com ul.caut {
    margin: 0.2em 1em 0;
    padding: 0;
  }
  .nikke2609_post_caut_com ul.caut .att {
    color: #e8c397;
  }
  .nikke2609_post_caut_com ol {
    list-style-type: none;
    margin: 1em 1em 0;
    padding: 0;
  }
  .nikke2609_post_caut_com ol li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .nikke2609_post_caut_com p {
    display: block;
    margin: 1em 1em 0;
  }
  .nikke2609_post_caut_com p.lnk {
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
  }
  .nikke2609_post_caut_com p.lnk:first-of-type {
    padding-bottom: 1em;
  }
  .nikke2609_post_caut_com a {
    color: #1482c8;
    text-decoration: underline;
  }
  .nikke2609_foods {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_foods_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: url("../img/nikke2609_foods_ttl_bg.png") no-repeat;
    background-position: center center;
  }
  .nikke2609_foods_ttl img {
    width: 362px;
    line-height: 0;
  }
  .nikke2609_foods_date {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_foods_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0 20px;
    background-image: url("../img/nikke2609_foods_date_bgb.png"), url("../img/nikke2609_foods_date_bgt.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top;
    background-size: contain, contain;
  }
  .nikke2609_foods_date_time {
    width: 506px;
  }
  .nikke2609_foods_date ul.caut {
    width: 670px;
    margin-top: 10px;
  }
  .nikke2609_foods_countrymaam {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_foods_countrymaam_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_foods_countrymaam_ttl {
    width: 660px;
    margin: 0 auto 0;
  }
  .nikke2609_foods_countrymaam_pr {
    width: 442px;
    margin: 30px auto 0;
  }
  .nikke2609_foods_countrymaam_package {
    width: 488.5px;
    margin: 30px auto 0;
  }
  .nikke2609_foods_countrymaam_postcard {
    width: 722px;
    margin: 0 auto 0;
  }
  .nikke2609_foods_countrymaam ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_foods_countrymaam_btn {
    width: 716px;
    margin: 30px auto 0;
  }
  .nikke2609_goods {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_goods_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/nikke2609_goods_ttl_bg.png") no-repeat;
    background-position: center bottom;
    padding-bottom: 5px;
  }
  .nikke2609_goods_ttl img {
    width: 416px;
    line-height: 0;
  }
  .nikke2609_goods_date {
    max-width: 750px;
    width: 100%;
    margin: 80px auto 0;
  }
  .nikke2609_goods_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 10px 0 20px;
    background: url("../img/nikke2609_goods_date_bgb.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
  }
  .nikke2609_goods_date_inr::before {
    content: "";
    max-width: 750px;
    width: 100%;
    height: 22px;
    background: url("../img/nikke2609_goods_date_bgt.png") center top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -22px;
  }
  .nikke2609_goods_date_time {
    width: 506px;
  }
  .nikke2609_goods_date ul.caut {
    width: 670px;
    margin-top: 10px;
    text-align: center;
  }
  .nikke2609_goods_acrylicstand {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_acrylicstand_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_goods_acrylicstand_ttl {
    max-width: 660px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_goods_acrylicstand_pr {
    width: 319px;
    margin: 0 auto 0;
  }
  .nikke2609_goods_acrylicstand_img {
    max-width: 660px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_acrylicstand_realistic {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_acrylicstand ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_goods_glitterbadge {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_glitterbadge_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_goods_glitterbadge_ttl {
    max-width: 680px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_goods_glitterbadge_pr {
    width: 300px;
    margin: 0 auto 0;
  }
  .nikke2609_goods_glitterbadge_img {
    max-width: 742.5px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_glitterbadge_realistic {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_glitterbadge ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_goods_mirorkeyholder {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_mirorkeyholder_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_goods_mirorkeyholder_ttl {
    max-width: 760px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_goods_mirorkeyholder_pr {
    width: 300px;
    margin: 0 auto 0;
  }
  .nikke2609_goods_mirorkeyholder_img {
    max-width: 733px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_mirorkeyholder_realistic {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_mirorkeyholder ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_goods_acrylickeyholder {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_acrylickeyholder_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_goods_acrylickeyholder_ttl {
    max-width: 720px;
    width: 100%;
    margin: -30px auto 0;
  }
  .nikke2609_goods_acrylickeyholder_pr {
    width: 300px;
    margin: 0 auto 0;
  }
  .nikke2609_goods_acrylickeyholder_img {
    max-width: 702.5px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_acrylickeyholder_realistic {
    max-width: 700px;
    width: 100%;
    margin: 20px auto 0;
  }
  .nikke2609_goods_acrylickeyholder ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_goods_loppi {
    width: 733px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .nikke2609_goods_loppi img {
    transition: 0.3s ease-out;
  }
  .nikke2609_goods_loppi a:hover {
    opacity: 1 !important;
  }
  .nikke2609_goods_loppi a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_shopsearch {
    margin-top: 30px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_shopsearch_btn {
    max-width: 716px;
    width: 100%;
  }
  .nikke2609_shopsearch_btn img {
    transition: 0.3s ease-out;
  }
  .nikke2609_shopsearch_btn a:hover {
    opacity: 1 !important;
  }
  .nikke2609_shopsearch_btn a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_shopsearch ul.caut {
    margin-top: 10px;
    text-align: center;
  }
  .nikke2609_print {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_print_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/nikke2609_print_ttl_bg.png") no-repeat;
    background-position: center bottom;
    padding-bottom: 5px;
  }
  .nikke2609_print_ttl img {
    width: 361px;
    line-height: 0;
  }
  .nikke2609_print_date {
    max-width: 750px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_print_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_date_ttl_bg.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_print_date_ttl img {
    width: 122.5px;
  }
  .nikke2609_print_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_date_bg.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_print_date_time {
    width: 567.5px;
  }
  .nikke2609_print_pvbromide {
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_print_pvbromide_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_print_pvbromide_ttl {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 0;
  }
  .nikke2609_print_pvbromide_ex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .nikke2609_print_pvbromide_limit {
    width: 177px;
  }
  .nikke2609_print_pvbromide_pr {
    width: 374.5px;
  }
  .nikke2609_print_pvbromide_img {
    max-width: 696px;
    width: 100%;
    margin: 0 auto 0;
  }
  .nikke2609_print_pvbromide ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_print_bsbromide {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_print_bsbromide_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_print_bsbromide_ttl {
    max-width: 740px;
    width: 100%;
    margin: 0 auto 0;
  }
  .nikke2609_print_bsbromide_ex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .nikke2609_print_bsbromide_limit {
    width: 177px;
  }
  .nikke2609_print_bsbromide_pr {
    width: 374.5px;
  }
  .nikke2609_print_bsbromide_img {
    max-width: 758px;
    width: 100%;
    margin: 0 auto 0;
  }
  .nikke2609_print_bsbromide ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .nikke2609_print_detail_btn {
    max-width: 733px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_print_detail_btn img {
    transition: 0.3s ease-out;
  }
  .nikke2609_print_detail_btn a:hover {
    opacity: 1 !important;
  }
  .nikke2609_print_detail_btn a:hover img {
    transform: scale(1.02, 1.02);
  }
  .nikke2609_print_att {
    margin-top: 10px;
    text-align: center;
    color: #fff;
  }
  .nikke2609_broadcast {
    margin-top: 50px;
    padding-top: 50px;
  }
  .nikke2609_broadcast_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    background: url("../img/nikke2609_broadcast_ttl_bg.png") no-repeat;
    background-position: center center;
  }
  .nikke2609_broadcast_ttl img {
    width: 413.5px;
    line-height: 0;
  }
  .nikke2609_broadcast_ex {
    padding: 0 10px;
  }
  .nikke2609_broadcast_ex img {
    max-width: 763px;
    width: 100%;
    margin: 50px auto 0;
  }
  .nikke2609_broadcast_yokoku {
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_broadcast_yokoku_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_broadcast_yokoku_ttl {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
  .nikke2609_broadcast_yokoku_days {
    width: 670px;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_yokoku_days_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_broadcast_bgt.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_yokoku_days_ttl img {
    width: 122.5px;
  }
  .nikke2609_broadcast_yokoku_days_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_broadcast_bgb.png") no-repeat center bottom;
  }
  .nikke2609_broadcast_yokoku_days_schedule {
    width: 567px;
  }
  .nikke2609_broadcast_yokoku_time {
    width: 670px;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_yokoku_time_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_broadcast_bgt.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_yokoku_time_ttl img {
    width: 122.5px;
  }
  .nikke2609_broadcast_yokoku_time_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_broadcast_bgb.png") no-repeat center bottom;
  }
  .nikke2609_broadcast_yokoku_time_schedule {
    width: 588.5px;
  }
  .nikke2609_broadcast_notice {
    max-width: 800px;
    width: 100%;
    margin: 50px auto 0;
    padding: 6px;
    border: 4px solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_broadcast_notice_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 40px;
  }
  .nikke2609_broadcast_notice_ttl {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
  }
  .nikke2609_broadcast_notice_pattern1_ttl, .nikke2609_broadcast_notice_pattern2_ttl {
    max-width: 430px;
    width: 100%;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_notice_pattern1_days {
    width: 670px;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_notice_pattern1_days_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_broadcast_bgt.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern1_days_ttl img {
    width: 122.5px;
  }
  .nikke2609_broadcast_notice_pattern1_days_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_broadcast_bgb.png") no-repeat center bottom;
  }
  .nikke2609_broadcast_notice_pattern1_days_schedule {
    width: 276.5px;
  }
  .nikke2609_broadcast_notice_pattern1_time {
    width: 670px;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_notice_pattern1_time_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_broadcast_bgt.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern1_time_ttl img {
    width: 122.5px;
  }
  .nikke2609_broadcast_notice_pattern1_time_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_broadcast_bgb.png") no-repeat center bottom;
  }
  .nikke2609_broadcast_notice_pattern1_time_schedule {
    width: 226.5px;
  }
  .nikke2609_broadcast_notice_pattern2_days {
    width: 670px;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_notice_pattern2_days_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_broadcast_bgt.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern2_days_ttl img {
    width: 122.5px;
  }
  .nikke2609_broadcast_notice_pattern2_days_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_broadcast_bgb.png") no-repeat center bottom;
  }
  .nikke2609_broadcast_notice_pattern2_days_schedule {
    width: 506px;
  }
  .nikke2609_broadcast_notice_pattern2_time {
    width: 670px;
    margin: 30px auto 0;
  }
  .nikke2609_broadcast_notice_pattern2_time_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    background: url("../img/nikke2609_broadcast_bgt.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern2_time_ttl img {
    width: 122.5px;
  }
  .nikke2609_broadcast_notice_pattern2_time_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 30px 0;
    background: url("../img/nikke2609_broadcast_bgb.png") no-repeat center bottom;
  }
  .nikke2609_broadcast_notice_pattern2_time_schedule {
    width: 226.5px;
  }
}
/* SP
-------------------------------------------- */
@media screen and (max-width: 750px) {
  body {
    min-height: 100vh;
  }

  a:hover {
    opacity: 1 !important;
  }

  .pc {
    display: none;
  }

  #maga_head_wrap {
    max-width: inherit;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 90;
  }

  .spfooter {
    position: relative;
  }

  .snsList ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .snsList ul li, .snsList ul a, .snsList ul img {
    display: block;
    width: 70px;
    height: 40px;
    font-size: 1em;
    line-height: 0;
    vertical-align: bottom;
  }

  .nikke2609 {
    font-size: 3.2vw;
    color: #484848;
    font-feature-settings: "palt";
    letter-spacing: .05em;
    position: relative;
    z-index: 0;
    overflow: hidden;
    /* file-------------------------------*/
    /* decoration-------------------------------*/
    /* post-------------------------------*/
    /* foods-------------------------------*/
    /* goods-------------------------------*/
    /* print-------------------------------*/
    /* broadcast-------------------------------*/
  }
  .nikke2609 span.mono {
    text-transform: full-width;
    font-feature-settings: "pwid" 0;
  }
  .nikke2609_bg_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(80deg, #376ab3, #77aede);
  }
  .nikke2609_bg_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1000%;
    background: url("../img/nikke2609_bg_kira2_sp.png");
    background-size: 101.3333333333vw auto;
    background-repeat: repeat-y;
    background-position: center 0;
    will-change: transform;
  }
  .nikke2609 img {
    width: 100%;
    height: auto;
  }
  .nikke2609_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #cc0000;
    height: 6.8vw;
    line-height: 0;
  }
  .nikke2609_yokoku img {
    width: 9.8666666667vw;
  }
  .nikke2609_kv {
    display: none;
  }
  .nikke2609_ttl {
    line-height: 0;
  }
  .nikke2609_nav {
    max-width: 97.8666666667vw;
    margin: 0 auto 9.3333333333vw;
  }
  .nikke2609_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_nav ul li {
    width: 47.8666666667vw;
    line-height: 0;
  }
  .nikke2609_archive {
    width: 88.1333333333vw;
    margin: 10.6666666667vw auto 0;
    line-height: 0;
  }
  .nikke2609_contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 40vw;
    margin-top: 13.3333333333vw;
    background: url("../img/nikke2609_contact_bg_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_contact_ttl {
    margin-top: 5.3333333333vw;
    width: 74.1333333333vw;
    line-height: 0;
  }
  .nikke2609_contact_chat {
    margin-top: 2.6666666667vw;
    width: 90.1333333333vw;
    line-height: 0;
  }
  .nikke2609_contact_caut {
    margin-top: 13.3333333333vw;
    text-align: center;
    color: #fff;
  }
  .nikke2609_official {
    width: 60.1333333333vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_copy {
    text-align: center;
    color: #fff;
    padding: 13.3333333333vw 0;
  }
  .nikke2609_pagetop {
    width: 12.4vw;
    position: fixed;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    z-index: 99;
  }
  .nikke2609 ul.caut.cp {
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 0;
    color: #fff;
  }
  .nikke2609_file {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_file_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_file_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_date_ttl_bg_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_file_date_ttl img {
    width: 30.1333333333vw;
  }
  .nikke2609_file_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_date_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_file_date_time {
    width: 84.5333333333vw;
  }
  .nikke2609_file_ex {
    margin-top: 4vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_file_ex p {
    width: 72.5333333333vw;
  }
  .nikke2609_file_ex ul.caut {
    margin-top: 2.6666666667vw;
    text-align: center;
    color: #fff;
  }
  .nikke2609_file_items {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_items_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_file_items_limit {
    width: 88vw;
    margin: -6.6666666667vw auto 0;
  }
  .nikke2609_file_items_img {
    width: 92.2666666667vw;
    margin: 0.6666666667vw auto 0;
  }
  .nikke2609_file_items ul.caut {
    margin: 1em 1em 0;
  }
  .nikke2609_file_itemlist {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_itemlist_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_file_itemlist_ttl {
    width: 88vw;
    margin: 0 auto;
  }
  .nikke2609_file_itemlist_tbl {
    width: 94.6666666667vw;
    margin: 1.3333333333vw auto 0;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .nikke2609_file_itemlist_tbl thead tr {
    display: block;
    padding: 2vw 4vw;
    background: #015eae;
    font-size: 3.2vw;
    text-align: center;
  }
  .nikke2609_file_itemlist_tbl thead tr th {
    display: inline;
    color: #fff;
  }
  .nikke2609_file_itemlist_tbl thead tr th:not(:last-child):not(:first-child)::after {
    content: "\00a0/\00a0";
  }
  .nikke2609_file_itemlist_tbl tbody tr {
    background: #ededed;
    padding: 0 4vw 0 1vw;
    min-height: 18vw;
    font-size: 3.2vw;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .nikke2609_file_itemlist_tbl tbody tr td {
    display: inline;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:first-of-type {
    width: 17.3333333333vw;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(2),
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(3) {
    margin-left: 18.6666666667vw;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(2)::after {
    content: "\a";
    white-space: pre;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(3) {
    width: 3em;
    height: inherit;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(2) {
    padding-top: 4vw;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(3),
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(4) {
    padding-bottom: 4vw;
  }
  .nikke2609_file_itemlist_tbl tbody tr td:nth-child(2) {
    width: calc(100% - 17.3333333333vw);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-child(even) {
    background: #dddddd;
  }
  .nikke2609_file_itemlist_tbl tbody tr:first-child td:first-child img {
    width: calc(30.6666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(2) td:first-child img {
    width: calc(30.9333333333vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(3) td:first-child img {
    width: calc(31.7333333333vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(4) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(5) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(6) td:first-child img {
    width: calc(32.8vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(7) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(8) td:first-child img {
    width: calc(32.5333333333vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(9) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(10) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(11) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(12) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(13) td:first-child img {
    width: calc(32.2666666667vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(14) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(15) td:first-child img {
    width: calc(32.4vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(16) td:first-child img {
    width: calc(13.3333333333vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(17) td:first-child img {
    width: calc(13.3333333333vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(18) td:first-child img {
    width: calc(17.3333333333vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(19) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(20) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(21) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(22) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(23) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(24) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_itemlist_tbl tbody tr:nth-of-type(25) td:first-child img {
    width: calc(32vw / 2);
  }
  .nikke2609_file_flow {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_flow_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_file_flow_ttl {
    width: 88vw;
    margin: 0 auto;
  }
  .nikke2609_file_flow_chart {
    width: 84.2666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_file_caut {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_file_caut_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_file_caut_ttl {
    width: 88vw;
    margin: 0 auto;
  }
  .nikke2609_file_caut ul.caut {
    margin: 1em 1em 0;
  }
  .nikke2609_decoration {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_decoration_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_decoration_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_date_ttl_bg_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_decoration_date_ttl img {
    width: 16.2666666667vw;
  }
  .nikke2609_decoration_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_date_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_decoration_date_time {
    width: 77.6vw;
  }
  .nikke2609_decoration_caution {
    width: 90.6666666667vw;
    margin: 4vw auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vw;
    background-image: url("../img/nikke2609_decoration_caution_bgt_sp.png"), url("../img/nikke2609_decoration_caution_bgb_sp.png");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: contain, contain;
    padding: 5.3333333333vw 0 6.6666666667vw;
    color: #ff0000;
  }
  .nikke2609_decoration_caution ul {
    text-align: left;
  }
  .nikke2609_decoration_shop {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decoration_shop_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_decoration_shop_ttl {
    width: 88vw;
    margin: 0 auto 0;
  }
  .nikke2609_decoration_shop_img {
    width: 86.1333333333vw;
    margin: 0.6666666667vw auto 0;
  }
  .nikke2609_decoration_shop ul.caut {
    margin: 1em 1em 0;
  }
  .nikke2609_decoration_shop_detail {
    width: 90.1333333333vw;
    margin: 4vw auto 0;
  }
  .nikke2609_decoration_loppi {
    width: 97.8666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .nikke2609_decorationgoods {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_decorationgoods_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_date_inr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 13.6vw;
    background: url("../img/nikke2609_decorationgoods_date_bg_sp.png") no-repeat center center;
    background-size: contain;
  }
  .nikke2609_decorationgoods_date_time {
    width: 67.4666666667vw;
  }
  .nikke2609_decorationgoods_ex {
    width: 65.0666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_bigacrylicstand_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_decorationgoods_bigacrylicstand_ttl {
    width: 96vw;
    margin: -4vw auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand_pr {
    width: 42.4vw;
    margin: -0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand_img {
    width: 86.2666666667vw;
    margin: 0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    padding: 0;
  }
  .nikke2609_decorationgoods_bigacrylicstand_real {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_photocard {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_photocard_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_decorationgoods_photocard_ttl {
    width: 96vw;
    margin: -4vw auto 0;
  }
  .nikke2609_decorationgoods_photocard_pr {
    width: 32.5333333333vw;
    margin: -0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_photocard_img {
    width: 92.9333333333vw;
    margin: 0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_photocard ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    padding: 0;
  }
  .nikke2609_decorationgoods_photocard_real {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_tumblr {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_tumblr_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_decorationgoods_tumblr_ttl {
    width: 96vw;
    margin: -4vw auto 0;
  }
  .nikke2609_decorationgoods_tumblr_pr {
    width: 38.4vw;
    margin: -0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_tumblr_img {
    width: 86.1333333333vw;
    margin: 0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_tumblr ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    padding: 0;
  }
  .nikke2609_decorationgoods_towel {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_decorationgoods_towel_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_decorationgoods_towel_ttl {
    width: 96vw;
    margin: -4vw auto 0;
  }
  .nikke2609_decorationgoods_towel_pr {
    width: 38.4vw;
    margin: -0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_towel_img {
    width: 89.3333333333vw;
    margin: 0.6666666667vw auto 0;
  }
  .nikke2609_decorationgoods_towel ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    padding: 0;
  }
  .nikke2609_post {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_post_ex {
    width: 93.4666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_post_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_post_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_date_ttl_bg_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_post_date_ttl img {
    width: 30.1333333333vw;
  }
  .nikke2609_post_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_date_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_post_date_time {
    width: 88.2666666667vw;
  }
  .nikke2609_post_items {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_post_items_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_post_items_img {
    width: 87.7333333333vw;
    margin: 4vw auto 0;
  }
  .nikke2609_post_items_btn {
    width: 95.4666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_post_caut {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_post_caut_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_post_caut_ttl {
    width: 88vw;
    margin: 0 auto;
  }
  .nikke2609_post_caut_com {
    text-align: left;
    width: 94.6666666667vw;
    margin: 0 auto;
    padding: 4vw 0;
  }
  .nikke2609_post_caut_com h4 {
    display: block;
    margin: 1em 1em 0;
    font-size: 1.1em;
    font-weight: normal;
  }
  .nikke2609_post_caut_com h4:not(:first-of-type) {
    margin-top: 5.3333333333vw;
  }
  .nikke2609_post_caut_com ul.caut {
    margin: 0.2em 1em 0;
    padding: 0;
  }
  .nikke2609_post_caut_com ul.caut .att {
    color: #e8c397;
  }
  .nikke2609_post_caut_com ol {
    list-style-type: none;
    margin: 1em 1em 0;
    padding: 0;
  }
  .nikke2609_post_caut_com ol li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .nikke2609_post_caut_com p {
    display: block;
    margin: 1em 1em 0;
  }
  .nikke2609_post_caut_com p.lnk {
    font-weight: 500;
    padding-left: 1em;
    text-indent: -1em;
  }
  .nikke2609_post_caut_com p.lnk:first-of-type {
    padding-bottom: 1em;
  }
  .nikke2609_post_caut_com a {
    color: #1482c8;
    text-decoration: underline;
  }
  .nikke2609_foods {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_foods_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_foods_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 1.3333333333vw 0 2.6666666667vw;
    background: url("../img/nikke2609_goods_date_bgb_sp.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
  }
  .nikke2609_foods_date_inr::before {
    content: "";
    width: 100%;
    height: 3.0666666667vw;
    background: url("../img/nikke2609_goods_date_bgt_sp.png") center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -3.0666666667vw;
  }
  .nikke2609_foods_date_time {
    width: 67.4666666667vw;
  }
  .nikke2609_foods_date ul.caut {
    margin: 1.3333333333vw 1em 0;
    text-align: left;
  }
  .nikke2609_foods_countrymaam {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_foods_countrymaam_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_foods_countrymaam_ttl {
    width: 88vw;
    margin: 0 auto 0;
  }
  .nikke2609_foods_countrymaam_pr {
    width: 58.9333333333vw;
    margin: 4vw auto 0;
  }
  .nikke2609_foods_countrymaam_package {
    width: 65.2vw;
    margin: 4vw auto 0;
  }
  .nikke2609_foods_countrymaam_postcard {
    width: 92vw;
    margin: 0 auto 0;
  }
  .nikke2609_foods_countrymaam ul.caut {
    margin: 1em 1em 0;
    text-align: left;
  }
  .nikke2609_goods {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_goods_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_goods_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 1.3333333333vw 0 2.6666666667vw;
    background: url("../img/nikke2609_goods_date_bgb_sp.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
  }
  .nikke2609_goods_date_inr::before {
    content: "";
    width: 100%;
    height: 3.0666666667vw;
    background: url("../img/nikke2609_goods_date_bgt_sp.png") center top;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: -3.0666666667vw;
  }
  .nikke2609_goods_date_time {
    width: 67.4666666667vw;
  }
  .nikke2609_goods_date ul.caut {
    margin: 1.3333333333vw 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_goods_acrylicstand {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_acrylicstand_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_goods_acrylicstand_ttl {
    width: 88vw;
    margin: -4vw auto 0;
  }
  .nikke2609_goods_acrylicstand_pr {
    width: 42.5333333333vw;
    margin: 0 auto 0;
  }
  .nikke2609_goods_acrylicstand_img {
    width: 88.1333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_acrylicstand_realistic {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_acrylicstand ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_goods_glitterbadge {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_glitterbadge_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_goods_glitterbadge_ttl {
    width: 88vw;
    margin: -4vw auto 0;
  }
  .nikke2609_goods_glitterbadge_pr {
    width: 40vw;
    margin: 0 auto 0;
  }
  .nikke2609_goods_glitterbadge_img {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_glitterbadge_realistic {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_glitterbadge ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_goods_mirorkeyholder {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_mirorkeyholder_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_goods_mirorkeyholder_ttl {
    width: 88vw;
    margin: -4vw auto 0;
  }
  .nikke2609_goods_mirorkeyholder_pr {
    width: 40vw;
    margin: 0 auto 0;
  }
  .nikke2609_goods_mirorkeyholder_img {
    width: 92.1333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_mirorkeyholder_realistic {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_mirorkeyholder ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_goods_acrylickeyholder {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_goods_acrylickeyholder_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_goods_acrylickeyholder_ttl {
    width: 88vw;
    margin: -4vw auto 0;
  }
  .nikke2609_goods_acrylickeyholder_pr {
    width: 40vw;
    margin: 0 auto 0;
  }
  .nikke2609_goods_acrylickeyholder_img {
    width: 93.6vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_acrylickeyholder_realistic {
    width: 93.3333333333vw;
    margin: 2.6666666667vw auto 0;
  }
  .nikke2609_goods_acrylickeyholder ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_goods_loppi {
    width: 97.8666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .nikke2609_shopsearch {
    margin-top: 4vw;
    padding: 0 1.3333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nikke2609_shopsearch_btn {
    width: 90.1333333333vw;
  }
  .nikke2609_shopsearch ul.caut {
    margin: 0.6666666667vw 2em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_print {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_print_date {
    width: 94.6666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_print_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_date_ttl_bg_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_print_date_ttl img {
    width: 16.4vw;
  }
  .nikke2609_print_date_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_date_bg_sp.png") no-repeat center bottom;
    background-size: cover;
  }
  .nikke2609_print_date_time {
    width: 75.7333333333vw;
  }
  .nikke2609_print_pvbromide {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_print_pvbromide_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_print_pvbromide_ttl {
    width: 93.3333333333vw;
    margin: 0 auto 0;
  }
  .nikke2609_print_pvbromide_ex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
  }
  .nikke2609_print_pvbromide_limit {
    width: 23.4666666667vw;
  }
  .nikke2609_print_pvbromide_pr {
    width: 50vw;
  }
  .nikke2609_print_pvbromide_img {
    width: 88.5333333333vw;
    margin: 0 auto 0;
  }
  .nikke2609_print_pvbromide ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_print_bsbromide {
    width: 100%;
    margin: 5.3333333333vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_print_bsbromide_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_print_bsbromide_ttl {
    width: 93.3333333333vw;
    margin: 0 auto 0;
  }
  .nikke2609_print_bsbromide_ex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4vw;
  }
  .nikke2609_print_bsbromide_limit {
    width: 23.4666666667vw;
  }
  .nikke2609_print_bsbromide_pr {
    width: 50vw;
  }
  .nikke2609_print_bsbromide_img {
    width: 96.5333333333vw;
    margin: 0 auto 0;
  }
  .nikke2609_print_bsbromide ul.caut {
    margin: 1em 1em 0;
    padding: 0;
    text-align: left;
  }
  .nikke2609_print_detail_btn {
    width: 97.8666666667vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_print_att {
    margin-top: 1.3333333333vw;
    text-align: center;
    color: #fff;
  }
  .nikke2609_broadcast {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .nikke2609_broadcast_ex {
    padding: 0 1.3333333333vw;
  }
  .nikke2609_broadcast_ex img {
    width: 93.7333333333vw;
    margin: 6.6666666667vw auto 0;
  }
  .nikke2609_broadcast_yokoku {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_broadcast_yokoku_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_broadcast_yokoku_ttl {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .nikke2609_broadcast_yokoku_days {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_yokoku_days_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_broadcast_bgt_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_yokoku_days_ttl img {
    width: 16.4vw;
  }
  .nikke2609_broadcast_yokoku_days_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_broadcast_bgb_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .nikke2609_broadcast_yokoku_days_schedule {
    width: 75.6vw;
  }
  .nikke2609_broadcast_yokoku_time {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_yokoku_time_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_broadcast_bgt_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_yokoku_time_ttl img {
    width: 16.4vw;
  }
  .nikke2609_broadcast_yokoku_time_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_broadcast_bgb_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .nikke2609_broadcast_yokoku_time_schedule {
    width: 78.4vw;
  }
  .nikke2609_broadcast_notice {
    width: 100%;
    margin: 6.6666666667vw auto 0;
    padding: 0.8vw;
    border: 0.5333333333vw solid #015eae;
    box-sizing: border-box;
    background: #fff;
  }
  .nikke2609_broadcast_notice_inr {
    border: 1px solid #015eae;
    box-sizing: border-box;
    background: #fff;
    padding-top: 1.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
  .nikke2609_broadcast_notice_ttl {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .nikke2609_broadcast_notice_pattern1_ttl, .nikke2609_broadcast_notice_pattern2_ttl {
    width: 57.3333333333vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_notice_pattern1_days {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_notice_pattern1_days_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_broadcast_bgt_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern1_days_ttl img {
    width: 16.4vw;
  }
  .nikke2609_broadcast_notice_pattern1_days_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_broadcast_bgb_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .nikke2609_broadcast_notice_pattern1_days_schedule {
    width: 36.8vw;
  }
  .nikke2609_broadcast_notice_pattern1_time {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_notice_pattern1_time_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_broadcast_bgt_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern1_time_ttl img {
    width: 16.4vw;
  }
  .nikke2609_broadcast_notice_pattern1_time_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_broadcast_bgb_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .nikke2609_broadcast_notice_pattern1_time_schedule {
    width: 30.4vw;
  }
  .nikke2609_broadcast_notice_pattern2_days {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_notice_pattern2_days_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_broadcast_bgt_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern2_days_ttl img {
    width: 16.4vw;
  }
  .nikke2609_broadcast_notice_pattern2_days_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_broadcast_bgb_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .nikke2609_broadcast_notice_pattern2_days_schedule {
    width: 67.4666666667vw;
  }
  .nikke2609_broadcast_notice_pattern2_time {
    width: 86.6666666667vw;
    margin: 4vw auto 0;
  }
  .nikke2609_broadcast_notice_pattern2_time_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.2vw;
    background: url("../img/nikke2609_broadcast_bgt_sp.png") no-repeat;
    background-size: contain;
  }
  .nikke2609_broadcast_notice_pattern2_time_ttl img {
    width: 16.4vw;
  }
  .nikke2609_broadcast_notice_pattern2_time_inr {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    width: 100%;
    padding: 4vw 0;
    background: url("../img/nikke2609_broadcast_bgb_sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
  .nikke2609_broadcast_notice_pattern2_time_schedule {
    width: 30.4vw;
  }
}
