@charset "utf-8";
:root {
  --primary-blue: #00478D;
  --secondary-blue: #009FE8;
  --text-blue: #004485;
	--text-color: #333;
	--group-red: #c00000;
  --ce-bg: #FA99B7;
  --ce-text: #EB789B;
  --kd-bg: #F8B500;
  --kd-text: #FFCB00;
  --ninja9: #323662;
}
*,*::before,*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
ul,ol {
	list-style: none inside;
}
strong,em{
	font-style: normal;
	font-weight: bold;
}
picture {
	display: block;
	line-height: 0;
}
img {
	max-width: 100%;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	color: var(--text-color);
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 1.4rem;
  font-size: max(1.4rem, 2.8cqw);
	line-height: 1.5;
}

/* 汎用パーツ ---------- */
.wrapper {
	background-color: #69CDFA;
  container-type: inline-size;
	margin: 0 auto;
	max-width: 750px;
}
.inner {
	padding-inline: min(2.5rem, 5.8cqw);
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
}

/* ヘッダー */
.page-header {
  background-color: #B9E8FD;
  background-image: url(/event/ehimenewopen/img/bg-page-header.png);
  background-position: center bottom -3cqw;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 3.2rem 0 0;
  /* padding-bottom: min(2.5rem, 5.8cqw); */
}
.header-place-box {
  border: 3px solid var(--text-color);
  margin-top: 1.6rem;
  padding: .5em 0 .3em;
  text-align: center;
}
.header-place {
  font-size: 1.5rem;
  font-size: max(1.5rem, 3cqw);
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}
.header-place > .address {
  font-size: max(1.2rem, 2.4cqw);
}
.header-place-note {
  font-size: max(.8rem, 1.6cqw);
}
.header-place-target {
  font-size: max(1.4rem, 2.8cqw);
  font-weight: bold;
  margin-top: .8rem;
}
.header-summary-box {
  background-color: #fff;
  border-radius: .8rem;
  margin: 2.4rem 0;
  padding: 1em 1.5em;
  position: relative;
}
.header-summary {
  color: var(--text-blue);
  font-size: max(1.4rem, 2.8cqw);
  font-weight: bold;
  text-align: center;
}
.header-summary > span {
  display: inline-block;
}
.header-summary-box::before,
.header-summary-box::after,
.header-summary::before,
.header-summary::after {
  background-color: var(--text-blue);
  border-radius: 100px;
  content: "";
  display: block;
  height: 8px;
  inset: auto;
  position: absolute;
  width: 8px;
}
.header-summary-box::before {
  left: 8px;
  top: 8px;
}
.header-summary-box::after {
  right: 8px;
  top: 8px;
}
.header-summary::before {
  bottom: 8px;
  left: 8px;
}
.header-summary::after {
  bottom: 8px;
  right: 8px;
}

