@charset "UTF-8";
/* Scss Document */
/* transition */
/* opacity */
/* inline-block */
/* font-family */
/* font size */
/* CSS Document */
/************************************************************
FONT SIZE
************************************************************/
html {
  font-size: 62.5%;
}

/*html.fontChange1{font-size:62.5%;}
html.fontChange2{font-size:70%;}*/
body {
  font-size: 16px;
  font-size: 1.6rem;
}

p, li, dt, dd, th, td, textarea {
  font-size: 16px;
  font-size: 1.6rem;
}

/************************************************************
HTML TAGS
************************************************************/
* {
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
}

html, body {
  color: #222;
  font-family: 'Noto Sans JP',"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  background: #fff;
}

p {
  line-height: 2;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  font-size: 1.6rem;
}

dd, dt {
  line-height: 1.6;
  letter-spacing: normal;
  font-size: 14px;
}

dt {
  font-weight: bold;
  letter-spacing: normal;
}

li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

th {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

td {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  letter-spacing: normal;
  max-width: 100%;
}

hr {
  margin: 0px;
  padding: 0px;
}

address {
  font-style: normal;
}

a {
  color: #222;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

a:hover {
  text-decoration: underline;
  /*color: #00bfaf;*/
  color: #222;
}

a img {
  border: none;
}

@media screen and (max-width: 812px) {
  p {
    line-height: 1.8;
  }
  p, li, dt, dd, th, td {
    font-size: 14px;
    font-size: 1.4rem;
  }
  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
}

#main {
  padding-top: 0;
}

#base_bg {
  background: url("../../common/image/base_bg.jpg") center top no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102vh;
}

@media screen and (max-width: 812px) {
  #base_bg {
    background-image: url("../../common/image/base_bg_sp.jpg");
  }
}

#mv {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 812px) {
  #mv {
    min-width: 100%;
  }
}

#mv .mv_inner {
  position: relative;
  background: url("../../events/image/mv-bg_pc.png") center top no-repeat;
  background-size: cover;
  padding-top: calc(516 / 1680 * 100%);
}

@media screen and (max-width: 812px) {
  #mv .mv_inner {
    background: url("../../events/image/mv-bg_sp.png") center top no-repeat;
    background-size: cover;
    padding-top: calc(460 / 750 * 100%);
  }
}

#mv .mv_inner > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mv h1 {
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotateZ(0.03deg);
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  transform: none;
  padding-top: 3.5%;
  margin-left: 50px;
}

@media screen and (max-width: 812px) {
  #mv h1 {
    font-size: 4vw;
    letter-spacing: -0.05em;
    padding-top: 12.8vw;
    margin: 0 4vw;
  }
}

#mv h1 span {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 140px;
  color: #fff;
  letter-spacing: 0.05em;
  mix-blend-mode: difference;
  margin-left: -7px;
  margin-bottom: 3px;
}

@media screen and (max-width: 812px) {
  #mv h1 span {
    margin-left: -0.4vw;
    margin-bottom: 0;
    font-size: 13.86667vw;
  }
}

#article_events #block1 {
  padding: 90px 0 100px;
}

#article_events #block1 .flex_bet > figure {
  width: 46%;
}

#article_events #block1 .flex_bet > figure img {
  width: 100%;
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > figure {
    width: 95%;
  }
}

#article_events #block1 .flex_bet > div {
  width: 50%;
  padding: 0 7% 0 3%;
}

#article_events #block1 .flex_bet > div p {
  font-size: 18px;
  line-height: 2.5;
  font-weight: 700;
  padding: 60px 0;
}

@media screen and (max-width: 1350px) {
  #article_events #block1 .flex_bet > div p {
    font-size: 16px;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > div p {
    font-size: 3.73333vw;
    line-height: 2.1;
    padding: 9.33333vw 0;
  }
}

#article_events #block1 .flex_bet > div .top_part {
  position: relative;
  border-top: 1px solid #6b6e6f;
}

#article_events #block1 .flex_bet > div .top_part img {
  position: absolute;
  top: -1px;
  left: -55px;
  width: 56px;
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > div .top_part img {
    width: 11.46667vw;
    left: -10.93333vw;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > div .top_part {
    margin-left: 9vw;
  }
}

