@charset "utf-8";
/* CSS Document */
.only_pc {
  display: block;
}

.only_sp {
  display: none !important;
}

.emphasis {
  font-size: 1.2em;
}

.emphasis_b {
  font-size: 1.4em;
}
/*カラー*/
body {
    --clr-main-color :#01c5f8;
    --clr-main-dark-color :#0f86e6;
    --clr-sub-color :#ffac43;
    --clr-hover-color :#f56500;
}

/*共通*/
.g-container .content-wrapper {
  position: relative;
  overflow: hidden;
}

.content-wrapper img {
  max-width: 100%;
  display: block;
}
.content-wrapper > * {
  box-sizing: border-box;
}
.content-wrapper-inner {
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--clr-main-color);
  font-size: 15.6px;
}

.content-wrapper-inner-main {
  width: 90%;
  max-width: 960px;
  background-color: #ffffff;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  height: 500px;
  position: relative;
}

.content-wrapper-inner h1,
.content-wrapper-inner h2,
.content-wrapper-inner h3 {
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.inline_c {
  display: inline-block;
}

/*flexbox*/
.f-box {
  display: -webkit-box;
  display: flex;
  box-sizing: border-box;
  margin: 20px auto;
}

/*flexbox 並び順*/

/*横*/
.f-box-d-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/*縦*/
.f-box-d-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/*flexbox 折り返し*/
/*折り返す*/
.f-box-wrap {
  flex-wrap: wrap;
}

/*flexbox アイテム横並位置*/

/*start*/
.f-box-jc-start {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
/*end*/
.f-box-jc-end {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
/*center*/
.f-box-jc-center {
  -webkit-box-pack: center;
  justify-content: center;
}
/*space-between*/
.f-box-jc-sb {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/*flexbox アイテム縦並位置*/

/*start*/
.f-box-at-start {
  -webkit-box-align: start;
  align-items: flex-start;
}
/*end*/
.f-box-at-end {
  -webkit-box-align: end;
  align-items: flex-end;
}
/*center*/
.f-box-at-end {
  -webkit-box-align: center;
  align-items: center;
}
/*テキストカラー*/
.f-c-w {
  color: #ffffff;
}
.f-s {
  text-shadow: var(--clr-main-dark-color) 1px 0 10px;
}
/*メイン*/
.main_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-color: var(--clr-main-color);
}

.main_img_inner {
  width: 100%;
  max-width: 960px;
  display: block;
  margin: 0 auto;
}
.main_img img {
  width: 100%;
}

/*セクション*/
section#sec1 {
  padding: 10px 10vw;
  background-color: var(--clr-main-color);
}
section#sec2 {
  padding: 5vw 0 7vw;
  clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
  background: #ffffff;
  width: 100%;
}

section#sec3 {
  padding: 0 10px 11vw;
  background-color: var(--clr-main-color);
}

section#sec4 {
  padding: 5vw 10px;
  clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 5vw), 0 100%);
  background: #ffffff;
  margin-top: -10vw;
  width: 100%;
}

section#sec5 {
  margin-top: -10vw;
  padding: 10vw 10px;
  background-color: var(--clr-main-color);
}

.coupon_content {
  margin-top: 5vw !important;
}

.sale_img_01 {
  width: 60%;
  max-width: 100px !important;
  display: block;
  position: absolute;
  top: -10px;
  right: 0;
}

.sale_img_02 {
  width: 60%;
  max-width: 80px !important;
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
}

.sale_img_03 {
  width: 60%;
  max-width: 100px !important;
  display: block;
  position: absolute;
  top: -10px;
  right: 70px;
  z-index: -1;
}

/*
section#sec1{
    padding: 10px 10px 30px;
    background-color: var(--clr-main-color);
}
section#sec2{
    padding: 100px 10px;
clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 94%);
  background: #ffffff;
margin-top: -20px;
    width: 100%;
    background-image: url("/PC/ja/asset/img/nw/feature/open_sale/present_bg.jpg");
    background-repeat: no-repeat;
background-position: 50% 70%;
}

section#sec3{
 padding: 0 10px 30px;
background-color: var(--clr-main-color);

}

section#sec4{
 padding: 60px 10px 60px;
  background-color: #EDEDED;
}

section#sec5{
 padding: 60px 10px 30px;
  background-color: #FFFFFF;
}
*/

.sec_content {
  width: 96%;
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  animation-fill-mode: forwards;
}
#sec3.sec_content {
  background-image: url("/PC/ja/asset/img/nw/feature/open_sale/event_bg.jpg");
  background-size: contain;
  background-repeat: no-repeat; /*画像が繰り返すのを防ぐ*/
}
#sec1 .sec_content {
}

#sec2 h2 {
  font-size: 2.4em;
  text-align: left;
  z-index: 1;
  position: relative;
  margin: 0 0 10px 10px;
  line-height: 1.2;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: 800;
}
#sec3 h3 {
  font-size: 1.8em;
  text-align: center;
  margin: 0;
	   font-family: "heisei-maru-gothic-std", sans-serif;
	font-weight: 800;
}

#sec4 h2 {
  font-size: 2.4em;
  text-align: center;
  z-index: 1;
  margin: 10px 0;
  line-height: 1.2;
  text-shadow: 2px 2px 10px #ffffff, -2px 2px 10px #ffffff,
    2px -2px 10px #ffffff, -2px -2px 10px #ffffff;
  position: relative;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
}

#sec5 h2 {
  font-size: 2.4em;
  text-align: center;
  z-index: 1;
  margin: 0 0 10px 10px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.h_cap {
  font-size: 0.8em;
  text-align: left;
}

