/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  padding: 0;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

:root {
  --main-color: #33b8a6;
  --accent-color: #a00;
}

html {
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #242424;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 1140px;
  font-size: 1.6rem;
}
@media (max-width: 959px) {
  body {
    min-width: 0;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 3.73vw;
  }
}

.container {
  position: relative;
  overflow: hidden;
}
@media (max-width: 959px) {
  .container {
    padding-top: 0;
  }
}

p,
dt,
dd,
li {
  font-style: normal;
  line-height: 1.6;
  line-break: strict;
  overflow-wrap: break-word;
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

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

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 750px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 750px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 750px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .inner {
    padding-inline: 1.5rem;
  }
}
.inner--s {
  max-width: 990px;
}
.inner--l {
  max-width: 1240px;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ofi-contain {
  object-fit: contain;
}

@media (max-width: 750px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
.anc {
  margin-top: -100px;
  padding-top: 100px;
}
@media (max-width: 959px) {
  .anc {
    margin-top: 0;
    padding-top: 0;
  }
}

.c-btn-01 {
  text-align: center;
}

.c-btn-01__link {
  display: inline-block;
  border-radius: 60px;
  background: #77DCE5;
  text-align: center;
  display: inline-grid;
  place-items: center;
  padding: 1.2rem 3.6rem;
  width: 47.6rem;
  height: 8rem;
  margin-inline: auto;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .c-btn-01__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .c-btn-01__link {
    width: 100%;
    height: 18.66vw;
  }
}

.c-btn-01__txt {
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .c-btn-01__txt {
    font-size: 4.8vw;
    line-height: 1.3;
  }
}

.c-btn-01__icn {
  width: 6.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  .c-btn-01__icn {
    width: 16vw;
    right: 1.33vw;
  }
}

.c-btn-02 {
  text-align: center;
}

.c-btn-02__link {
  display: inline-block;
  border: 1px solid #707070;
  border-radius: 60px;
  text-align: center;
  display: inline-grid;
  place-items: center;
  padding-right: 1.5rem;
  width: 35.6rem;
  height: 5.5rem;
  margin-inline: auto;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .c-btn-02__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  .c-btn-02__link {
    width: 100%;
    height: 14.13vw;
  }
}

.c-btn-02__txt {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 750px) {
  .c-btn-02__txt {
    font-size: 3.73vw;
  }
}

.c-btn-02__icn {
  width: 4.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFEEEB;
  position: absolute;
  right: 0.55rem;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
}
@media (max-width: 750px) {
  .c-btn-02__icn {
    width: 11.33vw;
    right: 1.33vw;
  }
}

.c-heading-01 {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 750px) {
  .c-heading-01 {
    font-size: 8vw;
    line-height: 1.3;
  }
}
.c-heading-01 span {
  display: inline-block;
  position: relative;
}
.c-heading-01 span:before, .c-heading-01 span:after {
  content: "";
  width: 55px;
  height: 78px;
  display: block;
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .c-heading-01 span:before, .c-heading-01 span:after {
    width: 16.7vw;
    height: 21.1vw;
    top: 52%;
  }
}
.c-heading-01 span:before {
  background: url(../img/heading-01_l.svg) no-repeat center center/cover;
  left: -69px;
}
@media (max-width: 750px) {
  .c-heading-01 span:before {
    left: -19.4vw;
  }
}
.c-heading-01 span:after {
  background: url(../img/heading-01_r.svg) no-repeat center center/cover;
  right: -69px;
}
@media (max-width: 750px) {
  .c-heading-01 span:after {
    right: -19.4vw;
  }
}

footer {
  padding: 10px 0;
}

.secContact__copyright {
  text-align: center;
}
.secContact__copyright small {
  font-size: 1.1rem;
}
@media (max-width: 750px) {
  .secContact__copyright small {
    font-size: 2.2vw;
  }
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
@media (max-width: 750px) {
  #pageTop {
    right: 15px;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.st-header {
  min-width: 1200px;
  width: 100%;
  background: transparent;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding-inline: 5rem;
  transition: background 0.3s ease-out;
}
@media (max-width: 1360px) {
  .st-header {
    padding-inline: 2rem;
  }
}
@media (max-width: 959px) {
  .st-header {
    padding-inline: 1.4rem;
    min-width: 0;
    position: relative;
    height: 0;
  }
}
@media (min-width: 960px) {
  .st-header.fixed {
    background: rgba(255, 255, 255, 0.9);
  }
}

.st-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.st-header__logo {
  flex: 1;
  transition: transform 0.4s;
}
.st-header__logo a {
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__logo a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}
@media (max-width: 959px) {
  .st-header__logo {
    width: 30vw;
    max-width: 11.5rem;
    position: absolute;
    left: 1.5rem;
    top: 1.3rem;
  }
}

.st-header__nav {
  height: 100%;
}
@media (max-width: 959px) {
  .st-header__nav {
    height: auto;
  }
}
.st-header__nav .st-header__logo {
  display: none;
}
@media (max-width: 959px) {
  .st-header__nav .st-header__logo {
    display: block;
  }
}

.st-header__nav__content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 959px) {
  .st-header__nav__content {
    display: block;
    height: auto;
    margin-top: 7rem;
  }
}

.st-header__pageLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 1.6rem;
}
@media (max-width: 959px) {
  .st-header__pageLink {
    display: block;
    width: 100%;
    border-top: 1px solid #E51A33;
    margin-bottom: 3.7rem;
  }
}

.st-header__pageLink__item {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}
@media (max-width: 959px) {
  .st-header__pageLink__item {
    font-size: 2rem;
    text-align: center;
    border-bottom: 1px solid #E51A33;
  }
}
.st-header__pageLink__item:not(:last-child):after {
  content: "";
  background: #E51A33;
  width: 1px;
  height: 1.4rem;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 959px) {
  .st-header__pageLink__item:not(:last-child):after {
    display: none;
  }
}
.st-header__pageLink__item a {
  padding-inline: 2.2rem;
  transition: color 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__pageLink__item a:where(:any-link, :enabled, summary):hover {
    color: #E51A33;
  }
}
@media (max-width: 959px) {
  .st-header__pageLink__item a {
    padding: 2rem 0;
    display: block;
  }
}

.st-header__sns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 3rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
}
@media (max-width: 959px) {
  .st-header__sns {
    padding: 0 21vw;
    gap: 1vw;
  }
}

.st-header__sns__item a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .st-header__sns__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.7;
  }
}

