@charset "UTF-8";
/*===============================================================
	変数
===============================================================*/
/*　画面左右のマージン　*/
/*　幅　*/
/*375px-1800px*/
/*40-60*/
/*22-52*/
/*26-40*/
/*22-28*/
/*12-14*/
/*16-18*/
/*18-20*/
/*20-24*/
/*24-28*/
/*===============================================================

	mixin

===============================================================*/
/*規約関連----------------------------------------*/
.cp_termsContainer {
  position: relative;
  margin-top: 0;
  padding: 80px 0px 80px;
}
.cp_termsContainer:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(221, 221, 221);
  background-image: url(/special/sports/common/images/bg_white_noize.png);
  background-repeat: repeat;
  background-size: 500px 500px;
}
.cp_termsContainer .cp_terms {
  margin-top: 30px;
  background-color: rgb(255, 255, 255);
  padding: 60px 80px 75px;
  border-radius: 8px;
}
.cp_termsContainer .cp_terms {
  text-align: left;
}
.cp_termsContainer .cp_terms * {
  font-size: 1rem;
  line-height: 1.7;
  word-break: break-all;
}
.cp_termsContainer .cp_terms_title {
  display: block;
  margin: 0 auto 3rem;
  text-align: center;
  line-height: 1.4 !important;
  padding-bottom: 1rem;
  border-bottom: 3px solid #e83817;
  font-size: clamp(1.125rem, 0.807rem + 1.59vw, 2rem);
  font-weight: bold;
}
.cp_termsContainer .cp_terms .terms_block {
  margin-bottom: 2em;
}
.cp_termsContainer .cp_terms .terms_block p {
  margin: 0.5em 0;
  padding-left: 1.2rem;
}
.cp_termsContainer .cp_terms .terms_title,
.cp_termsContainer .cp_terms .terms_title2 {
  font-size: clamp(16px, 3.5vw, 20px);
  color: #333;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
.cp_termsContainer .cp_terms .terms_title2 {
  margin-bottom: 1rem;
}
.cp_termsContainer .cp_terms .terms_title::before {
  position: relative;
  top: -2px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: #e93817;
  border-radius: 100px;
  margin-right: 0.5rem;
}
.cp_termsContainer .cp_terms .terms_title2::before {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 0.25rem;
  vertical-align: middle;
  border-radius: 2px;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  background: #e93817;
}
.cp_termsContainer .cp_terms .terms_title2::after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 0.25rem;
  vertical-align: middle;
  border-radius: 2px;
  margin-left: 0.5rem;
  margin-bottom: 0.2rem;
  background: #e93817;
}
.cp_termsContainer .cp_terms ul.terms_list {
  margin-top: 1em;
  margin-bottom: 1em;
}
.cp_termsContainer .cp_terms .note {
  margin-left: 2em !important;
  padding-left: 2em;
  text-indent: -2em;
  font-size: clamp(14px, 2.3vw, 16px);
  font-size: 14px;
}
.cp_termsContainer .cp_terms .note::before {
  content: "※";
  color: #333;
  font-weight: bold;
  margin-right: 0.3em;
}
.cp_termsContainer .cp_terms .note-box {
  margin: 1rem 0;
  padding: 1rem;
  background: #fff2f0;
  border-radius: 1rem;
  text-indent: 0;
}
.cp_termsContainer .cp_terms li {
  text-indent: -1em;
  padding-left: 1em;
}
.cp_termsContainer .cp_terms li::before {
  content: "・";
  margin-right: 0.2em;
}
.cp_termsContainer .cp_terms .u_mt_0 {
  margin-top: 0 !important;
}
.cp_termsContainer .cp_terms .u_mt_80 {
  margin-top: 80px;
}
.cp_termsContainer .cp_terms .u_mt_64 {
  margin-top: 64px;
}
.cp_termsContainer .cp_terms .u_mt_56 {
  margin-top: 56px;
}
.cp_termsContainer .cp_terms .sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .cp_termsContainer {
    position: relative;
    margin-top: 0;
    padding: 32px 16px;
  }
  .cp_termsContainer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .cp_termsContainer .cp_terms {
    margin-top: 30px;
    padding: 32px 24px 32px;
    border-radius: 8px;
  }
}
.info {
  margin: 0 auto 40px;
  padding: 64px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.info_title {
  max-width: 400px;
  margin: 0 auto 40px;
}
.info_title img:nth-child(2) {
  display: none;
}
.info_item_about {
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  gap: 24px;
}
.info_item_about dt {
  font-size: 140%;
}
.info_item_about dd li {
  margin-bottom: 8px;
}
.info_item_up {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
.info_item_up dt {
  width: 120px;
}
.info_item_up dd {
  text-align: right;
}
.info_item_up dd span {
  font-weight: bold;
  color: #f3e6ad;
}
.info_item_up dd strong {
  font-size: 200%;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #e93817 40%);
}
.info_item_up dd.info_item_up_img {
  width: 140px;
}
.info_item_btn {
  width: 320px;
  margin: 0 auto;
}
.info_item_btn a {
  display: block;
}

@media screen and (max-width: 767px) {
  .info {
    margin: 0 auto 40px;
    padding: 24px;
    border-radius: 16px;
    text-align: center;
  }
  .info_title {
    max-width: 100%;
    margin: 0 auto 0;
    display: flex;
    display: flex;
  }
  .info_title img:nth-child(1) {
    width: 75%;
  }
  .info_title img:nth-child(2) {
    display: block;
    width: 25%;
  }
  .info_item_about {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
    gap: 8px;
    margin-bottom: 24px;
  }
  .info_item_about dt {
    font-size: 110%;
  }
  .info_item_about dd li {
    margin-bottom: 8px;
  }
  .info_item_up {
    display: "flex";
    gap: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .info_item_up dt {
    width: 80px;
  }
  .info_item_up dd {
    white-space: nowrap;
    text-align: center;
  }
  .info_item_up dd span {
    font-weight: bold;
    color: #f3e6ad;
  }
  .info_item_up dd strong {
    font-size: 160%;
    font-weight: bold;
    background: linear-gradient(transparent 80%, #e93817 40%);
  }
  .info_item_up dd.info_item_up_img {
    display: none;
  }
  .info_item_btn {
    width: 280px;
    margin: 0 auto;
  }
  .info_item_btn a {
    display: block;
  }
}
.present {
  margin: 0 auto 40px;
  padding: 64px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-image: linear-gradient(45deg, #d7b36e, #fffac6 50%, #d7b36e);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.present_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  gap: 40px;
}
.present_img {
  width: 320px;
}
.present_img_inner {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 32px;
}
.present_img_inner img {
  width: 200px;
}
.present_tit {
  font-weight: bold;
  white-space: nowrap;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  color: #402c02;
}
.present_tit span {
  display: block;
}
.present_tit i {
  font-style: normal;
  color: #e83917;
}
.present_tit strong {
  font-size: 160%;
}

@media screen and (max-width: 767px) {
  .present {
    margin: 0 auto 24px;
    padding: 24px;
  }
  .present_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    gap: 24px;
  }
  .present_img {
    width: 280px;
  }
  .present_img_inner {
    text-align: center;
    background: #fff;
    border-radius: 8px;
    padding: 24px;
  }
  .present_img_inner img {
    width: 140px;
  }
  .present_tit {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #402c02;
  }
  .present_tit span {
    display: block;
  }
  .present_tit i {
    font-style: normal;
    color: #e83917;
  }
  .present_tit strong {
    font-size: 160%;
  }
}
/*===============================================================

	section_item_slider.scss

===============================================================*/
.page_campaign_202508 .section_item_slider {
  position: relative;
  background: #111 url("../img/x_hanabi_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /* background: #F2F2FC; */
  /* &:after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: url(/special/jch/matsuri_hanabi/images/bg_pattern.svg) center / 1600px auto;
    mix-blend-mode: overlay;
  } */
}
.page_campaign_202508 .section_item_slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.page_campaign_202508 .section_item_slider .headline, .page_campaign_202508 .section_item_slider .content {
  position: relative;
  z-index: 1;
}
.page_campaign_202508 .section_item_slider .headline_left_line:before {
  background-color: #fff;
}
.page_campaign_202508 .section_item_slider .headline_left_line:after {
  background-color: #fff;
}
.page_campaign_202508 .section_item_slider .headline_left_line .title {
  color: #fff;
}
.page_campaign_202508 .section_item_slider .arw:before {
  background: #fff;
}
.page_campaign_202508 .section_item_slider .arw:hover:before {
  background: #c8daff;
}
.page_campaign_202508 .section_item_slider .arw:after {
  border-top: solid 2px #00052E;
  border-left: solid 2px #00052E;
}
@media screen and (max-width: 767px) {
  .page_campaign_202508 .section_item_slider {
    background: transparent;
    /* &:after {
      background: url(/special/jch/matsuri_hanabi/images/bg_pattern.svg) center / 180% auto;
    } */
  }
}

.cp_tagContainer1 {
  margin: 24px auto 40px;
  padding: 32px 0 8px 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.cp_tagContainer1_tit {
  text-align: center;
  padding: 16px 0 8px;
}
.cp_tagContainer1_tit a {
  color: #fff;
  font-size: clamp(1.25rem, 1.173rem + 0.33vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cp_tagContainer1_tit a:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 16px;
  height: 16px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 1em;
}

.cp_tagContainer2 {
  background: #f7f7f7;
  padding: 80px 0 120px 0;
}
.cp_tagContainer2_tit {
  margin-bottom: 32px;
  font-size: clamp(1.375rem, 0.693rem + 3.41vw, 3.25rem);
  text-align: center;
  font-weight: bold;
  color: #333;
  background: linear-gradient(90deg, #58c6ff 0%, #076ad9 40%, #fb3279 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .cp_tagContainer1 {
    width: calc(100% + 32px);
    margin: 8px -16px 32px;
  }
  .cp_tagContainer2 {
    padding: 40px 0 120px 0;
  }
}
.cp_sns dl {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 24px 0;
}
.cp_snsTit {
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  font-weight: bold;
  color: #fff;
}
.cp_sns dd a {
  display: block;
  width: 36px;
  height: 36px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
.cp_sns dd.twitter a {
  background: url(https://www.myjcom.jp/common/2022/images/common/logo-sns-tw.png) no-repeat 0 0/36px 36px;
}
.cp_sns dd.facebook a {
  background: url(https://www.myjcom.jp/common/2022/images/common/logo-sns-fb.png) no-repeat 0 0/36px 36px;
}
.cp_sns dd.line a {
  background: transparent url(https://www.myjcom.jp/common/2022/images/common/logo-sns-li.png) no-repeat top left/36px 36px;
}

.cp_container {
  background: #111 url("../img/x_hanabi_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}
.cp_container .cp_title {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 800px;
}
.cp_container .cp_title img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8));
}
.cp_container_inner {
  padding: 0 0 80px;
}

.fiximg {
  display: none;
}

@media screen and (max-width: 1024px) {
  .cp_container .cp_title {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .cp_container {
    padding: 0 16px;
    background: transparent;
  }
  .cp_container .cp_title {
    margin: 0 auto;
    padding: 32px 0;
    max-width: 90%;
  }
  .cp_container .cp_title img {
    width: 100%;
  }
  .cp_container_inner {
    padding: 0 0 40px;
  }
  .fiximg {
    display: block;
    z-index: -1;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .fiximg img {
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
/*===============================================================

	crunmb

===============================================================*/
.crumb {
  text-align: left;
  max-width: 1220px;
  margin: 0 auto;
  padding: 8px 12px;
}
.crumb li {
  display: inline-block;
  padding-left: 8px;
  font-size: 13px;
  color: #eee;
}
.crumb li:first-child {
  padding-left: 0;
}
.crumb li:last-child {
  font-weight: bold;
}
.crumb li a {
  text-decoration: none;
  position: relative;
  padding-right: 16px;
  color: #eee;
  font-size: 13px;
}
.crumb li a:hover {
  color: #fff;
  text-decoration: underline;
}
.crumb li a:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s;
}

@media screen and (max-width: 1024px) {
  .crumb {
    text-align: left;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 767px) {
  .crumb {
    text-align: left;
    padding: 8px 0;
  }
}
.u_white {
  color: white;
}

.u_bg_white {
  background-color: white;
}

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