#article_events #block1 .flex_bet > div .bottom_part {
  position: relative;
  border-top: 1px solid #6b6e6f;
}

#article_events #block1 .flex_bet > div .bottom_part img {
  position: absolute;
  bottom: 0;
  right: -55px;
  width: 56px;
  transform: rotate(180deg);
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > div .bottom_part img {
    width: 11.46667vw;
    right: -10.93333vw;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > div .bottom_part {
    margin-right: 9vw;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block1 .flex_bet > div {
    width: 100%;
    padding: 10.66667vw 8% 0;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block1 {
    padding: 6.66667vw 0 16vw;
  }
}

#article_events #block2 {
  background: url("../../events/image/store_event_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0 90px;
}

#article_events #block2 .store_event_box {
  background: url("../../events/image/sotre_event_fig_bg.png?r=20250424") center center no-repeat;
  width: 1200px;
  margin: 0 auto;
  height: 1106px;
  margin-top: 45px;
  position: relative;
}

#article_events #block2 .store_event_box .store_event_box1 {
  position: absolute;
  top: 200px;
  left: 10px;
}

#article_events #block2 .store_event_box .store_event_box1 li {
  width: 377px;
  height: 148px;
  text-indent: -9999px;
}

#article_events #block2 .store_event_box .store_event_box1 li a {
  display: block;
  height: 100%;
}

#article_events #block2 .store_event_box .store_event_box1 li:nth-child(1) {
  background: url("../../events/image/sotre_event_bt1.png");
}

#article_events #block2 .store_event_box .store_event_box1 li:nth-child(1):hover {
  background: url("../../events/image/sotre_event_bt1_ro.png");
}

#article_events #block2 .store_event_box .store_event_box2 {
  position: absolute;
  top: 200px;
  left: 415px;
}

#article_events #block2 .store_event_box .store_event_box2 li {
  width: 377px;
  height: 148px;
  text-indent: -9999px;
}

#article_events #block2 .store_event_box .store_event_box2 li a {
  display: block;
  height: 100%;
}

#article_events #block2 .store_event_box .store_event_box2 li:nth-child(1) {
  background: url("../../events/image/sotre_event_bt2_2.png");
}

#article_events #block2 .store_event_box .store_event_box2 li:nth-child(1):hover {
  background: url("../../events/image/sotre_event_bt2_2_ro.png");
}

#article_events #block2 .store_event_box .store_event_box2 li:nth-child(2) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt2_5.png");
}

#article_events #block2 .store_event_box .store_event_box2 li:nth-child(2):hover {
  background: url("../../events/image/sotre_event_bt2_5_ro.png");
}

#article_events #block2 .store_event_box .store_event_box2 li:nth-child(3) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt2_4.png");
}

#article_events #block2 .store_event_box .store_event_box2 li:nth-child(3):hover {
  background: url("../../events/image/sotre_event_bt2_4_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 {
  position: absolute;
  top: 200px;
  left: 815px;
}

#article_events #block2 .store_event_box .store_event_box3 li {
  width: 377px;
  height: 148px;
  text-indent: -9999px;
}

