@charset "UTF-8";
/*共通*/
body {
  padding: 0;
  margin: 0;
  font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: black;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

.inner {
  max-width: inherit;
  margin-left: auto;
  margin-right: auto;
} /* maxwidth1100px→inheritに変更 */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.line-r {
  font-family: vdl-linegr, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.reg-10 {
  transform: rotate(-10deg);
}

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-pink {
  background: #c60079;
}

.bg-red {
  background: #E63231;
}

.bg-navy {
  background: #1B206E;
}

.f-green {
  color: #009844;
}

.f-white {
  color: #fff;
}

.f-blue {
  color: #3AA6C6;
}

.ladies {
  color: #E3007F;
}

.mens {
  color: #005BAB;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .only-pc {
    display: none !important;
  }
}
.f-price_b {
  font-family: neuzeit-grotesk-condensed, sans-serif;
  font-weight: 900;
  font-style: normal;
  unicode-range: U+0030-0039;
}

.f-price_r {
  font-family: neuzeit-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*header*/
.top_logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 80px;
  z-index: 99;
  border: 10px solid #fff;
}
.top_logo img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .top_logo {
    width: 60px;
    border: 5px solid #fff;
  }
}
.header .only-pc {
  background: url("../img/main_pc_bg.jpg") no-repeat center top;
  background-size: 100% 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
}

.header .only-pc img {
  width: 50%;
  max-width: 800px;
}

.sale__shoplist-btn {
  background-color: #F5F5F5;
  padding: 80px 0 50px;
}

.wrap {
  margin: 0 20px;
  position: relative;
  z-index: 2;
}

.sale__shoplist-btn h2 {
  text-align: center;
}

.sale__shoplist-btn .list {
  display: none;
}

.sale__shoplist-cont h2 {
  background-color: #D3D3D3;
  height: 70px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.sale__shoplist-cont .area__parent {
  display: none;
}

.sale__shoplist-cont h3 {
  background-color: #EBEBEB;
  height: 70px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}

.area__detail {
  display: none;
}

.area__detail > div {
  padding: 30px;
  border-bottom: 1px solid #D3D3D3;
}

.area__detail > div .ttl {
  font-size: 15px;
  margin-bottom: 16px;
}

.area__detail > div ul {
  display: flex;
}

.area__detail > div ul a {
  color: #2E3192;
  font-size: 14px;
}

.area__detail > div ul li:last-child {
  margin-left: 30px;
}

.addr {
  display: none;
}

.sale__shoplist-cont h2::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  margin: auto;
  transition: 0.3s;
}

.sale__shoplist-cont h2::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #333;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s;
}

.area__detail > div ul a::after {
  content: "";
  display: inline-block;
  background: url(../img/link_arrow_blue.svg) no-repeat 50% 50%/contain;
  width: 8px;
  height: 10px;
  margin-left: 10px;
  transition: 0.3s;
}

.sale__shoplist-btn h2 {
  font-weight: bold;
  font-size: 1.3em;
}

