ff@charset "UTF-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}



.st_wrap {
	clear: both;
	width:100%;
	padding: 0 0 2%;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000000;	
	background-color: #ebecec;
    text-align: center;
}

.st_wrap img {
	width: 100%;
	vertical-align: bottom;
}

.st_wrap h1 {
	font-family: Arial, Helvetica, 'sans-serif';	
	width: 80%;
    font-size: 33px;
	color: white;
    font-weight: 700;
	text-align: center;
	margin: 5% auto 8%;
	padding: 2%;
	letter-spacing: 0.05em;
	background-color: black;
}

.st_wrap h1 span {
    padding: 5px 15px;
    background-color: #ACACAC;
}

.st_wrap h2 {
	width: 60%;
    font-weight: 600;
    font-style: bold;
	font-size: 40px;
	line-height: 1.5em;
	margin: 10% auto 0;
	text-align: center;
	color: #000;
	
	  border-bottom: solid 3px #D2D5D7;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #000;
  bottom: -3px;
  width: 30%;
}

.st_wrap h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	margin: 2% auto 5%;
    color: #000;
}

.st_wrap h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.7em;
	text-align: center;
	margin: 7% auto 3%;
}


.st_wrap p {
    margin: 1% auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.8em;
	font-weight: 400;
}

.t_P {
    margin: 3% auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.8em;
	font-weight: 400;
	color: white;
}
.t_bold{
	font-size: 19px;
	font-weight: bold;
}
.t_item {
    margin: 3% auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
	font-weight: 600;
}
.t_item_all {
    margin: 3% auto -1%;
    text-align: center;
    font-size: 25px;
    line-height: 1.8em;
	font-weight: 600;
}
.wrap_content {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.kikan{
	padding: 0.3em 0.3em;
	width: 50%;
	margin: 0 auto 10%;
	border: solid 3px #7E7F82;
	border-radius: 50px;
}
.red {
	color: red;
    font-weight: bold;
    font-size: 110%;
}

.pblogo{
	width: 20%;
	margin: 0 auto 5%;
	padding-top: 5%;
}

#Main {
    width: 100%;
	max-width: 700px;
	margin: 0 auto 1%;
}


.sp {
	display:none;
}

.Lead {
	text-align:center;
	font-size: 14px;
    font-weight: 500;
	letter-spacing: 0.089em;
	margin: 0% auto 12%;
	line-height:1.8em;
}

/*tabここから*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 800px;
	margin: 0 auto;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 60px;
    padding: .6em 1em;
    border-radius: 15px 15px 0 0;
    background-color: #fff;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}
/*tabここまで*/



