@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*
@mixin fontsize($size: 24, $base: 16) {
  font-size: $size + px;
  font-size: ($size / $base) * 1rem;
}
*/
body {
  opacity: 1;
}

.common--inner {
  margin: 0 auto;
  width: 100%;
}

.common--wrapper {
  padding-top: 126px;
  width: 986px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .common--wrapper.nopadding {
    padding-top: 0;
  }
}
.common--wrapper.whitebg {
  background-color: white;
  padding: 60px 30px;
  margin-top: 126px;
  width: 990px;
}
@media only screen and (max-width: 768px) {
  .common--wrapper.whitebg {
    padding: 10.4031209363vw 3.9011703511vw;
    width: 100%;
    margin-top: 26.0078023407vw;
  }
}
@media only screen and (max-width: 768px) {
  .common--wrapper {
    padding-top: 22.6267880364vw;
    width: 100%;
  }
}

.common--head {
  width: 986px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .common--head {
    width: 100%;
  }
}

.common--text {
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 1.625;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .common--text {
    text-align: left;
    font-size: 3.1209362809vw;
    line-height: 1.6666666667;
  }
}

.common--btn {
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(../img/common/bg_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 16px;
  font-family: inherit;
  width: 240px;
  height: 58px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  padding-bottom: 9px;
  cursor: pointer;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .common--btn {
    transition: opacity 0.3s;
  }
  .common--btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .common--btn {
    font-size: 3.6410923277vw;
    width: 46.8140442133vw;
    height: 11.3133940182vw;
    padding-bottom: 1.5604681404vw;
  }
}
.common--btn.back {
  background-image: url(../img/common/bg_btn_back.png);
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .common--btn.back {
    margin-top: 10.4031209363vw;
  }
}

.common--h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/shared/h3_bg.png);
  background-size: 6px 6px;
  background-repeat: repeat;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 53px;
  margin-top: 50px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  .common--h3 {
    background-size: 1.5604681404vw 1.5604681404vw;
    width: 92.0676202861vw;
    height: 9.7529258778vw;
    margin-top: 10.41667vw;
    font-size: 4.6814044213vw;
  }
}

.common--info {
  position: relative;
}
.common--info ul {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .common--info ul {
    margin-top: 5.2015604681vw;
  }
}
.common--info li {
  font-size: 16px;
  line-height: 1.625;
  text-indent: -15px;
  padding-left: 14px;
}
@media only screen and (max-width: 768px) {
  .common--info li {
    line-height: 1.7;
    font-size: 3.1209362809vw;
    text-indent: -2.8608582575vw;
    padding-left: 2.6007802341vw;
  }
}
.common--info li a {
  color: #ff6161;
  display: inline;
  text-decoration: none;
  overflow-wrap: break-word;
  word-break: break-word;
  border-bottom: 1px solid #ff6161;
  padding-bottom: 0.5px;
  transition: all 400ms ease;
}
@media only screen and (max-width: 768px) {
  .common--info li a {
    padding-bottom: 0.26042vw;
  }
}
.common--info li a:hover {
  border-bottom-color: transparent;
}

.common--end {
  background-color: #e4442a;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  width: 100%;
  padding: 14px 0 16px;
}
@media only screen and (max-width: 768px) {
  .common--end {
    padding: 3.64583vw 0 4.16667vw;
  }
}
.common--end__tb {
  font-size: 20px;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .common--end__tb {
    font-size: 3.125vw;
  }
}

:root {
  --news_date: #e4442a;
  --news_txt: #fff;
  --btn: #ea3238;
  --bg_txt: #fff;
  --bg_frame: #fff;
  --bg_news_box: #0e5391;
  --bg_feature_coming_soon: #003562;
}

main {
  background: url("../img/shared/bg.png");
  background-size: 100% auto;
  background-repeat: repeat, repeat-y;
  background-position: 0 0, center;
  background-color: #005ec7;
  padding-bottom: 120px;
  min-width: 1200px;
  position: relative;
  z-index: 0;
  font-size: 62.5%;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  main {
    min-width: 100%;
    background-size: 100% auto;
    background-position: 0 0, center;
    padding-bottom: 20.8062418726vw;
  }
}

li > p > picture > img {
  border: solid #fff 3px;
  border-radius: 5px;
}

.pc-none {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
.area {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .area {
    padding: 0 3.90625vw;
  }
}

.btn_area {
  width: 100%;
  margin: 60px auto 0 auto;
}

a:hover {
  text-decoration: none !important;
}

.link_none {
  pointer-events: none;
}

.tit_area {
  margin-top: 115px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .tit_area.nomargin {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .tit_area {
    margin-top: 20.9362808843vw;
    padding-bottom: 6.51042vw;
  }
}

@media only screen and (min-width: 769px) {
  .topics-tit_area {
    margin-top: -6px;
  }
}

.txt {
  font-weight: 100;
  font-size: 16px;
  line-height: 1.6;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .txt {
    font-size: 3.1209362809vw;
    line-height: 1.5833333333;
  }
}

.white {
  color: #fff;
}

.txt_bg {
  padding: 10px 20px 0 20px;
}
@media only screen and (max-width: 768px) {
  .txt_bg {
    padding: 1.9505851756vw 3.9011703511vw 0.7802340702vw 3.9011703511vw;
    background-color: var(--bg_txt);
  }
}

.deco_bottom {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.deco_bottom::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: calc(100% - 8px);
  height: 20px;
  background-image: url(../img/common/deco_bottom.png);
  background-size: contain;
  background-repeat: repeat-x;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .deco_bottom::before {
    bottom: -3.1209362809vw;
    width: calc(100% - 1.5604681404vw);
    height: 3.9011703511vw;
  }
}
.deco_bottom::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/deco_right.png);
  bottom: -16px;
  right: 0;
  width: 8px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .deco_bottom::after {
    bottom: -3.1209362809vw;
    width: 1.5604681404vw;
    height: 3.9011703511vw;
  }
}

#pageTop {
  position: fixed;
  bottom: 90px;
  right: 146px;
  cursor: pointer;
  z-index: 3;
  background: 0 0;
  display: none;
}
#pageTop img {
  transition: opacity 0.3s;
}
#pageTop:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 768px) {
  #pageTop {
    bottom: 5%;
    right: 5%;
    width: 40px;
  }
}
@media only screen and (max-width: 768px) {
  #footerArea {
    min-width: 100%;
    overflow-x: hidden;
  }
}

#footerArea * {
  box-sizing: content-box;
}

#footerArea .clrF {
  overflow: hidden;
}

#footerArea .footerBlock04 .list > li ul li a:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 768px) {
  #footerArea .footerBlock04 .list > li ul li a:hover {
    text-decoration: none;
  }
}

#loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #e6e6e6;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 254px;
  margin: 0;
  height: auto;
}
#loader img {
  display: block;
  width: 100%;
  height: auto;
}
#loader .blink {
  animation: blink 1s linear infinite;
}
@media only screen and (max-width: 768px) {
  #loader {
    width: 52.1456436931vw;
  }
}

body.loaded #loader-bg {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0s linear 0.4s;
  pointer-events: none;
}

.mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  container-type: inline-size;
  container-name: mv;
}
.mv::before, .mv::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 264px;
  height: 180px;
  transform: translate(-50%, -50%) translateZ(0);
}
@media only screen and (max-width: 768px) {
  .mv::before, .mv::after {
    width: 47.4642392718vw;
    height: 32.5097529259vw;
  }
}
.mv::before {
  background-image: url("../img/top/logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.mv::after {
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-mask-image: url("../img/top/logo.png");
  mask-image: url("../img/top/logo.png");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  z-index: 1;
  margin: 0.9663250366cqw 0 0 0.9663250366cqw;
}
@media only screen and (max-width: 768px) {
  .mv::after {
    margin: 3.1209362809vw 0 0 3.1209362809vw;
  }
}
.mv h1 {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background-color: #000;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .mv h1 {
    padding: 1.8205461638vw 0;
  }
}
.mv__stack {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
}
.mv__stack.is-mv-marquee-loaded {
  opacity: 1;
  transition: opacity 0.4s ease;
}
.mv__stack {
  aspect-ratio: auto;
  height: calc(30.3806734993cqw - 20px);
}
@media only screen and (min-width: 1366px) {
  .mv__stack {
    width: 100%;
    height: 395px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .mv__stack {
    width: 100%;
    height: 76.9830949285vw;
    margin: 0;
  }
}
.mv__stack-item {
  display: flex;
  width: 100%;
  min-height: 0;
  overflow: hidden;
}
.mv__stack-item img {
  width: auto;
  height: 100%;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .mv__stack-item img {
    margin: 0 1.300390117vw;
  }
}
.mv__stack-item--top {
  height: 110px;
}
@media only screen and (max-width: 768px) {
  .mv__stack-item--top {
    height: 20.8062418726vw;
  }
}
.mv__stack-item--middle {
  height: 160px;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .mv__stack-item--middle {
    height: 31.7295188557vw;
    margin: 1.8205461638vw 0;
  }
}
.mv__stack-item--bottom {
  height: 110px;
}
@media only screen and (max-width: 768px) {
  .mv__stack-item--bottom {
    height: 20.8062418726vw;
  }
}
.mv__stack-track {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
  will-change: transform;
}
.mv__stack-group {
  display: flex;
  flex: 0 0 auto;
  height: 100%;
}

.lead {
  z-index: 10;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fff;
}

.lead_inner {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 1366/192;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  background-image: url("../img/top/lead_bg_grad.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .lead_inner {
    padding: 0 6.5019505852vw;
    aspect-ratio: 768/348;
    background-image: url("../img/top/lead_bg_grad_sp.png");
  }
}

.lead_txt {
  color: #fff;
  margin: 0 auto;
  width: 100%;
  font-size: 1.1713030747vw;
  line-height: 2;
  font-weight: bold;
}
@media only screen and (max-width: 1200px) {
  .lead_txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .lead_txt {
    width: 100%;
    line-height: 1.875;
    font-size: 3.1209362809vw;
  }
}

/* ===== / CONTENTS　===== */
.contents {
  width: 100%;
  box-sizing: border-box;
}

.contents_inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

.wrapper {
  overflow-x: hidden;
}

.news_wrapper {
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #news.area {
    padding: 0;
  }
}
.news_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .news_box {
    padding: 0 3.9011703511vw;
  }
}
.news_box > li {
  position: relative;
  width: 100%;
  padding: 16px 24px 8px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 768px) {
  .news_box > li {
    padding: 2.9908972692vw 2.6007802341vw 1.300390117vw;
  }
}
@media screen and (min-width: 769px) {
  .news_box > li {
    transition: opacity 0.3s;
  }
  .news_box > li:hover {
    opacity: 0.7;
  }
}
.news_box > li:not(:last-child) {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .news_box > li:not(:last-child) {
    margin-bottom: 5.2015604681vw;
  }
}
.news_box > li > a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: -16px;
  z-index: 1;
  display: block;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .news_box > li > a {
    bottom: -3.1209362809vw;
  }
}
.news_box > li > a:link, .news_box > li > a:visited, .news_box > li > a:hover, .news_box > li > a:active {
  color: #000;
}
.news_box > li .txt {
  width: 100%;
  color: #000;
  font-weight: 100;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .news_box > li .txt {
    font-size: 3.1209362809vw;
    line-height: 1.6;
  }
}