#article_events #block2 .store_event_box .store_event_box3 li a {
  display: block;
  height: 100%;
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(1) {
  background: url("../../events/image/sotre_event_bt3_1.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(1):hover {
  background: url("../../events/image/sotre_event_bt3_1_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(2) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt3_7.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(2):hover {
  background: url("../../events/image/sotre_event_bt3_7_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(3) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt3_2.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(3):hover {
  background: url("../../events/image/sotre_event_bt3_2_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(4) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt3_4.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(4):hover {
  background: url("../../events/image/sotre_event_bt3_4_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(5) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt3_8.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(5):hover {
  background: url("../../events/image/sotre_event_bt3_8_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(6) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt3_3.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(6):hover {
  background: url("../../events/image/sotre_event_bt3_3_ro.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(7) {
  margin-top: -23px;
  background: url("../../events/image/sotre_event_bt3_5.png");
}

#article_events #block2 .store_event_box .store_event_box3 li:nth-child(7):hover {
  background: url("../../events/image/sotre_event_bt3_5_ro.png");
}

#article_events #block2 .store_event_box_sp {
  width: 90%;
  margin: 12vw auto 0;
}

@media screen and (max-width: 812px) {
  #article_events #block2 .store_event_box_sp h3 {
    font-size: 4vw;
    text-align: center;
    color: #fff;
    padding-bottom: 4vw;
    text-shadow: 0 0 5px #000;
  }
}

#article_events #block2 .store_event_box_sp ul li:nth-child(n+2) {
  margin-top: -2.66667vw;
}

#article_events #block2 .store_event_box_sp .store_event_box_sp1 {
  background: #e2bf00;
  background: -moz-linear-gradient(90deg, rgba(226, 191, 0, 0.7) 0%, rgba(226, 191, 0, 0.05) 100%);
  background: -webkit-linear-gradient(90deg, rgba(226, 191, 0, 0.7) 0%, rgba(226, 191, 0, 0.05) 100%);
  background: linear-gradient(90deg, rgba(226, 191, 0, 0.7) 0%, rgba(226, 191, 0, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e2bf00",endColorstr="#e2bf00",GradientType=1);
  padding: 6.66667vw 3% 8vw;
}

#article_events #block2 .store_event_box_sp .store_event_box_sp2 {
  position: relative;
  background: #ec8e06;
  background: -moz-linear-gradient(90deg, rgba(236, 142, 6, 0.7) 0%, rgba(236, 142, 6, 0.05) 100%);
  background: -webkit-linear-gradient(90deg, rgba(236, 142, 6, 0.7) 0%, rgba(236, 142, 6, 0.05) 100%);
  background: linear-gradient(90deg, rgba(236, 142, 6, 0.7) 0%, rgba(236, 142, 6, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ec8e06",endColorstr="#ec8e06",GradientType=1);
  padding: 6.66667vw 3% 8vw;
  margin-top: 3px;
}

#article_events #block2 .store_event_box_sp .store_event_box_sp2 figure {
  position: absolute;
  top: 0;
  left: -5%;
  width: 27vw;
}

#article_events #block2 .store_event_box_sp .store_event_box_sp3 {
  background: #f55d0b;
  background: -moz-linear-gradient(90deg, rgba(245, 93, 11, 0.7) 0%, rgba(245, 93, 11, 0.05) 100%);
  background: -webkit-linear-gradient(90deg, rgba(245, 93, 11, 0.7) 0%, rgba(245, 93, 11, 0.05) 100%);
  background: linear-gradient(90deg, rgba(245, 93, 11, 0.7) 0%, rgba(245, 93, 11, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f55d0b",endColorstr="#f55d0b",GradientType=1);
  padding: 6.66667vw 3% 8vw;
  margin-top: 3px;
}

@media screen and (max-width: 812px) {
  #article_events #block2 {
    background: url("../../events/image/store_event_bg_sp.jpg") center center no-repeat;
    padding: 13.33333vw 0 16vw;
  }
}

#article_events #block3 {
  background: #000;
  padding: 90px 0 120px;
}

#article_events #block3 .competitive_event_box {
  background: url("../../events/image/competitive_event_bg.jpg") center center no-repeat;
  width: 1200px;
  margin: 0 auto;
  height: 850px;
  margin-top: 45px;
  position: relative;
}

#article_events #block3 .competitive_event_box ul li {
  text-indent: -9999px;
  position: absolute;
}

#article_events #block3 .competitive_event_box ul li a {
  display: block;
  height: 100%;
}

#article_events #block3 .competitive_event_box ul li:nth-child(1) {
  background: url("../../events/image/competitive_event_bt1.jpg") center center no-repeat;
  width: 1048px;
  height: 207px;
  left: 57px;
  bottom: 0;
}

#article_events #block3 .competitive_event_box ul li:nth-child(1):hover {
  background: url("../../events/image/competitive_event_bt1_ro.jpg") center center no-repeat;
}

#article_events #block3 .competitive_event_box ul li:nth-child(2) {
  background: url("../../events/image/competitive_event_bt2.jpg") center center no-repeat;
  width: 770px;
  height: 173px;
  left: 198px;
  bottom: 207px;
}

#article_events #block3 .competitive_event_box ul li:nth-child(2):hover {
  background: url("../../events/image/competitive_event_bt2_ro.jpg") center center no-repeat;
}

#article_events #block3 .competitive_event_box ul li:nth-child(3) {
  background: url("../../events/image/competitive_event_bt3.jpg") center center no-repeat;
  width: 534px;
  height: 166px;
  left: 316px;
  bottom: 380px;
}