@media screen and (min-width: 1024px) {
  .area__detail {
    display: block !important;
  }
  .sale__shoplist-cont h3 {
    pointer-events: none;
  }
  .sale__shoplist-btn {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  .sale__shoplist-btn .wrap {
    display: flex;
    align-items: center;
  }
  .sale__shoplist-btn h2 {
    text-align: center;
    margin-right: 194px;
    flex: none;
  }
  .sale__shoplist-btn .list {
    display: block;
    flex: none;
  }
  .sale__shoplist-btn .list dl {
    display: flex;
    margin-bottom: 20px;
  }
  .sale__shoplist-btn .list dt {
    margin-right: 50px;
    font-weight: 500;
  }
  .sale__shoplist-btn .list dd {
    margin-right: 40px;
    font-weight: 400;
  }
  .sale__shoplist-btn .list dl a {
    color: #333;
    text-decoration: underline;
  }
  .sale__bd {
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 80px;
  }
  .sale__shoplist-cont {
    width: 1000px;
    margin: 0 auto;
  }
  .sale__shoplist-cont h2 {
    display: none;
  }
  .sale__shoplist-cont .area__parent {
    display: block;
  }
  .sale__shoplist-cont h3 {
    background-color: #fff;
    height: auto;
    padding-left: 0px;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .sale__shoplist-cont h3::before {
    content: "";
    width: 61px;
    height: 3px;
    background-color: #B40067;
    display: block;
    margin-bottom: 20px;
  }
  .area__detail {
    display: block;
    margin-bottom: 80px;
  }
  .area__detail > div:first-child {
    border-top: 1px solid #D3D3D3;
  }
  .area__detail > div {
    border-bottom: 1px solid #D3D3D3;
    padding: 40px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .area__detail > div .ttl {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    width: 173px;
  }
  .area__detail > div ul {
    display: flex;
    width: 330px;
  }
  .area__detail > div ul a {
    color: #2E3192;
    font-size: 14px;
  }
  .area__detail > div ul li:last-child {
    margin-left: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }
}
@media screen and (max-width: 1023px) {
  .sale__shoplist-cont h3::after {
    content: "";
    background: url(https://www.izumi.jp/themes/custom/izumi/img/icon/arrow_black.svg) no-repeat 50% 50%/contain;
    width: 8px;
    height: 10px;
    display: block;
    position: absolute;
    right: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
  }
  .sale__shoplist-cont h3.act::after {
    transform: rotate(90deg);
  }
}
/*footer*/
#s_footer .s_coNav li a, #s_header .s_subNav a {
  transition: color 0.5s ease-out;
}

#s_footer a {
  color: #222;
}

#s_footer .s_instagram #s_instagramPhotos li.s_video a, #s_header .s_subNav .s_upper li a:after {
  transition: background-color 0.5s ease-out;
}

#s_header .s_globalNav .s_pages li a:after {
  transition: width 0.3s ease-out;
}

#s_header {
  box-sizing: border-box;
  width: 100%;
  padding-right: 120px;
  position: relative;
  background: #fff;
  z-index: 50;
}

#s_header.s_fix {
  position: fixed;
  top: 0;
}

#s_header.s_animation {
  -webkit-animation: s_headerFix 0.3s forwards;
  animation: s_headerFix 0.3s forwards;
}

#s_header .s_btnContainer {
  width: 120px;
  min-width: 120px;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

#s_header .s_btnContainer .s_cartBtn, #s_header .s_btnContainer .s_menuBtn {
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  float: left;
}

#s_header .s_btnContainer .s_cartBtn a, #s_header .s_btnContainer .s_menuBtn a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media (min-width: 1250px) {
  #s_header .s_btnContainer .s_menuBtn {
    display: none;
  }
}
@media (min-width: 1250px) {
  #s_header .s_btnContainer .s_cartBtn {
    width: 120px;
  }
  #s_header .s_btnContainer .s_cartBtn a {
    background: url(/common/img/icon/cart_pc.svg) no-repeat 50% 50%/58px 72px #b40067;
  }
  #s_header .s_btnContainer .s_cartBtn a:hover {
    opacity: 0.75;
  }
}
@media (max-width: 1249px) {
  #s_header .s_btnContainer {
    height: 64px;
    padding-right: 5px;
    position: relative;
  }
  #s_header .s_btnContainer .s_cartBtn, #s_header .s_btnContainer .s_menuBtn {
    width: 60px;
  }
  #s_header .s_btnContainer .s_cartBtn a, #s_header .s_btnContainer .s_menuBtn a {
    background: url(/common/img/icon/menu.svg) no-repeat 0 0/auto 64px;
  }
  #s_header .s_btnContainer .s_cartBtn a {
    background-position: 0 0;
  }
  #s_header .s_btnContainer .s_menuBtn a {
    background-position: -60px 0;
  }
}
@media (max-width: 1249px) {
  #s_header {
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }
}
#s_footer .s_instagram_top {
  background-color: #f5f5f5;
  background-image: url(/common/img/bg/curve_fff.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  text-align: center;
  padding: 9.756vw 0 55px;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  #s_footer .s_instagram_top {
    padding: 16.8vw 0 40px;
  }
}
#s_footer .s_instagram_top__headline {
  line-height: 1.5;
  margin-bottom: 15px;
}

