

.yusei-magic-regular {
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*--------------------
Bubble
--------------------*/

.acd02-contents .acd-target-inner:has(.acd-target-inner__bubble)::after {
	content: url("https://cdn.l-tike.com/guide/teach_ticket/img/glossary_illust_narrator_c.svg")"";
	display: block;
	margin: 18px auto 0 auto;
	width: 5.75rem;
	line-height: 0;
}

.bubble.narrator_c {
	padding: 0 0 min(16.8vw,63px) 0;
}

.bubble.narrator_c::after {
	position: absolute;
	content: url("https://cdn.l-tike.com/guide/teach_ticket/img/glossary_illust_narrator_c.svg");
	width: min(28vw,105px);
	bottom: 0;
	right: 15px;
	line-height: 0;
}


@container contents__inner (min-width: 700px) {

	.bubble.narrator_c {
		padding: 0 0 0 0;
	}

	.bubble.narrator_c::after {
		position: static;
		width: 100%;
	}

	.Lh05 {
		line-height: 0.5;
	}

	

}


/*--------------------
Scrollbox
--------------------*/


.selectlead {
	width: 100%;
	font-size: var(--fz15);
	font-weight: 600;
	letter-spacing: 3%;
	text-align: center;
	/* margin-bottom: 15px; */
}


.selectbtn {
	margin: 15px 0 15px 0;
}

.selectbtn-inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0 15px 20px 15px;
	border-bottom: 2px solid #F3BF9A;
}

.scroll-box {
	overflow-x: auto;      
	white-space: nowrap;   
	scrollbar-width: none;        /* Firefox用 */
	-ms-overflow-style: none;     /* IE/Edge用 */
	padding: 0 5px 0 5px;
	width: 100%;
}

/* WebKit系ブラウザ向け */
.scroll-box::-webkit-scrollbar {
  	display: none;
}

.wide-content {
	display: inline-block; 
	width: 100%;
}

