@charset "UTF-8";
/*/▼帯バナー削除用CSS▼//*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

#beltbnr {
 display: none;
}
.h_bar{
  display: none;
}
/*/▲帯バナー削除用CSS▲//*/
#mainArea {
  letter-spacing: 0;
  line-height: 2;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
#mainArea div {
  font-family: 'Noto Sans JP', sans-serif;
}
#mainArea p {
  font-family: 'Noto Sans JP', sans-serif;
}
.bnr_ {
  width: 900px;
  margin: 0 auto;
  display: block;
}
section {
  width: 860px;
  margin: 7em auto 10em;	
	position: relative;	
}
.f-y {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f-f {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.3rem;
  letter-spacing: 1px;		
}
.f-f_2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 1.2rem;
  letter-spacing: 1px;	
}
.under_ {
    margin: 0 auto 5% auto;
	clear: both;
}
.back-b {
}
.lead {
  width: 100%;
  margin: 0 auto -2em;
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
}
.lead p {
	padding: 4em 0;
	font-size: 1.5rem;
	line-height: 1.9;
}
.lead-under {
  width: 100%;
  position: absolute;
  display: block;
  bottom: -11%;
}

/*///*/
#page_nav {
	width: 100%;
    margin: 0 auto 0 auto;
	padding: 4% 0 0 0;	
    z-index: 1;	
}
#page_nav ul {
	width: 25%;
	margin: 0 auto;
	clear: both;
}
#page_nav ul li {
	width: 50%;
	float: left;
}
#page_nav ul li img {
    width: 65%;	
	height: auto;
	margin: 0 auto;
	display: block;	
}
#page_nav ul li img:hover {
	cursor: pointer;
}
#page_nav ul li a img {
	transition: 0.8s;
}

h3 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 410;
  font-style: normal;
  line-height: 2.1rem;
  font-size: 2.3rem;
  letter-spacing: 1px;
  text-align: center;
}



#ttl_1 {
	margin: 0 auto;
    width: 100%;
}
#ttl_2 {
	margin: 0 auto;
    width: 100%;
}
.main_ttl {
	margin: 18% 0 0 0;
}
.main_ttl .ttl_img {
    width: 100%;
    margin: 0 auto;
}
.main_ttl .ttl_img img {
    width: 45%;
    height: auto;
    margin: 3% auto;
    display: block;
}
.ld_img img {
    width: 65%;
    margin: 0 auto;
    display: block;
}
.detail_img img {
    width: 30%;
	margin: -18% 0 0 60%;
}
.comment_ {
	font-size: 1.3rem;
	line-height: 2.0;
    margin: 0 auto 2em auto;
    width: 90%;
}



/*///*/
.main_creditArea {
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
.main_credit {
  display: inline;
  vertical-align: middle;
  line-height: 1.8;
  font-size: 1.1rem;
	padding-right: 8%;
}
.main_creditArea table {
	width: 100%;
}
.main_creditArea table tr {
	padding-bottom: 5%;
}
.item .main_creditArea table td.txt {
	width: 80%;
    padding: 4% 0;	
}
.main_creditArea table td.txt {
    width: 80%;
    padding: 2% 0;
}
.main_creditArea table td.txt b {
	font-weight: normal;
	font-size: 1.2rem;	
}
.main_creditArea table td.btn {
	width: 20%;
}
.pr_ {
  font-size: 110%;
}
.m-r {
  margin-right: 8%;
}
/*///*/
.crdit {
  margin-bottom: 15px;
}
.crdit_2 {
  margin-bottom: 40px;
}
/*////*/
.button_crdit {
  width: 73%;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7;
  font-size: 1.2rem;
}
.button_bl {
  width: 100%;
  height: auto;
  border: solid 2px #202020;	
  background: #202020;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  line-height: 3;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.button_bl:hover {
  background: none;
  border: solid 2px #202020;
  color: #202020 !important;
  transition: .3s;
}
.button_gr {
  width: 100%;
  height: auto;
  border: solid 2px #419554;	
  background: #419554;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  line-height: 3;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.button_gr:hover {
  background: none;
  border: solid 2px #419554;
  color: #419554 !important;
  transition: .3s;
}
.button_pk {
  width: 100%;
  height: auto;
  border: solid 2px #fe789b;	
  background: #fe789b;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: inline-block;
  color: #ffffff;
  line-height: 3;
  text-decoration: none;
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: noto-sans-cjk-jp, sans-serif;
}
.button_pk:hover {
  background: none;
  border: solid 2px #fe789b;
  color: #fe789b !important;
  transition: .3s;
}

/*////*/
.button_all {
  width: 500px;
  height: 51px;
  border: solid 2px #202020;
  background: #202020;
  text-align: center;
  transition: 1s;
  vertical-align: middle;
  display: block;
  color: #fff;
  line-height: 47px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto;
}
.button_all:hover {
  background: none;
  border: solid 2px #202020;
  color: #202020 !important;
  transition: .3s;
}
/*////*/


.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}
.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

