@charset "utf-8";

/* *, ::after, ::before {
    box-sizing: border-box;
} */

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * 3rem);
    margin-right: calc(-.5 * 3rem);
    margin-left: calc(-.5 * 3rem);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(3rem * .5);
    padding-left: calc(3rem * .5);
    margin-top: 3rem;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.text-end {
    text-align: right !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.f-orange {
    color: #f80;
}

#about .contents_inner {
    max-width: 1320px;
	width: 92%;
    margin: 0 auto;
}

#about {
    	padding: 30px 0;
}

#about small {
    font-size: 2rem;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #999;
    margin-bottom: 10px;
}

#about h2 {
    font-family: "こぶりなゴシック W6 JIS2004", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN W6", "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
    color: #f80;
	font-size: 2.2rem;
    line-height: 36px;
    font-weight: 600;
}

#about h2 > .title-icon {
	display: inline-block;
	width: 30px;
	margin-right: 5px;
	vertical-align: sub;
}

.about__txt {
	font-size: 1.5rem;
    line-height: 26px;
}

/*----- top_vol02 -----*/

#top_vol02 {
	position: relative;
	margin-top: 50px;
}

#top_vol02 .intro {
	overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#top_vol02 .intro:after {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/mynavi-cr_top_img_visual-ver02_title-bg.svg) no-repeat;
	background-position: 50% -205%;
	background-size: auto 110%;
	z-index: 2;
}

#top_vol02 .intro img {
    width: 100%;
    z-index: 1
}

#top_vol02 .intro .caption {
    position: absolute;
    bottom: 18%;
    left: 0;
    z-index: 3;
}

#top_vol02 .intro .caption h1 {
	font-family: "こぶりなゴシック W6 JIS2004","ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic ProN W6","Noto Sans JP","メイリオ",Meiryo,sans-serif;
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column; */
	font-weight: 600;
    line-height: 1;
	text-box: trim-both cap alphabetic;
}

/* #top_vol02 .intro .caption h1 br {
	display: none;
} */

#top_vol02 .intro .caption h1 span.copy {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 11px 5px 16px;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 2px;
	background: rgba(255, 136, 0, 0.88);
}

#top_vol02 .intro .caption h1 span.copy:first-child {
	padding-right: 0;
}

#top_vol02 .intro .caption h1 span.title {
	display: inline-block;
	padding: 5px 16px;
    color: #ff8800;
	font-size: 1.2rem;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0.88);
}

#top_vol02 .intro .scroll {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -25px;
    z-index: 10;
    animation: jump;
    animation-duration: 4s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    transform-origin: bottom center;
}

#top_vol02 .intro .overlay {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

#top_vol02 .intro .overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

#top_vol02 .recommend {
    width: 100%;
    background: #f80;
}

#top_vol02 .recommend p {
    margin-bottom: 1.5rem;
}

/*----- about -----*/

#about {
	position: relative;
	padding-bottom: 60px;
	overflow-x: clip;
	z-index: 2;
}

#about .about_inner {
	position: relative;
}

#about h2 {
	margin-bottom: 0;
}

#about h2 > img {
	margin-bottom: 10px;
	width: 290px;
	height: auto;
	vertical-align: middle;
}

#about p {
	margin-bottom: 20px;
}

#about p > strong {
	padding-left: 10px;
	font-size: 1.8rem;
	line-height: 2;
	transform: skew(-45deg);
    background-image: repeating-linear-gradient(-45deg, transparent 0 3px, #FFA585 3px 6px);
	background-size: 100% .5em;
    padding-bottom: 1em;
	background-position: 0 center;
	background-repeat: no-repeat;
}

#about .about_img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: -30px;
}

#about .about_img01 {
	width: 47.2%;
	max-width: 623px;
	height: auto;
}

#about .about_img02 {
	width: 72.49%;
	max-width: 946px;
	height: auto;
}

#about + .orange_bg {
	margin-bottom: 30px;
}

#about + .orange_bg + #entry {
	margin-bottom: 20px;
}

#about .contents__main__entry {
    margin-top: 60px;
}

#about .contents__main__entry .entry_btn {
	width: 100%;
}

