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

#pageWrap {
	/*font-family: 'Noto Sans JP', sans-serif;*/
	padding: 0;
}
.notes-area {
    margin: 0 auto 0;
}

.boxWidth {
	container-type: inline-size;
	max-width: 1200px;
}
#sec01 {
	background-color: #fef6f9;
	padding: 3% 0 3%;
	position: relative;
}
#sec01 .titBox h3 {
	margin: 30px auto;
	font-size: 4.2cqw;
	letter-spacing: 0.1em;
	color: #eb6ea5;
	line-height: 1.3;
}
#sec01 .titBox h3 i {
	font-style: normal;
	font-size: 180%;
}
#sec01 .titBox h3 span {
	display: block;
	color: #000;
	font-size: 80%;
}
#sec01 .flex01 {
	.imgBox {
		width: 23%;
		border-radius: 20px;
		overflow: hidden;
		position: relative;
		&::after{
			content: "";
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			border-radius: 20px;
			border: #eb6ea5 solid 2px;
			z-index: 1;
		}
		
	}
	.box02::after,
	.box04::after {
		border: #f6ad3c solid 2px;
	}
}
#sec01 p.lead {
	font-size: 1.0cqw;
	font-size: clamp(14px, 1.0cqw, 18px);
	text-align: center;
	padding: 1.5em 0 0;
}
#sec01 p.cap {
	position: absolute;
	right: 2em;
	bottom: 1em;
	color: #000;
	font-size: 10px;
}

#sec02 {
	padding: 5% 0;
}
#sec02 .boxWidth {
	max-width: 900px;
	container-type: inline-size;
}
#sec02 .titBox {
	color: #0075c2;
	position: relative;
	padding: 30px 0 0;
}
#sec02 .titBox::before,#sec02 .titBox::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../images/dotline.svg");
	background-position: left top;
	background-size: 100%;
	background-repeat: no-repeat;
}
#sec02 .titBox::after {
	background-position: left bottom;
}
#sec02 .titBox h3 {
	font-size: 3.3cqw;
	line-height: 1.3;
}
#sec02 .titBox h3 span {
	font-size: 160%;
}
#sec02 .titBox .eng {
	width: 46%;
	max-width: 400px;
	margin: 0 auto;
		
}
#sec02 .flex01 {
	padding: 30px 0;
}
#sec02 .flex01 .zumenBox {
	width: 61.2%;
	max-width: 550px;
}
#sec02 .flex01 .rightBox {
	width: 33%;
	padding-top: 30px;
	container-type: inline-size;
}
#sec02 .flex01 .rightBox ul.menseki {
	padding-top: 30px;
	
}
#sec02 .flex01 .rightBox ul.menseki li {
	text-align: left;
	font-size: 5.4cqw;
}
#sec02 .flex01 .rightBox ul.menseki li span {
	font-size: 160%;
}
#sec02 .flex01 .rightBox ul.menseki li.lineYoko {
	height: 1px;
	background-color: #000;
	margin-top: 0.5em;
}
#sec02 .flex01 .rightBox .houi {
	width: 80%;
	margin-top: 30px;
}
#sec02 .flex01 .rightBox .osusume {
	margin-top: 30px;
	border: #0075c2 solid 2px;
	h4 {
		background-color: #0075c2;
		color: #fff;
		font-size: 7.7cqw;
		padding: 0.3em;
	}
	ul {
		padding: 20px;
		display: flex;
		justify-content: center;
	}
	li {
		writing-mode: vertical-rl;
		display: block;
		text-align: left;
		padding: 0 0.5em;
		font-size: 6.5cqw;
		color: #0075c2;
	}
}

#sec02 .closetBox {
	border: #0075c2 solid 2px;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.6);
	padding: 30px 4%;
}
#sec02 .closetBox .h4Box {
	padding-bottom: 30px;
	h4 {
		color: #0075c2;
		font-size: 3.4cqw;
		line-height: 1.3;
		span {
			display: block;
			font-size: 140%;
		}
	}
	p {
		font-size: 2.4cqw;
	}
}
#sec02 .closetBox .flex02 {
	.leftBox {
		width: 60%;
		max-width: 440px;
	}
	.rightBox {
		width: 37%;
		max-width: 260px;
		border: #000 solid 1px;
		padding: 15px;
		ul {
			container-type: inline-size;
		}
		li {
			font-size: 5.5cqw;
			background-color: #620000;
			color: #fff;
			display: inline-block;
			width: 100%;
			display: flex;
justify-content: center;
align-items: center;
			height: 2em;
			margin-top: 0.6em;
		}
	}
}
#sec02 .movWrap {
	padding-top: 5%;
	h5 {
		color: #0075c2;
		font-weight: 400;
		font-size: 3.4cqw;
		padding: 0.5em 0;
		&::before {
			content: "▼";
			margin-right: 0.3em;
		}
		&::after {
			content: "▼";
			margin-left: 0.3em;
		}
	}
}