.scrollin {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

/* slide */
.main-itemArea--img {
    width: 398px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.slide-items__wrap {
	
}
.bx-prev,.bx-next {
	display: none;
}
.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
.bx-wrapper {
    margin-bottom: 0!important;
}


.of_img {
    z-index: 3;	
}
.of_img img {
	width: 100%;
	height: auto;	
}
.arrow_anime {
	text-align: center;
}
.svg__anime {
  display: none;
}
.on .svg__anime {
  display: block;
}



#boys {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#boys h3 {
	color: #419554;
    text-align: center;
    margin: 0 auto 5% auto;
    width: 100%;
}
#boys .item {
	position: relative;
}
#boys .item .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -9% 0 0 12%;
}
#boys .day_1 {
	position: relative;
	width: 100%;
	margin-top: 13%;	
}
#boys .day_1 .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
#boys .day_1 .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -3% 0 0 0;
}
#boys .day_2 {
	position: relative;
	width: 100%;
	margin-top: 15%;	
}
#boys .day_2 .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -9% 5% 0 0;
}
#boys .day_2 .of_img {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
#boys .day_3 {
	position: relative;
	width: 100%;
	margin-top: 15%;	
}
#boys .day_3 .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
#boys .day_3 .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -13% 0 0 0;
}


#girls {
	position: relative;
    padding: 0 0 0 0;
	width: 900px;
    margin: 4% auto 8% auto;
}
#girls h3 {
	color: #fe789b;
    text-align: center;
    margin: 0 auto 5% auto;
    width: 100%;
}
#girls .item {
	position: relative;
}
#girls .item .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -9% 0 0 12%;
}
#girls .day_1 {
	position: relative;
	width: 100%;
	margin-top: 13%;	
}
#girls .day_1 .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
#girls .day_1 .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -3% 0 0 0;
}
#girls .day_2 {
	position: relative;
	width: 100%;
	margin-top: 15%;	
}
#girls .day_2 .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: -9% 5% 0 0;
}
#girls .day_2 .of_img {
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 0;
}
#girls .day_3 {
	position: relative;
	width: 100%;
	margin-top: 15%;	
}
#girls .day_3 .of_img {
    width: 440px;
    display: inline-block;
    vertical-align: middle;
    margin: -3% 0 0 0;
}
#girls .day_3 .item_Text {
    width: 450px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 0;
}





/***************************************************
 * Generated by SVG Artista on 9/13/2023, 4:33:46 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 150, 85);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 150, 85);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 150, 85);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 150, 85);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 150, 85);
  }
}

@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(65, 150, 85);
  }
}

.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}


/***************************************************
 * Generated by SVG Artista on 9/14/2023, 11:27:11 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}

@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
          animation: animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}

@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}

@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}

@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 120, 155);
  }
}

@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 120, 155);
  }
}

.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
          animation: animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s both;
}

@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 120, 155);
  }
}

@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 120, 155);
  }
}

.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}

@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 120, 155);
  }
}

@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(254, 120, 155);
  }
}

.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
          animation: animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
}