#s_footer .s_instagram_top__headline br {
  line-height: 0;
  display: none;
}

@media only screen and (max-width: 768px) {
  #s_footer .s_instagram_top__headline br {
    display: block;
  }
}
#s_footer .s_instagram_top__icon img {
  vertical-align: middle;
  width: 40px;
}

#s_footer .s_instagram {
  width: 100%;
  padding-top: 80px;
  margin: 0 0 5px;
  text-align: center;
}

@media (max-width: 767px) {
  #s_footer .s_instagram {
    margin-bottom: 30px;
  }
}
#s_footer .s_instagram h2 {
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

#s_footer .s_instagram h2 span {
  display: inline-block;
  padding-left: 36px;
  background: url("../img/instagram.svg") no-repeat 0 50%/26px 26px;
}

#s_footer .s_instagram p {
  margin-bottom: 43px;
}

@media (max-width: 767px) {
  #s_footer .s_instagram p {
    margin-bottom: 33px;
  }
}
#s_footer .s_instagram p a {
  color: #338fbf;
}

#s_footer .s_instagram p a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 0.8em;
  margin-left: 7px;
  background: url("../img/newTab_black.svg") no-repeat 0 50%/12px auto;
}

#s_footer .s_instagram p a:hover:after {
  transform: translate(10px);
}

#s_footer .s_instagram #s_instagramPhotos {
  max-width: 944px;
  overflow: hidden;
  margin: 0 auto 40px;
  line-height: 0;
}

#s_footer .s_instagram #s_instagramPhotos li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 2px;
  background: #fff;
  float: left;
}

#s_footer .s_instagram #s_instagramPhotos li a:hover {
  opacity: 0.7;
}

#s_footer .s_instagram #s_instagramPhotos li.s_video {
  position: relative;
}

#s_footer .s_instagram #s_instagramPhotos li.s_video a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: hsla(0deg, 0%, 100%, 0);
}

#s_footer .s_instagram #s_instagramPhotos li.s_video a:hover {
  background: hsla(0deg, 0%, 100%, 0.3);
}

@media (max-width: 767px) {
  #s_footer .s_instagram #s_instagramPhotos {
    margin-bottom: 28px;
  }
  #s_footer .s_instagram #s_instagramPhotos li {
    width: 50%;
  }
  #s_footer .s_instagram #s_instagramPhotos li:first-child {
    padding: 0 1.5px 1.5px 0;
  }
  #s_footer .s_instagram #s_instagramPhotos li:nth-child(2) {
    padding: 0 0 1.5px 1.5px;
  }
  #s_footer .s_instagram #s_instagramPhotos li:nth-child(3) {
    padding: 1.5px 1.5px 0 0;
  }
  #s_footer .s_instagram #s_instagramPhotos li:nth-child(4) {
    padding: 1.5px 0 0 1.5px;
  }
}
#s_footer .s_instagram #s_instagramPhotos img, #s_footer .s_instagram #s_instagramPhotos video {
  width: 100%;
  height: auto;
}

#s_footer .s_instagram #s_instagramPhotos video {
  pointer-events: none;
}

#s_footer .s_instagram .s_instagramAccounts {
  display: flex;
  justify-content: center;
  max-width: 944px;
  padding: 0 20px;
  margin: 0 auto;
}

#s_footer .s_instagram .s_instagramAccounts h3 {
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

#s_footer .s_instagram .s_instagramAccounts h3:after, #s_footer .s_instagram .s_instagramAccounts h3:before {
  display: inline;
}

#s_footer .s_instagram .s_instagramAccounts h3:before {
  content: "- ";
}

#s_footer .s_instagram .s_instagramAccounts h3:after {
  content: " -";
}

#s_footer .s_instagram .s_instagramAccounts ul {
  display: flex;
  flex-wrap: wrap;
}

