@charset utf-8;


/* manabikanMaturi2025 */

.maturiHeader {
  width: 100vw;
  height: 300px;
  position: relative;
  background: linear-gradient(-45deg, #ffb6c1, #ff69b4, #e75480, #ffc0cb);
  background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  overflow: hidden;
}

.maturiLogo {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 2;
  max-height: 80%;
}

.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.bubbles span {
  position: absolute;
  bottom: -60px;
  width: 40px;
  height: 40px;
  background: radial-gradient(circle, rgba(255,255,255,0.6), rgba(255,182,193,0.3));
  border-radius: 50%;
  animation: rise 12s infinite ease-in;
}

/* 30個分のランダム配置 */
.bubbles span:nth-child(1)  { left: 5%;  animation-duration: 12s; }
.bubbles span:nth-child(2)  { left: 10%; animation-duration: 14s; width: 60px; height: 60px; }
.bubbles span:nth-child(3)  { left: 15%; animation-duration: 16s; width: 50px; height: 50px; }
.bubbles span:nth-child(4)  { left: 20%; animation-duration: 18s; }
.bubbles span:nth-child(5)  { left: 25%; animation-duration: 20s; width: 80px; height: 80px; }
.bubbles span:nth-child(6)  { left: 30%; animation-duration: 13s; }
.bubbles span:nth-child(7)  { left: 35%; animation-duration: 15s; width: 90px; height: 90px; }
.bubbles span:nth-child(8)  { left: 40%; animation-duration: 17s; }
.bubbles span:nth-child(9)  { left: 45%; animation-duration: 19s; width: 100px; height: 100px; }
.bubbles span:nth-child(10) { left: 50%; animation-duration: 21s; width: 70px; height: 70px; }
.bubbles span:nth-child(11) { left: 55%; animation-duration: 12s; }
.bubbles span:nth-child(12) { left: 60%; animation-duration: 14s; width: 120px; height: 120px; }
.bubbles span:nth-child(13) { left: 65%; animation-duration: 16s; }
.bubbles span:nth-child(14) { left: 70%; animation-duration: 18s; width: 70px; height: 70px; }
.bubbles span:nth-child(15) { left: 75%; animation-duration: 20s; }
.bubbles span:nth-child(16) { left: 80%; animation-duration: 13s; width: 80px; height: 80px; }
.bubbles span:nth-child(17) { left: 85%; animation-duration: 15s; }
.bubbles span:nth-child(18) { left: 90%; animation-duration: 17s; width: 40px; height: 40px; }
.bubbles span:nth-child(19) { left: 95%; animation-duration: 19s; }
.bubbles span:nth-child(20) { left: 7%;  animation-duration: 21s; width: 70px; height: 70px; }
.bubbles span:nth-child(21) { left: 12%; animation-duration: 12s; }
.bubbles span:nth-child(22) { left: 22%; animation-duration: 14s; width: 90px; height: 90px; }
.bubbles span:nth-child(23) { left: 32%; animation-duration: 16s; }
.bubbles span:nth-child(24) { left: 42%; animation-duration: 18s; width: 80px; height: 80px; }
.bubbles span:nth-child(25) { left: 52%; animation-duration: 20s; }
.bubbles span:nth-child(26) { left: 62%; animation-duration: 13s; width: 70px; height: 70px; }
.bubbles span:nth-child(27) { left: 72%; animation-duration: 15s; }
.bubbles span:nth-child(28) { left: 82%; animation-duration: 17s; width: 50px; height: 50px; }
.bubbles span:nth-child(29) { left: 92%; animation-duration: 19s; }
.bubbles span:nth-child(30) { left: 97%; animation-duration: 21s; width: 70px; height: 70px; }

@keyframes rise {
  0%   { transform: translateY(0) scale(1); opacity: 0.7; }
  50%  { opacity: 1; }
  100% { transform: translateY(-400px) scale(1.2); opacity: 0; }
}



@media screen and (min-width: 40.063em) {
	body#manabikanMaturi2025 header.maturiHeader {
		width: 100wh;
		height: auto
		color: #fff;
		background: linear-gradient(-45deg, #ccffff, #e73c7e, #23a6d5, #23d5ab);
		 background-size: 400% 400%; 
		-webkit-animation: Gradient 15s ease infinite;
		-moz-animation: Gradient 15s ease infinite;
		animation: Gradient 15s ease infinite;
	}
}

@media screen and (max-width: 40.062em) {
	body#manabikanMaturi2025 header.maturiHeader {
		width: 100wh;
		height: auto;
		color: #fff;
		background: linear-gradient(-45deg, #ccffff, #e73c7e, #23a6d5, #23d5ab);
		 background-size: 400% 400%; 
		-webkit-animation: Gradient 15s ease infinite;
		-moz-animation: Gradient 15s ease infinite;
		animation: Gradient 15s ease infinite;
	}
}
*/
body#manabikanMaturi2025 section#mainEvent{
	padding: 3.33em 0;
	background: transparent;
}

