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

.mgmk2601 {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  line-height: 1.4;
  font-feature-settings: "palt";
  color: #fff9e0;
}
.mgmk2601 a {
  color: #fff000;
  text-decoration: underline;
}
.mgmk2601 ul.caut {
  text-align: left;
  list-style-type: none;
}
.mgmk2601 ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: .1em;
}
.mgmk2601 ul.caut.dot li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

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

  #wrapper {
    min-width: inherit;
  }

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

  nav.submenu.open {
    left: calc(50% - 500px) !important;
  }

  .snsList {
    position: relative;
    z-index: 99;
  }
}
@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;
  }
}
@media screen and (min-width: 751px), print {
  #maga_header {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock {
    max-width: 1000px;
    width: 100%;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li {
    max-width: 201px;
    height: 460px;
    width: 20%;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li:first-child {
    max-width: 190px;
    width: 20%;
  }
}
@media screen and (min-width: 751px), print {
  #footer_sec-03 .innerBlock > ul.list01 > li > ul {
    margin: 0 10px 0 20px;
  }
}
@media screen and (min-width: 751px), print {
  .sp {
    display: none;
  }

  #bg_wrapper {
    background: #4c342c url("../img/mgmk2601_bg.png");
    background-size: 98.5px auto;
    position: relative;
  }
  #bg_wrapper::before {
    content: "";
    width: 485px;
    height: 147px;
    background: url("../img/mgmk2601_footer_left.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #bg_wrapper::after {
    content: "";
    width: 463px;
    height: 199px;
    background: url("../img/mgmk2601_footer_right.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .mgmk2601 {
    color: #fff9e0;
    font-size: 18px;
    /* file-------------------------------*/
    /* foods-------------------------------*/
    /* gameitem-------------------------------*/
  }
  .mgmk2601_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 53px;
    background: #cc0000;
    line-height: 0;
  }
  .mgmk2601_yokoku img {
    width: 75px;
  }
  .mgmk2601_header {
    background: url("../img/mgmk2601_snow_hd.png") no-repeat;
    background-position: center 140px;
    padding-bottom: 100px;
  }
  .mgmk2601_kv {
    display: flex;
    justify-content: center;
    line-height: 0;
    position: relative;
  }
  .mgmk2601_kv::before {
    content: "";
    width: 100%;
    height: 121px;
    background: url("../img/mgmk2601_header_kazari.png") repeat-x;
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mgmk2601_kv img {
    margin-top: 75px;
    max-width: 1000px;
    width: 100%;
  }
  .mgmk2601_kv a:hover {
    opacity: 1;
  }
  .mgmk2601_nav {
    margin-top: 60px;
    line-height: 0;
    position: relative;
  }
  .mgmk2601_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .mgmk2601_nav ul li {
    max-width: 739px;
    width: 98%;
  }
  .mgmk2601_nav ul li:first-of-type {
    position: relative;
  }
  .mgmk2601_nav ul li:first-of-type::after {
    content: "";
    width: 746px;
    height: 46px;
    background: url("../img/mgmk2601_nav_snow.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -26px;
    left: -10px;
  }
  .mgmk2601_footer {
    background: url("../img/mgmk2601_snow_ft.png") no-repeat;
    background-position: center 420px;
    padding-bottom: 120px;
  }
  .mgmk2601_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    position: relative;
    line-height: 0;
    padding: 32px 0 39px;
  }
  .mgmk2601_contact_ttl {
    max-width: 696px;
    width: 98%;
  }
  .mgmk2601_contact_nm {
    max-width: 574.5px;
    width: 90%;
    margin-top: 30px;
  }
  .mgmk2601_contact_tel {
    max-width: 498.5px;
    width: 90%;
    margin-top: 30px;
  }
  .mgmk2601_contact_date {
    max-width: 592px;
    width: 90%;
    margin-top: 30px;
  }
  .mgmk2601_caut_al {
    margin-top: 60px;
    text-align: center;
  }
  .mgmk2601_bnr_official {
    width: 209.5px;
    margin: 100px auto 0;
  }
  .mgmk2601_copy {
    margin: 100px 0 60px;
    text-align: center;
  }
  .mgmk2601_pagetop {
    width: 80px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
  }
  .mgmk2601 ul.caut {
    text-align: center;
  }
  .mgmk2601 ul.caut li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 0.3em;
  }
  .mgmk2601 ul.caut.cp {
    width: 780px;
    margin: 20px auto 0;
    text-align: left;
  }
  .mgmk2601_file {
    padding: 50px 0 100px;
    background: url("../img/mgmk2601_snow_cd.png") repeat-y;
    background-position: center 140px;
    text-align: center;
  }
  .mgmk2601_file_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dot.png"), url("../img/mgmk2601_dot.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    padding: 30px 0 45px;
    line-height: 0;
  }
  .mgmk2601_file_ttl img {
    max-width: 639px;
    width: 100%;
  }
  .mgmk2601_file_ex {
    display: flex;
    justify-content: center;
    background: url("../img/mgmk2601_star.png") no-repeat center top;
    margin-top: 20px;
    padding-top: 60px;
  }
  .mgmk2601_file_ex img {
    max-width: 533px;
    width: 98%;
  }
  .mgmk2601_file_date {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mgmk2601_file_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 25px;
    width: 356px;
    height: 50px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .mgmk2601_file_date_ttl img {
    width: 227.5px;
  }
  .mgmk2601_file_date_time {
    width: 649px;
    margin: 15px auto 0;
    line-height: 0;
  }
  .mgmk2601_file_date ul.caut {
    margin-top: 20px;
    text-align: center;
  }
  .mgmk2601_file_wrap {
    box-sizing: border-box;
    width: 780px;
    margin: 40px auto 0;
    background: #896c5e;
    border: 4px solid #e0cd9b;
    border-radius: 25px;
    padding: 30px 0 50px;
    position: relative;
  }
  .mgmk2601_file_wrap::after {
    content: "";
    width: 153px;
    height: 152px;
    background: url("../img/mgmk2601_house.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -30px;
    bottom: -40px;
  }
  .mgmk2601_file_wrap ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .mgmk2601_file_limit {
    max-width: 696px;
    width: 98%;
    margin: 0 auto 0;
  }
  .mgmk2601_file_img {
    max-width: 765.5px;
    width: 98%;
    margin: 0 auto 0;
  }
  .mgmk2601_file_itemlist {
    margin-top: 100px;
  }
  .mgmk2601_file_itemlist_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    position: relative;
    line-height: 0;
    padding: 30px 0;
  }
  .mgmk2601_file_itemlist_ttl img {
    width: 233.5px;
  }
  .mgmk2601_file_itemlist_tbl {
    max-width: 800px;
    width: 100%;
    margin: 10px auto 0;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .mgmk2601_file_itemlist_tbl tr th, .mgmk2601_file_itemlist_tbl tr td {
    padding: 10px;
    border-right: 1px solid #fff;
    font-size: 18px;
    letter-spacing: -.01em;
    color: #301e18;
  }
  .mgmk2601_file_itemlist_tbl tr th {
    background: #fff9e0;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
  }
  .mgmk2601_file_itemlist_tbl tr th:last-child {
    border-right: none;
    text-align: left;
  }
  .mgmk2601_file_itemlist_tbl tr td {
    background: #ededed;
    vertical-align: middle;
  }
  .mgmk2601_file_itemlist_tbl tr td:first-child {
    width: 150px;
    text-align: center;
  }
  .mgmk2601_file_itemlist_tbl tr td:first-child img {
    max-width: 116px;
  }
  .mgmk2601_file_itemlist_tbl tr td:nth-child(2) {
    width: auto;
  }
  .mgmk2601_file_itemlist_tbl tr td:nth-child(3) {
    width: 3em;
    text-align: center;
    white-space: nowrap;
  }
  .mgmk2601_file_itemlist_tbl tr td:last-child {
    width: 7em;
    text-align: right;
    white-space: nowrap;
    border-right: none;
  }
  .mgmk2601_file_itemlist_tbl tr:nth-child(even) td {
    background: #dddddd;
  }
  .mgmk2601_file_itemlist ul.caut {
    max-width: 800px;
    width: 100%;
    margin: 10px auto 0;
    text-align: left;
  }
  .mgmk2601_file_flow {
    margin-top: 100px;
    padding-bottom: 100px;
  }
  .mgmk2601_file_flow_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    position: relative;
    line-height: 0;
    padding: 30px 0;
  }
  .mgmk2601_file_flow_ttl img {
    width: 145.5px;
  }
  .mgmk2601_file_flow_chart {
    max-width: 684.5px;
    width: 98%;
    margin: 30px auto 0;
  }
  .mgmk2601_caution {
    padding-bottom: 100px;
    background: url("../img/mgmk2601_snow_cd.png") repeat-y;
    background-position: center 140px;
  }
  .mgmk2601_caution_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    position: relative;
    line-height: 0;
    padding: 30px 0;
  }
  .mgmk2601_caution_ttl img {
    width: 144px;
  }
  .mgmk2601_caution ul.caut {
    max-width: 780px;
    width: 98%;
    margin: 30px auto 0;
    text-align: left;
  }
  .mgmk2601_foods {
    padding: 50px 0 60px;
    background: url("../img/mgmk2601_snow_cd.png") repeat-y;
    background-position: center 140px;
    text-align: center;
  }
  .mgmk2601_foods_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dot.png"), url("../img/mgmk2601_dot.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    padding: 40px 0;
    line-height: 0;
  }
  .mgmk2601_foods_ttl img {
    max-width: 420.5px;
    width: 100%;
  }
  .mgmk2601_foods_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/mgmk2601_star.png") no-repeat center top;
    margin-top: 20px;
    padding-top: 60px;
  }
  .mgmk2601_foods_date_time {
    width: 649px;
    margin: 0 auto 0;
    line-height: 0;
  }
  .mgmk2601_foods_date ul.caut {
    margin-top: 20px;
    text-align: left;
  }
  .mgmk2601_foods_ichigo {
    box-sizing: border-box;
    width: 780px;
    margin: 40px auto 0;
    background: #896c5e url("../img/mgmk2601_itm_head.png") no-repeat center -70px;
    border: 4px solid #e0cd9b;
    border-radius: 25px;
    padding: 20px 0 50px;
    position: relative;
  }
  .mgmk2601_foods_ichigo_ttl {
    max-width: 539.5px;
    width: 98%;
    margin: 0 auto;
  }
  .mgmk2601_foods_ichigo_pr {
    max-width: 484px;
    width: 98%;
    margin: 60px auto 0;
  }
  .mgmk2601_foods_ichigo_img {
    max-width: 696px;
    width: 98%;
    margin: 20px auto 0;
  }
  .mgmk2601_foods_ichigo ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .mgmk2601_foods_macha {
    box-sizing: border-box;
    width: 780px;
    margin: 40px auto 0;
    background: #896c5e url("../img/mgmk2601_itm_head.png") no-repeat center -70px;
    border: 4px solid #e0cd9b;
    border-radius: 25px;
    padding: 20px 0 50px;
    position: relative;
  }
  .mgmk2601_foods_macha_ttl {
    max-width: 505.5px;
    width: 98%;
    margin: 0 auto;
  }
  .mgmk2601_foods_macha_pr {
    max-width: 484px;
    width: 98%;
    margin: 60px auto 0;
  }
  .mgmk2601_foods_macha_img {
    max-width: 696px;
    width: 98%;
    margin: 20px auto 0;
  }
  .mgmk2601_foods_macha ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .mgmk2601_foods_choco {
    box-sizing: border-box;
    width: 780px;
    margin: 40px auto 0;
    background: #896c5e url("../img/mgmk2601_itm_head.png") no-repeat center -70px;
    border: 4px solid #e0cd9b;
    border-radius: 25px;
    padding: 20px 0 50px;
    position: relative;
  }
  .mgmk2601_foods_choco_ttl {
    max-width: 670.5px;
    width: 98%;
    margin: 0 auto;
  }
  .mgmk2601_foods_choco_pr {
    max-width: 484px;
    width: 98%;
    margin: 60px auto 0;
  }
  .mgmk2601_foods_choco_img {
    max-width: 696px;
    width: 98%;
    margin: 20px auto 0;
  }
  .mgmk2601_foods_choco ul.caut {
    margin: 10px 30px 0;
    text-align: left;
  }
  .mgmk2601_shop_btn p {
    max-width: 690px;
    width: 98%;
    margin: 30px auto 0;
  }
  .mgmk2601_shop_btn ul.caut {
    text-align: center;
  }
  .mgmk2601_gameitem {
    padding: 100px 0;
    background: url("../img/mgmk2601_snow_cd.png") repeat-y;
    background-position: center 140px;
    text-align: center;
  }
  .mgmk2601_gameitem_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dot.png"), url("../img/mgmk2601_dot.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    padding: 40px 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_ttl img {
    max-width: 693px;
    width: 100%;
  }
  .mgmk2601_gameitem_ex {
    width: 424px;
    margin: 30px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/mgmk2601_star.png") no-repeat center top;
    margin-top: 30px;
    padding-top: 30px;
  }
  .mgmk2601_gameitem_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 25px;
    width: 396px;
    height: 50px;
    margin: 20px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_date_ttl img {
    width: 316.5px;
  }
  .mgmk2601_gameitem_date_time {
    width: 584px;
    margin: 30px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_date ul.caut {
    margin-top: 20px;
    text-align: center;
  }
  .mgmk2601_gameitem_item {
    box-sizing: border-box;
    width: 780px;
    margin: 40px auto 0;
    background: #896c5e;
    border: 6px solid #301e18;
    border-radius: 25px;
    padding: 20px 0;
    position: relative;
  }
  .mgmk2601_gameitem_item_img {
    max-width: 672px;
    width: 98%;
    margin: 0 auto 0;
  }
  .mgmk2601_gameitem_flow {
    margin-top: 100px;
  }
  .mgmk2601_gameitem_flow_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 7px center, bottom 7px center;
    background-repeat: repeat-x, repeat-x;
    position: relative;
    line-height: 0;
    padding: 30px 0;
  }
  .mgmk2601_gameitem_flow_ttl img {
    width: 145.5px;
  }
  .mgmk2601_gameitem_flow_app_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff9e0;
    border-radius: 25px;
    width: 400px;
    height: 50px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_app_ttl img {
    width: 233px;
  }
  .mgmk2601_gameitem_flow_app ul.caut {
    margin-top: 10px;
  }
  .mgmk2601_gameitem_flow_app dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 25px;
    border: 4px solid #e0cd9b;
    width: 243px;
    height: 44px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_app dl dt img {
    height: 25px;
    width: auto;
  }
  .mgmk2601_gameitem_flow_app dl dd p {
    margin-top: 10px;
    font-size: 24px;
  }
  .mgmk2601_gameitem_flow_app dl dd p.lnk {
    margin-top: 1em;
  }
  .mgmk2601_gameitem_flow_web_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff9e0;
    border-radius: 25px;
    width: 400px;
    height: 50px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_web_ttl img {
    width: 290.5px;
  }
  .mgmk2601_gameitem_flow_web ul.caut {
    margin-top: 10px;
  }
  .mgmk2601_gameitem_flow_web dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 25px;
    border: 4px solid #e0cd9b;
    width: 243px;
    height: 44px;
    margin: 40px auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_web dl dt img {
    height: 25px;
    width: auto;
  }
  .mgmk2601_gameitem_flow_web dl dd p {
    margin-top: 10px;
    font-size: 24px;
  }
  .mgmk2601_gameitem_flow_web dl dd p.lnk {
    margin-top: 1em;
  }
}
/* SP
-------------------------------------------- */
@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  .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;
  }

  #maga_head_wrap {
    background: #fff;
  }

  .mgmk2601 {
    color: #fff9e0;
    font-size: 3.2vw;
    background: url("../img/mgmk2601_bg.png");
    background-size: 13.13% auto;
    position: relative;
    position: relative;
    /* file-------------------------------*/
    /* foods-------------------------------*/
    /* gameitem-------------------------------*/
  }
  .mgmk2601::before {
    content: "";
    width: 42.1333333333vw;
    height: 12.8vw;
    background: url("../img/mgmk2601_footer_left_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .mgmk2601::after {
    content: "";
    width: 40.4vw;
    height: 17.2vw;
    background: url("../img/mgmk2601_footer_right_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -0.4vw;
    bottom: 0;
  }
  .mgmk2601_yokoku {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 7.0666666667vw;
    background: #cc0000;
    line-height: 0;
  }
  .mgmk2601_yokoku img {
    width: 10.1333333333vw;
  }
  .mgmk2601_header {
    background: url("../img/mgmk2601_snow_hd_sp.png") no-repeat;
    background-position: left 86.6666666667vw;
    background-size: 100% auto;
  }
  .mgmk2601_kv {
    display: flex;
    justify-content: center;
    line-height: 0;
    position: relative;
  }
  .mgmk2601_kv::before {
    content: "";
    width: 100%;
    height: 16.1333333333vw;
    background: url("../img/mgmk2601_header_kazari.png") repeat-x;
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mgmk2601_kv img {
    margin-top: 10vw;
    width: 100%;
  }
  .mgmk2601_nav {
    margin-top: 9.3333333333vw;
    line-height: 0;
    position: relative;
  }
  .mgmk2601_nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
  }
  .mgmk2601_nav ul li {
    max-width: 98.4vw;
    width: 98%;
  }
  .mgmk2601_nav ul li:first-of-type {
    position: relative;
  }
  .mgmk2601_nav ul li:first-of-type::after {
    content: "";
    width: 99.4666666667vw;
    height: 6.1333333333vw;
    background: url("../img/mgmk2601_nav_snow_sp.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -3.4666666667vw;
    left: -1.3333333333vw;
  }
  .mgmk2601_caut_al {
    margin-top: 8vw;
    text-align: center;
  }
  .mgmk2601_footer {
    background: url("../img/mgmk2601_snow_ft_sp.png") no-repeat;
    background-position: center 80vw;
    background-size: 91.3333333333vw auto;
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  .mgmk2601_contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 5.3333333333vw auto, 5.3333333333vw auto;
    position: relative;
    line-height: 0;
    padding: 4.2666666667vw 0 5.2vw;
  }
  .mgmk2601_contact_ttl {
    width: 92.6666666667vw;
  }
  .mgmk2601_contact_nm {
    width: 76.8vw;
    margin-top: 4vw;
  }
  .mgmk2601_contact_tel {
    width: 66.6666666667vw;
    margin-top: 4vw;
  }
  .mgmk2601_contact_date {
    width: 78.9333333333vw;
    margin-top: 4vw;
  }
  .mgmk2601_caut_al {
    margin-top: 8vw;
    text-align: center;
  }
  .mgmk2601_bnr_official {
    width: 28vw;
    margin: 4vw auto 0;
  }
  .mgmk2601_copy {
    margin-top: 13.3333333333vw;
    text-align: center;
    padding-bottom: 6.6666666667vw;
  }
  .mgmk2601_pagetop {
    width: 10.6666666667vw;
    position: fixed;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
    z-index: 99;
  }
  .mgmk2601 ul.caut {
    text-align: center;
  }
  .mgmk2601 ul.caut.cp {
    margin: 2.6666666667vw 1.3333333333vw 0;
    text-align: left;
  }
  .mgmk2601_file {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
    text-align: center;
  }
  .mgmk2601_file_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dot.png"), url("../img/mgmk2601_dot.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 2.6666666667vw auto, 2.6666666667vw auto;
    padding: 4vw 0 6vw;
    line-height: 0;
  }
  .mgmk2601_file_ttl img {
    width: 85.2vw;
  }
  .mgmk2601_file_ex {
    display: flex;
    justify-content: center;
    background: url("../img/mgmk2601_star.png") no-repeat center top;
    background-size: 11.0666666667vw auto;
    margin-top: 2.6666666667vw;
    padding-top: 8vw;
  }
  .mgmk2601_file_ex img {
    max-width: 71.0666666667vw;
    width: 98%;
  }
  .mgmk2601_file_date {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mgmk2601_file_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 3.3333333333vw;
    width: 47.4666666667vw;
    height: 6.6666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .mgmk2601_file_date_ttl img {
    width: 30.2666666667vw;
  }
  .mgmk2601_file_date_time {
    width: 86.5333333333vw;
    margin: 2vw auto 0;
    line-height: 0;
  }
  .mgmk2601_file_date ul.caut {
    margin-top: 2.6666666667vw;
    text-align: center;
  }
  .mgmk2601_file_wrap {
    box-sizing: border-box;
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 0;
    background: #896c5e;
    border: 0.5333333333vw solid #e0cd9b;
    border-radius: 3.3333333333vw;
    padding: 4vw 0 6.6666666667vw;
    position: relative;
  }
  .mgmk2601_file_wrap::after {
    content: "";
    width: 20.4vw;
    height: 20.2666666667vw;
    background: url("../img/mgmk2601_house.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: -1.3333333333vw;
    bottom: -5.3333333333vw;
  }
  .mgmk2601_file_wrap ul.caut {
    margin: 1.3333333333vw 4vw 0;
    text-align: left;
  }
  .mgmk2601_file_limit {
    width: 92.6666666667vw;
    margin: 0 auto 0;
  }
  .mgmk2601_file_img {
    width: 94.1333333333vw;
    margin: 4vw auto 0;
  }
  .mgmk2601_file_itemlist {
    margin-top: 13.3333333333vw;
  }
  .mgmk2601_file_itemlist_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 5.3333333333vw auto, 5.3333333333vw auto;
    position: relative;
    line-height: 0;
    padding: 4vw 0;
  }
  .mgmk2601_file_itemlist_ttl img {
    width: 31.2vw;
  }
  .mgmk2601_file_itemlist_tbl {
    width: 97.3333333333vw;
    margin: 2.6666666667vw auto 0;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .mgmk2601_file_itemlist_tbl thead tr {
    display: block;
    padding: 2vw 4vw;
    background: #fff9e0;
    font-size: 3.2vw;
    text-align: center;
  }
  .mgmk2601_file_itemlist_tbl thead tr th {
    display: inline;
  }
  .mgmk2601_file_itemlist_tbl thead tr th:not(:last-child)::after {
    content: "\00a0/\00a0";
  }
  .mgmk2601_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;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td {
    display: inline;
    color: #301e18;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:first-of-type {
    width: 22.6666666667vw;
    height: 18vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(2),
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(3) {
    margin-left: 22.6666666667vw;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(2)::after {
    content: "\a";
    white-space: pre;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(3) {
    width: 3em;
    height: inherit;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(2) {
    padding-top: 4vw;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(3),
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(4) {
    padding-bottom: 4vw;
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:nth-child(2) {
    width: calc(100% - 24vw);
  }
  .mgmk2601_file_itemlist_tbl tbody tr td:first-child img {
    width: 17.8666666667vw;
  }
  .mgmk2601_file_itemlist_tbl tbody tr:nth-child(even) {
    background: #dddddd;
  }
  .mgmk2601_file_itemlist ul.caut {
    margin: 1.3333333333vw 1.3333333333vw 0;
    text-align: left;
  }
  .mgmk2601_file_flow {
    margin-top: 13.3333333333vw;
  }
  .mgmk2601_file_flow_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 5.3333333333vw auto, 5.3333333333vw auto;
    position: relative;
    line-height: 0;
    padding: 4vw 0;
  }
  .mgmk2601_file_flow_ttl img {
    width: 19.3333333333vw;
  }
  .mgmk2601_file_flow_chart {
    width: 91.3333333333vw;
    margin: 4vw auto 0;
  }
  .mgmk2601_caution {
    margin-top: 13.3333333333vw;
  }
  .mgmk2601_caution_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 5.3333333333vw auto, 5.3333333333vw auto;
    position: relative;
    line-height: 0;
    padding: 4vw 0;
  }
  .mgmk2601_caution_ttl img {
    width: 19.2vw;
  }
  .mgmk2601_caution ul.caut {
    margin: 4vw 2vw 0;
    text-align: left;
  }
  .mgmk2601_foods {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
    text-align: center;
  }
  .mgmk2601_foods_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dot.png"), url("../img/mgmk2601_dot.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 2.6666666667vw auto, 2.6666666667vw auto;
    padding: 5.3333333333vw 0;
    line-height: 0;
  }
  .mgmk2601_foods_ttl img {
    width: 56.1333333333vw;
  }
  .mgmk2601_foods_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/mgmk2601_star.png") no-repeat center top;
    background-size: 11.0666666667vw auto;
    margin-top: 2.6666666667vw;
    padding-top: 8vw;
  }
  .mgmk2601_foods_date_time {
    width: 72.9333333333vw;
    margin: 0 auto 0;
    line-height: 0;
  }
  .mgmk2601_foods_date ul.caut {
    margin: 2.6666666667vw 1.3333333333vw 0;
    text-align: left;
  }
  .mgmk2601_foods_ichigo {
    box-sizing: border-box;
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 0;
    background: #896c5e url("../img/mgmk2601_itm_head.png") no-repeat center -9.3333333333vw;
    background-size: 110.1333333333vw auto;
    border: 0.5333333333vw solid #e0cd9b;
    border-radius: 3.3333333333vw;
    padding: 2.6666666667vw 0 6.6666666667vw;
    position: relative;
  }
  .mgmk2601_foods_ichigo_ttl {
    width: 71.8666666667vw;
    margin: 0 auto;
  }
  .mgmk2601_foods_ichigo_pr {
    width: 64.5333333333vw;
    margin: 8vw auto 0;
  }
  .mgmk2601_foods_ichigo_img {
    width: 92.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .mgmk2601_foods_ichigo ul.caut {
    margin: 1.3333333333vw 4vw 0;
    text-align: left;
  }
  .mgmk2601_foods_macha {
    box-sizing: border-box;
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 0;
    background: #896c5e url("../img/mgmk2601_itm_head.png") no-repeat center -9.3333333333vw;
    background-size: 110.1333333333vw auto;
    border: 0.5333333333vw solid #e0cd9b;
    border-radius: 3.3333333333vw;
    padding: 2.6666666667vw 0 6.6666666667vw;
    position: relative;
  }
  .mgmk2601_foods_macha_ttl {
    width: 67.6vw;
    margin: 0 auto;
  }
  .mgmk2601_foods_macha_pr {
    width: 64.5333333333vw;
    margin: 8vw auto 0;
  }
  .mgmk2601_foods_macha_img {
    width: 92.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .mgmk2601_foods_macha ul.caut {
    margin: 1.3333333333vw 4vw 0;
    text-align: left;
  }
  .mgmk2601_foods_choco {
    box-sizing: border-box;
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 0;
    background: #896c5e url("../img/mgmk2601_itm_head.png") no-repeat center -9.3333333333vw;
    background-size: 110.1333333333vw auto;
    border: 0.5333333333vw solid #e0cd9b;
    border-radius: 3.3333333333vw;
    padding: 2.6666666667vw 0 6.6666666667vw;
    position: relative;
  }
  .mgmk2601_foods_choco_ttl {
    width: 89.4666666667vw;
    margin: 0 auto;
  }
  .mgmk2601_foods_choco_pr {
    width: 64.5333333333vw;
    margin: 8vw auto 0;
  }
  .mgmk2601_foods_choco_img {
    width: 92.6666666667vw;
    margin: 2.6666666667vw auto 0;
  }
  .mgmk2601_foods_choco ul.caut {
    margin: 1.3333333333vw 4vw 0;
    text-align: left;
  }
  .mgmk2601_shop_btn p {
    width: 92vw;
    margin: 4vw auto 0;
  }
  .mgmk2601_shop_btn ul.caut {
    text-align: center;
  }
  .mgmk2601_gameitem {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
    text-align: center;
  }
  .mgmk2601_gameitem_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dot.png"), url("../img/mgmk2601_dot.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 2.6666666667vw auto, 2.6666666667vw auto;
    padding: 5.3333333333vw 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_ttl img {
    width: 92.5333333333vw;
  }
  .mgmk2601_gameitem_ex {
    width: 56.8vw;
    margin: 4vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_date {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url("../img/mgmk2601_star.png") no-repeat center top;
    background-size: 11.0666666667vw auto;
    margin-top: 4vw;
    padding-top: 4vw;
  }
  .mgmk2601_gameitem_date_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 3.3333333333vw;
    width: 52.8vw;
    height: 6.6666666667vw;
    margin: 2.6666666667vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_date_ttl img {
    width: 42.2666666667vw;
  }
  .mgmk2601_gameitem_date_time {
    width: 78vw;
    margin: 4vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_item {
    box-sizing: border-box;
    width: 97.3333333333vw;
    margin: 5.3333333333vw auto 0;
    background: #896c5e;
    border: 0.8vw solid #301e18;
    border-radius: 3.3333333333vw;
    padding: 2.6666666667vw 0;
    position: relative;
  }
  .mgmk2601_gameitem_item_img {
    width: 89.6vw;
    margin: 0 auto 0;
  }
  .mgmk2601_gameitem_flow {
    margin-top: 13.3333333333vw;
  }
  .mgmk2601_gameitem_flow_ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #84695c;
    background-image: url("../img/mgmk2601_dotline.png"), url("../img/mgmk2601_dotline.png");
    background-position: top 0.9333333333vw center, bottom 0.9333333333vw center;
    background-repeat: repeat-x, repeat-x;
    background-size: 5.3333333333vw auto, 5.3333333333vw auto;
    position: relative;
    line-height: 0;
    padding: 4vw 0;
  }
  .mgmk2601_gameitem_flow_ttl img {
    width: 19.3333333333vw;
  }
  .mgmk2601_gameitem_flow_app_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff9e0;
    border-radius: 3.3333333333vw;
    width: 53.3333333333vw;
    height: 6.6666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_app_ttl img {
    width: 31.0666666667vw;
  }
  .mgmk2601_gameitem_flow_app ul.caut {
    margin-top: 1.3333333333vw;
  }
  .mgmk2601_gameitem_flow_app dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 3.3333333333vw;
    border: 0.5333333333vw solid #e0cd9b;
    width: 32.4vw;
    height: 5.8666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_app dl dt img {
    height: 3.8666666667vw;
    width: auto;
  }
  .mgmk2601_gameitem_flow_app dl dd p {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .mgmk2601_gameitem_flow_app dl dd p.lnk {
    margin-top: 1em;
  }
  .mgmk2601_gameitem_flow_web_ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff9e0;
    border-radius: 3.3333333333vw;
    width: 53.3333333333vw;
    height: 6.6666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_web_ttl img {
    width: 38.8vw;
  }
  .mgmk2601_gameitem_flow_web ul.caut {
    margin-top: 1.3333333333vw;
  }
  .mgmk2601_gameitem_flow_web dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #301e18;
    border-radius: 3.3333333333vw;
    border: 0.5333333333vw solid #e0cd9b;
    width: 32.4vw;
    height: 5.8666666667vw;
    margin: 5.3333333333vw auto 0;
    line-height: 0;
  }
  .mgmk2601_gameitem_flow_web dl dt img {
    height: 3.8666666667vw;
    width: auto;
  }
  .mgmk2601_gameitem_flow_web dl dd p {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
  .mgmk2601_gameitem_flow_web dl dd p.lnk {
    margin-top: 1em;
  }
}
