<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 リセット
============================================= */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================
 COMMON
============================================= */
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #222;
  font: 1.6em/1.6 'Roboto', 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  background: #f3f3f3;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

@media print, screen and (max-width:640px) {
  img {
    max-width: 100%;
  }
}

a {
  color: #222;
  text-decoration: none;
}

@media print, screen and (max-width:640px) {
  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }
}

@media print, screen and (min-width:641px) {
  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }
}

@media print, screen and (max-width:1000px) {
  .onlyPCTB {
    display: none !important;
  }

  .onlyTB {
    display: block;
  }
}

@media print, screen and (min-width:1001px) {
  .onlyPCTB {
    display: block;
  }

  .onlyTB {
    display: none !important;
  }
}

@media print, screen and (max-width:640px) {
  .img_pc {
    display: none !important;
  }

  .img_tb {
    display: none !important;
  }

  .img_smp {
    display: block;
  }
}

@media (min-width: 641px) and (max-width: 1000px) {
  .img_pc {
    display: none !important;
  }

  .img_tb {
    display: block;
  }

  .img_smp {
    display: none !important;
  }
}

@media print, screen and (min-width:1001px) {
  .img_pc {
    display: block;
  }

  .img_tb {
    display: none !important;
  }

  .img_smp {
    display: none !important;
  }
}

.no-wrap {
  display: inline-block;
}

.flortR {
  float: right;
  margin-left: 20px;
}

.clear {
  clear: both;
}

a img {
  opacity: 1;
  transition: .3s ease-in-out;
}

a:hover img {
  opacity: 0.8;
}

.txtS {
  font-size: 0.875em;
}

.txtSS {
  font-size: 0.75em !important;
}

.txtSS1 {
  font-size: 0.5em !important;
  width: 100% !important;
  text-align: center !important;
}

.txtBold {
  font-weight: bold;
}
.txtCenter {
  text-align: center;
}

.txtItalic {
  font-style: italic;
}

strong {
  font-weight: bold;
  line-height: 2.5;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

/* =============================================
 protect
============================================= */
.protect {
  display: block;
  position: relative;
  -webkit-user-drag: none;
  user-select: none;
}

.protect::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.protect img {
  -webkit-user-drag: none;
  pointer-events: none;
}

@media print {
  .protect {
    display: none !important;
  }
}

/* =============================================
contents
============================================= */
.wrap {
  background-image: url("../img/common/nav_bg1.png"), url("../img/common/bg_left.png"), url("../img/common/bg_right.png");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top right -40px, top 250px left -30px, top 100px right -30px, right;
  background-attachment: scroll, fixed, fixed;
}

/* =============================================
font
============================================= */
p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

p:last-child {
  padding-bottom: 0;
}

@media print, screen and (max-width:640px) {
  p {
    font-size: 4vw;
  }
}

/* =============================================
 top
============================================= */
.top {
  width: 100%;
  /*    min-height: 480px;バナーない時*/
  min-height: 480px;
  text-align: center;
  background: linear-gradient(90deg, rgba(56, 188, 254, 1) 0%, rgba(228, 6, 117, 1) 50%, rgba(255, 88, 54, 1) 100%);
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
}

.topbg {
  padding-top: 50px;
  display: block;
  width: 100%;
  height: 380px;
}

.top.nobnr {
  min-height: 480px;
}

.zoomin {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.1);
    opacity: 0.5;
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.top_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 98%;
  max-width: 1030px;
  overflow: visible;
  margin: 0 auto;
  text-align: center;
}

.top_img img {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px
}

.photo-blur {
  filter: blur(0);
}

.photo-blur {
  filter: blur(0);
  animation-name: blur;
  animation-duration: 1.5s;
}

@keyframes blur {
  0% {
    filter: blur(10px);
  }

  100% {
    filter: blur(0);
  }
}

.oatime {
  width: 100%;
  padding-right: 20px;
  max-width: 1150px;
  box-sizing: border-box;
  font-family: "UD Shin Go Heavy";
  font-size: 2.3rem;
  text-align: right;
  color: #fff;
  position: absolute;
  /*    bottom: 20px;* バナーない時*/
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.oatime span {
  font-size: 1.4em;
}

/*バナー1個*/
.bnrarea {
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
  max-width: 1150px;
  box-sizing: border-box;
  text-align: right;
}

.bnrarea {}

.bnrarea .bnrimg {
  width: 96%;
  max-width: 470px;
  float: right;
}

.bnrimg img {
  width: 100%;
  transition: 0.5s all;
}

.bnrimg img:hover {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}

/*バナー2個*/
.bnrarea2 {
  width: 100%;
  margin-top: 10px;
  padding-right: 0;
  max-width: 1150px;
  box-sizing: border-box;
  text-align: right;
}

.bnrarea2 .bnrimg {
  width: 86%;
  max-width: 470px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  box-sizing: border-box;
}

.bnrarea2 .bnrimg a {
  display: block;
  width: 48%;
  box-sizing: border-box;
}

@media print, screen and (min-width:641px) {
  .bnrarea2 .bnrimg {
    float: right;
    margin: 0;
  }
}

@media print, screen and (min-width:641px) and (max-width:1149px) {
  .top_img img {
    width: 96%;
    margin: 0 auto;
  }

  .topbg {
    padding-top: 5vw !important;
  }
}

@media print, screen and (max-width:1150px) {
  .top {
    /*        min-height: 45vw;バナーない時*/
    min-height: 45vw;
  }

  .top.nobnr {
    min-height: 45vw;
  }

  .topbg {
    padding-top: 3vw;
    height: 35vw;
  }

  .top_img {
    /*    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
  }

  .oatime {
    font-size: 2.4vw;
    padding-right: 5%;
  }

  .oatime span {
    font-size: 1.2em;
  }

  .bnrarea .bnrimg {
    width: 47%;
  }

  .bnrarea2 .bnrimg {
    width: 47%;
  }
}

@media print, screen and (max-width:640px) {
  .wrap {
    background-image: url("../img/common/bg_left.png"), url("../img/common/bg_right.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top 100px left -50px, top 150px right -50px, right;
    background-attachment: fixed, fixed;
    background-size: 40%, 40%;
  }

  .top {
    margin-top: 56px;
    min-height: 120vw; /* バナーない時 */
  }
  .top.bnr {
    min-height: 150vw;/* バナーある時 */
  }

  .topbg {
    display: none;
  }

  .top_img {
    /*        top: 8vw;*/
  }

  .oatime {
    text-align: center;
    font-size: 4vw;
    padding-right: 0;
  }

  .bnrarea .bnrimg {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .bnrarea2 .bnrimg {
    width: 86%;
  }
}

/**/
.bnrarea.col1{
  width: 80%;
  margin: 40px auto;
  text-align: center;
}
.bnrarea.col1 a{
  display: block;
  transition: all .3s;
}
.bnrarea.col1 ul{
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
@media print, screen and (min-width:1024px) {
  .bnrarea.col1 a:hover {
    transform: scale(1.05);
  }
}

/* =============================================
 title
============================================= */
.title_box {
  position: relative;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-family: "UD Shin Go Heavy";
}

.title_box .subttl {
  font-family: "UD Shin Go Medium";
  display: block;
  margin: 1rem auto 0;
  font-size: 2rem;
  color: #4D82DD;
}

.cont02 .title_box .subttl, .cont04 .title_box .subttl, .cont06 .title_box .subttl .cont11 {
  color: #fff;
}

.cont03 .title_box .subttl {
  color: #FFA600;
}

.cont10 .title_box .subttl {
  color: #00BD15;
}

h1, h2, h3 {
  font-family: "UD Shin Go Heavy";
}

.liner1 {
  font-size: 8rem;
  display: inline-block;
  background: linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background: -webkit-linear-gradient(45deg, #FA8BFF 16%, #2BD2FF 57%, #2BFF88 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3s infinite alternate;
}

.liner2 {
  font-size: 8rem;
  display: inline-block;
  background: linear-gradient(45deg, #FFFFFF 20%, #FFF02A 60%, #EEE1FF 90%);
  background: -webkit-linear-gradient(45deg, #FFFFFF 20%, #FFF02A 60%, #EEE1FF 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3s infinite alternate;
}

.liner3 {
  font-size: 8rem;
  display: inline-block;
  background: linear-gradient(45deg, #FFF61C 20%, #FF7600 90%);
  background: -webkit-linear-gradient(45deg, #FFF61C 20%, #FF7600 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3s infinite alternate;
}

.liner4 {
  font-size: 8rem;
  display: inline-block;
  background: linear-gradient(45deg, #FFFFFF 20%, #00FFF3 40%, #0024FF 90%);
  background: -webkit-linear-gradient(45deg, #FFFFFF 20%, #00FFF3 40%, #0024FF 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3s infinite alternate;
}

.liner5 {
  font-size: 7rem;
  display: inline-block;
  background: linear-gradient(45deg, #FFCC1B 20%, #02FF00 90%);
  background: -webkit-linear-gradient(45deg, #FFCC1B 20%, #02FF00 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3s infinite alternate;
}

.liner6 {
  font-size: 8rem;
  display: inline-block;
  background: linear-gradient(45deg, #ff0068 0%, #FFAE00 80%);
  background: -webkit-linear-gradient(45deg, #ff0068 0%, #FFAE00 80%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientEffect 3s infinite alternate;
}

.liner7 {
  font-size: 6rem;
  color: #1875cf;
}

@keyframes gradientEffect {
  from {
    background-position: left
  }

  to {
    background-position: right
  }
}

@media print, screen and (max-width:820px) {
  .liner1, .liner2, .liner3, .liner4, .liner6 {
    font-size: 8vw;
  }
  .liner7 {
    font-size: 7vw;
  }
}

@media print, screen and (max-width:640px) {
  .title_box {
    margin: 0 0 4vw 0;
  }

  .title_box .subttl {
    font-family: "UD Shin Go Heavy";
  }

  .liner1, .liner2, .liner3, .liner4 {
    font-size: 10vw;
    letter-spacing: -1px;
  }

  .liner7 {
    font-size: 9vw;
    letter-spacing: -1px;
  }

  .cont02 h1 {
    font-size: 9vw !important;
    letter-spacing: -2px;
  }

  .cont11 h1 {
    font-size: 10vw !important;
  }
}

@media print, screen and (max-width:1000px) {
  .cont10 h1 {
    font-size: 8vw !important;
    letter-spacing: -2px;
  }

  .cont10 h1 .ttlS {
    font-size: 0.8em;
  }
}

/* =============================================
 pagettl
============================================= */
.pagettl {
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(90deg, rgba(56, 188, 254, 1) 0%, rgba(228, 6, 117, 1) 50%, rgba(255, 88, 54, 1) 100%);
  position: relative;
  margin-bottom: 40px;
}

.pagettl h1 {
  font-size: 6rem;
  color: #fff;
  text-align: center;
}

.pagettl h1 span {
  display: block;
  width: 100%;
  font-size: 0.2em;
  padding-top: 10px;
}

@media print, screen and (max-width:640px) {
  .pagettl {
    margin-top: 56px;
  }

  .pagettl h1 {
    font-size: 11vw;
  }
}

/* =============================================
 font
============================================= */
.fontL {
  font-weight: bold;
  font-size: 1.3em;
}

.fontLL {
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}

.fontLL1 {
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
}

.fontLL2 {
  font-size: 1.2em;
}

.fontS {
  font-size: 1.6rem;
}

.fontSS {
  font-size: 0.9em !important;
  padding-top: 0.5em;
}

.fontSSS {
  font-size: 0.8em !important;
}

.ttlS {
  font-size: 0.9em;
}

.fontWH {
  color: #fff !important;
}

.fontYL {
  color: #FFF600;
}

.fontOR {
  color: #FF6E00 !important;
}

.fontBl {
  color: #b5e5e8;
}

.strong {
  color: #0066cc !important;
  font-weight: bold;
}

.colorB {
  color: #0066cc;
  font-weight: bold;
}

.colorO {
  color: #F25100;
  font-weight: bold;
}

.txt-center {
  text-align: center !important;
}

.txt-center-pc {
  text-align: center;
}

@media print, screen and (max-width:1000px) {
  .txt-center-sp {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media print, screen and (max-width:820px) {
  .font01 {
    font-size: 3vw;
    line-height: 1.5
  }

  .fontL {
    font-size: 3vw;
    line-height: 1.5
  }

  .font02 {
    font-size: 3vw;
  }

  .fontS {
    font-size: 3vw;
  }

  .ttl01 {
    font-size: 4vw;
  }
}

@media print, screen and (max-width:640px) {
  .txt-center-pc {
    text-align: left;
  }

  .fontS {
    font-size: 3.8vw;
  }

  .ttl01 {
    font-size: 7vw;
  }

  .font02 {
    font-size: 4.8vw;
  }

  .fontL {
    font-size: 5vw;
  }

  .fontLL {
    font-size: 5.5vw;
    line-height: 1.5;
  }

  .font01 {
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .fontLL1 {
    font-size: 6vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

/* =============================================
 btnボタン
============================================= */
.btn.circle {
  background: #1875cf;
  color: #fff;
  border: 2px solid #1875cf;
  border-radius: 60px;
  display: block;
  margin: 60px auto 0;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
  max-width: 800px;
  padding: 3rem 0;
  text-align: center;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  box-sizing: border-box;
}

.btn.circle::after {
  background: #fff;
  color: #1875cf;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}

.btn.circle:hover {
  color: #1875cf;
}

.btn.circle.bc_grn {
  background: #06c755;
  border: 2px solid #06c755;
}
.btn.circle.bc_grn::after {
  color: #06c755;
}
.btn.circle.bc_grn:hover {
  color: #06c755;
}

.no_link{
  pointer-events: none;
}
.no_link .btn.circle {
  background: #666666;
  filter: grayscale(1);
}

.btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.btn.circle.btncolor1 {
  background: #D82DC2;
  color: #fff;
  border: 2px solid #D82DC2;
}

.btn.circle.btncolor1::after {
  background: #D82DC2;
}

.btn.circle.btncolor1:hover {
  color: #D82DC2;
}

.btn.circle.btncolor2 {
  background: #e60039;
  color: #fff;
  border: 2px solid #e60039;
}

.btn.circle.btncolor2::after {
  background: #e60039;
  color: #fff;
}

.btn.circle.btncolor2:hover {
  background: #fff;
  color: #fff;
}

.btn.circle.btncolor3 {
  width: 80%;
  padding: 1rem 0;
  background: #333;
  color: #fff;
  border: 2px solid #333;
  margin: 0 auto 0;
  font-size: 1.4rem;
}

.btn.circle.btncolor3::after {
  background: #333;
  color: #fff;
}

.btn.circle.btncolor3:hover {
  background: #fff;
  color: #fff;
}

@media print, screen and (max-width:820px) {
  .btn.circle {
    margin: 4vw auto 0;
    padding: 2rem 0;
  }

  .btn.circle {
    font-size: 1.8rem;
  }
}

/* btn_s
---------------------------------------- */
.btn.btn_s {
  width: 90%;
  margin: 0 auto;
}
.btn.btn_s a {
	padding: 1em 1.25em 1em 0.25em;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 10px;
	display: block;
	position: relative;
	background: #e50000;
	color: #fff;
	font-size: clamp(1em, 4.6vw, 1.125em);
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	transition: all .3s;
}
.btn.btn_s.icon_arrow a::before {
	content: "";
	position: absolute;
	width: 0.4em;
	height: 0.4em;
	margin-top: -0.3em;
	transform: rotate(45deg);
	right: 0.75em;
	top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


/* =============================================
 container
============================================= */
.container {
  width: 100%;
}

.bg_liner {
  background: linear-gradient(90deg, rgba(56, 188, 254, 1) 0%, rgba(228, 6, 117, 1) 100%);
}

/* =============================================
 youtube
============================================= */
.pv-box-wrap {
  width: 100%;
  margin: 0;
  padding: 20px 80px;
  border-radius: 60px;
  box-sizing: border-box;
}

.pv-box {
  width: 86%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.cm-wrap {}

.cmtxt {
  color: #fff;
  text-align: right;
  padding: 0.5em 0 0 0;
}

.info-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.info-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.arrow {
  width: 100%;
  padding-top: 6rem;
  position: relative;
}

.arrow::before, .arrow::after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-bottom: 8rem solid #f3f3f3;
}

.arrow::before {
  left: 0;
  border-right: 50vw solid transparent;
}

.arrow::after {
  right: 0;
  border-left: 50vw solid transparent;
}

@media print, screen and (max-width:820px) {
  .pv-box-wrap {
    padding: 4vw;
    border-radius: 10vw;
  }

  .pv-box {
    width: 80vw;
    max-width: 80vw;
    margin: 0 auto;
  }

  .arrow {
    width: 100%;
    padding-top: 10vw;
  }
}

/* =============================================
 header
============================================= */
#head_wrap {
  /*top: 0;
  position: relative;*/
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1;
  /*z-index: 999;*/
  padding: 15px 0;
  text-decoration: none;
  font-family: "UD Shin Go Heavy";
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  padding-left: 20px;
}

h1 img {
  width: 80px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: -10px;
}

#global-nav ul {
  list-style: none;
  margin-right: 10px;
  display: inline-flex;
}

#global-nav ul li a {
  display: inline-block;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#global-nav ul li a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#global-nav ul li {
  display: flex;
  align-items: center;
}

@media (max-width: 640px) {
  #head_wrap .logo {
    padding-left: 10px;
  }

  h1 img {
    width: 60px;
  }

  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 10px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

/*ナビ増時*/
@media (min-width: 641px) {
  .wrap {
    background-image: url("../img/common/nav_bg1.png"), url("../img/common/bg_left.png"), url("../img/common/bg_right.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right -400px, top 250px left -30px, top 100px right -30px, right;
    background-attachment: scroll, fixed, fixed;
  }

  #global-nav ul li {
    padding: 10px 5px;
  }

  #global-nav ul li a {
    font-size: 1.3rem;
  }
}

@media (min-width: 1150px) {
  .wrap {
    background-image: url("../img/common/nav_bg1.png"), url("../img/common/bg_left.png"), url("../img/common/bg_right.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right -200px, top 250px left -30px, top 100px right -30px, right;
    background-attachment: scroll, fixed, fixed;
  }

  #global-nav ul li {
    padding: 10px 10px;
  }

  #global-nav ul li a {
    font-size: 1.5rem;
    line-height: 1.2
  }
}

@media (min-width: 1500px) {
  .wrap {
    background-image: url("../img/common/nav_bg1.png"), url("../img/common/bg_left.png"), url("../img/common/bg_right.png");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top right 0, top 250px left -30px, top 100px right -30px, right;
    background-attachment: scroll, fixed, fixed;
  }
}

/* Fixed */
@media (max-width: 640px) {
  #head_wrap.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
  }

  #head_wrap.fixed .logo {
    font-size: 36px;
    color: #333;
  }

  #head_wrap.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
  }
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 52px;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    z-index: 999;
    /* Fixed reset */
  }

  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }

  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #head_wrap.fixed .logo, #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 4vw;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #global-nav ul li {
    float: none;
    position: static;
  }

  #head_wrap #global-nav ul li a, #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
    color: #222;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #FF64EB;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }

  #nav-toggle span:nth-child(2) {
    top: 11px;
  }

  #nav-toggle span:nth-child(3) {
    top: 22px;
  }

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/* =============================================
 cont01　contents
============================================= */
.cont01 {
  width: 96%;
  max-width: 960px;
  margin: 80px auto 0;
  /*    margin: 120px auto 0; バナーなし*/
}

.cont01-box {
  width: 100%;
  margin: -2rem 0 0 0;
  padding: 6rem 2rem 6rem;
  border-radius: 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.contents {
  width: calc(100% + 2rem);
  background: #fff;
  padding: 2rem;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin: 0 0 6rem -2rem;
  position: relative;
  box-sizing: border-box;
}

.contents::before {
  content: url("../img/common/icon-q.png");
  display: inline-block;
  position: absolute;
  top: -40px;
  left: -40px;
  animation: 10s linear infinite rotation;
}

.contentsbg {
  background: none;
  width: calc(100% + 4rem) !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.contents:nth-child(odd)::before {
  animation: 10s linear infinite rotation2;
}

@keyframes rotation2 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.contents:last-child {
  margin: 0 0 0 -2rem;
}

.contents h2 {
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto 2rem;
  color: #da0f70;
}

.contents-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.contents-img {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.contents-img img {
  width: 100%;
}

.contents-txt {
  width: 55%;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 0.9em;
}

.contents-txt h3 {
  font-size: 1.2em;
  margin: 0 0 1rem;
}

.contents-txt h3 span {
  color: #1875cf;
}

.mgtcont01 {
  margin-top: 60px;
}

@media print, screen and (max-width:820px) {
  .cont01 {
    margin: 10vw auto 0 auto;
  }

  .cont01-box {
    padding: 4vw 2rem 4vw;
  }

  .contents {
    width: calc(100% + 2rem);
    margin: 0 0 6vw -2rem;
  }

  .contents::before {
    top: -20px;
    left: -10px;
  }

  .contents h2 {
    font-size: 3vw;
    line-height: 1.4;
  }
}

@media print, screen and (max-width:640px) {
  .contents-wrap {
    width: 100%;
    flex-direction: column;
  }

  .contents::before {
    content: url(../img/common/icon-q1.png);
    display: inline-block;
    position: absolute;
    top: -3vw;
    left: -1vw;
    z-index: 100;
  }

  .contents h2 {
    font-size: 6vw;
  }

  .contents-txt h3 {
    font-size: 3.9vw;
    line-height: 1.5;
  }

  .contents-img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .contents-txt {
    width: 100%;
  }
}

/* =============================================
 cont02　［EXAMINATION］
============================================= */
.cont02 {
  width: 100%;
  padding: 80px 0 40px;
  margin: 80px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 39, 188, 0.80) 0%, rgba(0, 134, 229, 0.6) 100%);
  box-sizing: border-box;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px;
}

.cont02-box {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.ttlcon2 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.ttlcon2 span {
  font-size: 0.6em;
}

.arrowcont {
  margin: 0 auto;
  width: 70%;
  max-width: 450px;
  padding: 0 0 20px 0;
}

.txtbox {
  margin: 0 auto 40px;
}

.txtinfo {
  width: 96%;
  padding: 0.5em;
  background-color: rgba(113, 230, 255, 0.50);
  box-sizing: border-box;
  margin: 1em auto 2em
}

.txtB {
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.4
}

.judge-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.judge-box {
  width: 360px;
  height: 360px;
  border-radius: 100%;
  background: #fff;
  margin-bottom: 4rem;
}

/*.judge-box:nth-child(1) {
    background-image: url("../img/common/number1.png");
    background-position: center center;
    background-size:20%;
    background-repeat: no-repeat;
}*/
.judge-box-txt {
  width: 110%;
  padding: 20%;
  box-sizing: border-box;
  margin-top: -20px;
  margin-left: -5%;
}

.judge-box-txt h2 {
  font-size: 4rem;
  color: #1875cf;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
}

.judge-box-txt p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
}

.judge-box-txt p {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4
}

@media print, screen and (min-width:1150px) {
  .cont02 {
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}

@media print, screen and (max-width:820px) {
  .cont02 {
    padding: 6vw 0;
    margin: 10vw auto 0 auto;
    border-top-left-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }

  .ttlcon2 {
    font-size: 4vw;
    line-height: 1.2;
  }

  .judge-box {
    width: 45vw;
    height: 45vw;
  }

  .judge-box-txt h2 {
    font-size: 5vw;
  }
}

@media print, screen and (max-width:640px) {
  .cont02 {
    padding: 12vw 0;
    margin: 16vw auto 0 auto;
  }

  .cont02 .txtbox {
    width: 90%;
    margin: 0 auto;
  }

  .ttlcon2 {
    font-size: 8vw;
    line-height: 1.2;
  }

  .judge-wrap {
    flex-direction: column;
    align-items: center;
  }

  .judge-box {
    width: 80vw;
    height: 80vw;
    margin-bottom: 4vw;
  }

  .judge-box-txt {
    margin-top: 0;
    padding: 15%;
  }

  .judge-box-txt h2 {
    font-size: 7vw;
  }

  .judge-box-txt p {
    width: 100%;
    font-size: 4vw;
    margin-top: 0;
    margin-left: 0;
  }
}

/* =============================================
 cont03　prize
============================================= */
.cont03 {
  width: 96%;
  max-width: 960px;
  margin: 80px auto 0;
}

.cont03-box {
  width: 100%;
  padding: 40px 60px 40px;
  margin: 40px auto 0 auto;
  background: linear-gradient(90deg, rgba(255, 206, 0, 0.80) 0%, rgba(255, 79, 0, 0.80) 100%);
  box-sizing: border-box;
  border-radius: 60px;
}

.prize-box-ttl {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}

.prize-box {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}

.prizebig {
  background: linear-gradient(90deg, rgba(255, 126, 0, 0.80) 0%, rgba(255, 0, 0, 0.80) 100%);
}

.prizebig .prize-box {
  border: 4px solid #FDC231;
  font-size: 1.2em;
}

.prize-box:last-child {
  margin-bottom: 0;
}

.prize-box .prizename {
  width: 30%;
  margin-right: 1em;
  text-align: center;
  font-family: "UD Shin Go Heavy";
  font-weight: bold;
  font-size: 1.2em;
}
.prize-box .prizename.fs_adjust {
  min-width: 13em;
}
.ti-05 {
  display: inline-block;
  text-indent: -0.5em;
}

.prize-box p {
  width: 70%;
  padding-left: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
  box-sizing: border-box;
  text-align: left;
}

@media print, screen and (max-width:820px) {
  .cont03 {
    margin: 10vw auto 0 auto;
    border-radius: 20vw;
  }

  .cont03-box {
    margin: 4vw auto 0 auto;
  }

  .prize-box .prizename {
    font-size: 2.4vw;
  }
}

@media print, screen and (max-width:640px) {
  .cont03-box {
    padding: 4vw 4vw 4vw;
    border-radius: 10vw;
  }

  .prize-box-ttl {
    font-size: 5vw;
    margin-bottom: 2vw;
  }

  .prize-box {
    flex-direction: column;
    align-items: center;
  }

  .prize-box .prizename {
    width: 100%;
    font-size: 4vw;
  }

  .prize-box p {
    width: 100%;
    text-align: center;
  }
}

/* =============================================
 cont04　SCHOOL
============================================= */
.cont04 {
  width: 100%;
  padding: 80px 0 0;
  margin: 80px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 134, 229, 0.80) 0%, rgba(144, 0, 229, 0.60) 100%);
  box-sizing: border-box;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
}

.cont04-box {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

/* =============================================
 cont05　JUDGE
============================================= */
.cont05 {
  width: 96%;
  max-width: 960px;
  margin: 120px auto 0;
}

.cont05-box {
  width: 100%;
  padding: 0;
  margin: 40px auto 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.person-ttl {
  text-align: center;
  font-size: 3rem;
  color: #1875cf;
  width: 96%;
  padding: 0 0 1rem 0;
  margin: 40px auto 20px;
  border-bottom: 4px solid #1875cf;
}

.page .person-ttl {
  font-size: 4rem;
  width: 96%;
  margin: 0 auto 20px;
  border-bottom: 4px solid #1875cf;
}

.colorP {
  color: #FF54CE;
  border-bottom: 4px solid #FF54CE;
}

.colorR {
  color: #e60039;
  font-size: 1.5em !important;
  font-weight: bold;
}

.colorB {
  color: #1875cf;
}

.person-box-wrap {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.person-box-wrap.p_center {
  justify-content: center !important;
}

.page .person-box-wrap {
  margin: 0 auto 60px;
}

.person-box-wrap a, .person-box-wrap .person-box {
  width: 18%;
  margin: 0 1% 1rem;
  text-align: center;
  border-radius: 10px;
}

.person-box-wrap a .person-box {
  width: 100%;
  text-align: center;
  border-radius: 10px;
}

.person-box-img {
  width: 100%;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(56, 188, 254, 1) 0%, rgba(228, 6, 117, 1) 50%, rgba(255, 88, 54, 1) 100%);
}

.person-box-img img {
  width: 100%;
}

a:hover .person-box-img {
  transform: scale(1.05, 1.05);
  background: linear-gradient(90deg, rgba(254, 228, 55, 1.00) 0%, rgba(87, 255, 53, 1.00) 100%);
  transition: 1s all;
}

.person-box p {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
}

.person-box p span {
  font-size: 0.7em;
  display: block;
  text-align: left;
  font-weight: normal;
  padding: 0 0.5rem 0.5rem;
}

@media print, screen and (max-width:820px) {
  .cont05 {
    margin: 10vw auto 0 auto;
  }

  .person-box-wrap {
    justify-content: space-around;
  }

  .person-box-wrap a, .person-box-wrap .person-box {
    width: 30%;
  }
}

@media print, screen and (max-width:640px) {
  .cont05 {
    margin: 12vw auto 0 auto;
  }

  .person-ttl {
    font-size: 7vw;
  }

  .page .person-ttl {
    font-size: 8vw;
  }

  .person-box-wrap {
    justify-content: space-between;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .person-box-wrap a, .person-box-wrap .person-box {
    width: 45%;
  }
}

/* =============================================
 cont06　sponcer
============================================= */
.cont06 {
  width: 100%;
  padding: 40px 0 40px;
  margin: 40px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 134, 229, 0.80) 0%, rgba(0, 229, 40, 0.60) 100%);
  box-sizing: border-box;
  border-top-left-radius: 140px;
  border-bottom-right-radius: 140px;
}

.cont06-box {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.txtbox {
  margin: 0 auto 40px;
}

.txtbox2 {
  margin: 0 auto;
}

.sponcer-wrap {
  width: 90%;
  /*  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;*/
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 20px;
}

.sponcer-box {
  width: 36%;
}

.main1 {
  width: 80%;
  flex-basis: 100%;
  margin-bottom: 40px;
}

.sponcer-box h2 {
  font-size: 2rem;
  /*    color: #1875cf;*/
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.sponcer-box h2 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5rem;
}

.sponcer-box-info {
  width: 100%;
  box-sizing: border-box;
}

.sponcer-box-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.sponcer-box-img img {
  width: 100%;
}

.sponcer-box-txt {
  width: 100%;
  max-width: 400px;
  margin: 1rem auto 0;
}

.sponcer-box-txt p {
  font-size: 1.4rem;
  text-align: left;
}

.sponcer-ttl {
  font-size: 6vw;
  width: 100%;
  padding-bottom: 0;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
}

@media print, screen and (min-width:641px) {
  .sponcer-ttl {
    font-size: 5rem;
  }
}

@media print, screen and (min-width:1150px) {
  .cont06 {
    border-top-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }
}

@media print, screen and (min-width:821px) {
  .s_left {
    margin: 0 2% 0 12%;
  }

  .s_right {
    margin: 0 12% 0 2%;
  }
}

@media print, screen and (max-width:820px) {
  .cont06 {
    padding: 2vw 0 2vw;
  }

  .sponcer-wrap {
    width: 80%;
    row-gap: 2vw;
    /*    padding: 6vw 4vw;
    margin-bottom: 4vw;*/
  }

  .sponcer-box h2 {
    font-size: 3vw;
  }

  .sponcer-box {
    width: 46%;
    /* margin: 0 2%; */
  }

  .main1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width:640px) {
  .cont06 {
    padding: 4vw 0 6vw 0;
    margin: 6vw auto 0 auto;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }

  .cont06-box {
    width: 90%;
  }

  .sponcer-wrap {
    width: 90%;
  }

  .sponcer-ttl {
    margin: 0 auto 10px;
  }
}

/* =============================================
 cont07　SNS
============================================= */
.cont07 {
  width: 96%;
  max-width: 960px;
  margin: 80px auto 0;
}

.cont07-box {
  width: 100%;
  padding: 40px 60px 40px;
  margin: 40px auto 0 auto;
  background: linear-gradient(90deg, rgb(99 116 255 / 80%) 0%, rgba(252, 163, 255, 0.80) 100%);
  box-sizing: border-box;
  border-radius: 60px;
}

.twitter-inner {
  width: 100%;
  height: 350px;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
}

@media print, screen and (max-width:820px) {
  .cont07 {
    margin: 10vw auto 0 auto;
    border-radius: 20vw;
  }

  .cont07-box {
    margin: 5vw auto 0 auto;
    padding: 6vw 4vw;
  }

  .sns-box-wrap {
    width: 100%;
    padding: 2vw;
    margin: 0 auto;
    box-sizing: border-box;
  }
}

/* =============================================
 cont08　supporter
============================================= */
.cont08 {
  width: 100%;
  padding: 80px 0 80px;
  margin: 80px 0 0 0;
  background: linear-gradient(90deg, rgba(0, 134, 229, 0.80) 0%, rgba(0, 203, 255, 0.60) 100%);
  box-sizing: border-box;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
}
.bg_none {
  background: none !important;
}

.cont08-box {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.txtbox {
  margin: 0 auto 40px;
}

.txtbox2 {
  margin: 0 auto;
}

.supporter-wrap {
  width: 100%;
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4%;
}

.supporter-list li{
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #1875cf;
  font-weight: bold;
}

.supporter-box {
  width: 36%;
}

.supporter-box h2 {
  font-size: 2.4rem;
  /*    color: #1875cf;*/
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}

.supporter-box h2 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5rem;
}

.supporter-box-info {
  width: 100%;
  box-sizing: border-box;
}

.supporter-box-img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.supporter-box-img img {
  width: 100%;
}

.supporter-box-txt {
  width: 100%;
  max-width: 400px;
  margin: 1rem auto 0;
}

.supporter-box-txt p {
  font-size: 1.4rem;
  text-align: left;
}

@media print, screen and (min-width:1150px) {
  .cont08 {
    border-top-right-radius: 250px;
    border-bottom-left-radius: 250px;
  }
}

@media print, screen and (max-width:820px) {
  .cont08 {
    padding: 6vw 0 6vw;
  }

  .supporter-wrap {
    padding: 6vw 4vw;
    margin-bottom: 4vw;
    row-gap: 4vw;
  }

  .supporter-box h2 {
    font-size: 3vw;
  }

  .supporter-box {
    width: 100%;
    margin: 0;
  }
}

@media print, screen and (max-width:640px) {
  .cont08 {
    padding: 14vw 0 18vw 0;
    margin: 16vw auto 0 auto;
  }

  .cont08-box {
    width: 90%;
  }

  .supporter-list li {
    font-size: 1.75rem;
  }

  .supporter-box h2 {
    font-size: 5vw;
  }
}

/**/
.benefactor-wrap {
  width: 100%;
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 20px;
  box-sizing: border-box;
}
.benefactor-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4%;
  row-gap: 30px;
}
.benefactor-wrap ul + ul {
  margin-top: 30px;
}
.benefactor-wrap li {
  width: 30%;
  max-width: 340px;
  border: 1px solid #ccc;
}
.benefactor-wrap li.col1 {
  width: 45%;
  max-width: 400px;
}
@media print, screen and (min-width:821px) {
  .benefactor-wrap .separate {
    position: relative;
  }
  .benefactor-wrap .separate li:nth-child(1) {
    margin-right: 2%;
  }
  .benefactor-wrap .separate li:nth-child(2) {
    margin-left: 2%;
  }
  .benefactor-wrap .separate::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #666;
    transform: rotate(15deg) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: top;
  }
}
@media print, screen and (max-width:820px) {
  .benefactor-wrap ul {
    row-gap: 4vw;
  }
  .benefactor-wrap ul + ul {
    margin-top: 4vw;
  }
  .benefactor-wrap li {
    width: 80%;
  }
  /* .benefactor-wrap .separate li {
    width: 43%;
  }
  .benefactor-wrap .separate li:nth-child(1) {
    margin-right:4%;
  }
  .benefactor-wrap .separate li:nth-child(2) {
    margin-left: 4%;
  } */
  .benefactor-wrap li.col1 {
    width: 100%;
  }
}

/* =============================================
 cont09　cm
============================================= */
.cont09 {
  width: 100%;
  padding: 80px 0 80px;
  margin: 80px 0 0 0;
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.40) 0%, rgba(255, 0, 79, 0.60) 100%);
  box-sizing: border-box;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
}

.cont09-box {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}

@media print, screen and (min-width:1150px) {
  .cont09 {
    border-top-right-radius: 250px;
    border-bottom-left-radius: 250px;
  }
}

@media print, screen and (max-width:820px) {
  .cont09 {
    padding: 6vw 0 6vw;
  }
}

@media print, screen and (max-width:640px) {
  .cont09 {
    padding: 10vw 0 16vw 0;
    margin: 16vw auto 0 auto;
  }

  .cont09-box {
    width: 90%;
  }
}

/* =============================================
 cont10　nice
============================================= */
.cont10 {
  width: 96%;
  max-width: 960px;
  margin: 80px auto 0;
}

.cont10-box {
  width: 100%;
  padding: 4vw;
  margin: 40px auto 0 auto;
  background: linear-gradient(90deg, rgba(255, 237, 0, 0.80) 0%, rgba(0, 255, 36, 0.80) 100%);
  box-sizing: border-box;
  border-radius: 60px;
}

.readtxt {
  width: 100%;
  text-align: center;
  color: #1E6800;
  margin-bottom: 40px;
  font-weight: bold;
}

.readtxt img {
  width: 100%;
}

.addtxt {
  text-align: right;
  color: #1E6800;
  font-weight: bold;
  font-size: 0.9em;
}

.readtxt p {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.4;
}

.nice-box-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: space-around;
}

.nice-box-ttl {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin-bottom: 20px;
}

.nice-box {
  width: 48%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 2em;
  box-shadow: 10px 10px 0px 0px rgba(0, 179, 255, 0.40);
}

.nice-box.w100 {
  width: 100%;
}

.nice-box .nicechool {
  text-align: center;
  font-family: "Shin Go DeBold";
  font-size: 1em;
  margin-bottom: 1.5rem;
}

.nice-box p.nicename {
  font-family: "Shin Go Regular";
  text-align: center;
  line-height: 1.4;
}

.nice-box p.nicetitle {
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  background-color: rgba(225, 255, 234, 1.00);
  box-sizing: border-box;
  font-weight: 600;
  font-size: 0.9em;
  border-radius: 6px;
}

@media print, screen and (max-width:820px) {
  .cont10 {
    margin: 10vw auto 0 auto;
    border-radius: 20vw;
  }

  .cont10-box {
    margin: 4vw auto 0 auto;
  }

  .nice-box .niceschool {
    font-size: 2.4vw;
  }
}

@media print, screen and (max-width:640px) {
  .cont10-box {
    padding: 8vw 4vw 4vw;
    border-radius: 10vw;
  }

  .readtxt {
    font-size: 6vw;
    margin-bottom: 4vw;
  }

  .readtxt p {
    font-size: 4.5vw;
  }

  .nice-box-ttl {
    font-size: 7vw;
    margin-bottom: 6vw;
  }

  .nice-box {
    flex-direction: column;
    align-items: center;
  }

  .nice-box {
    width: 100%;
    border-radius: 10px;
    padding: 4vw;
    margin-bottom: 8vw;
  }

  .nice-box .niceniceschool {
    width: 100%;
    font-size: 4vw;
  }

  .nice-box p.nicetitle {
    padding: 2vw;
    font-size: 0.9em;
    border-radius: 6px;
  }
}

/* =============================================
 cont11　FINAL GANE
============================================= */
.cont11 {
  width: 100%;
  padding: 80px 0;
  margin: 80px 0 0 0;
  background: linear-gradient(90deg, rgba(248, 255, 0, 0.60) 0%, rgba(255, 166, 0, 0.60) 100%);
  box-sizing: border-box;
  border-top-right-radius: 140px;
  border-bottom-left-radius: 140px;
}

.cont11-box {
  width: 88%;
  max-width: 960px;
  margin: 0 auto;
}

.txtbox {
  margin: 0 auto 40px;
}

.final_info {
  font-size: 2.6rem;
  color: #FF4F00;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.school-wrap {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
}

.school-box {
  width: 45%;
  padding: 2rem 1rem;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 4rem;
  box-shadow: 10px 10px 0px 0px rgba(255, 166, 0, 0.80);
  border: 4px solid rgba(255, 150, 0, 1.00);
  box-sizing: border-box;
  position: relative;
}

.finalist {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 30%;
  max-width: 150px;
}

.school-box:nth-child(2), .school-box:nth-child(3) {
  border-color: #FE4113;
  box-shadow: 10px 10px 0px 0px rgba(255, 31, 0, 0.80);
}

.school-box h2 {
  font-size: 2rem;
  /*    color: #1875cf;*/
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
.school-box.firstprize h2 {
  padding-left: 1.5em;
}

.school-box h2 span {
  font-size: 0.8em;
  display: block;
  margin: 0.8rem 0;
  width: 100%;
}

.school-box-info {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.school-box-img {
  width: 90%;
  margin: 0 auto 10px auto;
}

.school-box-img img {
  width: 100%;
}

.school-box-txt {
  width: 90%;
  margin: 0 auto 10px auto;
}

.school-box-txt p {
  font-size: 1.6rem;
}

.school-box-txt p.name {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.school-box-txt p.name span {
  font-size: 0.8em;
  font-weight: normal;
}

/*.school-box-txt p.name span::before{
    content: "(";
}
.school-box-txt p.name span::after{
    content: ")";
}
*/
.school-box-txt p.article {
  padding: 10px;
  text-align: center;
  line-height: 1.4;
  background-color: rgba(255, 248, 164, 1.00);
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1em;
}
.school-box-txt span {
  display: inline-block;
}

.school-box.firstprize {
  border: 4px solid #FFF500;
  box-sizing: border-box;
  position: relative;
}

.school-box.firstprize::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../img/common/prize1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -40px;
  z-index: 100;
}

.prize_result {
  width: 100%;
  margin: 0 auto 20px;
  background: url("../img/common/prize_bg.png") no-repeat;
  background-size: 100% 100%;
  /*    background: linear-gradient(90deg, rgba(255,198,0,0.80) 0%, rgba(255,110,0,0.80) 100%);*/
  font-family: "UD Shin Go Heavy";
  font-weight: bold;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}

/*.prize_result span::before{
 content: "";
 display: inline-block;
 width: 90px;
    height: 40px;
 background-image:url("../img/common/prize_bg.png");
    background-repeat: no-repeat;
 background-size: contain;
 vertical-align: middle;
}
  */
@media print, screen and (min-width:1150px) {
  .cont11 {
    border-top-right-radius: 250px;
    border-bottom-left-radius: 250px;
  }
}

@media print, screen and (max-width:820px) {
  .cont11 {
    padding: 6vw 0;
    margin: 10vw auto 0 auto;
  }

  .school-wrap {
    width: 100%;
    flex-direction: column;
  }

  .school-box {
    width: 100%;
  }

  .school-box h2 {
    font-size: 2.4vw;
  }
}

@media print, screen and (max-width:640px) {
  .cont11 {
    padding: 12vw 0;
    margin: 16vw auto 0 auto;
  }

  .cont04-box {
    width: 90%;
  }

  .final_info {
    font-size: 6vw;
  }

  .school-box h2 {
    font-size: 5vw;
  }

  .school-box-info {
    justify-content: center;
    flex-direction: column;
  }

  .school-box-img {
    width: 100%;
    margin-bottom: 4vw;
  }

  .school-box-txt {
    width: 100%;
  }

  .school-box-txt p.name {
    text-align: center;
    line-height: 1.4
  }

  .school-box:nth-child(odd) {
    box-shadow: 10px 10px 0px 0px rgba(255, 166, 0, 0.80);
  }

  .school-box:nth-child(even) {
    border-color: #FE4113;
    box-shadow: 10px 10px 0px 0px rgba(255, 31, 0, 0.80);
  }

  .school-box.firstprize::before {
    width: 25vw;
    height: 25vw;
    top: -2vw;
    left: -5vw;
  }
}

/* =============================================
 join
============================================= */
.join {
  width: 100%;
  margin: 0;
}

.join-box {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.join-wrap {
  width: 100%;
  margin: 4vw auto;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 4vw;
  border: 2px solid #1875cf
}
.join-wrap.bg_expo2025 {
  background: url(../../2025/img/common/bg_entry_2025_top.png) top no-repeat, url(../../2025/img/common/bg_entry_2025_bot.png) bottom no-repeat #fff;
  background-size: contain;
}
.join-wrap .link:hover{
  opacity: 0.5;
}
/**/
.logo_expo2025{
  width: 70%;
  max-width: 416px;
}
.bnr_expo2025{
  margin-bottom: 15px;
  display: inline-block;
}
.bnr_expo2025 img {
  border: 2px solid #ff0084;
}
.bnr_expo2025:hover img {
  transform: scale(1.05, 1.05);
}
/**/
.joinbox {
  width: 100%;
  margin: 0 auto 10vw;
}

.joinbox p {
  font-size: 1.8rem;
}

.joinbox:last-child {
  margin: 0 auto;
}

.join-ttl {
  font-size: 5vw;
  width: 100%;
  padding-bottom: 1rem;
  margin: 0 auto 20px;
  border-bottom: 4px solid #1875cf;
  text-align: center;
  color: #1875cf;
  line-height: 1.2;
}
.join-ttl span{
  display: inline-block;
}
.join-ttl.noborder {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.join-ttl.small {
  font-size: 4.5vw;
}

.pointP {
  color: #FF54CE;
}

.joinimg {
  width: 80%;
  margin: 0 auto;
}

dl.joinifo {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  line-height: 1.8;
  margin-top: 2em;
}

dl.joinifo dt {
  flex-basis: 25%;
  padding: 0.5em;
  background-color: #CEEEFF;
  border-bottom: 1px solid #66DAFF;
  box-sizing: border-box;
  text-align: center;
}

dl.joinifo dd {
  flex-basis: 75%;
  padding: 0.5em;
  border-bottom: 1px solid #66DAFF;
  box-sizing: border-box;
}

dl.joinifo dd:first-of-type, dl.joinifo dt:first-of-type {
  border-top: 1px solid #66DAFF;
}

.broadlist {
  padding: 1em;
  text-align: center;
  background: linear-gradient(90deg, rgba(56, 188, 254, 0.2) 0%, rgba(228, 6, 117, 0.2) 100%);
  margin-bottom: 1em;
}
.broadlist.bg_02 {
  background: linear-gradient(90deg, rgb(94 230 126 / 20%) 0%, rgb(51 159 229 / 20%) 100%);
}

.broadlist p {
  margin-bottom: 0;
  font-family: "UD Shin Go Medium";
  /* font-size: 0.9em; */
}
.broadlist p + p {
  margin-top: 1.5rem;
}

.broadlist p span {
  font-family: "UD Shin Go Heavy";
}

.joinbox .broadlist:last-of-type {
  margin-bottom: 0;
}

.box_bl {
  padding: 1em;
  margin-bottom: 30px;
  background: #def5ff;
  box-sizing: border-box;
  border-radius: 10px;
}

.joinbox .expo_copy{
  width: 55%;
  max-width: 317px;
  margin: 0 auto 1em;
  font-size: 0.75em;
  text-align: right;
}

@media print, screen and (max-width: 640px) {
  .broadlist {
    padding: 0.5em;
  }
  .joinbox p {
    font-size: 3.6vw;
  }

  .joinbox p.txtL {
    font-size: 4.2vw;
    line-height: 1.8
  }

  .pointP {
    display: block;
    text-align: center;
  }

  dl.joinifo {
    flex-flow: column;
    margin-top: 1em;
  }

  dl.joinifo dt, dl.joinifo dd {
    flex-basis: 100%;
  }

  dl.joinifo dt {
    text-align: center;
  }

  dl.joinifo dd:first-of-type {
    border-top: none;
  }
}

@media print, screen and (min-width:641px) {
  .join-wrap {
    margin: 40px auto 0 auto;
    border-radius: 40px;
    padding: 40px;
  }

  .join-ttl {
    font-size: 4rem;
  }

  .join-ttl.small {
    font-size: 3rem;
  }

  .joinbox {
    margin: 0 auto 80px;
  }
}

/* =============================================
 contp_01
============================================= */
.cont-p01 {
  width: 100%;
  margin: 0;
}

.cont-p01-box {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.page-ttl {
  font-size: 8vw;
  width: 100%;
  padding-bottom: 1rem;
  margin: 0 auto 20px;
  border-bottom: 4px solid #1875cf;
  text-align: center;
  color: #1875cf;
}

.page-subttl {
  font-size: 1.4em;
  color: #da0f70;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.page-info {
  width: 100%;
  background: linear-gradient(90deg, rgba(104, 210, 255, 0.3) 0%, rgba(223, 141, 255, 0.3) 100%);
  border-radius: 10px;
  padding: 4vw;
  box-sizing: border-box;
}

.txtL {
  font-size: 4.5vw;
  font-weight: bold;
}
.fs_adjust {
  font-size:1.2em;
}
.fc_red {
  color: #e60012;
}
.fc_black {
  color: #000;
}
.ta_center{
  text-align: center;
}
.week {
  margin: 0 -0.5em;
  display: inline-block;
}
@media print, screen and (min-width:641px) {
  .page-entry-wrap {
    margin: 0 auto 80px auto;
    border-radius: 40px;
    padding: 40px;
  }

  .page-ttl {
    font-size: 4rem;
  }

  .page-info {
    padding: 20px;
  }

  .txtL {
    font-size: 1.2em;
  }
}

/* =============================================
 contp_01
============================================= */
.page-entry-wrap {
  width: 100%;
  margin: 0 auto 8vw auto;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 4vw;
}

.entrybox {
  width: 100%;
  margin: 10vw auto 10vw;
}

.entrybox p {
  font-size: 1.8rem;
}

.entrybox:last-child {
  margin: 0 auto;
}

ul.entry-list {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

ul.entry-list li {
  padding-left: 1.25em;
  padding-bottom: 1em;
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1.25em;
}

ul.entry-list li:last-child {
  padding-bottom: 0;
}

.tbl-schedule {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border: solid 1px #FF008E;
  text-align: center;
  line-height: 1.5
}

.tbl-schedule tr {}

.tbl-schedule th {
  background: linear-gradient(90deg, rgba(255, 104, 202, 1) 0%, rgba(180, 10, 126, 1.00) 100%);
  border-bottom: solid 1px #ffff !important;
  color: #fff;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  box-sizing: border-box;
}

.tbl-schedule td {
  border-bottom: 1px solid #FF008E;
  border-right: none;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
}

.tbl-schedule tr:last-child td:last-child, .tbl-schedule tr:last-child th:last-child {
  border-bottom: none;
}

.tbl-schedule td p {
  text-align: left;
  font-weight: normal;
}

.entry_txtinfo {
  width: 100%;
  padding: 1em 0.5em;
  background: linear-gradient(90deg, rgba(248, 255, 0, 0.60) 0%, rgba(255, 166, 0, 0.60) 100%);
  box-sizing: border-box;
  margin: 5vw auto 15vw;
  font-weight: bold;
  border: 1px solid #FFED00;
  border-radius: 10px;
  text-align: center;
  font-size: 1.1em
}

@media print, screen and (max-width: 640px) {
  .entrybox p {
    font-size: 4vw;
  }

  .entrybox p.txtL {
    font-size: 4vw;
    line-height: 1.8
  }

  ul.entry-list li {
    font-size: 4vw;
  }

  .tbl-schedule {
    width: 100%;
    margin: 0 auto;
    font-size: 4.25vw;
  }

  .tbl-schedule th, .tbl-schedule td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width:641px) {
  .page-entry-wrap {
    margin: 0 auto 80px auto;
    border-radius: 40px;
    padding: 40px;
  }

  .entrybox {
    margin: 80px auto 80px;
  }

  .entry_txtinfo {
    margin: 40px auto 80px;
  }
}

/* =============================================
 contp_01　sponcer
============================================= */
.page-sponcer-wrap {
  width: 100%;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.page-sponcer-box {
  width: 46%;
  text-align: center;
  box-sizing: border-box;
}

.page-main1 {
  width: 80%;
}

.page-sponcer-box h2 {
  font-size: 2rem;
  /*    color: #1875cf;*/
  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.page-sponcer-box h2 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 0.5rem;
}

.page-sponcer-box-info {
  width: 100%;
  box-sizing: border-box;
}

.page-sponcer-box-img {
  width: 100%;
  margin: 0 auto;
}

.page-sponcer-box-img img {
  width: 100%;
}

.page-sponcer-box-txt {
  width: 100%;
  margin: 1rem auto 0;
}

.page-sponcer-box-txt p {
  font-size: 1.4rem;
  text-align: left;
}

.video-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}

.video-wrap.size_adjust {
  max-width: inherit;
  margin: 0;
}

@media print, screen and (max-width:820px) {
  .page-sponcer-wrap {
    margin-bottom: 4vw;
    justify-content: space-between;
  }

  .page-sponcer-box h2 {
    font-size: 3vw;
  }

  .page-main1 {
    width: 100%;
  }
}

@media print, screen and (max-width:640px) {
  .page-sponcer-wrap {
    justify-content: center;
    flex-direction: column;
  }

  .page-sponcer-box {
    width: 100%;
    margin-bottom: 10vw;
  }

  .page-sponcer-box h2 {
    font-size: 5vw;
  }
}

@media print, screen and (min-width:640px) {
  .page-sponcer-wrap.sp02 {
    justify-content: space-between;
  }
}

/* ------------------------------------
 * entry
------------------------------------ */
.entrybnr {
  position: fixed;
  top: 200px;
  right: -40px;
  z-index: 1000;
}

.entrybnr img {
  width: 250px;
}

@media print, screen and (max-width:1400px) {
  .entrybnr img {
    width: 30vw;
    max-width: 180px;
  }
}

@media print, screen and (max-width:1200px) {
  .entrybnr {
    top: auto;
    bottom: 2vw;
    right: -3vw;
  }
}

@media print, screen and (max-width:640px) {
  .entrybnr {
    bottom: 15vw;
    right: -4vw;
  }

  .entrybnr img {
    width: 35vw;
  }
}

/* ------------------------------------
 * footer
------------------------------------ */
.footer_wrap {
  background: #000000;
}

.footer {
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.footer_copy {
  font-size: 0.875rem;
  color: #fff;
}

.footer_copy a {
  color: #fff !important;
}

.footer .pageTop {
  width: 4em;
  position: absolute;
  top: -3vw;
  right: 3vw;
  z-index: 100;
}

.footer .pageTop a {
  height: 4em;
  width: 4em;
  display: block;
  position: relative;
  top: 0;
  transition: .3s;
  background-color: #00A3FF;
}

.footer .pageTop a:before {
  content: '';
  width: 2em;
  height: 2em;
  margin-top: -0.5em;
  margin-right: -1em;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 50%;
}

@media print, screen and (min-width:1401px) {
  .footer .pageTop {
    right: 30px;
  }

  .footer .pageTop a:hover {
    position: relative;
    top: -12px;
  }
}

a.alink {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

@media print, screen and (max-width:1400px) {
  .footer .pageTop {
    width: 3em;
    top: -5vw;
    right: 30px;
  }
}

/* ------------------------------------
 * バナー
------------------------------------ */
.topbnr {
  width: 100%;
  margin: 10vw auto 0;
  display: flex;
  justify-content: center;
}

.topbnr img {
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
}

.topbnr a:hover img {
  transform: scale(1.05, 1.05);
  background: linear-gradient(90deg, rgba(254, 228, 55, 1.00) 0%, rgba(87, 255, 53, 1.00) 100%);
  transition: 1s all;
}

@media print, screen and (min-width:1024px) {
  .topbnr {
    margin: 80px auto 0;
  }
}

/* ------------------------------------
 * mainイメージ
------------------------------------ */
.main-img-box {
  width: 100%;
  margin: -40px auto 8vw auto;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #CAECED;
  box-shadow: 0 6px 6px 0 rgba(35, 127, 155, 0.50);
}

.main-img-box img {
  width: 100%;
}

.main-img-box.of_hidden {
  overflow: hidden;
}

/*.fadeup {
  animation: fadeup 0.5s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
 
@keyframes fadeup {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}*/
@media print, screen and (min-width:641px) {
  .main-img-box {
    width: 96%;
    max-width: 960px;
    margin: 0 auto 60px auto;
    border-radius: 20px;
  }

  .main-img-box img {
    width: 100%;
    max-width: 960px;
    border-radius: 20px;
  }
}

/* ------------------------------------
 * animation
------------------------------------ */
@media print, screen and (min-width:641px) {
  .fadein {
    opacity: 0.8;
    transform: translate(0, 80px);
    transition: all 20ms;
  }

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

  #effect2&gt;div .fadein:nth-of-type(2) {
    -moz-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
  }

  /* 3つ目の要素に400msのdelayをかける */
  #effect2&gt;div .fadein:nth-of-type(3) {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
  }

  #effect2&gt;div .fadein:nth-of-type(4) {
    -moz-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
  }
}

/* ------------------------------------
 * end
------------------------------------ */
.endwrap {
  margin: 0 auto;
}

.endwrap_txt {
  font-size: 1.2em;
  color: #FF0084;
  text-align: center;
  line-height: 1.5;
  padding: 10px;
  border: 2px solid #FF0084;
  margin-bottom: 60px;
  font-family: "UD Shin Go Heavy";
}

.endwrap_txt a {
  color: #FF0084;
}

/* =============================================
 見逃しバナー
============================================= */
.delivery_list_wrap {
  width: 96%;
  max-width: 1300px;
  margin: 4vw auto 0;
  padding: 4vw 0;
  background: rgba(0, 0, 0, 0.90);
  position: relative;
  border-radius: 6vw;
}

.delivery_list {
  width: 88%;
  margin: 0 auto;
}

.delivery_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.delivery_list li a {
  display: block;
  box-sizing: border-box;
  text-align: center;
  transition: all .3s;
  border: 1px solid #ccc;
}

.delivery_list li {
  width: 48%;
  margin: 0 0 10px;
}

.delivery_list li:nth-child(3), li:nth-child(4) {
  margin-bottom: 0;
}

.delivery_list li:nth-child(3) {
  width: 100%;
}

.delivery_list li img {
  width: 100%;
}

@media print, screen and (min-width:1024px) {
  .delivery_list_wrap {
    border-radius: 100vh;
    margin-top: -20px;
    padding: 20px 0;
  }

  .delivery_list ul {
    justify-content: center;
  }

  .delivery_list li {
    width: 23%;
    margin: 0 1%;
  }

  .delivery_list li:nth-child(3) {
    width: 46%;
  }
}

/* バナーオンマウス */
@media print, screen and (min-width:1024px) {
  .delivery_list li a:hover {
    transform: scale(1.05);
  }
}

/* =============================================
 スライド
============================================= */
.slide-items {
  width: 100%;
  display: flex;
  margin: auto;
}

.slide-items li {
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

/* =============================================
 メインビジュアルバナー
============================================= */
.top_innarbnr {
  width: 86vw;
  margin: 7vw auto;
}

.top_innarbnr img {
  width: 100%;
  border: 2px solid #fff;
}

.top_innarbnr a:hover img {
  opacity: 1;
  transform: scale(1.05, 1.05);
}

@media print, screen and (min-width:641px) {
  .top_innarbnr {
    margin: 0;
    position: absolute;
    width: min(50%, 660px);
    bottom: 17%;
    right: 4%;
  }
}</pre></body></html>