#s_footer .s_instagram .s_instagramAccounts li {
  padding: 0 0 15px 40px;
  white-space: nowrap;
}

#s_footer .s_instagram .s_instagramAccounts li a {
  display: block;
  min-height: 20px;
  padding: 3px 0 3px 36px;
  background: url("../img/instagram.png") no-repeat 0 50%/26px 26px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}

@media (max-width: 767px) {
  #s_footer .s_instagram .s_instagramAccounts li a {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  #s_footer .s_instagram .s_instagramAccounts {
    display: block;
    padding: 0;
  }
  #s_footer .s_instagram .s_instagramAccounts h3 {
    margin-bottom: 20px;
  }
  #s_footer .s_instagram .s_instagramAccounts ul {
    justify-content: center;
    align-items: flex-start;
  }
  #s_footer .s_instagram .s_instagramAccounts li {
    padding: 0 3px;
    white-space: normal;
    word-break: break-word;
    width: 84px;
  }
  #s_footer .s_instagram .s_instagramAccounts li a {
    min-height: 0;
    padding: 37px 0 0;
    background-position: 50% 0;
  }
}
@media (max-width: 374px) {
  #s_footer .s_instagram .s_instagramAccounts ul {
    justify-content: space-around;
  }
  #s_footer .s_instagram .s_instagramAccounts li {
    width: auto;
    max-width: 84px;
    padding: 0;
  }
}
#s_footer .s_coNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coNav li {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 2;
  white-space: nowrap;
}

#s_footer .s_coNav li a {
  padding-right: 14px;
  background: url("../img/arrow_pink.svg") no-repeat 100% 50%/6.828px auto;
}

@media (min-width: 768px) {
  #s_footer .s_coNav {
    padding-top: 65px;
    margin-bottom: 24px;
    text-align: center;
  }
  #s_footer .s_coNav li {
    display: inline-block;
    padding: 0 1em;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coNav {
    padding: 50px 39px 21px;
  }
  #s_footer .s_coNav li {
    margin-bottom: 10px;
  }
}
#s_footer .s_coSubNav {
  padding: 0 39px;
  font-size: 0;
}

#s_footer .s_coSubNav li {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  #s_footer .s_coSubNav li {
    font-size: 0.9rem;
  }
}
#s_footer .s_coSubNav li a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  #s_footer .s_coSubNav {
    text-align: center;
    color: #6f6f6f;
  }
  #s_footer .s_coSubNav li {
    display: inline-block;
    white-space: nowrap;
  }
  #s_footer .s_coSubNav li:not(:last-child):after {
    content: "|";
    display: inline-block;
    padding: 0 1.5em;
  }
  #s_footer .s_coSubNav li a {
    color: #6f6f6f;
  }
}
@media (max-width: 767px) {
  #s_footer .s_coSubNav {
    margin-bottom: 34px;
  }
  #s_footer .s_coSubNav li:last-child {
    margin-bottom: 0;
  }
}
#s_footer .s_copyright {
  padding: 89px 0 51px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: #9d9d9d;
}

@media (max-width: 767px) {
  #s_footer .s_copyright {
    font-size: 0.8rem;
    padding: 19px 0 16px;
    background: #f5f5f5;
    color: #6f6f6f;
  }
}
#s_footer #s_toPageTop {
  padding: 50px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: -28px;
  }
  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }
  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}
.one {
  margin-left: 0 !important;
}

/*--------------------------------------------------

    恵方巻

--------------------------------------------------*/
/* breakpoint定義 */
/* 色定義 */
/* 全体 */
body {
  padding: 0;
  margin: 0;
}

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

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

.xl_only {
  display: none;
}
@media screen and (max-width: 1000px) {
  .xl_only {
    display: block;
  }
}

.newyear_wrap h1,
.newyear_wrap h2,
.newyear_wrap h3,
.newyear_wrap h4,
.newyear_wrap h5,
.newyear_wrap p,
.newyear_wrap ul,
.newyear_wrap ul li {
  margin: 0;
  padding: 0;
}

.newyear_wrap ul li {
  list-style: none;
  text-decoration: none;
}

