@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  background: transparent;
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
/*----------------------------------------------------
	.page
----------------------------------------------------*/
.page .inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .inner {
    width: 90%;
  }
}
.page img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
.page _:-ms-input-placeholder,
.page img {
  width: 100%;
  vertical-align: middle;
}
.page .anchor {
  margin-top: 116px;
}
@media screen and (max-width: 768px) {
  .page .anchor {
    margin-top: 0;
    padding-top: 0;
  }
}
.block_of_genretree {
  display: none !important;
}

.pane-left-menu {
  display: none !important;
}

.pane-main {
  max-width: 1200px !important;
  width: 100% !important;
  margin-bottom: 0px !important;
  padding-top: 0 !important;
}

.pane-contents {
  margin-top: 0 !important;
}
.pane-contents .container {
  display: block !important;
  margin: 0 auto !important;
  max-width: 1200px !important;
  /* overflow: hidden !important; */
}

.block-thumbnail-t--items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-recent-item {
  display: none !important;
}
.wrapper{
  overflow-x: hidden !important;
}
.pane-right-menu {
  display: none !important;
}
#ladies-skirt50{
  margin-bottom: 60px !important;
}
.block-thumbnail-t .block-thumbnail-t--items.swiper-wrapper{
  flex-wrap: wrap !important;
  gap: 30px 2.85% !important;
  justify-content: center !important;
}
.block-thumbnail-t .block-thumbnail-t--goods{
  width: 21.875% !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .block-thumbnail-t .block-thumbnail-t--goods{
    width: 100% !important;
  }
  #ladies-skirt50{
    margin-bottom: 10.4vw !important;
  }
}

#header {
  height: unset !important;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

.no_padding {
  padding: 0 !important;
}
/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/

/*----------------------------------------------------
	フッター
----------------------------------------------------*/

.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

.no_padding {
  padding: 0 !important;
}