.st-header__sns__item__icn {
  margin-inline: auto;
  height: 28px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.2rem;
}
@media (max-width: 959px) {
  .st-header__sns__item__icn {
    width: 11vw;
    max-width: 50px;
    height: 11vw;
    object-fit: contain;
    margin-bottom: 0.5rem;
  }
}

.st-header__sns__item__txt {
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  display: block;
}
@media (max-width: 959px) {
  .st-header__sns__item__txt {
    font-size: 1.2rem;
  }
}

#sp-btn {
  display: none;
}

@media (max-width: 959px) {
  /* sp-btn */
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #sp-btn {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5.9rem;
    height: 6.35rem;
    border-radius: 0;
    cursor: pointer;
    background: url(../img/spBtn_bg.svg) no-repeat center center/cover;
    transition: background 0.4s;
    padding-bottom: 2.3rem;
  }
  #sp-btn span {
    width: 3.6rem;
    height: 0.4rem;
    transition: all 0.4s;
    background: #fff;
    border-radius: 0.4rem;
  }
  #sp-btn span:not(:last-child) {
    margin-bottom: 0.4rem;
  }
  #sp-btn #sp-btn-a,
  #sp-btn #sp-btn-a span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  #sp-btn #sp-btn-a {
    display: block;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3.6rem;
    height: 2rem;
    position: relative;
    padding: 0;
  }
  #sp-btn #sp-btn-a:after {
    content: "MENU";
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    bottom: -1.8rem;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  #sp-btn.active #sp-btn-a:after {
    content: "CLOSE";
  }
  #sp-btn #sp-btn-a:hover {
    opacity: 1;
  }
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 0.8rem) rotate(-25deg);
    transform: translate(0, 0.8rem) rotate(-25deg);
  }
  #sp-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -0.8rem) rotate(25deg);
    transform: translate(0, -0.8rem) rotate(25deg);
  }
  /* g-anv */
  #g-nav {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    display: none;
    background: #fff;
    border-radius: 0;
    padding: 1.3rem 0 3rem;
  }
  #overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }
}
#top .secMainView {
  padding-block: 20px 12px;
}
@media (max-width: 750px) {
  #top .secMainView {
    padding-block: 6vw 10.7vw;
  }
}
#top .secMainView__img img {
  width: 100%;
}
#top .secLead {
  position: relative;
  padding-bottom: 30rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 959px) {
  #top .secLead {
    padding-bottom: 5rem;
  }
}
@media (max-width: 750px) {
  #top .secLead {
    padding-bottom: 10.7vw;
    margin-bottom: 6vw;
  }
}
#top .secLead:before {
  background: url(../img/lead_bg@2x.png) no-repeat top center/100%;
  content: "";
  width: 100%;
  height: 53.38vw;
  display: block;
  position: absolute;
  top: -78px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 1650px) {
  #top .secLead:before {
    top: 0;
  }
}
@media (max-width: 1450px) {
  #top .secLead:before {
    top: 70px;
  }
}
@media (max-width: 959px) {
  #top .secLead:before {
    display: none;
  }
}
@media (max-width: 750px) {
  #top .secLead:before {
    display: none;
  }
}
#top .secLead__heading {
  text-align: center;
  margin-bottom: 3.8rem;
}
@media (max-width: 750px) {
  #top .secLead__heading {
    margin-bottom: 6vw;
  }
}
#top .secLead__heading span {
  width: 605px;
  height: 85px;
  display: inline-block;
  background: url(../img/lead_ttl_bg@2x.png) no-repeat center center/contain;
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  padding-top: 19px;
}
@media (max-width: 750px) {
  #top .secLead__heading span {
    width: 100%;
    height: 24.8vw;
    background: url(../img/lead_ttl_bg_sp@2x.png) no-repeat center center/contain;
    font-size: 5.6vw;
    padding-top: 2.2vw;
    line-height: 1.3;
  }
}
#top .secLead__txt {
  text-align: center;
  line-height: 2.625;
  font-weight: bold;
}
@media (max-width: 750px) {
  #top .secLead__txt {
    line-height: 2.55;
    margin-bottom: 8.6vw;
  }
}
#top .secLead__img-sp {
  display: none;
}
@media (max-width: 959px) {
  #top .secLead__img-sp {
    display: block;
  }
}
#top .secLead__img-sp img {
  width: 100%;
}
#top .secHistory {
  background: url(../img/history_bg@2x.png) no-repeat top 24rem center/1810px;
  padding-bottom: 5.5rem;
}
@media (max-width: 750px) {
  #top .secHistory {
    background: none;
    padding-bottom: 7.1vw;
  }
}
#top .secHistory__heading {
  margin-bottom: 5.8rem;
}
@media (max-width: 750px) {
  #top .secHistory__heading {
    margin-bottom: 9.7vw;
  }
}
#top .secHistory__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
}
@media (max-width: 750px) {
  #top .secHistory__list {
    gap: 10.66vw;
  }
}
#top .secHistory__list:before {
  content: "";
  background: url(../img/history_line-light.svg) no-repeat center center/cover;
  width: 4px;
  height: 848px;
  display: block;
  position: absolute;
  top: 6.1rem;
  left: 4.8rem;
}
@media (max-width: 750px) {
  #top .secHistory__list:before {
    display: none;
  }
}
#top .secHistory__item {
  border: 2px solid #000;
  border-radius: 10px;
  padding: 2rem 3rem 2rem 9rem;
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 0 4rem;
  position: relative;
}
@media (max-width: 959px) {
  #top .secHistory__item {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 750px) {
  #top .secHistory__item {
    padding: 6.66vw 3.26vw 7.46vw 11.4vw;
    grid-template-columns: 1fr;
    gap: 0;
    border-radius: 5px;
  }
}
#top .secHistory__item:before {
  content: "";
  width: 40px;
  height: 32px;
  display: block;
  position: absolute;
  left: 2.7rem;
  top: 2.6rem;
}
@media (max-width: 750px) {
  #top .secHistory__item:before {
    width: 8vw;
    height: 6.26vw;
    left: 1.66vw;
    top: -2.34vw;
  }
}
#top .secHistory__item--gray {
  border-color: #C4C4C4;
}
#top .secHistory__item--gray:before {
  background: url(../img/ribbon-light.svg) no-repeat center center/contain;
}
@media (max-width: 750px) {
  #top .secHistory__item--gray:after {
    content: "";
    background: url(../img/history_line-light.svg) repeat-y center top/4px;
    width: 4px;
    height: calc(100% + 2.4vw);
    display: block;
    position: absolute;
    top: 5.4vw;
    left: 5.1vw;
  }
}
#top .secHistory__item--red {
  border: 4px solid #E51A33;
}
@media (max-width: 750px) {
  #top .secHistory__item--red {
    border-width: 2px;
  }
}
#top .secHistory__item--red:before {
  background: url(../img/ribbon.svg) no-repeat center center/contain;
}
@media (max-width: 750px) {
  #top .secHistory__item--red:not(:last-child):after {
    content: "";
    background: url(../img/history_line.svg) repeat-y center top/4px;
    width: 4px;
    height: calc(100% + 2.4vw);
    display: block;
    position: absolute;
    top: 5.4vw;
    left: 5.1vw;
  }
}
#top .secHistory__item--red .year,
#top .secHistory__item--red .unit {
  color: #E51A33;
}
#top .secHistory__year {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3rem;
}
@media (max-width: 750px) {
  #top .secHistory__year {
    font-size: 5.3vw;
    margin-bottom: 6.66vw;
  }
}
#top .secHistory__year .year {
  font-size: 5.4rem;
  margin-right: 0.5rem;
}
@media (max-width: 750px) {
  #top .secHistory__year .year {
    font-size: 13.33vw;
  }
}
#top .secHistory__year .unit {
  font-size: 2.8rem;
  margin-right: 1rem;
}
@media (max-width: 750px) {
  #top .secHistory__year .unit {
    font-size: 6.66vw;
    margin-right: 1.33vw;
  }
}
#top .secHistory__ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  #top .secHistory__ttl {
    font-size: 4.8vw;
    margin-bottom: 6.83vw;
  }
}
#top .secHistory__imgWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 2.8rem;
}
@media (max-width: 750px) {
  #top .secHistory__imgWrap {
    grid-template-columns: 1fr;
    gap: 2.3vw;
    margin-top: 6.66vw;
  }
}
#top .secHistory__imgWrap--col4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
}
@media (max-width: 750px) {
  #top .secHistory__imgWrap--col4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.3vw;
  }
}
#top .secPresent {
  padding-block: 27rem 14.4rem;
  background: url(../img/present_bg@2x.png) no-repeat top center/100%;
  position: relative;
}
@media (max-width: 750px) {
  #top .secPresent {
    background: url(../img/present_bg_top_sp@2x.png) no-repeat top left/96vw;
    padding-block: 42.7vw 64.1vw;
  }
}
#top .secPresent:after {
  content: "";
  background: url(../img/present_bg_bottom_sp@2x.png) no-repeat center center/cover;
  width: 28.645vw;
  height: 12.395vw;
  display: block;
  position: absolute;
  right: 0;
  bottom: 17rem;
}
@media (max-width: 750px) {
  #top .secPresent:after {
    width: 72.9vw;
    height: 31.93vw;
    right: 0;
    bottom: 21.2vw;
  }
}
@media (max-width: 750px) {
  #top .secPresent__heading {
    width: 100vw;
    margin-left: -1.5rem;
  }
}
#top .secPresent__box {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin-top: -8rem;
  transform: translateX(-2.5rem);
  margin-bottom: 3.2rem;
}
@media (max-width: 959px) {
  #top .secPresent__box {
    display: block;
    transform: translateX(0);
    margin-top: 0;
  }
}
@media (max-width: 750px) {
  #top .secPresent__box {
    display: block;
    transform: translateX(0);
    margin-top: -8.4vw;
    margin-bottom: 9.4vw;
  }
}
@media (max-width: 959px) {
  #top .secPresent__img {
    width: 75vw;
    margin-inline: auto;
  }
}
@media (max-width: 750px) {
  #top .secPresent__img {
    width: 75vw;
    margin-inline: auto;
    margin-bottom: 3.33vw;
  }
}
#top .secPresent__txt {
  line-height: 1.75;
  padding-top: 11.4rem;
}
@media (max-width: 959px) {
  #top .secPresent__txt {
    padding-top: 0;
  }
}
@media (max-width: 750px) {
  #top .secPresent__txt {
    padding-top: 0;
    line-height: 1.85;
  }
}
#top .secPresent__btn-01 {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  #top .secPresent__btn-01 {
    margin-bottom: 8vw;
  }
}
#top .secPresent__btn-02 {
  margin-bottom: 3.4rem;
}
@media (max-width: 750px) {
  #top .secPresent__btn-02 {
    margin-bottom: 8.6vw;
  }
}
#top .secPresent__note {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #top .secPresent__note {
    font-size: 3.46vw;
  }
}
#top .secAnnounce {
  background: url(../img/announce_bg@2x.png) no-repeat top 6rem center/100%;
  padding-bottom: 18.6rem;
}
@media (max-width: 959px) {
  #top .secAnnounce {
    background: none;
  }
}
@media (max-width: 750px) {
  #top .secAnnounce {
    background: none;
    padding-bottom: 11.1vw;
  }
}
#top .secAnnounce__heading {
  margin-bottom: 13.8rem;
}
@media (max-width: 1670px) {
  #top .secAnnounce__heading {
    margin-bottom: 10rem;
  }
}
@media (max-width: 750px) {
  #top .secAnnounce__heading {
    margin-bottom: 10.7vw;
  }
}
#top .secAnnounce__ttl {
  max-width: 100%;
  margin-inline: auto;
  background: #E51A33;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.2rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1670px) {
  #top .secAnnounce__ttl {
    width: 67vw;
  }
}
@media (max-width: 1130px) {
  #top .secAnnounce__ttl {
    width: 800px;
  }
}
@media (max-width: 959px) {
  #top .secAnnounce__ttl {
    margin-bottom: -7rem;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 750px) {
  #top .secAnnounce__ttl {
    font-size: 5.6vw;
    padding: 4.4vw 0 6vw;
    margin-bottom: -7.4vw;
  }
}
#top .secAnnounce__img {
  width: 57vw;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 3.4rem;
}
@media (max-width: 1130px) {
  #top .secAnnounce__img {
    width: 670px;
  }
}
@media (max-width: 959px) {
  #top .secAnnounce__img {
    width: 100vw;
    max-width: 100vw;
    margin-left: -20px;
  }
}
@media (max-width: 750px) {
  #top .secAnnounce__img {
    width: 100vw;
    max-width: 100vw;
    margin-left: -1.5rem;
    margin-bottom: 8vw;
  }
}
@media (max-width: 959px) {
  #top .secAnnounce__img img {
    width: 100%;
  }
}
#top .secAnnounce__txt {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  #top .secAnnounce__txt {
    margin-bottom: 11.5vw;
  }
}
#top .secLive {
  background: url(../img/live_bg@2x.png) no-repeat top center/100% 488px;
  padding-block: 4.4rem 21rem;
}
@media (max-width: 959px) {
  #top .secLive {
    background: url(../img/live_bg_sp@2x.png) no-repeat top center/100% 100%;
    padding-block: 11vw;
    margin-bottom: 10vw;
  }
}
@media (max-width: 750px) {
  #top .secLive {
    background: url(../img/live_bg_sp@2x.png) no-repeat top center/100%;
    padding-block: 11vw 44.1vw;
    margin-bottom: 0;
  }
}
#top .secLive__box {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: start;
  gap: 0 4.7rem;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  #top .secLive__box {
    display: block;
    margin-bottom: 10.6vw;
  }
}
@media (max-width: 750px) {
  #top .secLive__img {
    width: 71vw;
    margin-inline: auto;
  }
}
#top .secLive__comment {
  margin-top: 4.7rem;
  background: #007B3B;
  border-radius: 10px;
  padding: 2rem;
  position: relative;
}
@media (max-width: 750px) {
  #top .secLive__comment {
    margin-top: 8.7vw;
    border-radius: 5px;
    padding: 6.4vw 0;
  }
}
#top .secLive__comment:before {
  content: "";
  width: 30px;
  aspect-ratio: 1.8/2;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #007B3B;
  position: absolute;
  left: -30px;
  top: 53%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #top .secLive__comment:before {
    width: auto;
    height: 7.6vw;
    aspect-ratio: 1.1;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -7.6vw;
    transform: translateY(0);
  }
}
#top .secLive__comment__txt {
  font-size: 2.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 750px) {
  #top .secLive__comment__txt {
    font-size: 4.8vw;
    line-height: 1.8;
  }
}
#top .secLive__list {
  background: #fff;
  border-radius: 10px;
  padding: 2.4rem 3rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem 8rem;
}
@media (max-width: 959px) {
  #top .secLive__list {
    grid-template-columns: 1fr;
    gap: 3rem 0;
  }
}
@media (max-width: 750px) {
  #top .secLive__list {
    grid-template-columns: 1fr;
    border-radius: 5px;
    padding: 8vw 3.26vw;
    gap: 8.36vw 0;
  }
}
#top .secLive__item {
  font-weight: bold;
}
@media (max-width: 750px) {
  #top .secLive__item {
    text-align: center;
    line-height: 2.1;
  }
}
#top .secLive__item a {
  text-decoration: underline;
  position: relative;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  #top .secLive__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media (max-width: 750px) {
  #top .secLive__item a {
    display: block;
    padding-right: 8vw;
  }
}
#top .secLive__item a:after {
  content: "";
  background: url(../img/icn_link.svg) no-repeat center center/cover;
  width: 2.8rem;
  height: 2.8rem;
  display: block;
  position: absolute;
  right: -2.8rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  #top .secLive__item a:after {
    width: 11.46vw;
    height: 11.46vw;
    right: -1.9vw;
    top: -2.6vw;
    transform: translateY(0);
  }
}
#top .secSchedule {
  padding-bottom: 10.7rem;
  position: relative;
}
@media (max-width: 750px) {
  #top .secSchedule {
    padding-bottom: 17.1vw;
  }
}
#top .secSchedule:before {
  content: "";
  background: url(../img/schedule_bg_l@2x.jpg) no-repeat center center/contain;
  width: 425px;
  height: 1725px;
  display: block;
  position: absolute;
  left: -80px;
  top: 160px;
  z-index: -1;
}
@media (max-width: 959px) {
  #top .secSchedule:before {
    display: none;
  }
}
#top .secSchedule:after {
  content: "";
  background: url(../img/schedule_bg_r@2x.jpg) no-repeat center center/contain;
  width: 406px;
  height: 1283.5px;
  display: block;
  position: absolute;
  right: -96px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 959px) {
  #top .secSchedule:after {
    display: none;
  }
}
#top .secSchedule__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.7rem 0;
}
@media (max-width: 750px) {
  #top .secSchedule__list {
    gap: 10.6vw 0;
  }
}
#top .secSchedule__heading {
  background: #E51A33;
  color: #fff;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1.8rem 1.2rem;
}
@media (max-width: 750px) {
  #top .secSchedule__heading {
    font-size: 5.6vw;
    padding: 4.9vw 0;
    line-height: 1.6;
  }
}
#top .secSchedule__cont {
  background: #FAF6EC;
  padding: 3.1rem;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 750px) {
  #top .secSchedule__cont {
    padding: 8vw 4.06vw;
  }
}
#top .secSchedule__coming {
  border: 1px solid #707070;
  background: #fff;
  border-radius: 10px;
  padding: 3.1rem;
}
@media (max-width: 750px) {
  #top .secSchedule__coming {
    border-radius: 5px;
    padding: 5.6vw 0 8vw;
  }
}
#top .comoing__txt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
  padding-left: 6rem;
}
@media (max-width: 750px) {
  #top .comoing__txt {
    font-size: 5.33vw;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem 0;
  }
}
#top .secSchedule__detail {
  margin-top: 1.9rem;
  background: #fff;
  border-radius: 10px;
  padding: 3.8rem 4.2rem 5.4rem;
}
@media (max-width: 750px) {
  #top .secSchedule__detail {
    margin-top: 8vw;
    border-radius: 5px;
    padding: 6.2vw 7vw 8vw;
  }
}
#top .detail__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #E51A33;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  #top .detail__ttl {
    font-size: 5.33vw;
    margin-bottom: 5vw;
  }
}
#top .detail__txt {
  line-height: 1.8;
}
#top .secEnd {
  padding-bottom: 6.3rem;
}
@media (max-width: 750px) {
  #top .secEnd {
    padding-bottom: 17.1vw;
  }
}
#top .secEnd__heading {
  margin-bottom: 6.4rem;
}
@media (max-width: 750px) {
  #top .secEnd__heading {
    margin-bottom: 12.6vw;
  }
}
#top .secEnd__imgGrid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 750px) {
  #top .secEnd__imgGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3vw;
  }
}
#top .secEnd__imgGrid img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #top .secEnd__imgGrid img {
    border-radius: 5px;
  }
}
#top .secSchedule__cont--flex {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 4rem;
}
@media (max-width: 750px) {
  #top .secSchedule__cont--flex {
    flex-direction: column;
  }
}
#top .secSchedule__cont--flex .secEnd__txt {
  flex: 1;
}
@media (max-width: 959px) {
  #top .secSchedule__cont--flex .secEnd__img {
    width: 50%;
  }
}
@media (max-width: 750px) {
  #top .secSchedule__cont--flex .secEnd__img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  #top .secEnd__img {
    margin-top: 8vw;
  }
}
#top .secEnd__img img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  #top .secEnd__img img {
    border-radius: 5px;
  }
}
#top .secEnd__item--last {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  #top .secEnd__item--last {
    margin-top: 0;
  }
}
#top .coming {
  padding-bottom: 7.3rem;
}
@media (max-width: 750px) {
  #top .coming {
    padding-bottom: 16vw;
  }
}
#top .coming img {
  width: 100%;
}
#top .secContact {
  background: url(../img/bg_pink_dot.jpg) repeat center/8px;
  padding: 60px 0 90px;
  text-align: center;
  color: #fff;
}
@media (max-width: 750px) {
  #top .secContact {
    padding: 30px 0 44px;
  }
}
#top .secContact .inner {
  max-width: 1110px;
}
@media (max-width: 750px) {
  #top .secContact img {
    margin-inline: auto;
  }
}
#top .secContact__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 750px) {
  #top .secContact__name {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
#top .secContact__address {
  margin-bottom: 2rem;
}
#top .ftFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 4rem;
}
@media (max-width: 750px) {
  #top .ftFlex {
    display: block;
    margin-top: 50px;
  }
}
#top .ftFlex dt {
  border-right: 1px solid #fff;
  padding: 5px 50px 5px 0;
}
@media (max-width: 750px) {
  #top .ftFlex dt {
    border-right: none;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 750px) {
  #top .ftFlex dt img {
    width: 67vw;
  }
}
#top .ftLogoFlex {
  display: flex;
  gap: 0 2rem;
}
@media (max-width: 750px) {
  #top .ftLogoFlex {
    display: block;
    padding-top: 0;
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  #top .ftLogoFlex li {
    list-style: none;
    margin: 20px 0 0 -30px;
    padding: 0;
  }
}
@media (max-width: 750px) {
  #top .ftLogoFlex li img {
    max-width: 200px;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
