@charset "utf-8";

a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
form,
h1,
h4,
h5,
h6,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

h2,
h3 {
  text-align: center;
  background: transparent;
  border: 0;
  font-style: normal;
  font-weight: normal;
  outline: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background-color: #ff0;
  color: #000;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}



/* =========== BASE =========== */



/* Section / Nav
------------------------------- */
section,
nav {
  display: block;
  position: relative;
}

/* ---------------------------- */
#content-wrap {
  width: 100%;
  margin: 0;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}

.sns {
  margin-left: 10px;
}

.center {
  text-align: center;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}


/* ===== project settings ===== */

:root {
  --purple: #5b246d;
  --mustard: #cfb900;
  --cream: #fffcdb;
  --blue: #008ad4;
  --yellow: #fff9bb;
}

html {
  font-size: 4.2666vw;
}

#innerWrap {
  color: #000;
}

/* ===== utility ===== */
.pcOnly {
  display: none !important;
}

.underline {
  display: inline;
  border-bottom: 1px solid currentColor;
  word-break: break-all;
}

.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}

.font-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.font-serif {
  font-family:
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho",
    serif;
  -webkit-text-stroke: 0.2px currentColor;
}
.font-sawa { font-family: "Sawarabi Mincho",serif; font-weight: 600;}


.sp\:text-12 {
  font-size: .75rem;
}

.sp\:text-13 {
  font-size: .8125rem;
}

.sp\:text-15 {
  font-size: .9375rem;
}

.sp\:text-18 {
  font-size: 1.125rem;
}

.sp\:text-21 {
  font-size: 1.3125rem;
}

.text-bold {
  font-weight: bold;
}

.text-black {
  color: #000;
}

.text-right {
  text-align: right;
}

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

/* ===== anchor ===== */

.anchor {
  display: block;
  pointer-events: none;
}

/* ===== mv ===== */
/*  SP  */
.mv {
  background-color: #000;
  padding-bottom: 3rem;
}

.mv-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: calc(695/375 * 100vw);
}

.mv-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/mv-bg-sp.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.mv h1,
.mv h2 {
  display: inline-block;
  z-index: 1;
}

.mv h1 {
  margin-top: 1rem;
  margin-left: 0px;
}

.mv h1 img {
  width: 105%;
}

.mv h2 img {
  height: 12.5rem;
  /* 200px */
}

.mv-sub-logos {
	display: flex;
	flex-wrap:wrap;
	align-items: center;
  gap: 1.5rem 1rem;
  justify-content: center;
  width: calc(320/375 * 100%);
  margin: 2rem auto;
}

.mv-sub-logos img:nth-child(1) {
	width:47%;
  height: calc(60/375 * 100vw);
	padding-left: 10vw;
}

.mv-sub-logos img:nth-child(2) {
	width:47%;
  height: calc(60/375 * 100vw);
	padding-right: 10vw;
}

.mv-sub-logos img:nth-child(3) {
/*
  display: block;
  margin-left: auto;
*/
	width: 22.5%;
  height: calc(54/375 * 100vw);
}

.mv-sub-logos img:nth-child(4) {
/*
  display: block;
  margin: 0 auto;
*/
	width: 65%;
  height: calc(43/375 * 100vw);
/*  grid-column: span 3;*/
}

.mv .lead {
  margin: 2.5rem 0 3rem;
}

.mv .lead p {
  font-size: 1rem;
  color: white;
  text-align: center;
  line-height: 1.6;
}

.mv-btns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 1rem;
  width: calc(335/375 * 100vw);
  margin: 0 auto;
}

.mv-btns a {
  width: calc(160/375 * 100vw);
}

.mv-btns a img {
  width: 100%;
}

/* ===== component ===== */

.box1 {
  width: calc(350/375 * 100vw);
  background-color: #5b246d;
  border-radius: calc(12/375 * 100vw);
  margin: 0 auto;
  padding: 1.25rem 1rem;
  color: white;
}

.sec h3 {
  width: calc(300/375 * 100vw);
  margin: 0 auto;
}

.list-indent1 li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ===== bg ===== */

.bg-byobu {
  background-image: url(../img/bg-byobu.jpg);
  background-repeat: repeat;
  background-size: calc(1500/375 * 100vw);
  background-position: 50% calc(1700/375 * 100vw);
}

.bg-sky {
  background-color: #ddf0fa;
}

