:root {
  --font-size-large: 30px;
  --main-color-green: #7EB13E;
  --main-color-deepblue: #1D2087; }
html{
  scroll-behavior: smooth;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 13px;
  color: #333; }
  body .disp-sp {
    display: none; }
  body .button-w {
    background-color: #fff;
    border: 1px solid var(--main-color-deepblue);
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px rgba(168, 165, 168, 0.5);
    color: var(--main-color-deepblue);
    font-weight: bold; }
    body .button-w a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative;
      vertical-align: middle; }
      body .button-w a span {
        position: absolute;
        top: calc(50% - 0.5em);
        font-size: 20px; }
  body .button-large {
    width: 100%; }
    body .button-large a {
      padding: 15px;
      display: block;
      width: 100%; }
      body .button-large a span {
        right: 21px; }
  body .contact-tel {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    vertical-align: top;
    position: relative;
    padding-left: 40px; }
    body .contact-tel .icon-tel {
      background-image: url("../img/icon-tel.png");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 30px;
      height: 30px;
      margin-right: 8px;
      display: inline-block;
      position: absolute;
      top: calc(50% - 15px);
      left: 5px; }
  body .wrapper {
    max-width: 1000px;
    margin: 0 auto; }
  body .title {
    width: 100%;
    background-color: #1B8DC1;
    font-size: var(--font-size-large);
    text-align: center;
    font-weight: bold;
    color: #fff;
    padding: 20px 0;
    margin-top: 80px; }
  body .detail {
    align-items: flex-start;
    display: flex; }
  body .detail-title {
    font-size: 11px;
    width: 52px;
    height: 20px;
    background-color: #666;
    text-align: center;
    margin-right: 8px;
    color: #fff;
    line-height: 20px;
    border-radius: 3px; }
  body .elementary-school {
    background-color: #D96029; }
  body .junior-high-school {
    background-color: #1F4D9D; }
  body .high-school {
    background-color: #2B662E; }
  body .card-lists {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    body .card-lists .card-list {
      background-color: #F7F7F7;
      border: 1px solid #E6E6E6;
      padding: 15px;
      border-radius: 5px;
      width: 32%; }
      body .card-lists .card-list .card-title {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
				position: relative;
			}
			body .card-lists .card-list .card-title.font__size--mid {
				font-size:20px;	
			}
			body .card-lists .card-list .card-title span.icon__new{
				background-color: var(--main-color-green);
				color: #fff;
				font-size: 13px;
				display: inline-block;
				padding: 12px 3px 11px 10px;
				letter-spacing: 0.6px;
				border-radius: 46px;
				margin-right: 4px;
				position: absolute;
				top: 0;
				left: -10px;
				transform: translateY(-50%);
			}
			body .card-lists .card-list .card-title span.icon__renew{
				background-color: var(--main-color-green);
				color: #fff;
				font-size: 12px;
				display: inline-block;
				padding: 12px 8px 11px 8px;
				letter-spacing: 0.6px;
				border-radius: 46px;
				margin-right: 4px;
				position: absolute;
				top: 0;
				left: -30px;
				transform: translateY(-50%);
			}
      .icon__renew2{
				background-color: #D9D9D9;
				color: #000000;
				font-size: 12px;
				display: inline-block;
				padding: 10px 12px;
				letter-spacing: 0.6px;
				border-radius: 46px;
				margin-right: 4px;
				position: absolute;
				top: 0;
				left: -30px;
				transform: translateY(-50%);
			}
      body .card-lists .card-list img {
        margin-top: 15px;
        border-radius: 5px;
        width: 100%; }
      body .card-lists .card-list div {
        margin-top: 15px; }
			body .card-lists .card-list p.show__text{
				color: var(--main-color-deepblue);
				font-size: 14px;
				font-weight: 600;
				margin-bottom: -2px;
				display: block;
				text-align: center;
			}
		body .card-lists .card-list.area-in-block {
			background: none;
			border: none;
			padding: 0;
		}
body .card-lists .card-list.area-in-block .area-in-block-inner {
	margin-top: 0;
	padding: 15px;
    border-radius: 5px;
}
body .card-lists .card-list.area-in-block.-onlinecourse .area-in-block-inner {
	border: solid 1px #F4951E;
	
}
body .card-lists .card-list.area-in-block.-pensees .area-in-block-inner {
	border: solid 1px #8D6450;
}
body .card-lists .card-list.area-in-block .area-in-block-inner img{
	display: block;
	width: min(80%,300px);
	margin: 12px auto 24px;
}
body .card-lists .card-list.area-in-block .area-in-block-inner p{
	    font-size: 13px;
    line-height: 1.4;
}
body .card-lists .card-list.area-in-block .area-in-block-inner .-tel{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
   margin-bottom: 32px;
}
body .card-lists .card-list.area-in-block .area-in-block-inner .-tel span{
    background: #666;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    padding: 6px 10px;
    font-size: 14px;
    margin-right: 8px;
}
body .card-lists .card-list.area-in-block .area-in-block-inner .-tel a{
	pointer-events: none;
	    font-size: 16px;
}
body .card-lists .card-list.area-in-block .area-in-block-inner > a{
    padding: 15px;
    display: block;
    width: 100%;
	    height: 100%;
    position: relative;
    vertical-align: middle;
	border-radius: 8px;
    box-sizing: border-box;
	font-weight: 700;
    box-shadow: 0px 0px 3px rgba(168, 165, 168, 0.5);
    color: var(--main-color-green);
	    border: 1px solid var(--main-color-green);
}
body .card-lists .card-list.area-in-block .area-in-block-inner > a span{
	    right: 21px;
	    position: absolute;
    top: calc(50% - 0.5em);
    font-size: 20px;
	

}

  body footer {
    background: #232584;
    padding: 24px; }
    body footer .footerInner {
      width: min(96%, 900px);
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      body footer .footerInner a {
        color: #fff;
        font-size: 11px;
        text-decoration: underline; }
      body footer .footerInner p {
        color: rgba(255, 255, 255, 0.75);
        font-size: 10px; }

header {
  padding: 10px 40px;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center; }
  header .header-logo {
    width: auto; }
    header .header-logo img {
      width: 320px; }
  header .header-buttons {
    margin-left: auto; }
    header .header-buttons .header-buttons-wrapper {
      display: flex; }
      header .header-buttons .header-buttons-wrapper .header-buttons-button {
        width: 240px;
        border: none;
        box-shadow: none; }
        header .header-buttons .header-buttons-wrapper .header-buttons-button a {
          padding: 10px 8px; }
          header .header-buttons .header-buttons-wrapper .header-buttons-button a img {
            display: block;
            width: 100%; }
          header .header-buttons .header-buttons-wrapper .header-buttons-button a span {
            right: 6px; }
        header .header-buttons .header-buttons-wrapper .header-buttons-button:first-child {
          margin-right: 5px; }
  header .header-contact {
    margin-left: 12px; }
    header .header-contact .header-contact-detail {
      margin-top: 8px;
      font-size: 12px; }
main .bnrContainer{
	padding: 40px 0 0;
}
main .bnrContainer .bnrInner{
	width: min(680px,96%);
	margin: 0 auto 12px;
}
main .bnrContainer .bnrInner a{
	width: 100%;
	display: block;
}
main .bnrContainer .bnrInner img,
main .bnrInner img{
  display: block;
  width: 100%;
}
main .bnrContainer .bnrInner a img,
main .bnrInner a img{
	display: block;
	width: 100%;
	transition: .3s;
}
main .bnrContainer .bnrInner a img:hover,
main .bnrInner a img:hover{
	opacity: .75;
}
main .eventFlex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap:32px;
	width: 100%;
	margin: 12px auto;
}
main .eventFlex .eventItem{
	width: 49%;
	display: flex;
	flex-direction: column;
}
main .eventFlex .eventItem img{
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
main .eventFlex .eventItem p{
  font-size: 15px;
  line-height: 2em;
	margin-top: 0;
	margin-bottom: 16px;
}
main .eventFlex .eventItem a{
	color: #0A22FE;
	text-decoration: underline;
	font-size: 17px;
/*	margin-top: auto;*/
}
main .area-hero {
  position: relative;
  background-image: url("../img/hero.jpg");
  background-position: center;
  padding-top:35%;
  width: 100%;
  background-size: cover; }
  main .area-hero .area-hero-title {
    position: absolute;
    top: 7.2%;
    left: 10%;
    color: #1B8DC1; }
    main .area-hero .area-hero-title img {
      min-width: 500px;
      max-width: 570px;
      width: calc(320px + 110 * (100vw - 960px)/320); }
  main .area-hero .area-hero-detail {
    position: absolute;
    bottom: 3%;
    left: 11%;
    font-size: 24px;
    color: var(--main-color-deepblue);
    font-weight: bold;
    width: clamp(510px,33%,560px); }
    main .area-hero .area-hero-detail p {
      margin-bottom: 20px;
      line-height: 1.6em;
      text-shadow: 0px 0px 5px #e2fcf1; }
  main .area-hero .hero-sub {
    position: fixed;
    background-color: #fff;
    bottom: 10%;
    right: 3.9%;
    padding: 8px 8px 5px 8px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px rgba(168, 165, 168, 0.5);
    z-index: 1;
    display: block; }
    main .area-hero .hero-sub .hero-sub-contents img {
      width: 180px; }
    main .area-hero .hero-sub .close-box {
      display: flex;
      justify-content: space-between; }
      main .area-hero .hero-sub .close-box .material-icons {
        cursor: pointer;
        font-size: 22px; }
      main .area-hero .hero-sub .close-box p {
        font-weight: 600;
        padding-left: 12px;
        font-size: 14px;
        padding-top: 4px; }
main .area-about {
  line-height: 2em;
  padding: 48px 0 0 0;
  font-size: 17px; }
  main .area-about p {
    margin-bottom: 8px; }
main .area-about .abouBnr{
  width:min(720px,100%);
  margin-inline:auto;
  margin: 1em auto 2em;
}
main .area-about span.text-blue{
  color: #1B8DC1;
  font-weight: bold;
}
main .area-about span.under-line{
  text-decoration: underline;
  text-decoration-color: #E70012;
  text-decoration-thickness: 3px;
}
main .area-about .abouBnr img{
  display: block;
  width: 100%;
}
main .area-school .title {
  margin-top: 48px; }
main .area-school .area-school-detail .area-school-detail-description {
  line-height: 1.5em; }
main .area-school .area-school-detail-target {
  width: 100%;
  padding: 6px 8px;
  color: #fff;
  background: var(--main-color-deepblue);
  border-radius: 5px;
  text-align: center; }
main .area-school .area-school-detail-topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px; }
  main .area-school .area-school-detail-topic .area-school-detail-topic-sub {
    width: 49.50%;
    font-size: 10px; }
    main .area-school .area-school-detail-topic .area-school-detail-topic-sub p {
      margin-bottom: 8px; }
main .area-events .area-events-wrapper {
  display: flex;
  gap: 20px;
  margin: 20px 0; }
  main .area-events .area-events-wrapper .area-event {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #C4C4C4;
    overflow: hidden; }
    main .area-events .area-events-wrapper .area-event .area-event-title {
      background: var(--main-color-green);
      text-align: center;
      height: 42px;
      line-height: 42px;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      width: 100%; }
  main .area-events .area-events-wrapper .area-event-content {
    padding: 15px; }
    main .area-events .area-events-wrapper .area-event-content .area-event-content-batches {
      display: flex; }
      main .area-events .area-events-wrapper .area-event-content .area-event-content-batches .area-event-content-batch {
        font-size: 14px;
        width: 62px;
        height: 30px;
        margin-right: 5px;
        line-height: 30px;
        border-radius: 5px; }
    main .area-events .area-events-wrapper .area-event-content .area-event-content-main {
      margin-top: 16px;
      color: var(--main-color-deepblue);
      font-size: 16px;
      font-weight: bold; }
    main .area-events .area-events-wrapper .area-event-content .area-event-content-sub {
      margin-top: 8px;
      font-size: 14px; }
    main .area-events .area-events-wrapper .area-event-content > div {
      margin-top: 15px; }
main .area-campaign .area-campaign-list {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  width: 100%; }
  main .area-campaign .area-campaign-list .area-campaign-child {
    width: 100%;
    border-radius: 5px; }
    main .area-campaign .area-campaign-list .area-campaign-child img {
      width: 100%; }
main .area-achievement {
  font-size: 17px;
  line-height: 2em; }
  main .area-achievement .area-achievement-txt {
    margin-top: 20px; }
  main .area-achievement img {
    margin: 20px 0;
    width: 100%;
    max-height: 400px;
    border-radius: 5px;
    object-fit: contain; }
  main .area-achievement .area-achievement-detail {
    text-align: center;
    margin: 0 auto; }
    main .area-achievement .area-achievement-detail a {
      border-bottom: 1px solid #333; }
main .area-detail .area-detail-point-wrapper {
  display: flex;
  gap: 20px;
  margin-top: 50px; }
  main .area-detail .area-detail-point-wrapper .area-detail-point .area-detail-point-head {
    display: flex;
    margin-bottom: 12px; }
    main .area-detail .area-detail-point-wrapper .area-detail-point .area-detail-point-head p {
      padding: 8px 20px;
      font-size: 24px; }
    main .area-detail .area-detail-point-wrapper .area-detail-point .area-detail-point-head .point {
      border-radius: 50px;
      font-weight: bold;
      color: #fff;
      background: var(--main-color-deepblue); }
    main .area-detail .area-detail-point-wrapper .area-detail-point .area-detail-point-head .point-detail {
      color: var(--main-color-deepblue); }
  main .area-detail .area-detail-point-wrapper .area-detail-point > p {
    font-size: 17px;
    line-height: 2em;
    margin-bottom: 10px;
    letter-spacing: -0.05em; }
  main .area-detail .area-detail-point-wrapper .area-detail-point-img {
    flex-shrink: 0;
    width: 380px;
    height: 240px;
    position: relative; }
    main .area-detail .area-detail-point-wrapper .area-detail-point-img img {
      width: 380px;
      border-radius: 5px; }
    main .area-detail .area-detail-point-wrapper .area-detail-point-img p {
      position: absolute;
      right: 0;
      bottom: -26px; }
main .area-question .area-questions {
  margin-top: 20px; }
  main .area-question .area-questions .detail {
    flex-wrap: wrap; }
  main .area-question .area-questions .summary {
    width: 100%;
    padding: 10px 0 10px 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 10px;
    list-style: none; }
    main .area-question .area-questions .summary .icon-question {
      width: 30px;
      height: 30px;
      font-size: 15px;
      border-radius: 50%;
      background: var(--main-color-deepblue);
      color: #fff;
      position: absolute;
      top: calc(50% - 15px);
      left: 10px;
      display: block;
      text-align: center;
      line-height: 30px; }
    main .area-question .area-questions .summary .material-icons {
      position: absolute;
      top: calc(50% - 0.5em);
      right: 10px;
      font-size: 20px;
      display: none; }
  main .area-question .area-questions p {
    width: 100%;
    padding: 30px;
    border-radius: 3px;
    background: #F2F2F2;
    border: 1px solid #ccc;
    font-size: 17px;
    line-height: 2em; }
    main .area-question .area-questions .answer {
      color:#7eb13e;
      font-weight:bold; }
main .area-try .area-try-contents {
  display: flex;
  margin-top: 20px;
  gap: 20px;
  margin-bottom: 80px; }
  main .area-try .area-try-contents .area-try-contents-detail .rea-try-contents-detail-text {
    margin-bottom: 35px; }
    main .area-try .area-try-contents .area-try-contents-detail .rea-try-contents-detail-text p {
      font-size: 17px;
      line-height: 2em; }
  main .area-try .area-try-contents .area-try-contents-detail .area-contents-button {
    width: 308px;
    font-size: 14px;
    font-weight: normal;
    margin-top: 10px; }
  main .area-try .area-try-contents .area-try-contents-img {
    flex-shrink: 0;
    width: 380px; }
    main .area-try .area-try-contents .area-try-contents-img img {
      width: 380px; }

@media only screen and (max-width: 960px) {
  body .disp-pc {
    display: none; }
  body .disp-sp {
    display: block; }
  body .title {
    font-size: 18px; }
  body .contact-tel {
    font-size: 16px;
    padding-left: 24px; }
    body .contact-tel .icon-tel {
      width: 16px;
      height: 16px;
      top: calc(50% - 8px);
      left: 0px; }
  body .card-lists {
    display: block; }
    body .card-lists .card-list {
      margin-top: 24px;
      width: 100%; }
  body header {
    height: 50px;
    padding: 10px; }
    body header .header-logo img {
      width: 135px; }
    body header .header-contact {
      margin-left: auto; }
      body header .header-contact .header-contact-detail {
        font-size: 11px;
        margin-top: 0; }
  body main .container {
    margin: 0 15px; }
    body main .area-hero .area-hero-title {
      left: 5%; }
      body main .area-hero .area-hero-title img {
        min-width: auto;
        width: 60%; }
    body main .area-hero .area-hero-detail {
      font-size: 12px;
      left: 5%;
      bottom: 4%;
      width: clamp(300px,40%,400px); }
      body main .area-hero .area-hero-detail p {
        margin-bottom: 4px; }

  body main .area-events .area-events-wrapper {
    display: block; }
    body main .area-events .area-events-wrapper .area-event {
      margin-top: 10px; }
      body main .area-events .area-events-wrapper .area-event .area-event-content .area-event-content-batches {
        margin-top: 0; }
  body main .area-campaign .area-campaign-list {
    display: block; }
    body main .area-campaign .area-campaign-list .area-campaign-child {
      margin-top: 10px; }
  body main .area-detail .area-detail-point-wrapper {
    display: block; }
    body main .area-detail .area-detail-point-wrapper .area-detail-point-head {
      line-height: 22px;
      font-weight: bold; }
      body main .area-detail .area-detail-point-wrapper .area-detail-point-head .point {
        font-size: 12px; }
      body main .area-detail .area-detail-point-wrapper .area-detail-point-head .point-detail {
        font-size: 22px; }
    body main .area-detail .area-detail-point-wrapper .area-detail-point-img {
      width: 100%;
      height: auto; }
      body main .area-detail .area-detail-point-wrapper .area-detail-point-img img {
        width: 100%; }
  body main .area-question .area-questions .summary {
    width: 100%;
    font-size: 17px; }
    body main .area-question .area-questions .summary .icon-question {
      font-size: 11px;
      top: calc(50% - 15px);
      left: 10px; }
  body main .area-try .area-try-contents {
    display: block; }
    body main .area-try .area-try-contents .area-try-contents-detail .area-contents-button {
      width: 100%; }
    body main .area-try .area-try-contents .area-try-contents-img {
      margin-top: 20px;
      width: 100%; }
      body main .area-try .area-try-contents .area-try-contents-img img {
        width: 100%; } 
}
@media screen and (max-width: 768px){
	body main .area-hero .area-hero-detail{
		width: 100%;
		background: rgba(255,255,255,0.7);
		padding: 2%;
		bottom: 0;
		left: 0;
	}
	body main .area-hero .area-hero-title{
		top: 16%;
	}
	main .eventFlex{
		row-gap:0;
	}
	main .eventFlex .eventItem{
		width: min(100%,500px);
		margin: 0 auto 32px;
	}
}
@media only screen and (max-width: 600px) {
  body main .container {
    margin: 0 15px; 
	}
  body main .area-hero {
    background-image: url("../img/hero-sp.jpg");
    padding-top: 35%; 
	}
  body main .area-hero .hero-sub {
    width: 220px;
    right: 4%; }
  body footer {
    padding: 24px 0 140px; 
	}
  body footer .footerInner {
    display: block; 
	}
  body footer .footerInner a {
    margin-bottom: 6px;
    display: block; 
	}
	body .card-lists .card-list.area-in-block .area-in-block-inner .-tel a{
		pointer-events: auto;
	}
}
@media only screen and (max-width: 480px) {
  body main .area-hero .hero-sub {
    width: 50%;
    right: 1%; 
    background:none;
    box-shadow:none;}
    body main .area-hero .hero-sub .close-box {
      display: none; }
    body main .area-hero .hero-sub .hero-sub-contents img,
    body main .area-hero .hero-sub .hero-sub-contents img {
      width: 100%; }
  body main .area-detail .area-detail-point-wrapper .area-detail-point-head .point-detail {
    font-size: 18px; }
  body main .area-question .area-questions .summary {
    font-size: 15px; }
  body main .area-school .area-school-detail-topic .area-school-detail-topic-sub {
    width: 100%; } 
	body .card-lists .card-list .card-title.font__size--mid {
				font-size:18px;	
	}
}

.popup{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	opacity:0;
	visibility:hidden;
	-webkit-transition:.6s;
	transition:.6s
}
.popup.is-show{
	opacity:1;
	visibility:visible
}
.popup-inner{
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width:80%;
	max-width:500px;
	padding:50px;
	background-color:#fff;
	z-index:2
}
.popup-inner img{
	width:100%
}
.close-btn{
	position:absolute;
	right:0;
	top:0;
	width:30px;
	height:30px;
	text-align:center;
	cursor:pointer
}

.black-background{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.8);
	z-index:1;
	cursor:pointer
}
.area-anchor{
  padding-top: 24px;
}
.area-movie{
  padding: 40px 0 24px;
  width: 90%;
  margin-inline: auto;
}
.area-movie .hidden{
  display: none;
}
.area-movie .modal-wrapper{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.area-movie .movie-container{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.area-movie .movie-inner{
  display: flex;
  justify-content: space-between;
}
.area-movie .movie-item{
  width: 48%;;
}
.area-movie .movie-inner img{
  display: block;
  width: 100%;
  cursor: pointer;
  transition: .3s;
}
.area-movie .movie-inner img:hover{
  opacity: 0.75;
}
.area-movie .modal-wrapper .modal-close{
  width: 32px;
  height: 32px;
  border-radius: 12px;
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}
.area-movie .modal-wrapper .modal-close::before,
.area-movie .modal-wrapper .modal-close::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #fff;
  border-radius: 2.5px; 
}
.area-movie .modal-wrapper .modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.area-movie .modal-wrapper .modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.area-movie .modal-wrapper .modal-bg{
  position: absolute;
  background: rgba(0,0,0,0.75);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.area-anchor .ttl{
  display: flex;
  flex-wrap: nowrap;
  background: var(--main-color-deepblue);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  margin-bottom: 16px;
}
.area-anchor .ttl h3{
  font-size:24px;
  font-weight: bold;
}
.area-anchor .ttl h3 span{
  font-size:16px;
  margin-left: 8px;
}
.area-anchor .ttl h3.longText span{
  display: inline-block;
}
.area-anchor .ttl a{
  background: #fff;
  color: var(--main-color-deepblue);
  border-radius: 12px;
  padding: 6px 32px 6px 12px;
  font-weight: 700;
  position: relative;
  font-size: 12px;
  border: solid 1px rgba(255,255,255,0);
  transition: .3s;
}
.area-anchor .ttl a:hover{
  color: #fff;
  background: var(--main-color-deepblue);
  border: solid 1px rgba(255,255,255,1);
}
.area-anchor .ttl a::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: 12px;
  border-left: solid 10px var(--main-color-deepblue);
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  transition: .3s;
}
.area-anchor .ttl a:hover::before{
  border-left: solid 10px #fff;
}
.area-anchor .anchor-item{
  padding: 24px 32px;
  border-bottom: solid 1px #ddd;
}
.area-anchor .anchor-item a{
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  gap: 18px;
  transition: .3s;
}
.area-anchor .anchor-item a:hover{
  opacity: 0.75;
}
.area-anchor .anchor-item a::before{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 7px;
  right: 12px;
  border-left: solid 10px var(--main-color-deepblue);
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  transition: .3s;
}
.area-anchor .anchor-item a:hover::before{
  transform: rotate(90deg);
}
.area-anchor .anchor-item a img{
  display: block;
  width: 64px;
}
.event-anchor{
  position: fixed;
  width: 270px;
  bottom: 1%;
  right: 8px;
  z-index: 1;
}
.event-anchor img{
  display: block;
  width: 100%;
  transition: .3s;
}
.event-anchor img:hover{
  opacity: .75;
}
@media screen and (max-width:768px){
  main .bnrContainer {
    padding: 32px 0 0;
  }
  .area-movie{
    width: 94%;
    padding: 24px 0 0;
  }
  .area-movie .movie-container{
    width: 90%;
  }
  .area-anchor {
    padding-top: 16px;
  }
  .area-anchor .ttl{
    margin-bottom: 12px;
  }
  .area-anchor .ttl h3{
    font-size:20px;
    line-height: 1.4;
  }
  .area-anchor .ttl h3 span{
    display: block;
    margin: 0;
  }
  .area-anchor .anchor-item {
    padding: 18px 24px;
  }
  .area-anchor .anchor-item a img{
    width: 52px;
  }
  .area-anchor .anchor-item a{
    font-size: 18px;
  }

}

@media screen and (max-width:500px){
  main .bnrContainer {
    padding: 16px 0 0;
  }
  .area-movie{
    max-width: 320px;
    padding-top: 12px;
  }
  .area-movie .movie-inner{
    flex-direction: column;
    gap: 12px;
  }
  .area-movie .movie-item{
    width: 100%;
  }
  .area-movie .movie-container{
    width: 100%;
  }
  .area-movie .modal-wrapper .modal-close{
    top: 24px;
    right: 24px;
  }
  .area-anchor {
    padding-top: 12px;
  }
  .area-anchor .ttl{
    margin-bottom: 8px;
  }
  .area-anchor .ttl h3{
    font-size: 16px;
  }
  .area-anchor .ttl h3 span{
    font-size: 12px;
  }
  .area-anchor .ttl a{
    font-size:11px;
    padding: 4px 24px 4px 8px;
  }
  .area-anchor .ttl a::before {
    width: 6px;
    height: 6px;
    top: 7px;
    right: 8px;
    border-left: solid 8px var(--main-color-deepblue);
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
  }
  .area-anchor .ttl{
    padding: 8px 16px;
    margin-bottom: 0;
  }
  .area-anchor .anchor-item {
    padding: 8px 12px;
  }
  .area-anchor .anchor-item a img{
    width: 40px;
  }
  .area-anchor .anchor-item a{
    font-size: 16px;
    gap: 12px;
  }
  .area-anchor .anchor-item a::before {
    width: 8px;
    height: 8px;
    top: 7px;
    right: 12px;
    border-left: solid 8px var(--main-color-deepblue);
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
  }
  .event-anchor {
    width: 50%;
    bottom: 2.6%;
  }
  main .bnrContainer .bnrInner{
    margin-bottom: 0;
  }
}