.page {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  /* kv
  ---------------------------------*/
  /* tab
  ---------------------------------*/
  /* nav
  ---------------------------------*/
  /* sec
  ---------------------------------*/
  /* cart
  ---------------------------------*/
  /* online
  ---------------------------------*/
  /* flyer
  ---------------------------------*/
  /* cashless
  ---------------------------------*/
  /* online_cp
  ---------------------------------*/
  /* recommend
  ---------------------------------*/
  /* brand
  ---------------------------------*/
  /* banner
  ---------------------------------*/
  /* cont配下のページ設定？
  ---------------------------------*/
}
.page-inner {
  width: 100%;
  max-width: 980px;
  margin: auto;
  background: #fff;
  padding: 0.1px 0;
}
@media screen and (max-width: 768px) {
  .page-inner {
    width: 100%;
  }
}
.page-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page-title {
    font-size: 5.2vw;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.page-title:before, .page-title:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 47px;
  border-right: 4px solid #000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-title:before, .page-title:after {
    width: 0.8vw;
    height: 7.8vw;
    border-right: 0.8vw solid #000;
  }
}
.page-title:before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -20px;
}
@media screen and (max-width: 768px) {
  .page-title:before {
    left: -3.9vw;
  }
}
.page-title:after {
  left: 20px;
}
@media screen and (max-width: 768px) {
  .page-title:after {
    left: 3.9vw;
  }
}
.page-title.is-large {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .page-title.is-large {
    font-size: 5.5vw;
  }
}
.page .c-btn {
  position: relative;
  width: 470px;
  margin: 40px auto 0;
  padding: 17px 0 21px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #707070;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page .c-btn {
    width: 62vw;
    margin: 7.8vw auto 0;
    font-size: 3vw;
    padding: 1.7vw 0 1.7vw 0;
    line-height: 6.5vw;
    border: solid 0.3vw #707070;
  }
}
.page .c-btn::after {
  background-image: url("/ec/img/event/blackfriday/common/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .c-btn::after {
    width: 1.1vw;
    height: 2.2vw;
    right: 2.6vw;
    top: 0.8vw;
  }
}
.page .c-btn * {
  color: #434343;
}
/* .page .kv {
  overflow: hidden;
} */
.page .kv h1 {
  min-width: 1920px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .page .kv h1 {
    min-width: 190vw;
  }
}
@media screen and (max-width: 768px) {
  .page .kv h1 {
    min-width: 100%;
  }
}
.page .kv h1 img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .kv img {
    width: 100%;
  }
}
.page .kv_date {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #000000;
  padding: 5px 0 6px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .kv_date {
    max-width: 100%;
    font-size: 4.4vw;
    padding: 2.6vw 0 2.7vw 0;
  }
}
.page .kv_date::after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page .kv_date time {
  font-size: 24px;
  line-height: 1.6;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .page .kv_date time {
    font-size: 5.3vw;
  }
}
.page .tab {
  margin: 0 auto 0;
  padding: 60px 0 0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .page .tab {
    max-width: 100%;
    width: 90%;
    margin: auto;
    padding: 6.5vw 0 0;
    margin: 0 auto 10vw;
  }
}
.page .tab ul {
  border-bottom: 1px solid #979797;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* @media screen and (max-width: 768px) {
  .page .tab ul {
    border: 0.3vw solid #979797;
  }
} */
.page .tab ul li {
  font-family: "roboto", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .page .tab ul li {
    font-size: 6.3vw;
  }
}
.page .tab ul li a {
  display: block;
  max-width: 490px;
  height: 80px;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .page .tab ul li a {
    height: 13vw;
    line-height: 13vw;
  }
}
/* .page .tab ul li:nth-child(1) {
  border-right: 2px solid #979797;
}
@media screen and (max-width: 768px) {
  .page .tab ul li:nth-child(1) {
    border-right: 0.3vw solid #979797;
  }
} */
.page .tab ul li:nth-child(1) a {
  position: relative;
  color: #004890;
}
.page.mens .tab ul li:nth-child(1) a::after {
    content: " ";
    position: absolute;
    width: 280px;
    height: 7px;
    background-color: #004890;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page.mens .tab ul li:nth-child(1) a::after {
    width: 26.2vw;
    height: 1vw;
  }
}
.page.mens .tab ul li:nth-child(2) a {
  color: #979797;
  position: relative;
}
.page.mens .tab ul li:nth-child(2) a::after {
  content: " ";
  position: absolute;
  width: 280px;
  height: 7px;
  background-color: #979797;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page.mens .tab ul li:nth-child(2) a::after {
    width: 26.2vw;
    height: 1vw;
  }
}
.page .nav-anchor {
  width: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  width: 94px;
}
@media screen and (max-width: 768px) {
  .page .nav-anchor {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page .nav-anchor__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page .nav-anchor__list.is-column-6 li {
    background-size: auto 84%;
    width: 16.6666666667%;
  }
  .page .nav-anchor__list.is-column-5 li {
    background-size: auto 66%;
    width: 20%;
  }
  .page .nav-anchor__list.is-column-4 li {
    background-size: auto 88%;
    width: 25%;
  }
  .page .nav-anchor__list.is-column-3 li {
    background-size: 56% auto;
    width: 33.3333333333%;
  }
  .page .nav-anchor__list.is-column-3 li.is-50off {
    background-size: 80% auto !important;
    background-image: url("/ec/img/event/blackfriday/common/nav/is-50off-l.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-40off {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-40off-l.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-30off {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-30off-l.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-20off {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-20off-l.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-20-10off {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-20-10off.png");
    background-size: 52% auto;
  }
  .page .nav-anchor__list.is-column-3 li.is-other {
    background-color: #fff;
    background-image: url("/ec/img/event/blackfriday/common/nav/is-other-l.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-online {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-online-l_02.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-wbnr {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-wbnr-l.png");
  }
  .page .nav-anchor__list.is-column-3 li.is-recommend {
    background-image: url("/ec/img/event/blackfriday/common/nav/is-recommend.png");
  }
  .page .nav-anchor__list.is-column-2 li {
    background-size: auto 100%;
    width: 50%;
  }
}
.page .nav-anchor__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  height: 94px;
}
.page .nav-anchor__item.is-50off {
  background-color: #FF0000;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-50off.png");
}
.page .nav-anchor__item.is-40off {
  background-color: #FF3333;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-40off.png");
}
.page .nav-anchor__item.is-30off {
  background-color: #FF6666;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-30off.png");
}
.page .nav-anchor__item.is-20off {
  background-color: #FF9999;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-20off.png");
}
.page .nav-anchor__item.is-20-10off {
  background-color: #FF9999;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-20-10off.png");
}
.page .nav-anchor__item.is-10off {
  background-color: #FFCCCC;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-10off.png");
}
.page .nav-anchor__item.is-other {
  background-color: #fff;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-other.png");
}
.page .nav-anchor__item.is-online {
  background-color: #357FC8;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-online_02.png?250326");
  background-size: auto 60%;
}
.page .nav-anchor__item.is-wbnr {
  background-color: #fff;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-wbnr.png");
  border: 4px solid #FF0014;
}
.page .nav-anchor__item.is-recommend {
  background-color: #FFFF00;
  background-image: url("/ec/img/event/blackfriday/common/nav/is-recommend.png");
  background-size: auto 60% !important;
}
@media screen and (max-width: 768px) {
  .page .nav-anchor__item {
    height: 20.1vw;
  }
  .page .nav-anchor__item.is-wbnr {
    border: 2px solid #FF0014;
  }
}
.page .nav-anchor__item a {
  display: block;
  width: 100%;
  height: 100%;
}
.page .fukubukuro {
  max-width: 728px;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .fukubukuro {
    max-width: unset;
    width: 100%;
    margin-bottom: 10.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page .fukubukuro_title {
    max-width: 70vw;
  }
}
.page .fukubukuro_bnr {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .fukubukuro_bnr {
    margin-top: 4.2vw;
    max-width: 89.6vw;
  }
}
.page .fukubukuro_link {
  margin: 30px auto 0;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .fukubukuro_link {
    margin-top: 3.3vw;
    font-size: 3.9vw;
  }
}
.page .fukubukuro_link::after {
  content: "";
  background-image: url("/ec/img/event/blackfriday/common/arrow-right_fukubukuro.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 7px;
  height: 14px;
  position: absolute;
  right: -15px;
  top: 40%;
}
@media screen and (max-width: 768px) {
  .page .fukubukuro_link::after {
    width: 1.3vw;
    height: 2.6vw;
    right: -11%;
    top: 35%;
  }
}
.page .down {
  margin: 0 auto 80px !important;
}
@media screen and (max-width: 768px) {
  .page .down {
    max-width: unset;
    width: 100%;
    margin-bottom: 10.4vw !important;
  }
}
.page .down_img {
  max-width: 728px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .down_img {
    max-width: 89.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .down .main-section {
  padding: 0 19px;
}
@media screen and (max-width: 768px) {
  .page .down .main-section {
    padding: 0;
  }
}
.page .cm {
  margin-bottom: 80px;
}
.page .cm .title {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .cm .title {
    margin: 0 auto 2.6vw;
    width: 48.7vw;
  }
}
.page .cm_movie {
  text-align: center;
  width: 100%;
}
.page .cm_movie .movie {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  max-width: 728px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .page .cm_movie .movie {
    max-width: 90.1vw;
  }
}
.page .cm_movie .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page .main {
  max-width: 1200px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  .page .main {
    margin: 13vw auto;
    padding: 0;
  }
}
.page .main__top {
  width: 96%;
  margin: 0 auto 85px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page .main__top {
    width: 89.6vw;
    margin: 0 auto 11.1vw;
  }
}
.page .main__top_link {
  position: absolute;
  display: block;
  width: 51%;
  height: 42px;
  right: 175px;
  bottom: 0;
  border-bottom: 2px solid #004aad;
}
@media screen and (max-width: 768px) {
  .page .main__top_link {
    width: 100%;
    right: unset;
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border-bottom: 0.5vw solid #004aad;
  }
}
.page .main .sec_title_bnr {
  display: block;
  margin: 0 auto 64px;
}
@media screen and (max-width: 768px) {
  .page .main .sec_title_bnr {
    max-width: 89.6vw;
    margin-bottom: 6.5vw;
  }
}
.page .main-section {
  width: 100%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .main-section {
    margin-bottom: 19.5vw;
  }
}
.page .main-section:last-child {
  margin-bottom: 0;
}
.page .main-section__head {
  position: relative;
  font-size: 115px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .main-section__head {
    width: 89.6vw;
    font-size: 18.2vw;
    margin: 0 auto 5.2vw;
  }
}
.page .main-section__head span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
}
.page .main-section__head span:last-child b {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .page .main-section__head span:last-child b {
    padding-right: 2.6vw;
  }
}
.page .main-section__head span:last-child b:after {
  content: "%OFF";
  font-size: 64px;
}
@media screen and (max-width: 768px) {
  .page .main-section__head span:last-child b:after {
    font-size: 10.4vw;
  }
}
.page .main-section__head, .page .main-section__head b {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #FF0014;
}
.page .main-section__head:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 10px;
  background: #FF0014;
}
@media screen and (max-width: 768px) {
  .page .main-section__head:before {
    height: 1.3vw;
  }
}
.page .main-section__head.is-text {
  text-align: center;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .page .main-section__head.is-text {
    font-size: 5.2vw;
  }
}
.page .main-section__head.is-text * {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 700;
  line-height: 1.5;
}
.page .main-section__head.is-text span {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .page .main-section__head.is-text span {
    padding: 0 2.6vw;
  }
}
.page .main-section__head.is-text b {
  display: block;
  font-size: 40px;
  line-height: 1.3;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .page .main-section__head.is-text b {
    font-size: 7.8vw;
  }
}
.page .main-section__head.is-text b:after {
  content: none !important;
}
.page .main-section__head.is-text small {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .page .main-section__head.is-text small {
    font-size: 4.9vw;
  }
}
.page .main-section__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto 35px;
}
@media screen and (max-width: 768px) {
  .page .main-section__title {
    width: 89.6vw;
    margin: 0 auto 5.1vw;
  }
}
.page .main-section__title b {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .main-section__title b {
    margin-left: 2.9vw;
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .main-section__title .long {
    padding: 0 2.6vw;
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 768px) {
  .page .main-section__title .long b {
    font-size: 3.4vw;
  }
}
.page .main-section__title span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 30px;
  font-size: 40px;
  font-weight: 700;
  font-family: "din-2014", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .main-section__title span {
    padding: 0 2vw;
    font-size: 6.4vw;
  }
}
.page .main-section__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 2px solid #707070;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.page .main-section__wrap {
  scroll-margin-top: 122px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page .main-section__wrap {
    margin-bottom: 10.4vw;
  }
}
/* .page .main-section__wrap:last-child {
  margin-bottom: 0;
} */

.page .main-section__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 36px auto;
}
.page .main-section__bnr a{
  max-width: 352px;
}
.page .main-section__bnr_title{
  max-width: 452px;
}
.page .main-section__bnr_title span{
  padding: 0 40px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .main-section__bnr {
    gap: 3.38vw;
    margin-top: 5.4vw;
  }
  .page .main-section__bnr a{
    max-width: 43.2vw;
  }
  .page .main-section__bnr_title{
    max-width: 89.58vw;
  }
  .page .main-section__bnr_title span{
    padding: 0 9.2vw;
    font-size: 5vw;
  }
}
.page .item__list {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .page .item__list {
    max-width: 100%;
    margin-bottom: 7.8vw;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-y: hidden;
    display: -webkit-box;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
  }
  .page .item__list::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
  }
}
.page .item__list li {
  width: 22.857%;
  margin-right: 2.85%;
  margin-top: 57px;
}
.page .item__list li:nth-child(4n), .page .item__list li:last-child {
  margin-right: 0;
}
.page .item__list li:nth-child(-n+4) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .page .item__list li {
    width: 100% !important;
    max-width: 50vw;
    margin-top: 0;
    margin-right: 4%;
    position: relative;
    overflow: visible;
  }
  .page .item__list li:last-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 100%;
    height: 1px;
    width: 6vw;
    background-color: transparent;
  }
}
.page .item__list li .item__list__img {
  width: 100%;
  display: block;
  margin: 0 auto 16px;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__img {
    margin: 0 auto 3.5vw;
    width: 43vw;
  }
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.page .item__list li .item__list__text {
  display: block;
  margin: 0 auto;
}
.page .item__list li .item__list__text .item--name {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4px;
  text-align: left;
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--name {
    font-size: 3.4vw;
    margin-bottom: 1vw;
  }
}
.page .item__list li .item__list__text .item--price {
  font-family: "din-2014", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-size: 22px;
  margin: 0 auto;
  font-weight: 900;
  color: #E50214;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--price {
    font-size: 4.4vw;
    margin-bottom: 1.6vw;
  }
}
.page .item__list li .item__list__text .item--price span {
  font-size: 12px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--price span {
    font-size: 2.6vw;
  }
}
.page .item__list li .item__list__text .item--retail_price {
  text-align: center;
  font-size: 12px;
  color: #333;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--retail_price {
    font-size: 2.1vw;
    margin-bottom: 1.3vw;
  }
}
.page .item__list li .item__list__text .item--retail_price:before, .page .item__list li .item__list__text .item--retail_price:after {
  display: inline-block;
  font-size: 12px;
  color: #333;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .page .item__list li .item__list__text .item--retail_price:before, .page .item__list li .item__list__text .item--retail_price:after {
    font-size: 2.1vw;
  }
}
.page .item__list li .item__list__text .item--retail_price:before {
  content: "店頭価格";
  margin-right: 2px;
}
.page .item__list li .item__list__text .item--retail_price:after {
  content: "の品";
  margin-left: 2px;
}
.page .reservation__btn {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .reservation__btn {
    font-size: 2.9vw;
  }
}
.page .reservation__btn a {
  color: #616161;
  text-decoration: underline;
}
.page .online {
  width: 100%;
  padding: 80px 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .online {
    padding: 7.8vw 2.6vw 11.3vw;
  }
}
.page .online__btn {
  width: 532px;
  margin: 50px auto 0;
  background-color: #D10035;
}
@media screen and (max-width: 768px) {
  .page .online__btn {
    width: 78.1vw;
  }
}
.page .online__btn .btn {
  padding: 12.5px 0;
  position: relative;
  text-align: center;
  line-height: 1;
  display: block;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .page .online__btn .btn {
    padding: 2.9vw 0;
  }
}
.page .online__btn .btn .sb {
  font-size: 58px;
  font-weight: Bold;
  font-family: "din-2014", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .online__btn .btn .sb {
    font-size: 9.2vw;
  }
}
.page .online__btn .btn b {
  font-size: 28px;
  font-weight: Bold;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .online__btn .btn b {
    font-size: 4.6vw;
    line-height: 6.5vw;
  }
}
.page .online__btn .btn .arrow_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 768px) {
  .page .online__btn .btn .arrow_right {
    right: 2.6vw;
  }
}
.page .online__btn .btn .arrow_right:after {
  background-image: url("/ec/img/event/blackfriday/arrow-outlet.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 29px;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .page .online__btn .btn .arrow_right:after {
    width: 6.1vw;
    height: 1.8vw;
  }
}
.page .online__tit {
  display: inline-block;
  width: 96%;
  max-width: 728px;
  background: #fff;
  padding: 19px;
  font-size: 40px;
  line-height: 1.2;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 900;
  text-align: center;
  color: #004890;
  margin: 0 auto 39px;
}
@media screen and (max-width: 768px) {
  .page .online__tit {
    width: 89.6vw;
    padding: 3vw;
    font-size: 5.2vw;
    margin: 0 auto 5.5vw;
  }
}
.page .online__bnr {
  max-width: 728px;
  width: 100%;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .page .online__bnr {
    max-width: 100%;
    width: 90%;
    margin: 5.2vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free {
    margin: 0 auto 0;
  }
}
.page .online .free__tit {
  font-size: 34px;
  font-weight: 900;
  line-height: 50px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
@media screen and (max-width: 768px) {
  .page .online .free__tit {
    font-size: 6vw;
    line-height: 8.2vw;
  }
}
.page .online .free .page__title:before,
.page .online .free .page__title:after {
  width: 90px;
  height: 4px;
  bottom: 43px;
}
@media screen and (max-width: 768px) {
  .page .online .free .page__title:before,
  .page .online .free .page__title:after {
    width: 15.2vw;
    bottom: 8.2vw;
    height: 0.5vw;
    width: 15.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free .page__title:before {
    left: 3.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free .page__title:after {
    right: 3.4vw;
  }
}
.page .online .free .item__list li {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page .online .free .item__list li {
    margin-bottom: 0;
  }
}
.page .online .free .item__anchor {
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .page .online .free .item__anchor {
    width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free .item__anchor {
    margin: 10.4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .page .online .free .item__anchor .btn {
    padding: 11px 0;
  }
  .page .online .free .item__anchor .btn b {
    font-size: 18px !important;
  }
}
@media screen and (min-width: 769px) {
  .page .online .free .item__anchors {
    max-width: 728px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.page .online .free .item__anchors .btn {
  padding: 7px 0 !important;
}
.page .online .free .item__anchors .btn b {
  font-size: 18px !important;
}
@media screen and (max-width: 768px) {
  .page .online .free .item__anchors {
    margin: 11.5vw auto 0;
  }
}
.page .online .free .bulk-slacks__bnr {
  max-width: 728px;
  width: 100%;
  text-align: center;
  margin: 85px auto 50px;
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-slacks__bnr {
    max-width: 100vw;
    width: 100%;
    text-align: center;
    margin: 13vw 0 8.1vw 0;
  }
}
.page .online .free .bulk-slacks--02__bnr {
  max-width: 728px;
  width: 100%;
  text-align: center;
  margin: 100px auto 50px;
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-slacks--02__bnr {
    max-width: 100vw;
    width: 100%;
    text-align: center;
    margin: 13vw 0 8.1vw 0;
  }
}
.page .online .free .bulk-slacks--02 .item__anchor {
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .page .online .free .bulk-slacks--02 .item__anchor {
    width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-slacks--02 .item__anchor {
    margin: 10.4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .page .online .free .bulk-slacks--02 .item__anchor .btn {
    padding: 11px 0;
  }
}
.page .online .free .bulk-shirts__bnr {
  max-width: 728px;
  width: 100%;
  text-align: center;
  margin: 105px auto 46px;
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-shirts__bnr {
    max-width: 100vw;
    width: 100%;
    text-align: center;
    margin: 13vw 0 8.1vw 0;
  }
}
.page .online .free .bulk-shirts__text {
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.page .online .free .bulk-shirts .item__anchor {
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .page .online .free .bulk-shirts .item__anchor {
    width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-shirts .item__anchor {
    margin: 10.4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .page .online .free .bulk-shirts .item__anchor .btn {
    padding: 11px 0;
  }
}
.page .online .free .bulk-underwears__bnr {
  max-width: 728px;
  width: 100%;
  text-align: center;
  margin: 100px auto 46px;
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-underwears__bnr {
    max-width: 100vw;
    width: 100%;
    text-align: center;
    margin: 13vw 0 8.1vw 0;
  }
}
.page .online .free .bulk-underwears .item__anchor {
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .page .online .free .bulk-underwears .item__anchor {
    width: 350px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page .online .free .bulk-underwears .item__anchor {
    margin: 10.4vw auto 0;
  }
}
@media screen and (min-width: 769px) {
  .page .online .free .bulk-underwears .item__anchor .btn {
    padding: 11px 0;
  }
}
.page .online .online_item {
  background-color: #FFFCDE;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .page .online .online_item {
    padding: 7.8vw 0 10.4vw;
  }
}
.page .online .page-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .page .online .page-title {
    margin-bottom: 5.9vw;
  }
}
.page .online .main-section__wrap {
  width: 96%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .online .main-section__wrap {
    margin-bottom: 5.2vw;
  }
}
.page .online .main-section__head span {
  background: #EEEEEE;
}
.page .online .main-section__head span:last-child b {
  padding-right: 0 !important;
}
.page .online .main_section_banner {
  max-width: 1200px;
  width: 100%;
}
.page .online_bnr_top {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .online_bnr_top {
    font-size: 3.6vw;
    margin-bottom: 3.3vw;
  }
}
.page .online_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .online_bnr_list {
    max-width: 89.6vw;
  }
}
.page .online_bnr_item {
  width: 47%;
  margin-right: 3%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .online_bnr_item {
    margin-top: 5.2vw;
  }
}
.page .online_bnr_item:nth-of-type(2n) {
  margin-right: 0;
}
.page .online_bnr_item:last-of-type {
  margin-right: 0;
}
.page .online_bnr_item:nth-of-type(-n+2) {
  margin-top: 0;
}
.page .online_bnr_item_l{
  width: 100%;
}
.page .online .c-btn {
  margin-bottom: 0;
}
.page .bk_online {
  background-color: #EEEEEE;
}
.page .flyer {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .page .flyer {
    margin: 0 auto 13vw;
  }
}
.page .flyer .page__title {
  max-width: 635px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .flyer .page__title {
    max-width: 87vw;
  }
}
.page .flyer .page__title:before,
.page .flyer .page__title:after {
  background: #fff;
  width: 110px;
  bottom: 45px;
}
@media screen and (max-width: 768px) {
  .page .flyer .page__title:before,
  .page .flyer .page__title:after {
    width: 22.1vw;
    bottom: 11.7vw;
  }
}
@media screen and (max-width: 768px) {
  .page .flyer .page__title:before {
    left: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .page .flyer .page__title:after {
    right: 2vw;
  }
}
.page .flyer__main {
  margin: 44px auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .flyer__main {
    max-width: 87.8vw;
    margin: 7.3vw auto 0;
  }
}
.page .cashless {
  width: 100%;
  background: #FFFCDE;
  position: relative;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page .cashless {
    padding-top: 5.2vw;
    padding-bottom: 7.8vw;
  }
}
.page .cashless .shoponly_bnr {
  text-align: center;
}
.page .cashless .shoponly_bnr img {
  max-width: 728px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .cashless .shoponly_bnr img {
    max-width: 89.6vw;
    margin: 0 auto 5.2vw;
  }
}
.page .cashless .bnr_small {
  max-width: 378px;
  margin: 0 auto 96px;
}
@media screen and (max-width: 768px) {
  .page .cashless .bnr_small {
    max-width: 89.6vw;
    margin: 0 auto 14.6vw;
  }
}
.page .cashless .paypay_bnr {
  margin: 0 auto 50px;
  max-width: 728px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .cashless .paypay_bnr {
    max-width: 89.6vw;
    margin-bottom: 7.8vw;
  }
}
.page .cashless__item {
  text-align: center;
}
.page .cashless__item__paypay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 476px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .cashless__item__paypay {
    max-width: 89.6vw;
  }
}
.page .cashless__item__paypay .paypay_bnr {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page .cashless__item__paypay .paypay_bnr {
    margin-bottom: 2vw;
  }
}
.page .cashless__title {
  background: #FF0014;
  display: block;
  margin: 0 auto 60px;
  text-align: center;
  color: #FFFFFF;
  max-width: 728px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .cashless__title {
    margin-bottom: 10.2vw;
    max-width: 89.6vw;
  }
}
.page .cashless__title h2 {
  font-size: 40px;
  font-weight: 900;
  padding: 16.5px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page .cashless__title h2 {
    font-size: 5.2vw;
    line-height: 9.9vw;
    padding: 1.6vw 0;
  }
}
.page .cashless__coupon {
  max-width: 476px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .cashless__coupon {
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .cashless__pay--title {
  max-width: 687px;
  margin: auto;
}
.page .cashless__pay--main {
  margin: 30px auto 100px;
}
@media screen and (max-width: 768px) {
  .page .cashless__pay--main {
    max-width: 89.6vw;
    margin: 9.6vw auto 8.3vw;
  }
}
.page .cashless__payment {
  width: 100%;
  max-width: 476px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .cashless__payment {
    max-width: 89.6vw;
  }
}
.page .cashless__payment__title {
  max-width: 498px;
  margin: auto;
  margin-top: 45px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .page .cashless__payment__title {
    max-width: 90.9vw;
    padding-bottom: 5.2vw;
    margin-top: 7.8vw;
  }
}
.page .cashless__service {
  width: 100%;
  max-width: 476px;
  background: #fff;
  display: block;
  margin: 40px auto 0;
  border: 1px solid #333;
  padding: 19px 0 23px;
}
@media screen and (max-width: 768px) {
  .page .cashless__service {
    width: 89.6vw;
    max-width: 100%;
    margin: 5.3vw auto 0;
    padding: 4.2vw 0 6.5vw 0;
  }
}
.page .cashless__service__title {
  max-width: 605px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__title {
    max-width: 90.9vw;
    margin-bottom: 7.2vw;
  }
}
.page .cashless__service__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__text {
    font-size: 6.3vw;
  }
}
.page .cashless__service__text .sub {
  font-size: 11px;
  font-weight: 500;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__text .sub {
    font-size: 4.2vw;
    padding-top: 4vw;
  }
}
.page .cashless__service__note {
  font-size: 10px;
  font-weight: 500;
  margin-top: 24px;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__note {
    font-size: 3.1vw;
    margin-top: 5.6vw;
    line-height: 2.65;
  }
}
.page .cashless__service-img {
  max-width: 476px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .cashless__service-img {
    max-width: 89.6vw;
    margin-top: 13.8vw;
  }
}
.page .cashless__service__list {
  text-align: center;
}
.page .cashless__service__list ul {
  width: 397px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__list ul {
    width: 76.7vw;
    margin: 6.5vw auto 0;
  }
}
.page .cashless__service__list ul li {
  display: block;
  width: auto;
  height: 32px;
  margin: 37px 0 0;
}
@media screen and (min-width: 769px) {
  .page .cashless__service__list ul li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .cashless__service__list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .cashless__service__list ul li {
    width: 38.2vw;
    height: 100%;
    margin: 7vw 0 0;
  }
}
.page .cashless__service__list ul li img {
  max-height: 50px;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__list ul li img {
    max-height: 11.1vw;
  }
}
@media screen and (min-width: 769px) {
  .page .cashless__service__list ul li:last-child {
    margin: 35px auto 0;
  }
}
.page .cashless__service__list__text {
  margin: 30px 0 0;
}
.page .cashless__service__list__text p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .page .cashless__service__list__text p {
    font-size: 3.1vw;
  }
}
.page .cashless__bnr-m {
  max-width: 600px;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .page .cashless__bnr-m {
    width: 89.6vw;
    max-width: 100%;
    margin: 8.5vw auto 5.9vw;
  }
}
.page .cashless__bnr {
  max-width: 380px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  .page .cashless__bnr {
    width: 89.6vw;
    max-width: 100%;
    margin: 13.7vw auto 0;
  }
}
.page .cashless__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 978px;
  margin: auto;
  margin-top: 50px;
  padding: 0 19px;
}
@media screen and (max-width: 768px) {
  .page .cashless__footer {
    max-width: 89.6vw;
    margin: auto;
    margin-top: 5.1vw;
    margin-bottom: 10vw;
  }
}
.page .cashless__footer li {
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
  color: #434343;
}
@media screen and (max-width: 768px) {
  .page .cashless__footer li {
    font-size: 3.4vw;
    line-height: 5.1vw;
  }
}
.page .cashless__bottom-wrap {
  padding: 20px 0;
  background-color: #E50214;
}
@media screen and (max-width: 768px) {
  .page .cashless__bottom-wrap {
    padding: 2.6vw 0;
  }
}
.page .cashless__bottom-wrap .item__anchor {
  max-width: 280px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .cashless__bottom-wrap .item__anchor {
    max-width: 80.2vw;
    margin-bottom: 3.8vw;
    margin-top: 4.4vw;
  }
}
.page .cashless__bottom-wrap .item__anchor a {
  padding: 16px 0 14px 0;
}
@media screen and (max-width: 768px) {
  .page .cashless__bottom-wrap .item__anchor a {
    padding: 4vw 0 4vw 0;
  }
}
.page .cashless .shop__only__title {
  max-width: 443px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .cashless .shop__only__title {
    max-width: 78.5vw;
    margin-bottom: 6.5vw;
  }
}
.page .cashless .shop__only__bnr {
  max-width: 783px;
  margin: 0 auto 83px;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .page .cashless .shop__only__bnr {
    max-width: 89.6vw;
    margin-bottom: 13vw;
    padding: 0;
  }
}
.page .cashless .shop__only__bnr .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page .cashless .shop__only__bnr .list {
    margin-bottom: 3.1vw;
  }
}
.page .cashless .shop__only__bnr .list .item {
  max-width: 784px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .cashless .shop__only__bnr .list .item {
    max-width: 89.6vw;
    width: 100%;
  }
}
.page .cashless .shop__only__bnr .note {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .page .cashless .shop__only__bnr .note {
    font-size: 3.4vw;
  }
}
.page .cashless .event_heading {
  max-width: 442px;
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page .cashless .event_heading {
    max-width: 88.5vw;
    margin: 0 auto 5.2vw;
  }
}
.page .cashless_event {
  text-align: center;
}
.page .cashless_event_bnr {
  display: block;
  max-width: 728px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .page .cashless_event_bnr {
    width: 89.6vw;
    margin-bottom: 16.7vw;
  }
}
.page .cashless_event .store_event_big {
  display: block;
  max-width: 532px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .cashless_event .store_event_big {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 3.1vw;
  }
}
.page .cashless_event .store_event_list {
  max-width: 794px;
  margin: 0 auto 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .page .cashless_event .store_event_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 89.6vw;
    margin-bottom: 16.7vw;
  }
}
.page .cashless_event .store_event_item {
  width: 47.4%;
  margin: 0 5.2% 0 0;
}
@media screen and (max-width: 768px) {
  .page .cashless_event .store_event_item {
    width: 89.6vw;
    margin-right: 0;
    margin-bottom: 7vw;
  }
}
.page .cashless_event .store_event_item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .cashless_event .store_event_item:last-of-type {
    margin-bottom: 0;
  }
}
.page .online_cp {
  background-color: #EEE;
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  .page .online_cp {
    padding: 0 0 13vw;
  }
}
.page .online_cp__inner {
  padding: 60px 0;
  border-top: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .page .online_cp__inner {
    padding: 10.4vw 0;
    border-top: 0.5vw solid #000;
  }
}
.page .online_cp-sec {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .online_cp-sec {
    width: 89.6vw;
  }
}
.page .online_cp-sec:last-child .online_cp__inner {
  border-bottom: 4px solid #000;
}
@media screen and (max-width: 768px) {
  .page .online_cp-sec:last-child .online_cp__inner {
    border-bottom: 0.5vw solid #000;
  }
}
.page .online_cp-sec .item__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page .online_cp-sec .item__list > li {
  margin-right: 20px;
}
.page .online_cp-sec .item__list > li:last-child {
  margin-right: 0;
}
.page .online_cp-sec .item__anchor {
  margin-bottom: 0;
}
.page .online_cp-head {
  margin: 0 0 29px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head {
    margin: 0 0 5.2vw;
  }
}
.page .online_cp-head__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__title {
    display: block;
    font-size: 5.2vw;
  }
}
.page .online_cp-head__title span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 4px 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__title span {
    display: block;
    font-size: 3.9vw;
    padding: 1.3vw 5.2vw;
    margin: 0 0 1.3vw;
  }
}
.page .online_cp-head__text {
  margin: 15px auto 0;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__text {
    margin: 3vw auto 0;
  }
}
.page .online_cp-head__text p {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__text p {
    font-size: 4.2vw;
    margin-bottom: 2.6vw;
  }
}
.page .online_cp-head__text p::last-child {
  margin-bottom: 0;
}
.page .online_cp-head__text .is-size, .page .online_cp-head__text .is-size__m, .page .online_cp-head__text .is-size__l {
  font-weight: bold;
  vertical-align: baseline;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__text .is-size, .page .online_cp-head__text .is-size__m, .page .online_cp-head__text .is-size__l {
    margin: 0 0 2.6vw;
  }
}
.page .online_cp-head__text .is-size__l {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__text .is-size__l {
    font-size: 8.6vw;
  }
}
.page .online_cp-head__text .is-size__m {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-head__text .is-size__m {
    font-size: 5.2vw;
  }
}
.page .online_cp-title {
  background: #B47DA0;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 8px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-title {
    font-size: 5.2vw;
    padding: 1.3vw;
    margin: 0 0 5.2vw;
  }
}
.page .online_cp-list {
  margin: 0 0 37px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-list {
    margin: 0 0 3.9vw;
  }
}
.page .online_cp-item {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-item {
    margin: 0 0 11.2vw;
  }
}
.page .online_cp-item:last-child {
  margin-bottom: 0;
}
.page .online_cp-item__title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-item__title {
    font-size: 4.9vw;
    margin: 0 0 3.9vw;
  }
}
.page .online_cp-item__title:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: attr(data-text) "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 39px;
  height: 39px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #B47DA0;
  border-radius: 100%;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .page .online_cp-item__title:before {
    width: 9.1vw;
    height: 9.1vw;
    font-size: 6.5vw;
    font-weight: bold;
    margin-right: 1.3vw;
  }
}
.page .online_cp-item p {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .page .online_cp-item p {
    letter-spacing: -0.05em;
  }
}
.page .online_cp-bnr {
  width: 728px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page .online_cp-bnr {
    width: 89.6vw;
  }
}
.page .recommend {
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .page .recommend {
    margin-bottom: 7vw;
  }
}
.page .recommend_obi {
  max-width: 100%;
  margin: 0 auto;
}
.page .recommend_sec {
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .page .recommend_sec {
    margin: 10.4vw auto;
  }
}
.page .recommend_sec_bnr {
  display: block;
  max-width: 578px;
  width: 100%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .page .recommend_sec_bnr {
    max-width: 89.6vw;
    margin-bottom: 5.2vw;
  }
}
.page .brand {
  width: 96%;
  max-width: 1200px;
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .brand {
    width: 89.6vw;
    margin: 13vw auto;
    text-align: center;
  }
}
.page .brand .page-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .brand .page-title {
    margin-bottom: 3.9vw;
  }
}
.page .brand .rakutto_bnr {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page .brand .rakutto_bnr {
    margin: 0 auto;
  }
}
.page .brand__list {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 981px;
}
@media screen and (max-width: 768px) {
  .page .brand__list {
    margin: 7.8vw auto 0;
    max-width: 89.6vw;
  }
}
.page .brand__list_ladies {
  max-width: 644px;
}
@media screen and (max-width: 768px) {
  .page .brand__list_ladies {
    max-width: 89.6vw;
  }
}
.page .brand__list_ladies .brand__item {
  width: 47.8%;
  margin-right: 4.2%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .page .brand__list_ladies .brand__item {
    width: 42.8vw;
    margin-right: 3.9vw;
    margin-top: 5.2vw;
  }
}
.page .brand__list_ladies .brand__item:nth-of-type(-n+2) {
  margin-top: 0;
}
.page .brand__list_ladies .brand__item:nth-of-type(2n) {
  margin-right: 0;
}
.page .brand__list_ladies .brand__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .brand__list_ladies .brand__item:last-of-type {
    margin-top: 5.2vw;
  }
}
.page .brand__item {
  width: 31.3%;
  margin-right: 2.7%;
}
@media screen and (max-width: 768px) {
  .page .brand__item {
    width: 42.8vw;
    margin-right: 3.9vw;
  }
}
.page .brand__item:nth-of-type(-n+2) {
  margin-top: 0;
}
.page .brand__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .page .brand__item:nth-of-type(2) {
    margin-right: 0;
  }
}
.page .brand .main-section__title {
  margin-bottom: 50px;
}
.page .brand .main-section__title span {
  font-size: 24px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page .brand .main-section__title span {
    font-size: 5.5vw;
    padding: 0 5.5vw;
  }
}
.page .brand .c-btn {
  width: 100%;
  margin-top: 20px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .page .brand .c-btn {
    font-size: 3vw;
    height: unset;
    padding: 2.9vw 0;
    line-height: 1.6;
  }
}
.page .brand .c-btn::after {
  right: 10px;
  width: 6px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .page .brand .c-btn::after {
    width: 1.1vw;
    height: 2.2vw;
    right: 1.2vw;
    top: 8%;
  }
}
.page .brand__bottom__img {
  max-width: 644px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .page .brand__bottom__img {
    max-width: 89.6vw;
  }
}
.page .brand__bottom__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 644px;
  margin: 0 auto;
}
.page .brand__bottom__btn .c-btn {
  max-width: 308px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .page .brand__bottom__btn .c-btn {
    max-width: 42.8vw;
    line-height: 3.2;
    font-size: 3.1vw;
  }
}
.page .banner {
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .page .banner {
    margin: 11.7vw 0 13vw;
  }
}
.page .banner__main {
  width: 96%;
  max-width: 728px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
  text-align: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
@media screen and (max-width: 768px) {
  .page .banner__main {
    width: 89.6vw;
    margin: 4.6vw auto 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page .banner__main a {
  display: block;
  width: 41%;
  margin-right: 4%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .page .banner__main a {
    width: 47%;
    margin-top: 2.6vw;
    margin-bottom: 0 !important;
  }
}
.page .banner__main a:nth-child(2n) {
  margin-right: 0;
}
.page .banner__main a:nth-child(-n+2) {
  margin-top: 0;
}
.page .banner__main .cp_bnr_img {
  max-width: 728px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page .banner__main .cp_bnr_img {
    width: 89.6vw;
  }
}
.page .banner .top {
  margin-bottom: 77px;
}
@media screen and (max-width: 768px) {
  .page .banner .top {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .page .banner .bnr_title {
    width: 89.6vw;
  }
}
.page .banner .cospa_cp::before, .page .banner .cospa_cp::after {
  height: 100px;
}
.page .m-icon {
  font-family: "icon";
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: baseline;
  speak: none;
}
.page .m-icon::after, .page .m-icon::before {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: 0;
}
.page .l-pagetop.l-fixed {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 2147483650;
}
@media screen and (max-width: 768px) {
  .page .l-pagetop.l-fixed {
    bottom: 21vw;
    right: 2.1vw;
  }
}
.page .m-pagetop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page .m-pagetop:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -3px;
  }
}
.page .m-pagetopIcon {
  font-size: 2rem;
  color: #fff;
  vertical-align: inherit;
}
@media screen and (min-width: 769px) {
  .page .m-icon-pagetop:before {
    content: "▲";
    color: #000;
    font-size: 1.5rem;
  }
}
.page .m-icon:after,
.page .m-icon:before {
  display: block;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  line-height: 0;
}
.page .ticket_bnr {
  max-width: 650px;
  margin: 0 auto 116px;
}
@media screen and (max-width: 768px) {
  .page .ticket_bnr {
    max-width: 89.6vw;
    margin-bottom: 19.5vw;
  }
}

@media screen and (max-width: 768px) {
  #online .main-section__title span {
    padding: 0 4vw;
    font-size: 6vw;
  }
}

.shindan_cp {
  max-width: 500px;
  width: 100%;
  margin: 50px auto;
  display: block !important;
}
@media screen and (max-width: 768px) {
  .shindan_cp {
    max-width: 65.1vw;
    margin: 6.5vw auto;
  }
}

.wrapping_bnr {
  max-width: 728px !important;
  margin: 0 auto 60px !important;
  width: 96%;
}
@media screen and (max-width: 768px) {
  .wrapping_bnr {
    margin-bottom: vW(96) !important;
    width: 89.7vw !important;
  }
}

.bnr_area {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .bnr_area {
    margin-top: 8.3vw;
  }
}
.bnr_area .main-section__title span {
  font-size: 24px !important;
  padding: 0 46px !important;
}
@media screen and (max-width: 768px) {
  .bnr_area .main-section__title span {
    font-size: 5.1vw !important;
    padding: 0 5.9vw !important;
  }
}
.bnr_area .bnr_list {
  max-width: 644px;
  width: 96%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: center;
    gap: 2.8%;
}
@media screen and (max-width: 768px) {
  .bnr_area .bnr_list {
    max-width: 89.6vw;
    gap: 2.6vw;
  }
}
.ladies .bnr_area .bnr_list {
  max-width: 980px;
}
.ladies .bnr_area .bnr_item {
  width: 31%;
  margin-top: 0;
}
.bnr_area .bnr_item {
  width: 47.82%;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .bnr_area .bnr_item {
    width: 43.5vw !important;
    margin-top: 2.6vw;
  }
}
@media screen and (min-width: 769px) {
  .bnr_area .bnr_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) {
  .bnr_area .bnr_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bnr_area .bnr_item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .bnr_area .bnr_item:nth-of-type(-n+2) {
    margin-top: 0;
  }
}

.ec_campaign {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ec_campaign {
    margin-top: 7.8vw;
  }
}
.ec_campaign_title {
  max-width: 500px !important;
}
@media screen and (max-width: 768px) {
  .ec_campaign_title {
    max-width: 78.6vw !important;
  }
}

.freshers {
  margin: 48px auto 64px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .freshers {
    margin: 5.2vw auto 12.5vw;
  }
}
.freshers_inner {
  background: #080058;
  text-align: center;
  padding-bottom: 49px;
}
@media screen and (max-width: 768px) {
  .freshers_inner {
    padding-bottom: 9.1vw;
  }
}
.freshers_inner .omatome {
  max-width: 940px;
  width: 96%;
  margin: 0 auto 68px;
}
@media screen and (max-width: 768px) {
  .freshers_inner .omatome {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 7.8vw;
  }
}
.freshers_inner_sec {
  margin: 0 auto 43px;
}
@media screen and (max-width: 768px) {
  .freshers_inner_sec {
    margin-bottom: 10.4vw;
  }
}
.freshers_inner_sec img {
  max-width: 688px;
  margin: 0 auto 43px;
}
@media screen and (max-width: 768px) {
  .freshers_inner_sec img {
    max-width: 89.6vw;
    width: 100%;
    margin-bottom: 7.8vw;
  }
}
.freshers_inner_sec.last {
  margin-bottom: 0;
}
.freshers_inner .btn {
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 17px 0 21px 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  display: block;
  border: solid 1px #707070;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .freshers_inner .btn {
    width: 89.6vw;
    font-size: 3.6vw;
    padding: 3.9vw 0;
    border: solid 0.3vw #707070;
  }
}
.freshers_inner .btn::after {
  background-image: url("/ec/img/event/blackfriday/common/arrow-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .freshers_inner .btn::after {
    width: 1.1vw;
    height: 2.2vw;
    right: 2.6vw;
  }
}