.top--inner .news_box > li .txt {
  flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_date {
  color: var(--news_date);
  margin: 0 5% 0 0;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .news_date {
    font-size: 3.1209362809vw;
  }
}

.feature_box {
  width: 100%;
  padding: 104px 240px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: var(--bg_feature_coming_soon);
}
@media only screen and (max-width: 768px) {
  .feature_box {
    padding: 16.14583vw 7.8125vw;
  }
}
.feature_box > picture > img {
  margin: 0 auto;
  width: 100%;
}

#topics li {
  background-color: var(--bg_frame);
}
#topics li img {
  box-sizing: border-box;
}

.topics_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 28px;
}
@media only screen and (max-width: 768px) {
  .topics_box {
    margin: 0 auto;
    align-items: center;
    column-gap: 3.9011703511vw;
  }
}
.topics_box > li {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 310px;
  height: 328px;
  padding: 0;
  align-self: stretch;
  transition: opacity 0.3s ease;
  margin-bottom: 16px;
}
@media only screen and (min-width: 769px) {
  .topics_box > li:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .topics_box > li {
    width: 44.0832249675vw;
    height: auto;
    margin-bottom: 3.1209362809vw;
  }
}
.topics_box > li > a {
  color: #000 !important;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.topics_box > li > a .txt {
  flex: none;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topics_box > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 16px;
}
@media only screen and (max-width: 768px) {
  .topics_box > li > a::after {
    height: 3.1209362809vw;
  }
}
@media only screen and (max-width: 768px) {
  .topics_box > li:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .topics_box p.frame {
    border-width: 0.78125vw;
  }
}

.topics_thumb {
  overflow: hidden;
  background-image: url(../img/top/bg_topics_thumb.png);
}

#campaign li {
  padding: 3px;
  background-color: var(--bg_frame);
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #campaign li {
    padding: 0.78125vw;
    border-radius: 1.30208vw;
  }
}
#campaign li img {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #campaign .txt {
    padding: 1.1713vw 1.61054vw;
  }
}

.campaign_box {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .campaign_box {
    margin: 0 auto;
    display: block;
  }
}
.campaign_box a {
  display: block;
  height: 100%;
  color: #000 !important;
}
.campaign_box > li {
  width: 47.8%;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .campaign_box > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .campaign_box > li:not(:first-child) {
    margin-top: 3.66032vw;
  }
}
.campaign_box p.frame {
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .campaign_box p.frame {
    border-width: 0.78125vw;
  }
}

.campaign_thumb {
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .campaign_thumb {
    border-radius: 1.30208vw;
  }
}

.history_img_bg {
  background: #fff;
  display: block;
}

.history_txt {
  position: relative;
  padding: 20px 20px 16px;
  font-size: 16px;
  font-weight: bolder;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .history_txt {
    font-size: 3.3810143043vw;
    line-height: 1.8;
    padding: 3.9011703511vw 2.6007802341vw 3.3810143043vw;
  }
}

#history .frame {
  padding: 0;
}

/* アクティブなサムネイル */
/* サムネイルでアクティブなものには枠線を表示 */
.thumbs-slider {
  font-size: 0;
}
.thumbs-slider .swiper-slide-active img {
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .thumbs-slider .swiper-slide-active img {
    border-width: 0.78125vw;
  }
}
.thumbs-slider img {
  border: 3px solid transparent;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .thumbs-slider img {
    border-width: 0.78125vw;
  }
}

.main-slider .swiper-slide-active iframe {
  border: 3px solid #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .main-slider .swiper-slide-active iframe {
    border-width: 0.78125vw;
  }
}
.main-slider iframe {
  border: 3px solid transparent;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .main-slider iframe {
    border-width: 0.78125vw;
  }
}

.lineup .list {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
@media only screen and (max-width: 768px) {
  .lineup .list {
    gap: 3.9011703511vw;
  }
}
.lineup .list > li {
  position: relative;
  width: 229px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .lineup .list > li {
    width: 44.0832249675vw;
  }
}
.lineup .list > li:nth-child(4n+1) a {
  border-top-color: #ef9b00;
}
.lineup .list > li a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 18px 12px;
  background: #fff;
  border-top: solid 3px #ef9b00;
  transition-property: background;
  transition-duration: 0.2s;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .lineup .list > li a {
    border-top: solid 0.6501950585vw #ef9b00;
    width: auto;
    padding: 3.9011703511vw 2.6007802341vw;
  }
}
.lineup .list > li a:hover {
  background: #e4edf2;
  text-decoration: none;
  box-shadow: #b3bbc2 0 0 12px;
}
.lineup .list > li .image {
  margin-bottom: 8px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .lineup .list > li .image {
    margin-bottom: 0.5201560468vw;
  }
}
.lineup .list > li .text {
  font-size: 16px;
  color: #111;
  margin: 0 10px;
  font-weight: 900;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .lineup .list > li .text {
    font-size: 2.8608582575vw;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .top--btn {
    margin-top: 5.2015604681vw;
  }
}

.clrF:after {
  display: none !important;
}
.clrF .text {
  min-height: 45px;
}
@media only screen and (max-width: 768px) {
  .clrF .text {
    min-height: 33px;
  }
}

.category {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 9px;
}
@media only screen and (max-width: 768px) {
  .category {
    gap: 0.6501950585vw;
    margin-bottom: 1.9505851756vw;
  }
}
.category li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
}
.category li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top--btn {
  margin-top: 56px;
}
@media only screen and (max-width: 768px) {
  .top--btn {
    margin-top: 8.322496749vw;
  }
}

@media only screen and (max-width: 768px) {
  .common--inner.top--inner {
    padding: 0;
  }
}
.top-lineup--tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 58px;
  height: 19px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  font-size: 8px;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .top-lineup--tag {
    width: 11.1833550065vw;
    height: 3.9011703511vw;
    font-size: 1.5604681404vw;
  }
}
.top-lineup--tag.ps5 {
  background-color: #d60011;
}
.top-lineup--tag.ps4 {
  background-color: #d60011;
}
.top-lineup--tag.xbox {
  background-color: #d70011;
}
.top-lineup--tag.steam {
  background-color: #ea0015;
}
.top-lineup--tag.switch {
  background-color: #d60011;
  letter-spacing: -0.1em;
}
.top-lineup--tag.arcade {
  background-color: #005ce7;
}
.top-lineup--tag.sp {
  background-color: #ad2fdf;
  letter-spacing: -0.1em;
}
.top-lineup--tag.action {
  background-color: #009bf0;
}
.top-lineup--tag.simulation {
  background-color: #009bf1;
  letter-spacing: -0.15em;
}
.top-lineup--tag.card {
  background-color: #009bf0;
}
.top-lineup--tag.free {
  background-color: #ff441e;
}

.footer--notice {
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
}
@media only screen and (max-width: 768px) {
  .footer--notice {
    margin-top: 3.25521vw;
    font-size: 2.60417vw;
    line-height: 1.8;
    text-shadow: 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000;
  }
}