#ytWrap {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding:  0;
}
#ytWrap .ytBox {
	position: relative;
	width: 100%;
	
	height: 0;
	padding-top: 56.25%;
}
#ytWrap .ytBox iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec03 {
	padding: 3% 0;
	.boxWidth {
		max-width: 900px;
		container-type: inline-size;
	}
	.styleBox {
		padding-top: 3%;
	}
}
.sec03 .titBox {
	border-top: #eb6ea5 solid 6px;
	border-bottom: #eb6ea5 solid 6px;
	background-color: #fef6f9;
	position: relative;
	padding: 10px 0;
	h4 {
		position: absolute;
		left: 0;
		top:0;
		width: auto;
		height: calc(100% + 6px);
		img {
			width: auto!important;
			max-width: none;
			height: 100%!important;
		}
	}
	.style {
		width: 20%;
		margin: 0 auto;
	}
	h3 {
		color: #eb6ea5;
		font-size: 3.4cqw;
		line-height: 1.3;
		span {
			display: block;
			font-size: 65%;
		}
	}
}
.sec03 .figBox {
	width: 55%;
	max-width: 210px;
	margin: 20px auto 0;
}
.sec03 .flex {}
.sec03 .flex .leftBox {
	width: 60%;
	position: relative;
	.houi {
		position: absolute;
		width: 55%;
		left: 100%;
		bottom: 5%;
	}
}
.sec03 .flex .rightBox {
	width: 40%;
	h4 {
		background-image: url("../images/dot03.svg");
		background-position: left bottom;
		background-size: 100%;
		background-repeat: no-repeat;
		img {
			width: 60%!important;
		}
	}
	.imgBox {
		margin: 15px 0;
		&::after {
			content: "image photo";
		}
	}
	p.p01 {
		text-align: justify;
	}
	ul {
		padding: 30px 0;
	}
	li {
		border: #eb6ea5 solid 1px;
		margin-top: 15px;
		padding: 10px;
		font-size: 1.3cqw;
		h5 {
			width: 35%;
			margin: 0 auto;
		}
	}
	
}
.sec03 .btBox {
	padding: 30px 0;
	a {
		background-color: #a40000;
		color: #fff;
		display: flex;
justify-content: center;
align-items: center;
		width: 18em;
		height: 3em;
		font-size: 16px;
		margin: 0 auto;
		&::after {
			content: "▼";
			font-size: 75%;
			margin-left: 0.5em;
			display: inline-block;
			transform: rotateZ(-90deg);
		}
	}
}

.sec03 #style02 {
	margin-top: 5%
}
.sec03 #style02 .titBox {
	border-top: #f08300 solid 6px;
	border-bottom: #f08300 solid 6px;
	background-color: #fdf3e5;
	h3 {
		color: #f08300;
	}
}




@keyframes bgAni {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}



@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 599px) {
  #sec01 {
    padding-bottom: 30px;
  }
  #sec01 .titBox h3 {
    margin: 20px auto;
    font-size: 5.2cqw;
  }
  #sec01 .flex01 {
    width: 90%;
    gap: 10px 0;
    position: relative;
    .imgBox {
      width: 48%;
    }
    p.cap {
      position: static;
      width: 100%;
      text-align: right;
    }
  }
  #sec02 .titBox {
    padding: 10px 0 0;
  }
  #sec02 .titBox h3 {
    font-size: 6cqw;
  }
  #sec02 .titBox .eng {
    width: 66%;
    max-width: 400px;
    margin: 0 auto;
  }
  #sec02 .flex01 .zumenBox {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
  }
  #sec02 .flex01 .rightBox {
    width: 70%;
    max-width: 300px;
    padding-top: 30px;
    margin: 0 auto;
    .osusume {
      width: 144%;
      margin-left: -22%;
    }
  }
  #sec02 .flex01 .rightBox .osusume {
    ul {
      display: block;
      padding: 1em 1.5em;
    }
    li {
      writing-mode: horizontal-tb;
      padding: 0em 0;
      font-size: 6.5cqw;
      text-indent: -1em;
      margin-left: 1em;
      br {
        display: none;
      }
    }
  }
  #sec02 .closetBox .h4Box {
    h4 {
      font-size: 6cqw;
    }
    p {
      font-size: 5cqw;
      padding-top: 1em;
    }
  }
  #sec02 .closetBox .flex02 {
    .leftBox {
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
    }
    .rightBox {
      width: 100%;
      max-width: 260px;
      margin: 20px auto;
    }
  }
  #sec02 .movWrap {
    h5 {
      font-size: 4.6cqw;
    }
  }
  #sec02 .flex01 .rightBox .houi {
    width: 60%;
    margin: 30px auto;
  }
  .sec03 .titBox {
    border-top: #eb6ea5 solid 6px;
    border-bottom: #eb6ea5 solid 6px;
    background-color: #fef6f9;
    position: relative;
    padding: 10px 0;
    h4 {
      position: absolute;
      left: 0;
      top: 0;
      width: auto;
      height: calc(100% + 6px);
      img {
        width: auto;
        height: 100%;
      }
    }
    .style {
      width: 35%;
      margin: 0 10% 0 auto;
    }
    h3 {
      color: #eb6ea5;
      font-size: 6.6cqw;
      line-height: 1.3;
      text-align: right;
      padding-right: 1em;
      span {
        display: block;
        font-size: 65%;
      }
    }
  }
  .sec03 {
    .boxWidth {
      width: 100%;
    }
  }
  .sec03 .flex .leftBox {
    width: 90%;
    margin: 0 auto;
    .houi {
      position: static;
      width: 70%;
      margin: 0 auto;
      padding: 5px 0 20px;
    }
  }
  .sec03 .flex .rightBox {
    width: 90%;
    margin: 0 auto;
    container-type: inline-size;
    p.p01 {
      font-size: 4cqw;
    }
    ul {
      padding: 0 0 20px 0;
    }
    li {
      font-size: 4cqw;
    }
  }
  .sec03 .btBox {
    padding: 0px 0 30px;
  }
}