/*sliderapp*/
.slider-group::-webkit-scrollbar {
display: none;
}
.slider-group {
	position: relative;
	width: 100%;
	margin: 5% auto;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.slider-box {
	flex: 0 0 auto;
	width: 65%;
	margin-right: 2%;
	position: relative;
}
.slider-box:first-child {
	margin-left: 12.5%;
}
.slider-box:last-child {
	margin-right: 12.5%;
	padding-right: 12.5%;
}
.slider-box img {
	width: 100%;
	object-fit: cover;
}
/*sliderapp*/

.style_twin {
	width: 100%;
    max-width: 600px;
	margin: 2% auto 5%;
    text-align: right;
}
.FL {
	float: left;
}

.FR {
	float: right;
}

.w_50 {
    width: 44%;
    margin: 3%;
    float: left;
}

.thum_box {
	width: 100%;
	max-width:750px; 
	margin: 8% auto 10%;
	padding: 0;
	display: flex;
	align-items: stretch;
	align-content: center;
}

.thumb {
	width: 55%;
}

.thumb_info {
	width: 45%;
	background-color: #e2e3e4;
	position: relative;
}

.thumb_info .inner {
	padding: 25% 0;
	color: #000;
}

span.marker {
    background: linear-gradient(transparent 10%, #a7b9e0 10%);
}

.co01 {
    color: #7E7F82;
}

.co02 {
    color: #638A92;
    font-size: 90%;
}

.bk_col {
	background-color: #8299C9;
	padding: 5px 20px;
	border-radius: 4px;
	color: #fff;
}

.bk_col2 {
	width: 90%;
	background-color: #fff;
	margin: 5% auto;
	padding: 2%;
	border-radius: 20px;
}

.name_item {
	font-size: 23px;
	font-weight: 600;
	margin: 0 auto 5px;
	text-align: center;
	color: white;
}

.Sml {
	font-size: 90%;
	line-height: 1.4em;
	margin: 1% auto;
	text-align: left;
	font-weight: 400;
}


small {
	font-size: 80%;
}


.clear {
	clear:both;
}

#ターゲット要素 {
    padding-top: 110px;
    margin-top: -50px;
}

.bk_gry {
	width: 70%;
	margin: 4% auto;
	padding: 10px 20px;
	text-align: center;
	color: #7E7F82;
}

.sub {
	width: 80%;
	font-size: 26px;
	font-weight: 800;
	margin: 1% auto 2%;
}

.cap {
	text-align: left;
}

.cap span {
	font-size: 14px;
	text-align: left;
	margin: 2% 0;
	padding: 3px;
	background-color: #97d2f4;
}

.w_80 {
	width: 90%;
	max-width: 550px;
	margin: 4% auto 6%;
}

.info_box {
	width: 80%;
	max-width: 700px;
	margin: 6% auto 14%;
	padding: 5%;
	display: flex;
	flex-wrap: nowrap;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #b3b3b3;
	text-align: left;
}

.info_box_prof {
	width: 30%;
	margin: 0 4% 0 0;
}
.info_box_txt {
	width: 64%;
}

.info_box_prof img {
	width: 100%;
	border-radius: 100px;
}

.sns_box {
	width: 44%;
	margin: 6% 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.icon {
	width: 37%;
}
 .ig_box{
    width: 25%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5% auto 0%;
}
.ig_box .ttl{
    width: 30%;
    text-align: center;margin: 0 auto;
}
.ig_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    column-gap: 3%;
    margin: 5% auto;
  padding-left:0;	
}
 .ig_box ul li{
    position: relative;
  list-style:none;	
}
	.movie{
		width: 50%;
		margin: 3% auto 5%;
	}
	video{
		width: 100%;
	}
.Btn_s {
    width: 160px;
    margin: 2% auto;
}
.btn_code1{
	color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
	font-size: 16px;
	text-align: center;
	margin: 2% auto 10%;
	padding:2% 0;
	border:1px solid #000;
	width:40%;
	background-color: #000;
}

.btn_code1 a{
	text-decoration: none;
	display: block;
	color:#fff;
	font-weight: bold;
}
/* General button style (reset) */
.Btn {
	border: none;
	font-family: inherit;
	font-size: 12px;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 3px;
	display: inline-block;
	margin: 3% auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	text-align: center;
	
}


/* Button 1 */
.Btn-1 {
	width: 100%;
	font-family: "Roboto", serif;
	font-size: 16px;
	margin: 6% auto 0;
	padding: 15px 0;
	background-color:black;
	line-height: 1.3em;
	color: #fff;
    text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
}

.Btn-2 {
    width: 60%;
    max-width: 500px;
	margin: 3% auto;
    font-size: 15px;
	padding: 12px 20px;
    text-align: center;
	background-color: #000;
	color: #FFFFFF;
    text-decoration: none;
}
.dli-caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
}

.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 3px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.point_video {
	display: block;
    width: 100%;
	margin: 5% auto;
}

.point_video iframe {
    width: 100%;
}