.header {
  position: relative;
  min-width: 1200px;
}
@media only screen and (max-width: 768px) {
  .header {
    min-width: 100%;
  }
}
.header .header--bg {
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .header .header--bg {
    height: 27.3081924577vw;
  }
}
.header .header--bg picture {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header--bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  .header .header--bg {
    height: 33.8101430429vw;
  }
}
.header .header--pan {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  top: 100%;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .header .header--pan {
    height: auto;
    min-height: 6.2418725618vw;
    font-size: 3.1209362809vw;
    line-height: 1;
    justify-content: flex-start;
    padding-top: 1.0403120936vw;
    padding-right: 4.0312093628vw;
    padding-bottom: 1.0403120936vw;
    padding-left: 4.0312093628vw;
  }
}
.header .header--pan .header--pan__inner {
  width: 990px;
  margin: 0 auto;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .header .header--pan .header--pan__inner {
    width: auto;
    margin: 0;
    font-size: 2.8608582575vw;
    line-height: 1.4545454545;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
}
.header .header--pan .header--pan__inner a {
  color: #fff;
  text-decoration: none;
}
.header .header--pan .header--pan__inner a:link, .header .header--pan .header--pan__inner a:visited, .header .header--pan .header--pan__inner a:hover, .header .header--pan .header--pan__inner a:active {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  .header .header--pan .header--pan__inner a {
    transition: opacity 0.3s ease;
  }
  .header .header--pan .header--pan__inner a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .header .header--pan .header--pan__inner a {
    font-size: 2.8608582575vw;
    font-weight: 400;
    line-height: 1.4545454545;
  }
}

.history--inner {
  width: 986px;
}
@media only screen and (max-width: 768px) {
  .history--inner {
    width: 92.0676202861vw;
  }
}

.history--attention {
  margin-top: 40px;
  line-height: 1.5;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .history--attention {
    margin-top: 6.51042vw;
  }
}

.history--kv {
  width: 990px;
  margin: 40px auto 0;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .history--kv {
    width: 100%;
    margin-top: 6.51042vw;
  }
}

.history--info {
  width: 810px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .history--info {
    width: 100%;
  }
}
.history--info__head {
  width: 100%;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .history--info__head {
    height: 18.22917vw;
    font-size: 5.46875vw;
    text-align: center;
  }
}
.history--info__head:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #e4442a transparent transparent transparent;
}
@media only screen and (max-width: 768px) {
  .history--info__head:after {
    border-width: 7.8125vw 7.8125vw 0 0;
  }
}
.history--info__head:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #e4442a transparent;
}
@media only screen and (max-width: 768px) {
  .history--info__head:before {
    border-width: 0 0 7.8125vw 7.8125vw;
  }
}
.history--info__box {
  width: 100%;
  padding: 50px 0;
  margin-top: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 768px) {
  .history--info__box {
    margin-top: 2.60417vw;
    padding: 3.90625vw;
  }
}
.history--info__img {
  width: 430px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .history--info__img {
    width: 100%;
  }
}
.history--info__period {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .history--info__period {
    margin: 5.20833vw auto 0;
  }
}
.history--info__tag {
  font-size: 14px;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .history--info__tag {
    font-size: 2.86458vw;
    padding: 1.04167vw 3.64583vw;
  }
}
.history--info__date {
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .history--info__date {
    margin-left: 2.60417vw;
    font-size: 2.34375vw;
  }
}
.history--info__text {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .history--info__text {
    font-size: 3.125vw;
    margin-top: 5.20833vw;
    text-align: left;
    line-height: 1.8;
  }
}
.history--info__text a {
  display: inline;
  color: #009cff;
  text-decoration: underline;
}
.history--info__text a:hover {
  text-decoration: none;
}
.history--info__btn {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .history--info__btn {
    margin-top: 5.20833vw;
    margin-bottom: 7.8125vw;
  }
}

.history--list {
  width: 100%;
  max-width: 990px;
  margin: 120px auto 0;
}
@media only screen and (max-width: 768px) {
  .history--list {
    width: 100%;
    margin-top: 20.8062418726vw;
  }
}
.history--list__year {
  position: relative;
  font-family: "Aldrich", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 86px;
  color: #000;
  letter-spacing: -0.06em;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 300ms, transform 300ms;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .history--list__year {
    width: 100%;
    font-size: 10.4031209363vw;
  }
}
.history--list__year > span {
  display: block;
  line-height: 1;
  height: 0.8em;
  overflow: visible;
}
.history--list__year:after, .history--list__year:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background-image: url(../img/history/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 370px;
  height: 10px;
}
@media only screen and (max-width: 768px) {
  .history--list__year:after, .history--list__year:before {
    background-image: url(../img/history/arrow_sp.png);
    width: 28.6085825748vw;
    height: 2.6007802341vw;
  }
}
.history--list__year:before {
  left: 0;
}
.history--list__year:after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.history--list__item.scrollIn .history--list__year {
  opacity: 1;
  transform: translateY(0);
}
.history--list__item.scrollIn .history--game__list {
  opacity: 1;
  transform: translateY(0);
}
.history--list__item:not(:first-child) {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .history--list__item:not(:first-child) {
    margin-top: 20.8062418726vw;
  }
}

.history--game__list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(100px);
  transition: 300ms;
}
@media only screen and (max-width: 768px) {
  .history--game__list {
    margin-top: 7.8023407022vw;
  }
}
.history--game__list:last-child {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .history--game__list:last-child {
    margin-top: 3.6410923277vw;
  }
}

.history--game__item {
  position: relative;
  width: 186px;
}
@media only screen and (min-width: 769px) {
  .history--game__item:not(:nth-child(5n+1)) {
    margin-left: 14px;
  }
  .history--game__item:nth-child(n+6) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .history--game__item {
    width: 28.7386215865vw;
  }
  .history--game__item:not(:nth-child(3n+1)) {
    margin-left: 2.6007802341vw;
  }
  .history--game__item:nth-child(n+4) {
    margin-top: 3.6410923277vw;
  }
}
.history--game__item-border {
  display: block;
  opacity: 0;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .history--game__item-border {
    height: calc(100% + 1.6905071521vw);
  }
}
.history--game__item-border::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, rgb(186, 0, 16) 0%, rgb(255, 33, 33) 100%);
}
@media only screen and (max-width: 768px) {
  .history--game__item-border::before {
    width: 0.7802340702vw;
  }
}
.history--game__item-border::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: 4px;
  height: calc(100% - 10px);
  background: linear-gradient(180deg, rgb(186, 0, 16) 0%, rgb(255, 33, 33) 100%);
}
@media only screen and (max-width: 768px) {
  .history--game__item-border::after {
    width: 0.7802340702vw;
    height: calc(100% - 1.8205461638vw);
  }
}
.history--game__item-border-inner::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: rgb(186, 0, 16);
}
@media only screen and (max-width: 768px) {
  .history--game__item-border-inner::before {
    height: 0.7802340702vw;
  }
}
.history--game__item-border-inner::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 4px;
  background: #f00;
}
@media only screen and (max-width: 768px) {
  .history--game__item-border-inner::after {
    width: calc(100% - 1.8205461638vw);
    height: 0.7802340702vw;
  }
}
.history--game__item-border-corner::before {
  position: absolute;
  right: 0;
  bottom: 10px;
  content: "";
  display: block;
  width: 12px;
  height: 4px;
  background: #f00;
  border-radius: 14px;
}
@media only screen and (max-width: 768px) {
  .history--game__item-border-corner::before {
    bottom: 1.8205461638vw;
    width: 2.6007802341vw;
    height: 0.7802340702vw;
    border-radius: 2.6007802341vw;
  }
}
.history--game__item-border-corner::after {
  position: absolute;
  right: 8px;
  bottom: 0;
  content: "";
  display: block;
  width: 4px;
  height: 14px;
  background: #f00;
  border-radius: 14px;
}
@media only screen and (max-width: 768px) {
  .history--game__item-border-corner::after {
    right: 1.8205461638vw;
    width: 0.7802340702vw;
    height: 2.6007802341vw;
    border-radius: 2.6007802341vw;
  }
}
.history--game__item.active .history--game__item-border {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .history--game__item:hover .history--game__item-border {
    opacity: 1;
  }
}

.history--game__link {
  display: block;
  padding: 28px 12px 15px 12px;
  background-color: #fff;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .history--game__link {
    padding: 3.6410923277vw 1.5604681404vw 2.0806241873vw 1.5604681404vw;
  }
}

.history--game__thumb {
  width: 164px;
  height: 239px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .history--game__thumb {
    width: 25.52083vw;
    height: 37.23958vw;
  }
}
.history--game__thumb > img {
  object-fit: contain;
  height: 100%;
}

.history--game__tag {
  width: 100%;
  font-weight: bold;
  display: block;
  overflow-wrap: normal;
  line-height: 2;
  position: relative;
  margin-top: 1.1703511053vw;
  color: #fff;
}
.history--game__tag:first-child {
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
  .history--game__tag:first-child {
    margin-top: -1.30208vw;
  }
}
@media only screen and (max-width: 768px) {
  .history--game__tag {
    line-height: 1.8;
    margin-top: 1.8205461638vw;
  }
}
.history--game__tag > span {
  width: 100%;
  background-color: #000;
  box-decoration-break: clone;
  padding: 4px 10px;
  font-size: 10px;
  box-decoration-break: clone;
  line-height: 2.7;
  word-wrap: break-word;
}
@media only screen and (max-width: 768px) {
  .history--game__tag > span {
    font-size: 2.08333vw;
    padding: 0.52083vw 1.30208vw;
    line-height: 2.3;
  }
}

.history--game__tit {
  margin-top: 5px;
  font-size: 14px;
  color: #000;
  line-height: 1.5714285714;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .history--game__tit {
    margin-top: 1.0403120936vw;
    font-size: 2.6007802341vw;
    line-height: 1.5;
  }
}

