@charset "utf-8";
/*================================
common
================================*/
:root {
  --colo-main: #04093a;
  --colo-gold: #b8a536;
  --color_BLK: #252525;
	--gap_96px: clamp(32px, 12vw, 96px);
	--gap_80px: clamp(27px, 10vw, 80px);
	--gap_64px: clamp(21px, 8vw, 64px);
	--gap_48px: clamp(16px, 6vw, 48px);
	--gap_32px: clamp(11px, 4vw, 32px);
	--gap_24px: clamp(8px, 3vw, 24px);
	--gap_16px: clamp(5px, 2vw, 16px);
	--gap_8px: clamp(3px, 1vw, 8px);
}

body {
	width: 100%;
	position: relative;
}

body,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul,dl,dt,dd {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,p {
	font-size: inherit;
	font-weight: 500;
}
li,ol,ul {
	list-style-type: none;
}
table {
	width: 100%;
}

#page {
	font-size: clamp(18px, 2.2vw, 20px);
	color: var(--colo-main);
	font-family: "Noto Sans CJK JP", Lato, "Noto Sans JP", "游ゴシック Medium", 游ゴシック体, "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	margin: 0 auto;
	/* max-width: 1920px; */
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt" 1;
  position: relative;
}

.top__bg {
  position: relative;
}

.top__bg::before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(/choi_ori/assets/images/bg.jpg) no-repeat center / cover;
  z-index: -1;
}

#page * {
	box-sizing: border-box;
}
#page img {
	max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page a {
	transition: all 0.3s;
	text-decoration: none;
}
#page a[tabindex*="-1"] {
	pointer-events: none;
}
#page a[tabindex*="-1"]:hover {
	opacity: 1;
}
/* リンクとボタンのoutlineを非表示にする */
#page a,
#page button {
	outline: none;
	cursor: pointer;
}
/* ボタンとリンクにフォーカスした時にoutlineが表示されるようにする */
#page a:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 2px;
}
#page button:focus-visible {
	outline: #3683BF solid 2px;
	outline-offset: 1px;
}
#page a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
}
#page label {
	cursor: pointer;
}

#page em {
	font-style: normal;
	font-weight: bold;
}

#page picture { display: block;}

/* #page section:nth-of-type(4),
#page section:last-of-type { margin-bottom: 0;} */

/* #page section {
  padding-top: 10px;
  margin-top: -10px;
} */

.pc {
  display: block;
}

.sp {
  display: none;
}


.ib {
	font-size: inherit !important;
	display: inline-block;
}

/* =============================================================
    【g_navi】ブロック ※グローバルナビ
============================================*/
#p_header {
	position: sticky;
	top: 0;
	z-index: 900;
}
.menu_wrap {
	background-color: #000;
	box-shadow: 0 0 var(--gap_8px) #000;
}