.order {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.order-box {
    padding: 1.5px 8px;
    border: 2px #EB6B11 solid;
    border-radius: 5px;
    margin-right: 12px;
    color: #EB6B11;
    font-weight: 700;
	font-size: var(--fz25);
	background-color: #FFF;
}

.order-box-other {
    padding: 3px 11px;
    border: 2px #EB6B11 solid;
    border-radius: 5px;
    color: #EB6B11;
    font-weight: 700;
	font-size: var(--fz23);
	background-color: #FFF;
}

.triangle-right {
	display: none;
}

.triangle-left {
	display: none;
}

.contents-inner {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 2px solid #f9781c45;
}

.sticky-top {
	position: sticky;
	top: 0;
	background: white;     
	z-index: 10000;               
}

.sp_mt {
	margin-top: 20px;
}

		.touch.active {
  	background: #EB6B11;
	color: #FFF;
	}



@media screen and (max-width: 750px) {

	.selectbtn-inner {
		padding: 0 0 10px 0;
	}

	.triangle-right {
		display: block;
		width: 0;
		height: 0;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-left: 10px solid #ffa15d;  
		margin-left: 10px;
	}

	.triangle-left {
		display: block;
		width: 0;
		height: 0;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-right: 10px solid #ffa15d;
		margin-right: 10px;
	}

	.order-box {
		padding: 4.5px 13px;
		font-size: var(--fz30);
	}

	.order-box-other {
		padding: 6px 17px;
		font-size: var(--fz28);
	}

  	.selectbtn {
		margin: 15px 0 15px 0;
	}

	.sp_mt {
		margin-top: 35px;
	}



	
}

	

/*--------------------
用語内
--------------------*/

.scloll-mt {
	position: relative; 
	top: -90px;
	height: 0;
}

.row-wrap {
	margin-bottom: 75px;
}

.row-wrap-last{
	margin-bottom: 40px;
}

.row-wrap p {
	line-height: 1.6;
	letter-spacing: 0.3px;
} 

.row_title { 
	font-size: var(--fz25);
	font-weight: 800;
	color: #141414;
	background-color: #FFCF4B;
	padding: 10px 20px 7.5px 20px;
	margin-bottom: 28px;
}

.row_title_other { 
	font-size: var(--fz22);
	font-weight: 800;
	color: #141414;
	background-color: #FFCF4B;
	padding: 10px 20px 12px 20px;
	margin-bottom: 25px;
}

.row_title span { 
	font-size: var(--fz16);
}

.row-inner {
	padding: 0 30px;
}

.word_title {
	display: flex;
	align-items: center;
	font-weight: 700;
	font-size: var(--fz20);
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.word_title::before {
	content: ""; 
  	display: inline-block; 
	background-color: #F37923;
	width: 5px;
	height: 20px;
	margin-right: 8px;
}

.row-container {
	margin-bottom: 30px;
}

@media screen and  (max-width: 700px) {
	.row-inner {
	 	padding: 0 15px;
	}
}

/*--------------------
制作者からのひとこと
--------------------*/

.comment {
	width: 100%;
	background-color: #fff4dc;
	height: auto;
	border-radius: 4px;
	box-shadow: 3px 3px 3px #d7a61f7c;
}

.comment_title {
	margin-bottom: 3px;
	padding: 0px 5px;
}

.comment_title img {
	width: 160px;
	height: auto;
  	image-rendering: auto;
}

.comment_inner {
	width: 100%;
  	background-image: url("https://cdn.l-tike.com/guide/teach_ticket/img/glossary_checkw700.webp");
 	height: 100%; 
	padding: 10px 5px 10px 10px;
}

.comment_text {
	font-size: var(--fz15);
	font-family: "Yusei Magic", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.5px;
	line-height: 1.3;
	padding: 0 10px;
}

.comment_text span {
	color: #D42A2A;
} 

@media screen and  (max-width: 700px) {
	.row-inner {
	 	padding: 0 15px;
	}	

	.comment_text {
		padding: 0px;
	}
}

/*--------------------
画像表示
--------------------*/

.imageW {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.imageW p {
	font-size: var(--fz15);
	letter-spacing: 0.5px;
}

.Wmgn {
	margin-right: 10px;
}

.imageS img {
	width: 50%;
}

.imageS_M img {
	width: 70%;
}

.imgbd {
	border: 1px solid #B7B7B7;
}

.imgbdbk {
	border:  1px solid #141414;
}

@media screen and  (max-width: 700px) {
	.imageW {
		display: block;
	}

	.Wmgn {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.imageS img {
		width: 100%;
	}

	.imageS_M img {
		width: 100%;
	}
}




/*--------------------
Other
--------------------*/

.row_link {
	font-size: var(--fz15);
}

.row_link a{
	color: #2676B5;
	font-weight: 600;
	text-decoration: underline;
}

.row_strong {
	color: #EE6402;
	font-weight: 600;
}

.row_orange {
	color: #EE6402;
	font-size: var(--fz15);
	margin-bottom: 5px;
}

.row_text_center {
	width: 100%;
	font-size: var(--fz15);
	text-align: center;
}


.row_btn {
	margin: 5px auto;
	max-width: 500px;
	padding: 17px 0;
	background-color: #2676B5;
	border-radius: 45px;
	border: solid 2px #FFF;
	color: #FFF;
	box-shadow: 3px 3px 3px #8f84677c;
	display: flex;
	justify-content: center;
}

.row_btn span{
	padding: 0 15px 0 25px;
	font-size: var(--fz18);
	font-weight: 500;
}


@media screen and  (max-width: 700px) {

	.row_btn img {
		max-width: 22px;
	}

	.row_btn span{
		padding: 0 2px 0 5px;
	}

	.sp_l {
		text-align: left!important;
	}

}



/*--------------------
リクエスト
--------------------*/

.request-wrap {
	margin: 70px 0 0 0;
	width:100%;
}

.request-inner {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	display: flex;
	justify-content: center;
	text-align: center;
}

svg {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.request_link {
	padding: 0 15px;
	text-align: center;
}

.request_link p {
	font-size: var(--fz18);
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.request_link a {
	display: block;
	margin: 0 auto;
	width: 300px;
	padding: 19px 20px;
	align-items: center;
	text-align: center;
	color: #FFF;
	background-color: #F37923;
	border-radius: 65px;
	border: 2px solid #FFF;
	box-shadow: 3px 3px 3px #8f84677c;
	font-size: var(--fz18);
	font-weight: 700;
}

.requestimg_sp {
	display: none;
}



@media screen and  (max-width: 700px) {
	.request-inner {
		display: block;
	}

	.requestimg_sp {
		display: block;
		margin-bottom: 5px;
	}

	.requestimg_sp img:nth-of-type(1){
		max-width: 60px;
		margin-right: 15px;
	}

	.requestimg_sp img:nth-of-type(2){
		max-width: 80px;
	}


}

/*--------------------
追加要素
--------------------*/

@media screen and (min-width: 768px) {
    .pagination__prev .pagination__btn[data-count="05"]::after {
        background: url(https://cdn.l-tike.com/guide/teach_ticket/img/chapter05.svg) no-repeat 60px center / 105px auto;
    }
}

/*--------------------
TOPへ戻るボタン
--------------------*/

.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 80px;
	height: 80px;
	background-color: #EB6B11;
	color: #fff;
	font-size: var(--fz16);
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0.5px;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
	cursor: pointer;
	text-decoration: none;
	transition: background-color 0.3s ease;
	z-index: 999;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
	pointer-events: auto;
}

.back-to-top img {
	margin-bottom: 16px;
}

.back-to-top span {
	margin-top: -25px;
	display: block;
}

@media screen and (max-width: 700px) {
    .back-to-top {
		width: 65px;
  		height: 65px;
		font-size: var(--fz15);
	}

	.back-to-top img {
		margin-bottom: 25px;
		width: 20px;
	}

	.back-to-top span {
		margin-top: -35px;
		display: block;
	}
}