.newyear_wrap a {
  text-decoration: none;
  color: inherit;
}

.newyear_wrap {
  overflow-x: hidden;
  font-family: Noto Sans JP, sans-serif;
  /* メインビジュアル */
  /* 新年のあいさつ */
  /* 背景 */
  /* 動画 */
  /* キャッシュレス5倍 */
  /* 福引 */
  /* ら・ら・ら・キャンペーン　運試し */
  /* 応募方法 */
  /* チラシをチェック! */
  /* 切り替え */
}
.newyear_wrap .max-wid980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.newyear_wrap .newyear_main {
  display: block;
  position: relative;
  background: url(../img/mv_back_2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.newyear_wrap .newyear_main .red_sqae {
  position: absolute;
  height: 30px;
  background: url(../img/red_back_sqae.png) repeat;
  width: 100%;
  top: 0;
  left: 0;
}
.newyear_wrap .newyear_main .top_tree {
  position: absolute;
  width: 20%;
  max-width: 250px;
  height: auto;
  top: 30px;
  right: 20px;
}
.newyear_wrap .newyear_main .top_tree img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_main_title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}
.newyear_wrap .newyear_main_title img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_main_title {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_main_title {
    width: 90%;
  }
}
.newyear_wrap .newyear_main_opentime {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_main_opentime {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_main_opentime {
    width: 90%;
  }
}
.newyear_wrap .newyear_main_opentime img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_main_opentime_notice {
  display: block;
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_main_opentime_notice {
    font-size: 1em;
  }
}
.newyear_wrap .newyear_main_opentime_notice span {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding-left: 1em;
  padding-right: 1em;
}
.newyear_wrap .newyear_greeting {
  background: #FFE820 url(../img/greeting_bg.png);
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
}
.newyear_wrap .newyear_greeting_text {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_greeting_text {
    width: 80%;
    max-width: 250px;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_greeting_text {
    width: 60%;
  }
}
.newyear_wrap .newyear_greeting_text::before {
  position: absolute;
  display: inline;
  content: "";
  background: url(../img/mechan_pc.png) no-repeat;
  right: -170px;
  bottom: -20px;
  width: 145px;
  height: 130px;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_greeting_text::before {
    right: -140px;
  }
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_greeting_text::before {
    background: url(../img/mechan_sp.png) no-repeat;
    right: -30%;
    bottom: -20px;
    width: 30%;
    max-width: 140px;
    height: 235px;
    background-size: contain;
    background-position: left bottom;
  }
}
.newyear_wrap .newyear_greeting_text::after {
  position: absolute;
  display: inline;
  content: "";
  background: url(../img/yukun_pc.png) no-repeat;
  left: -165px;
  bottom: -20px;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_greeting_text::after {
    left: -135px;
  }
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_greeting_text::after {
    background: url(../img/yukun_sp.png) no-repeat;
    left: -30%;
    bottom: -20px;
    width: 30%;
    max-width: 140px;
    height: 235px;
    background-size: contain;
    background-position: left bottom;
  }
}
.newyear_wrap .newyear_greeting_text img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .bg_yellow {
  display: block;
  background: url(../img/yellow_sqae.png) repeat;
  width: 100%;
  height: auto;
}
.newyear_wrap #movie {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media screen and (max-width: 400px) {
  .newyear_wrap #movie {
    padding-top: 40;
    padding-bottom: 15px;
  }
}
.newyear_wrap .movie-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .movie-youtube {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
  }
}
.newyear_wrap .movie-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.newyear_wrap .movie_dummy {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .movie_dummy {
    width: 100%;
  }
}
.newyear_wrap .movie_dummy img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_cashless {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}
.newyear_wrap .newyear_cashless_content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_cashless_content {
    width: 90%;
    max-width: 450px;
  }
}
.newyear_wrap .newyear_cashless_notice {
  font-size: 1em;
  color: #000;
  font-weight: 500;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_cashless_notice {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_cashless_notice {
    padding-left: 0;
  }
}
.newyear_wrap .newyear_fukubiki {
  background: #DC1D1D url(../img/pattern.png);
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
.newyear_wrap .newyear_fukubiki::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/fukubiki_bg_left.png) no-repeat;
  width: 30%;
  max-width: 363px;
  height: 430px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki::before {
    width: 30%;
  }
}
.newyear_wrap .newyear_fukubiki::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/fukubiki_bg_right.png) no-repeat;
  width: 30%;
  max-width: 289px;
  height: 435px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki::after {
    width: 30%;
    top: 40px;
  }
}
.newyear_wrap .newyear_fukubiki_title {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 1;
}
.newyear_wrap .newyear_fukubiki_title .karakuji {
  position: absolute;
  width: 10%;
  height: auto;
  right: 5px;
  bottom: 0;
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_title .karakuji {
    width: 80px;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_fukubiki_title .karakuji {
    width: 60px;
    right: 0;
  }
}
.newyear_wrap .newyear_fukubiki_title .karakuji img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_fukubiki_date_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_date_wrap {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.newyear_wrap .newyear_fukubiki_date {
  width: 60%;
  max-width: 500px;
}
.newyear_wrap .newyear_fukubiki_date img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_date {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 8px;
  }
}
.newyear_wrap .newyear_fukubiki_time {
  width: 40%;
  max-width: 270px;
  padding-top: 30px;
}
.newyear_wrap .newyear_fukubiki_time img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_time {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 24px;
  }
}
.newyear_wrap .newyear_fukubiki_notice_fin {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_fukubiki_notice_fin {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_notice_fin {
    margin: 0 auto;
    border: 1px solid #fff;
    padding: 24px;
    max-width: 500px;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_fukubiki_notice_fin {
    padding: 16px;
    width: 80%;
  }
}
.newyear_wrap .newyear_fukubiki_notice_fin_text {
  display: inline;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_notice_fin_text {
    border-bottom: none;
    font-size: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_fukubiki_notice_fin_text {
    font-size: 1.2em;
  }
}
.newyear_wrap .newyear_fukubiki_fee {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_fee {
    padding-top: 24px;
    max-width: 500px;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_fukubiki_fee {
    padding-top: 16px;
    width: 90%;
  }
}
.newyear_wrap .newyear_fukubiki_fee img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_fukubiki_prize_wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  padding: 16px 16px 0;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_prize_wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 500px;
  }
}
.newyear_wrap .newyear_fukubiki_prize_wrap::before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #F5DE6B;
  left: 50%;
  top: 0;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_prize_wrap::before {
    content: none;
  }
}
.newyear_wrap .newyear_fukubiki_prize_wrap::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F5DE6B;
  left: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_prize_wrap::after {
    content: none;
  }
}
.newyear_wrap .newyear_fukubiki_prize_wrap ul {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_prize_wrap ul {
    display: block;
  }
}
.newyear_wrap .newyear_fukubiki_prize_wrap ul .newyear_fukubiki_prize_list {
  width: 50%;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_prize_wrap ul .newyear_fukubiki_prize_list {
    width: 100%;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_prize_wrap ul .newyear_fukubiki_prize_list::after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 90%;
    height: 1px;
    background-color: #F5DE6B;
    left: 5%;
    bottom: 0;
  }
}
.newyear_wrap .newyear_fukubiki_prize_wrap ul .newyear_fukubiki_prize_list img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_fukubiki_notice_detail {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.2em;
  font-weight: 500;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_notice_detail {
    width: 90%;
    font-size: 1em;
  }
}
.newyear_wrap .newyear_fukubiki_button {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #DC1D1D;
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 100px;
  padding: 16px;
  position: relative;
  box-shadow: 15px 15px 0px -7px rgba(106, 106, 106, 0.6);
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_fukubiki_button {
    width: 90%;
    font-size: 1.2em;
  }
}
.newyear_wrap .newyear_fukubiki_button::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/flower.png) no-repeat;
  width: 33px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 1em;
  top: 30%;
}
.newyear_wrap .newyear_fukubiki_button::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/arrow_red.png) no-repeat;
  width: 8px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1em;
  top: 38%;
}
.newyear_wrap .yellow_line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background-color: #FFDD00;
}
.newyear_wrap .newyear_undameshi {
  width: 100%;
  position: relative;
  background-color: #E50012;
  padding-top: 40px;
  padding-bottom: 80px;
}
.newyear_wrap .newyear_undameshi::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/chusen_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  max-width: 288px;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_undameshi::before {
    content: none;
  }
}
.newyear_wrap .newyear_undameshi::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../img/chusen_right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
  max-width: 282px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_undameshi::after {
    background-image: url(../img/chusen_right_sp.png);
    width: 30%;
    background-size: contain;
    top: 0;
    right: 0;
  }
}
.newyear_wrap .newyear_undameshi_title_top {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.newyear_wrap .newyear_undameshi_title_top img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_undameshi_title_top {
    width: 90%;
  }
}
.newyear_wrap .newyear_undameshi_title_bottom {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.newyear_wrap .newyear_undameshi_title_bottom img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_undameshi_title_bottom {
    width: 90%;
  }
}
.newyear_wrap .newyear_undameshi_date {
  display: block;
  width: 100%;
  max-width: 530px;
  margin: 0 auto 40px;
  padding: 8px 16px;
  background-color: #FFDD00;
  text-align: center;
  border: 2px solid #000;
  border-radius: 5px;
  font-size: 1.5em;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_date {
    width: 90%;
    font-size: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_undameshi_date {
    font-size: 0.9em;
    padding: 8px;
  }
}
.newyear_wrap .newyear_undameshi_date span {
  font-size: 1.2em;
}
.newyear_wrap .newyear_undameshi_summary {
  width: 100%;
  max-width: 800px;
  font-size: 1.8em;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .newyear_wrap .newyear_undameshi_summary {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_summary {
    font-size: 1.5em;
  }
}
.newyear_wrap .newyear_undameshi_notice {
  width: 100%;
  max-width: 650px;
  font-size: 1.2em;
  margin: 0 auto;
  font-weight: 700;
  color: #fff;
  padding-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_notice {
    width: 90%;
    font-size: 1em;
  }
}
.newyear_wrap .newyear_undameshi_prize_wrap {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_prize_wrap {
    width: 90%;
    max-width: 500px;
    padding: 16px 16px 0;
    border-radius: 10px;
  }
}
.newyear_wrap .newyear_undameshi_prize_wrap .newyear_undameshi_prize_list {
  width: 100%;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_prize_wrap .newyear_undameshi_prize_list {
    padding-bottom: 16px;
  }
}
.newyear_wrap .newyear_undameshi_prize_wrap .newyear_undameshi_prize_list img {
  width: 100%;
  vertical-align: middle;
}
.newyear_wrap .newyear_undameshi_attention {
  width: 100%;
  background: #FFF3DE;
  padding-top: 24px;
  padding-bottom: 32px;
}
.newyear_wrap .newyear_undameshi_attention_red {
  background: #E50012;
  color: #fff;
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_undameshi_attention_red {
    font-size: 1.5em;
  }
}
.newyear_wrap .newyear_undameshi_attention_sm {
  font-size: 1.2em;
  color: #000000;
  font-weight: 500;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_attention_sm {
    width: 90%;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_undameshi_attention_sm {
    font-size: 1em;
  }
}
.newyear_wrap .result_announcement {
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  box-sizing: border-box;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .result_announcement {
    width: 90%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .result_announcement {
    padding: 8px;
  }
}
.newyear_wrap .result_announcement_text {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #000;
}
.newyear_wrap .result_announcement_text .text_red {
  color: #E50012;
}
@media screen and (max-width: 400px) {
  .newyear_wrap .result_announcement_text {
    font-size: 1em;
  }
}
.newyear_wrap .newyear_undameshi_attention_rarara {
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .newyear_undameshi_attention_rarara {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 400px) {
  .newyear_wrap .newyear_undameshi_attention_rarara {
    font-size: 0.9em;
  }
}
.newyear_wrap .rarara_howto {
  width: 100%;
  padding-top: 24px;
  padding-bottom: 64px;
  background: #FFE8F3;
}
.newyear_wrap .howto_index {
  font-size: 2em;
  font-weight: 700;
  color: #C70079;
  text-align: center;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .howto_index {
    font-size: 1.5em;
  }
}
.newyear_wrap .howto_text_wrap {
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .howto_text_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.newyear_wrap .howto_text {
  font-size: 1em;
  font-weight: 500;
  color: #C70079;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
}
.newyear_wrap .app_button {
  display: block;
  width: 100%;
  max-width: 500px;
  color: #fff;
  font-size: 1.3em;
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  background-color: #C70079;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .app_button {
    width: 90%;
    margin: 0 auto;
    max-width: 370px;
    font-size: 1.1em;
  }
}
.newyear_wrap .app_button::after {
  position: absolute;
  content: "";
  display: inline-block;
  background: url(../img/arrow_white.png) no-repeat;
  width: 8px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 1em;
  top: 35%;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .app_button::after {
    top: 43%;
  }
}
.newyear_wrap .chirashi_check {
  width: 100%;
  background: url(../img/red_back_sqae.png) repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
.newyear_wrap .chirashi_check::before, .newyear_wrap .chirashi_check::after {
  position: absolute;
  display: inline-block;
  content: "";
}
.newyear_wrap .chirashi_check::before {
  background: url(../img/tenpo_left.png) no-repeat;
  width: 20%;
  max-width: 450px;
  height: 90%;
  background-size: contain;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .chirashi_check::before {
    background: url(../img/tenpo_left_sp.png) no-repeat;
    max-width: 300px;
    height: 90%;
    background-size: contain;
  }
}
.newyear_wrap .chirashi_check::after {
  background: url(../img/tenpo_right.png) no-repeat;
  width: 20%;
  max-width: 400px;
  height: 75%;
  background-size: contain;
  background-position: top right;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .chirashi_check::after {
    background: url(../img/tenpo_right_sp.png) no-repeat;
    max-width: 250px;
    height: 55%;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .newyear_wrap .chirashi_check {
    padding-bottom: 64px;
  }
}
.newyear_wrap .chirashi_check_text_lg {
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  padding-bottom: 24px;
  position: relative;
  z-index: 2;
}
.newyear_wrap .chirashi_check_text_lg .text_yellow {
  font-size: 1.5em;
  color: #FFE704;
}
.newyear_wrap .chirashi_check_bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.newyear_wrap .chirashi_check_bottom::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../img/arrow_double_pc.png) no-repeat;
  width: 50px;
  height: 30px;
  background-size: contain;
  bottom: -20px;
  left: calc((100% - 50px) / 2);
}
@media screen and (max-width: 768px) {
  .newyear_wrap .chirashi_check_bottom::after {
    background: url(../img/arrow_double_sp.png) no-repeat;
    width: 44px;
    height: 23px;
    bottom: -40px;
    background-size: contain;
    left: calc((100% - 44px) / 2);
  }
}
.newyear_wrap .kadomatsu {
  width: 20%;
  max-width: 67px;
}
.newyear_wrap .kadomatsu img {
  width: 100%;
}
.newyear_wrap .chirashi_text {
  font-size: 1.5em;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  .newyear_wrap .chirashi_text {
    font-size: 1em;
  }
}
.newyear_wrap .newyear_greeting,
.newyear_wrap .second_movie {
  display: none;
}

/*[1]　1/1(日) 9：00 以下コメントアウトとる*/
/* =============================================

.newyear_wrap .newyear_greeting,
.newyear_wrap .second_movie{
  display: block;
}

.newyear_wrap .first_movie{
  display: none;
}

.newyear_wrap .newyear_fukubiki{
  display: none;
}
============================================= */
/*[2]　1/1(日) 21：00 以下コメントアウトとる*/
/* =============================================

.newyear_wrap .newyear_cashless{
  display: none;
}

============================================= */
/*# sourceMappingURL=style-newyear.css.map */