@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}


article {
	position: relative;
}

.st_wrap {
	clear: both;
	width:100%;
    text-align: center;
	padding: 0 ;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	position: relative;
}

.st_wrap h1 {
    font-weight: 600;
	font-size: 20px;
	line-height: 1.6em;
	text-align: center;
	margin: 6% auto 4%;
}

.st_wrap h2 {
	font-family: "Libre Baskerville", serif;
    font-weight: 600;
	font-size: 28px;
	text-align: center;
	margin: 10% auto 3%;
	color: #999;
}

.st_wrap h3 {
    font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin: 6% auto 2%;
}

.st_wrap h4 {
	font-family: "Libre Baskerville", serif;
	font-size: 16px;
    font-weight: 400;
	text-align: center;
	margin: 3% auto 6%;
	color: #999;
}

.st_wrap h5 {
	font-size: 20px;
    font-weight: 700;
	text-align: center;
	margin: 8% auto 5%;
	padding: 1% 0;
	background-color: #888;
	color: #fff;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}

.co01 {
    color: #a2807e;
}

.st_wrap p {
	margin: 10px auto;
    text-align: left;
    font-size: 13px;    
    line-height: 1.8em;
	font-weight: 400;
}


.Main {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.ttl {
	position: absolute;
  	top: 18%;
  	left: 5%;
	text-align: left;
	color: #fff;
}

.ttl_txt {
	font-size: 30px;
	letter-spacing: 0.055em;
	margin: 0 0 6%;
}

.ttl_txt span {
	color: #ffe25b;
}

.sub {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
}

.sp {
	display:none;
}


.Lead {
	font-weight:normal;
	text-align:center;
	font-size: 14px;
	padding:0 ;
	margin: 2% auto;
	line-height: 2em;
}

.Lead a {
	text-decoration: underline;
	color: #000;
}

.info_box {
	width: 65%;
	margin: 5% auto;
	padding: 3%;
	border: solid 1px #333;
	display: flex;
	justify-content: center;
	align-items: center;
}

.info_box_img {
	width: 35%;
}

.info_box_txt {
	width: 62%;
	margin-left: 3%;
	text-align: left;
}

.name {
	font-size: 20px;
	line-height: 1.4em;
}

.name_item {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2% 0 ;
	text-align: center;
}

.ig {
	background-image: url("../images/icon_ig.png");
	background-size: 22px;
	background-repeat: no-repeat;
	padding: 0 0 2px 28px;
	color: #000;
	font-size: 15px;
}

.icon_ig {
	width: 30%;
	max-width: 50px;
	margin: 2% auto 4%;
}

.Sml {
	font-size: 11px;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}

.Sml strong {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #cebf98 30%);
}

.star {
	width: 30%;
	max-width: 100px;
	position: absolute;
	top: -15%;
	right: 15%;
}

.Red {
	color: #FF0004;
}

.style_box{
	width: 90%;
	margin: 5% auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	position: relative;
}

.style_1{
	width: 60%;
	margin: 0 40% 0 0;
	position: relative;
}

.style_2 {
	width: 45%;
	margin: -40% 0 10% 55%;
	z-index: 2;
}

.style_3 {
	width: 49%;
	margin: 0;
}

.style_4 {
	width: 65%;
	margin: 0;
}


.flx {
	display: flex;
	justify-content: space-between;
}

.MT35 {
	margin-top: 35%;
}

.txt {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	text-align: left;
	font-size: 15px;
	margin: 20px 10px;
}

.txt_r {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	text-align: right;
	font-size: 15px;
	margin: 20px 10px;
}

.txt a, .txt_r a{
	color: #000;
	text-decoration: none;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1;
  width: .8em;
  height: 0.1em;
  margin-right: 8px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

	

/*マーカーアニメーションcss*/
 
.marker-animation.active{
    background-position: -100% .8em;
	font-weight: 500;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, #ffe25b 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, #ffe25b 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, #ffe25b 50%);
    background-image: -o-linear-gradient(left, transparent 50%, #ffe25b 50%);
    background-image: linear-gradient(left, transparent 50%, #ffe25b 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .8em;
    transition: all .5s ease;
}	

.bdr {
	border-bottom: solid 1px #F2F2F2;
	margin: 6% 5%;
}

.clear {
	clear:both;
}


.btn-1 {
    display: inline;
	font-family: "Frank Ruhl Libre", serif;
	font-weight: 500;
    font-size: 13px;
    padding: 3px 5px;
	width: 30%;
    color: #fff;
    background-color: #333;
	border-radius: 30px;
}

a.btn-1 {
    text-decoration: none;
}

.btn-2 {
    display: block;
    font-size: 15px;
    padding: 5px 10px;
	margin: 8% auto 10%;
	width: 40%;
    color: #fff;
	background-color: #000;
	box-sizing: border-box;
}

a.btn-2 {
    text-decoration: none;
}

.btn-3 {
	font-family: "Libre Baskerville", serif;
    display: block;
    font-size: 18px;
	font-weight: 600;
    padding: 5px 10px;
	margin: 5% auto 15%;
	width: 140px;
    color: #000;
	border-bottom: solid 1px #000;
	text-decoration: none;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

@media only screen and (max-width: 750px) {
	#Main {
	margin:0 auto 2%;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.st_wrap {
		width: 100%;
		margin: 0 auto;
	}

    .st_wrap p {
        font-size: 12px;
        margin: 7px 0;
		line-height: 1.6em;
    }
    
	.st_wrap h1 {
		font-size: 15px;
		margin: 4% auto 2%;
	}	
    
    .st_wrap h2 {
        font-size: 23px;
		line-height: 1.6em;
    }
    
    .st_wrap h3 {
        font-size: 14px;
    }
    
	.ttl_txt {
		font-size: 20px;
	}
	
	.Lead {
		font-size:12px;
		margin: 4% auto 6%;
	}
	
	.sub {
		font-size: 10px;
	}
	
	.txt, .txt_r {
		font-size: 12px;
		line-height: 1.5em;
		margin: 7px 5px;
	}
	
	.info_box {
		width: 80%;
	}
	
	.name {
		font-size: 15px;
	    line-height: 1.2em;
	}
	
	.ig {
		background-size: 17px;
	    padding: 0 0 3px 22px;
	    font-size: 12px;
	}
	
	.star {
		width: 20%;
		right: 5%;
	}
	
	.Sml {
		font-size: 10px;
	}
	
    .btn-1 {
        font-size: 12px;
		padding: 2px 6px;
    }
	
	.btn-2 {
		font-size: 13px;
	}
	
	.btn-3 {
		font-size: 18px;
		width: 35%;
	}
	
}


/*modal*/

	.modal-context-wrapper {
            position: relative; /* Crucial: Establishes positioning context for the modal */
            padding: var(--spacing-lg);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            overflow: hidden; /* Ensures modal doesn't bleed out if using specific effects */
        }


.modal-open-button {
  padding: 10px 20px;
  color: white;
  text-decoration: none;
  cursor: pointer;
  background-color: #007BFF;
  border: none;
  border-radius: 5px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 60%);
  opacity: 0;
  transition: opacity 0.5s, scale 0s 0.5s;
  scale: 0;
}

.modal:target {
  opacity: 1;
  transition: opacity 0.5s;
  scale: 1;
}

.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: black;
  text-decoration: none;
  cursor: pointer;
  transform: translate(50%, -50%);
}

.modal-wrapper {
  position: relative;
  width: 80%;
  max-width: 500px;
  max-height: 70%;
  padding: 20px;
  margin: auto;
  overflow: scroll;
  background-color: #FEFEFE;
  border-radius: 5px;
}

.modal-content h1 {
  margin: 0;
  font-size: 4rem;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}

