/* CSS Document */


/*------------------------------------

詳細

------------------------------------*/

.crossTK .page_main {
	
}

.crossTK .page_main h1 {
  font-size: clamp(2.4rem, 5.3vw, 6rem);
  line-height: 1.6;
  color: #f5eb4a;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 5%;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.2rem;

}

.mainFUKI {
	
}


.mainFUKI {
  position: absolute;
  display: inline-block;
	right: 0;
  left: 0;
  margin: 1.5em auto;
  padding: 5px 10px;
  width: 400px;
  max-width: 100%;
  color: #fff;
  background: #db5966;
	top:23%;text-align: center;
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
	border-radius: 3px;
}

.mainFUKI:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #db5966;
}

.mainFUKI p {
  margin: 0;
  padding: 0;
}

.crossINTRO {
	background: #fefeed;
	padding: 40px 0;
}

.crossINTRO h2 {
	font-size: clamp(1.6rem, 2.2vw, 2.4rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	color:#01b7cc;
}
.crossINTRO p {
	font-size: clamp(1.8rem, 2.6vw, 2.8rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	padding: 0;
}


.intCROSS {
	padding-bottom: 20px;
}

.clossMEMBER {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 50px;
}

.peke {
	position: absolute;
	width: 150px;
	right: 0;
  left: 0;
  margin: 0 auto;
	top:20%;
}

.clossMEMBER li {
	width: 49%;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
}

.clossMEMBER li figure {
	max-width: 200px;
	margin: auto;
	margin-bottom: 20px;
}

.clossMEMBER li figure img {
	width: 100%;
	aspect-ratio: 1 / 1; /* ←これが重要 */
	border-radius: 50%;
	object-fit: cover;
}

.headmen {
	background: #70c4d7;
	padding: 20px;
	box-sizing: border-box;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 10px;
}
.headwoman {
	background: #f37d7e;
	padding: 20px;
	box-sizing: border-box;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 10px;
}
.clossMEMBER .headmen .yaku {
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color:#44abc2;
	border-radius: 3px;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.clossMEMBER .headwoman .yaku {
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color:#f07677;
	border-radius: 3px;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.clossMEMBER li .name {
	text-align: center;
	font-family: "Poppins", sans-serif;
	color:#fff;
	font-size: clamp(1.8rem, 2.8vw, 3rem);
}
.clossMEMBER li .catch {
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(1.7rem, 2vw, 2.2rem);
	border-bottom: 3px dotted #222;
	padding-bottom: 8px;
	margin-bottom: 10px;
	line-height: 1.5;
}

.clossMEMBER li p {
	
}



.intCROSS h3 {
	font-size: clamp(1.8rem, 2.6vw, 2.8rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
}

.intBOX {
	background: #f8f7f7;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.intBOX.rev {
	flex-direction: row-reverse;
}
.intCROSS h4 {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #f07677;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intCROSS h4 {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #70c4d7;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intBOX .text {
	width: 60%;
}
.intBOX .ph {
	width: 35%;
}
.intBOX .ph img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.intWOMAN h5 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
}
.intMEN h5 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
}


.talkBOX {
	display: flex;
	justify-content: space-between;
}
.talkBOX p {
	width: 70%;
}
.WOMANname {
	width: 25%;
	text-align: center;
	
}
.MANname {
	width: 25%;
	text-align: center;
	
}
.WOMANname span {
	width: 100%;
	background: #f37d7e;
	color:#fff;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Poppins", sans-serif;
	display: inline-block;
	line-height: 1.2;
	padding: 5px;
	box-sizing: border-box;
}

.MANname span {
	width: 100%;
	background: #70c4d7;
	color:#fff;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Poppins", sans-serif;
	display: inline-block;
	line-height: 1.2;
	padding: 5px;
	box-sizing: border-box;
}

.lastPH  {
	margin-bottom: 50px;
}

.intBOX.noflex {
	display: block;
}

.intBOX.noflex .text {
	width: 100%;
}
.intBOX.noflex .text .WOMANname {
	width: 15%;
}
.intBOX.noflex .text .MANname {
	width: 15%;
}
.intBOX.noflex .text p {
	width: 81%;
}

.reki {
	line-height: 1.5;
	color:#fff;
	font-size: clamp(1.3rem, 1.4vw, 1.5rem);
}

@media screen and (max-width: 834px){
	

.crossTK .page_main {
	
}

.crossTK .page_main h1 {
  font-size: clamp(2.4rem, 5.3vw, 6rem);
  line-height: 1.4;
  color: #f5eb4a;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
  height: -5%;
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	letter-spacing: 0.2rem;

}

.mainFUKI {
	
}


.mainFUKI {
  position: absolute;
  display: inline-block;
	right: 0;
  left: 0;
  margin: 1em auto;
  padding: 3px 10px;
  width: 220px;
  max-width: 100%;
  color: #fff;
  background: #db5966;
	top:23%;text-align: center;
	font-size: clamp(1.5rem, 2.4vw, 2.5rem);
	border-radius: 3px;
}

.mainFUKI:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #db5966;
}

.mainFUKI p {
  margin: 0;
  padding: 0;
}

.crossINTRO {
	background: #fefeed;
	padding: 20px 2%;
}

.crossINTRO h2 {
	font-size: clamp(1.6rem, 2.2vw, 2.4rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	color:#01b7cc;
}
.crossINTRO p {
	font-size: clamp(1.8rem, 2.6vw, 2.8rem);
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 600;
	padding: 0;
}


.intCROSS {
	padding-bottom: 20px;
}

.clossMEMBER {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	margin-bottom: 25px;
}

.peke {
	position: absolute;
	width: 50px;
	right: 0;
  left: 0;
  margin: 0 auto;
	top:47%;
}

.clossMEMBER li {
	width: auto;
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(200,200,200,0.2);
	margin-bottom: 15px;
}

.clossMEMBER li figure {
	max-width: 120px;
	margin: auto;
	margin-bottom: 20px;
}

.clossMEMBER li figure img {
	width: 100%;
	aspect-ratio: 1 / 1; /* ←これが重要 */
	border-radius: 50%;
	object-fit: cover;
}

.headmen {
	background: #70c4d7;
	padding: 20px;
	box-sizing: border-box;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 10px;
}
.headwoman {
	background: #f37d7e;
	padding: 20px;
	box-sizing: border-box;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	margin-bottom: 10px;
}
.clossMEMBER .headmen .yaku {
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color:#44abc2;
	border-radius: 3px;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.clossMEMBER .headwoman .yaku {
	background: #fff;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
	color:#f07677;
	border-radius: 3px;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.clossMEMBER li .name {
	text-align: center;
	font-family: "Poppins", sans-serif;
	color:#fff;
	font-size: clamp(2rem, 2.8vw, 3rem);
}
.clossMEMBER li .catch {
	text-align: center;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: clamp(1.6rem, 2vw, 2.2rem);
	border-bottom: 3px dotted #222;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.clossMEMBER li p {
	
}



.intCROSS h3 {
	font-size: clamp(1.7rem, 2.6vw, 2.8rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
}

.intBOX {
	background: #f8f7f7;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 40px;
}
.intBOX.rev {
	flex-direction: column;
}
.intCROSS h4 {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #f07677;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intCROSS h4 {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #70c4d7;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intBOX .text {
	width: auto;
	margin-bottom: 10px;
}
.intBOX .ph {
	width: 80%;
	margin: auto;
	margin-bottom: 10px;
}
.intBOX .ph img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.intWOMAN h5 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
}
.intMEN h5 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
}


.talkBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.talkBOX p {
	width: auto;
}
.WOMANname {
	width: 40%;
	text-align: center;
	margin-bottom: 5px;
	
}
.MANname {
	width: 40%;
	text-align: center;
	margin-bottom: 5px;
	
}
.WOMANname span {
	width: 100%;
	background: #f37d7e;
	color:#fff;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Poppins", sans-serif;
	display: inline-block;
	line-height: 1.2;
	padding: 5px;
	box-sizing: border-box;
}

.MANname span {
	width: 100%;
	background: #70c4d7;
	color:#fff;
	font-size: clamp(1.4rem, 1.6vw, 1.8rem);
	font-family: "Poppins", sans-serif;
	display: inline-block;
	line-height: 1.2;
	padding: 5px;
	box-sizing: border-box;
}

.lastPH  {
	margin-bottom: 30px;
}
	
.intBOX.noflex {
	display: block;
}

.intBOX.noflex .text {
	width: 100%;
}
.intBOX.noflex .text .WOMANname {
	width: 40%;
}
.intBOX.noflex .text .MANname {
	width: 40%;
}
.intBOX.noflex .text p {
	width: auto;
}

.reki {
	line-height: 1.5;
	color:#fff;
	
}

	
}