#sec3 h2 {
  font-size: 2.4em;
  text-align: left;
  z-index: 1;
  position: relative;
  margin: 0 0 10px 10px;
  color: #ffffff;
  line-height: 1.2;
 font-weight: 800;
}

.sec_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
}

.cp_icon {
  width: 100px;
  height: 100px;
}

.headline {
  font-size: 1.4em;
  text-align: center;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  z-index: 1;
  position: relative;
  display: block;
  margin: 10px auto;
  line-height: 1.5;
}

.present_content,
.event_content {
  margin: 0;
}

.present_content ul,
.event_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
}

.present_content ul li {
  display: block;
  width: calc(25% - 20px);
  max-width: 306px;
  margin: 10px auto;
}

.present_content ul li img,
.event_content ul li img {
  width: 100%;
}

.event_content ul li {
  display: block;
  width: calc(100% / 3 - 20px);
  margin: 10px auto;
}

.date {
  font-size: 1.8em;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  line-height: 1.5;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: 800;
}

ul.event_btns {
  margin: 30px auto 15px;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
}

ul.event_btns li {
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
}
ul.event_btns li img {
  width: 100%;
}

ul.event_btns_txt {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  list-style: none;
  text-align: center;
}

ul.event_btns_txt li {
  width: calc(100% / 3 - 20px);
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.5em;
}

ul.event_btns_txt li a {
  color: #ffffff !important;
}

.slider {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 1rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}
.slider-img {
  margin: 0 5px;
}
.slider-img img {
  height: auto;
  width: 100%;
}

.wheel_lineup {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
}
/*.wheel_lineup.slick-slide:not(.slick-current)  {
-webkit-filter: opacity(30%);
    -moz-filter: opacity(30%);
    -o-filter: opacity(30%);
    -ms-filter: opacity(30%);
    filter: opacity(30%);
    transition: 0.1s linear;
}*/

.next-arrow {
  right: 0;
  cursor: pointer;
}

.slide-arrow {
  position: absolute;
  top: 46%;
  margin-top: -15px;
  z-index: 1;
}
.slide-dots {
  margin: 0;
  padding: 0;
  text-align: center;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}

.slide-dots li button {
  background: none;
  border: none;
  outline: none;
  padding: 0 7px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li.slick-active button::before {
  background-image: url(/PC/ja/asset/img/nw/feature/open_sale/dot_active.png);
}
.slide-dots li button::before {
  background-image: url(/PC/ja/asset/img/nw/feature/open_sale/dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}

.cpbtn,
a.cpbtn,
button.cpbtn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  max-width: 500px;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 10px auto;
}

.btn,
a.btn {
  color: #fff;
  background-color: var(--clr-sub-color);;
}
.btn:hover,
a.btn:hover {
  color: #fff;
  background: var(--clr-hover-color);;
}
.event_note {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 1em;
  background-color: #e10003;
  color: #ffffff;
  margin: 20px auto;
  font-size: 14px;
  text-shadow: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

@media screen and (max-width: 960px) {
  .sale_img_01 {
    max-width: 80px !important;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
  }

  .sale_img_02 {
    max-width: 60px !important;
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .sale_img_03 {
    max-width: 80px !important;
    display: block;
    position: absolute;
    top: -10px;
    right: 50px;
    z-index: -1;
  }
}
@media screen and (max-width: 600px) {
  .only_pc {
    display: none !important;
  }

  .only_sp {
    display: block !important;
  }
  .sec_content {
    padding: 10px;
    width: 100%;
  }

  .headline {
    font-size: 1em;
  }
  .emphasis {
    font-size: 1.3em;
  }
  .emphasis_b {
    font-size: 1.4em;
  }
  .cpbtn,
  a.cpbtn,
  button.cpbtn {
    font-size: 1.3rem;
    padding: 0.7em 0;
  }
  .cp_icon {
    width: 70px;
    height: 70px;
  }
	
.sec_title {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto 20px;
  position: relative;
  flex-direction: column;
}

  #sec2 h2 {
    font-size: 1.6em;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0 0 10px 0;
    line-height: 1.2;
  }
  #sec3 h2 {
    font-size: 1.6em;
	text-align: center;
    margin: 0 0 10px 0;
	font-family: "heisei-maru-gothic-std", sans-serif;
	font-weight: 800;
  }
  #sec4 h2 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
  }
  .date {
    font-size: 1.2em;
    text-align: center;
    display: block;
    margin: 0 auto;
    font-family: "heisei-maru-gothic-std", sans-serif;
    line-height: 1.5;
    position: relative;
    z-index: 1;
  }
  .sale_img_01 {
    max-width: 60px !important;
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
  }

  .sale_img_02 {
    max-width: 40px !important;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
  }

  .sale_img_03 {
    max-width: 60px !important;
    display: block;
    position: absolute;
    top: -10px;
    right: 50px;
    z-index: -1;
  }
}


.main_img_full {
  background-image: url("/PC/ja/asset/img/nw/feature/open_sale/main_pc.webp");
  background-size: cover;
  background-position: center;
  height: 500px;
background-repeat: no-repeat;
  padding-top:0;
}

@media screen and (max-width: 1300px) {
.main_img_full {
  height: 400px;
}
}

@media screen and (max-width: 830px) {
.main_img_full {
  height: 360px;
}
	
section#sec1 {
  padding: 10px 3vw;
}

@media screen and (max-width: 768px) {
.main_img_full {
  height: 300px;
}
}

@media screen and (max-width: 600px) {
.main_img_full {
  background-image: url("/PC/ja/asset/img/nw/feature/open_sale/main_sp.webp");
  height: 0;
 padding-top: 80%;
}
#sec3 h3 {
    font-size: 1.6em;

}
}
.sale_title{
text-align: center!important;
}


.i-l{
display: inline-block;
}