#article_events #block3 .competitive_event_box ul li:nth-child(3):hover {
  background: url("../../events/image/competitive_event_bt3_ro.jpg") center center no-repeat;
}

#article_events #block3 .competitive_event_box ul li:nth-child(4) {
  background: url("../../events/image/competitive_event_bt4.jpg") center center no-repeat;
  width: 307px;
  height: 234px;
  left: 428px;
  bottom: 546px;
}

#article_events #block3 .competitive_event_box ul li:nth-child(4):hover {
  background: url("../../events/image/competitive_event_bt4_ro.jpg") center center no-repeat;
}

#article_events #block3 .competitive_event_box_sp {
  width: 100%;
  margin: 0 auto;
  margin-top: 8vw;
  text-align: center;
  position: relative;
}

#article_events #block3 .competitive_event_box_sp > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#article_events #block3 .competitive_event_box_sp ul {
  position: relative;
  width: 100%;
  height: 100%;
}

#article_events #block3 .competitive_event_box_sp ul li {
  position: absolute;
  text-indent: -9999px;
}

#article_events #block3 .competitive_event_box_sp ul li:nth-child(1) {
  bottom: 0;
  left: 4%;
  width: 89%;
  height: 24%;
}

#article_events #block3 .competitive_event_box_sp ul li:nth-child(2) {
  bottom: 24%;
  left: 16%;
  width: 68%;
  height: 20.5%;
}

#article_events #block3 .competitive_event_box_sp ul li:nth-child(3) {
  left: 26%;
  bottom: 44.5%;
  width: 45%;
  height: 19.5%;
}

#article_events #block3 .competitive_event_box_sp ul li:nth-child(4) {
  left: 35%;
  bottom: 64%;
  width: 26%;
  height: 28%;
}

#article_events #block3 .competitive_event_box_sp ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 812px) {
  #article_events #block3 {
    padding: 13.33333vw 0 16vw;
  }
}

#article_events #block4 {
  padding: 100px 0 120px;
}

#article_events #block4 .block4_inner {
  padding-top: 90px;
}

#article_events #block4 .block4_inner ul {
  margin-left: -1.3%;
}

#article_events #block4 .block4_inner ul li {
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  background: #222;
  overflow: hidden;
  position: relative;
  width: 32%;
  margin-left: 1.3%;
  margin-bottom: 1.3%;
}

#article_events #block4 .block4_inner ul li a {
  display: block;
  padding: 30px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: 'M PLUS 1p', sans-serif;
  transform: rotateZ(0.03deg);
}

#article_events #block4 .block4_inner ul li a:hover {
  background: #222;
  color: #f55d0b;
  text-decoration: none;
}

@media screen and (max-width: 812px) {
  #article_events #block4 .block4_inner ul li a {
    padding: 4.8vw 1%;
    font-size: 3.73333vw;
  }
}

#article_events #block4 .block4_inner ul li:before {
  position: absolute;
  top: 1px;
  left: 1px;
  clip-path: polygon(25px 0, 100% 0, 100% calc(100% - 25px), calc(100% - 25px) 100%, 0 100%, 0 25px);
  content: '';
  display: block;
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

@media screen and (max-width: 812px) {
  #article_events #block4 .block4_inner ul li:before {
    clip-path: polygon(3.5vw 0, 100% 0, 100% calc(100% - 3.5vw), calc(100% - 3.5vw) 100%, 0 100%, 0 3.5vw);
  }
}

@media screen and (max-width: 812px) {
  #article_events #block4 .block4_inner ul li {
    width: 100%;
    clip-path: polygon(3.5vw 0, 100% 0, 100% calc(100% - 3.5vw), calc(100% - 3.5vw) 100%, 0 100%, 0 3.5vw);
    margin-bottom: 3.2vw;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block4 .block4_inner ul {
    margin-left: 0;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block4 .block4_inner:nth-child(n+2) {
    padding-top: 12vw;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block4 .block4_inner {
    padding: 5.33333vw 4% 0;
  }
}

@media screen and (max-width: 812px) {
  #article_events #block4 {
    padding: 13.33333vw 0 16vw;
  }
}

/*# sourceMappingURL=events.css.map */