.history--nav {
  width: 100%;
  position: fixed;
  min-width: 1200px;
  transition: 300ms;
  z-index: 100;
  transition: 300ms;
}
.history--nav.off {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .history--nav {
    height: auto;
    overflow: visible;
    min-width: auto;
  }
}
.history--nav__top {
  height: 58px;
  border-bottom: 8px solid #fff;
}
@media only screen and (max-width: 768px) {
  .history--nav__top {
    border-bottom: none;
    height: auto;
  }
}
.history--nav__bottom {
  width: 100%;
  background-color: rgba(36, 36, 36, 0.9);
}
.history--nav__inner.top {
  position: relative;
  height: 100%;
  width: 1050px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .history--nav__inner.top {
    display: block;
    width: 100%;
  }
}
.history--nav__inner.top:before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: -100%;
  z-index: 100;
  background-color: black;
}
@media only screen and (max-width: 768px) {
  .history--nav__inner.top:before {
    display: none;
  }
}
.history--nav__inner.top:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  right: -100%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .history--nav__inner.top:after {
    display: none;
  }
}
.history--nav__inner.bottom {
  width: 850px;
  padding: 30px 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .history--nav__inner.bottom {
    width: 100%;
    padding: 7.16146vw 10.41667vw;
  }
}
.history--nav__wrapper {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .history--nav__wrapper {
    flex-direction: column-reverse;
    align-items: normal;
  }
}

.history--year {
  width: 700px;
  margin-left: 0;
  height: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 768px) {
  .history--year {
    width: 100%;
    height: 15.49479vw;
  }
}
.history--year:before, .history--year:after {
  display: block;
  content: "";
  width: 148px;
  height: 100%;
  background-image: url(../img/history/year_fade.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .history--year:before, .history--year:after {
    background-image: url(../img/history/year_fade_sp.png);
    width: 19.53125vw;
  }
}
.history--year:before {
  left: 0;
}
.history--year:after {
  right: 0;
  transform: scale(-1, 1);
}
.history--year__container {
  height: 100%;
  width: 620px;
  margin: 0 auto;
  overflow: visible;
}
@media only screen and (max-width: 768px) {
  .history--year__container {
    width: 100%;
  }
}
.history--year__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
}
@media only screen and (max-width: 768px) {
  .history--year__item {
    width: 22.1066319896vw;
  }
}
.history--year__item.now > span {
  position: absolute;
  display: block;
  background-image: url(../img/history/year_active.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 59px;
  top: -48px;
  opacity: 0;
  transition: 300ms;
}
@media only screen and (max-width: 768px) {
  .history--year__item.now > span {
    width: 12.23958vw;
    height: 14.19271vw;
    top: -11.1833550065vw;
  }
}
.history--year__item.now > span:before {
  display: block;
  content: "";
  background-image: url(../img/history/loading.gif);
  background-size: contain;
  position: absolute;
  width: 35px;
  height: 37px;
  top: 24px;
  border-radius: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .history--year__item.now > span:before {
    width: 9.11458vw;
    height: 9.89583vw;
    top: 5.85938vw;
    border-radius: 2.60417vw;
  }
}
.history--year__item.now.active > span {
  opacity: 1;
}
.history--year__item.now.half > span {
  opacity: 0.5;
}
.history--year__link {
  font-family: "Aldrich", sans-serif;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 768px) {
  .history--year__link {
    font-size: 6.7620286086vw;
    letter-spacing: -0.06em;
  }
}
.history--year__arrow {
  z-index: 100;
  width: 13px;
  height: 22px;
  background-image: url(../img/history/year_arrow.png);
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
.history--year__arrow:after {
  display: none;
}
.history--year__arrow.swiper-button-prev {
  left: 40px;
}
@media only screen and (max-width: 768px) {
  .history--year__arrow.swiper-button-prev {
    left: 3.90625vw;
  }
}
.history--year__arrow.swiper-button-next {
  right: 40px;
  transform: translateY(-50%) scale(-1, 1);
}
@media only screen and (max-width: 768px) {
  .history--year__arrow.swiper-button-next {
    right: 3.90625vw;
  }
}

.history--btn {
  width: 350px;
  height: 100%;
  color: #000;
  background-color: #fff;
  padding: 14px 20px 0;
  display: flex;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .history--btn {
    width: 100%;
    height: auto;
    padding: 2.6007802341vw 10.7932379714vw;
  }
}
.history--btn:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 40px;
  border-color: transparent transparent #fff transparent;
}
.history--btn__left {
  min-width: 0;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .history--btn__left {
    width: 65.0195058518vw;
  }
}
.history--btn__text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .history--btn__text {
    font-size: 5.20833vw;
    padding-right: 0;
  }
}
.history--btn__list {
  display: flex;
  justify-content: space-between;
  width: 256px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .history--btn__list {
    width: 100%;
    margin-top: 2.60417vw;
  }
}
.history--btn__item {
  width: 80px;
  height: 6px;
  background-color: #7f0000;
}
@media only screen and (max-width: 768px) {
  .history--btn__item {
    width: auto;
    flex: 1;
    height: 1.8205461638vw;
  }
  .history--btn__item:not(:last-child) {
    margin-right: 1.300390117vw;
  }
}
.history--btn__item.on {
  background-color: #ff0000;
}
.history--btn__arrow {
  width: 33px;
  height: 31px;
  margin-left: 10px;
  transform: rotate(180deg);
  transition: 300ms;
  display: block;
  margin-top: 1px;
  margin-right: 12px;
}
.history--btn__arrow.show {
  transform: none;
}
@media only screen and (max-width: 768px) {
  .history--btn__arrow {
    width: 9.375vw;
    margin-left: 3.90625vw;
    height: 9.375vw;
    margin-top: 0.3901170351vw;
  }
}

.history--card {
  width: 400px;
  background-image: url(../img/history/card_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 23px 36px;
  text-align: center;
}
.history--card.target {
  opacity: 0.5;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .history--card {
    width: 100%;
    margin-top: 5.20833vw;
    padding: 4.9414824447vw 4.811443433vw;
  }
}
.history--card__tit {
  position: relative;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .history--card__tit {
    font-size: 4.1612483745vw;
  }
}
.history--card__tit:before {
  content: "";
  display: block;
  flex-shrink: 0;
  align-self: center;
  background-color: #000;
  width: 5px;
  height: 24px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .history--card__tit:before {
    width: 1.0403120936vw;
    height: 4.6814044213vw;
    margin-right: 1.9505851756vw;
  }
}
.history--card__text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  padding-left: 15px;
}
.history--card__text.modal {
  text-align: center;
}
.history--card__text.link {
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .history--card__text {
    margin-top: 2.8608582575vw;
    font-size: 3.125vw;
    text-align: left;
    width: 68.2704811443vw;
    padding: 0 2.6007802341vw;
  }
  .history--card__text.modal {
    text-align: center;
    width: auto;
  }
  .history--card__text.link {
    padding: 0;
  }
}
.history--card__text.how_to {
  display: inline-block;
  text-align: center;
  margin: 10px auto 0 auto;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .history--card__text.how_to {
    margin: 2.19619vw auto 0 auto;
    font-size: 3.125vw;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .history--card__text.how_to:hover {
    text-decoration-color: transparent;
    opacity: 0.7;
  }
}
.history--card__btn {
  background-image: url(../img/history/btn_bg.png);
  font-size: 16px;
  color: #000;
  background-color: #fff;
  width: 240px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  font-weight: bold;
  margin: 20px auto 0;
  padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .history--card__btn {
    transition: opacity 0.3s;
  }
  .history--card__btn:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .history--card__btn {
    background-image: url(../img/history/btn_bg_sp.png);
    background-size: cover;
    width: 44.0832249675vw;
    height: 8.8426527958vw;
    font-size: 3.1209362809vw;
    margin-top: 2.6007802341vw;
    padding-bottom: 1.5604681404vw;
  }
}
.history--card__btn.modal {
  background-image: url(../img/history/btn_modal_bg.png);
  background-size: cover;
  background-position: center;
}
.history--card__attention {
  color: #b60000;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .history--card__attention {
    font-size: 3.125vw;
    margin-top: 1.95312vw;
  }
}
.history--card__wrapper {
  display: none;
}
.history--card__wrapper.show {
  display: block;
}
.history--card__wrapper.select .history--card__btn {
  background-color: #3b3b3b;
  color: #000;
}
.history--card__wrapper.fullselect .history--card__btn {
  pointer-events: none;
  opacity: 0.5;
}

