@charset "UTF-8";

/*-----------------------------
 common
-------------------------------*/
:root {
	--gray1    : #707070; /*濃グレーバック var(--gray1)*/
	--gray2    : #F7F7F7; /*薄グレーバック var(--gray2)*/
	--border   : #D3D3D3; /*ボーダー var(--border)*/
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  font-size: calc(100vw / 375 * 13); /* 13px相当 */
  letter-spacing: 0.08em;
}

html[lang=ja] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", Meiryo, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 20px;
    scroll-padding-top: 95px;
  }
}

body {
  font-feature-settings: "palt";
  color: #000000;
  font-weight: 400;
  text-align: left;
  margin: 11% auto 0;
}

body.menu_open {
  height: 100%;
  overflow: hidden;
}

@media (min-width: 768px) {
  body {
    margin: 95px auto 0;
  }
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 1px #0017C7 solid;
}

div.pdfemb-viewer {
  z-index: 1;
}

#root {
  /*overflow: hidden;*/
}

.wrap {
  margin: 0 auto;
  position: relative;
  background: url("../images/back1.png") repeat;
}

.wrap .mincho {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.wrap * {
  box-sizing: border-box;
}

.contentWrap {
  max-width: 1024px;
  margin: 0 auto;
}

.contentWrap img {
  max-width: 100%;
  height: auto;
}

.contentWrap a,
.contentWrap a::before,
.contentWrap a::after,
.contentWrap a img {
  text-decoration: underline;
  color: #0017C7;
  font-weight: 700;
}

.contentWrap a:hover {
  text-decoration: none;
}

.contentWrap a:hover img {
  opacity: 0.8;
}

.contentWrap p {
  line-height: 2.2;
}

.contentWrap p+p {
  margin-top: 1em;
}

.contentWrap li>p {
  margin-top: 0;
}

.contentWrap em {
  font-style: normal;
  letter-spacing: 0.2em;
}

.contentWrap sup {
  font-size: 60%;
  vertical-align: text-top;
}

.contentWrap p small {
  font-size: 80%;
}

.contentWrap .center {
  text-align: center !important;
}

.contentWrap .center img {
  margin: auto;
}

.contentWrap .left {
  text-align: left !important;
}

.contentWrap .right {
  text-align: right !important;
}

.contentWrap .note {
  font-size: 80%;
  text-align: left;
  margin-top: 2em;
}

.contentWrap .note li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 2.5;
}

.contentWrap ruby {
  position: relative;
  word-spacing: normal;
}

.contentWrap ruby rt {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  white-space: nowrap;
  word-spacing: normal;
}

.flex {
  display: flex;
}
.flex.item2 {
  flex-wrap: wrap;
  gap: 20px;
}
.flex.item2>li {
  width: calc((100% - 20px) / 2);
}
.flex.item3 {
  flex-wrap: wrap;
  gap: 19px;
}
.flex.item3>li {
  width: calc((100% - 38px) / 3);
}
.flex.item4 {
  flex-wrap: wrap;
  gap: 12px;
}
.flex.item4>li {
  width: calc((100% - 36px) / 4);
}

@media (max-width: 768px) {
  .flex.item2.sp1 li,
  .flex.item3.sp1 li,
  .flex.item4.sp1 li {
    width: 100%;
  }
  .flex.item3.sp2 li,
  .flex.item4.sp2 li {
    width: calc((100% - 19px) / 2);
  }
}

.flex.btn {
  justify-content: center;
}

.flex.btn li {
  margin: 0 2%;
}

.imgArea>div {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}

.required {
  color: #EB0000;
  font-weight: 400;
}

.accordion dt {
  transition: all 0.3s ease-out;
}

.accordion dt:hover {
  opacity: 0.9;
  cursor: pointer;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 5;
}

.pagetop a {
  display: block;
  width: 23px;
  height: 144px;
  background: url("../images/top.svg") no-repeat;
  background-size: contain;
}

.pagetop a span {
  display: none;
}

