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

.bold {
  font-weight: 700;
}

.fate {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", sans-serif;
  font-weight: 500;
  line-height: 1.38em;
  color: #000;
}
.fate a {
  color: #ff0000;
  text-decoration: none;
  font-weight: 700 !important;
}
.fate ul.caut {
  text-align: left;
  list-style-type: none;
}
.fate ul.caut li {
  padding-left: 1em;
  text-indent: -1em;
}
.fate ul.caut li:not(:last-child) {
  padding-bottom: 0.1em;
}
.fate ul.caut li strong {
  color: #ff0000 !important;
}
.fate ul.caut li.red {
  color: #ff0000;
  font-weight: 700 !important;
}
.fate ul.caut.caut_last {
  color: #fff;
}
.fate_yokoku {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  background: #e60000;
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.6em;
}

/* 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;
  }
}
@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: url("../img/fate25_bg.png") center -51px;
    background-size: 53px;
  }
  .fate {
    font-size: 16px;
    margin: 0 auto;
    /* firstarrival-------------------------------*/
    /* post-------------------------------*/
    /* goods-------------------------------*/
    /* print-------------------------------*/
    /* broadcast-------------------------------*/
  }
  .fate_yokoku {
    font-size: 32px;
    padding: 7px 0 11px 0.6em;
  }
  .fate_kv {
    position: relative;
    text-align: center;
    margin: 0 auto 70px;
    line-height: 0;
  }
  .fate_kv img {
    width: 1000px;
  }
  .fate_kv::before, .fate_kv::after {
    position: absolute;
    bottom: 40px;
    left: 0;
    content: "";
    background: url("../img/fate25_kv_deco.png") repeat-x;
    background-size: 5px;
    width: calc((100% - 1000px) / 2);
    height: 212px;
  }
  .fate_kv::after {
    right: 0;
    left: auto;
  }
  .fate_nav {
    max-width: 800px;
    margin: 0 auto 70px;
  }
  .fate_nav ul li {
    line-height: 0;
  }
  .fate_nav ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .fate_inr {
    max-width: 800px;
    margin: 0 auto;
  }
  .fate_line {
    display: block;
    max-width: 794px;
    margin: 75px auto 0;
    line-height: 1;
  }
  .fate_firstarrival {
    text-align: center;
    margin: 100px auto;
  }
  .fate_firstarrival_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_firstarrival_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 2px;
  }
  .fate_firstarrival_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 2px;
  }
  .fate_firstarrival_ttl h2 {
    padding: 30px 0 40px;
    margin-bottom: 50px;
    line-height: 1;
  }
  .fate_firstarrival_ttl h2 img {
    width: 684px;
  }
  .fate_firstarrival_btn {
    width: 640px;
    margin: 50px auto;
    line-height: 1;
  }
  .fate_firstarrival_date {
    background: #fff;
    border: solid 4px #a67b21;
    max-width: 760px;
    line-height: 1;
    padding: 20px 0 20px;
    margin: 70px auto 50px;
  }
  .fate_firstarrival_date h3 {
    margin: -48px auto 15px;
    width: 414px;
  }
  .fate_firstarrival_date p {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_firstarrival_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_firstarrival_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_firstarrival_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_firstarrival_date p small span {
    font-size: 0.9444em;
  }
  .fate_firstarrival_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 15px auto 3px;
  }
  .fate_file_ttl, .fate_sheet_ttl {
    line-height: 1;
    padding-top: 30px;
    margin: 40px auto 30px;
  }
  .fate_file_ttl img, .fate_sheet_ttl img {
    height: 74px;
  }
  .fate_file_bx, .fate_sheet_bx {
    margin: 0 auto;
    background: #fff;
  }
  .fate_file_bx_ttl_bx, .fate_sheet_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 4px #003d6d;
    padding: 20px 0;
    margin-bottom: 37px;
  }
  .fate_file_bx_ttl, .fate_sheet_bx_ttl {
    margin: 0 auto 5px;
  }
  .fate_file_bx_inr, .fate_sheet_bx_inr {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .fate_file_bx_ex, .fate_sheet_bx_ex {
    padding: 25px 0 30px;
  }
  .fate_file_bx_ex1, .fate_sheet_bx_ex1 {
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 15px;
  }
  .fate_file_bx_ex1 strong, .fate_sheet_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_file_bx_ex1 strong span, .fate_sheet_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_file_bx_ex2, .fate_sheet_bx_ex2 {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .fate_file_bx_ex2 strong, .fate_sheet_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_file_bx_ex2 span, .fate_sheet_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_file_bx_ex3, .fate_sheet_bx_ex3 {
    font-size: 24px;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_file_bx_type, .fate_file_bx_place, .fate_sheet_bx_type, .fate_sheet_bx_place {
    max-width: 390px;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_file_bx_pr, .fate_sheet_bx_pr {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_file_bx_pr small, .fate_sheet_bx_pr small {
    font-size: 0.9em;
  }
  .fate_file_bx_pr strong, .fate_sheet_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_file_bx_txt, .fate_sheet_bx_txt {
    font-size: 34px;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 20px;
  }
  .fate_file_bx_txt strong, .fate_sheet_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_file_bx_img, .fate_sheet_bx_img {
    max-width: 680px;
    margin: 40px auto;
    line-height: 1;
  }
  .fate_file_bx_btn.shopbtn, .fate_sheet_bx_btn.shopbtn {
    width: 640px;
    margin: 40px auto 10px;
    display: inline-block;
  }
  .fate_file_bx_btn.shopbtn ul, .fate_sheet_bx_btn.shopbtn ul {
    margin-top: 6px;
  }
  .fate_file_itemlist, .fate_sheet_itemlist {
    margin: 90px auto 0;
  }
  .fate_file_itemlist h3, .fate_sheet_itemlist h3 {
    background: url("../img/fate25_conte_ttl_deco.png") left center no-repeat, url("../img/fate25_conte_ttl_deco2.png") right center no-repeat, url("../img/fate25_conte_ttl.png") center center repeat-x;
    background-size: 10px, 10px, 10px;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
  }
  .fate_file_itemlist_tbl, .fate_sheet_itemlist_tbl {
    width: 100%;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .fate_file_itemlist_tbl tr, .fate_sheet_itemlist_tbl tr {
    min-height: 140px;
  }
  .fate_file_itemlist_tbl tr th, .fate_file_itemlist_tbl tr td, .fate_sheet_itemlist_tbl tr th, .fate_sheet_itemlist_tbl tr td {
    padding: 10px;
    border-right: 1px solid #d1d1d1;
    letter-spacing: -0.01em;
  }
  .fate_file_itemlist_tbl tr th, .fate_sheet_itemlist_tbl tr th {
    background: #231815;
    white-space: nowrap;
    text-align: center;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
  }
  .fate_file_itemlist_tbl tr th:last-child, .fate_sheet_itemlist_tbl tr th:last-child {
    border-right: none;
    text-align: left;
  }
  .fate_file_itemlist_tbl tr td, .fate_sheet_itemlist_tbl tr td {
    font-size: 18px;
    background: #fff;
    vertical-align: middle;
    height: 140px;
  }
  .fate_file_itemlist_tbl tr td:first-child, .fate_sheet_itemlist_tbl tr td:first-child {
    text-align: center;
    padding: 10px;
    line-height: 1;
  }
  .fate_file_itemlist_tbl tr td:first-child img, .fate_sheet_itemlist_tbl tr td:first-child img {
    width: 128px;
  }
  .fate_file_itemlist_tbl tr td:nth-child(3), .fate_sheet_itemlist_tbl tr td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
  }
  .fate_file_itemlist_tbl tr td:last-child, .fate_sheet_itemlist_tbl tr td:last-child {
    text-align: right;
    white-space: nowrap;
    border-right: none;
  }
  .fate_file_itemlist_tbl tr:nth-child(even) td, .fate_sheet_itemlist_tbl tr:nth-child(even) td {
    background: #f3f3f3;
  }
  .fate_file_itemlist_tbl tr:nth-child(8) td img, .fate_sheet_itemlist_tbl tr:nth-child(8) td img {
    width: 33px;
  }
  .fate_file_itemlist_tbl tr:nth-child(9) td img, .fate_file_itemlist_tbl tr:nth-child(10) td img, .fate_sheet_itemlist_tbl tr:nth-child(9) td img, .fate_sheet_itemlist_tbl tr:nth-child(10) td img {
    width: 40px;
  }
  .fate_file_itemlist_tbl tr:nth-child(18) td img, .fate_file_itemlist_tbl tr:last-child td img, .fate_sheet_itemlist_tbl tr:nth-child(18) td img, .fate_sheet_itemlist_tbl tr:last-child td img {
    width: 90px;
  }
  .fate_file_itemlist ul.caut, .fate_sheet_itemlist ul.caut {
    margin-top: 13px;
  }
  .fate_sheet_bx {
    margin: 0 auto;
    background: #fff;
  }
  .fate_sheet_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 4px #003d6d;
    padding: 20px 0;
    margin-bottom: 37px;
  }
  .fate_sheet_bx_ttl {
    margin: 0 auto 5px;
  }
  .fate_sheet_bx_inr {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .fate_sheet_bx_ex {
    padding: 25px 0 30px;
  }
  .fate_sheet_bx_ex1 {
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 15px;
  }
  .fate_sheet_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_sheet_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_sheet_bx_ex2 {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .fate_sheet_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_sheet_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_sheet_bx_ex3 {
    font-size: 24px;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_sheet_bx_type, .fate_sheet_bx_place {
    max-width: 390px;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_sheet_bx_pr {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_sheet_bx_pr small {
    font-size: 0.9em;
  }
  .fate_sheet_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_sheet_bx_txt {
    font-size: 34px;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 20px;
  }
  .fate_sheet_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_sheet_bx_img {
    max-width: 720px;
    margin: 40px auto;
    line-height: 1;
  }
  .fate_sheet_bx_btn.shopbtn {
    width: 640px;
    margin: 40px auto 10px;
    display: inline-block;
  }
  .fate_sheet_bx_btn.shopbtn ul {
    margin-top: 6px;
  }
  .fate_sheet_itemlist_tbl tr td:first-child {
    width: 148px;
  }
  .fate_sheet_itemlist_tbl tr td:first-child img {
    width: 40px;
  }
  .fate_sheet_itemlist_tbl tr td:nth-child(2) {
    width: 464px;
  }
  .fate_sheet_caution {
    margin: 90px auto 0;
  }
  .fate_sheet_caution h3 {
    background: url("../img/fate25_conte_ttl_deco.png") left center no-repeat, url("../img/fate25_conte_ttl_deco2.png") right center no-repeat, url("../img/fate25_conte_ttl.png") center center repeat-x;
    background-size: 10px, 10px, 10px;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
  }
  .fate_sheet_caution_inr {
    background: #fff;
    padding: 40px 0;
  }
  .fate_sheet_caution_inr ul {
    max-width: 720px;
    margin: 0 auto;
  }
  .fate_post {
    text-align: center;
    margin: 100px auto;
  }
  .fate_post_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_post_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 2px;
  }
  .fate_post_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 2px;
  }
  .fate_post_ttl h2 {
    padding: 30px 0 40px;
    margin-bottom: 50px;
    line-height: 1;
  }
  .fate_post_ttl h2 img {
    width: 594px;
  }
  .fate_post_btn {
    width: 640px;
    margin: 50px auto;
    line-height: 1;
  }
  .fate_post_ex {
    width: 719px;
    margin: 0 auto;
  }
  .fate_post_date {
    background: #fff;
    border: solid 4px #a67b21;
    max-width: 760px;
    line-height: 1;
    padding: 20px 0 20px;
    margin: 70px auto 50px;
    margin-bottom: 50px;
  }
  .fate_post_date h3 {
    margin: -48px auto 15px;
    width: 414px;
  }
  .fate_post_date p {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_post_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_post_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_post_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_post_date p small span {
    font-size: 0.9444em;
  }
  .fate_post_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 15px auto 3px;
  }
  .fate_post_date p {
    text-align: left;
    line-height: 1.29em;
    display: inline-block;
  }
  .fate_post_date p small span {
    font-size: 0.97em;
  }
  .fate_post_bx {
    margin: 0 auto;
    background: #fff;
  }
  .fate_post_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 4px #003d6d;
    padding: 20px 0;
    margin-bottom: 37px;
  }
  .fate_post_bx_ttl {
    margin: 0 auto 5px;
  }
  .fate_post_bx_inr {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .fate_post_bx_ex {
    padding: 25px 0 30px;
  }
  .fate_post_bx_ex1 {
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 15px;
  }
  .fate_post_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_post_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_post_bx_ex2 {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .fate_post_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_post_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_post_bx_ex3 {
    font-size: 24px;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_post_bx_type, .fate_post_bx_place {
    max-width: 390px;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_post_bx_pr {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_post_bx_pr small {
    font-size: 0.9em;
  }
  .fate_post_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_post_bx_txt {
    font-size: 34px;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 20px;
  }
  .fate_post_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_post_bx_img {
    max-width: 660px;
    margin: 40px auto;
    line-height: 1;
  }
  .fate_post_bx_btn.shopbtn {
    width: 640px;
    margin: 40px auto 10px;
    display: inline-block;
  }
  .fate_post_bx_btn.shopbtn ul {
    margin-top: 6px;
  }
  .fate_post_bx_inr {
    padding: 40px 0 1px;
  }
  .fate_post_bx_img {
    margin-top: 0;
  }
  .fate_post_caution {
    margin: 90px auto 0;
  }
  .fate_post_caution h3 {
    background: url("../img/fate25_conte_ttl_deco.png") left center no-repeat, url("../img/fate25_conte_ttl_deco2.png") right center no-repeat, url("../img/fate25_conte_ttl.png") center center repeat-x;
    background-size: 10px, 10px, 10px;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 40px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 6px;
  }
  .fate_post_caution h4,
  .fate_post_caution p,
  .fate_post_caution ul,
  .fate_post_caution ol {
    max-width: 720px;
    margin: 0 auto;
    text-align: left;
  }
  .fate_post_caution h4 {
    margin-bottom: 5px;
  }
  .fate_post_caution ul.dot {
    margin-bottom: 30px;
  }
  .fate_post_caution ul.dot li:first-child {
    margin-bottom: 0.1em;
  }
  .fate_post_caution ol {
    margin: 10px auto 25px;
  }
  .fate_post_caution ol li {
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 0.5em;
  }
  .fate_post_caution .lnk {
    margin: 30px auto;
  }
  .fate_post_caution a {
    color: #e60000;
    font-weight: 700 !important;
  }
  .fate_post_caution_inr {
    background: #fff;
    padding: 40px 0;
  }
  .fate_goods {
    text-align: center;
    margin: 100px auto;
  }
  .fate_goods_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_goods_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 2px;
  }
  .fate_goods_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 2px;
  }
  .fate_goods_ttl h2 {
    padding: 30px 0 40px;
    margin-bottom: 50px;
    line-height: 1;
  }
  .fate_goods_ttl h2 img {
    width: 502px;
  }
  .fate_goods_btn {
    width: 640px;
    margin: 50px auto;
    line-height: 1;
  }
  .fate_goods_ex {
    width: 719px;
    margin: 0 auto;
  }
  .fate_goods_date {
    background: #fff;
    border: solid 4px #a67b21;
    max-width: 760px;
    line-height: 1;
    padding: 20px 0 20px;
    margin: 70px auto 50px;
    margin: 50px auto;
  }
  .fate_goods_date h3 {
    margin: -48px auto 15px;
    width: 414px;
  }
  .fate_goods_date p {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_goods_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_goods_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_goods_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_goods_date p small span {
    font-size: 0.9444em;
  }
  .fate_goods_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 15px auto 3px;
  }
  .fate_goods_bx1, .fate_goods_bx2, .fate_goods_bx3 {
    margin: 0 auto;
    background: #fff;
    padding: 7px 7px 0 7px;
  }
  .fate_goods_bx1_ttl_bx, .fate_goods_bx2_ttl_bx, .fate_goods_bx3_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 4px #003d6d;
    padding: 20px 0;
    margin-bottom: 37px;
  }
  .fate_goods_bx1_ttl, .fate_goods_bx2_ttl, .fate_goods_bx3_ttl {
    margin: 0 auto 5px;
  }
  .fate_goods_bx1_inr, .fate_goods_bx2_inr, .fate_goods_bx3_inr {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .fate_goods_bx1_ex, .fate_goods_bx2_ex, .fate_goods_bx3_ex {
    padding: 25px 0 30px;
  }
  .fate_goods_bx1_ex1, .fate_goods_bx2_ex1, .fate_goods_bx3_ex1 {
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 15px;
  }
  .fate_goods_bx1_ex1 strong, .fate_goods_bx2_ex1 strong, .fate_goods_bx3_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_goods_bx1_ex1 strong span, .fate_goods_bx2_ex1 strong span, .fate_goods_bx3_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_goods_bx1_ex2, .fate_goods_bx2_ex2, .fate_goods_bx3_ex2 {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .fate_goods_bx1_ex2 strong, .fate_goods_bx2_ex2 strong, .fate_goods_bx3_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_goods_bx1_ex2 span, .fate_goods_bx2_ex2 span, .fate_goods_bx3_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_goods_bx1_ex3, .fate_goods_bx2_ex3, .fate_goods_bx3_ex3 {
    font-size: 24px;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_goods_bx1_type, .fate_goods_bx1_place, .fate_goods_bx2_type, .fate_goods_bx2_place, .fate_goods_bx3_type, .fate_goods_bx3_place {
    max-width: 390px;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_goods_bx1_pr, .fate_goods_bx2_pr, .fate_goods_bx3_pr {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_goods_bx1_pr small, .fate_goods_bx2_pr small, .fate_goods_bx3_pr small {
    font-size: 0.9em;
  }
  .fate_goods_bx1_pr strong, .fate_goods_bx2_pr strong, .fate_goods_bx3_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_goods_bx1_txt, .fate_goods_bx2_txt, .fate_goods_bx3_txt {
    font-size: 34px;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 20px;
  }
  .fate_goods_bx1_txt strong, .fate_goods_bx2_txt strong, .fate_goods_bx3_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_goods_bx1_img, .fate_goods_bx2_img, .fate_goods_bx3_img {
    max-width: 720px;
    margin: 40px auto;
    line-height: 1;
  }
  .fate_goods_bx1_btn.shopbtn, .fate_goods_bx2_btn.shopbtn, .fate_goods_bx3_btn.shopbtn {
    width: 640px;
    margin: 40px auto 10px;
    display: inline-block;
  }
  .fate_goods_bx1_btn.shopbtn ul, .fate_goods_bx2_btn.shopbtn ul, .fate_goods_bx3_btn.shopbtn ul {
    margin-top: 6px;
  }
  .fate_goods_bx1 {
    margin-bottom: 50px;
  }
  .fate_goods_bx1_ttl {
    width: 527px;
  }
  .fate_goods_bx2 {
    margin-bottom: 50px;
  }
  .fate_goods_bx2_ttl_bx {
    padding-bottom: 25px;
  }
  .fate_goods_bx2_ttl {
    width: 580px;
  }
  .fate_goods_bx3 {
    margin-bottom: 15px;
  }
  .fate_goods_bx3_ttl_bx {
    padding-bottom: 25px;
  }
  .fate_goods_bx3_ttl {
    width: 652px;
  }
  .fate_goods_btn {
    margin-top: 15px;
  }
  .fate_print {
    text-align: center;
    margin: 100px auto;
  }
  .fate_print_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_print_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 2px;
  }
  .fate_print_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 2px;
  }
  .fate_print_ttl h2 {
    padding: 30px 0 40px;
    margin-bottom: 50px;
    line-height: 1;
  }
  .fate_print_ttl h2 img {
    width: 502px;
  }
  .fate_print_btn {
    width: 640px;
    margin: 50px auto;
    line-height: 1;
  }
  .fate_print_date {
    background: #fff;
    border: solid 4px #a67b21;
    max-width: 760px;
    line-height: 1;
    padding: 20px 0 20px;
    margin: 70px auto 50px;
  }
  .fate_print_date h3 {
    margin: -48px auto 15px;
    width: 414px;
  }
  .fate_print_date p {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_print_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_print_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_print_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_print_date p small span {
    font-size: 0.9444em;
  }
  .fate_print_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 15px auto 3px;
  }
  .fate_print_bx {
    margin: 0 auto;
    background: #fff;
    padding: 7px 7px 0 7px;
  }
  .fate_print_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 4px #003d6d;
    padding: 20px 0;
    margin-bottom: 37px;
  }
  .fate_print_bx_ttl {
    margin: 0 auto 5px;
  }
  .fate_print_bx_inr {
    width: 720px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .fate_print_bx_ex {
    padding: 25px 0 30px;
  }
  .fate_print_bx_ex1 {
    font-size: 38px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 15px;
  }
  .fate_print_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_print_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_print_bx_ex2 {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .fate_print_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_print_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_print_bx_ex3 {
    font-size: 24px;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_print_bx_type, .fate_print_bx_place {
    max-width: 390px;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_print_bx_pr {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_print_bx_pr small {
    font-size: 0.9em;
  }
  .fate_print_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_print_bx_txt {
    font-size: 34px;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 20px;
  }
  .fate_print_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_print_bx_img {
    max-width: 720px;
    margin: 40px auto;
    line-height: 1;
  }
  .fate_print_bx_btn.shopbtn {
    width: 640px;
    margin: 40px auto 10px;
    display: inline-block;
  }
  .fate_print_bx_btn.shopbtn ul {
    margin-top: 6px;
  }
  .fate_print_bx_ttl {
    width: 626px;
  }
  .fate_print_bx_pr {
    display: inline-block;
    line-height: 1.35em;
    text-align: right;
  }
  .fate_broadcast {
    text-align: center;
    margin: 100px auto;
  }
  .fate_broadcast_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_broadcast_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 2px;
  }
  .fate_broadcast_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 6px;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 2px;
  }
  .fate_broadcast_ttl h2 {
    padding: 30px 0 40px;
    margin-bottom: 50px;
    line-height: 1;
  }
  .fate_broadcast_ttl h2 img {
    width: 449px;
  }
  .fate_broadcast_btn {
    width: 640px;
    margin: 50px auto;
    line-height: 1;
  }
  .fate_broadcast_ex {
    width: 707px;
    margin: 0 auto 85px;
    line-height: 1;
  }
  .fate_broadcast_date {
    background: #fff;
    border: solid 4px #a67b21;
    max-width: 760px;
    line-height: 1;
    padding: 20px 0 20px;
    margin: 70px auto 50px;
    margin-top: 50px;
    padding-bottom: 25px;
  }
  .fate_broadcast_date h3 {
    margin: -48px auto 15px;
    width: 414px;
  }
  .fate_broadcast_date p {
    font-size: 34px;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_broadcast_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_broadcast_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_broadcast_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_broadcast_date p small span {
    font-size: 0.9444em;
  }
  .fate_broadcast_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 15px auto 3px;
  }
  .fate_broadcast_date h3 {
    width: 560px;
    margin-bottom: 10px;
  }
  .fate_broadcast_date p {
    line-height: 1.4em;
  }
  .fate_broadcast_date_pattern1 {
    margin-bottom: 30px;
  }
  .fate_broadcast_date_pattern1_ttl, .fate_broadcast_date_pattern2_ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    max-width: 720px;
    background: #231815;
    font-size: 32px;
    color: #fff;
    margin: 19px auto 10px;
    padding: 6px 0 12px;
  }
  .fate_broadcast_date_time {
    max-width: 680px;
    background: #eee;
    margin: 15px auto 0;
  }
  .fate_broadcast_date_time p {
    padding: 15px 0 30px;
    line-height: 1.5em;
  }
  .fate_footer {
    text-align: center;
    line-height: 1;
  }
  .fate_footer_contact {
    margin: 0 auto 50px;
    background: #566e91;
    padding: 40px 0;
  }
  .fate_footer_contact h2 {
    margin: 0 auto 25px;
    width: 623px;
  }
  .fate_footer_contact ul {
    max-width: 720px;
    margin: 0 auto;
  }
  .fate_footer_contact ul li:first-child {
    line-height: 0;
    margin-bottom: 20px;
  }
  .fate_footer_txt {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
  }
  .fate_footer_bnr {
    width: 459.5px;
    margin: 0 auto 50px;
  }
  .fate_footer_copy {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
  .fate_footer_pagetop {
    width: 123px;
    position: fixed;
    right: 25px;
    bottom: 24px;
    z-index: 99;
  }
}
/* 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;
  }
  #bg_wrapper {
    background: url("../img/fate25_bg.png") center -6.8vw;
    background-size: 7.0666666667vw;
  }
  .fate {
    font-size: 3.2vw;
    margin: 0 auto;
    /* firstarrival-------------------------------*/
    /* post-------------------------------*/
    /* goods-------------------------------*/
    /* print-------------------------------*/
    /* broadcast-------------------------------*/
  }
  .fate_yokoku {
    font-size: 4.2666666667vw;
    padding: 0.9333333333vw 0 1.4666666667vw 0.6em;
  }
  .fate_kv {
    text-align: center;
    margin: 0 auto 9.3333333333vw;
    line-height: 0;
  }
  .fate_nav {
    margin: 0 auto 9.3333333333vw;
  }
  .fate_nav ul li {
    line-height: 0;
  }
  .fate_nav ul li:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
  .fate_inr {
    margin: 0 auto;
  }
  .fate_line {
    display: block;
    max-width: 105.8666666667vw;
    margin: 10vw auto 0;
    line-height: 1;
  }
  .fate_firstarrival {
    text-align: center;
    margin: 13.3333333333vw auto;
  }
  .fate_firstarrival_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_firstarrival_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 0.2666666667vw;
  }
  .fate_firstarrival_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 0.2666666667vw;
  }
  .fate_firstarrival_ttl h2 {
    padding: 4vw 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1;
  }
  .fate_firstarrival_ttl h2 img {
    width: 91.2vw;
  }
  .fate_firstarrival_btn {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto;
    line-height: 1;
  }
  .fate_firstarrival ul.caut.caut_last {
    max-width: 97.3333333333vw;
    margin: 0 auto;
  }
  .fate_firstarrival_date {
    background: #fff;
    border: solid 0.5333333333vw #a67b21;
    max-width: 97.3333333333vw;
    line-height: 1;
    padding: 2.6666666667vw 0 2.6666666667vw;
    margin: 9.3333333333vw auto 6.6666666667vw;
  }
  .fate_firstarrival_date h3 {
    margin: -6.4vw auto 2vw;
    width: 55.2vw;
  }
  .fate_firstarrival_date p {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_firstarrival_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_firstarrival_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_firstarrival_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_firstarrival_date p small span {
    font-size: 0.9444em;
  }
  .fate_firstarrival_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 2vw auto 0.4vw;
  }
  .fate_file_ttl, .fate_sheet_ttl {
    line-height: 1;
    padding-top: 4vw;
    margin: 5.3333333333vw auto 4vw;
  }
  .fate_file_ttl img, .fate_sheet_ttl img {
    height: 9.8666666667vw;
  }
  .fate_file_bx, .fate_sheet_bx {
    margin: 0 auto;
    background: #fff;
  }
  .fate_file_bx_ttl_bx, .fate_sheet_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 0.5333333333vw #003d6d;
    padding: 2.6666666667vw 0;
    margin-bottom: 4.9333333333vw;
  }
  .fate_file_bx_ttl, .fate_sheet_bx_ttl {
    margin: 0 auto 0.6666666667vw;
  }
  .fate_file_bx_inr, .fate_sheet_bx_inr {
    width: 96vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
  .fate_file_bx_ex, .fate_sheet_bx_ex {
    padding: 3.3333333333vw 0 4vw;
  }
  .fate_file_bx_ex1, .fate_sheet_bx_ex1 {
    font-size: 5.0666666667vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 2vw;
  }
  .fate_file_bx_ex1 strong, .fate_sheet_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_file_bx_ex1 strong span, .fate_sheet_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_file_bx_ex2, .fate_sheet_bx_ex2 {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 2.6666666667vw;
  }
  .fate_file_bx_ex2 strong, .fate_sheet_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_file_bx_ex2 span, .fate_sheet_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_file_bx_ex3, .fate_sheet_bx_ex3 {
    font-size: 3.2vw;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_file_bx_type, .fate_file_bx_place, .fate_sheet_bx_type, .fate_sheet_bx_place {
    max-width: 52vw;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_file_bx_pr, .fate_sheet_bx_pr {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_file_bx_pr small, .fate_sheet_bx_pr small {
    font-size: 0.9em;
  }
  .fate_file_bx_pr strong, .fate_sheet_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_file_bx_txt, .fate_sheet_bx_txt {
    font-size: 4.5333333333vw;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 2.6666666667vw;
  }
  .fate_file_bx_txt strong, .fate_sheet_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_file_bx_img, .fate_sheet_bx_img {
    max-width: 90.6666666667vw;
    margin: 5.3333333333vw auto;
    line-height: 1;
  }
  .fate_file_bx_btn.shopbtn, .fate_sheet_bx_btn.shopbtn {
    width: 85.3333333333vw;
    margin: 5.3333333333vw auto 1.3333333333vw;
    display: inline-block;
  }
  .fate_file_bx_btn.shopbtn ul, .fate_sheet_bx_btn.shopbtn ul {
    margin-top: 0.8vw;
  }
  .fate_file_itemlist, .fate_sheet_itemlist {
    margin: 12vw auto 0;
  }
  .fate_file_itemlist h3, .fate_sheet_itemlist h3 {
    background: url("../img/fate25_conte_ttl_deco.png") left center no-repeat, url("../img/fate25_conte_ttl_deco2.png") right center no-repeat, url("../img/fate25_conte_ttl.png") center center repeat-x;
    background-size: 1.3333333333vw, 1.3333333333vw, 1.3333333333vw;
    line-height: 1;
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    height: 9.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.8vw;
  }
  .fate_file_itemlist_tbl, .fate_sheet_itemlist_tbl {
    width: 100%;
    max-width: 97.3333333333vw;
    margin: 0 auto;
    position: relative;
    line-height: 1.3;
    border-collapse: collapse;
  }
  .fate_file_itemlist_tbl thead tr, .fate_sheet_itemlist_tbl thead tr {
    display: block;
    padding: 2vw 4vw 2.5vw;
    background: #231815;
    font-size: 3.2vw;
    text-align: center;
    line-height: 1;
  }
  .fate_file_itemlist_tbl thead tr th, .fate_sheet_itemlist_tbl thead tr th {
    color: #fff;
    display: inline;
  }
  .fate_file_itemlist_tbl thead tr th:not(:last-child)::after, .fate_sheet_itemlist_tbl thead tr th:not(:last-child)::after {
    content: " / ";
  }
  .fate_file_itemlist_tbl tbody tr, .fate_sheet_itemlist_tbl tbody tr {
    background: #fff;
    min-height: 18.6666666667vw;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 18.6666666667vw;
  }
  .fate_file_itemlist_tbl tbody tr td, .fate_sheet_itemlist_tbl tbody tr td {
    display: inline;
    letter-spacing: -0.01em;
  }
  .fate_file_itemlist_tbl tbody tr td:first-of-type, .fate_sheet_itemlist_tbl tbody tr td:first-of-type {
    width: 22.4vw;
    height: 18.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    line-height: 1;
  }
  .fate_file_itemlist_tbl tbody tr td:first-of-type img, .fate_sheet_itemlist_tbl tbody tr td:first-of-type img {
    width: 17.0666666667vw;
  }
  .fate_file_itemlist_tbl tbody tr td:nth-child(2), .fate_file_itemlist_tbl tbody tr td:nth-child(3), .fate_sheet_itemlist_tbl tbody tr td:nth-child(2), .fate_sheet_itemlist_tbl tbody tr td:nth-child(3) {
    margin-left: 22.4vw;
  }
  .fate_file_itemlist_tbl tbody tr td:nth-child(3), .fate_sheet_itemlist_tbl tbody tr td:nth-child(3) {
    width: 3em;
  }
  .fate_file_itemlist_tbl tbody tr td:nth-child(2), .fate_sheet_itemlist_tbl tbody tr td:nth-child(2) {
    padding-top: 4vw;
  }
  .fate_file_itemlist_tbl tbody tr td:nth-child(3), .fate_file_itemlist_tbl tbody tr td:nth-child(4), .fate_sheet_itemlist_tbl tbody tr td:nth-child(3), .fate_sheet_itemlist_tbl tbody tr td:nth-child(4) {
    padding-bottom: 4vw;
  }
  .fate_file_itemlist_tbl tbody tr td:nth-child(2), .fate_sheet_itemlist_tbl tbody tr td:nth-child(2) {
    width: calc(100% - 22.4vw);
  }
  .fate_file_itemlist_tbl tbody tr:nth-child(even), .fate_sheet_itemlist_tbl tbody tr:nth-child(even) {
    background: #f3f3f3;
  }
  .fate_file_itemlist_tbl tbody tr:nth-child(8) td img, .fate_sheet_itemlist_tbl tbody tr:nth-child(8) td img {
    width: 4.4vw;
  }
  .fate_file_itemlist_tbl tbody tr:nth-child(9) td img, .fate_file_itemlist_tbl tbody tr:nth-child(10) td img, .fate_sheet_itemlist_tbl tbody tr:nth-child(9) td img, .fate_sheet_itemlist_tbl tbody tr:nth-child(10) td img {
    width: 5.3333333333vw;
  }
  .fate_file_itemlist_tbl tbody tr:nth-child(18) td img, .fate_file_itemlist_tbl tbody tr:last-child td img, .fate_sheet_itemlist_tbl tbody tr:nth-child(18) td img, .fate_sheet_itemlist_tbl tbody tr:last-child td img {
    width: 12vw;
  }
  .fate_file_itemlist ul.caut.caut_last, .fate_sheet_itemlist ul.caut.caut_last {
    margin-top: 2.4vw;
  }
  .fate_sheet_bx {
    margin: 0 auto;
    background: #fff;
  }
  .fate_sheet_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 0.5333333333vw #003d6d;
    padding: 2.6666666667vw 0;
    margin-bottom: 4.9333333333vw;
  }
  .fate_sheet_bx_ttl {
    margin: 0 auto 0.6666666667vw;
  }
  .fate_sheet_bx_inr {
    width: 96vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
  .fate_sheet_bx_ex {
    padding: 3.3333333333vw 0 4vw;
  }
  .fate_sheet_bx_ex1 {
    font-size: 5.0666666667vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 2vw;
  }
  .fate_sheet_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_sheet_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_sheet_bx_ex2 {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 2.6666666667vw;
  }
  .fate_sheet_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_sheet_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_sheet_bx_ex3 {
    font-size: 3.2vw;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_sheet_bx_type, .fate_sheet_bx_place {
    max-width: 52vw;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_sheet_bx_pr {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_sheet_bx_pr small {
    font-size: 0.9em;
  }
  .fate_sheet_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_sheet_bx_txt {
    font-size: 4.5333333333vw;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 2.6666666667vw;
  }
  .fate_sheet_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_sheet_bx_img {
    max-width: 96vw;
    margin: 5.3333333333vw auto;
    line-height: 1;
  }
  .fate_sheet_bx_btn.shopbtn {
    width: 85.3333333333vw;
    margin: 5.3333333333vw auto 1.3333333333vw;
    display: inline-block;
  }
  .fate_sheet_bx_btn.shopbtn ul {
    margin-top: 0.8vw;
  }
  .fate_sheet_itemlist_tbl tbody tr td:first-of-type img {
    width: 5.3333333333vw;
  }
  .fate_sheet_caution {
    margin: 12vw auto 0;
  }
  .fate_sheet_caution h3 {
    background: url("../img/fate25_conte_ttl_deco.png") left center no-repeat, url("../img/fate25_conte_ttl_deco2.png") right center no-repeat, url("../img/fate25_conte_ttl.png") center center repeat-x;
    background-size: 1.3333333333vw, 1.3333333333vw, 1.3333333333vw;
    line-height: 1;
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    height: 9.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.8vw;
  }
  .fate_sheet_caution_inr {
    background: #fff;
    padding: 5.3333333333vw 0;
  }
  .fate_sheet_caution_inr ul {
    max-width: 96vw;
    margin: 0 auto;
  }
  .fate_post {
    text-align: center;
    margin: 13.3333333333vw auto;
  }
  .fate_post_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_post_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 0.2666666667vw;
  }
  .fate_post_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 0.2666666667vw;
  }
  .fate_post_ttl h2 {
    padding: 4vw 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1;
  }
  .fate_post_ttl h2 img {
    width: 79.2vw;
  }
  .fate_post_btn {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto;
    line-height: 1;
  }
  .fate_post ul.caut.caut_last {
    max-width: 97.3333333333vw;
    margin: 0 auto;
  }
  .fate_post_ex {
    width: 95.8666666667vw;
    margin: 0 auto;
  }
  .fate_post_date {
    background: #fff;
    border: solid 0.5333333333vw #a67b21;
    max-width: 97.3333333333vw;
    line-height: 1;
    padding: 2.6666666667vw 0 2.6666666667vw;
    margin: 9.3333333333vw auto 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .fate_post_date h3 {
    margin: -6.4vw auto 2vw;
    width: 55.2vw;
  }
  .fate_post_date p {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_post_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_post_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_post_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_post_date p small span {
    font-size: 0.9444em;
  }
  .fate_post_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 2vw auto 0.4vw;
  }
  .fate_post_date p {
    text-align: left;
    line-height: 1.29em;
    display: inline-block;
  }
  .fate_post_date p small span {
    font-size: 0.97em;
  }
  .fate_post_bx {
    margin: 0 auto;
    background: #fff;
  }
  .fate_post_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 0.5333333333vw #003d6d;
    padding: 2.6666666667vw 0;
    margin-bottom: 4.9333333333vw;
  }
  .fate_post_bx_ttl {
    margin: 0 auto 0.6666666667vw;
  }
  .fate_post_bx_inr {
    width: 96vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
  .fate_post_bx_ex {
    padding: 3.3333333333vw 0 4vw;
  }
  .fate_post_bx_ex1 {
    font-size: 5.0666666667vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 2vw;
  }
  .fate_post_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_post_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_post_bx_ex2 {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 2.6666666667vw;
  }
  .fate_post_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_post_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_post_bx_ex3 {
    font-size: 3.2vw;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_post_bx_type, .fate_post_bx_place {
    max-width: 52vw;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_post_bx_pr {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_post_bx_pr small {
    font-size: 0.9em;
  }
  .fate_post_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_post_bx_txt {
    font-size: 4.5333333333vw;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 2.6666666667vw;
  }
  .fate_post_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_post_bx_img {
    max-width: 88vw;
    margin: 5.3333333333vw auto;
    line-height: 1;
  }
  .fate_post_bx_btn.shopbtn {
    width: 85.3333333333vw;
    margin: 5.3333333333vw auto 1.3333333333vw;
    display: inline-block;
  }
  .fate_post_bx_btn.shopbtn ul {
    margin-top: 0.8vw;
  }
  .fate_post_bx_inr {
    padding: 5.3333333333vw 0 0.1333333333vw;
  }
  .fate_post_bx_img {
    margin-top: 0;
  }
  .fate_post_caution {
    margin: 12vw auto 0;
  }
  .fate_post_caution h3 {
    background: url("../img/fate25_conte_ttl_deco.png") left center no-repeat, url("../img/fate25_conte_ttl_deco2.png") right center no-repeat, url("../img/fate25_conte_ttl.png") center center repeat-x;
    background-size: 1.3333333333vw, 1.3333333333vw, 1.3333333333vw;
    line-height: 1;
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    height: 9.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0.8vw;
  }
  .fate_post_caution h4,
  .fate_post_caution p,
  .fate_post_caution ul,
  .fate_post_caution ol {
    max-width: 92vw;
    margin: 0 auto;
    text-align: left;
  }
  .fate_post_caution h4 {
    margin-bottom: 0.6666666667vw;
  }
  .fate_post_caution ul.dot {
    margin-bottom: 6vw;
  }
  .fate_post_caution ul.dot li:first-child {
    margin-bottom: 0.1em;
  }
  .fate_post_caution ol {
    margin: 1.3333333333vw auto 5.3333333333vw;
  }
  .fate_post_caution ol li {
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: 0.5em;
  }
  .fate_post_caution .lnk {
    margin: 6vw auto;
  }
  .fate_post_caution .lnk2 {
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .fate_post_caution a {
    color: #e60000;
    font-weight: 700 !important;
  }
  .fate_post_caution_inr {
    background: #fff;
    padding: 5.3333333333vw 0;
  }
  .fate_goods {
    text-align: center;
    margin: 13.3333333333vw auto;
  }
  .fate_goods_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_goods_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 0.2666666667vw;
  }
  .fate_goods_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 0.2666666667vw;
  }
  .fate_goods_ttl h2 {
    padding: 4vw 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1;
  }
  .fate_goods_ttl h2 img {
    width: 66.9333333333vw;
  }
  .fate_goods_btn {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto;
    line-height: 1;
  }
  .fate_goods ul.caut.caut_last {
    max-width: 97.3333333333vw;
    margin: 0 auto;
  }
  .fate_goods_ex {
    width: 95.8666666667vw;
    margin: 0 auto;
  }
  .fate_goods_date {
    background: #fff;
    border: solid 0.5333333333vw #a67b21;
    max-width: 97.3333333333vw;
    line-height: 1;
    padding: 2.6666666667vw 0 2.6666666667vw;
    margin: 9.3333333333vw auto 6.6666666667vw;
    margin: 6.6666666667vw auto;
  }
  .fate_goods_date h3 {
    margin: -6.4vw auto 2vw;
    width: 55.2vw;
  }
  .fate_goods_date p {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_goods_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_goods_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_goods_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_goods_date p small span {
    font-size: 0.9444em;
  }
  .fate_goods_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 2vw auto 0.4vw;
  }
  .fate_goods_bx1, .fate_goods_bx2, .fate_goods_bx3 {
    margin: 0 auto;
    background: #fff;
    padding: 0.9333333333vw 0.9333333333vw 0 0.9333333333vw;
  }
  .fate_goods_bx1_ttl_bx, .fate_goods_bx2_ttl_bx, .fate_goods_bx3_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 0.5333333333vw #003d6d;
    padding: 2.6666666667vw 0;
    margin-bottom: 4.9333333333vw;
  }
  .fate_goods_bx1_ttl, .fate_goods_bx2_ttl, .fate_goods_bx3_ttl {
    margin: 0 auto 0.6666666667vw;
  }
  .fate_goods_bx1_inr, .fate_goods_bx2_inr, .fate_goods_bx3_inr {
    width: 96vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
  .fate_goods_bx1_ex, .fate_goods_bx2_ex, .fate_goods_bx3_ex {
    padding: 3.3333333333vw 0 4vw;
  }
  .fate_goods_bx1_ex1, .fate_goods_bx2_ex1, .fate_goods_bx3_ex1 {
    font-size: 5.0666666667vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 2vw;
  }
  .fate_goods_bx1_ex1 strong, .fate_goods_bx2_ex1 strong, .fate_goods_bx3_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_goods_bx1_ex1 strong span, .fate_goods_bx2_ex1 strong span, .fate_goods_bx3_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_goods_bx1_ex2, .fate_goods_bx2_ex2, .fate_goods_bx3_ex2 {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 2.6666666667vw;
  }
  .fate_goods_bx1_ex2 strong, .fate_goods_bx2_ex2 strong, .fate_goods_bx3_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_goods_bx1_ex2 span, .fate_goods_bx2_ex2 span, .fate_goods_bx3_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_goods_bx1_ex3, .fate_goods_bx2_ex3, .fate_goods_bx3_ex3 {
    font-size: 3.2vw;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_goods_bx1_type, .fate_goods_bx1_place, .fate_goods_bx2_type, .fate_goods_bx2_place, .fate_goods_bx3_type, .fate_goods_bx3_place {
    max-width: 52vw;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_goods_bx1_pr, .fate_goods_bx2_pr, .fate_goods_bx3_pr {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_goods_bx1_pr small, .fate_goods_bx2_pr small, .fate_goods_bx3_pr small {
    font-size: 0.9em;
  }
  .fate_goods_bx1_pr strong, .fate_goods_bx2_pr strong, .fate_goods_bx3_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_goods_bx1_txt, .fate_goods_bx2_txt, .fate_goods_bx3_txt {
    font-size: 4.5333333333vw;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 2.6666666667vw;
  }
  .fate_goods_bx1_txt strong, .fate_goods_bx2_txt strong, .fate_goods_bx3_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_goods_bx1_img, .fate_goods_bx2_img, .fate_goods_bx3_img {
    max-width: 96vw;
    margin: 5.3333333333vw auto;
    line-height: 1;
  }
  .fate_goods_bx1_btn.shopbtn, .fate_goods_bx2_btn.shopbtn, .fate_goods_bx3_btn.shopbtn {
    width: 85.3333333333vw;
    margin: 5.3333333333vw auto 1.3333333333vw;
    display: inline-block;
  }
  .fate_goods_bx1_btn.shopbtn ul, .fate_goods_bx2_btn.shopbtn ul, .fate_goods_bx3_btn.shopbtn ul {
    margin-top: 0.8vw;
  }
  .fate_goods_bx1 {
    margin-bottom: 6.6666666667vw;
  }
  .fate_goods_bx1_ttl {
    width: 70.2666666667vw;
  }
  .fate_goods_bx2 {
    margin-bottom: 6.6666666667vw;
  }
  .fate_goods_bx2_ttl_bx {
    padding-bottom: 3.3333333333vw;
  }
  .fate_goods_bx2_ttl {
    width: 77.3333333333vw;
  }
  .fate_goods_bx3 {
    margin-bottom: 2vw;
  }
  .fate_goods_bx3_ttl_bx {
    padding-bottom: 3.3333333333vw;
  }
  .fate_goods_bx3_ttl {
    width: 86.9333333333vw;
  }
  .fate_goods_btn {
    margin-top: 2vw;
  }
  .fate_print {
    text-align: center;
    margin: 13.3333333333vw auto;
  }
  .fate_print_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_print_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 0.2666666667vw;
  }
  .fate_print_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 0.2666666667vw;
  }
  .fate_print_ttl h2 {
    padding: 4vw 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1;
  }
  .fate_print_ttl h2 img {
    width: 66.9333333333vw;
  }
  .fate_print_btn {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto;
    line-height: 1;
  }
  .fate_print ul.caut.caut_last {
    max-width: 97.3333333333vw;
    margin: 0 auto;
  }
  .fate_print_date {
    background: #fff;
    border: solid 0.5333333333vw #a67b21;
    max-width: 97.3333333333vw;
    line-height: 1;
    padding: 2.6666666667vw 0 2.6666666667vw;
    margin: 9.3333333333vw auto 6.6666666667vw;
  }
  .fate_print_date h3 {
    margin: -6.4vw auto 2vw;
    width: 55.2vw;
  }
  .fate_print_date p {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_print_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_print_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_print_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_print_date p small span {
    font-size: 0.9444em;
  }
  .fate_print_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 2vw auto 0.4vw;
  }
  .fate_print_bx {
    margin: 0 auto;
    background: #fff;
    padding: 0.9333333333vw 0.9333333333vw 0 0.9333333333vw;
  }
  .fate_print_bx_ttl_bx {
    background: #003d6d;
    border: solid 1px #fff;
    box-shadow: 0 0 0 0.5333333333vw #003d6d;
    padding: 2.6666666667vw 0;
    margin-bottom: 4.9333333333vw;
  }
  .fate_print_bx_ttl {
    margin: 0 auto 0.6666666667vw;
  }
  .fate_print_bx_inr {
    width: 96vw;
    margin: 0 auto;
    padding-bottom: 5.3333333333vw;
  }
  .fate_print_bx_ex {
    padding: 3.3333333333vw 0 4vw;
  }
  .fate_print_bx_ex1 {
    font-size: 5.0666666667vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #231815;
    line-height: 1.48em;
    margin-bottom: 2vw;
  }
  .fate_print_bx_ex1 strong {
    font-size: 1.5em;
    vertical-align: 0.02em;
    font-weight: 900;
  }
  .fate_print_bx_ex1 strong span {
    color: #e60000;
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_print_bx_ex2 {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    color: #003d6d;
    line-height: 1.38em;
    white-space: nowrap;
    margin-bottom: 2.6666666667vw;
  }
  .fate_print_bx_ex2 strong {
    font-size: 1.4em;
    color: #003d6d;
    vertical-align: -0.06em;
    font-weight: 900;
  }
  .fate_print_bx_ex2 span {
    letter-spacing: -0.015em;
    margin-right: 0.05em;
  }
  .fate_print_bx_ex3 {
    font-size: 3.2vw;
    line-height: 1.33em;
    letter-spacing: 0.07em;
  }
  .fate_print_bx_type, .fate_print_bx_place {
    max-width: 52vw;
    margin: 0 auto;
    line-height: 1;
  }
  .fate_print_bx_pr {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    color: #fff;
    line-height: 1;
  }
  .fate_print_bx_pr small {
    font-size: 0.9em;
  }
  .fate_print_bx_pr strong {
    color: #fff;
    font-size: 1.3em;
    vertical-align: -0.04em;
  }
  .fate_print_bx_txt {
    font-size: 4.5333333333vw;
    color: #003d6d;
    line-height: 1.35em;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    margin-top: 2.6666666667vw;
  }
  .fate_print_bx_txt strong {
    color: #003d6d;
    font-size: 1.4em;
    vertical-align: -0.04em;
    font-weight: 900;
  }
  .fate_print_bx_img {
    max-width: 96vw;
    margin: 5.3333333333vw auto;
    line-height: 1;
  }
  .fate_print_bx_btn.shopbtn {
    width: 85.3333333333vw;
    margin: 5.3333333333vw auto 1.3333333333vw;
    display: inline-block;
  }
  .fate_print_bx_btn.shopbtn ul {
    margin-top: 0.8vw;
  }
  .fate_print_bx_ttl {
    width: 83.4666666667vw;
  }
  .fate_print_bx_pr {
    display: inline-block;
    line-height: 1.35em;
    text-align: right;
  }
  .fate_broadcast {
    text-align: center;
    margin: 13.3333333333vw auto;
  }
  .fate_broadcast_ttl {
    background: rgba(255, 255, 255, 0.15);
    position: relative;
  }
  .fate_broadcast_ttl::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center top;
    background-size: 0.2666666667vw;
  }
  .fate_broadcast_ttl::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0.8vw;
    background: url("../img/fate25_ttl_deco.png") repeat-x center bottom;
    background-size: 0.2666666667vw;
  }
  .fate_broadcast_ttl h2 {
    padding: 4vw 0 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    line-height: 1;
  }
  .fate_broadcast_ttl h2 img {
    width: 59.8666666667vw;
  }
  .fate_broadcast_btn {
    width: 85.3333333333vw;
    margin: 6.6666666667vw auto;
    line-height: 1;
  }
  .fate_broadcast ul.caut.caut_last {
    max-width: 97.3333333333vw;
    margin: 0 auto;
  }
  .fate_broadcast_ex {
    width: 94.2666666667vw;
    margin: 0 auto 11.3333333333vw;
    line-height: 1;
  }
  .fate_broadcast_date {
    background: #fff;
    border: solid 0.5333333333vw #a67b21;
    max-width: 97.3333333333vw;
    line-height: 1;
    padding: 2.6666666667vw 0 2.6666666667vw;
    margin: 9.3333333333vw auto 6.6666666667vw;
    margin-top: 6.6666666667vw;
    padding-bottom: 3.3333333333vw;
  }
  .fate_broadcast_date h3 {
    margin: -6.4vw auto 2vw;
    width: 55.2vw;
  }
  .fate_broadcast_date p {
    font-size: 4.5333333333vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    line-height: 1.15em;
    color: #231815;
  }
  .fate_broadcast_date p span {
    font-size: 1.2em;
    vertical-align: -0.06em;
  }
  .fate_broadcast_date p strong {
    font-size: 1.4em;
    vertical-align: -0.04em;
    color: #231815;
    font-weight: 900;
  }
  .fate_broadcast_date p small {
    font-size: 0.9em;
    vertical-align: 0.06em;
  }
  .fate_broadcast_date p small span {
    font-size: 0.9444em;
  }
  .fate_broadcast_date ul.caut {
    line-height: 1.38em;
    display: inline-block;
    margin: 2vw auto 0.4vw;
  }
  .fate_broadcast_date h3 {
    width: 74.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .fate_broadcast_date p {
    line-height: 1.4em;
  }
  .fate_broadcast_date_pattern1 {
    margin-bottom: 4vw;
  }
  .fate_broadcast_date_pattern1_ttl, .fate_broadcast_date_pattern2_ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    max-width: 90.6666666667vw;
    background: #231815;
    font-size: 4.2666666667vw;
    color: #fff;
    margin: 2.5333333333vw auto 1.3333333333vw;
    padding: 0.8vw 0 1.6vw;
  }
  .fate_broadcast_date_time {
    max-width: 85.3333333333vw;
    background: #eee;
    margin: 2vw auto 0;
  }
  .fate_broadcast_date_time p {
    padding: 2vw 0 4vw;
    line-height: 1.5em;
  }
  .fate_footer {
    text-align: center;
    line-height: 1;
  }
  .fate_footer_contact {
    margin: 0 auto 6.6666666667vw;
    background: #566e91;
    padding: 5.3333333333vw 0;
  }
  .fate_footer_contact h2 {
    margin: 0 auto 3.3333333333vw;
    width: 83.0666666667vw;
  }
  .fate_footer_contact ul {
    max-width: 96vw;
    margin: 0 auto;
  }
  .fate_footer_contact ul li:first-child {
    line-height: 0;
    margin-bottom: 2.6666666667vw;
  }
  .fate_footer_txt {
    margin-bottom: 4vw;
    color: #fff;
  }
  .fate_footer_bnr {
    width: 61.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
  .fate_footer_copy {
    color: #fff;
    text-align: center;
    margin-bottom: 4vw;
  }
  .fate_footer_pagetop {
    width: 16.4vw;
    position: fixed;
    right: 3.3333333333vw;
    bottom: 24px;
    z-index: 99;
  }
}