@import"https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Libre+Franklin:wght@600;700&family=Zen+Kaku+Gothic+Antique:wght@700;900&display=swap";
@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

body {
  line-height: 1
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)"
}

.slick-prev:before,
.slick-next:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #000
}
.sales-slider{
  position: relative;
}
.swiper{
  /* height: 523px; */
}
@media screen and (max-width:768px) {
  .swiper{
    height: calc(402 / 768 * 100vw);
  }
}
.swiper-container{
  
}
.swiper-wrapper{
  
}
.swiper-slide{

}

.swiper-button{
  
}

.swiper-button .swiper-button-prev,
.swiper-button .swiper-button-next{
  width: 26px;
  height: 42px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2227%22%20height%3D%2243%22%20viewBox%3D%220%200%2027%2043%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.625%200.5L0.375%205.75L16.125%2021.5L0.375%2037.25L5.625%2042.5L26.625%2021.5L5.625%200.5Z%22%20fill%3D%22%23050199%22%2F%3E%3C%2Fsvg%3E') no-repeat 0 0/100% auto;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .swiper-button .swiper-button-prev,
  .swiper-button .swiper-button-next{
    width: calc(26 / 768 * 100vw);
    height: calc(42 / 768 * 100vw);
  }
}

.swiper-button .swiper-button-prev::after,
.swiper-button .swiper-button-next::after{
  display: none;
}
.swiper-button .swiper-button-prev{
  left: -50px;
  transform: scaleX(-1);
  transition: 0.3s;
}
.swiper-button .swiper-button-next{
  right: -50px;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
  .swiper-button .swiper-button-prev{
    top: inherit;
    left: calc(40 / 768 * 100vw);
    bottom: calc(88 / 768 * -100vw) !important;
  }
  .swiper-button .swiper-button-next{
    top: inherit;
    right: calc(40 / 768 * 100vw);
    bottom: calc(88 / 768 * -100vw) !important;
  }
}
@media (any-hover: hover) {
  .swiper-button-prev:hover{
    transform: scaleX(-1) scale(1.2);
  }
  .swiper-button-next:hover{
    transform: scale(1.2);
  }
}

.swiper-pagination{
  width: 100%;
  position: absolute;
  bottom: -28px !important;
  left: 0;
  text-align: center;
  z-index: 0 !important;
}
@media screen and (max-width:768px) {
  .swiper-pagination{
    bottom: calc(75 / 768 * -100vw) !important;
  }
}

.swiper-pagination .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  margin: 0 5px !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 0px;
  opacity: 1;
  background: #E4E4E4;
  transition: 0.3s;
}
@media screen and (max-width:768px) {
  .swiper-pagination .swiper-pagination-bullet{
    width: calc(40 / 768 * 100vw);
    height: calc(4 / 768 * 100vw);
    margin: 0 calc(10 / 768 * 100vw) !important;
  }
}
.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet-active{
  background: #050199;
}
.disabled .swiper-button,
.disabled .swiper-pagination{
  display: none;
}

.md-layout {
  margin: 0
}

.md-ttl__pages em,
.md-ttl__pages span {
  display: block;
  text-align: center;
  line-height: 1
}

.md-ttl__pages em {
  letter-spacing: .04em;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .md-ttl__pages em {
    font-size: 3.2rem
  }
}

@media screen and (max-width:768px) {
  .md-ttl__pages em {
    font-size: 6.074766355140187vw !important
  }
}

.md-ttl__pages span {
  margin-top: 1.2em;
  letter-spacing: .25em;
  color: #000299;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .md-ttl__pages span {
    font-size: 1.2rem
  }
}

@media screen and (max-width:768px) {
  .md-ttl__pages span {
    font-size: 2.336448598130841vw !important
  }
}

.md-ttl__section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}

.md-ttl__section>em,
.md-ttl__section>span {
  display: block;
  line-height: 1;
  vertical-align: middle
}

.md-ttl__section>em {
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .md-ttl__section>em {
    font-size: 3.3rem
  }
}

@media screen and (max-width:768px) {
  .md-ttl__section>em {
    font-size: 6.074766355140187vw !important
  }
}

.md-ttl__section>span {
  letter-spacing: .2em;
  color: #000299;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .md-ttl__section>span {
    margin-left: 1.25em;
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    font-size: 1.5rem
  }
}

@media screen and (max-width:768px) {
  .md-ttl__section>span {
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    margin-left: 3.504672897196262vw;
    font-size: 2.336448598130841vw !important
  }
}