.bg-smoke {
  background-image: url(../img/bg-smoke-left.svg), url(../img/bg-smoke-right.svg);
  background-position: left top, right top;
  background-repeat: repeat-y, repeat-y;
  background-color: #e9eff4;
}

/* ===== .sec1 ===== */
.sec1 {
  padding-top: 1rem;
}

.sec1 h2 {
  width: 100%;
  margin: 0 auto .75rem;
}

.sec1 .ol-sec1 {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  margin: 1.5rem 0 0;
}

.sec1 .ol-sec1 li {
  position: relative;
  padding-left: 60px;
  font-size: .9375rem;
  line-height: 1.45;
}

.sec1 .ol-sec1 li:nth-child(2) {}

.sec1 .ol-sec1 li:nth-child(3) {
  margin-top: .75rem;
}

.sec1 .ol-sec1 li:nth-child(3) a {
  word-break: break-all;
}

.sec1 .ol-sec1 li::before {
  content: "";
  position: absolute;
  left: 0;

  width: 41px;
  height: 63px;

  background-size: contain;
  background-repeat: no-repeat;
}

.sec1 .ol-sec1 li:nth-child(1)::before {
  background-image: url(../img/sec1-ol1-1.svg);
}

.sec1 .ol-sec1 li:nth-child(2)::before {
  background-image: url(../img/sec1-ol1-2.svg);
}

.sec1 .ol-sec1 li:nth-child(3)::before {
  background-image: url(../img/sec1-ol1-3.svg);
}

.sec1 .ol-sec1 li:nth-child(1) {
  display: flex;
  flex-direction: column;
}

.sec1 .ol-sec1 li:nth-child(1) img {
  width: calc(260/375 * 100vw);
  margin-bottom: .75rem;
}

/* ===== .sec2 ===== */
.sec2 {
  padding-top: 2.25rem;
}

.sec2 .lead {
  text-align: center;
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
}

.sec2 .lead p {
  font-size: 1rem;
  color: #5b246d;
}

.sec2 .stations {
  display: flex;
  flex-direction: column;
  row-gap: 1.75rem;
  margin: 1.5rem auto 2rem;
  padding: 0 2.5rem;
}

.ml-auto {
  margin-left: auto;
}

.sec2 .stations p:not(.sub-text) {
  font-size: .9375rem;
  border-bottom: 1px solid var(--mustard);
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: .4rem;
}

.sec2 .stations p strong {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}

.sec2 .stations p.sub-text {
  font-size: .9375rem;
  padding-top: .4rem;
}

.sec2 .stations>div {
  position: relative;
}

.sec2 .stations>div:nth-child(1) {
  width: calc(215/375 * 100vw);
}

.sec2 .stations>div:nth-child(2) {
  width: calc(200/375 * 100vw);
  transform: translateX(.25rem);
}

.sec2 .stations>div:nth-child(3) {
  width: calc(180/375 * 100vw);
  margin-top: .5rem;
}

.sec2 .stations>div:nth-child(4) {
  width: calc(200/375 * 100vw);
  margin-top: -.75rem;
}

.sec2 .stations>div:nth-child(1) .sec2-img1 {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translateX(100%);
  width: calc(78/375 * 100vw);
}

.sec2 .stations>div:nth-child(2) .sec2-img2 {
  position: absolute;
  top: 10px;
  left: 0;
  transform: translate(-104%, -28%);
  width: calc(143/375 * 100vw);
}

.sec2 .stations>div:nth-child(2) .sec2-img3 {
  position: absolute;
  bottom: 10px;
  right: 0;
  transform: translate(5%, 40%);
  width: calc(29/375 * 100vw);
}

.sec2 .stations>div:nth-child(2) .sec2-img4 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-70%, 115%);
  width: calc(70/375 * 100vw);

}

.sec2 .stations>div:nth-child(3) .sec2-img5 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(120%, 0);
  width: calc(136/375 * 100vw);
}

.sec2 .stations>div:nth-child(4) .sec2-img6 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, -5%);
  width: calc(123/375 * 100vw);
}


.sec2 .note {
  font-size: .75rem;
  color: inherit;
  margin: 0 1.5rem;
}

.sec2 .map {
  display: block;
  margin: 1.75rem auto 1.25rem;
  width: calc(330/375 * 100vw);
}

/* ===== .sec3 ===== */

.sec3 .lead {
  text-align: center;
  font-size: 1rem;
  margin-top: 1rem;
}

.sec3 .imgs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 .625rem;
  margin: 1rem auto 0;
}

.sec3 .dl1-wrapper {
  position: relative;
}


.sec3 .dl1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .75rem 1rem;
  margin-top: 1.5rem;
}

.sec3 .dl1 dt,
.sec3 .dl1 dd {
  text-align: center;

}

.dl1 dt>span {
  display: inline-block;
  color: var(--mustard);
  border: 1px solid var(--mustard);
  font-size: .9375rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 1.25em;
}

.sec3 .dl1 dt>span {
  width: 8em;
}

.sec3 .dl1 dd.dd1 .font-serif {
  font-size: 1.3125rem;
  font-weight: bold;
  letter-spacing: -.01em;
}

.sec3 .dl1 dd .sub-text {
  display: block;
  font-size: .9375rem;
}

.sec3 .dl1 dd:not(.dd1) {
  font-size: 1.75rem;
  font-weight: bold;
}

.dl1 dd.dd1 {
  padding-bottom: 6.5rem;
}

.dl1 dd.dd1 .font-serif {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}

.dl1 dd.dd1 .sub-text {
  margin-top: .25em;
}

.dl1 dd.dd1 .ml1 {
  margin-left: -.5em;
}

.dl1 dd.dd2 {
  display: inline-flex;
  align-items: center;
  gap: 0 .2rem;
}

.dl1 dd.dd2,
.dl1 dd.dd3 {
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  margin: -.75rem 0 0;
}

.dl1 .week {
  border-radius: 100vw;
  background-color: #fff;
  font-size: .6875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--purple);
  width: 1.25rem;
  height: 1.25rem;
  transform: translateY(-25%);
}

.speech-bubble-position {
  position: absolute;
  top: 9.25rem;
  left: .5rem;
  width: calc(300/375 * 100vw);
  height: calc(93/375 * 100vw);
  margin: 0 auto;
}

.sec3 .speech-bubble-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.sec3 .speech-bubble-text {
  content: "";
  position: absolute;
  top: .6em;
  left: 2.4em;
  width: 15em;
  color: var(--purple);
  font-size: .625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.35;
  letter-spacing: 0;
}

.sec3 .speech-bubble-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url(../img/bg-speech-bubble.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.sec3 .speech-bubble p {
  position: static;
  color: var(--purple);
}

.sec3 .list-indent1 {
  margin: .5rem .5rem 0;
}


/* ===== .sec4 ===== */

.sec4 {
  padding: 1.25rem 0 3.5rem;
}

.sec4 .box1 {
  padding: 1.5rem 1.25rem 1.5rem;
}

.sec4 h3 {
  width: calc(242/375 * 100vw);
}

.sec4 .lead {
  margin-top: 1rem;
  letter-spacing: -0.05em;
  font-size: .875rem;
}

.sec4 .dl1 {
  display: inline-grid;
  margin-top: 1.25rem;
  gap: 0 .75rem;
}

.sec4 .dl1 dt>span {
  line-height: 1.75;
}

.sec4 .dd2 {
  font-size: 1.75rem;
  font-weight: bold;
}

.sec4 .dl1 dd.dd2 {
  margin: .25rem 0 0;
}

.sec4 .dd2 .week {
  font-size: .6875rem;
  margin-right: .75em;
}

.sec4 .prize-list {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  background-color: #fff;
  color: #000;
  gap: 1.5rem 0;
  padding: .75rem .5rem;
}

.sec4 .prize-item:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, .1);
  padding-right: .5rem;
}

.sec4 .prize-item:nth-child(even) {
  padding-left: .5rem;
}

.sec4 .prize-item:nth-child(3) .prize {
  padding-top: .5rem;
}

.sec4 .prize-item:nth-child(4) {
  padding-top: .5rem;
}

.sec4 .prize-item {
  display: grid;
  grid-template-columns: calc(42/375 * 100vw) 1fr;
  grid-template-rows: auto auto 1fr;
}

.sec4 .prize {
  grid-column: 1;
  grid-row: 1 / 3;
}

.sec4 .prize-name {
  grid-column: 2;
  grid-row: 1;
  font-size: .875rem;
  white-space: nowrap;
  align-self: center;
  padding: .4rem 0 0 .5em;
  line-height: 1.25;
  letter-spacing: -0.05em;

}

.sec4 .prize-item:nth-child(3) .prize-name {
  padding-top: 0;
}

.sec4 .prize-item:nth-child(3) .prize-name .indent1 {
  text-indent: -.5em;
  display: block;
}

.sec4 .prize-count {
  grid-column: 2;
  grid-row: 2;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: right;
  align-self: self-start;
  margin-top: -.1em;
  padding-right: .5rem;
  letter-spacing: 0.05em;
}

.sec4 .prize-count .small {
  font-size: 1.25rem;
}

.sec4 .prize-img {
  grid-column: 1/3;
  grid-row: 3;
}

.sec4 .prize-img img {
  max-width: 100%;
  height: auto;
}

.sec4 .prize-item:nth-child(1) .prize-img img {
  width: calc(125/375 * 100vw);
  margin-top: -.5rem;
}

.sec4 .prize-item:nth-child(2) .prize-img img {
  width: calc(100/375 * 100vw);
  display: block;
  margin: 0 auto;
}

.sec4 .prize-item:nth-child(3) .prize-img img {
  width: calc(80/375 * 100vw);
  display: block;
  margin: 0 auto;
}

.sec4 .prize-item:nth-child(4) .prize-img img {
  margin: .25rem auto 0;
  width: calc(85/375 * 100vw);
  display: block;
}

.sec4 .subhead {
  width: 100%;
  background-color: var(--mustard);
  padding: .1em 0;
  font-size: 1.0625rem;
  color: white;
  text-align: center;
  font-weight: bold;
}

.btn-cream {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.55;
  font-size: 1.125rem;
  color: var(--purple);
  background-color: var(--cream);
  border-radius: 3px;
  font-weight: bold;
  margin: 0 auto;
  min-height: calc(46/375 * 100vw);
}

.btn-cream::before {
  content: "";
  width: .7em;
  height: .7em;
  background-image: url(../img/arrow-sec4.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.sec4 .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2.55;
  width: calc(260/375 * 100vw);
  font-size: 1.125rem;
  color: var(--purple);
  background-color: var(--cream);
  border-radius: 3px;
  margin: 0 auto;
  font-weight: bold;
}

.sec4 .btn::before {
  content: "";
  width: .7em;
  height: .7em;
  background-image: url(../img/arrow-sec4.svg);
  background-repeat: no-repeat;
  background-position: left center;
}

.sec4 .prize-box {
  margin: 1rem 0 1.5rem;
}


/* ===== .sec5 ===== */

.sec5 {
  width: 100%;
  color: var(--blue);
  margin: 0 auto;
  padding: 1.75rem .75rem;
}

.sec5-head {
  width: 100%;
  margin: 0 auto;
}

.sec5-layout {
  display: flex;
  flex-direction: column;
  gap: .25rem 1rem;
}

.sec5-imgs {
  width: 94%;
  margin: 1rem auto 0;
}

.sec5-items {
  display: flex;
  flex-direction: column;
  gap: .75rem 1rem;
  width: 94%;
  margin: 0 auto;
}

.sec5-subhead {
  background-color: var(--blue);
  border-radius: 100vw;
  color: white;
  text-align: center;
  line-height: 2;
  font-size: .875rem;
  font-weight: bold;
}

.sec5-subhead.is-small {
  width: calc(90/375 * 100vw);
}

.sec5 .item1 {
  display: flex;
  gap: 0 .5rem;
  align-items: flex-start;
}

.sec5 .dl2 dt {
  width: 100%;
}

.sec5 .dl2.dl2-1 dd {
  padding: .65rem .25rem 0;
}

.sec5 .dl2.dl2-1 dd img {
  margin: 0 auto .2rem;
}

.sec5 .dl2.dl2-1 .dd2 img {
  display: block;
  width: calc(90/375 * 100vw);
}


.sec5 .dl2 .dd1 .part1 {
  display: flex;
  flex-direction: column;
  gap: .5rem 1rem;
}

.sec5 .dl2.dl2-2 .dd1 .part1 .brackets {
  display: block;
  margin-left: -.5em;
}

.sec5 .dl2.dl2-2 .dd1 .part1 a {
  display: block;
  width: calc(190/375 * 100vw);
}

.sec5 .dl2.dl2-2 .dd1>a {
  font-size: .75rem;
  word-break: break-all;
  white-space: nowrap;
  margin-bottom: .5rem;
}

.sec5 strong,
.sec5 strong * {
  font-size: 1rem;
  font-weight: bold;
}

.sec5 .dl2-2 .part1 strong {
  line-height: 1.1;
}

.sec5 .item1 strong,
.sec5 .item4 strong {
  font-size: 1.1875em;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.sec5 .item4 strong {
  display: block;
  text-align: center;
  margin-top: .5rem;
  font-size: 1rem;
}

.sec5 .dl2 dt>span {
  display: block;
  background-color: var(--yellow);
  font-size: .8125rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid var(--blue);
  line-height: 1.8;
}

.sec5 .dl2.dl2-1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 .5rem;
}

.sec5 .dl2.dl2-2 {
  display: grid;
  grid-template-columns: calc(100/375 * 100vw) 1fr;
  gap: .75rem .75rem;
  margin: .75rem .25rem 0;
}

.sec5 .dl2.dl2-2 strong {
  line-height: 1.25;
}

.sec5 .note {
  font-size: .75rem;
  padding-left: 1em;
  text-indent: -1em;
  color: inherit;
}

.sec5 .dl2.dl2-2 .note.mt {
  margin-top: .25rem;
}

.sec5 .box {
  background-color: var(--yellow);
  border: 1px solid var(--blue);
  border-radius: calc(7/375 * 100vw);
  padding: 1rem .75rem;
  display: grid;
  grid-template-columns: calc(75/375 * 100vw) auto;
  gap: 0 .5rem;
  margin-top: 1rem;
}

.sec5 .item1 {
  grid-column: 1;
  grid-row: 1 / 3;
}

.sec5 .item2 {
  grid-column: 2;
  grid-row: 1 / 2;
}

.sec5 .item2 img {
  width: calc(180/375 * 100vw);
}

.sec5 .item3 {
  grid-column: 2;
  grid-row: 2 / 3;
}

.sec5 .item4 {
  grid-column: 1/3;
  grid-row: 3 / 4;
}

.sec5 .item5 {
  grid-column: 1/3;
  grid-row: 4 / 5;
}

.sec5 .item3.dl3 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 .25rem;
  margin-top: .75rem;
}

.sec5 .item3.dl3 dt {
  grid-column: 1/2;
}

.sec5 .item3.dl3 dd:nth-child(2) {
  grid-column: 2/3;
}

.sec5 .item3.dl3 dd:nth-child(3) {
  grid-column: span 2;
}


.sec5 .dl3:not(.item3) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1rem;
}

.sec5 .dl3.item4 {
  margin-top: .75rem;
}

.sec5 .dl3.item5 {
  margin-top: .5rem;
}

.sec5 .dl3 dt>span {
  display: block;
  width: 6.5em;
  background-color: var(--blue);
  border-radius: 100vw;
  color: white;
  font-size: .6875rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}

.sec5 .dl3 dd {
  font-weight: bold;
  font-size: .8125rem;
  letter-spacing: -.04em;
}

.sec5 .dl3 dd a {
  font-weight: normal;
  word-break: break-all;
  line-height: 1.3;
}

.sec5 .dl3 dd .ml1 {
  margin-left: -.5em;
  font-weight: bold;
}

.sec5 .dl3 dd p.note {
  font-weight: normal;
  font-size: .6875rem;
}

/* ===== .sec6 ===== */

.sec6 .box {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  font-size: .875rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.sec6 .box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(445/375 * 100vw);
  height: calc(397/375 * 100vw);
  background-image: url(../img/bg-cloud-sp.svg);
  background-repeat: no-repeat;
  background-size: calc(445/375 * 100vw);
  background-position: center top;
}


.head-sec-6-box {
  font-size: .75rem;
  font-weight: bold;
  margin-bottom: .25em;
}

.sec6 .box ul {
  margin-left: .25rem;
}

.sec6 .box li {
  display: inline-flex;
  flex-direction: column;
  font-size: .75rem;
  line-height: 1.58;
  letter-spacing: -0.05em;
}

.sec6 .box p {
  font-size: .75rem;
  line-height: 1.58;
}

.sec6 .ml1 {
  margin-left: 1em;
}


/* ===== .sec7 ===== */

.sec7 {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 1.5rem 2.25rem;
}

.sec7 h3.sec7-head {
  margin-bottom: 1rem;
  width: calc(320/375 * 100vw);
}

.event-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1.5rem;
  margin: 1rem auto 0;
}

.event-title {
  width: calc(300/375 * 100vw);
  margin: 0 auto;
}

.event-period {
  width: calc(320/375 * 100vw);
  margin: 0 auto;
}

.dl5 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 1.5rem;
}

.sec7 .dl5 {
  margin: 1rem 0 0 .5rem;
}


.dl5 dt {
  font-weight: bold;
  color: var(--purple);
  border-right: 1px solid var(--purple);
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 0 .9em;
  font-size: 1.125rem;
}

.dl5 dd {
  padding: .25em .0 .25em .9em;
  text-align: left;
  line-height: 1.4;
  font-size: 1rem;
}

.dl5 dd .address {
  font-size: .875rem;
  margin-left: -.7em;
}

.sec7-layout {
  margin: 1rem 0 1rem 0;
}

.sec7-layout p {
  font-size: .875rem;
  text-indent: -.5em;
  line-height: 1.85;
  margin-top: -.3em;
  line-height: 1.64;
  letter-spacing: -0.04em;
}

.sec7-layout+p {
  margin: 0 .5rem;
}

.sec7-layout+p span {
  display: block;
  margin-left: 2.5em;
  text-indent: -.5em;
}

.sec7 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: calc(300/375 * 100vw);
  height: 65px;
  font-size: 1.25rem;
  font-weight: bold;
  color: white;
  background-image: url(../img/sec7-btn-smoke-left.svg), url(../img/sec7-btn-smoke-right.svg);
  background-position: left top, right top;
  background-repeat: no-repeat, no-repeat;
  background-color: var(--purple);
  margin: 2rem auto 0;
}

.sec7 .box {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: rgba(0, 0, 0, .05);
  padding: calc(14/375 * 100vw) calc(22/375 * 100vw) calc(22/375 * 100vw);
  margin-top: 2rem;
}

.sec7 .box .inner {
  width: calc(330/375 * 100vw);
  background-color: rgba(255, 255, 255, .4);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 22px;
}

.sec7-subhead {
  display: inline-block;
  font-size: 1.25rem;
  color: var(--purple);
  border-bottom: 2px solid var(--purple);
  margin-bottom: .5rem;
}

.sec7-list {
  display: grid;
  grid-template-columns: repeat(2, calc(130/375 * 100vw));
  gap: 1rem 1.4375rem;
  margin: 0 auto 1.5rem;
}

.sec7-list li {display: flex; flex-direction: column; align-items: center; justify-content: space-between;}

.sec7-list p {
  font-size: .9375rem;
  line-height: 1.3;
}

.sec7-list p.l2 {
  min-height: 2.8em;
}

.sec7-list li:last-child {
  grid-column: span 2;
	margin-top: auto;
}

.sec7-list .img-wrp {
  width: 100%;
  height: calc(130/375 * 100vw);
/*
  background-color: #fff;
  border: 1px solid #ddd;
*/
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .4rem;
}

.sec7-list li:last-child .img-wrp {
  height: calc(90/375 * 100vw);
}

.sec7-list img {
  max-width: 100%;
  max-height: 100%;
}

.sec7-list .small {
  font-size: .75rem;
  margin-left: -.25em;
}

.sec7 .box strong {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}

.sec7 .btn-cream {
  width: calc(300/375 * 100vw);
  margin-top: 1.5rem;
}

/* ===== .sec8 ===== */

.sec8 {
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 2.5rem;
}

.sec8 .lead {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1rem;
}

.sec8 .dot {
  margin: 0 -.2em;
}

.sec7-layout {
  display: flex;
  flex-direction: column;
  gap: 1.25rem 2rem;
}

.sec8-layout {
  display: flex;
  flex-direction: column;
  gap: .75rem 2rem;
}


.sec8-layout {
  margin: .5rem 0 0;
}

.sec8-layout p {
  letter-spacing: -0.04em;
  line-height: 1.6;
}

.dl4 {
  display: flex;
  flex-direction: column;
  row-gap: .25rem;
  margin-top: .5rem;
  font-size: .875rem;
  line-height: -0.04em;
}

.dl4>div {
  display: inline;
}

.dl4 dt,
.dl4 dd {
  display: inline;
}

.dl4 dt {
  font-weight: normal;
  white-space: nowrap;
}

.dl4 dt::after {
  content: ":";
  margin: 0 .2em;
}


.sec8 .dl4 .indent1 {
  display: block;
  text-indent: -.5em;
}

.sec8 .list-indent1 {
  margin: .75rem 0 .75rem;
  line-height: 1.4;
}

.sec8 .btn-cream {
  width: calc(300 / 375 * 100vw);
  margin-bottom: 2rem;
}

.sec8 .indent2 {
  text-indent: -.5em;
}



















/* =========== BASE =========== */

#riBackToTop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 100;
  text-align: center;
  display: none;
}

#riBackToTop img {
  width: 50px;
}