@charset "UTF-8";
/* CSS Document */


#introBox .imgOshi {
	width: 45%;
	max-width: 320px;
	border-radius: 0px;
}
#introBox .snsBox {
	justify-content: flex-end;
	margin-top: -25px;
}
#introBox {
	padding-bottom: 20px!important;

}
#hirokumaBox {
	background-color: #f8f6bb;
	padding: 30px;
  padding: 20px 40px 15px;
  margin-bottom: 30px;
}
#hirokumaBox .imgOshi {
    width: 35%;
    max-width: 230px;
    border-radius: 0px;
}
#hirokumaBox dl {
    width: 62%;
    border-radius: 0px;
}
#hirokumaBox dt {
	width: 50%;
	max-width: 160%;
	padding-bottom: 20px;
}
#hirokumaBox .snsBox {
	justify-content: flex-end;
	margin-top: -5px;
	gap:10px 10px;
}
#hirokumaBox .flex .iconBox {
    border-radius: 100%;
    border: #555 solid 1px;
    width: 50px;
    height: 50px;
}
.bnKiji {
	margin-top: 30px!important;
}

	
#single article #ichiran  {
	background-color: #eaeae2;
	max-width: 460px;
	display: flex;
justify-content: center;
align-items: center;
	font-size: 26px;
	font-weight: 500;
	height: 3em;
	margin: 10px auto 30px;
	border-radius: 20px;
	
}

#sec01 .h3-02,#sec04 .h3-02 {
	font-size: 32px!important;;
	padding: 0.3em!important;
	border: none;
	background-color: #ea5c71;
	text-align: center;
	color: #fff;
	border-radius: 999px;
	margin-top: 0.5em;
}
#sec01 .h4-02,#sec02 .h4-02,#sec03 .h4-02,#sec04 .h4-02 {
	font-size: 26px;
	border-left: #ea5c71 solid 5px;
	padding-left: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#sec01 .desc {
	padding-top: 0em!important;
}


#single .editer {
    padding: 0px 0 30px;
}
#single .editer.pink {
    padding: 50px 0 40px;
}

#single .editer .imgBox {
    width: 154px;
	position: relative;
	overflow: visible;
}
#single .pink .imgBox p {
    font-size: 18px;
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	z-index: 1;
	padding: 0;
}
#single .editer .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
}
#single .pink .txtBox {
    width: calc(100% - 190px);
	font-size: 18px;
	background-color: #fceaea;
}

/*#single .editer .txtBox::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    left: 100%;
    top: 45%;
    transform: translateY(-50%) rotateZ(180deg);
    border-right: #e6e6e5 solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
}*/
#single .pink .txtBox::after {
    left: inherit;
    right: 100%;
    transform: translateY(-50%);
    border-right: #FCEAEA solid 30px;
    border-top: transparent solid 15px;
    border-bottom: transparent solid 15px;
}
#single .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#single #sec04 .editer {
    padding: 30px 0 50px;
}

#single .blue {
  flex-direction: row-reverse;
}
#single .blue .txtBox {
  background-color: #d3edfb;
	
}
#single.sup .blue .txtBox::after {
    border-right: #d3edfb solid 30px;
}
#sec05 {}
#sec05 .leftBox p {
	padding-bottom: 1em;
}
#sec05 h4 {
	width: 80%;
	max-width: 520px;
	margin: 0 auto;
	padding-top: 20px;
	
}
#sec05 .desc {
	padding: 2% 5%!important;
}
#single #sec06 .h3-01 {
	border: none;
	border-left: #ea5c71 solid 4px;
	    padding: 0em 0;
    border-bottom: #E61E73 solid 0px;
    margin: 1em 0 0.5em 0;
	padding-left: 0.5em;
}
#single #sec07 h2 {
	border: none;
	background-color: #ea5c71;
	color: #fff;
	height: 2.6em;
	border-radius: 10px;
	display: flex;
justify-content: center;
align-items: center;
	
}
#sec07 .nameBox {
	width: 50%;
	max-width: 340px;
	margin: 15px auto;
}
#sec07 .compBox {
	padding-bottom: 50px;
}
#sec07 .img043 {
	padding: 30px 0;
}
#sec07 .awasete {
	margin-bottom: 30px;
}

.h5Box {
	padding: 3em 0 2em;
	text-align: center;
	perspective: 300px;
}