.md-btn__links {
  margin: 0 auto;
  padding: 0;
  display: block;
  background: #000299;
  border-style: none;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .md-btn__links {
    min-width: 320px;
    font-size: 1.8rem;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .md-btn__links {
    min-width: 61.6822429906542%;
    font-size: 3.271028037383178vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-btn__links:hover {
    background: #000
  }
}

.md-btn__links:hover .arrow svg circle {
  fill: #000
}

.md-btn__links:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #fff;
  border-radius: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none
}

.md-btn__links em,
.md-btn__links a {
  display: block;
  color: #fff
}

@media print,
screen and (min-width:769px) {

  .md-btn__links em,
  .md-btn__links a {
    padding-top: 25px;
    padding-bottom: 25px
  }
}

@media screen and (max-width:768px) {

  .md-btn__links em,
  .md-btn__links a {
    padding-top: 4.672897196261682vw;
    padding-bottom: 4.672897196261682vw
  }
}

.md-btn__links .arrow {
  position: absolute;
  top: 50%;
  right: 4.545454545454546%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block
}

@media print,
screen and (min-width:769px) {
  .md-btn__links .arrow {
    width: 27px
  }
}

@media screen and (max-width:768px) {
  .md-btn__links .arrow {
    width: 6.074766355140187vw
  }
}

.md-btn__links .arrow svg {
  vertical-align: middle
}

@media print,
screen and (min-width:769px) {
  .md-btn__links .arrow svg circle {
    transition-duration: .3s
  }
}

.md-btn__categorybtn {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #202026;
  border-style: none;
  display: block;
  font-family: Helvetica Neue, YakuHanJP, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  border-radius: 5px;
  overflow: hidden
}

@media print,
screen and (min-width:769px) {
  .md-btn__categorybtn {
    transition-duration: .3s
  }
}

@media print,
screen and (min-width:769px) {
  .md-btn__categorybtn:hover {
    background: #000299
  }
}

.md-btn__categorybtn a {
  color: #fff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box
}

@media print,
screen and (min-width:769px) {
  .md-btn__categorybtn a {
    padding-top: 14px;
    padding-left: 18px;
    padding-right: 15px;
    padding-bottom: 14px
  }
}

@media screen and (max-width:768px) {
  .md-btn__categorybtn a {
    padding-top: 2.803738317757009vw;
    padding-left: 4.672897196261682vw;
    padding-right: 4.672897196261682vw;
    padding-bottom: 2.803738317757009vw
  }
}

.md-btn__categorybtn a>.icon,
.md-btn__categorybtn a>.ttl,
.md-btn__categorybtn a>.arrow {
  display: block
}

.md-btn__categorybtn a>.icon svg,
.md-btn__categorybtn a>.ttl svg,
.md-btn__categorybtn a>.arrow svg {
  vertical-align: middle
}

@media print,
screen and (min-width:769px) {
  .md-btn__categorybtn a>.icon {
    width: 9.032258064516128%
  }
}

@media screen and (max-width:768px) {
  .md-btn__categorybtn a>.icon {
    margin-right: 3.271028037383178vw;
    width: 7.476635514018692vw
  }
}

.md-btn__categorybtn a>.ttl {
  font-weight: 700;
  text-align: left
}

@media print,
screen and (min-width:769px) {
  .md-btn__categorybtn a>.ttl {
    width: 74.83870967741936%;
    font-size: 1.4rem
  }
}

@media screen and (max-width:768px) {
  .md-btn__categorybtn a>.ttl {
    width: 63.55140186915888vw;
    font-size: 3.271028037383178vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-btn__categorybtn a>.arrow {
    width: 6.774193548387098%
  }
}

@media screen and (max-width:768px) {
  .md-btn__categorybtn a>.arrow {
    width: 4.906542056074766vw
  }
}

.md-btn__categorybtn a>.arrow svg circle {
  fill: #fff
}

.md-btn__categorybtn a>.arrow svg path {
  fill: #202026
}

.md-btn__buy {
  margin: 0;
  padding: 0;
  display: block;
  background: #db2634;
  position: relative;
  border-style: none;
  width: 100%;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .md-btn__buy {
    font-size: 1.3rem;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .md-btn__buy {
    font-size: 3.037383177570093vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-btn__buy:hover {
    background: #000
  }
}

.md-btn__buy:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: solid 1px #fff;
  border-radius: 1px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none
}

.md-btn__buy a {
  display: block;
  color: #fff
}

@media print,
screen and (min-width:769px) {
  .md-btn__buy a {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

@media screen and (max-width:768px) {
  .md-btn__buy a {
    padding-top: 2.336448598130841vw;
    padding-bottom: 2.336448598130841vw
  }
}

.md-links {
  margin: 0
}

.md-table {
  margin: 0
}

.md-list__topics>li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  position: relative
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li {
    padding: 20px;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li {
    padding-top: 3.504672897196262vw;
    padding-bottom: 3.504672897196262vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.md-list__topics>li.nolink {
  pointer-events: none
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li:not(:last-child) {
    margin-bottom: 2.803738317757009vw
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.8" /><feFuncG type="linear" slope="0.8" /><feFuncB type="linear" slope="0.8" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.8);
    filter: brightness(.8)
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li:hover .arrow svg {
    -webkit-transform: translateX(15%);
    transform: translateX(15%)
  }
}

.md-list__topics>li .linkwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.md-list__topics>li .thumb,
.md-list__topics>li .txt,
.md-list__topics>li .arrow {
  z-index: 1;
  display: block
}

.md-list__topics>li .thumb {
  box-sizing: border-box;
  border: solid 1px #e8e8e8
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .thumb {
    width: 15.625%
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .thumb {
    width: 26.041666666666668%
  }
}

.md-list__topics>li .thumb img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 1/1;
  object-fit: cover
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .txt {
    margin-left: 2.083333333333333%;
    padding-right: 6.666666666666667%;
    width: 75.625%;
    box-sizing: border-box;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .txt {
    width: 63.020833333333336%;
    margin-left: 3.504672897196262vw
  }
}

.md-list__topics>li .txt--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .txt--header {
    margin-bottom: .5em
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .txt--header {
    margin-bottom: .3em
  }
}

.md-list__topics>li .txt--header>time {
  color: #000299;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .txt--header>time {
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .txt--header>time {
    font-size: 2.570093457943925vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .txt--header>ul {
    margin-left: 15px
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .txt--header>ul {
    margin-left: 3.504672897196262vw
  }
}

.md-list__topics>li .txt--ttl {
  line-height: 1.5;
  width: 100%;
  font-weight: 700;
  letter-spacing: .05em
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .txt--ttl {
    font-size: 1.7rem
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .txt--ttl {
    font-size: 3.037383177570093vw !important
  }
}

.md-list__topics>li .txt--desc {
  margin-top: .5em;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .05em
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .txt--desc {
    font-size: 1.4rem
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .txt--desc {
    font-size: 2.336448598130841vw !important
  }
}

.md-list__topics>li .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .arrow {
    right: 2.4%;
    width: 2.7%
  }
}

@media screen and (max-width:768px) {
  .md-list__topics>li .arrow {
    right: 5.14018691588785%;
    width: 4.906542056074766%
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__topics>li .arrow svg {
    transition-duration: .3s
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="3"]>article {
    margin-right: 3.5%;
    width: 31%
  }
}

@media print,
screen and (min-width:769px) {

  .md-list__lineup[data-pccolumn="3"]>article:nth-child(3n),
  .md-list__lineup[data-pccolumn="3"]>article:last-child {
    margin-right: 0
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="3"]>article:nth-child(n+4) {
    margin-top: 35px
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="3"]>article .txt {
    padding-top: 20px;
    padding-left: 6.451612903225806%;
    padding-right: 6.451612903225806%;
    padding-bottom: 30px
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="2"]>article {
    margin-right: 4%;
    width: 48%
  }
}

@media print,
screen and (min-width:769px) {

  .md-list__lineup[data-pccolumn="2"]>article:nth-child(2n),
  .md-list__lineup[data-pccolumn="2"]>article:last-child {
    margin-right: 0
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="2"]>article:nth-child(n+3) {
    margin-top: 40px
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="2"]>article .thumb img {
    aspect-ratio: 1.92/1.08
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup[data-pccolumn="2"]>article .txt {
    padding-top: 20px;
    padding-left: 3.125%;
    padding-right: 3.125%;
    padding-bottom: 30px
  }
}

.md-list__lineup>article {
  position: relative;
  background: #fff
}

@media screen and (max-width:768px) {
  .md-list__lineup>article {
    padding-right: 3.125%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article:not(:last-child) {
    margin-bottom: 2.336448598130841vw
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article:hover .linkwrap+.thumb {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
  }
}

.md-list__lineup>article .linkwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.md-list__lineup>article .thumb,
.md-list__lineup>article .txt {
  position: relative;
  z-index: 1
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .thumb {
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .thumb {
    width: 44.505494505494504%
  }
}

.md-list__lineup>article .thumb picture {
  display: block
}

.md-list__lineup>article .thumb picture img {
  margin: 0 auto;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  aspect-ratio: 1/1
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt {
    width: 51.098901098901095%;
    padding-top: 2.336448598130841vw;
    padding-bottom: 2.336448598130841vw
  }
}

.md-list__lineup>article .txt--ttl {
  line-height: 1.6;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--ttl {
    margin-bottom: .5em;
    font-size: 1.8rem
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--ttl {
    margin-bottom: .8em;
    font-size: 3.271028037383178vw !important
  }
}

.md-list__lineup>article .txt--releasedate {
  line-height: 1
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--releasedate {
    margin-top: 10px;
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--releasedate {
    font-size: 2.570093457943925vw !important
  }
}

.md-list__lineup>article .txt--releasedate>li {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--releasedate>li:not(:last-child) {
    margin-bottom: 1.168224299065421vw
  }
}

.md-list__lineup>article .txt--releasedate>li>time {
  display: block
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--releasedate>li>time {
    width: 7em
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--releasedate>li>time {
    width: 6.5em
  }
}

.md-list__lineup>article .txt--releasedate>li>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--releasedate>li>ul {
    width: calc(100% - 7em)
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--releasedate>li>ul {
    width: calc(100% - 6.5em)
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--releasedate>li>ul>li {
    margin-bottom: .4em
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--releasedate>li>ul>li {
    margin-bottom: .4em
  }
}

.md-list__lineup>article .txt--releasedate>li>ul>li:not(:last-child) {
  margin-right: .5em
}

.md-list__lineup>article .txt--releasedate>li>ul>li:not(:last-child):after {
  content: ","
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--category {
    margin-top: 16px
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--category {
    margin-top: 2.336448598130841vw
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__lineup>article .txt--genre {
    margin-top: 5px
  }
}

@media screen and (max-width:768px) {
  .md-list__lineup>article .txt--genre {
    margin-top: 1.869158878504673vw
  }
}

.md-list__sale {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:768px) {
  .md-list__sale {
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.md-list__sale>article {
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article {
    margin-right: 2.2271714922049%;
    padding-bottom: 100px;
    width: 31.848552338530066%
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article {
    width: 48.4375%;
    padding-bottom: 18.69158878504673vw
  }
}

@media print,
screen and (min-width:769px) {

  .md-list__sale>article:nth-child(3n),
  .md-list__sale>article:last-child {
    margin-right: 0
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article:nth-child(n+3) {
    margin-top: 4.205607476635514vw
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article:nth-child(n+4) {
    margin-top: 30px
  }
}

.md-list__sale>article .label {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 12px;
}

@media screen and (max-width:768px) {
  .md-list__sale>article .label {
    gap: calc(10 / 786 * 100vw);
    margin-top: calc(20 / 786 * 100vw);
  }
}

.md-list__sale>article .label>li {
  /* width: 100%; */
  padding: .5em .6em .4em;
  text-align: center;
  line-height: 1;
  color: #fff;
  box-sizing: border-box;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .label>li {
    font-size: 1.2rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .label>li {
    font-size: 2.206448598130841vw !important
  }
}

.md-list__sale>article .label>li[data-cat=switch],
.md-list__sale>article .label>li[data-cat=switch2] {
  background: #e60012
}

.md-list__sale>article .label>li[data-cat=dlc] {
  background: #575769
}

.md-list__sale>article .label>li[data-cat=ps5] {
  background: #0070cc
}

.md-list__sale>article .label>li[data-cat=ps3],
.md-list__sale>article .label>li[data-cat=ps4] {
  background: #5562a5
}

.md-list__sale>article .label>li[data-cat=pc] {
  background: #b4a5aa
}

.md-list__sale>article .label>li[data-cat=ios],
.md-list__sale>article .label>li[data-cat=android] {
  background: #ed8ce2
}

.md-list__sale>article .label>li[data-cat=xbone] {
  background: #5baa5e
}

.md-list__sale>article .label>li[data-cat=xsx] {
  background: #85c436
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .thumb {
    margin-bottom: 14px
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .thumb {
    margin-bottom: 2.336448598130841vw
  }
}

.md-list__sale>article .thumb picture {
  display: block
}

.md-list__sale>article .thumb picture img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  aspect-ratio: 1.92/1.08;
  object-fit: cover
}

.md-list__sale>article .txt--ttl {
  line-height: 1.6;
  letter-spacing: .04em;
  width: 100%;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--ttl {
    font-size: 1.8rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--ttl {
    font-size: 3.037383177570093vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price {
    margin-top: 20px;
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price {
    margin-top: 2.336448598130841vw
  }
}

.md-list__sale>article .txt--price h5:not(:last-child) {
  border-bottom: solid 1px rgba(0, 0, 0, .1)
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5:not(:last-child) {
    margin-bottom: 2.336448598130841vw;
    padding-bottom: 2.336448598130841vw
  }
}

.md-list__sale>article .txt--price h5 .midashi {
  margin-bottom: .5em;
  padding: .25em .4em;
  display: block;
  line-height: 1.4;
  font-weight: 700;
  width: -webkit-fit-content;
  width: fit-content;
  color: #fff
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .midashi {
    font-size: 1.2rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .midashi {
    font-size: 2.570093457943925vw !important
  }
}

.md-list__sale>article .txt--price h5 .midashi[data-color=nintendo] {
  background: #e60012
}

.md-list__sale>article .txt--price h5 .midashi[data-color=sony] {
  background: #0070cc
}

.md-list__sale>article .txt--price h5 .midashi[data-color=pickup] {
  background: #FF9F1A
}

.md-list__sale>article .txt--price h5 .before {
  width: 100%
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .before {
    margin-bottom: 4px
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .before {
    margin-bottom: .934579439252336vw
  }
}

.md-list__sale>article .txt--price h5 .before--inner {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content
}

.md-list__sale>article .txt--price h5 .before--inner:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #db2634;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2
}

.md-list__sale>article .txt--price h5 .before--inner>small {
  position: relative;
  opacity: .4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  font-weight: 700;
  z-index: 1
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .before--inner>small {
    font-size: 1.4rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .before--inner>small {
    font-size: 2.803738317757009vw !important
  }
}

.md-list__sale>article .txt--price h5 .before--inner>small:after {
  content: "円";
  margin-left: .1em
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .before--inner>small:after {
    font-size: 1.2rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .before--inner>small:after {
    font-size: 2.336448598130841vw !important
  }
}

.md-list__sale>article .txt--price h5 .current {
  color: #db2634;
  line-height: 1;
  font-family: Dela Gothic One, cursive
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .current {
    font-size: 2.2rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .current {
    font-size: 3.738317757009346vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .current>small {
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .current>small {
    font-size: 2.803738317757009vw !important
  }
}

.md-list__sale>article .txt--price h5 .off {
  padding: .3em .4em;
  display: inline-block;
  background: #db2634;
  line-height: 1;
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article .txt--price h5 .off {
    margin-left: .8em;
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article .txt--price h5 .off {
    margin-left: .6em;
    font-size: 2.336448598130841vw !important
  }
}

.md-list__sale>article footer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media print,
screen and (min-width:769px) {
  .md-list__sale>article footer {
    width: 100%;
    bottom: 30px
  }
}

@media screen and (max-width:768px) {
  .md-list__sale>article footer {
    width: 89.24731182795699%;
    bottom: 4.6vw
  }
}

.md-list__topicstags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .md-list__topicstags>li {
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .md-list__topicstags>li {
    font-size: 2.336448598130841vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__topicstags>li:not(:last-child) {
    margin-right: 12px
  }
}

@media screen and (max-width:768px) {
  .md-list__topicstags>li:not(:last-child) {
    margin-right: 2.102803738317757vw
  }
}

.md-list__topicstags>li:before {
  content: "#"
}

.md-list__topicstags>li[data-tag=sale] {
  color: #db2634
}

.md-list__topicstags>li[data-tag=game] {
  color: #db5e26
}

.md-list__topicstags>li[data-tag=media] {
  color: #db26a3
}

.md-list__topicstags>li[data-tag=event] {
  color: #26db3b
}

.md-list__topicstags>li[data-tag=goods] {
  color: #26dbdb
}

.md-list__topicstags>li[data-tag=campaign] {
  color: #9526db
}

.md-list__genre {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.md-list__genre>li {
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .md-list__genre>li {
    font-size: 1.1rem
  }
}

@media screen and (max-width:768px) {
  .md-list__genre>li {
    font-size: 2.336448598130841vw !important
  }
}

.md-list__genre>li:not(:last-child) {
  margin-right: .7em
}

.md-list__genre>li:before {
  content: "#"
}

.md-list__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.md-list__category[data-size=small]>li {
  padding: .4em .8em;
  line-height: 1
}

@media print,
screen and (min-width:769px) {
  .md-list__category[data-size=small]>li {
    margin-bottom: 8px;
    font-size: 1.2rem
  }
}

@media screen and (max-width:768px) {
  .md-list__category[data-size=small]>li {
    margin-bottom: 1.869158878504673vw;
    font-size: 2.570093457943925vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__category[data-size=small]>li:not(:last-child) {
    margin-right: 8px
  }
}

@media screen and (max-width:768px) {
  .md-list__category[data-size=small]>li:not(:last-child) {
    margin-right: 1.869158878504673vw
  }
}

.md-list__category[data-size=xsmall]>li {
  padding: .3em .5em;
  line-height: 1;
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .md-list__category[data-size=xsmall]>li {
    margin-bottom: 5px;
    font-size: 1rem
  }
}

@media screen and (max-width:768px) {
  .md-list__category[data-size=xsmall]>li {
    margin-bottom: 1.168224299065421vw;
    font-size: 2.336448598130841vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .md-list__category[data-size=xsmall]>li:not(:last-child) {
    margin-right: 5px
  }
}

@media screen and (max-width:768px) {
  .md-list__category[data-size=xsmall]>li:not(:last-child) {
    margin-right: 1.168224299065421vw
  }
}

.md-list__category>li {
  color: #fff
}

a {
  color: #000299;
  outline: none !important;
  text-decoration: none
}

html {
  font-size: 62.5%
}

body {
  font-family: Helvetica Neue, YakuHanJP, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.8;
  font-weight: 400;
  background: #f8f8f8;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

body[data-navopen=true] {
  overflow: hidden;
  min-height: 100%;
  height: 100%;
  pointer-events: none
}

::selection {
  background: #000299;
  color: #000
}

@media screen and (max-width:768px) {
  .is-pc {
    display: none !important
  }
}

@media print,
screen and (min-width:769px) {
  .is-sp {
    display: none !important
  }
}

img {
  max-width: 100%
}

svg {
  width: 100% !important;
  height: auto !important
}

.l-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 1;
  background: #f8f8f8;
  transition-duration: .6s;
  z-index: 9
}

@media print,
screen and (min-width:769px) {
  .l-header {
    border-top: solid 4px #000299
  }
}

.l-header.is__scrolled {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="1" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,.1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .1));
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .1))
}

@media print,
screen and (min-width:769px) {
  .l-header.is__scrolled .l-header__inner {
    padding-top: 15px;
    padding-bottom: 12px
  }
}

@media screen and (max-width:768px) {
  .l-header.is__scrolled .l-header__inner {
    padding-top: 1.635514018691589vw;
    padding-bottom: 1.401869158878505vw
  }
}

.l-header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition-duration: .6s
}

@media print,
screen and (min-width:769px) {
  .l-header__inner {
    padding-top: 20px;
    padding-bottom: 22px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .l-header__inner {
    padding-left: 2.803738317757009%;
    padding-right: 5.14018691588785%;
    padding-top: 3.037383177570093vw;
    padding-bottom: 2.803738317757009vw
  }
}

.l-header__inner .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .logo {
    width: 252px
  }
}

@media screen and (max-width:1200px) {
  .l-header__inner .logo {
    width: 26%
  }
}

@media screen and (max-width:768px) {
  .l-header__inner .logo {
    width: 48.984771573604064%
  }
}

.l-header__inner .logo a,
.l-header__inner .logo small {
  display: block
}

.l-header__inner .logo a {
  display: block
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .logo a {
    /* width: 59.61538461538461% */
  }
}

@media screen and (max-width:768px) {
  .l-header__inner .logo a {
    margin-right: 1.55440414507772%;
    width: 59.58549222797927%
  }
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .logo small {
    width: 38.84615384615385%
  }
}

@media screen and (max-width:768px) {
  .l-header__inner .logo small {
    width: 38.860103626943%
  }
}

.l-header__inner .headergnav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .headergnav .l-navlinks>li:not(:last-child) {
    margin-right: 30px
  }
}

@media screen and (max-width:1200px) {
  .l-header__inner .headergnav .l-navlinks>li:not(:last-child) {
    margin-right: 20px
  }
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .headergnav .l-snslinks {
    margin-left: 45px
  }
}

@media screen and (max-width:1200px) {
  .l-header__inner .headergnav .l-snslinks {
    margin-left: 25px
  }
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .headergnav .l-snslinks>li {
    width:24px
  }
  .l-header__inner .headergnav .l-snslinks>li.youtube {
    width:30px
  }
}

@media screen and (max-width:1200px) {
  .l-header__inner .headergnav .l-snslinks>li {
    width: 24px
  }
  .l-header__inner .headergnav .l-snslinks>li.youtube {
    width:30px
  }
}

.l-header__inner .headergnav .l-snslinks>li.otherlink {
  display: none !important
}

@media print,
screen and (min-width:769px) {
  .l-header__inner .headergnav .l-snslinks>li:not(:last-child) {
    margin-right: 27px
  }
}

@media screen and (max-width:1200px) {
  .l-header__inner .headergnav .l-snslinks>li:not(:last-child) {
    margin-right: 10px
  }
}

.saleStyle .l-footer {
  margin-top: 0 !important
}

.l-footer {
  background: #fff
}

@media print,
screen and (min-width:769px) {
  .l-footer {
    margin-top: 120px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .l-footer {
    margin-top: 21.02803738317757vw
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner {
    padding-top: 90px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner {
    padding-top: 10.514018691588785vw;
    padding-bottom: 11.682242990654206vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.l-footer__inner .foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot {
    padding-bottom: 40px
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--links {
    -ms-flex-order: 2;
    order: 2;
    width: 34.300000000000004%
  }
}

@media screen and (max-width:1200px) {
  .l-footer__inner .foot--links {
    width: 42%
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--links {
    width: 100%;
    margin-bottom: 9.345794392523365vw
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--links>.md-btn__categorybtn:not(:last-child) {
    margin-bottom: 2.336448598130841vw
  }
}

.l-footer__inner .foot--contact {
  line-height: 1.4
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact {
    -ms-flex-order: 1;
    order: 1;
    width: 65.7%
  }
}

@media screen and (max-width:1200px) {
  .l-footer__inner .foot--contact {
    width: 57.99999999999999%
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact {
    width: 100%;
    border-bottom: solid 1px rgba(0, 0, 0, .1);
    margin-bottom: 9.345794392523365vw;
    padding-bottom: 9.345794392523365vw
  }
}

.l-footer__inner .foot--contact>dt {
  font-weight: 700;
  color: #000299
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact>dt {
    margin-bottom: .8em;
    font-size: 1.6rem;
    line-height: 1.7;
  }
  
  .l-footer__inner .foot--contact>dt>span{
    font-size: 1.4rem;
    font-weight: 400;
    color: #000;
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact>dt {
    margin-bottom: 1.3em;
    font-size: calc((30/ 768) *100vw);
    line-height: 1.7;
  }
  .l-footer__inner .foot--contact>dt>span{
    font-size: calc((24/ 768) *100vw);
    font-weight: 400;
    color: #000;
  }
}

.l-footer__inner .foot--contact>dd>dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact>dd>dl {
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact>dd>dl {
    font-size: 3.037383177570093vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact>dd>dl:not(:last-child) {
    margin-bottom: 8px
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact>dd>dl:not(:last-child) {
    margin-bottom: 1.869158878504673vw
  }
}

.l-footer__inner .foot--contact>dd>dl>dt {
  color: #000299
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact>dd>dl>dt {
    width: 7em
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact>dd>dl>dt {
    width: 22.135416666666664%
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact>dd>dl>dd {
    width: calc(100% - 7em)
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact>dd>dl>dd {
    width: 77.60416666666666%
  }
}

.l-footer__inner .foot--contact>dd>dl>dd a {
  text-decoration: underline;
  color: #000
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact>dd>dl>dd a:hover {
    text-decoration: none
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact .note {
    margin: 10px 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact .note {
    margin: calc((30 / 768) * 100vw) 0;
    font-size: calc((24 / 768) * 100vw);
    font-weight: 400;
    line-height: 1.8;
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--contact .logo {
    width: 160px;
    margin: 0 0 0 -14px;
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--contact .logo {
    width: calc((294 / 768) * 100vw);
    margin: 0 0 0 calc((30 / 768) * -100vw);
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px;
    padding-top: 25px;
    width: 100%;
    border-top: solid 1px rgba(0, 0, 0, .1)
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--sublinks {
    width: 69.27083333333334%
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li:not(:last-child) {
    margin-right: 20px
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--sublinks ul li:not(:last-child) {
    margin-bottom: 1.869158878504673vw
  }
}

.l-footer__inner .foot--sublinks ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  color: #000
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li a {
    transition-duration: .2s
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li a:hover {
    color: #db2634
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li a:hover>.icon svg path {
    fill: #db2634
  }
}

.l-footer__inner .foot--sublinks ul li a>.ttl {
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li a>.ttl {
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--sublinks ul li a>.ttl {
    font-size: 3.037383177570093vw !important
  }
}

.l-footer__inner .foot--sublinks ul li a>.icon {
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%)
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li a>.icon {
    margin-left: 3px;
    width: 16px
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--sublinks ul li a>.icon {
    margin-left: .934579439252336vw;
    width: 3.738317757009346vw
  }
}

.l-footer__inner .foot--sublinks ul li a>.icon svg {
  vertical-align: middle
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--sublinks ul li a>.icon svg path {
    transition-duration: .2s
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--snslinks {
    margin-top: 35px;
    -ms-flex-order: 4;
    order: 4
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--snslinks {
    width: 30.729166666666668%
  }
}

.l-footer__inner .foot--snslinks>dl>dt {
  margin-bottom: 1.5em;
  line-height: 1;
  letter-spacing: .04em;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--snslinks>dl>dt {
    margin-right: 1.5em;
    font-size: 1rem
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--snslinks>dl>dt {
    font-size: 2.336448598130841vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li {
    width: 27px
  }
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li.youtube {
    width: 33px
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li {
    /* width: 28.8135593220339%; */
    width: calc((50 / 768) * 100vw);
  }
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li.youtube {
    width: calc((62 / 768) * 100vw);
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li.otherlink {
    margin-top: calc((34 / 768) * 100vw);
  }
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li:not(:last-child) {
    margin-right: 24px
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--snslinks>dl>dd .l-snslinks>li:not(:last-child) {
    margin-right: calc((36 / 768) * 100vw);
  }
}

.l-footer__inner .foot--copyright {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  display: block;
  letter-spacing: .05em;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .l-footer__inner .foot--copyright {
    -ms-flex-order: 5;
    order: 5;
    margin-top: auto;
    padding-bottom: .5em;
    font-size: 1rem
  }
}

@media screen and (max-width:768px) {
  .l-footer__inner .foot--copyright {
    text-align: center;
    width: 100%;
    font-size: 2.336448598130841vw !important;
    margin-top: 12.850467289719626vw;
    padding-bottom: 11.682242990654206vw
  }
}

.l-snslinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center
}

.l-snslinks>li.otherlink {
  padding-bottom: .05em;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  border-bottom: solid 1px #000
}

.l-snslinks>li a {
  display: block;
  font-weight: 700;
  color: #000
}

@media print,
screen and (min-width:769px) {
  .l-snslinks>li a {
    transition-duration: .2s;
    font-size: 1.1rem
  }
}

@media screen and (max-width:768px) {
  .l-snslinks>li a {
    font-size: 2.570093457943925vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .l-snslinks>li a:hover {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
  }
}

.l-snslinks>li a svg {
  vertical-align: middle
}

#Wrap {
  overflow: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.l-navtrigger {
  margin: 0;
  padding: 0;
  background: none;
  border-style: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  pointer-events: auto
}

@media screen and (max-width:768px) {
  .l-navtrigger {
    width: 7.476635514018692vw;
    height: 3.037383177570093vw
  }
}

.l-navtrigger__inner {
  position: relative;
  width: 100%;
  height: 100%
}

.l-navtrigger__inner span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background: #000299;
  height: .467289719626168vw
}

.l-navtrigger__inner span.bar1 {
  top: 0
}

.l-navtrigger__inner span.bar2 {
  bottom: 0
}

.l-navlinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.l-navlinks li.is__current a {
  color: #db2634
}

.l-navlinks li.js--opentopics {
  cursor: pointer
}

@media print,
screen and (min-width:769px) {
  .l-navlinks li.js--opentopics:hover a {
    color: #db2634
  }
}

.l-navlinks li.js--opentopics a {
  pointer-events: none
}

.l-navlinks li a {
  display: block;
  color: #000299
}

@media print,
screen and (min-width:769px) {
  .l-navlinks li a {
    transition-duration: .3s
  }
}

@media print,
screen and (min-width:769px) {
  .l-navlinks li a:hover {
    color: #db2634
  }
}

.l-navlinks li a em,
.l-navlinks li a small {
  display: block
}

.l-navlinks li a em {
  letter-spacing: .12em;
  font-family: Libre Franklin, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .l-navlinks li a em {
    font-size: 1.6rem
  }
}

@media screen and (max-width:1200px) {
  .l-navlinks li a em {
    font-size: 1.4rem
  }
}

.l-navlinks li a small {
  letter-spacing: .06em;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .l-navlinks li a small {
    margin-top: .5em;
    font-size: 1rem
  }
}

.l-spnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.l-spnav[data-status=show] {
  pointer-events: auto;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  overflow: auto;
  transition-duration: .8s
}

.l-spnav[data-status=show] .l-spnav__inner .bg {
  height: 100%
}

.l-spnav[data-status=show] .l-spnav__inner .cont {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.l-spnav__inner {
  position: relative;
  width: 100%;
  height: 100%
}

.l-spnav__inner .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #000299;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.785, .135, .15, .86);
  z-index: 1
}

.l-spnav__inner .closebtn {
  position: absolute;
  margin: 0;
  padding: 0;
  background: none;
  border-style: none;
  top: 11.68vw;
  right: 5.14018691588785%;
  cursor: pointer;
  z-index: 3
}

.l-spnav__inner .closebtn img {
  vertical-align: bottom
}

.l-spnav__inner .cont {
  position: relative;
  z-index: 2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition-delay: .5s;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.785, .135, .15, .86);
  padding-left: 5.14018691588785%;
  padding-right: 5.14018691588785%
}

.l-spnav__inner .cont header {
  padding-top: 11.68vw;
  width: 33.33333333333333%
}

.l-spnav__inner .cont header img {
  width: 100%;
  vertical-align: bottom
}

.l-spnav__inner .cont nav {
  margin-top: 16.35514018691589vw
}

.l-spnav__inner .cont nav .l-navlinks {
  width: 83.33333333333334%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.l-spnav__inner .cont nav .l-navlinks li {
  width: 50%
}

.l-spnav__inner .cont nav .l-navlinks li:nth-child(n+3) {
  margin-top: 7.009345794392523vw
}

.l-spnav__inner .cont nav .l-navlinks li a {
  color: #fff;
  line-height: 1
}

.l-spnav__inner .cont nav .l-navlinks li a em,
.l-spnav__inner .cont nav .l-navlinks li a small {
  display: block
}

.l-spnav__inner .cont nav .l-navlinks li a em {
  font-size: 4.672897196261682vw !important
}

.l-spnav__inner .cont nav .l-navlinks li a small {
  margin-top: .6em;
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-size: 2.803738317757009vw !important
}

.l-spnav__inner .cont nav>dl {
  margin-top: 14.018691588785046vw
}

.l-spnav__inner .cont nav>dl dt {
  margin-bottom: 1.5em;
  color: #fff;
  font-size: 2.336448598130841vw !important;
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

.l-spnav__inner .cont nav>dl dd .l-snslinks>li a{
  width: calc((100 / 768) * 100vw);
  height: calc((100 / 768) * 100vw);
  color: #fff;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-spnav__inner .cont nav>dl dd .l-snslinks>li svg{
  width: calc((40 / 768) * 100vw) !important;
}
.l-spnav__inner .cont nav>dl dd .l-snslinks>li.youtube a svg{
  width: calc((54 / 768) * 100vw) !important;
}

.l-spnav__inner .cont nav>dl dd .l-snslinks>li:not(:last-child) {
  /* margin-right: 3.271028037383178vw */
  margin-right: calc((20 / 768) * 100vw);
}

.l-spnav__inner .cont nav>dl dd .l-snslinks>li.otherlink {
  border-color: #fff
}


.l-spnav__inner .cont nav>dl dd .l-snslinks>li:nth-child(1) a svg path {
  /* fill: #fff */
}

.l-spnav__inner .cont nav>dl dd .l-snslinks>li:nth-child(2) a svg path:first-child {
  /* fill: #fff */
}

.l-spnav__inner .cont nav>dl dd .l-snslinks>li:nth-child(2) a svg path:last-child {
  /* fill: #000299 */
  /* fill: #fff */
}

.l-spnav__inner .cont nav>dl dd .l-snslinks>li a svg path {
  /* fill: #fff */
}

.l-spnav__inner .cont nav .sublinks {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-weight: 700;
  margin-top: 14.018691588785046vw
}

.l-spnav__inner .cont nav .sublinks ul:not(:last-child) {
  margin-bottom: 7.009345794392523vw
}

.l-spnav__inner .cont nav .sublinks ul li a {
  color: #fff;
  width: -webkit-fit-content;
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.l-spnav__inner .cont nav .sublinks ul li a .ttl,
.l-spnav__inner .cont nav .sublinks ul li a .icon {
  display: block
}

.l-spnav__inner .cont nav .sublinks ul li a .ttl {
  font-size: 3.037383177570093vw !important
}

.l-spnav__inner .cont nav .sublinks ul li a .icon {
  width: 4.672897196261682vw
}

.l-spnav__inner .cont nav .sublinks ul li a .icon svg {
  vertical-align: middle
}

.l-spnav__inner .cont nav .sublinks ul.l-sublinks>li:not(:last-child) {
  margin-bottom: 1.869158878504673vw
}

.l-spnav__inner .cont nav .sublinks ul.l-sublinks>li a .icon {
  margin-left: .5em;
  width: 3.037383177570093vw
}

.l-spnav__inner .cont nav .sublinks ul.l-sublinks>li a .icon svg path {
  fill: #fff
}

.l-topicsmodal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  overflow: hidden
}

.l-topicsmodal[data-status=show] {
  transition-duration: .6s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  pointer-events: auto;
  overflow: auto
}

.l-topicsmodal[data-status=show] .l-topicsmodal__inner .bg {
  cursor: pointer
}

.l-topicsmodal[data-status=show] .l-topicsmodal__inner .cont>main,
.l-topicsmodal[data-status=show] .l-topicsmodal__inner .cont>footer {
  pointer-events: auto
}

.l-topicsmodal__inner .bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.15" /><feFuncG type="linear" slope="1.15" /><feFuncB type="linear" slope="1.15" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.15);
  filter: brightness(1.15)
}

@media print,
screen and (min-width:769px) {
  .l-topicsmodal__inner .bg {
    background-color: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
  }
}

@media screen and (max-width:768px) {
  .l-topicsmodal__inner .bg {
    background-color: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
  }
}

.l-topicsmodal__inner .cont {
  position: relative;
  z-index: 2;
  pointer-events: none
}

@media print,
screen and (min-width:769px) {
  .l-topicsmodal__inner .cont {
    padding-bottom: 120px
  }
}

@media screen and (max-width:768px) {
  .l-topicsmodal__inner .cont {
    padding-bottom: 28.037383177570092vw
  }
}

.l-topicsmodal__inner .cont>header {
  margin-bottom: 1.4em;
  text-align: center;
  line-height: 1;
  color: #fff;
  letter-spacing: .05em;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .l-topicsmodal__inner .cont>header {
    padding-top: 100px;
    font-size: 2.6rem
  }
}

@media screen and (max-width:768px) {
  .l-topicsmodal__inner .cont>header {
    padding-top: 19.85981308411215vw;
    font-size: 6.074766355140187vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .l-topicsmodal__inner .cont>main {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

.l-topicsmodal__inner .cont>footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(transparent 0, #000 100%);
  z-index: 3
}

@media print,
screen and (min-width:769px) {
  .l-topicsmodal__inner .cont>footer {
    height: 120px
  }
}

@media screen and (max-width:768px) {
  .l-topicsmodal__inner .cont>footer {
    height: 28.037383177570092vw
  }
}

.l-topicsmodal__inner .cont>footer .closebtn {
  margin: 0 auto;
  display: block;
  background: none;
  border-style: none;
  cursor: pointer;
  box-sizing: border-box
}

@media print,
screen and (min-width:769px) {
  .l-topicsmodal__inner .cont>footer .closebtn {
    padding: 5px;
    width: 46px
  }
}

@media screen and (max-width:768px) {
  .l-topicsmodal__inner .cont>footer .closebtn {
    padding: 0;
    width: 6.074766355140187vw
  }
}

.l-topicsmodal__inner .cont>footer .closebtn img {
  width: 100%;
  vertical-align: bottom
}

.l-fv__inner .fv--slider__cont .slick-arrow {
  width: 100%;
  max-width: 1000px;
  pointer-events: none;
  z-index: 2;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,.7)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .7));
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, .7))
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .slick-arrow {
    top: 38%
  }
}

@media screen and (max-width:1000px) {
  .l-fv__inner .fv--slider__cont .slick-arrow {
    display: none !important
  }
}

.l-fv__inner .fv--slider__cont .slick-arrow.slick-prev {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.l-fv__inner .fv--slider__cont .slick-arrow.slick-prev:before {
  background-image: url(../images/top/fv/arrow_left.svg);
  -webkit-transform: translateX(-120%);
  transform: translateX(-120%)
}

@media screen and (max-width:1200px) {
  .l-fv__inner .fv--slider__cont .slick-arrow.slick-prev:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
}

.l-fv__inner .fv--slider__cont .slick-arrow.slick-next {
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%)
}

.l-fv__inner .fv--slider__cont .slick-arrow.slick-next:before {
  margin-left: auto;
  background-image: url(../images/top/fv/arrow_right.svg);
  -webkit-transform: translateX(120%);
  transform: translateX(120%)
}

@media screen and (max-width:1200px) {
  .l-fv__inner .fv--slider__cont .slick-arrow.slick-next:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
}

.l-fv__inner .fv--slider__cont .slick-arrow:before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  height: auto;
  pointer-events: auto;
  aspect-ratio: 1/1
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .slick-arrow:before {
    width: 42px
  }
}

.l-fv__inner .fv--slider__cont .slick-slide.slick-active .ttlslide--bg,
.l-fv__inner .fv--slider__cont .slick-slide.slick-current .ttlslide--bg {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1);
  filter: brightness(1)
}

.l-fv__inner .fv--slider__cont .slick-slide.slick-active .ttlslide--img a picture:before,
.l-fv__inner .fv--slider__cont .slick-slide.slick-current .ttlslide--img a picture:before {
  width: 0
}

.l-fv__inner .fv--slider__cont .ttlslide {
  position: relative;
  overflow: hidden
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide {
    padding-top: 40px;
    padding-bottom: 50px
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide {
    padding-top: 11.214953271028037vw;
    padding-bottom: 5.607476635514018vw
  }
}

.l-fv__inner .fv--slider__cont .ttlslide .linkwrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3
}

.l-fv__inner .fv--slider__cont .ttlslide[data-color=black] .ttlslide--bg__inner:before {
  background: rgba(0, 0, 0, .5);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.5" intercept="-0.25" /><feFuncG type="linear" slope="1.5" intercept="-0.25" /><feFuncB type="linear" slope="1.5" intercept="-0.25" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: contrast(150%);
  filter: contrast(150%)
}

.l-fv__inner .fv--slider__cont .ttlslide[data-color=black] .ttlslide--img a picture:before {
  background: #000
}

.l-fv__inner .fv--slider__cont .ttlslide[data-color=black] .ttlslide--ttl__txt {
  color: #fff
}

.l-fv__inner .fv--slider__cont .ttlslide[data-color=white] .ttlslide--bg__inner:before {
  background: rgba(255, 255, 255, .85);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" intercept="-0.5" /><feFuncG type="linear" slope="2" intercept="-0.5" /><feFuncB type="linear" slope="2" intercept="-0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: contrast(200%);
  filter: contrast(200%)
}

.l-fv__inner .fv--slider__cont .ttlslide[data-color=white] .ttlslide--img a picture:before {
  background: #fff
}

.l-fv__inner .fv--slider__cont .ttlslide[data-color=white] .ttlslide--ttl__txt {
  color: #000
}

.l-fv__inner .fv--slider__cont .ttlslide--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="2" /><feFuncG type="linear" slope="2" /><feFuncB type="linear" slope="2" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(2);
  filter: brightness(2);
  transition-duration: 1.5s;
  z-index: 1
}

.l-fv__inner .fv--slider__cont .ttlslide--bg__inner {
  position: relative;
  width: 100%;
  height: 100%
}

.l-fv__inner .fv--slider__cont .ttlslide--bg__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px)
}

.l-fv__inner .fv--slider__cont .ttlslide--img,
.l-fv__inner .fv--slider__cont .ttlslide--ttl {
  position: relative;
  z-index: 2
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--img {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide--img {
    margin-bottom: 5.140186915887851vw
  }
}

.l-fv__inner .fv--slider__cont .ttlslide--img a {
  display: block
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--img a:hover picture img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
  }
}

.l-fv__inner .fv--slider__cont .ttlslide--img a picture {
  display: block;
  position: relative
}

.l-fv__inner .fv--slider__cont .ttlslide--img a picture:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(.785, .135, .15, .86);
  z-index: 2
}

.l-fv__inner .fv--slider__cont .ttlslide--img a picture img {
  position: relative;
  width: 100%;
  vertical-align: bottom;
  z-index: 1
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--img a picture img {
    transition-duration: .3s
  }
}

.l-fv__inner .fv--slider__cont .ttlslide--ttl {
  position: relative;
  line-height: 1.6;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl {
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl {
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl .linkwrap {
    pointer-events: none;
    display: none
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl .linkwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
  }
}

.l-fv__inner .fv--slider__cont .ttlslide--ttl:after {
  content: "";
  position: absolute;
  display: block;
  background: url(../images/_common/icon/icon_arrow_right.svg) left top no-repeat;
  background-size: 100% auto;
  z-index: 1
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl:after {
    top: 2vw;
    right: 4.439252336448598%;
    width: 6.308411214953271vw;
    height: 6.308411214953271vw
  }
}

.l-fv__inner .fv--slider__cont .ttlslide--ttl__txt,
.l-fv__inner .fv--slider__cont .ttlslide--ttl__category {
  position: relative;
  z-index: 1
}

@media print,
screen and (min-width:769px) {

  .l-fv__inner .fv--slider__cont .ttlslide--ttl__txt,
  .l-fv__inner .fv--slider__cont .ttlslide--ttl__category {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {

  .l-fv__inner .fv--slider__cont .ttlslide--ttl__txt,
  .l-fv__inner .fv--slider__cont .ttlslide--ttl__category {
    padding-right: 5.607476635514018vw
  }
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl__txt {
    font-size: 2.8rem
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl__txt {
    font-size: 4.205607476635514vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl__category {
    margin-top: 18px
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slider__cont .ttlslide--ttl__category {
    margin-top: 3.504672897196262vw
  }
}

.l-fv__inner .fv--slidenav {
  background: #151515
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav {
    border-top: solid 2px #000299;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slidenav {
    margin-top: 1.168224299065421vw;
    padding-top: 5.841121495327103vw;
    padding-bottom: 5.841121495327103vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.l-fv__inner .fv--slidenav--inner {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav--inner {
    max-width: 1200px
  }
}

.l-fv__inner .fv--slidenav__lineup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__lineup {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slidenav__lineup {
    width: 100%
  }
}

.l-fv__inner .fv--slidenav__lineup>li {
  position: relative;
  cursor: pointer
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__lineup>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 18.545454545454547%;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slidenav__lineup>li {
    width: 16.9811320754717%
  }
}

.l-fv__inner .fv--slidenav__lineup>li[data-status=current] picture:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__lineup>li:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
  }
}

.l-fv__inner .fv--slidenav__lineup>li picture {
  position: relative;
  display: block
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__lineup>li picture {
    width: 26.47058823529412%
  }
}

.l-fv__inner .fv--slidenav__lineup>li picture:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 3px #fff;
  transition-duration: .3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2
}

.l-fv__inner .fv--slidenav__lineup>li picture img {
  position: relative;
  width: 100%;
  vertical-align: bottom;
  z-index: 1
}

.l-fv__inner .fv--slidenav__lineup>li h2 {
  color: #fff;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__lineup>li h2 {
    width: 67.64705882352942%;
    font-size: 1.1rem
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slidenav__lineup>li h2 {
    display: none
  }
}

.l-fv__inner .fv--slidenav__links {
  margin: 0;
  padding: 0;
  background: none;
  border-style: none;
  cursor: pointer;
  display: block
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__links {
    width: 4.5%;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .l-fv__inner .fv--slidenav__links {
    width: 14.0625%
  }
}

@media print,
screen and (min-width:769px) {
  .l-fv__inner .fv--slidenav__links:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
  }
}

.l-fv__inner .fv--slidenav__links img {
  width: 100%;
  vertical-align: bottom
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopLineup {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopLineup {
    padding-top: 15.186915887850468vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopLineup .lineup {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopLineup .lineup>header {
    margin-bottom: 30px
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopLineup .lineup>header {
    margin-bottom: 4.672897196261682vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopLineup .lineup>main {
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopLineup .lineup>footer {
    margin-top: 45px
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopLineup .lineup>footer {
    margin-top: 8.177570093457945vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopTopics {
    margin-bottom: 30px;
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopTopics {
    margin-bottom: 3.504672897196262vw;
    padding-top: 15.186915887850468vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopTopics .topics {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopTopics .topics>header {
    margin-bottom: 25px
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopTopics .topics>header {
    margin-bottom: 4.672897196261682vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#TopTopics .topics>footer {
    margin-top: 45px
  }
}

@media screen and (max-width:768px) {
  .common-settings#TopTopics .topics>footer {
    margin-top: 8.177570093457945vw
  }
}

@media print,
screen and (min-width:769px) {
  .l-pagesheader {
    margin-bottom: 50px;
    padding-top: 50px
  }
}

@media screen and (max-width:768px) {
  .l-pagesheader {
    margin-bottom: 7.009345794392523vw;
    padding-top: 11.682242990654206vw
  }
}

@media print,
screen and (min-width:769px) {
  .l-pager {
    margin-top: 80px
  }
}

@media screen and (max-width:768px) {
  .l-pager {
    margin-top: 14.018691588785046vw
  }
}

.l-pager ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center
}

.l-pager ul>li {
  font-family: Libre Franklin, sans-serif;
  font-weight: 600
}

@media print,
screen and (min-width:769px) {
  .l-pager ul>li {
    font-size: 1.6rem
  }
}

@media screen and (max-width:768px) {
  .l-pager ul>li {
    font-size: 3.504672897196262vw !important
  }
}

.l-pager ul>li.is__current {
  margin-left: .5em;
  margin-right: .5em
}

.l-pager ul>li>a {
  padding-left: .5em;
  padding-right: .5em
}

@media print,
screen and (min-width:769px) {
  .l-pager ul>li>a {
    transition-duration: .2s
  }
}

@media print,
screen and (min-width:769px) {
  .l-pager ul>li>a:hover {
    color: #db2634
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline {
    padding-left: 40px;
    padding-right: 40px
  }
}

.common-settings#Guideline .guideline {
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline {
    max-width: 768px
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>header {
    margin-bottom: 35px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>header {
    margin-bottom: 7.009345794392523vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.common-settings#Guideline .guideline>header>p {
  text-align: justify;
  line-height: 1.95;
  letter-spacing: .05em
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>header>p {
    font-size: 1.5rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>header>p {
    font-size: 3.037383177570093vw !important
  }
}

.common-settings#Guideline .guideline>nav {
  background: #fff
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>nav {
    margin-bottom: 45px;
    padding: 20px 25px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>nav {
    margin-bottom: 9.345794392523365vw;
    padding-top: 3.738317757009346vw;
    padding-bottom: 3.738317757009346vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.common-settings#Guideline .guideline>nav>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.common-settings#Guideline .guideline>nav>ul>li {
  border-radius: 3px;
  border: solid 1px #d6d6d6;
  box-sizing: border-box;
  font-weight: 700;
  text-align: center
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>nav>ul>li {
    margin-right: 1.648351648351648%;
    width: 8.516483516483516%;
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>nav>ul>li {
    margin-right: 1.5625%;
    width: 18.75%;
    font-size: 3.037383177570093vw !important
  }
}

@media screen and (max-width:768px) {

  .common-settings#Guideline .guideline>nav>ul>li:nth-child(5n),
  .common-settings#Guideline .guideline>nav>ul>li:last-child {
    margin-right: 0
  }
}

.common-settings#Guideline .guideline>nav>ul>li:last-child {
  margin-right: 0 !important
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>nav>ul>li:nth-child(n+6) {
    margin-top: 1.401869158878505vw
  }
}

.common-settings#Guideline .guideline>nav>ul>li a {
  display: block;
  color: #000
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>nav>ul>li a {
    padding-top: .4em;
    padding-bottom: .4em;
    transition-duration: .2s
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>nav>ul>li a {
    padding-top: .934579439252336vw;
    padding-bottom: .934579439252336vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>nav>ul>li a:hover {
    background: #000299;
    color: #fff
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main {
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article:not(:last-child) {
    margin-bottom: 70px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article:not(:last-child) {
    margin-bottom: 9.345794392523365vw
  }
}

.common-settings#Guideline .guideline>main>article>dl>dt {
  line-height: 1;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dt {
    margin-bottom: 22px;
    padding-left: 16px;
    border-left: solid 4px #000299;
    font-size: 2rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dt {
    border-left: solid .9vw #000299;
    margin-bottom: 4.672897196261682vw;
    padding-left: 2.803738317757009vw;
    font-size: 4.205607476635514vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd {
    padding-left: 20px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dd {
    padding-left: 4.205607476635514vw
  }
}

.common-settings#Guideline .guideline>main>article>dl>dd ul li {
  position: relative;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li {
    padding-left: 15px;
    font-size: 1.5rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li {
    padding-left: 4.672897196261682vw;
    font-size: 3.037383177570093vw !important
  }
}

.common-settings#Guideline .guideline>main>article>dl>dd ul li:before {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background: #000299
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li:before {
    top: 6px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li:before {
    top: 3vw;
    width: 2.336448598130841vw;
    height: .467289719626168vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li:not(:last-child) {
    margin-bottom: 4.205607476635514vw
  }
}

.common-settings#Guideline .guideline>main>article>dl>dd ul li a {
  color: #000;
  letter-spacing: .06em
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li a:hover .ttl {
    color: #db2634
  }
}

.common-settings#Guideline .guideline>main>article>dl>dd ul li a .ttl,
.common-settings#Guideline .guideline>main>article>dl>dd ul li a .icon {
  vertical-align: middle
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li a .ttl {
    transition-duration: .2s
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li a .icon {
    margin-left: 12px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li a .icon {
    margin-left: 2.336448598130841vw
  }
}

.common-settings#Guideline .guideline>main>article>dl>dd ul li a .icon img {
  vertical-align: middle
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li a .icon img {
    width: 18px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>main>article>dl>dd ul li a .icon img {
    width: 4.205607476635514vw
  }
}

.common-settings#Guideline .guideline>aside {
  border-top: solid 2px #fff
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside {
    margin-top: 60px;
    padding-top: 60px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside {
    margin-top: 11.682242990654206vw;
    padding-top: 11.682242990654206vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.common-settings#Guideline .guideline>aside .other>header {
  text-align: justify;
  line-height: 1.95;
  letter-spacing: .04em
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside .other>header {
    margin-bottom: 50px;
    font-size: 1.5rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside .other>header {
    margin-bottom: 5.841121495327103vw;
    font-size: 3.037383177570093vw !important
  }
}

.common-settings#Guideline .guideline>aside .other>article {
  background: #fff;
  border-radius: 5px
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside .other>article {
    padding: 50px 30px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside .other>article {
    padding-top: 8.177570093457945vw;
    padding-left: 4.672897196261682vw;
    padding-right: 4.672897196261682vw;
    padding-bottom: 9.345794392523365vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside .other>article dl:not(:last-child) {
    margin-bottom: 60px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside .other>article dl:not(:last-child) {
    margin-bottom: 9.345794392523365vw
  }
}

.common-settings#Guideline .guideline>aside .other>article dl>dt {
  margin-bottom: .8em;
  border-left: solid 4px #000299;
  font-weight: 700;
  line-height: 1.6
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside .other>article dl>dt {
    padding-left: 16px;
    font-size: 2rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside .other>article dl>dt {
    padding-left: 2.803738317757009vw;
    font-size: 4.205607476635514vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside .other>article dl>dd {
    padding-left: 20px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside .other>article dl>dd {
    padding-left: 3.738317757009346vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Guideline .guideline>aside .other>article dl>dd>p {
    font-size: 1.5rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Guideline .guideline>aside .other>article dl>dd>p {
    font-size: 3.037383177570093vw !important
  }
}

.common-settings#Guideline .guideline>aside .other>article dl>dd>p:not(:last-child) {
  margin-bottom: .8em
}

@media print,
screen and (min-width:769px) {
  .common-settings#Lineup {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Lineup {
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Lineup .lineup main {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

.common-settings#Sale {
  background: #fff
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale {
    padding-top: 60px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale {
    margin-top: 7.009345794392523vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header {
    padding-left: 40px;
    padding-right: 40px
  }
}

.common-settings#Sale .sale>header.nosale {
  text-align: center;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header.nosale {
    padding-top: 30px;
    padding-bottom: 100px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header.nosale {
    padding-top: 9.345794392523365vw;
    padding-bottom: 9.345794392523365vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

.common-settings#Sale .sale>header.nosale>h2 {
  border: dotted 0 #000299;
  border-width: 1px 0;
  color: #000299
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header.nosale>h2 {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 2rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header.nosale>h2 {
    padding-top: 9.345794392523365vw;
    padding-bottom: 9.345794392523365vw;
    font-size: 4.205607476635514vw !important
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .eyecatch {
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header .eyecatch {
    margin-bottom: 9.345794392523365vw
  }
}

.common-settings#Sale .sale>header .eyecatch picture {
  display: block
}

.common-settings#Sale .sale>header .eyecatch picture img {
  width: 100%;
  vertical-align: bottom
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

.common-settings#Sale .sale>header .infobnr--ttl {
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr--ttl {
    margin-bottom: 20px;
    width: 37.4%
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header .infobnr--ttl {
    width: 62.616822429906534%;
    margin-bottom: 4.672897196261682vw
  }
}

.common-settings#Sale .sale>header .infobnr--ttl picture {
  display: block
}

.common-settings#Sale .sale>header .infobnr--ttl picture img {
  width: 100%;
  vertical-align: bottom
}

.common-settings#Sale .sale>header .infobnr--imgs {
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr--imgs {
    max-width: 790px;
    width: 79%
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header .infobnr--imgs {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr--imgs>li {
    margin-right: 2.531645569620253%;
    width: 31.645569620253166%
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header .infobnr--imgs>li {
    width: 48.4375%
  }
}

@media print,
screen and (min-width:769px) {

  .common-settings#Sale .sale>header .infobnr--imgs>li:nth-child(3n),
  .common-settings#Sale .sale>header .infobnr--imgs>li:last-child {
    margin-right: 0
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr--imgs>li:nth-child(n+4) {
    margin-top: 20px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>header .infobnr--imgs>li:nth-child(n+3) {
    margin-top: 2.803738317757009vw
  }
}

.common-settings#Sale .sale>header .infobnr--imgs>li a {
  display: block
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr--imgs>li a:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(.5);
    filter: brightness(.5)
  }
}

.common-settings#Sale .sale>header .infobnr--imgs>li a img {
  width: 100%;
  vertical-align: bottom
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>header .infobnr--imgs>li a img {
    transition-duration: .3s
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main {
    margin-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main {
    margin-top: calc(163 / 768 * 100vw);
    padding-bottom: 16.35514018691589vw
  }
}

.common-settings#Sale .sale>main .sortnav {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 20px;
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
    
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .sortnav {
    gap: calc(24 / 768 * 100vw);
  }
}

.common-settings#Sale .sale>main .sortnav:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  pointer-events: none;
  z-index: 1
}

/* @media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav:before {
    background: url(../images/_common/deco/decoline.svg) left top repeat-x;
    background-size: 114px auto;
    aspect-ratio: 1000/14
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .sortnav:before {
    background: url(../images/_common/deco/decoline.svg) left top repeat-x;
    background-size: 26.6vw auto;
    aspect-ratio: 3.84/1.4
  }
} */

.common-settings#Sale .sale>main .sortnav--btn {
  margin: 0;
  padding: 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: solid 2px #000299;
  box-sizing: border-box;
  color: #000299;
  cursor: pointer;
  z-index: 2;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 700;
}


@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn {
    padding-top: 12px;
    padding-bottom: 12px;
    width: 22.400000000000002%;
    font-size: 1.6rem;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .sortnav--btn {
    width: 37.38317757009346%;
    padding-top: 2.336448598130841vw;
    padding-bottom: 2.336448598130841vw;
    font-size: 3.738317757009346vw !important
  }
}

.common-settings#Sale .sale>main .sortnav--btn[data-status=current] {
  background: #000299;
  color: #fff;
  pointer-events: none
}

.common-settings#Sale .sale>main .sortnav--btn[data-status=current]>.icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.common-settings#Sale .sale>main .sortnav--btn[data-status=current]>.icon svg path {
  fill: #fff
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn:hover {
    background: #000299;
    color: #fff
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn:hover>.icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn:hover>.icon svg path {
    fill: #fff
  }
}



.common-settings#Sale .sale>main .sortnav--btn>.icon,
.common-settings#Sale .sale>main .sortnav--btn>.ttl {
  display: block;
  line-height: 1
}

.common-settings#Sale .sale>main .sortnav--btn>.icon {
  opacity: .1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn>.icon {
    margin-right: .5em;
    width: 16px;
    transition-duration: .3s
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .sortnav--btn>.icon {
    margin-right: 1.168224299065421vw;
    width: 3.738317757009346vw
  }
}

.common-settings#Sale .sale>main .sortnav--btn>.icon svg {
  vertical-align: bottom
}

.common-settings#Sale .sale>main .sortnav--btn>.icon svg path {
  fill: #000299
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn>.icon svg path {
    transition-duration: .3s
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .sortnav--btn>.ttl {
    padding-right: 18px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .sortnav--btn>.ttl {
    padding-right: 1.869158878504673vw
  }
}

.common-settings#Sale .sale>main .attention {
  position: relative;
  border: solid 0 #db2634;
  border-width: 2px 0;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .attention {
    margin-top: 40px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 1.5rem;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .attention {
    margin-left: auto;
    margin-right: auto;
    width: 89.7196261682243%;
    margin-top: 4.672897196261682vw;
    padding-top: 5.841121495327103vw;
    padding-bottom: 5.841121495327103vw;
    font-size: 3.504672897196262vw !important
  }
}

.common-settings#Sale .sale>main .attention:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  display: block;
  background: url(../images/_common/icon/icon_attention.svg) center center no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: .08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  aspect-ratio: 93.45/83.01
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .attention:before {
    width: 9.4%
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .attention:before {
    width: 21.72897196261682vw
  }
}

.common-settings#Sale .sale>main .attention>p {
  position: relative;
  line-height: 1.6;
  letter-spacing: .06em;
  color: #db2634;
  z-index: 2
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .attention>p {
    text-align: center
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail {
    margin-top: 110px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .saledetail {
    margin-top: 7.009345794392523vw;
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block {
    padding-left: 5.1%;
    padding-right: 5.1%;
    padding-bottom: 60px
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block:not(:last-child) {
    margin-bottom: 135px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .saledetail--block:not(:last-child) {
    margin-bottom: 15.186915887850468vw
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block[data-type=nintendo] {
    border: solid 2px #e60012
  }
}

.common-settings#Sale .sale>main .saledetail--block[data-type=nintendo]>header {
  background: #e60012
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block[data-type=sony] {
    border: solid 2px #0070cc
  }
}

.common-settings#Sale .sale>main .saledetail--block[data-type=sony]>header {
  background: #0070cc
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block[data-type=steam] {
    border: solid 2px #b4a5aa
  }
}

.common-settings#Sale .sale>main .saledetail--block[data-type=steam]>header {
  background: #b4a5aa
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block[data-type=pickup] {
    border: solid 2px #FF9F1A
  }
}

.common-settings#Sale .sale>main .saledetail--block[data-type=pickup]>header {
  background: #FF9F1A
}

.common-settings#Sale .sale>main .saledetail--block>header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block>header {
    padding: 25px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media screen and (max-width:1200px) {
  .common-settings#Sale .sale>main .saledetail--block>header {
    padding: 20px 15px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .saledetail--block>header {
    margin-bottom: 4.672897196261682vw;
    padding-top: 2.336448598130841vw;
    padding-bottom: 2.336448598130841vw
  }
}

.common-settings#Sale .sale>main .saledetail--block>header>h3 {
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block>header>h3 {
    font-size: 3.2rem
  }
}

@media screen and (max-width:1200px) {
  .common-settings#Sale .sale>main .saledetail--block>header>h3 {
    font-size: 2.8rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .saledetail--block>header>h3 {
    font-size: 4.672897196261682vw !important
  }
}

.common-settings#Sale .sale>main .saledetail--block>header>time {
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>main .saledetail--block>header>time {
    font-size: 1.4rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>main .saledetail--block>header>time {
    font-size: 2.803738317757009vw !important
  }
}

.common-settings#Sale .sale>footer {
  background: #f8f8f8
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer {
    padding-top: 70px;
    padding-bottom: 72px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>footer {
    padding-top: 11.682242990654206vw;
    padding-bottom: calc((86 / 768) * 100vw);
    padding-left: 5.14018691588785%;
    padding-right: 5.14018691588785%
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer>article {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px
  }
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer>article:not(:last-child) {
    margin-bottom: 35px
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>footer>article:not(:last-child) {
    margin-bottom: 7.009345794392523vw
  }
}

.common-settings#Sale .sale>footer>article.attention>dl>dt {
  letter-spacing: .15em;
  line-height: 1;
  font-family: Zen Kaku Gothic Antique, sans-serif;
  font-weight: 900
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer>article.attention>dl>dt {
    margin-bottom: 1.2em;
    font-size: 1.8rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>footer>article.attention>dl>dt {
    margin-bottom: 1.2em;
    font-size: 3.504672897196262vw !important
  }
}

.common-settings#Sale .sale>footer>article.attention>dl>dd>p {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  font-weight: 700
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer>article.attention>dl>dd>p {
    font-size: 1.3rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>footer>article.attention>dl>dd>p {
    font-size: 3.037383177570093vw !important
  }
}

.common-settings#Sale .sale>footer>article.attention>dl>dd>p:not(:last-child) {
  margin-bottom: .5em
}

.common-settings#Sale .sale>footer>article.titlecr>p {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .05em
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer>article.titlecr>p {
    font-size: 1rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>footer>article.titlecr>p {
    font-size: 2.336448598130841vw !important
  }
}

.common-settings#Sale .sale>footer>article.titlecr>p:not(:last-child) {
  margin-bottom: .6em
}

.common-settings#Sale .sale>footer>article.hardcr>p {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: .05em
}

@media print,
screen and (min-width:769px) {
  .common-settings#Sale .sale>footer>article.hardcr>p {
    font-size: 1rem
  }
}

@media screen and (max-width:768px) {
  .common-settings#Sale .sale>footer>article.hardcr>p {
    font-size: 2.336448598130841vw !important
  }
}

.common-settings#Sale .sale>footer>article.hardcr>p:not(:last-child) {
  margin-bottom: .6em
}


/*  legal   */
@media print,
screen and (min-width:769px) {
  .common-settings#Legal {
    background: #fff;
    padding: 60px 40px 0 40px;
  }
}

@media screen and (max-width:768px) {
  .common-settings#Legal {
    background: #fff;
    padding: calc((70 / 768) * 100vw) 0 0 0;
  }
}


@media print,
screen and (min-width:769px) {
  .common-settings#Legal .legal {
    max-width: 960px;
    margin: 0 auto;
  }
  
  .common-settings#Legal .legal p{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
  }
  
  .common-settings#Legal .legal p + p{
    margin: 30px 0 0 0;
  }
  
  .common-settings#Legal .legal p span{
    font-size: 1.2rem;
  }
}

@media screen and (max-width:768px) {
  .common-settings#Legal .legal {
    max-width: calc((688 / 768) * 100vw);
    margin: 0 auto;
  }
  
  .common-settings#Legal .legal p{
    font-size: calc((26 / 768) * 100vw);
    font-weight: 400;
    line-height: 1.8;
  }
  
  .common-settings#Legal .legal p + p{
    margin: calc((60 / 768) * 100vw) 0 0 0;
  }
  
  .common-settings#Legal .legal p span{
    font-size: calc((24 / 768) * 100vw);
  }
}

.legalStyle .l-footer {
  margin-top: 0 !important;
}

@media print,
screen and (min-width:769px) {
  .saleStyle .legal-btn{
    width: 343px;
    margin: 42px 0 0 0;
  }
}

@media screen and (max-width:768px) {
  .saleStyle .legal-btn{
    margin: calc((70 / 768) * 100vw) 0 0 0;
  }
}