.gentei_inner {
  border: solid #00003E 10px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .ladies .tab {
    padding: 14.6vw 0 0;
  }
}
.ladies .tab ul li:nth-child(1) a {
  color: #979797;
  position: relative;
}
.ladies .tab ul li:nth-child(1) a:after {
  content: none;
}
.ladies .tab ul li:nth-child(1) a::after {
  background-color: #979797;
  content: " ";
  position: absolute;
  width: 150px;
  height: 7px;
  background-color: #979797;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page.ladies .tab ul li:nth-child(1) a::after {
    width: 26.2vw;
    height: 1vw;
  }
}
.ladies .tab ul li:nth-child(2) a {
  position: relative;
  color: #FF9100;
}
.ladies .tab ul li:nth-child(2) a::after {
  content: " ";
  position: absolute;
  width: 150px;
  height: 7px;
  background-color: #FF9100;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .ladies .tab ul li:nth-child(2) a::after {
    width: 26.2vw;
    height: 1vw;
  }
}
.ladies .zero-pre_bnr_l {
  max-width: 784px !important;
  width: 100%;
  margin-bottom: 32px !important;
}
@media screen and (max-width: 768px) {
  .ladies .zero-pre_bnr_l {
    width: 89.6vw;
    margin-bottom: 10.4vw;
  }
}
.ladies .zero-pre_list_item_title {
  font-size: 24px;
  margin-bottom: 11px;
  font-weight: 500;
}
.ladies .zero-pre_list_item li {
  margin-bottom: 21px;
}
.ladies .banner__main {
  width: 96%;
  max-width: 728px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px auto;
  text-align: center;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.ladies .banner__main a {
  display: block;
  width: 41%;
  margin-right: 4%;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .ladies .banner__main a {
    width: 47%;
    margin-top: 2.6vw;
    margin-bottom: 0 !important;
  }
}
.ladies .banner__main a:nth-child(2n) {
  margin-right: 0;
}
.ladies .banner__main a:nth-child(-n+2) {
  margin-top: 0;
}
.ladies .set_sale {
  background: #fbdce0;
  text-align: center;
  padding: 35px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .ladies .set_sale {
    padding: 4.6vw;
    margin-bottom: 10.4vw;
  }
}
.ladies .set_sale_title {
  display: inline-block;
  width: 96%;
  max-width: 728px;
  background: #fff;
  padding: 19px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  color: #d16076;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .ladies .set_sale_title {
    width: 89.6vw;
    padding: 3vw;
    font-size: 5.2vw;
    margin: 0 auto 5.5vw;
  }
}
.ladies .set_sale_bnr {
  width: 96%;
  max-width: 680px;
  margin: 0 auto 45px;
}
@media screen and (max-width: 768px) {
  .ladies .set_sale_bnr {
    width: 80.7vw;
    margin-bottom: 5.9vw;
  }
}
.ladies .set_sale_link {
  color: #8b4150;
  padding: 10px 0;
  border-radius: 50px;
  border: 3px solid #8b4150;
  background: #fff;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  width: 550px;
  margin: 0 auto 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .ladies .set_sale_link {
    width: 80.7vw;
    margin-bottom: 5.9vw;
    font-size: 3.6vw;
    padding: 1.3vw 0;
  }
}
.ladies .set_sale .item__list li {
  width: 300px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ladies .set_sale .item__list li {
    width: 41.7vw;
  }
}