.h5Box h5 {
	display: inline-block;
	font-size: 26px;
	text-align: center;
	color: #a53325;
	font-weight: 600;
	position: relative;
	transform: rotateX(90deg);
	transform-origin: center;
	opacity: 0;
}
.h5Box.active h5 {
	transform: rotateY(0deg);
	opacity: 1;
	transition: transform 0.6s ease-out, opacity 0.1s;
}
.h5Box h5::after {
	content: "";
	position: absolute;
	width: 120%;
	height: 0.5em;
	left: -10%;
	bottom: -0.2em;
	background-color: #edcf83;
	z-index: -1;
	transform: rotateY(90deg);
}
.h5Box.active h5::after {
	transition: 0.3s ease-in 0.5s;
	/*height: 0.5em;*/
	transform: rotateY(0deg);
}
.h5Box.yuzuco h5 {
	color: #000;
}
.h5Box.yuzuco h5::after {
	background-color: #f3a9aa;
}


.swiperWrap .caption {
    font-size: 12px;
    line-height: 1.4;
    padding: 1em 0 2.5em;
}
.caution {
	border: rgba(210,0,3,1.00) solid 1px;
	padding: 0.6em 1.2em;
	color: rgba(210,0,3,1.00);
	font-size: 17px;
	margin-bottom: 30px;
	margin-top: -10px;
	text-indent: -1em;
	padding-left: 1.6em
}

@media screen and (max-width : 959px ){
	.caution {
		font-size: clamp(14px, 4vw, 16px);
	}
}
@media screen and (max-width : 599px ){
	
	#introBox .imgOshi {
		width: 100%;
		max-width: 320px;
		border-radius: 0px;
		margin: 0 auto 15px;
	}
	
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e6e6e5 solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single .editer {
    padding-bottom: 30px;
    padding: 15px 0;
	}
	#single .editer .imgBox {
    width: 120px;
	}
	#single .editer .imgBox p {
    font-size: clamp(15px, 4.3vw, 17px);
    position: static;
		padding: 0.2em 0;

	}
	#single .editer .txtBox {
		width: 100%;
		font-size: clamp(15px, 4.3vw, 17px);
	}
	#single .editer .txtBox::after {
    width: 30px;
    height: 30px;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 100%;
    transform: translateX(-50%);
    border-bottom: #e9f3fb solid 30px;
    border-left: transparent solid 15px;
    border-right: transparent solid 15px;
  }
  #single .editer.pink,#single .editer.blue{
    flex-direction: column;
		padding: 10px 0 30px
  }
    #single .editer.pink .txtBox::after {
      border-bottom: #FCEAEA solid 30px;
  }
  #single .editer.blue .txtBox::after {
      border-bottom: #d3edfb solid 30px;
    
  }
	#single #sec04 .editer {
    padding: 15px 0 10px;
	}
	#introBox .snsBox {
    margin-top: -0px;
}
	#hirokumaBox {
    padding: 20px 20px 15px;
	}
	#hirokumaBox .flex {
		flex-direction: column-reverse;
	}
	#hirokumaBox .imgOshi {
    width: 100%;
    max-width: 230px;
    border-radius: 0px;
		margin: 0 auto;
	}
	#hirokumaBox dl {
			width: 100%;
	}
	#hirokumaBox dt {
		width: 60%;
		max-width: 160%;
		margin: 0 auto;
		padding: 10px 0;
	}
	#hirokumaBox .snsBox {
		justify-content: center;
		margin-top: 10px;
		gap:10px 10px;
	}
	#sec01 .h3-02, #sec04 .h3-02	{
		font-size: clamp(18px, 5.9vw, 23px)!important;
	}
	#sec01 .h4-02, #sec02 .h4-02, #sec03 .h4-02, #sec04 .h4-02
	{
		font-size: clamp(18px, 5.3vw, 21px)!important;
		margin-top: 1em;
		margin-left: 0.5em;
	}
	.h5Box h5 {
		font-size: clamp(16px, 5.1vw, 21px)!important;
	}
	.h5Box h5::after {
    width: 100%;
    left: -0%;
	}
	.caution {
		padding: 0.7em 1em 0.7em 2em;
		font-size: clamp(14px, 4vw, 16px);
	}


	
}
	