body#manabikanMaturi2025 h6.subheader {
	margin-top: 2em;
	border-bottom: 1px dotted #a9a9a9;
	font-size: 80%;
}
h5.taiken {
	padding-top: 0.5em;
	border-top: 1px dotted #a9a9a9;
}
span.amount {
	text-align: right;
	color: #3399ff;
	font-weight: bold;
}

body#manabikanMaturi2025 section#mainEvent table.manabikanMaturiTBL {
	margin: 0 0 3em 0;
	border-collapse: collapse;
	border: 1px solid #df9fbf;
}
body#manabikanMaturi2025 section#mainEvent table.manabikanMaturiTBL th {
	background: #df9fbf;
	color: #73264d;
}

body#manabikanMaturi2025 section#mainEvent table.manabikanMaturiTBL tr.even, table tr.alt, table.manabikanMaturiTBL tr:nth-of-type(even) {
    background: #f9ecf2;
}




@-webkit-keyframes Gradient {height: 300vh;
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes Gradient {height: 300vh;
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

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



 
body#manabikanMaturi2025 div.hero-section {
  background: url("../img/maturi2025/maturi2025-l1 (2).png") 50% no-repeat;
  background-size: cover;
  height: 80vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
	margin-bottom: 3em;
}
body#manabikanMaturi2025 div.hero-section .hero-section-text h1,
body#manabikanMaturi2025 div.hero-section .hero-section-text h5{
  color: #fff;
  text-shadow: 1px 1px 2px #0a0a0a;
}

div.maturiRow h1 {
	margin:2.25em 0 0 0;
	padding-bottom: 0.25em;
	color: #006400;
	padding: 0;
	border-bottom: 1px solid #006400;
}
@media screen and (max-width: 40.062em) {
div.maturiRow h1 {
	margin:0.35em 0 0 0;
	padding-bottom: 0.25em;
	color: #006400;
	padding: 0;
	border-bottom: 1px solid #006400;
}
}


body#manabikanMaturi2025 div.maturiRow h2,
body#manabikanMaturi2025 div.maturiRow h2 small {
	color: #006400;
}
body#manabikanMaturi2025 img.maturi-title {
	margin: 3.3em 0 0 0;
	display: block;
	clear:both;
}

div.eventCallout {
	margin-bottom: 2em;
}

/* masonry maturi2025 */

.masonry-css {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 1rem;
          column-gap: 1rem;
	padding: 1rem;
	background: #66cdaa;
}
.masonry-css .maturi-image,
.masonry-css div.callout {
	border:none;
}

.masonry div.callout p{
	line-height:2.0;
}