.history--select {
  margin-left: 50px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .history--select {
    margin-left: 0;
    justify-content: space-between;
  }
}
.history--select.close .history--select__item:not(.target) {
  opacity: 0.5;
  pointer-events: none;
}
.history--select__item {
  position: relative;
  width: 100px;
}
@media only screen and (max-width: 768px) {
  .history--select__item {
    width: 20.57292vw;
  }
}
.history--select__item:not(:first-child) {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .history--select__item:not(:first-child) {
    margin-left: 0;
  }
}
.history--select__item.on .history--select__thumb {
  background: url("../img/history/game_thumb_bg.png");
  background-size: contain;
  border: none;
  border-top: 2px solid #a90303;
  border-bottom: 2px solid #ff4747;
}
@media only screen and (max-width: 768px) {
  .history--select__item.on .history--select__thumb {
    border-width: 0.52083vw;
  }
}
.history--select__item.on .history--select__thumb:before, .history--select__item.on .history--select__thumb:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: linear-gradient(to right bottom, #a90303 0%, #ff4747 100%);
}
@media only screen and (max-width: 768px) {
  .history--select__item.on .history--select__thumb:before, .history--select__item.on .history--select__thumb:after {
    width: 0.52083vw;
  }
}
.history--select__item.on .history--select__thumb:before {
  position: absolute;
  left: 0;
}
.history--select__item.on .history--select__thumb:after {
  position: absolute;
  right: 0;
}
.history--select__item.on .history--select__tit {
  text-align: left;
}
.history--select__item.on .history--select__close {
  display: block;
}
.history--select__item.on .history--select__close.hide {
  display: none;
}
.history--select__thumb {
  width: 100px;
  height: 150px;
  border: 1px solid #212121;
  background: url("../img/history/card_thumb_off_bg.png");
  background-size: contain;
  background-position: center;
  position: relative;
  font-size: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .history--select__thumb {
    width: 20.57292vw;
    height: 30.46875vw;
  }
}
.history--select__thumb > img {
  object-fit: contain;
  height: 100%;
}
.history--select__tit {
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .history--select__tit {
    font-size: 2.60417vw;
    margin-top: 2.60417vw;
  }
}
.history--select__close {
  position: absolute;
  display: none;
  width: 26px;
  height: 26px;
  background: url("../img/history/select_close.png");
  background-size: contain;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .history--select__close {
    width: 5.33854vw;
    height: 5.33854vw;
  }
}

.history--modal {
  width: 560px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transition: 300ms;
}
.history--modal.show {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .history--modal {
    width: 100%;
  }
}
.history--modal .mfp-close {
  display: none;
}
.history--modal__inner {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .history--modal__inner {
    padding: 7.8125vw 3.90625vw;
  }
}
.history--modal .popup-modal-dismiss {
  position: absolute;
  top: -52px;
  right: 0;
}
.history--modal__close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.history--modal__bar {
  display: block;
  position: relative;
  height: 30px;
  width: 37px;
}
.history--modal__bar > span {
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
}
.history--modal__bar > span:first-child {
  top: 0;
  transform-origin: 0 50%;
  transform: rotate(45deg);
}
.history--modal__bar > span:last-child {
  bottom: 0;
  transform-origin: 0 50%;
  transform: rotate(-45deg);
}
.history--modal__box {
  display: flex;
}
.history--modal__info {
  margin-left: 20px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .history--modal__info {
    margin-left: 3.25521vw;
  }
}
.history--modal__wrapper:not(:first-child) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .history--modal__wrapper:not(:first-child) {
    margin-top: 3.90625vw;
  }
}
.history--modal__thumb {
  width: 164px;
  height: 239px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  margin: 0 auto;
  font-size: 0;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .history--modal__thumb {
    width: 25.52083vw;
    height: 37.23958vw;
  }
}
.history--modal__thumb > img {
  object-fit: contain;
  height: 100%;
}
.history--modal__tag {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #ff4747;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .history--modal__tag {
    font-size: 2.60417vw;
    padding: 0.65104vw 2.60417vw;
  }
}
.history--modal__text {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .history--modal__text {
    font-size: 3.125vw;
    margin-top: 1.95312vw;
  }
}
.history--modal__text.platform {
  width: 94%;
  font-weight: bold;
  display: block;
  position: relative;
  margin-top: 10px;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .history--modal__text.platform {
    line-height: 2.4;
    margin-top: 1.95312vw;
  }
}
.history--modal__text.platform > span {
  width: 100%;
  background-color: #000;
  box-decoration-break: clone;
  padding: 4px 10px;
  font-size: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .history--modal__text.platform > span {
    font-size: 2.08333vw;
    padding: 0.52083vw 1.30208vw;
  }
}
.history--modal .history--card {
  background-size: cover;
}
.history--modal .history--card .history--card__text {
  text-align: center;
}
.history--modal .history--card .history--card__text.modal {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .history--modal .history--card {
    width: 91.5474642393vw;
    margin: 5.2015604681vw auto 0;
    background-size: cover;
  }
  .history--modal .history--card .history--card__text {
    text-align: center;
  }
  .history--modal .history--card .history--card__text.modal {
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .history--modal .history--card {
    width: 500px;
    margin-top: 30px;
  }
}

.history--delete {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.history--delete.hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .history--delete {
    text-align: center;
  }
}
.history--delete__text {
  color: #f00;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .history--delete__text {
    font-size: 3.125vw;
  }
}
.history--delete__btn {
  width: 140px;
  height: 30px;
  border-radius: 100px;
  font-size: 14px;
  margin-left: 20px;
  background-color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .history--delete__btn {
    margin-left: 0;
    font-size: 2.86458vw;
    width: 36.45833vw;
    height: 7.8125vw;
  }
  .history--delete__btn:last-child {
    margin-left: 5.20833vw;
  }
}
.history--delete__inner {
  margin-top: 3.25521vw;
  display: flex;
}

.history--atten {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  margin-top: 28px;
}

@media only screen and (max-width: 768px) {
  .history--atten {
    font-size: 3.1209362809vw;
    margin-top: 6.1118335501vw;
  }
}
.end--notice--history {
  margin: 16px auto -15px;
  width: 100%;
  background-color: #e4442a;
  color: #fff;
  text-align: center;
  padding: 15px 0 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .end--notice--history {
    margin: 2.60417vw 0 -2.60417vw;
    padding: 3.51562vw 0 3.51562vw;
  }
}
.end--notice--history--tit {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .end--notice--history--tit {
    font-size: 3.125vw;
  }
}
.end--notice--history--txt {
  margin-top: 7px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .end--notice--history--txt {
    margin-top: 1.43229vw;
    font-size: 2.08333vw;
    line-height: 1.3;
    font-weight: normal;
  }
}

.mfp-bg {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0.9 !important;
  background: #000 !important;
  z-index: 10000 !important;
}

.mfp-wrap {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  z-index: 10001 !important;
}