@media (max-width: 1099.98px) {
	
	#top_vol02 .intro .caption {
		width: 100%;
		text-align: center;
	}
	
    #top_vol02 .intro img.sp {
        display: block;
    }

}

@media (min-width: 751px) {
	#about .contents__main__entry .entry_btn {
		width: 90%;
	}
}

@media (min-width: 751px) and (max-width: 1099.98px) {

	.contents__main__entry .entry_btn {
		height: auto !important;
	}

	#top_vol02 {
		margin-top: 100px;
	}

	#top_vol02 .intro .caption h1 span.copy {
		margin-bottom: 16px;
		padding: 10px 24px 10px 28px;
		font-size: 4.4rem;
	}

	#top_vol02 .intro .caption h1 span.title {
		padding: 10px 28px;
		font-size: 2.1rem;
	}

	#about .contents__main__entry {
		margin-top: 100px;
	}

	#about small {
		font-size: 4rem;
        margin-bottom: 20px;
	}

	#about h2 {
		font-size: 4.4rem;
		line-height: 54px;
	}

    .about__txt {
        font-size: 2.8rem;
        line-height: 44px;
        margin-bottom: 60px;
    }

	#about h2 > img {
		margin-bottom: 25px;
		width: 596px;
	}

	#about p > strong {
        font-size: 3.2rem;
    }

}

@media (min-width: 1100px) {

	.d-sm-none {
        display: none !important;
    }

	.col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

	.col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

	.d-md-none {
        display: none !important;
    }

	#top_vol02 {
		margin-top: 120px;
		padding-top: 41.6667%;
	}

	#top_vol02 .intro {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#top_vol02 .intro:after {
		background-position: 98% 140%;
		background-size: auto 108%;
		z-index: 2;
	}

	#top_vol02 .intro .caption {
		top: 26%;
		left: 53%;
	}

	#top_vol02 .intro .caption h1 span.copy {
		margin-bottom: 18px;
		padding: 8px 16px 8px 20px;
		font-size: 4.2rem;
	}

	#top_vol02 .intro .caption h1 span.title {
		padding: 8px 20px;
		font-size: 2rem;
		letter-spacing: 2px;
	}

	#top_vol02 .intro img.pc {
		position: absolute;
		left: -2%;
		top: 0;
		width: auto;
		height: 100%;
		z-index: 1;
	}

	#about .contents__main__entry {
		margin-top: 120px;
	}

	.about__txt {
		font-size: 1.6rem;
		line-height: 2;
	}

	#about small {
		font-size: 2.8rem;
    	margin-bottom: 25px;
	}

    #about h2 {
		font-size: 3.6rem;
	}

	#about h2 > .title-icon {
		width: 40px;
	}

    #about {
		padding-top: 90px;
		padding-bottom: 120px;
	}

	#about h2 > img {
		margin-bottom: 25px;
		width: 596px;
	}

	#about p > strong {
        font-size: 3.2rem;
    }

	#about .about_img01 {
		position: absolute;
		bottom: -35%;
		right: 80%;
	}
	
	#about .about_img02 {
        position: absolute;
        bottom: -40%;
        left: 82%;
    }

	#about + .orange_bg {
		margin-bottom: 90px;
	}

}

@media (min-width: 1182px) {
	#top_vol02 {
		margin-top: 0;
	}
}

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }

	.d-xxl-block {
        display: block !important;
    }

	#top_vol02 .intro .caption h1 span.copy {
		margin-bottom: 26px;
		padding: 12px 19px 12px 24px;
		font-size: 5.8rem;
	}

	#top_vol02 .intro .caption h1 span.title {
		padding: 12px 24px;
		font-size: 2.7rem;
	}

    #about {
		padding-top: 90px;
		padding-bottom: 120px;
	}

	#about .about_img01 {
		bottom: -43%;
        right: 91%;
        width: 47.74%;
	}
	
	#about .about_img02 {
		bottom: -43%;
		left: 93%;
		width: 72.49%;
	}

}

@media (min-width: 1600px) {
	#top_vol02 .intro .caption h1 span.copy {
		margin-bottom: 28px;
		padding: 14px 28px;
		font-size: 6.2rem;
	}

	#top_vol02 .intro .caption h1 span.title {
		padding: 14px 28px;
		font-size: 3rem;
	}
}