/* トークセッション ---------- */
.hd-talk-box {
  background-color: #fff;
  padding: .4em 0;
}
.hd-talk {
  align-items: center;
  color: var(--text-blue);
  display: flex;
  flex-flow: row nowrap;
  font-size: 2.4rem;
  font-size: max(2.4rem, 4.8cqw);
  gap: 0 1em;
  justify-content: center;
}
.hd-talk::before,
.hd-talk::after {
  background-color: var(--text-blue);
  content: "";
  flex: 1 1 auto;
  height: 7px;
}
.hd-talk-sub {
  color: var(--text-blue);
  font-size: 1.6rem;
  font-size: max(1.6rem, 3.2cqw);
  font-weight: bold;
  text-align :center;
}
.hd-talk-theme-box {
  background-color: #A1D5EA;
  border-color: rgba(255,255,255,.74);
  border-style: solid;
  border-width: min(2.5rem, 5.8cqw);
  border-top-width: min(4rem, 8.6cqw);
  margin-top: 3.2rem;
  padding: 3rem 3rem 2rem;
  position: relative;
}
.hd-talk-theme-lbl {
  color: var(--text-blue);
  background-color: #fff;
  border: 4px solid #A1D5EA;
  font-size: 2.2rem;
  font-size: max(2.2rem, 4.4cqw);
  inset: 0 0 auto 0;
  line-height: 1;
  margin-inline: auto;
  padding: .2em;
  position: absolute;
  text-align: center;
  transform: translateY(-50%);
  width: 50%;
}
.hd-talk-theme {
  color: var(--text-blue);
  font-size: 4.3rem;
  font-size: max(4.3rem, 8.6cqw);
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.hd-talk-theme::before{
  border-color: var(--text-blue);
  border-style: solid;
  border-width: .2em 0 0 .2em;
  content: "";
  height: 1em;
  inset: 0 auto auto 0;
  position: absolute;
  width: .6em;
}
.hd-talk-theme::after{
  border-color: var(--text-blue);
  border-style: solid;
  border-width: 0 .2em .2em 0;
  content: "";
  height: 1em;
  inset: auto 0 0 auto;
  position: absolute;
  width: .6em;
}
.hd-talk-theme > .num {
  font-size: 124%;
}
.hd-talk-theme-sub {
  color: var(--text-blue);
  font-size: 2.1rem;
  font-size: max(2.1rem, 4.2cqw);
  font-weight: bold;
  margin-top: 1.6rem;
  text-align: center;
}
.hd-talk-theme-box::before,
.hd-talk-theme-box::after,
.hd-talk-theme-sub::before,
.hd-talk-theme-sub::after {
  background-color: #fff;
  border-radius: 100px;
  content: "";
  height: 8px;
  inset: auto;
  position: absolute;
  width: 8px;
}
.hd-talk-theme-box::before {
  left: 1.2rem;
  top: 1.2rem;
}
.hd-talk-theme-box::after {
  right: 1.2rem;
  top: 1.2rem;
}
.hd-talk-theme-sub::before {
  left: 1.2rem;
  bottom: 1.2rem;
}
.hd-talk-theme-sub::after {
  right: 1.2rem;
  bottom: 1.2rem;
}
.hd-talk-theme-book {
  height: 21.6279cqw;
  inset: 0 0 auto auto;
  position: absolute;
  right: min(-1.25rem, -2.9cqw);
  top: min(-2rem, -4.3cqw);
  width: 21.6279cqw;
}
.hd-speaker {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-size: max(2rem, 4cqw);
  gap: 1em;
  justify-content: center;
  margin-top: 4rem;
}
.hd-speaker::before,
.hd-speaker::after {
  background-color: #fff;
  content: "";
  height: 2px;
  flex: 1 1 auto;
}

.dst-speaker {
  margin-top: -1rem;
  padding: 0 2rem;
}
.speaker-item {
  align-items: stretch;
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-self: flex-start;
  margin-top: 4rem;
  padding: 4rem 2rem;
}
.speaker-name {
  background-color: var(--text-blue);
  color: #fff;
  font-size: 1.8rem;
  font-size: max(1.8rem, 3.6cqw);
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 3rem;
  order: 1;
  padding: .4em 0;
  text-align: center;
}
.speaker-photo {
  text-align: center;
}
.speaker-photo img{
  box-shadow: .8rem .8rem 0 0 #69CDFA;
  width: 40cqw;
}
.speaker-ttl {
  color: var(--text-blue);
  font-size: 1.4rem;
  font-size: max(1.4rem, 2.8cqw);
  font-weight: bold;
  margin-top: 1rem;
  order: 1;
  text-align: center;
}
.speaker-summary {
  font-size: 1.4rem;
  font-size: max(1.4rem, 2.8cqw);
  line-height: 1.6; 
  margin-top: 2rem;
  max-height: 4lh;
  order: 1;
  overflow: hidden;
  padding: 0 2rem;
  position: relative;
}
.speaker-summary::after {
  background-image: linear-gradient(to bottom, transparent, #fff);
  content: "";
  height: 100%;
  inset: auto 0 0 0;
  position: absolute;
  width: 100%;
}
.speaker-summary-tgl-btn-box {
  order: 1;
}
.speaker-summary-tgl-btn {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border: none;
  color: var(--text-blue);
  cursor: pointer;
  display: flex;
  font-size: max(1.4rem, 2.8cqw);
  font-weight: bold;
  justify-content: center;
  text-align: center;
  width: 100%;;
}
.speaker-summary-tgl-btn::after {
  content: "＋";
}
.speaker-summary-tgl-btn-txt > .expanded {
  display: none;
}
.speaker-summary.expanded {
  max-height: none;
}
.speaker-summary.expanded::after {
  content: none;
}
.speaker-summary.expanded + .speaker-summary-tgl-btn-box .speaker-summary-tgl-btn::after {
  content: "－";
}
.speaker-summary.expanded + .speaker-summary-tgl-btn-box .speaker-summary-tgl-btn-txt > span {
  display: none;
}
.speaker-summary.expanded + .speaker-summary-tgl-btn-box .speaker-summary-tgl-btn-txt > span.expanded {
  display: unset;
}

.talk-note {
  color: #fff;
  font-size: 1.4rem;
  font-size: max(1.4rem, 2.8cqw);
  font-weight: bold;
  line-height: 1.8;
  margin-top: 2.4rem;
  text-align: center;
}

/* 体験会 ---------- */
.sec-trial {
  margin: 5.6rem 0;
}
.hd-trial {
  padding: 0 2.4rem;
}
.hd-trial img {
  transform: translateX(-1cqw);
}
.sec-trial-brand {
  margin-top: 4rem;
  padding: 0 2rem;
}
.hd-trial-brand {
  text-align: center;
}
.hd-trial-brand img[src$='ce-01.png'] {
  width: 55.8cqw;
}
.hd-trial-brand img[src$='kd-01.png'] {
  width: 41.8cqw;
}
.hd-trial-brand img[src$='ninja9-01.png'] {
  width: 45.5cqw;
}
.trial-catch {
  color: #fff;
  font-size: 1.9rem;
  font-size: max(1.9rem, 3.8cqw);
  font-weight: bold;
  margin-top: 1.6rem;
  text-align: center;
}
.trial-content {
  background-color: #C7E7F7;
  color: var(--text-blue);
  font-size: 2.6rem;
  font-size: max(2.6rem, 3.2cqw);
  font-weight: bold;
  margin: .8rem 0 1.6rem;
  padding: .6rem 0;
  text-align: center;
}
.trial-content:has(br) {
  font-size: 1.8rem;
  font-size: max(1.8rem, 3.6cqw);
  line-height: 1.2;
  padding: .3rem 0;
}
.trial-smry {
  background-color: #C7E7F7;
  margin: 3.2rem 0 4.8rem;
  padding: 2.4rem 0;
}
.trial-smry-ttl {
  font-size: max(1.8rem, 3.6cqw);
  font-weight: bold;
  text-align: center;
}
.trial-smry-cnt {
  font-size: max(1.6rem, 3.2cqw);
  margin-top: .8rem;
  padding-inline: 2.4rem;
}

/* 各スクール紹介 ---------- */
.hd-school-box {
  background-color: #fff;
  padding: .8em 0 12.5581cqw;
}
.hd-school {
  align-items: center;
  color: var(--text-blue);
  display: flex;
  flex-flow: row nowrap;
  font-size: 2.4rem;
  font-size: max(2.4rem, 4.8cqw);
  gap: 0 1em;
  justify-content: center;
}
.hd-school::before,
.hd-school::after {
  background-color: var(--text-blue);
  content: "";
  flex: 1 1 auto;
  height: 7px;
}
.brand-name {
  margin-top: 4.8rem;
  text-align: center;
}
.brand-catch {
  font-size: 1.4rem;
  font-size: max(1.4rem, 2.8cqw);
  font-weight: bold;
  margin-top: .8rem;
  text-align: center;
}
.brand-fig {
  margin-top: 1.6rem;
}
.brand-summary-box {
  background-color: #fff;
  margin-top: 2.4rem;
  padding: 1.6rem 0;
}
.brand-summary {
  font-size: 2.2rem;
  font-size: max(2.2rem, 4.4cqw);
  font-weight: bold;
  margin-inline: auto;
  max-width: 560px;
}
.brand-introduction {
  color: #fff;
  font-size: max(1.4rem, 2.8cqw);
  line-height: 1.6;
  margin-top: 3.2rem;
  margin-inline: auto;
  max-width: 560px;
}
.brand-detail {
  margin-top: 4rem;
}
.brand-detail-catch {
  align-items: flex-end;
  color: #fff;
  display: flex;
  font-size: 2.2rem;
  font-size: max(2.2rem, 4.4cqw);
  font-weight: bold;
  justify-content: center;
  gap: 0 .8rem;
}
.brand-detail-catch::before,
.brand-detail-catch::after {
  background-image: url(/event/ehimenewopen/img/ico-brand-detail-catch.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1lh;
  width: 1lh;
}
.brand-detail-catch::after {
  transform: scale(-1, 1);
}
.brand-detail-btn {
  align-items: center;
  background-color: #c5000c;
  background-image: linear-gradient(to bottom, transparent 50%, #a8000a);
  border-radius: .8rem;
  display: flex;
  justify-content: center;
  margin: .8rem auto 0;
  max-width: 48rem;
  padding: 1.2rem;
  transition: background-color ease-out .3s;
}
.brand-detail-btn:hover {
  background-color: color-mix(in srgb, #c5000c 80%, white);
}
.brand-detail-btn-txt {
  color: #fff;
  font-size: 2.3rem;
  font-size: max(2.3rem, 4.6cqw);
  font-weight: bold;
  line-height: 1;
  text-shadow: 2px 2px 3px rgba(0,0,0,.16);
}

/* チャイルド・アイズ ---------- */
.sec-ce {
  background-image: url(/event/ehimenewopen/img/bg-sec-ce-top.svg), linear-gradient(to bottom, transparent 12.5581cqw, var(--ce-bg) 12.5581cqw);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -12.5581cqw;
  padding: 12.5581cqw 0 8rem;
  padding-bottom: max(8rem, 16cqw);
}
.sec-ce .brand-name img[src$='ce-02.png'] {
  width: 79.06cqw;
}
.sec-ce .brand-summary {
  color: var(--ce-text);
}

/* キッズデュオ ---------- */
.sec-kd {
  background-image: url(/event/ehimenewopen/img/bg-sec-kd-top.svg), linear-gradient(to bottom, transparent 7.2093cqw, var(--kd-bg) 7.2093cqw);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 7.2093cqw 0 8rem;
  padding-bottom: max(8rem, 16cqw);
  margin-top: -7.2093cqw;
}
.sec-kd .brand-name img[src$='kd-02.png'] {
  width: 65.3488cqw;
}
.sec-kd .brand-summary {
  color: var(--kd-text);
}

/* 忍者ナイン ---------- */
.sec-ninja9 {
  background-image: url(/event/ehimenewopen/img/bg-sec-ninja9-top.svg), url(/event/ehimenewopen/img/bg-sec-ninja9-bottom.svg), linear-gradient(to bottom, transparent 12.32558cqw, var(--ninja9) 12.32558cqw);
  background-position: center top, center bottom, center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 12.32558cqw 0;
  margin-top: -12.32558cqw;
}
.sec-ninja9 .brand-name img[src$='ninja9-02.png'] {
  width: 69.3023cqw;
}
.sec-ninja9 .brand-catch {
  color: #fff;
}
.sec-ninja9 .brand-summary {
  color: var(--ninja9);
}

/* 全ブランド紹介 ---------- */
.sec05 * {
  border: 0;
  outline: none;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "palt" on;
  line-height: 180%;
  letter-spacing: 0.04em;

}
.sec05 img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	font-style: italic;
	background-repeat: no-repeat;
	background-size: cover;
	shape-margin: 0.75rem;
}
.u-font-accent-01 {
    color: #f67702;
}
.sec05 {
  background: #fff;
  padding-top: min( 8.7962962963vw, 95px );

	overflow: hidden;
	position: relative;
	padding-bottom: max(12vw, 40px);
}
.sec05 .sec05__area-inner {
  width: min( 100vw, 750px );
  margin: 0 auto;
}
.sec05 .sec05__area-heading {
  position: relative;
}
.sec05 .sec05__hgroup {
  text-align: center;
}
.sec05 .sec05__lead-01 {
  background: #FFE037;
  font-size: min( 2.4074074074vw, 26px );
  font-weight: 600;
  color: #333;
  border-radius: min( 9.2592592593vw, 100px );
  display: inline-block;
  padding: 0 min( 6.4814814815vw, 70px );
  position: relative;
}
.sec05 .sec05__lead-01::after {
  background-color: #FFE037;
  height: min( 1.5740740741vw, 17px );
  width: min( 1.5740740741vw, 17px );
  content: "";
  position: absolute;
  bottom: max( -1.4814814815vw, -16px );
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.sec05 .sec05__lead-01 .u-font-digit {
  font-size: min( 4.3518518519vw, 47px );
}
.sec05 .sec05__lead-01 span {
  line-height: 1.4;
}
.sec05 .sec05__text-kome {
  font-size: min( 1.1111111111vw, 12px );
}
.sec05 .sec05__lead-02 {
  font-weight: 700;
  display: flex;
  align-items: baseline;
  font-size: min( 4.4444444444vw, 48px );
  justify-content: center;
  margin-top: min( 1.3888888889vw, 15px );
}
.sec05 .sec05__lead-02 span:nth-of-type(2) {
  font-size: min( 3.7037037037vw, 40px );
}
.sec05 .sec05__heading {
  width: min( 45.5555555556vw, 492px );
  margin: min( 0.462962963vw, 5px ) auto 0;
}
.sec05 .sec05__lead-03 {
  font-size: min( 1.6666666667vw, 18px );
  margin-top: min( 1.8518518519vw, 20px );
  letter-spacing: 0.1em;
  z-index: 100;
  position: relative;
  font-weight: 700;
}
.sec05 .sec05__confetti {
  width: min( 75.1851851852vw, 812px );
  position: absolute;
  top: max( -8.7962962963vw, -95px );
  left: 50%;
  transform: translateX(-50%);
}
.sec05 .sec05__area-content {
  position: relative;
  margin: 0 auto;
}
.sec05 .sec05__bg {
  position: absolute;
  width: min( 100vw, 750px );
  top: max( -9.2592592593vw, -100px );
	top: -230px;
}
.sec05 .sec05__brands {
  width: min( 85.1851851852vw, 750px );
  border-radius: min( 1.8518518519vw, 20px );
  background: #fff;
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  justify-content: space-evenly;
  gap: min( 1.4814814815vw, 16px );
  justify-items: center;
  align-items: center;
  margin: min( 6.6666666667vw, 72px ) auto 0;
  padding: min( 3.7037037037vw, 40px ) min( 3.3333333333vw, 36px );
  position: relative;

	
    grid-template-columns: 1fr 1fr;
    width: 70%;
}
.sec05 .sec05__brand {
  width: min( 18.5185185185vw, 200px );
  height: min( 8.2407407407vw, 89px );
}
.sec05 .sec05__note {
  text-align: right;
  font-size: min( 1.1111111111vw, 12px );
  color: #999;
  z-index: 150;
  position: relative;
  width: min( 85.1851851852vw, 750px );
  margin: min( 1.8518518519vw, 20px ) auto 0;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .sec05 {
    padding-top: 5.3333333333vw;
    padding-top: 20vw;
  }
  .sec05 .sec05__area-inner {
    width: 100%;
  }
  .sec05 .sec05__lead-01 {
    font-size: 4.5333333333vw;
    border-radius: 13.3333333333vw;
    padding: 0 4.6666666667vw;
  }
  .sec05 .sec05__lead-01::after {
    height: 2.9333333333vw;
    width: 2.9333333333vw;
    bottom: -2.8vw;
  }
  .sec05 .sec05__lead-01 .u-font-digit {
    font-size: 7.2vw;
  }
  .sec05 .sec05__text-kome {
    font-size: 2.6666666667vw;
  }
  .sec05 .sec05__lead-02 {
    font-size: 7.4666666667vw;
    margin-top: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sec05 .sec05__lead-02 span {
    line-height: 1.3;
  }
  .sec05 .sec05__lead-02 span:nth-of-type(2) {
    font-size: 6.4vw;
  }
  .sec05 .sec05__heading {
    width: 84vw;
    margin: 0.6666666667vw auto 0;
  }
  .sec05 .sec05__lead-03 {
    font-size: 4vw;
    margin-top: 3.6vw;
  }
  .sec05 .sec05__confetti {
    width: 108.2666666667vw;
    top: -12.6666666667vw;
  }
  .sec05 .sec05__bg {
    width: 146.6666666667vw;
    height: 133.6vw;
    top: -31.3333333333vw;
  }
  .sec05 .sec05__brands {
    border-radius: 4vw;
    gap: 4.9333333333vw 3.0666666667vw;
    margin: 5.3333333333vw auto 0;
    padding: 4.6666666667vw 9.3333333333vw 8vw;
    grid-template-columns: 1fr 1fr;
    width: 92.2666666667vw;
  }
  .sec05 .sec05__brand {
    width: 34.1333333333vw;
    height: 14.9333333333vw;
  }
  .sec05 .sec05__note {
    font-size: 2.6666666667vw;
    margin-top: 2.9333333333vw;
    width: 92.2666666667vw;
    padding-right: 4.4vw;
  }
}

/* フッター ---------- */
.page-footer {
	background-color: var(--group-red);
  color: #fff;
  font-size: max(1.4rem, 2cqw);
	padding-block: min(10vw, 40px);
	position: relative;
  text-align: center;
	z-index: 1;
}
.page-footer a,
.page-footer a:link {
  color: #fff;
  text-decoration: underline;
}
.page-footer a:hover,
.page-footer a:active {
  text-decoration: none;
}
.footer-inquiry {
  margin-top: 1em;
}