.mfp-container {
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.mfp-content {
  width: 100%;
}

.result--main {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .result--main {
    padding-bottom: 9.1027308192vw;
  }
}
.result--wrapper {
  width: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .result--wrapper {
    padding-top: 19.5058517555vw;
  }
}
.result--h2 {
  background-image: url(../img/history/sns/bg_ttl.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  width: 620px;
  height: 60px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .result--h2 {
    background-image: url(../img/history/sns/bg_ttl_sp.png);
    font-size: 4.6814044213vw;
    width: 92.0676202861vw;
    height: 15.9947984395vw;
    margin-bottom: 3.9011703511vw;
  }
}
.result--inner {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 35px 0 40px;
  background-color: #454545;
}
@media only screen and (max-width: 768px) {
  .result--inner {
    padding: 3.9011703511vw 3.9011703511vw 5.2015604681vw;
  }
}
.result--btn__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 540px;
  gap: 20px;
  margin: 0 auto;
  margin-top: 35px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .result--btn__block {
    width: 46.8140442133vw;
    gap: 5.2015604681vw;
    margin-top: 5.2015604681vw;
  }
}
.result--btn__block > a {
  margin: 0;
}
.result--btn__block.only {
  gap: 0;
}
@media only screen and (max-width: 768px) {
  .result--btn__block.only {
    margin-top: 5.2015604681vw;
  }
}
@media only screen and (min-width: 769px) {
  .result--btn {
    width: 240px;
    height: 58px;
    font-size: 16px;
  }
}
.result--btn.download {
  background-image: url(../img/history/sns/btn_download.png);
  color: #000;
}
@media only screen and (min-width: 769px) {
  .result--btn.download {
    order: 2;
  }
}
.result--btn.reset {
  background-image: url(../img/history/sns/btn_reset.png);
  padding: 0;
}
.result--caution {
  margin-top: 40px;
  margin: 12px auto 0;
  font-weight: 600;
  color: #000;
  width: 550px;
  line-height: 1.7142857143;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .result--caution {
    padding: 0 3.9011703511vw;
    width: auto;
    margin-top: 4.5513654096vw;
    line-height: 1.7083333333;
  }
}
@media only screen and (max-width: 768px) {
  .result--caution p {
    font-size: 3.1209362809vw;
  }
}
.result--caution li {
  list-style: none;
  padding-left: 0.65em;
  text-indent: -0.65em;
}
.result--caution li::before {
  content: "";
  display: inline-block;
  width: 0.25em;
  height: 0.25em;
  margin-right: 0.4em;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: 0.15em;
}
@media only screen and (max-width: 768px) {
  .result--caution li {
    font-size: 3.1209362809vw;
  }
}

.input--main {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .input--main {
    padding-bottom: 9.1027308192vw;
  }
}
.input--wrapper {
  width: 100%;
  padding-top: 80px;
}
@media only screen and (max-width: 768px) {
  .input--wrapper {
    padding-top: 19.5058517555vw;
  }
}
.input--h2 {
  background-image: url(../img/history/sns/bg_ttl.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  width: 620px;
  height: 60px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .input--h2 {
    background-image: url(../img/history/sns/bg_ttl_sp.png);
    font-size: 4.6814044213vw;
    width: 92.0676202861vw;
    height: 15.9947984395vw;
    margin-bottom: 6.5019505852vw;
  }
}
.input--inner {
  width: 986px;
}
@media only screen and (max-width: 768px) {
  .input--inner {
    width: 92.0676202861vw;
  }
}
.input--h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
  border-left: solid 5px #000;
  padding-left: 10px;
  line-height: 1.3;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .input--h3 {
    font-size: 4.6814044213vw;
    height: auto;
    min-height: 5.2015604681vw;
    border-left: solid 0.7802340702vw #000;
    padding-left: 1.5604681404vw;
    margin-bottom: 2.6007802341vw;
  }
  .input--h3.name {
    margin-bottom: 2.6007802341vw;
  }
}
.input--h3 > span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .input--h3 > span {
    font-size: 3.1209362809vw;
  }
}
.input--h3 .input--caution {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  .input--h3 .input--caution {
    font-size: 2.6007802341vw;
    letter-spacing: -0.02em;
    margin-left: 0.6501950585vw;
  }
}
.input--name__block {
  width: 100%;
}
.input--name__inner {
  width: 100%;
  height: 69px;
  background-color: #fff;
  border: solid 5px #cfcfcf;
  padding: 16px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .input--name__inner {
    height: 12.2236671001vw;
    border: solid 1.0403120936vw #cfcfcf;
    padding: 2.8608582575vw 3.9011703511vw;
  }
}
.input--name__inner > p,
.input--name__inner > input {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .input--name__inner > p,
  .input--name__inner > input {
    font-size: 4.6814044213vw;
  }
}
.input--name__inner > input {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  color: inherit;
}
.input--txt__block {
  margin-top: 63px;
}
@media only screen and (max-width: 768px) {
  .input--txt__block {
    margin-top: 7.8023407022vw;
  }
}
.input--txt__inner {
  width: 100%;
  height: 147px;
  background-color: #fff;
  border: solid 5px #cfcfcf;
  padding: 16px;
  letter-spacing: -0.1em;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .input--txt__inner {
    padding: 2.8608582575vw 3.9011703511vw;
    height: 50.0650195059vw;
    border: solid 1.0403120936vw #cfcfcf;
  }
}
.input--txt__inner p,
.input--txt__inner input,
.input--txt__inner textarea {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.4166666667;
  font-weight: 400;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .input--txt__inner p,
  .input--txt__inner input,
  .input--txt__inner textarea {
    font-size: 4.6814044213vw;
    line-height: 1.5833333333;
  }
}
.input--txt__inner input,
.input--txt__inner textarea {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  color: inherit;
  resize: none;
}
.input--cautions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  margin-top: 7px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .input--cautions {
    margin-top: 1.0403120936vw;
  }
}
.input--caution {
  margin: 0;
  font-size: 14px;
  text-align: right;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .input--caution {
    font-size: 2.0806241873vw;
    letter-spacing: -0.02em;
  }
}
.input--caution.error {
  color: #f00;
  line-height: 1.8;
}
.input--btn__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 52px auto 0;
  width: 506px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .input--btn__block {
    width: 46.8140442133vw;
    gap: 5.2015604681vw;
    margin-top: 7.8023407022vw;
  }
}
@media screen and (min-width: 769px) {
  .input--btn__block button.create {
    order: 2;
  }
}
.input--btn__block a.back {
  margin-top: 0;
  background-image: url(../img/common/bg_btn_back_2.png);
}
@media screen and (min-width: 769px) {
  .input--btn__block a.back {
    order: 1;
  }
}
.input--notice__block {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .input--notice__block {
    margin-top: 1.0403120936vw;
  }
}
.input--notice__text {
  font-size: 24px;
  font-weight: bold;
  color: #946f44;
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .input--notice__text {
    font-size: 4.6814044213vw;
    margin-bottom: 3.2509752926vw;
  }
}
.input--notice__small {
  font-size: 14px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .input--notice__small {
    font-size: 2.0806241873vw;
    margin-bottom: 7.8023407022vw;
    letter-spacing: -0.02em;
  }
}

.topics--head {
  width: 100%;
}

.topics--wrapper {
  padding-top: 154px;
}
@media only screen and (max-width: 768px) {
  .topics--wrapper {
    padding-top: 27.3081924577vw;
  }
}

.topics .topics_wrapper {
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
  padding-top: 10px;
  overflow: visible;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .topics .topics_wrapper {
    padding-top: 2.6007802341vw;
    max-height: none;
    width: 92.0676202861vw;
  }
}

.topics .topics_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topics .topics_inner {
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
}

.topics_thumb {
  background-image: url(../img/top/bg_topics_thumb.png);
  width: 100%;
  height: 234px;
}
@media screen and (max-width: 768px) {
  .topics_thumb {
    height: 33.2899869961vw;
  }
}
.topics_thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 768px) {
  .topics .topics_inner li {
    width: 44.01042vw;
    margin-top: 3.90625vw;
  }
}
.topics .topics_card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 310px;
  height: 328px;
  background-color: var(--bg_frame);
  align-self: stretch;
  margin-top: 30px;
  margin-bottom: 16px;
  transition: opacity 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .topics .topics_card:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .topics .topics_card {
    width: 44.0832249675vw;
    height: auto;
    margin-bottom: 3.1209362809vw;
  }
}

.topics .topics_card > a {
  color: #000;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.topics .topics_card > a .txt {
  flex: 1;
}
.topics .topics_card > a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 16px;
}
@media only screen and (max-width: 768px) {
  .topics .topics_card > a::after {
    height: 3.1209362809vw;
  }
}

.topics .topics_inner:after {
  content: "";
  display: block;
  width: 31.2%;
  height: 0;
}

.topics .topics_card img {
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .topics .topics_thumb.frame {
    border-radius: 1.30208vw;
  }
}
.topics--pagination {
  margin: 30px auto 10px;
  width: 476px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .topics--pagination {
    width: 100%;
    margin: 5.8517555267vw auto 0;
  }
}
.topics--pagination .prev-page,
.topics--pagination .next-page {
  display: none !important;
}
.topics--pagination .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.topics--pagination .pagination ul {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .topics--pagination .pagination ul {
    width: 100%;
    margin: 0;
  }
}
.topics--pagination .pagination ul a {
  width: 60px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 8px solid #999999;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #b3b3b3;
}
@media only screen and (min-width: 769px) {
  .topics--pagination .pagination ul a {
    transition: opacity 0.3s ease;
  }
  .topics--pagination .pagination ul a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 768px) {
  .topics--pagination .pagination ul a {
    width: 10.9232769831vw;
    height: 12.8738621586vw;
    font-size: 4.6814044213vw;
    border-bottom: 1.9505851756vw solid #999999;
  }
}
.topics--pagination .pagination ul li:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .topics--pagination .pagination ul li:not(:first-child) {
    margin-left: 3.90625vw;
  }
}
.topics--pagination .pagination ul li.current a {
  background-color: #ff4d4d;
  border-bottom: 8px solid #b33636;
}
@media only screen and (min-width: 769px) {
  .topics--pagination .pagination ul li.current a {
    pointer-events: none;
  }
  .topics--pagination .pagination ul li.current a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 768px) {
  .topics--pagination .pagination ul li.current a {
    border-bottom: 1.9505851756vw solid #b33636;
  }
}

.select--inner {
  width: 780px;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .select--inner {
    width: 100%;
    padding: 0 3.90625vw;
  }
}

.select--title {
  margin-top: 40px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .select--title {
    margin-top: 9.11458vw;
    font-size: 5.20833vw;
    text-shadow: 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000;
  }
}
.select--title .select--title:before {
  display: block;
  content: "";
  width: 8px;
  height: 32px;
  margin-right: 20px;
  background-color: #ff0000;
}
@media only screen and (max-width: 768px) {
  .select--title .select--title:before {
    width: 1.5625vw;
    height: 14.32292vw;
    margin-right: 2.60417vw;
  }
}

.select--ogp {
  margin-top: 30px;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .select--ogp {
    margin-top: 5.20833vw;
  }
}

.select--text {
  font-size: 14px;
  color: #fff;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  margin-top: 20px;
  line-height: 1.5;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .select--text {
    font-size: 2.60417vw;
    text-shadow: 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000, 0 0 0.39062vw #000;
  }
}

.select--box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .select--box {
    margin-top: 6.51042vw;
  }
}