.g_navi_wrap.flex {
	margin: 0 auto;
	max-width: 1350px;
    display: flex;
	justify-content: center;
}
.g_navi_wrap *,
.g_navi_wrap *::before,
.g_navi_wrap *::after {
	border-color: #fff !important;
}
.g_navi_wrap li {
	font-size: clamp(14px,1.6vw,20px);
	width: calc(100% / 9);
	text-align: center;
	border-right: solid 1px;
}
.g_navi_wrap li > div {
	width: 100%;
}
.g_navi_wrap li:first-child {
	border-left: solid 1px;
}
.g_navi_wrap a {
  font-size: .9em;
	display: block;
	width: 100%;
	position: relative;
}
.g_navi_wrap a:not(.nolink)::after {
	content: "";
	position: absolute;
	width: 100%;
	border-bottom: solid 1px;
	left: 0;
	bottom: 0;
	/*横方向0で非表示にする*/
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	/*中央を基点にアニメーション*/
	-webkit-transform-origin: center top;
	transform-origin: center top;
	/*アニメーションの速度設定*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.g_navi_wrap a:not(.nolink):hover {
	background-color: #000;
}
.g_navi_wrap span {
	font-weight: bold;
	color: #fff;
	line-height: 1;
  min-height: 70px;
	padding: var(--gap_16px) 8px;
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.g_navi_wrap span::after {
    content: attr(data-text) "";
    font-size: .6em;
    font-weight: normal;
    margin-top: var(--gap_8px);
    display: block;
}
.g_navi a[tabindex*="-1"] {
	position: relative;
}
.g_navi a[tabindex*="-1"]::after {
	content: "coming soon";
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-10deg);
	opacity: 1;
	color: #fff;
	text-shadow: 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.2em #000, 0 0 0.3em #000, 0 0 0.3em #000;
}
.g_navi a[tabindex*="-1"] span {
	color: #000;
}
.nav__icon--instagram, .nav__icon--x {
  width: min(5vw, 17px) !important;
}
@media screen and (min-width: 768px) {
	.g_navi_wrap a:hover::after {
		/*横方向等倍まで拡大*/
		transform: scale(1, 1);
	}
	.trigger_wrap {
		display: none;
	}
	.g_navi {
		display: block !important;
	}
}
@media not screen and (min-width: 767px) {
    .menu_wrap {
        background: none;
        box-shadow: none;
    }
	.trigger_wrap {
		text-align: right;
		padding: 0;
		position: relative;
		z-index: 1010;
	}
	.btn_trigger {
    background-color: #000;
    font-size: 30px;
    color: #fff;
    border: 0;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
	}
    
	.btn_trigger i {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.btn_trigger .menu_close,
	.btn_trigger.is-opend .menu_bar {
		display: none;
	}
	.btn_trigger.is-opend .menu_close {
		display: block;
	}
	.g_navi {
		width: 100%;
		padding-top: 40px;
		position: absolute;
		top: 0;
        height: 100vh;
		/* height: 100svh; */
		overflow-y: scroll;
		background-color: #000;
		box-shadow: 0 0 var(--gap_8px) #000;
		z-index: -1;
		display: none;
		-ms-overflow-style: none;
		/* スクロールバー非表示（IE・Edge） */
		scrollbar-width: none;
		/* スクロールバー非表示（Firefox） */
	}
	.g_navi::-webkit-scrollbar {
		/* スクロールバー非表示（Chrome・Safari） */
		display: none;
	}
	.g_navi_wrap.flex {
		flex-direction: column;
        padding: 20px 16px;
	}
	.g_navi_wrap li {
		border: 0 !important;
		width: 100%;
		margin: 0 auto !important;
	}
	.g_navi_wrap li:not(:last-child) {
		border-bottom: dotted 1px #fff !important;
	}
	.g_navi_wrap span {
		padding: 24px 12px;
	}
  .g_navi_wrap span::after {
    padding-top: .2em;
    font-size: .8em;
  }
}

#page_top {
  position: fixed;
  right: 0.5%;
  bottom: 2%;
  display: block;
  width: min(20vw,100px);
  z-index: 999;
}

#page_top img { width: 100%;}

.top__movie {
  margin: var(--gap_24px) auto;
}

.movie {
  position: relative;
  max-width: 900px;
  aspect-ratio: 16/9;
  margin: 0 auto var(--gap_32px);
  overflow: hidden;
}

.tver_area {
	text-align: center;
	text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
    margin: var(--gap_64px) auto var(--gap_32px);
    width: clamp(250px, 50vw, 450px);
}

.tver_info {
    margin-bottom: var(--gap_8px);
}

.tver_info em {
	font-size: 1.3em;
}

.tver_area .tver_info_btm {
    color: inherit;
    margin: var(--gap_16px) auto 0;
    text-align: center;
    line-height: 1.2;
}

.tvo-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}


@media not screen and (min-width: 767px) {
  #page_top {
    z-index: 800;
  }
}


/*================================
共通パーツ
================================*/


.inner {
  max-width: 1240px;
  margin-inline: auto;
  padding-inline: 30px;
}


@media not screen and (min-width: 768px) {
  .inner {
    width: 94%;
    padding-inline: calc((16/750)*100vw);
  }

  .inner_wide, .inner_contents {
    max-width: 94%;
    padding-inline: 3vw;
    margin-inline: auto;
  }

  .pc {
    display: none;
  }
  
  .sp {
    display: block;
  }
}
.contents__box {
  width: 100%;
  /* background: rgba(255 255 255 / 80%); */
  background: #fff;
  border-radius: 20px;
  margin: min(20vw,160px) auto;
  padding: min(25vw,140px) var(--gap_32px) var(--gap_64px);
  border: 10px solid var(--colo-gold);
  position: relative;
}

.contents__box:last-of-type {
  margin-bottom: var(--gap_96px);
}

.contents__box--title {
  position: absolute;
  width: min(60vw,290px);
  top: min(20vw,-100px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.title_img01 {
  text-align: center;
  margin-bottom: var(--gap_48px);
}


/*================================
mv
================================*/
.mv__img {
  position: relative;
}

.mv__img::after {
  content: "";
  position: absolute;
  background: url(/choi_ori/assets/images/line.jpg) no-repeat center bottom / cover;
  width: 100%;
  height: min(2vh,30px);
  bottom: 0;
}

.mv__img img {
  width: 100%;
}

/*================================
present
================================*/
.present {
  margin: var(--gap_64px) auto var(--gap_80px);
}

.present__list {
  display: flex;
  justify-content: center;
  gap: var(--gap_32px);
}

.present__contents {
  width: 48%;
  background: #ede634;
  padding: var(--gap_24px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.present__smallText {
  font-size: .6em;
  text-align: right;
}

.present__contents--deadline {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: .8em;
}

.present__title {
  font-size: 1.3em;
  font-weight: 900;
  letter-spacing: .05em;
  text-align: center;
  margin-bottom: var(--gap_16px);
}

.deadline__text01 {
  font-size: .9em;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  background: var(--colo-main);
  padding: .4em;
  width: fit-content;
  margin-right: .5em;
}

.deadline__text02 > em {
  font-size: 1.5em;
}

.deadline__text02.comingsoon {
  text-align: center;
  color: var(--colo-main);
  text-shadow: 0 0 0.2em #fff,0 0 0.2em #fff,0 0 0.3em #fff,0 0 0.3em #fff,0 0 0.3em #fff;
  margin-bottom: var(--gap_64px);
}

.deadline__text02.comingsoon > em {
  font-size: 1.6em;
}

.present__contents--btn {
  display: block;
  width: 90%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .15em;
  background: #ff0078 url(/choi_ori/assets/images/arrow01.png) no-repeat right 30px center / min(4vw,18px);
  text-align: center;
  padding: var(--gap_16px);
  border-radius: 50px;
  margin: 0 auto;
}

.present__contents .end {
  width: 90%;
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .15em;
  background: var(--colo-main);
  text-align: center;
  padding: var(--gap_16px);
  border-radius: 50px;
  margin: 0 auto;
}

.cont_close {
	position: relative;
}

.cont_close::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.5;
	z-index: 999;
}


/*================================
about
================================*/
.about__titleImg {
  width: fit-content;
  margin: 0 auto var(--gap_32px);
}

.about__text {
  font-size: 1.1em;
  line-height: 1.8em;
  text-align: center;
}
.about__sns {
  display: flex;
  justify-content: center;
  gap: var(--gap_32px);
}

.about__snsBtn {
  width: min(18vw,95px);
  height: min(18vw,95px);
  background: var(--colo-main);
  border-radius: 70px;
  border: 4px solid var(--colo-gold);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: var(--gap_32px);
}

.about__snsBtn > img {
  width: min(8vw,42px);
}

/*================================
ori_movie
================================*/
.ori_movie--contents {
  width: 70%;
  margin: 0 auto var(--gap_32px);
}

.ori_movie--text {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--gap_24px);
}

.ori_movie--text02 {
  margin: var(--gap_64px) auto var(--gap_48px);
  font-size: 1.6em;
  text-align: center;
}

/*================================
next
================================*/
.next__date {
  margin-bottom: var(--gap_48px);
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.next__count {
  font-size: 1.8em;
  font-weight: 900;
  line-height: 1.2em;
  display: inline-grid;
  place-items: center;
  width: min(28vw, 110px);
  height: min(22vw, 105px);
  color: #fff;
  border-radius: 100% 100% 0 100%;
  background-color: var(--colo-main);
  margin-right: var(--gap_16px);
  border: 4px solid var(--colo-gold);
}

.next__date--text {
  font-size: 1.7em;
  font-weight: 900;
  vertical-align: bottom;
}

.next__date--text em {
  font-size: 1.5em;
}

.next__subTitle {
  font-size: 1.4em;
  font-weight: 900;
  background: #ffef94;
  width: min(100%,800px);
  text-align: center;
  border-radius: var(--gap_24px);
  outline: 5px solid var(--colo-main);
  padding: var(--gap_24px) var(--gap_16px);
  margin: 0 auto var(--gap_32px);
  position: relative;
  z-index: 0;
}

.next__subTitle::before {
  content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: transparent;
    background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px);
    background-position: 10px 10px;
    background-size: 31px 31px;
    z-index: -1;
}

.next__text {
  text-align: center;
  margin-bottom: var(--gap_32px);
}

.next__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap_48px);
}

.next__img > div {
  width: min(100%,516px);
  margin: 0 auto;
}

/*================================
ori_bnr
================================*/
.ori_btn {
  margin-bottom: min(20vw,120px);
}

.ori_btn--contents {
  display: block;
  width: min(90%,450px);
  background: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto var(--gap_64px);
  padding: var(--gap_16px) var(--gap_24px);
  border: 5px solid var(--colo-gold);
}

.ori_btn--contents:hover {
  opacity: 1 !important;
  background: #fff;
  color: var(--colo-main);
}

.ori_btn--contents > img {
  display: block;
  width: 85%;
  margin: 0 auto var(--gap_8px);
}

.ori_btn--copy {
  display: block;
  font-size: .5em;
  font-weight: 400;
  text-align: center;
}

/*================================
250916 追加 announce
================================*/
.announce {
  background: #ede634;
  text-align: center;
  padding: var(--gap_32px) var(--gap_16px);
}

.announce__title {
  font-size: 1.2em;
  color: #e01006;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: var(--gap_16px);
}

.announce__text01 {
  font-weight: 700;
  line-height: 1.2em;
}

.announce__text01 > em {
  font-size: 1.2em;
}

/*================================
251114 追加 event
================================*/
.event__title {
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  margin-bottom: 1.4em;
}

.event__title .yellow {
  background: linear-gradient(transparent 60%, #f6f173 0%);
  padding: 0 1px;
}

.event__text01 {
  text-align: center;
  margin-bottom: 1em;
}

.event__text02 {
  text-align: center;
  margin-bottom: 2em;
}

.event__list {
  margin: var(--gap_24px) auto var(--gap_64px);
}

.event__list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: var(--gap_24px);
}

.event__img {
  width: 48%;
}

.event__contents {
  width: 50%;
}

.event__contents > div {
  font-size: .85em;
  display: flex;
  margin: 0 auto .5em;
  padding: .5em 0 1em;
  border-bottom: 1px solid #252525;
}

.event__contents > div > dt {
  width: 6.5em;
  margin-right: 1.5em;
  text-align: center;
}

.event__contents > div > dd {
  width: calc(100% - 6.5em);
}

.event__btn--wrap {
  text-align: center;
}

.event__btn--wrap > a {
  width: min(100%, 360px);
  background-color: var(--colo-main);
  border: solid 4px var(--colo-gold);
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .12em;
  text-align: center;
  position: relative;
  line-height: 1.4em;
  margin: 0 auto var(--gap_16px);
  padding: 1em .6em;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event__btn--Icon {
  font-size: .9em;
  margin-left: .8em;
}

.event__btn--text {
  font-size: .85em;
}

/*================================
251126 追加 sp_present
================================*/
.sp_area {
  max-width: 900px;
  margin: 0 auto;
}

.sp_present--title01 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: 1em;
}

.sp_present--title01 > span {
  background: linear-gradient(transparent 60%, #faaee9 0%);
  padding: 0 2px;
}

.sp_present--text {
  text-align: center;
}

.sp_present--text.text01 {
  margin-bottom: 1em;
}

.sp_present--img > img {
  box-shadow: 0 0 var(--gap_16px) #696969;
}

.sp_present--title02 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .05em;
  text-align: center;
  margin: 1.2em auto;
}

.sp_present--title02 > span {
  font-size: .9em;
}

.sp_present--contents {
  display: flex;
  justify-content: center;
  gap: var(--gap_32px);
  margin-bottom: var(--gap_48px);
}

.sp_present--box {
  background: #f5e7ff;
  width: min(100%, 405px);
  /* width: 45%; */
  text-align: center;
  border-radius: var(--gap_24px);
  outline: 5px solid var(--colo-main);
  padding: var(--gap_24px) var(--gap_16px);
  margin: 0 auto;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

.sp_present--box::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: transparent;
  background-image: linear-gradient(90deg, #fff 1px, transparent 1px), linear-gradient(#fff 1px, transparent 1px);
  background-position: 6px 6px;
  background-size: 25px 25px;
  z-index: -1;
}

.sp_present--box > dt {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 500;
}

.sp_present--box > dt > p {
  margin-bottom: var(--gap_16px);
}

.sp_present--box > dd {
  margin-top: auto;
  font-size: .85em;
}

.sp_present--box .border {
  /* border: 2px solid var(--colo-main); */
  font-size: .8em;
  color: #fff;
  background: var(--colo-main);
  padding: .2em .5em;
}

.sp_present--contents02 {
  width: fit-content;
  margin: 0 auto var(--gap_32px);
}
.sp_present--title03 {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: var(--gap_16px);
}

/* .sp_present--list > li {
  text-indent: -1em;
  padding-left: 1em;
} */

.sp_present--list > li:nth-child(-n+2) {
  font-weight: 700;
}

.sp_present--list02 {
  font-size: .8em;
  line-height: 1.2em;
  margin-top: var(--gap_8px);
  
  width: fit-content;
  margin-inline: auto;
}

.sp_present--text.text02 {
  font-weight: 700;
}




@media not screen and (min-width: 768px) {

  /*================================
  common
  ================================*/
  #page {
    line-height: 1.4;
  }

  .toggle_btn {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #000;
    top: 0;
    right: 0;
    z-index: 100;
  }

  .toggle_btn span {
    display: block;
    width: 35px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: calc(50% - 17.5px);
    transition: all .4s;
  }

  .toggle_btn span:nth-of-type(1) { top: 17.5px;}

  .toggle_btn span:nth-of-type(2) { top: calc(50% - 2px);}

  .toggle_btn span:nth-of-type(3) { bottom: 17.5px;}

  .toggle_btn.active { 
    background-color: transparent;
    left: 89%;
  }

  .toggle_btn.active span { background-color: #000;}

  .toggle_btn.active span:nth-of-type(1) { 
    top: 30px;
    transform: rotate(-135deg);
  }

  .toggle_btn.active span:nth-of-type(2) { opacity: 0;}

  .toggle_btn.active span:nth-of-type(3) { 
    bottom: 28px;
    transform: rotate(135deg);
  }

  .toggle_btn.fixed { top: 0;}

  .back_to_top { width: 80%;}

  .navi_sns {
    gap: 2em;
  }

  .top__border::before {
    width: 3vw;
  }
  
  .top__border::after {
    width: 3vw;
  }

  /*================================
  共通パーツ
  ================================*/
.title_img01 {
  width: min(50vw, 240px);
  margin: 0 auto var(--gap_48px);
}

.contents__box {
  padding-top: min(22vw, 120px);
  border: 6px solid var(--colo-gold);
}

.contents__box--title {
  top: min(-12vw, -60px);
  width: min(50vw, 240px);
}

.contents__box--title img {
  width: 100%;
}

/*================================
mv
================================*/



/*================================
present
================================*/
.present__list {
  display: block;
}

.present__contents {
  width: 100%;
}

.present__contents:first-child {
  margin-bottom: var(--gap_64px);
}

/*================================
about
================================*/
.about__text {
  font-size: 1em;
}

/*================================
ori_movie
================================*/
.ori_movie--contents {
  width: 100%;
}

/*================================
next
================================*/
.next__count {
  font-size: 1.6em;
  margin-right: var(--gap_24px);
}

.next__date--text {
  font-size: 1.4em;
  width: fit-content;
}

.next__subTitle {
  font-size: 1.1em;
}

.next__text {
  font-size: .9em;
}

.next__img {
  display: block;
}

.next__img > div:not(:last-child) {
  margin-bottom: var(--gap_48px);
}

/*================================
251114 追加 event
================================*/
.event__list {
  display: block;
}

.event__img, .event__contents {
  width: 100%;
}

.event__img {
  margin-bottom: var(--gap_32px);
}

.event__contents > div {
  display: block;
  margin: 0 auto .4em;
  /* padding: .5em 0 1em;
  border-bottom: 1px solid #252525; */
}

.event__contents > div > dt {
  width: auto;
  margin-right: 0;
  margin-bottom: .4em;
  text-align: left;
}

.event__contents > div > dd {
  width: auto;
}


.event__btn--wrap > a {
  padding: .6em;
}

.event__btn--Icon {
  margin-left: .5em;
}

/*================================
251126 追加 sp_present
================================*/
.sp_present--contents {
  display: block;
}

.sp_present--box:first-child {
  margin-bottom: var(--gap_64px);
}

.sp_present--list > li:nth-child(-n+2) {
  text-align: center;
}

.sp_present--list > li {
  margin-bottom: var(--gap_16px);
}

}