.pagetop a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .pagetop {
    bottom: 50px;
    right: 10px;
  }

  .pagetop a {
    width: 18px;
    height: 120px;
    padding: 0;
  }

  .pagetop a span {
    display: none;
  }

  .pagetop a::after,
  .pagetop a::before {
    top: 14px;
    width: 1px;
    height: 14px;
  }

  .contentWrap p {
    letter-spacing: 0;
  }

  .contentWrap em {
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 1330px) {
  .pc.wide {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

#logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9000;
}

#logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*display: none;*/
  z-index: 9999;
  width: 80%;
  max-width: 600px;
}

#logo_fadein p img {
  width: 100%;
  height: auto;
}

/*-----------------------------
Header
-------------------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 6;
}

#header #fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1800px;
  z-index: 100;
  padding: 0 10px;
}

#header #fixed .flex {
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

#header #fixed .flex::after {
  content: "";
  display: block;
  background: rgb(255, 255, 255);
  width: 100vw;
  height: 95px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#header #fixed #subitem {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header #fixed #subitem img {
  height: 60px;
  width: auto;
  margin-top: 5px;
}

#header #logo {
  padding: 0;
  margin: 0;
}

#header #logo a {
  display: block;
}

#header #logo a img {
  height: 75px;
  width: auto;
}

@media screen and (max-width: 768px) {
  #header #logo a img {
    height: 33px;
    width: auto;
  }

  #header #fixed {
    background: #fff;
  }

  #header #fixed .flex {
    padding: 2% 0;
  }

  #header #fixed .flex::after {
    content: "";
    display: none;
  }

  #header #fixed #subitem .selectdiv {
    margin-left: 0;
    margin-right: 14px;
    max-width: 105px;
  }

  #header #fixed #subitem img {
    height: 30px;
    width: auto;
    margin-top: 3px;
  }
}

/*-----------------------------
Footer
-------------------------------*/
#footer {
  padding: 16px 0;
  background: #000;
}

#footer .role_inner {
  padding: 0 5%;
  color: #ffffff;
}

#footer .contentWrap {
  max-width: 1800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer #copyright {
  letter-spacing: 0.04em;
}

#footer #organization img {
  vertical-align: middle;
  height: 31px;
  width: auto;
}

#footer .wrap {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.2;
  background: #000;
}

#footer .wrap ul {
  display: flex;
  margin-bottom: 0.3em;
}

#footer .wrap ul li {
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-left: 1px #fff solid;
}

#footer .wrap ul li:first-child {
  padding-left: 0;
  border-left: none;
}

#footer .wrap ul li a {
  color: #fff;
  text-decoration: none;
}

#footer .wrap ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 8% 0 5%;
  }

  #footer .role_inner {
    text-align: center;
  }

  #footer .contentWrap {
    display: block;
    justify-content: space-between;
  }

  #footer #copyright {
    font-size: 0.692rem;
  }

  #footer #organization {
    padding: 5% 4%;
    text-align: center;
  }

  #footer #organization img {
    height: 23px;
    width: auto;
    margin: auto;
  }

  #footer .wrap ul {
    display: block;
    margin-bottom: 1em;
  }

  #footer .wrap ul li {
    font-size: 0.769rem;
    padding: 0 0 0.5em;
    border: none;
  }
}

/*-----------------------------
mv
-------------------------------*/
.home .mv {
  padding: 0;
}

.home .mv .contentWrap {
  max-width: 1800px;
  padding: 0;
  position: relative;
}

.home .mv h1 {
  width: 30.55%;
  max-width: 550px;
  padding: 0;
  position: absolute;
  top: 8%;
  left: 12%;
  z-index: 1;
}

.home .mv h1 img {
  width: 100%;
  height: auto;
}

.home .mv p {
  width: 36.5%;
  max-width: 650px;
  position: absolute;
  bottom: 4%;
  left: 12%;
  z-index: 1;
}

.home .mv figure img {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .home .mv h1 {
    width: 62%;
    top: 16%;
    left: 4%;
  }

  .home .mv p {
    width: 80%;
    bottom: 5%;
    left: 6%;
  }
}

/*-----------------------------
section setting
-------------------------------*/
section {
  padding: 0 5%;
}

h1 {
  margin: 0 auto 1em;
  font-size: 2.125rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  line-height: 2.2;
  word-break: keep-all;
  text-wrap: balance;
}

h1 span {
  display: inline-block;
}

h2 {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 80px;
  position: relative;
}

h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  margin: auto;
  top: 100%;
  left: 0;
  right: 0;
}

h2 img {
  margin: auto;
}

h3 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5;
  word-break: auto-phrase;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.6;
  word-break: auto-phrase;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 768px) {
  h1 {
    margin: 0 auto 1em;
  }
  h2 {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  h2::after {
    content: "";
    height: 25px;
  }
  section h2 img {
    height: 35px !important;
    width: auto;
  }
  section h3 {
    font-size: 1.23rem;
  }
  section h4 {
    font-size: 1.125rem;
  }
}

/* -----------------Margin---------------------- */
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 4% !important;
  }
	.mb20 {
		margin-bottom: 6% !important;
	}
  .mb30 {
    margin-bottom: 10% !important;
  }
  .mb50 {
    margin-bottom: 13% !important;
  }
  .mb60 {
    margin-bottom: 20% !important;
  }
  .mb100 {
    margin-bottom: 26% !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 4% !important;
  }
	.mt20 {
    margin-top: 6% !important;
  }
  .mt30 {
    margin-top: 10% !important;
  }
  .mt50 {
    margin-top: 13% !important;
  }
  .mt60 {
    margin-top: 20% !important;
  }
  .mt100 {
    margin-top: 26% !important;
  }
}

.line {
  margin-top: 1.875rem;
  border-bottom: 1px var(--border) solid;
}

.linedot {
  margin-top: 1.875rem;
  border-bottom: 1px var(--border) dashed;
}

.txtbox {
  background-color: var(--gray2);
  padding: 1.25rem;
  margin-top: 1.875rem;
}

.txtbox .header {
  background-color: var(--gray1);
  padding: 0.5em;
  color: #fff;
  font-weight: 700;
  line-height: 2.2;
}

.table {
  margin-top: 1rem;
  border-collapse: collapse;
  border: 1px var(--border) solid;
}

.table th,
.table td {
  padding: 1em;
  border: 1px var(--border) solid;
  line-height: 2.2;
}

.table thead th {
  background-color: var(--gray1);
  color: #fff;
}

.table.striped th,
.table.striped td {
  border-top: none;
  border-bottom: none;
}

.table.striped tr:nth-child(even) {
  background-color: var(--gray2);
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .table .fixed {
    position: sticky;
    left: 0;
  }
}

.imgbox {
  max-width: 900px;
  margin: 0.625rem auto 0;
}

.imgbox2 {
  display: flex;
  margin: 0.625rem auto 0;
  flex-wrap: wrap;
  gap: 20px;
}

.imgbox2>li {
  width: calc((100% - 20px) / 2);
}

.imgbox3 {
  display: flex;
  margin: 0.625rem auto 0;
  flex-wrap: wrap;
  gap: 19px;
}

.imgbox3>li {
  width: calc((100% - 38px) / 3);
}

.imgbox4 {
  display: flex;
  margin: 0.625rem auto 0;
  flex-wrap: wrap;
  gap: 12px;
}

.imgbox4>li {
  width: calc((100% - 36px) / 4);
}

.imgbox-txt-left,
.imgbox-txt-right {
  display: flex;
  margin: 0.625rem auto 0;
  flex-wrap: wrap;
  gap: 20px;
}

.imgbox-txt-left>li,
.imgbox-txt-right>li {
  width: calc((100% - 20px) / 2);
}

@media (max-width: 768px) {

  .imgbox-txt-left li,
  .imgbox-txt-right li {
    width: 100%;
  }
}

.float_img {
  overflow: hidden;
}

.img_left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.img_right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .img_left {
    display: block;
    width: 50%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }

  .img_right {
    display: block;
    width: 50%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
}

.videowrap {
  max-width: 1024px;
  margin: 0 auto;
}
.videowrap .video {
  width: 100%;
  aspect-ratio: 16/9;
}
.videowrap .video iframe {
  width: 100%;
  height: 100%;
}
.videowrap .caption {
  margin-top: 0;
  line-height: 2.2;
}

/*-----------------------------
HOME
-------------------------------*/
.home section {
  padding: 120px 5% 120px;
}

@media screen and (max-width: 768px) {
  .home section {
    padding: 14% 5% 14%;
  }
}

.home .movie {
  /*background: #000000;*/
	padding: 2% 5%;
}

.home .celebration {
  background: #f3e8d6;
	padding: 70px 5% 30px;
}
.home .celebration h3 {
	font-weight: 500;
  font-size: 2.7rem;
}
.home .celebration h3 span {
  font-size: 80%;
}
.home .celebration ul {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 26px;
	margin-top: 5%;
}
.home .celebration ul>li {
  width: calc((100% - 52px) / 3);
}
.home .celebration .ap2 {
	text-align: right;
	margin-right: -15%;
}
.home .celebration .ap2 img {
	display: inline-block;
}
.home .celebration ul a:hover img {
	opacity: 1;
	transform: rotate(-3deg);
}
.home .celebration ul p {
	text-align: right;
	font-size: 70%;
}
@media screen and (max-width: 1460px) {
	.home .celebration .ap2 {
		margin-right: 0;
		padding-top: 2%;
	}
}
@media screen and (max-width: 768px) {
	.home .celebration h3 {
		font-size: 1.6rem;
	}
	.home .celebration ul {
		display: flex;
		gap: 15px 10px;
		justify-content: center;
	}
	.home .celebration ul>li {
		width: calc((100% - 10px) / 2);
	}
	.home .celebration .ap2 {
		margin-right: 0;
		padding-top: 0;
	}
	.home .celebration .ap1 img,
	.home .celebration .ap2 img {
		width: 80%;
		height: auto;
	}
}
.modaal-container {
  background: url("../images/back1.png") repeat;
	border-radius: 10px;
}
.modaal-content-container {
  padding: 5% 8% 4%;
}
.modaal-container h3 {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	text-align: center;
	font-size: 2rem;
}
.modaal-container h3 span {
  font-size: 80%;
}
.modaal-container p {
  line-height: 2;
}
.modaal-container .btnwrap {
	padding-top: 5%;
	text-align: center;
}
.modaal-container .js-modaal-close {
	display: inline-block;
	background: #f3e8d6;
	text-align: center;
	font-size: 1rem;
	line-height: 2;
	padding: 0 4em;
	border-radius: 1.5em;
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
	cursor: pointer;
}


.home .shindan .shindanlink {
	background: url("../images/shindanlink_bg.png") repeat;
	border-radius: 10px;
	padding: 4%;
	margin-top: 5%;
}
.home .shindan .shindanlink a:hover {
  filter: brightness(140%);
}
.home .shindan .cp {
	background: url("../images/cp_bg.png") repeat;
	border: #5ab860 4px solid;
	border-radius: 10px;
	padding: 5%;
	margin-top: 5%;
}
.home .shindan .period {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.home .shindan .period li {
	font-size: 1.4rem;
	line-height: 1;
	margin: 0 auto 0.5em;
	display: block;
	width: 18em;
}
.home .shindan .period li span {
	font-size: 80%;
}
.home .shindan .period li small {
	padding-left: 0.75em;
}
.home .shindan .period li::before {
	display: inline;
	content: "●";
	color: #92bfd7;
	font-size: 0.8rem;
	line-height: 1;
	vertical-align: middle;
	margin-right: 0.5em;
	padding-bottom: 0.2em;
}
.home .shindan .prize {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 740px;
}
.home .shindan .prize li {
	width: calc((100% - 30px) / 2);
	position: relative;
	border: #dfdfdf 2px solid;
	border-radius: 8px;
	background: #ffffff;
}
.home .shindan .prize li::before {
	content: "";
	display: block;
	width: 86px;
	height: 86px;
	background: url("../images/cp_item_badge.png") no-repeat;
	background-position: top right;
	background-size: contain;
	position: absolute;
	top: -8px; right: -8px;
}
.home .shindan a:hover {
  filter: brightness(110%);
}
@media screen and (max-width: 768px) {
	.home .shindan .cp h4 img {
		width: 50%;
		height: auto;
	}
	.home .shindan .period li {
		font-size: 1.2rem;
	}
	.home .shindan .prize li::before {
		width: 50%;
		height: 50%;
		top: -8px; right: -8px;
	}
}


.home .lineup {
	padding: 0 5% 120px;
}
.swiper {
	padding: 50px;
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background: #fff;
	border: #cdcdcd 2px solid;
	height: auto;
}
.swiper-slide a {
	display: block;
	height: 100%;
	padding: 5% 8%;
	color: #000000;
	text-decoration: none;
}
.swiper-slide-item {
	height: 100%;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.swiper-slide h3 span {
	font-size: 70%;
}
.swiper-slide .head.flex {
	width: 100%;
	justify-content: space-between;
	margin-bottom: 1%;
}
.swiper-slide .body.flex {
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.swiper-slide .body div:first-child {
	width: 22%;
	padding-top: 1.5%;
}
.swiper-slide .body div:last-child {
	width: 70%;
}
.swiper-slide .body p {
	font-weight: 400;
	font-size: 95%;
}
.swiper-slide .body img {
	border: #d0d0d0 1px solid;
	width: 100%;
	height: auto;
}
.swiper-pagination-bullet-active {
  background: #686868;
}
.swiper-button-next, .swiper-button-prev {
  color: #b4b4b4;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
	.home .lineup {
		padding: 0 0 14%;
	}
	.swiper {
		padding: 20px 40px 40px;
	}
	.swiper-slide .head div:last-child {
		width: 20%;
	}
	.swiper-slide .body div:first-child {
		width: 36%;
		padding-top: 3.5%;
	}
	.swiper-slide .body div:last-child {
		width: 55%;
	}
}


.home .character {
  background: url("../images/back2.png") no-repeat;
  background-size: cover;
}
.home .character .flex li:nth-child(1) {
  margin-right: 80px;
}
.home .character .runrun {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
.home .character .runbtn {
  display: inline-block;
  background-image: linear-gradient(90deg, rgb(224, 49, 68) 6%, rgb(230, 158, 9));
  padding: 0.8em 2em 1em;
  border-radius: 3em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.home .character .runbtn span {
  display: inline-block;
  vertical-align: middle;
}
.home .character .runbtn img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.home .character .runbtn:hover {
  filter: brightness(150%);
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }

  100% {
    transform: translateY(5%);
  }
}
@media screen and (max-width: 768px) {
  .home .character {
    background: url("../images/back2_sp.png") no-repeat;
    background-size: cover;
  }
  .home .character .flex {
    display: block;
    text-align: center;
  }
  .home .character .flex li:nth-child(1) {
    margin-right: 0;
  }
  .home .character .flex .runrun {
    width: 35%;
    margin: 5% auto;
  }
  .home .character .runbtn {
    padding: 0.8em 1.5em 1em;
    font-size: 1.2rem;
  }
  .home .character .runbtn img {
    margin-left: 10px;
    width: 28px;
    height: auto;
  }
}


.home .soon h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.home .soon h3::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 75px;
  background: url("../images/book.png") no-repeat;
  background-size: contain;
}
.home .soon h3::after {
  content: "";
  display: inline-block;
  width: 110px;
  height: 140px;
  background: url("../images/runrun.png") no-repeat;
  background-size: contain;
}
.home .soon .flex {
  justify-content: space-between;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .home .soon h3 {
    gap: 16px;
  }
  .home .soon h3::before {
    width: 60px;
    height: 34px;
  }
  .home .soon h3::after {
    width: 45px;
    height: 60px;
  }
  .home .soon .flex {
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
  }
  .home .soon .flex li {
    width: 75%;
  }
}


.home .news {
  padding-bottom: 0;
}
.home .news h2 {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.home .news h2::after {
  display: none;
}
.home .news .snswrap {
  max-width: 700px;
  margin: auto;
}
.home .sns {
  padding-bottom: 40px;
  text-align: center;
}
.home .sns h2 {
  padding-bottom: 0;
  margin-bottom: 40px;
}
.home .sns h2::after {
  display: none;
}
.home .sns .flex {
  width: 260px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.home .sns .flex li {
  width: 50%;
  text-align: center;
  position: relative;
}
.home .sns .flex li:first-of-type::before {
  content: "";
  display: block;
  height: 100%;
  width: 0;
  border-right: 1px solid #000;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .sns .flex li img {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .home .sns .flex {
    width: 50%;
  }
  .home .sns p {
    width: 50%;
    margin: auto;
  }
}