@media screen and (min-width: 25em) {
  .masonry-css {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media screen and (min-width: 40.063em) {
  .masonry-css {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

@media screen and (min-width: 64.063em) {
  .masonry-css {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 68.75em) {
  .masonry-css {
    -webkit-column-count: 3;
            column-count: 3;
  }
}

.masonry-css-item {
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  	margin-bottom: 1rem;
	border: 1px solid #ddd;
}

.masonry-css-item ul.no-bullet {
	font-size:85%;
}
span.maturiSpan {
	margin: 0 1.2em 0 0;
	padding: 0.25em 0.3em 0.2em 0.3em;
	color: #fff;
	background: #008080;
	font-size: 87%;
/*	width: 3.85rem;*/
}

/*  card taiken  */

.card-product-hover-title {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0.2rem;
}

.card-product-hover {
  position: relative;
  line-height: 1.2rem;
  transition: all 0.35s ease;
}
.card-product-hover h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.card-product-hover h6.circleName {
	margin: 0 0 1rem 0;
	font-size: 80%;
	color: #222;
	text-align: right;
}

.card-product-hover-details {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}
.card-product-hover-details p{
	margin-top: 0.415rem;
}

.card-product-hover-details > :last-child {
  margin-bottom: 0;
}

.card-product-hover-price {
  margin: 0.5rem 0;
  font-weight: 700;
  color: #1779ba;
}

.card-product-hover-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.card-product-hover-icons a i {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  width: 2.5rem;
  background-color: #fefefe;
  text-align: center;
  color: #0a0a0a;
}

.card-product-hover-icons a i:hover {
  background-color: #8a8a8a;
  color: #fefefe;
  cursor: pointer;
}

.card-product-hover-icons a {
  margin: 2px;
  opacity: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
  transition: all 0.35s ease;
}

.card-product-hover:hover a,
.card-product-hover.hover a {
  transition: all 0.35s ease;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.card-product-hover:hover a:nth-child(2),
.card-product-hover.hover a:nth-child(2) {
  transition-delay: 0.1s;
}

.card-product-hover:hover a:nth-child(3),
.card-product-hover.hover a:nth-child(3) {
  transition-delay: 0.2s;
}

ul.kouzaLi li a{
	font-size:120%;
	margin: 0;
	padding: 0.5em 1em 0.33em 0.55em;
	font-weight: bold;
	display: block;
	text-transform: none;
	border: none;
	line-height: 1.8;
}
ul.kouzaLi li a:hover {
	font-size:120%;
	margin: 0;
	padding: 0.5em 1em 0.33em 0.55em;
	font-weight: bold;
	background: #9999ff;
	color: #fff;
	display: block;
	text-transform: none;
	line-height: 1.8;
}/* ロゴをゆらゆら揺らす
.maturiHeader {
  position: relative;
  background: linear-gradient(to bottom, #ffcc00, #ff6666);
  height: 250px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #d40000;
}
.logo {
  animation: swing 2s infinite ease-in-out;
  height: 100px;
}

@keyframes swing {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(3deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-3deg); }
  100% { transform: rotate(0deg); }
} */

/* 飛び出る 
.maturiHeader {
  position: relative;
  height: 150px;
  background: linear-gradient(to bottom, #ffcc00, #ff6666);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: perspective(800px) translateZ(0);
  animation: popOut 1.5s ease-out forwards;
  border-bottom: 5px solid #d40000;
}

@keyframes popOut {
  0% {
    transform: perspective(800px) translateZ(-300px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: perspective(800px) translateZ(0) scale(1);
    opacity: 1;
  }
}*/
/* 飛び出る
.maturiHeader img {
  animation: logoPop 1.5s ease-out forwards;
  transform-origin: center;
}

@keyframes logoPop {
  0% {
    transform: scale(0.5) translateY(50px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}*/ 
/* 影浮き 
.maturiHeader {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}*/
/* ズームイン登場
.maturiHeader {
  position: relative;
  height: 150px;
  background: linear-gradient(to bottom, #ffcc00, #ff6666);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid #d40000;
  transform: scale(0.5) translateY(100px);
  opacity: 0;
  animation: zoomInHeader 1.2s ease-out forwards;
}

@keyframes zoomInHeader {
  0% {
    transform: scale(0.5) translateY(100px);
    opacity: 0;
  }
  60% {
    transform: scale(1.1) translateY(-10px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0);
  }
}*/

/* ロゴにも軽く動きをつけるとさらに映える 
.logo {
  animation: logoBounce 1.5s ease-out 1.2s forwards;
  opacity: 0;
}

@keyframes logoBounce {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}*/
/* グラデーション背景高さはお好みで調整
.maturiHeader {
  height: 400px;   
  background: linear-gradient(-45deg, #ff9a9e, #fad0c4, #fbc2eb, #a18cd1);
  background-size: 100% 100%;
  animation: gradientMove 15s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}*/
/* 波アニメーション
.maturiHeader {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: url('../img/maturi2025/wave.svg') repeat-x;
  animation: waveMove 5s linear infinite;
}

@keyframes waveMove {
  0% { background-position-x: 0; }
  100% { background-position-x: 1000px; }
}*/