.select--btn {
  background-color: #fff;
  width: 350px;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .select--btn {
    font-size: 4.6875vw;
    width: 44.27083vw;
    height: 11.71875vw;
  }
}
.select--btn .select--btn:nth-child(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .select--btn .select--btn:nth-child(n+3) {
    margin-top: 2.60417vw;
  }
}
@media only screen and (min-width: 769px) {
  .select--btn .select--btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.select--btn .select--btn:before {
  content: "";
  display: block;
  margin-right: 20px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .select--btn .select--btn:before {
    margin-right: 2.60417vw;
  }
}
.select--btn .select--btn.tw {
  color: #1d9bf0;
}
.select--btn .select--btn.tw .select--btn.tw:before {
  width: 35px;
  height: 29px;
  background-image: url(../img/history/tw.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .select--btn .select--btn.tw .select--btn.tw:before {
    width: 6.90104vw;
    height: 5.59896vw;
  }
}
.select--btn .select--btn.fb {
  color: #1877f2;
}
.select--btn .select--btn.fb .select--btn.fb:before {
  width: 38px;
  height: 38px;
  background-image: url(../img/history/fb.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .select--btn .select--btn.fb .select--btn.fb:before {
    width: 7.29167vw;
    height: 7.29167vw;
  }
}
.select--btn .select--btn.re {
  color: #000000;
}
.select--btn .select--btn.re .select--btn.re:before {
  width: 29px;
  height: 29px;
  background-image: url(../img/history/re.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .select--btn .select--btn.re .select--btn.re:before {
    width: 5.59896vw;
    height: 5.59896vw;
  }
}
.select--btn .select--btn.dl {
  color: #e4442a;
}
.select--btn .select--btn.dl .select--btn.dl:before {
  width: 31px;
  height: 26px;
  background-image: url(../img/history/dl.png);
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .select--btn .select--btn.dl .select--btn.dl:before {
    width: 6.11979vw;
    height: 5.33854vw;
  }
}

.message--wrapper {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .message--wrapper {
    padding-top: 3.9011703511vw;
  }
}
@media only screen and (max-width: 768px) {
  .message--wrapper .tit_area {
    margin-bottom: 2.6007802341vw;
  }
}
@media only screen and (max-width: 768px) {
  .message--wrapper .topics--pagination {
    margin: 2.6007802341vw auto 0;
  }
}

.resume--attention {
  margin-top: 40px;
  text-align: left;
  color: black;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .resume--attention {
    width: 100%;
    margin-top: 3.90625vw;
  }
}
.resume--attention > span {
  display: block;
  text-indent: -15px;
  padding-left: 14px;
}
@media only screen and (max-width: 768px) {
  .resume--attention > span {
    text-indent: -2.8608582575vw;
    padding-left: 2.6007802341vw;
  }
}

.resume--info {
  width: 810px;
  margin: 45px auto 0;
}
@media only screen and (max-width: 768px) {
  .resume--info {
    width: 100%;
    margin: 7.16146vw auto 0;
  }
}

.resume--info__head {
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .resume--info__head {
    height: 17.70833vw;
    font-size: 4.94792vw;
    text-align: center;
  }
}
.resume--info__head:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 60px 0 0;
  border-color: #e4442a transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .resume--info__head:after {
    border-width: 9.11458vw 9.11458vw 0 0;
  }
}
.resume--info__head:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 60px;
  border-color: transparent transparent #e4442a transparent;
}

@media only screen and (max-width: 768px) {
  .resume--info__head:before {
    border-width: 0 0 9.11458vw 9.11458vw;
  }
}
.resume--info__box {
  width: 100%;
  padding: 20px 35px 58px 35px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .resume--info__box {
    margin-top: 2.60417vw;
    padding: 3.90625vw;
  }
}
.resume--info__img {
  width: 430px;
  max-width: 48%;
  margin: 0 auto;
}
.resume--info__img .resume--info__img.present_img {
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .resume--info__img {
    width: 100%;
    max-width: 100%;
    margin-top: 7.8125vw;
  }
  .resume--info__img .resume--info__img.present_img {
    margin-top: 6.51042vw;
  }
}

.resume--info__period {
  width: 100%;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .resume--info__period {
    margin: 0 auto 0;
  }
}
.resume--info__tag {
  font-size: 14px;
  padding: 5px 20px;
  font-weight: bold;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  .resume--info__tag {
    font-size: 2.86458vw;
    padding: 1.04167vw 3.64583vw;
  }
}
.resume--info__date {
  margin-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .resume--info__date {
    margin-left: 2.60417vw;
    font-size: 3.64583vw;
    line-height: 1.7;
    padding-top: 3.6vw;
  }
}
.resume--info__text {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
}
.resume--info__text .resume--info__text.--present {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.resume--info__text .resume--info__text.--notice {
  text-align-last: left;
}
.resume--info__text .resume--info__text.--notice.normal {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .resume--info__text {
    font-size: 3.125vw;
    margin-top: 0vw;
    text-align: left;
    line-height: 1.8;
  }
  .resume--info__text .resume--info__text.--present {
    font-size: 3.64583vw;
    margin-top: 3.25521vw;
  }
  .resume--info__text .resume--info__text.--notice {
    font-size: 3.14453vw;
    font-weight: normal;
    margin-top: 7.16146vw;
  }
}

.resume--info__text a {
  display: inline;
  color: #009cff;
  text-decoration: underline;
}

.resume--info__text a:hover {
  text-decoration: none;
}

.resume--btn {
  font-size: 22px;
  line-height: 1.4;
  box-sizing: border-box;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 109px;
  position: relative;
  background: url(../img/resume/bg_btn_yellow.png) no-repeat center center/100% auto;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .resume--btn {
    width: 62.4187256177vw;
    height: 18.855656697vw;
    font-size: 3.7711313394vw;
    margin-top: 2.3407022107vw;
    margin-bottom: 10.4031209363vw;
  }
}

.resume--btn.column {
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .resume--btn.column {
    width: 62.4187256177vw;
    height: 18.855656697vw;
    font-size: 3.7711313394vw;
  }
}

.resume--h2 {
  position: relative;
  color: #c40000;
  font-weight: 800;
  width: 100%;
  font-size: 44px;
  line-height: 1.4;
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .resume--h2 {
    padding-bottom: 6.5019505852vw;
    font-size: 6.2418725618vw;
  }
}
.resume--h2::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../img/resume/h2_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 930px;
  height: 10px;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .resume--h2::before {
    background-image: url("../img/resume/h2_line_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 92.0676202861vw;
    height: 2.3407022107vw;
  }
}

.resume--h3 {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .resume--h3 {
    margin-top: 9.76562vw;
  }
}

.no_corner {
  width: 100%;
  margin-top: 40px;
  background-image: url("../img/resume/h3_bg_no_corner.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
  .no_corner {
    background-image: url("../img/resume/h3_bg_no_corner_sp.png");
  }
}

@media only screen and (max-width: 768px) {
  .apply {
    margin-top: 6.51042vw;
  }
}
.present--content {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  .present--content {
    margin-top: 11.19792vw;
  }
}

.apply--step {
  box-sizing: border-box;
  display: flex;
  color: white;
  font-weight: bold;
  margin-top: 40px;
  column-gap: 4px;
}
@media only screen and (max-width: 768px) {
  .apply--step {
    margin-top: 5.2015604681vw;
    column-gap: 0.7802340702vw;
  }
}

.apply--step:nth-child(3), .apply--step:nth-child(4) {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .apply--step:nth-child(3), .apply--step:nth-child(4) {
    margin-top: 4.1612483745vw;
  }
}

.apply--number {
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 17px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 768px) {
  .apply--number {
    font-size: 5.20833vw;
    padding: 4.94792vw 3.25521vw;
  }
}

.apply--txt {
  font-size: 16px;
  box-sizing: border-box;
  padding: 14px 20px 15px;
  line-height: 1.5;
  background-color: rgba(0, 0, 0, 0.75);
  flex-basis: 100%;
}
@media only screen and (max-width: 768px) {
  .apply--txt {
    line-height: 1.5;
    font-size: 3.14453vw;
    padding: 3.125vw 3.25521vw;
  }
}
.apply--txt a.apply--link {
  color: #ff6161;
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #ff6161;
  padding-bottom: 0.5px;
  transition: all 400ms ease;
}
@media only screen and (max-width: 768px) {
  .apply--txt a.apply--link {
    padding-bottom: 0.26042vw;
  }
}
.apply--txt a.apply--link:hover {
  border-bottom-color: transparent;
}

a.link__step {
  color: #fff;
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5px;
}
@media only screen and (max-width: 768px) {
  a.link__step {
    padding-bottom: 0.26042vw;
  }
}

.kiyaku_part > .resume--info__text {
  text-align: left;
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .kiyaku_part > .resume--info__text {
    line-height: 1.8;
    font-size: 2.60417vw;
    margin-top: 4.6875vw;
  }
}

.kiyaku_part > .resume--info__text > a.link__step {
  padding-bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .kiyaku_part > .resume--info__text > a.link__step {
    padding-bottom: 0.26042vw;
  }
}

.kiyaku_head {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  padding: 16px;
  color: white;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
}
.kiyaku_head .kiyaku_head:first-child {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .kiyaku_head .kiyaku_head:first-child {
    margin-top: 7.8125vw;
  }
}
@media only screen and (max-width: 768px) {
  .kiyaku_head {
    margin-top: 5.85938vw;
    padding: 2.60417vw;
    font-size: 4.6875vw;
  }
}

.present--box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .present--box {
    display: block;
  }
}

.corner:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 53px 53px;
  border-color: transparent transparent #00ff78 transparent;
}

.corner:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 53px 53px 0 0;
  border-color: #009cff transparent transparent transparent;
}

.txt--yellow {
  color: #ffee00;
  font-size: 26px;
  -webkit-text-stroke: 4px rgba(182, 133, 47, 0.5);
  paint-order: stroke fill;
  margin-left: 22px;
}
@media only screen and (max-width: 768px) {
  .txt--yellow {
    font-size: 4.5513654096vw;
    margin-left: 3.1209362809vw;
    -webkit-text-stroke: 3px rgba(182, 133, 47, 0.5);
  }
}
.txt--yellow::after {
  content: "";
  display: inline-block;
  position: relative;
  background-image: url("../img/resume/icon_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .txt--yellow::after {
    width: 2.0806241873vw;
    height: 3.3810143043vw;
    margin-left: 2.0806241873vw;
  }
}

.txt--brown {
  color: #946f44;
  font-weight: bold;
}

.resume--copy {
  margin-top: 40px;
  color: black;
  font-size: 12px;
  line-height: 2;
}

.resume--summary--img {
  width: 930px;
  margin: 40px auto 0;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .resume--summary--img {
    width: 100%;
    margin: 9.11458vw auto 0;
  }
}