@media only screen and (max-width: 750px) {
	
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.Lead {
		font-size:13px;
		margin: -2% auto 15%;
		letter-spacing: 0.04em;		
	}
	
	.st_wrap {
		width: 100%;
		margin: 0 auto 1%;
	}

	.st_wrap h1 {
		width: 93%;
		clear: both;
		font-size: 19px;
		margin: 3% auto 6%;
	}	
	
.st_wrap h2 {
	width: 80%;
    font-weight: 600;
    font-style: bold;
	font-size: 25px;
	line-height: 1.5em;
	margin: 12% auto 0;
	text-align: center;
	color: #000;
	
	  border-bottom: solid 3px #D2D5D7;
  position: relative;
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #000;
  bottom: -3px;
  width: 30%;
}	
	
	.st_wrap h3 {
		font-size: 12px;
		font-weight: 500;
		margin: 5% 50% 0% 2%;
	}	

    .st_wrap p {
        font-size: 13px;
    }
   .pblogo{
	width: 40%;
	margin: 0 auto 5%;
	padding-top: 5%;
} 
	.name_item {
		font-size: 21px;
	}
    
    .ttl {
        font-size: 12px;
    }

	.Sml {
		font-size: 11px;
		line-height: 1.8em;
		margin: 2% 0;
	}
.kikan{
	padding: 0.3em 0.3em;
	width: 85%;
	border-radius: 40px;
}	
	.t_P {
		margin: 5% auto 3%;
		font-size:13px;
	}
.t_bold{
	font-size: 17px;
	font-weight: bold;
}	
.t_item {
    margin: 3% auto 2%;
    text-align: center;
    font-size: 14px;
    line-height: 1.8em;
	font-weight: 600;
}	
.t_item_all {
    margin: 3% auto -1%;
    text-align: center;
    font-size: 20px;
    line-height: 1.8em;
	font-weight: 600;
}	
	.sub {
		width: 100%;
		font-size: 20px;
		margin: 10% auto 3%;
	}
	
	.bk_col {
		padding: 2px 10px;
	}
	
/*tabここから*/
.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
    width: 96%;
	margin: 0 auto;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 50px;
    padding: .6em 0.1em;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}
/*tabここまで*/	

.style_twin {
	width: 100%;
	margin: 6% auto 6%;
}


.w_50 {
    width: 48%;
    margin: 1%;
    float: left;
}		
	
	.thum_box {
		width: 90%;
		margin: 10% auto 10%;
        display: flex;
        flex-direction: column;
	}
    
    .thumb {
		width: 100%;
		order: 1;
    }
    
	.thumb_info {
		width: 100%;
		order: 2;
    }
	
	.thumb_info .inner {
		padding: 3% 0 0;
	}
	
	
	.com_box {
		min-height: auto;
	}
	
	.footer_link {
		flex-direction: column;
	}

	
	.info_box {
		width: 85%;
		margin: 10% auto 15%;
		flex-direction: column;
	}
	
	.info_box_prof {
		width: 50%;
		margin: 2% auto 0;
	}
	
	.info_box_txt {
		width: 100%;
	}
	
		
	.bk_gry {
		width: 90%;
		padding: 2% 0;
	}
	
	.sns_box {
		width: 60%;
		margin: 4% auto;
	}
	
	
	.cap {
		line-height: 1.6em;
	}
	
	.cap span {
		font-size: 8px;
		margin: 1%;
	}
	.movie{
		width: 90%;
		margin: 12% auto 5%;
	}	
 .ig_box{
    width: 55%;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 8% auto 0%;
}
	.br_sp {
		display: block;
	}
	
    .Btn_s {
        width: 80%;
		margin: 1% auto 7%;
    }	
	
.btn_code1{
	color: #000;
	font-size: 14px;
	text-align: center;
	margin: 2% auto 7%;
	padding:4% 0;
	width:70%;
}
	
/* Button 1 */
.Btn-1 {
	width: 100%;
    font-size: 15px;
    padding: 12px 0;
	margin: 3% auto 0;
	position: relative;
}
	
.Btn-2 {
        font-size: 13px;
        line-height: 1.5em;
        margin: 4% auto;
    } 
	
	
}