.page .coupon_wrap {
  text-align: center;
}
.page .coupon_text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .coupon_text {
    font-size: 3.1vw;
    margin-top: 3.6vw;
  }
}
.page .coupon_box {
  padding: 8px 0 21px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .coupon_box {
    padding: 1.6vw 0 5.2vw;
  }
}
.page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page .p-confirmComp__couponNum {
  font-weight: 500;
  font-size: 1.3rem;
}
.page .code {
  font-size: 2.8rem;
  font-family: "din-2014", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 700;
  font-variant-numeric: slashed-zero;
  letter-spacing: 2px;
}
.page .p-confirmComp__couponNumCopy {
  margin-top: 2px;
  background-color: #FFFFFF;
  border: 2px solid #F4C549;
  padding: 2.5px 38px 2.5px 10px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
}
.page .p-confirmComp__couponNumCopy::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 16px;
  height: 20px;
  background-image: url(/ec/img/event/blackfriday/common/icon_clipboard.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page .terms {
  color: #CF1203;
  padding: 0 0 36px;
  margin: 0 10%;
  text-align: center;
  letter-spacing: 1px;
}
.page .terms li {
  font-weight: 500;
  padding: 0 !important;
}
.page .arrow_round {
  position: relative;
  display: inline-block;
  padding: 0px 32px 6px 11px;
  color: #000000;
  vertical-align: middle;
  text-decoration: none;
  border-bottom: 2px solid #000000;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page .arrow_round {
    border-bottom: 0.3vw solid #000000;
  }
}
.page .arrow_round::before, .page .arrow_round::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.page .arrow_round::before {
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fabf01;
}
.page .arrow_round::after {
  right: 9px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page .coupon_img {
  max-width: 476px;
  margin: auto;
}
.page .top_img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .page .coupon_wrap {
    padding: 0 5% 0;
  }
  .page .coupon_img {
    max-width: 100%;
    padding: 5.5vw 0 0;
  }
  .page .p-confirmComp__couponNum {
    font-size: 4.2vw;
  }
  .page .code {
    font-size: 8.9vw;
  }
  .page .p-confirmComp__couponNumCopy {
    padding: 2vw 7.8vw 2vw 3.5vw;
    position: relative;
    font-size: 4.2vw;
  }
  .page .p-confirmComp__couponNumCopy::before {
    right: 2vw;
    width: 3.3vw;
    height: 3.8vw;
  }
  .page .terms {
    padding: 0 0 5%;
    margin: 0;
  }
  .page .terms li {
    font-weight: bold;
    padding: 0 !important;
    font-size: 2.7vw;
  }
  .page .arrow_round {
    padding: 0 5.2vw 0 0;
    font-size: 4.9vw;
  }
  .page .arrow_round::before {
    width: 4.7vw;
    height: 4.7vw;
  }
  .page .arrow_round::after {
    right: 1.8vw;
    width: 2vw;
    height: 2vw;
  }
}
@media screen and (max-width: 374px) {
  .page .terms li {
    font-size: 0.7rem;
  }
  .page .arrow_round {
    font-size: 1rem;
  }
}
.page .soldout {
  text-decoration: line-through;
}
.page .Coupon {
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .page .Coupon {
    padding: 0 5.3333333333vw;
  }
}
.page .Coupon_title {
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .page .Coupon_title {
    font-size: 4.5333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.page .Coupon_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page .Coupon_text {
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .page .Coupon_text {
    font-size: 3.7333333333vw;
    margin-top: 4vw;
  }
}
.page .Coupon_code {
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .page .Coupon_code {
    font-size: 6.9333333333vw;
    margin-top: 1.3333333333vw;
  }
}
.page .Coupon_copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  white-space: nowrap;
  max-width: 640px;
  width: 100%;
  margin: 30px auto;
  font-size: 34px;
  padding: 10px 20px;
  border: 3px solid #fabf01;
}
@media screen and (max-width: 768px) {
  .page .Coupon_copy {
    width: 80vw;
    padding: 2.1333333333vw 2.6666666667vw;
    margin: 2.6666666667vw auto;
    font-size: 3.7333333333vw;
    border: 0.5333333333vw solid #fabf01;
  }
}
.page .Coupon_copy span {
  font-family: "Zen Maru Gothic", sans-serif;
}
.page .Coupon_copy span:nth-child(1) {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .Coupon_copy span:nth-child(1) {
    font-size: 3.7333333333vw;
  }
}
.page .Coupon_copy span:nth-child(2) {
  font-weight: 700;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page .Coupon_copy span:nth-child(2) {
    font-size: 5.3333333333vw;
  }
}
.page .Coupon_copy svg {
  width: 40px;
  height: 50px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .page .Coupon_copy svg {
    width: 3.4666666667vw;
    height: 4.2666666667vw;
    margin-left: 2.6666666667vw;
  }
}
.page .Coupon_howTo {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .Coupon_howTo {
    margin-top: 2.6666666667vw;
  }
}
.page .Coupon_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 6px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .Coupon_link {
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #000;
  }
}
.page .Coupon_link span {
  font-weight: 500;
}
.page .Coupon_circle {
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #fabf01;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .page .Coupon_circle {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 2.6666666667vw;
    border-radius: 26.4vw;
  }
}
.page .Coupon_circle svg {
  fill: #fff;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .page .Coupon_circle svg {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 0.5333333333vw;
  }
}
.page .Modal {
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483650;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: visibility 0.6s, opacity 0.6s;
  transition: visibility 0.6s, opacity 0.6s;
}
.page .Modal.-active {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.page .Modal_inner {
  max-height: 90svh;
  position: relative;
  z-index: 2;
  margin: 4vw;
}
.page .Modal_img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 1;
  -o-object-fit: contain;
  object-fit: contain;
}
.page .Modal_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.page .Modal_close {
  width: 90px;
  height: 0;
  padding-top: 90px;
  position: absolute;
  top: -4vw;
  right: -4vw;
  z-index: 2;
  overflow: hidden;
  background-color: #000;
  border-radius: 26.4vw;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  .page .Modal_close {
    width: 8vw;
    height: 0;
    padding-top: 8vw;
  }
}
.page .Modal_close::before,
.page .Modal_close::after {
  content: "";
  width: 4.2666666667vw;
  height: 0.8vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 2.4vw;
  background-color: #fff;
}
.page .Modal_close::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.page .Modal_close::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.page .note_area {
  text-align: center;
  margin: 20px auto 40px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .page .note_area {
    margin: 2.6vw auto 5.2vw;
  }
}
.page .note_area .note {
  color: #CF1203;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .note_area .note {
    font-size: 3vw;
    letter-spacing: -0.01em;
  }
}

.other_item {
  position: relative;
}
.other_item span {
  display: inline-block;
  position: relative;
  z-index: 2;
  color: #FF0014;
  background: #fff;
}
.other_item, .other_item b {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #FF0014;
}
.other_item:before, .other_item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40%;
  height: 10px;
}
@media screen and (max-width: 768px) {
  .other_item:before, .other_item::after {
    height: 1.3vw;
  }
}
.other_item::before {
  left: 0;
  background: #FF0014;
}
.other_item:after {
  right: 0;
  background: #FF0014;
}
.other_item.is-text {
  text-align: center;
  font-size: 38px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .other_item.is-text {
    font-size: 5.2vw;
    width: 89.6vw;
    margin-bottom: 5.2vw;
  }
}
.other_item.is-text * {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "sans-serif";
  font-weight: 700;
  line-height: 1.2;
}
.other_item.is-text span {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .other_item.is-text span {
    padding: 0 2.6vw;
  }
}
.other_item.is-text b {
  display: block;
  font-size: 48px;
  line-height: 1.3;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .other_item.is-text b {
    font-size: 6.5vw;
  }
}
.other_item.is-text b:after {
  content: none !important;
}
.other_item.is-text small {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  .other_item.is-text small {
    font-size: 4.9vw;
  }
}
.other_item_title {
  max-width: 728px;
  margin: 0 auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .other_item_title {
    max-width: 100%;
    width: 80%;
    margin-bottom: 5.2vw;
  }
}

.page {
  /* モーダル */
}
.page .online_sec_title {
  background: #004aad;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0;
  border-radius: 50px;
  display: block;
  width: 728px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .online_sec_title {
    width: 89.6vw;
    font-size: 4.2vw;
    padding: 2.6vw 0;
    margin: 0 auto 3.9vw;
    border-radius: 6.3vw;
  }
}
.page .online_sec_bnr {
  display: block;
  width: 728px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .page .online_sec_bnr {
    width: 89.6vw;
    padding: 2.6vw 0;
    margin: 0 auto 3.9vw;
  }
}
.page .coupon {
  text-align: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .page .coupon {
    margin-bottom: 5.2vw;
  }
}
.page .coupon_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .page .coupon_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page .coupon_item {
  /* width: 45%; */
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page .coupon_item {
    width: 89.6vw;
  }
}
.page .coupon_item_bottom {
  color: #CF1203;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page .coupon_item_bottom {
    font-size: 3.4vw;
  }
}
.page .coupon .coupon__heading {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 15px;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #a0b7d8));
  background: linear-gradient(transparent 75%, #a0b7d8 0%);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__heading {
    font-size: 5.5vw;
    margin: 0 auto 2.6vw;
  }
}
.page .coupon .coupon__img {
  position: relative;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__img {
    width: 89.6vw;
    margin: 0 auto;
  }
}
.page .coupon .coupon__img img {
  margin: 0 auto;
}
.page .coupon .coupon__img.is-active:before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.page .coupon .coupon__img.is-active:after {
  content: "クリップボードにコピーしました";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__img.is-active:after {
    font-size: 4.2vw;
  }
}
.page .coupon .coupon__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2.1;
  margin: 8px auto 0;
  text-align: center;
  max-width: 530px;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__text {
    font-size: 2.9vw;
    line-height: 1.8;
    margin-top: 0;
    max-width: 89.6vw;
  }
}
.page .coupon .coupon__text--notes {
  color: #CF1203;
  text-align: left;
}
.page .coupon .coupon__text--notes p {
  font-weight: 500;
}
.page .coupon .coupon__text--notes_title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__text--notes_title {
    font-size: 4.7vw;
  }
}
.page .coupon .coupon__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 6px;
  border-bottom: 2px solid #000;
  font-weight: 500;
  font-size: 22px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__button {
    font-size: 4.2666666667vw;
    padding: 0 2.6666666667vw 1.3333333333vw;
    border-bottom: 0.5333333333vw solid #000;
    margin: 3.9vw auto 0;
  }
}
.page .coupon .coupon__button span {
  font-weight: 500;
}
.page .coupon .coupon__button .Coupon_circle {
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #fabf01;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__button .Coupon_circle {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-left: 2.6666666667vw;
    border-radius: 26.4vw;
  }
}
.page .coupon .coupon__button .Coupon_circle svg {
  fill: #fff;
  width: 12px;
  height: 12px;
  margin-left: 2px;
}
@media screen and (max-width: 768px) {
  .page .coupon .coupon__button .Coupon_circle svg {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 0.5333333333vw;
  }
}
.page .coupon #clipBoard_copyText01, .page .coupon #clipBoard_copyText02 {
  opacity: 0;
  height: 0;
}
.page .modal-window {
  display: none;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 999;
  width: 90%;
  /* height: 100%; */
  max-width: 500px;
  margin: auto;
}
/* @media screen and (max-width: 768px) {
  .page .modal-window {
    top: 50px;
  }
} */
.page .modal-window__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 20px 0;
}
.page .button-close {
  position: absolute;
  top: 10px;
  right: -10px;
  background-color: #000;
  color: #fff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.page .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 888;
}

.cashless_information {
  max-width: 728px;
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 5px solid #1457B0;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .cashless_information {
    max-width: 89.6vw;
    padding: 3.9vw;
    margin-bottom: 8.3vw;
  }
}
.cashless_information_title {
  background: #004890;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.2em;
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 4px 0;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .cashless_information_title {
    font-size: 5.5vw;
    max-width: 81.8vw;
    padding: 0.9vw 0;
    margin-bottom: 2.9vw;
  }
}
.cashless_information_text {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.41;
}
@media screen and (max-width: 768px) {
  .cashless_information_text {
    font-size: 3.4vw;
  }
}
.cashless_information_text span a {
  color: #1457B0;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.main_anchor{
  margin: 0 auto 100px;
}
.main_anchor_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
  row-gap: 24px;
  column-gap: 2.4%;
}
.main_anchor_item{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 174px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #2c2c2c;
  border-radius: 40px;
  text-align: center;
}
.main_anchor_item a{
  width: 100%;
  padding: 7px 0;
}
.main_anchor_item a::after{
  content: "";
  position: absolute;
  background-image: url(/ec/img/event/summer-final-bargain/common/anchor_arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 36%;
  right: 8%;
}
.anchor_middle{
  width: 227px;
}
.item_large{
  width: 37%;
}

@media screen and (max-width: 768px) {
  .main_anchor{
    margin-bottom: 18vw;
  }
  .main_anchor_list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5.2vw;
    max-width: 89.58vw;
    margin: 0 auto;
  }
  .main_anchor_item{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    position: relative;
    font-size: 3.2vw;
    font-weight: bold;
    border: 0.4vw solid #2c2c2c;
    border-radius: 7vw;
    text-align: center;
  }
  .main_anchor_item a{
    width: 100%;
    padding: 2vw 0;
  }
  .main_anchor_item a::after{
    content: "";
    position: absolute;
    background-image: url(/ec/img/event/summer-final-bargain/common/anchor_arrow.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 2.2vw;
    height: 2.2vw;
    top: 32%;
    right: 8%;
  }
  .item_large{
    width: 80%;
  }
  .anchor_middle{
    width: 80%;
  }
  .anchor_small{
    width: 80% !important;
  }
}

.review{
  margin: 0 auto 40px;
}
.review img{
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .review{
    margin: 0 auto 5.6vw;
  }
  .review img{
    max-width: 60vw;
    display: block;
    margin: 0 auto;
  }

  .noniron_bnr{
    max-width: 89.58vw;
    display: block !important;
    margin: 0 auto;
  }
}
.formal_summer{
  background: #E5F5FF;
  margin-bottom: 100px;
  scroll-margin-top: 122px;
}
.formal_summer_inner{
  margin-top: 70px;
  padding: 0 90px 60px;
}
.formal_summer_bottom{
  background: #fff;
  border: 1px solid #1C81B5;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.formal_summer_bottom_img{
  width: 174px;
  margin-right: 28px !important;
}
.formal_summer_bottom_text{

}
.formal_summer_bottom_text p{
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  font-weight: 500;
}
.formal_summer_bottom_text_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formal_summer_bottom_text_flex .check_list{
  display: flex;
  flex-wrap: wrap;
}
.formal_summer_bottom_text_flex .check_list li{
  width: 44.44%;
  position: relative;
  padding-left: 22px;
}
.formal_summer_bottom_text_flex .check_list li::before{
  content: "";
  background-image: url(/ec/img/event/summer-final-bargain/common/formal_summer_check.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 22%;
  width: 19px;
  height: 18px;
}
.formal_summer_bottom_text_flex a{
  background: #fff;
  border: 1px solid #000;
  padding: 14px 0;
  width: 200px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  font-size: 14px;
}
.formal_summer_bottom_text_flex a::after{
  content: "";
  background-image: url(/ec/img/event/summer-final-bargain/common/formal_summer_arrow.png);
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 38%;
  width: 7px;
  height: 14px;
}
.formal_summer .block-thumbnail-t .block-thumbnail-t--goods{
  background: #E5F5FF !important;
}
@media screen and (max-width: 768px) {
  .formal_summer{
  background: #E5F5FF;
  margin-bottom: 0;
}
.formal_summer_inner{
  margin-top: 18vw;
  padding: 0 0 10.4vw;
}
.formal_summer_bottom{
  width: 89.58vw;
  margin: 0 auto;
  background: #fff;
  border: 2px solid #1C81B5;
  padding: 5.2vw;
  display: block;
}
.formal_summer_bottom_img{
  display: block;
  width: 49.21vw;
  margin: 0 auto 3.9vw !important;
}
.formal_summer_bottom_text{

}
.formal_summer_bottom_text p{
  font-size: 3.64vw;
  line-height: 1.75;
  letter-spacing: -.01em;
  margin-bottom: 3.9vw;
}
.formal_summer_bottom_text_flex{
  display: block;
}
.formal_summer_bottom_text_flex .check_list{
  display: flex;
  flex-wrap: wrap;
}
.formal_summer_bottom_text_flex .check_list li{
  width: 50%;
  position: relative;
  padding-left: 6.5vw;
  font-size: 3.64vw;
}
.formal_summer_bottom_text_flex .check_list li::before{
  content: "";
  background-image: url(/ec/img/event/summer-final-bargain/common/formal_summer_check.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 12%;
  width: 5.33vw;
  height: 5.33vw;
}
.formal_summer_bottom_text_flex a{
  background: #fff;
  border: 0.26vw solid #000;
  padding: 2.73vw 0;
  width: 48.17vw;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  font-size: 3.38vw;
  display: block;
  margin: 4.68vw auto 0;
}
.formal_summer_bottom_text_flex a::after{
  content: "";
  background-image: url(/ec/img/event/summer-final-bargain/common/formal_summer_arrow.png);
  background-size: cover;
  position: absolute;
  right: 4.42vw;
  top: 42%;
  width: 1.1vw;
  height: 2.2vw;
}
}

.athome_bnr{
  margin: 0 auto 100px;
  text-align: center;
}
.athome_top{
  font-size: 28px;
  font-weight: bold;
}
.athome_img{
  max-width: 750px;
  width: 96%;
  margin: 15px auto;
}
.athome_bottom{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .athome_bnr{
    margin: 0 auto 12vw;
  }
  .athome_top{
    font-size: 3.5vw;
    font-weight: bold;
  }
  .athome_img{
    max-width: 100%;
    width: 89.6vw;
    margin: 15px auto;
  }
  .athome_bottom{
    font-size: 3.3vw;
    font-weight: bold;
    line-height: 1.5;
  }
}
.roulette-heading{
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
.roulette-img{
  max-width: 354px;
  display: block;
  margin: 0 auto 80px;
}
.roulette-note{
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 28px;
}
.roulette-list{
  display: block;
  max-width: 290px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto 18px;
}

@media screen and (max-width: 768px) {
  .fukubukuro_img{
    max-width: 80vw !important;
  }
.roulette-heading{
  font-size: 4.3vw;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
}
.roulette-img{
  max-width: 80vw;
  display: block;
  margin: 0 auto 80px;
}
.roulette-note{
  font-size: 3vw;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 28px;
}
.roulette-list{
  display: block;
  width: 65vw;
  text-align: left;
  font-size: 3.6vw;
  font-weight: 500;
  margin: 0 auto 8px;
}
}

.item-sec-height{
  min-height: 700px;
  scroll-margin-top: 122px;
  margin-bottom: 60px;  
}
.item-sec-height-osusume{
  min-height: 710px;
  scroll-margin-top: 122px;
  margin-bottom: 60px;  
}
.item-sec-height-osusume-small{
  min-height: 580px;
  scroll-margin-top: 122px;
  margin-bottom: 60px;  
}
.flyer-height{
  min-height: 490px;
}
@media screen and (max-width: 768px) {
 .item-sec-height{
    min-height: 244vw;
    margin-bottom: 10.4vw;
  }
  .item-sec-height-osusume{
    min-height: 244vw;
    margin-bottom: 10.4vw;
  }
  .item-sec-height-osusume-small{
    min-height: 244vw;
    margin-bottom: 10.4vw;
  }
  .sp-small-height{
    min-height: 150vw;
    margin-bottom: 10.4vw;
  }
  .flyer-height{
    min-height: 144vw;
  }  
}

.pane-main{
  margin: 0;
  padding: 0;
}

.share-area{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin: 28px auto 56px;
  padding-right: 15px;
}
.share-area-text{
  font-size: 16px;
}
.share-area-icon{
  max-width: 60px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .share-area{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    margin: 0 auto 6vw;
    padding-right: 4vw;
  }
  .share-area-text{
    font-size: 4vw;
  }
  .share-area-icon{
    max-width: 15vw;
    width: 100%;
}
}