.resume--present__txt {
  margin-top: 40px;
  font-weight: bold;
  text-align: left;
  color: #946f44;
}
@media only screen and (max-width: 768px) {
  .resume--present__txt {
    margin: 5.2015604681vw auto 0;
  }
}

.resume--present--img {
  width: 930px;
  margin: 40px auto 0;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  .resume--present--img {
    width: 100%;
    margin: 5.2015604681vw auto 0;
  }
}

.resume--process {
  position: relative;
}

.resume--process__head {
  margin-top: 75px;
  width: 100%;
  padding: 13px 0;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}

.resume--process__head.gradation:before {
  content: "";
  display: block;
  top: 0;
  position: absolute;
  height: 2px;
  width: 100%;
  background: linear-gradient(left, #009cff, #00ff78);
}

.resume--process__head.gradation:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(left, #009cff, #00ff78);
}

.process--box {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}
@media only screen and (max-width: 768px) {
  .process--box {
    margin-top: 5.20833vw;
  }
}

.process--box__card {
  padding: 20px;
  box-sizing: border-box;
  width: 450px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 768px) {
  .process--box__card {
    width: 92.0676202861vw;
    padding: 6.5019505852vw 5.2015604681vw;
  }
}

.step--head {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 49px;
  margin: 0;
  padding: 8px 28px;
  width: 410px;
  background: #c5a572; /* gold */
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.04em;
  clip-path: polygon(0 50%, 20px 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 20px 100%);
}
@media only screen and (max-width: 768px) {
  .step--head {
    width: 81.6644993498vw;
    height: 11.7035110533vw;
    font-size: 5.4616384915vw;
    padding: 1.5604681404vw 5.721716515vw;
    gap: 8.8426527958vw;
    clip-path: polygon(0 50%, 4.1612483745vw 0, calc(100% - 4.1612483745vw) 0, 100% 50%, calc(100% - 4.1612483745vw) 100%, 4.1612483745vw 100%);
  }
}
.step--head .step--num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 8px;
  background: #404040; /* dark badge */
  color: #c5a572; /* cream text */
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .step--head .step--num {
    width: 19.5058517555vw;
    height: 8.4525357607vw;
    font-size: 4.6814044213vw;
    padding: 2.0806241873vw 1.300390117vw;
  }
}

.step--thumb {
  width: 408px;
  height: 262px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .step--thumb {
    width: 81.6644993498vw;
    height: auto;
    margin-top: 4.1612483745vw;
  }
}

.card--txt {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 0 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .card--txt {
    font-size: 3.2509752926vw;
    padding: 4.1612483745vw 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .footer--btn.resume--footer--btn {
    margin-top: 11.19792vw;
  }
}
.end--notice {
  margin: 0 auto;
  width: 100%;
  background-color: #e4442a;
  color: #fff;
  text-align: center;
  padding: 15px 0 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .end--notice {
    padding: 3.51562vw 0 3.51562vw;
  }
}
.end--notice .end--notice--tit {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .end--notice .end--notice--tit {
    font-size: 3.125vw;
  }
}
.end--notice .end--notice--txt {
  margin-top: 7px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .end--notice .end--notice--txt {
    margin-top: 1.43229vw;
    font-size: 2.08333vw;
    line-height: 1.3;
    font-weight: normal;
  }
}

.resume--btn--end {
  font-size: 16px;
  line-height: 1.3;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 301px;
  height: 71px;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100px;
  font-weight: bold;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .resume--btn--end {
    width: 57.44141vw;
    height: 13.18359vw;
    bottom: 0.49479vw;
  }
}

.btn--end--txt {
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding-left: 11px;
}
@media only screen and (max-width: 768px) {
  .btn--end--txt {
    font-size: 3.125vw;
    padding-left: 1.69271vw;
  }
}

.resume--process > .resume--btn--end {
  bottom: -35.9px;
}
@media only screen and (max-width: 768px) {
  .resume--process > .resume--btn--end {
    bottom: -6.58854vw;
    left: 46.09375vw;
  }
}

.common-detail--date {
  font-size: 20px;
  color: #000;
  border-left: 5px solid #000;
  line-height: 24px;
  padding-left: 10px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .common-detail--date {
    font-size: 3.1209362809vw;
    line-height: 4.1612483745vw;
    border-left: 1.300390117vw solid #000;
    padding-left: 2.6007802341vw;
    margin-bottom: 2.210663199vw;
  }
}
.common-detail--summary__img {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .common-detail--summary__img {
    margin: 5.2015604681vw auto 0;
  }
}

html:has(.screenshot--wrapper) {
  min-width: initial;
}

body:has(.screenshot--wrapper) {
  min-width: initial;
  background: transparent;
}
body:has(.screenshot--wrapper) main {
  min-width: initial;
  padding: 0;
  background: none;
}
body:has(.screenshot--wrapper) #loader-bg {
  display: none;
}

.screenshot--wrapper {
  background: none;
  padding: 0;
}
.screenshot--inner {
  background: none;
  padding: 0;
}
.screenshot--container {
  transform: none;
}

.result-img {
  position: relative;
  width: 550px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .result-img {
    width: 100%;
  }
}
.result-record {
  position: relative;
  background-image: url(../img/shared/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 600px;
  margin: auto;
  padding: 21px 19px;
}
.result-record > h3 {
  width: 449px;
  height: auto;
}
.result-record--head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.result-record--head .result-record--h4 {
  padding-left: 24px;
}
.result-record--head .result-record--h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/history/sns/h4_icon_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 18px;
}
.result-record--name {
  background-image: url(../img/history/sns/bg_name.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 334px;
  height: 93px;
  margin-top: 7px;
}
.result-record--name > p {
  display: block;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1.375;
  color: #000;
  padding: 21px;
}
.result-record--logo {
  width: 204px;
  height: 140px;
}
.result-record--h4 {
  position: relative;
  color: #a37c39;
  font-size: 17px;
  font-weight: 900;
}
.result-record--h4 > span {
  color: #444444;
  margin-left: 3px;
  font-size: 9px;
}
.result-record--game {
  margin-top: 16px;
}
.result-record--game .result-record--h4 {
  padding-left: 31px;
}
.result-record--game .result-record--h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/history/sns/h4_icon_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 14px;
}
.result-record--game__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 11px;
  margin-top: 9px;
}
.result-record--game__item {
  position: relative;
  background-image: url(../img/history/sns/bg_item.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 37px 10px 10px;
  width: 180px;
  height: 274px;
}
.result-record--game__item:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 159px;
  height: 14px;
  background-image: url(../img/history/sns/num_1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.result-record--game__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 159px;
  height: 14px;
  background-image: url(../img/history/sns/num_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.result-record--game__item:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 159px;
  height: 14px;
  background-image: url(../img/history/sns/num3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.result-record--game__item > p {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-top: 8px;
  padding: 5px 7px 0;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.result-record--game__item > p:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 159px;
  height: 74px;
  background-image: url(../img/history/sns/bg_txt_inner.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.result-record--game__thumb {
  width: 100%;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #080808;
}
.result-record--game__thumb > img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.result-record--bottom {
  margin-top: 19px;
}
@media only screen and (max-width: 768px) {
  .result-record--bottom {
    margin-top: 2.8608582575vw;
  }
}
.result-record--bottom .result-record--h4 {
  padding-left: 23px;
}
@media only screen and (max-width: 768px) {
  .result-record--bottom .result-record--h4 {
    padding-left: 3.511053316vw;
  }
}
.result-record--bottom .result-record--h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/history/sns/h4_icon_3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 19px;
}
@media only screen and (max-width: 768px) {
  .result-record--bottom .result-record--h4::before {
    width: 2.3407022107vw;
    height: 2.8608582575vw;
  }
}
.result-record--bottom__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .result-record--bottom__inner {
    margin-top: 0.7152145644vw;
  }
}
.result-record--txt {
  background-image: url(../img/history/sns/bg_txt.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 451px;
  height: 105px;
  font-size: 12px;
  color: #000;
  padding: 21px;
}
@media only screen and (max-width: 768px) {
  .result-record--txt {
    width: 69.1807542263vw;
    height: 16.1248374512vw;
    font-size: 1.8205461638vw;
    padding: 3.2509752926vw;
  }
}
.result-record--txt > p {
  width: 100%;
  font-size: 14px;
  line-height: 1.5625;
  color: #000;
  text-align: left;
  font-weight: bold;
  letter-spacing: -0.15em;
}
@media only screen and (max-width: 768px) {
  .result-record--txt > p {
    font-size: 2.0806241873vw;
    line-height: 1.5625;
  }
}
.result-record--stamp {
  width: 86px;
  height: 108px;
}
@media only screen and (max-width: 768px) {
  .result-record--stamp {
    width: 13.2639791938vw;
    height: 16.5149544863vw;
  }
}
.result--copyright {
  position: absolute;
  bottom: 9px;
  right: 22px;
  font-size: 6px;
}
@media only screen and (max-width: 768px) {
  .result--copyright {
    font-size: 0.9102730819vw;
    right: 3.511053316vw;
    bottom: 1.1703511053vw;
  }
}

/*========================================
*	common
========================================*/
html,
body {
  color: #000;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  min-width: 1050px;
}
@media only screen and (max-width: 768px) {
  html,
  body {
    min-width: auto;
  }
}

@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

body {
  width: 100%;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

picture {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */