@import url("https://fonts.googleapis.com/css2?family=Archivo+Black:wght@400&family=Cabin:wght@700&family=Secular+One:wght@400&family=Shippori+Antique+B1&display=swap");

body{
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  /* font-family:"游ゴシック", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; */
  line-height: 1.7;
}

.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.title-box{
  display: block;
  margin:0 auto;
}

.intro-box{
  margin-top: 40px;
}

.event-intro{
  font-size: 90%;
}

.row-eq-height {
	/* background: #f5f5f5; */
	padding: 0px 0 10px;
	/* flex-wrap: wrap; */
}

.topdfviewer,
.can-not-choose {
	box-shadow: 0px 6px 10px rgba(0,0,0,.3), 0px 6px 10px #ffffff;
	transition: .3s ease;
	margin-bottom: 0.4em;
}

.topdfviewer {
	cursor:pointer;
}

.topdfviewer:hover {
	transform: scale(1.06);
}

.can-not-choose {
	filter: grayscale(1);
	opacity: 0.2;
}

a[href^="#no"]:not(:root){
  font-size: 24px;
  border-bottom: solid 1px;
  text-decoration: none;
}
a[href^="#no"]:hover{
  border-bottom: none;
}
.main-content{
  max-width: 900px;
  margin:0 auto max(60px, min(10vw, 80px));
  background:#fff;
  font-size:medium;
}

.main-content a{
  font-weight: 700;
  text-decoration: underline;
  color: #428bca;
  transition: .3s ease;
}

.main-content a:hover{
  color: #2b6496;
}

section h2{
  margin: 0 auto 25px;
  font-weight: 700;
  text-align: center;
  position: relative;
  color: #5b5d63;
  font-size: max(2rem, min(3vw, 26px));
  font-family: var(--font-sans);
  font-weight: 900;
  line-height: 1.5;
}
section h2 span{
  background: linear-gradient(transparent 60%, #fff001 60%);
  padding: 0 5px 4px;
}
section h2 small{
  font-weight: 900;
  color: inherit;
}

.no3-subhead{
  position: relative;
  padding: 0.6em 0.8em 0.6em 3.2em;
  background: #f5f9ec;
  border-radius: 10px;
  margin: 2.8em 0 1em;
  line-height: 1.4;
  font-weight: 700;
  font-size: 24px;
}

.return-btn{
  text-align: center;
  margin-top: 70px;
}
.return-btn a {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  line-height: 1.7;
  border: 3px solid #71787b;
  color: #71787b;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  padding: 2px 24px;
  font-size: medium;
}
.return-btn a:hover {
  background: #71787b;
  color: #fff;
}

mark.active{
	background-position: -100% .7em;
}

mark{
  background-image: -webkit-linear-gradient(to right,transparent 50%,#fff042 50%);
  background-image: -moz-linear-gradient(to right,transparent 50%,#fff042 50%);
  background-image: linear-gradient(to right,transparent 50%,#fff042 50%);
  background-color:initial;
  font-weight: 700;
  background-repeat: repeat-x;
  background-size: 200% .6em;
  background-position: 0 .7em;
  transition: all 1.5s ease;
  font-weight: 700;
  padding:0;
  padding-bottom: 7px;
}

@media screen and (max-width: 640px){
	section h2 {
		/* font-size: 2rem; */
		margin: 0 0 30px;
	}
	section h2:after {
		right: -25px;
	}
	section h2:before {
		left: -25px;
	}
	.return-btn a {
		font-size:medium;
	}
	a[href^="#no"]:not(:root){
		font-size: 18px;
	}
}

.main-content .justify-content-center{
  padding:14px 0 0 0;
  background: #f5f5f5;
  margin-top:2.4em;
}

.main-content .justify-content-center2{
  padding:14px 0 0 0;
  /* background: #f5f5f5; */
  margin-top:2.4em;
}

.main-content .justify-content-center .btn{
  margin: 0 0 10px;
  font-size:large;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 6px 10px rgba(0,0,0,.3), 0px 6px 10px #ffffff;
  padding: 6px 6px;
  display: inline-block;
  color: #fff;
  transition: .25s all ease-out;
  width:100%;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.main-content .justify-content-center2 .btn{
  margin: 0 0 10px;
  font-size:large;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 6px 10px rgba(0,0,0,.3), 0px 6px 10px #ffffff;
  padding: 6px 6px;
  display: inline-block;
  color: #fff;
  transition: .25s all ease-out;
  width:100%;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.main-content .justify-content-center .btn span{
	padding: 10px 0;
	background: #147fd7;
	display: inline-block;
	border-radius: 10px;
	width:100%;
}

.main-content .justify-content-center2 .btn span{
	padding: 10px 0;
	background: #147fd7;
	display: inline-block;
	border-radius: 10px;
	width:100%;
}

.main-content .justify-content-center .btn span:before{
	content: '';
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	margin: 0 12px 0 0;
	position: relative;
	top: -2px;
}

.main-content .justify-content-center2 .btn span:before{
	content: '';
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	transform: rotate(-45deg);
	margin: 0 12px 0 0;
	position: relative;
	top: -2px;
}

@media screen and (max-width: 768px){
.main-content .justify-content-center .btn{
  font-size:15px;
  max-width: 350px;
  display: block;
  margin-inline: auto;
}
.main-content .justify-content-center .mgb{
  margin-bottom:1em;
}
.main-content .justify-content-center2 .btn{
  font-size:15px;
  max-width: 350px;
  display: block;
  margin-inline: auto;
}
.main-content .justify-content-center2 .mgb{
  margin-bottom:1em;
}
  }

.main-content .justify-content-center .btn:hover {
  border-radius: 10px;
  background: #ffffff;
  box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
  transform: translateY(-3px);
}

.main-content .justify-content-center2 .btn:hover {
  border-radius: 10px;
  background: #ffffff;
  box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22);
  transform: translateY(-3px);
}

.main-content .justify-content-center .btn2 span{
	background: #71787b;
  }

.mt4{
  margin-top: 4em;
}
.mt5{
  margin-top: 5em;
}
.mt6{
  margin-top: 6em;
}
.mt7{
  margin-top: 7em;
}

.process-img{
	border: solid 1px gray;
	width: 90%;
}

.process-div {
	margin-top: 3em;
}

.process-div figure figcaption {
	font-family: auto;
	font-weight: bold;
	margin-left: 5%;
	text-align: left;
}

.process-subtitle {
	margin-top: 5em;
	border-left: #1DADE5 5px solid;
	padding: 0.5em 0.5em;
	font-weight: bold;
}

.btn-square-little-disabled {
	position: relative;
	display: inline-block;
	padding: 0.5em 2.5em;
	text-decoration: none !important;
	color: #FFF !important;
	background: gray;/*色*/
	border: solid 1px gray;/*線色*/
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: max(105%, min(3vw, 130%));
  font-weight: 700;
  border-radius: 50px;
}

.btn-square-little-rich {
	position: relative;
	display: inline-block;
	padding: 0.5em 2.5em;
	text-decoration: none !important;
	color: #FFF !important;
	background: #1DADE5;色
	border: solid 1px #1DADE5;線色
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
	font-size: max(105%, min(3vw, 130%));
  font-weight: 700;
}

.btn-square-little-rich.lottery-entry{
  background: linear-gradient(0deg, #71c71b, #82db29);/*色*/
	border: solid 1px #78cf21;/*線色*/
  transition: all .25s;
  /* border-bottom: 4px solid #5da90e; */
  border-radius: 50px;
  display: block;
  width: fit-content;
  box-shadow: 0 4px 0 0 #5da90e;
  margin-inline: auto;
}
.btn-square-little-rich.lottery-entry:hover{
  background: linear-gradient(0deg, #71c71b, #82db29);/*色*/
	border: solid 1px #71c51d;
  /* border-bottom: 2px solid #5da90e; */
  box-shadow: 0 2px 0 0 #5da90e;
  transform: translateY(2px);
}

.btn-square-little-rich:active {
	/*押したとき*/
	border: solid 1px #1DADE5;
	box-shadow: none;
	text-shadow: none;
}

.btn-square-little-rich.lottery-entry .icon,
.btn-square-little-disabled .icon{
  font-size: 150%;
  position: absolute;
  top: 0%;
  right: 8px;
  transition: all .25s;
  display: block;
}
.btn-square-little-rich.lottery-entry:hover .icon{
  transform: translateX(-6px);
}

.box27 {
	position: relative;
	margin: 3em 10%;
	padding: 0.5em 1em;
	border: solid 3px #ff2323;
}
.box27 .box-title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 17px;
	background: #ff2323;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.box27 p {
	margin: 0;
	padding: 0;
	color: #ff2323;
}
#registration-process {
	margin-top: 4em;
}


.accordion {
  width: 100%;
}

/*アコーディオン */
/* inputチェックボックス非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #f5f5f5;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* ーアイコン */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオン開くとーになる */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオンの中身 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

/* 中身を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* Q&A */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
  font-weight: normal;
}

.accordion-open,
.accordion-inner {
  position: relative;
  font-weight: normal;
}

.accordion_qa .Q::before,
.accordion_qa .A::before {
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}

.accordion_qa .Q::before {
  content: 'Q.';
}

.accordion_qa .A::before {
  content: 'A.';
}

.accordion_qa .accordion-open {
  padding-left: 2.5em;
}

.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px 10px 10px 2.5em;
}

/* アコーディオンの中に追加する場合 */
.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
}

.accordion-hidden:checked+.accordion-open+.accordion-box {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* プレゼント詳細 */
.toDetail{
  display: flex;
  list-style: none;
  justify-content: center;
  padding-left: 0;
  margin: 0;
  justify-content: center;
  margin-top: max(60px, min(6.5vw, 70px));
  gap: max(10px, min(3vw, 30px));
}
.toDetail li{
  text-align: center;
  width: 50%;
  border-radius: 5px;
}
.toDetail li.item-all{
  background: #1cade5;
  border-bottom: 4px solid #0087ba;
}
.toDetail li.item-lottery{
  background: #ffa200;
  border-bottom: 4px solid #cd8200;
}
.toDetail a{
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  font-size: max(13px, min(1.5vw, 15px));
  padding: 5px;
  display: block;
  height: 100%;
  display: grid;
  color: #fff;
  line-height: 1.5;
}
.toDetail a span{
  font-size: max(18px, min(3vw, 30px));
  font-family: var(--font-sans);
  font-weight: 900;
  text-shadow: 3px 3px 0px #ef3e00, -3px 3px 0px #ef3e00, 3px -3px 0px #ef3e00, -3px -3px 0px #ef3e00, 3px 0px 0px #ef3e00, 0px 3px 0px #ef3e00, -3px 0px 0px #ef3e00, 0px -3px 0px #ef3e00;
  color: #fff;
  display: grid;
  align-items: center;
  position: relative;
  z-index: 0;
  line-height: 1.4;
  margin-bottom: 4px;
}
.toDetail li.item-all a span{
  text-shadow: 3px 3px 0px #206ec9, -3px 3px 0px #206ec9, 3px -3px 0px #206ec9, -3px -3px 0px #206ec9, 3px 0px 0px #206ec9, 0px 3px 0px #206ec9, -3px 0px 0px #206ec9, 0px -3px 0px #206ec9;
  margin-bottom: 5px;
}
.toDetail a small{
  display: block;
  line-height: 1;
  transition: all .25s;
  color: rgb(255 255 255 / .5);
}
.toDetail a img{
  position: absolute;
  width: max(70px, min(10vw, 105px));
  left: 50%;
  top: -48px;
  color: #ffa200;
  z-index: -1;
  transform: translateX(-50%);
}
.toDetail a:hover{
  color: #fff;
}
.toDetail a:hover small{
  transform: translateY(3px);
  color: #fff;
}

.title-box {
  margin-bottom: 3em;
}

.merit-wrap{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 1.5em;
}
.item{
  position: relative;
  /* border: 3px solid #1cade5; */
  border-radius: 10px;
}
.item:not(:last-of-type)::after{
  content: '';
  border: none;
}
.merit-wrap h4{
  margin-top: 0;
  padding: .6em 1em;
  border-bottom: 3px solid #1cade5;
  background: #e4f5fb;
  border-radius: 10px 10px 0 0;
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  font-size: max(15px, min(2vw, 17px));
}
.merit-wrap h4 .num{
  display: block;
  text-align: center;
  color: #1cade5;
  font-size: 90%;
  margin-bottom: 4px;
}
.merit-wrap h4:before,.merit-wrap h4::after{
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}
.merit-wrap h4:before {
  bottom: -14px;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #1cade5 transparent transparent transparent;
}
.merit-wrap h4::after {
  bottom: -10px;
  border-width: 14px 14px 0 14px;
  border-style: solid;
  border-color: #e4f5fb transparent transparent transparent;
}
.merit-wrap p{
  padding: 1em;
  margin-bottom: 0;
  font-size: smaller;
}

.all-section,.lottery-section{
  padding: 6.5em 2.5em 2.5em;
  margin-top: 4em;
  border-radius: 10px;
  position: relative;
  border-top: 0;
}
.all-section{
  background: #e4f5fb;
  border: 3px solid #1cade5;
}
.lottery-section{
  background: #fff7e9;
  border: 3px solid #ffa200;
}

.all-section h2,
.lottery-section h2{
  background: #1cade5;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 20px 20px;
  border-radius: 8px 8px 0 0;
  font-family: var(--font-sans);
  font-weight: 900;
}
.lottery-section h2{
  background: #ffa200;
}
.all-section h2::before, .all-section h2::after,
.lottery-section h2::before, .lottery-section h2::after{
  content: "";
  position: relative;
  display: inline-block;
  width: 22px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.all-section h2::before, .lottery-section h2::before {
  left: -15px;
  transform: rotate(50deg);
}
.all-section h2::after, .lottery-section h2::after {
  right: -15px;
  transform: rotate(-50deg);
}

.lottery-section img[src*="goods"]{
  width: 70%;
  max-width: 350px;
  margin-top: 25px;
  filter: drop-shadow(1px 2px 5px rgb(0 0 0 / .2));
}

p[class*="-explain"]{
  display: grid;
  justify-content: center;
  font-weight: 700;
}

.member-intro-div {
  margin-top: 6em;
  text-align: center;
}
.present-list-div p {
  color: #5b5d63;
  font-size: max(16px, min(2vw, 18px));
}
.member-intro-div p {
  text-align: left;
  margin: 1em 0 2em 0;
}

.genre-box{
  background: rgb(255 255 255 / 1);
  padding: 1.5em 1em .5em;
  margin-top: 2em;
}
.genre-box img{
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 0%), 0 6px 10px 0 rgb(76 88 95 / 20%), 0 2px 2px 0 rgb(76 88 95 / 10%);
}
.genre {
  color: #1DADE5;
  margin: 0 0 1.5em;
  text-align: center;
  font-weight: 700;
  font-size: max(14px, min(2.5vw, 16px));
}
figcaption {
  font-size: small;
}
.more-detail-div{
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: 400 !important;
  color: inherit !important;
  transition: .4s !important;
  font-size: 12px;
}
.btn-flat-simple:hover {
  opacity: 0.7;
}
.caution {
  background-color: #f0e68c;
  padding: 1em;
  border-radius: 10px;
  margin-top: 2em;;
}

.about-head{
  margin-top: 3.6em;
}
.about{
  padding: 40px 0;
  position: relative;
  margin-top: 3em;
}
.about::before,
.about::after{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 8px;
  transform: skew(-45deg);
  background-image: repeating-linear-gradient(90deg, transparent 0 3px, #1cade5 3px 6px);
  content: '';
  z-index: 0;
}
.about::before{
  top: 0px;
}
.about::after{
  bottom: 0px;
}

.about dl>*{
  line-height: 1.7;
  font-size: 18px;
}
.about dt{
  float: left;
  padding: 0px 5px;
  color: #1cade5;
  border: 2px solid #1cade5;
  width: 75px;
  text-align: center;
  margin-top: 4px;
}
.about dd{
  margin-left: 5em;
  font-weight: 700;
}
.about dd:not(:last-child){
  margin-bottom: 1.4em;
}
.about dd strong{
  font-size: 24px;
  margin: 0 2px;
}
.about dd .big{
  color: #147fd7;
}
.mark{
  background: linear-gradient(transparent 70%, #fff001 70%);
  padding: 0 2px 3px;
}

.main-content .justify-content-center{
  padding: 10px 0 10px 0px;
}

.justify-content-center h3{
  margin-bottom: 2px;
  text-align: center;
}

.justify-content-center h3 span{
  font-size: 1.5rem;
  position: relative;
  top: -1.25rem;
  left: 50%;
  display: block;
  width: fit-content;
  padding: 0.7rem 1.6rem;
  color: #147fd7;
  border: 2px solid #147fd7;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  font-weight: 700;
  transform: translateX(-50%);
}
.justify-content-center h3 span::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #147fd7 transparent transparent transparent;
}
.justify-content-center h3 span::after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.justify-content-center h3 span::before, .justify-content-center h3 span::after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

.signUp-box h3 span{
  color: #147fd7;
  border: 2px solid #147fd7;
}
.signUp-box h3 span::before {
  border-color: #147fd7 transparent transparent transparent;
}

.main-content .justify-content-center .btn2 span{
  background: #147fd7;
}

.main-content .justify-content-center .btn{
  margin-bottom: 15px;
}


.step-head{
  margin-top: max(2em, min(4vw,3em));
}
.step-box{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  min-height: 140px;
}
.step-box .item{
  position: relative;
}
.step-box .item:not(:last-of-type)::after{
  content: '';
  position: absolute;
  border-left: 10px solid #0d74c9;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  position: absolute;
  right: -26px;
  top: 58%;
  transform: translateY(-50%);
}
.step-box h3{
font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
font-weight: 700;
margin: 0;
background: #0d74c9;
padding: 15px;
color: #fff001;
text-align: center;
font-size: max(22px, min(3vw,28px));
border-bottom: 2px solid #fff;
}
.item-content{
  background: #0d74c9;
  padding: 12px;
  height: 80%;
  color: #fff;
}
.item-content p.step-txt{
  font-size: max(17px, min(3vw,21px));
  margin-bottom: 6px;
}
.item-content p{
  font-size: max(14px, min(2vw,16px));
  line-height: 1.5;
}
.item-content a{
  color: inherit;
  font-weight: 400;
}
.item-content a:hover{
  color: inherit;
  text-decoration: none;
}
.item-content .asterisk{
  color: rgb(255 255 255/ .8);
  font-size: 80%;
  margin-top: 20px;
  display: block;
}

.step-head4{
  font-size: 28px;
  border-left: 5em solid #0d74c9;
  font-weight: 700;
  margin-top: 4em;
  position: relative;
  line-height: 1.4;
}
.step-head4 span:first-of-type{
  font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #fff;
  position: absolute;
  left: -122px;
  top: 50%;
  transform: translateY(-50%);
}
.step-head4 span:last-of-type{
  background: #e0f1f8;
  font-weight: 700;
  display: block;
  padding: 16px;
  font-size: 24px;
}

.step-head4 small{
  display: block;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 65%;
  color: #555;
}
.step-head small{
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
  color: #fd8100;
  font-weight: 700;
}
.step-head small::before, .step-head small::after{
  content: "";
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #fd8100;
  margin-bottom: 5px;
}
.step-head small::before {
  left: -15px;
  transform: rotate(50deg);
}
.step-head small::after {
  right: -13px;
  transform: rotate(-50deg);
}

.process-div{
  margin-top: 2.5em;
}
.process-div:not(:first-of-type){
  border-top: 1px dotted #c7c7c7;
  padding-top: 2.5em;
}
.process-div figure{
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 20px;
}
.process-img{
  width: 100%;
}
.process-div figure figcaption{
  margin-bottom: 20px;
  font-size: 16px;
  position: relative;
  margin-left: 38px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
}
.process-div figcaption .num{
  background: #1cade5;
  color: #fff;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-align: center;
  line-height: 29px;
  font-family: Verdana, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 20px;
  border-radius: 50px;
  position: absolute;
  left: -38px;
  top: -2px;
  font-weight: 700;
}

.justify-content-center.update{
  margin-top: 4em;
  padding: 40px 30px;
  text-align: center;
}
.justify-content-center.update p{
  font-size: max(14px, min(2vw, 16px));
}
.justify-content-center.update a{
  max-width: 400px;
}
.justify-content-center.update .btn span{
  background: #147fd7;
}
.update-box a:hover{
  transform: scale(1.1);
}

.justify-content-center2.update{
  margin-top: 4em;
  padding: 40px 30px;
  text-align: center;
}
.justify-content-center2.update p{
  font-size: max(14px, min(2vw, 16px));
}
.justify-content-center2.update a{
  max-width: 400px;
}
.justify-content-center2.update .btn span{
  background: #147fd7;
}

.footer-info{
  margin-top: max(3em, min(4vw, 4em));
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 20px max(15px, min(3vw,30px));
}
.footer-info:first-of-type{
  margin-top: max(4em, min(5vw, 5em));
}
.footer-info .footer-info-head{
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.4;
}
.footer-info .footer-info-head:not(:first-of-type){
  border-top: 1px dotted #ccc;
  padding-top: 1.5em;
  margin-top: 1.5em;
}
.footer-info dl{
  margin-bottom: 0;
}
.footer-info dt{
  margin-bottom: .6em;
}
.footer-info dd:not(:last-child){
  margin-bottom: 1.4em;
}
.footer-info dd p{
  margin-bottom: .6em;
}
.footer-info-dot{
  text-indent: -1em;
  margin-left: 1em;
  display: block;
}
.footer-info ul{
  padding-left: 20px;
  margin-bottom: 0;
}

.balloon-box{
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: -2em;
}
.balloon-box p{
  display: inline-block;
  background: #1e6fca;
  color: #fff;
  padding: 6px 20px;
  position: relative;
  font-size: clamp(1.4rem,3vw,1.7rem);
  border-radius: 5px;
  box-shadow: 0 4px 4px rgb(160 121 88 / 20%);
}
.balloon-box p::before{
  content: '';
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #1e6fca transparent;
  border-width: 10px 10px 0;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
}
.balloon-box .mark{
  background: transparent;
  color: #fff001;
  font-weight: 700;
}

.return-btn{
  margin-top: 30px;
}

#registration-process,
#membership-benefits{
  padding-top: 5em;
  margin-top: -1em;
}

@media screen and (max-width: 767px) {
  .title-box h1{
    margin: 0 calc(50% - 50vw) 0;
    background: #1cade5;
  }

  .merit-wrap{
    grid-template-columns: repeat(2, 1fr);
  }

  .about{
  padding: 40px 15px;
  /* margin: 0 -15px; */
  }
  .about dl>*{
    font-size: 16px;
  }
  .about dt{
    float: none;
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 1px;
    width: 64px;
  }
  .about dd{
    margin-left: 0;
  }
  .about dd strong{
    font-size: 20px;
  }

  .main-content a, .discount-cam-inner a{
    /* font-size: 18px; */
  }

  .process-div figure{
    display: flex;
    flex-wrap: wrap-reverse;
    gap: 0px;
  }
  .process-div figure img{
    margin-top: 10px;
  }

  .process-div:not(:first-of-type){
    padding-top: 2em;
  }

  .toDetail a img{
    top: -35px;
  }

  .all-section, .lottery-section{
    padding: 5em 1em 2em;
    margin-top: 2.5em;
  }
  .all-section h2, .lottery-section h2{
    padding: 15px 15px;
  }
}

@media screen and (max-width: 640px) {
  .step-box{
    grid-template-columns: auto;
    gap: 30px;
  }
  .item-content{
    height: auto;
  }
  .item:not(:last-of-type)::after{
    right: 50%;
    top: auto;
    transform: rotate(90deg)translateX(-50%);
    bottom: -30px;
  }
  .step-head4{
    font-size: 20px;
    border-left-width: 3.8em;
    margin: 3em calc(50% - 50vw) 0;
  }
  .step-head4 span:first-of-type{
    text-align: center;
    width: 3.8em;
    left: -65px;
    font-size: 14px;
  }
  .step-head4 span:first-of-type b{
    font-size: 160%;
  }
  .step-head4 span:last-of-type{
    font-size: 18px;
    padding: 10px 14px;
  }

  .process-div figure figcaption{
    font-size: 15px;
    margin-left: 36px;
    margin-bottom: 10px;
  }
  .process-div figcaption .num{
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 17px;
    left: -36px;
    top: -1px;
  }

  .justify-content-center.update{
  margin: 3em calc(50% - 50vw) 0;
  }
  .justify-content-center2.update{
  margin: 3em calc(50% - 50vw) 0;
  }
}

dd {
  line-height: 1.6em;
}

.wrapper {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  gap: max(1rem, min(3vw, 1.5rem));
  margin-top: 20px;
  max-width: 450px;
  margin-inline: auto;
}
.wrapper a{
  color: inherit;
  text-decoration: none;
}
.wrapper a:hover{
  color: rgb(0 0 0/.5);
}

.faq-button {
  display: inline-block;
  padding: 0.7em 1em;
  font-size: smaller;
  text-align: center;
  border: 0;
  border-radius: 0.25em;
  box-shadow: 0px 0px 0px 1px gainsboro;
}

.toFaq:not(:root){
  color: inherit;
  display: block;
  position: relative;
  font-size: 84%;
  font-weight: 400;
  width: fit-content;
  margin-inline: auto;
  margin-top: 14px;
}
.toFaq::before {
  content: "Q";
  color: #757a7e;
  font-weight: 700;
  border-radius: 50px;
  width: 1.55em;
  display: inline-block;
  height: 1.55em;
  line-height: 1.6em;
  text-align: center;
  font-size: 118%;
  font-family: "Cabin", sans-serif;
  top: -0.14em;
  background: #e7e8eb;
  position: absolute;
  left: -2em;
  transition: all 0.3s;
}
.toFaq:not(:root):hover{
  text-decoration: none;
  color: rgb(20, 110, 190);
}
.toFaq:hover::before {
  color: rgb(20, 110, 190);
  background: #d9e9f7;
}

.justify-content-center h4{
  margin-bottom: 2px;
  text-align: center;
}

.justify-content-center h4 span{
  font-size: 1.4rem;
  position: relative;
  top: -1.20rem;
  left: 50%;
  display: block;
  width: 100%;
  /* width: fit-content; */
  padding: 0.7rem 1.6rem;
  color: #147fd7;
  border: 2px solid #147fd7;
  /* border-radius: 100vh; */
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  box-shadow: 0 3px 3px rgb(0 0 0 / 10%);
  font-weight: 600;
  transform: translateX(-50%);
  margin-top: 1.6em;
}
/* .justify-content-center h4 span::before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #147fd7 transparent transparent transparent;
} */
/* .justify-content-center h4 span::after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
} */
/* .justify-content-center h4 span::before, .justify-content-center h3 span::after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
} */
