@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

html {
  font-size: 10px;
  background: var(--white);
}
@media screen and (max-width: 1134px) {
  html {
    font-size: 7.4px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "Kiwi Maru", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  line-height: 1;
  color: #333333;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  background-color: #F2ECE4;
}
body#thanks-page {
  background-color: #fff;
}
body main {
  position: relative;
  overflow: hidden;
}
body strong {
  font-weight: bold;
}
body ul li {
  list-style: none;
}
body * {
  box-sizing: border-box;
}
body img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* リンク
--------------------- */
a {
  color: #231815;
  text-decoration: none;
}

/* テキスト
--------------------- */
.en {
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-19 {
  font-size: 19px;
}

.font-20 {
  font-size: 20px;
}

/* カラー
--------------------- */
.clr-white {
  color: #fff;
}

.clr-orange {
  color: #DC5510;
}

/* 余白
--------------------- */
.mt-120 {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .mt-120 {
    margin-top: 6rem;
  }
}
/* インナー
--------------------- */
.con-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5rem;
}

@media screen and (max-width: 768px) {
  .con-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
  }
}
/* アンカーリンク
--------------------- */
#hero,
#companies,
#event-overview,
#event-highlights,
#schedule,
#entry {
  scroll-margin-top: 5rem;
}

/* 見出し
--------------------- */
.con-h2 {
  margin-bottom: 5rem;
}
.con-h2 h2 {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 500;
}
.con-h2 h2 .small {
  font-size: 2.5rem;
  font-weight: 500;
}
.con-h2 .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.8rem;
}

@media screen and (max-width: 768px) {
  .con-h2 {
    margin-bottom: 2.8rem;
  }
  .con-h2 h2 {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .con-h2 h2 .small {
    font-size: 2rem;
  }
  .con-h2 .en {
    font-size: 1.4rem;
    margin-top: 1.3rem;
  }
}
/* レスポンシブ
--------------------- */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 1134px) {
  .tab {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* following-btn
--------------------- */
#following-btn {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.9rem 0;
  background: #DC5510;
}
#following-btn a {
  display: block;
  color: #DC5510;
  width: 411px;
  padding: 1.4rem 0 1.5rem 0;
  margin: 0 auto;
  border-radius: 36px;
  transition: all 0.3s;
  background: #fff url("../img/btn_orange.svg") no-repeat center right 16px/26px;
}
#following-btn a:hover {
  background: #fff url("../img/btn_white.svg") no-repeat center right 16px/26px;
}
#following-btn a .txt {
  display: block;
  font-size: 2rem;
  text-align: center;
}
#following-btn a .sub {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #333333;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 768px) {
  #following-btn {
    padding: 1.2rem 0;
  }
  #following-btn a {
    width: 310px;
    padding: 1.2rem 0 1.3rem 0;
    background: #fff url("../img/btn_orange.svg") no-repeat center right 14px/18px;
  }
  #following-btn a:hover {
    background: #fff url("../img/btn_white.svg") no-repeat center right 14px/18px;
  }
  #following-btn a .txt {
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }
  #following-btn a .sub {
    display: block;
    font-size: 1.3rem;
    text-align: center;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0.6rem;
  }
}
/* header_nav
--------------------- */
#header_nav {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}
#header_nav .inner {
  display: flex;
  justify-content: space-between;
  margin: 40px 40px 0 40px;
}
#header_nav .inner .logo {
  width: 150px;
}
#header_nav .menu-btn {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  border: none;
  border-radius: 10px;
  background: #DC5510;
  cursor: pointer;
}
#header_nav .menu-btn span {
  position: absolute;
  left: 50%;
  width: 26px;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}
#header_nav .menu-btn span:nth-child(1) {
  top: 23px;
}
#header_nav .menu-btn span:nth-child(2) {
  top: 30px;
}
#header_nav .menu-btn span:nth-child(3) {
  top: 37px;
}
#header_nav .menu-btn.is-active span:nth-child(1) {
  top: 30px;
  width: 34px;
  transform: translateX(-50%) rotate(30deg);
}
#header_nav .menu-btn.is-active span:nth-child(2) {
  opacity: 0;
}
#header_nav .menu-btn.is-active span:nth-child(3) {
  top: 30px;
  width: 34px;
  transform: translateX(-50%) rotate(-30deg);
}

.menu-content {
  position: fixed;
  border-radius: 0 0 0 10px;
  pointer-events: none;
  opacity: 0;
  z-index: 90;
  top: 0;
  right: 0;
  padding: 120px 30px 40px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  transition: 0.3s;
}
.menu-content.is-active {
  pointer-events: auto;
  opacity: 1;
}
.menu-content ul li a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 18px 40px 18px 5px;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
  background: url("../img/btn_orange.svg") no-repeat center right 5px/18px;
}
.menu-content ul li a:hover {
  background: url("../img/btn_white.svg") no-repeat center right 5px/18px;
}
.menu-content ul li a.end {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  padding: 13px 40px 17px 40px;
  border-bottom: none;
  border-radius: 40px;
  border: 1px solid #DC5510;
  background: #DC5510 url("../img/btn_white.svg") no-repeat center right 13px/18px;
}
.menu-content ul li a.end:hover {
  color: #DC5510;
  background: #fff url("../img/btn_orange.svg") no-repeat center right 13px/18px;
}
.menu-content ul li a.end .txt {
  display: block;
  font-size: 17px;
  text-align: center;
}
.menu-content ul li a.end .sub {
  display: block;
  font-size: 12px;
  color: #DC5510;
  text-align: center;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6px auto;
  padding: 3px 6px 3px 6px;
  border: 1px solid #DC5510;
  border-radius: 4px;
  background: #fff;
}
.menu-content ul li a .small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #header_nav .inner {
    margin: 20px 20px 0 20px;
  }
  #header_nav .inner .logo {
    width: 150px;
  }
  #header_nav .menu-btn {
    width: 46px;
    height: 46px;
  }
  #header_nav .menu-btn span {
    width: 22px;
  }
  #header_nav .menu-btn span:nth-child(1) {
    top: 16px;
  }
  #header_nav .menu-btn span:nth-child(2) {
    top: 23px;
  }
  #header_nav .menu-btn span:nth-child(3) {
    top: 30px;
  }
  #header_nav .menu-btn.is-active span:nth-child(1) {
    top: 23px;
    width: 27px;
  }
  #header_nav .menu-btn.is-active span:nth-child(3) {
    top: 23px;
    width: 27px;
  }
  .menu-content {
    border-radius: 0;
    width: 100%;
    height: 100dvh;
    padding: 100px 30px 40px 30px;
    border: none;
  }
  .menu-content.is-active {
    pointer-events: auto;
    opacity: 1;
  }
  .menu-content ul li a {
    padding: 18px 40px 18px 5px;
    background: url("../img/btn_orange.svg") no-repeat center right 5px/18px;
  }
  .menu-content ul li a:hover {
    background: url("../img/btn_white.svg") no-repeat center right 5px/18px;
  }
  .menu-content ul li a.end {
    margin-top: 25px;
    text-align: center;
    background: #DC5510 url("../img/btn_white.svg") no-repeat center right 15px/18px;
  }
  .menu-content ul li a.end:hover {
    color: #DC5510;
    background: #fff url("../img/btn_orange.svg") no-repeat center right 15px/18px;
  }
}
/* hero
--------------------- */
#hero {
  position: relative;
  height: 92rem;
  overflow: hidden;
}
#hero .inner {
  display: flex;
  justify-content: flex-end;
}
#hero .inner .txt-box {
  padding: 12rem 0 2rem 0;
  margin-right: 13rem;
}
#hero .inner .txt-box .heading-balloon {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
  background: #DC550F;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
#hero .inner .txt-box .heading-balloon::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 26px;
  height: 10px;
  transform: translateX(-50%);
  background: url("../img/orange_arrow_bottom.svg") no-repeat center/cover;
}
#hero .inner .txt-box .heading-balloon .sub {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
  border-radius: 5px;
  padding: 0.5rem 0.6rem 0.5rem 0.6rem;
  margin-right: 10px;
  background: #fff;
}
#hero .inner .txt-box .heading-balloon .txt {
  font-size: 2.2rem;
}
#hero .inner .txt-box h1 {
  font-size: 7rem;
  line-height: 8.2rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
#hero .inner .txt-box .box {
  position: relative;
  padding: 2rem 2rem 2rem 2.3rem;
  border-radius: 10px;
  background: #fff;
}
#hero .inner .txt-box .box::before {
  content: "";
  position: absolute;
  top: 1.6rem;
  left: 0;
  width: 3px;
  height: 60px;
  background: #333333;
}
#hero .inner .txt-box .box .box-item {
  display: flex;
}
#hero .inner .txt-box .box .box-item.start {
  margin-bottom: 1.8rem;
}
#hero .inner .txt-box .box .box-item .left {
  font-size: 1.7rem;
  margin-left: 1.5rem;
}
#hero .inner .txt-box .box .box-item .left .small {
  font-size: 1.3rem;
}
#hero .inner .txt-box .box .box-item .left .sub {
  display: block;
  font-size: 1.3rem;
  color: #767676;
  margin-top: 0.8rem;
}
#hero .inner .txt-box .box .box-item .right {
  font-size: 1.7rem;
}
#hero .inner .txt-box .box .map {
  width: 100%;
  height: 12rem;
  margin-top: 1.4rem;
}
#hero .inner .txt-box .list {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.5rem auto 0 auto;
}
#hero .inner .txt-box .list .tag {
  display: block;
  padding: 0.3rem 1rem 0.4rem 1rem;
  background: #DC550F;
  font-size: 1.4rem;
  border-radius: 2.5rem;
}
#hero .inner .txt-box .list .tag:not(:nth-last-of-type(1)) {
  margin-right: 0.6rem;
}
#hero .inner .warpper {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  height: 100%;
}
#hero .inner .warpper .slider {
  display: flex;
  width: 24vw;
}
#hero .inner .warpper .slider .pht {
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2rem;
}
#hero .inner .warpper .slider .pht img {
  display: block;
  width: 100%;
}
#hero .inner .warpper .slider.slider-01 {
  margin-right: 2rem;
  flex-direction: column;
  animation: slide-up 35s linear infinite;
}
#hero .inner .warpper .slider.slider-02 {
  flex-direction: column;
  animation: slide-down 35s linear infinite;
}
#hero .bg-white {
  position: absolute;
  width: 1800px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
}
#hero .loop-txt {
  position: absolute;
  bottom: 9rem;
  left: 0;
  z-index: 10;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
#hero .loop-txt .item {
  font-size: 12rem;
  font-weight: 700;
  flex-shrink: 0;
  padding-right: 2em;
  animation: loop-txt 70s linear infinite;
}
@keyframes loop-txt {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (min-width: 769px) {
  @keyframes slide-up {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(-50%);
    }
  }
  @keyframes slide-down {
    from {
      transform: translateY(-50%);
    }
    to {
      transform: translateY(0);
    }
  }
}
@media screen and (max-width: 1134px) {
  #hero {
    height: 100rem;
  }
  #hero .inner .txt-box {
    padding: 15rem 0 2rem 0;
    margin-right: 7.5rem;
  }
  #hero .inner .txt-box .box::before {
    top: 1.6rem;
    width: 2px;
    height: 45px;
  }
  #hero .loop-txt {
    bottom: 13rem;
  }
  #hero .bg-white {
    width: 1360px;
    bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  #hero {
    height: auto;
  }
  #hero .inner {
    display: block;
  }
  #hero .inner .txt-box {
    padding: 10.5rem 0 4rem 0;
    width: 90%;
    margin: 0 auto;
  }
  #hero .inner .txt-box .heading-balloon {
    margin: 0 auto;
    padding: 0.8rem;
    margin-bottom: 1.5rem;
    border-radius: 7px;
  }
  #hero .inner .txt-box .heading-balloon::before {
    bottom: -9px;
    width: 26px;
    height: 10px;
  }
  #hero .inner .txt-box .heading-balloon .sub {
    font-size: 1.2rem;
    line-height: 1.3;
    border-radius: 5px;
    padding: 0.3rem 0.6rem 0.3rem 0.6rem;
    margin-right: 10px;
  }
  #hero .inner .txt-box .heading-balloon .txt {
    font-size: 1.6rem;
  }
  #hero .inner .txt-box h1 {
    text-align: center;
    font-size: 5.5rem;
    line-height: 6.2rem;
    margin-bottom: 2.5rem;
  }
  #hero .inner .txt-box .box {
    max-width: 339px;
    margin: 0 auto;
    padding: 2.1rem 2rem 2.3rem 2rem;
    border-radius: 7px;
  }
  #hero .inner .txt-box .box::before {
    top: 1.6rem;
    width: 2px;
    height: 125px;
  }
  #hero .inner .txt-box .box .box-item {
    display: block;
  }
  #hero .inner .txt-box .box .box-item.start {
    margin-bottom: 1.6rem;
  }
  #hero .inner .txt-box .box .box-item .left {
    font-size: 1.55rem;
    margin: 0.8rem 0 0 0;
  }
  #hero .inner .txt-box .box .box-item .left .small {
    font-size: 1.1rem;
  }
  #hero .inner .txt-box .box .box-item .left .sub {
    font-size: 1.3rem;
    margin-top: 0.6rem;
  }
  #hero .inner .txt-box .box .box-item .right {
    font-size: 1.55rem;
  }
  #hero .inner .txt-box .box .map {
    height: 14rem;
    margin-top: 1.5rem;
  }
  #hero .inner .txt-box .list {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2rem auto 0rem auto;
  }
  #hero .inner .txt-box .list .tag {
    display: block;
    padding: 0.3rem 1rem 0.4rem 1rem;
    background: #DC550F;
    font-size: 1.4rem;
    border-radius: 2.5rem;
  }
  #hero .inner .txt-box .list .tag:not(:nth-last-of-type(1)) {
    margin-right: 0.6rem;
  }
  #hero .inner .warpper {
    display: block;
    margin-bottom: 5rem;
  }
  #hero .inner .warpper .slider {
    display: flex;
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
  }
  #hero .inner .warpper .slider .pht {
    width: 30vw;
    flex-shrink: 0;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 1rem;
  }
  #hero .inner .warpper .slider .pht img {
    display: block;
    width: 100%;
  }
  #hero .inner .warpper .slider.slider-01 {
    margin-right: 0;
    margin-bottom: 1rem;
    flex-direction: row;
    animation: slide-right 20s linear infinite;
  }
  #hero .inner .warpper .slider.slider-02 {
    flex-direction: row;
    animation: slide-left 20s linear infinite;
  }
  #hero .bg-white {
    position: absolute;
    width: 768px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
  }
  #hero .loop-txt {
    display: none;
  }
  @keyframes slide-right {
    from {
      transform: translateX(-50%);
    }
    to {
      transform: translateX(0);
    }
  }
  @keyframes slide-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
}
/* companies
--------------------- */
#companies {
  padding-top: 2rem;
  padding-bottom: 8rem;
  border-radius: 0 0 5rem 5rem;
  background: #fff;
}
#companies .list {
  display: flex;
  flex-wrap: wrap;
}
#companies .list .item {
  width: calc(25% - 1.8rem);
  margin-right: 2.1rem;
  margin-bottom: 4rem;
}
#companies .list .item:nth-child(4n) {
  margin-right: 0;
}
#companies .list .item a {
  display: block;
}
#companies .list .item a .pht {
  border-radius: 10px;
  overflow: hidden;
}
#companies .list .item a .pht.pht-border {
  border: 1px solid #ddd;
}
#companies .list .item a p {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: center;
  font-weight: 400;
  margin-top: 1rem;
}
#companies .list .item a p .small {
  font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
  #companies .list .item a:hover .pht img {
    transform: scale(1.08);
  }
  #companies .list .item a .pht img {
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #companies {
    position: relative;
    z-index: 30;
    padding-top: 0rem;
    margin-top: -1rem;
    padding-bottom: 1rem;
    border-radius: 0 0 3rem 3rem;
    background: #fff;
  }
  #companies .list {
    display: flex;
    flex-wrap: wrap;
  }
  #companies .list .item {
    width: calc(50% - 0.5rem);
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
  #companies .list .item:nth-child(4n) {
    margin-right: 0;
  }
  #companies .list .item:nth-child(odd) {
    margin-right: 1rem;
  }
  #companies .list .item a .pht {
    border-radius: 7px;
  }
  #companies .list .item a p {
    font-size: 1.35rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.001em;
    margin-top: 1rem;
  }
  #companies .list .item a p .small {
    font-size: 1.1rem;
  }
}
/* event-overview
--------------------- */
#event-overview .box {
  display: flex;
  justify-content: space-between;
}
#event-overview .box .item {
  width: calc(50% - 2rem);
  height: auto;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
}
#event-overview .box .item .en {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: 180px;
  padding: 1.4rem 0 1.3rem 0;
  border-radius: 8px 8px 0 0;
  background: #DC5510;
}
#event-overview .box .item .txt-box {
  padding: 2.6rem 3rem 4rem 3rem;
  background: #fff;
  height: 100%;
  border-radius: 0 8px 8px 8px;
}
#event-overview .box .item .txt-box h3 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
  border-bottom: 1px dotted #DDDDDD;
}
#event-overview .box .item .txt-box h3 .small {
  font-size: 1.6rem;
  font-weight: 500;
}
#event-overview .box .item .txt-box .txt {
  font-size: 1.5rem;
  letter-spacing: 0.001em;
  line-height: 2.6rem;
}
#event-overview .box .item .txt-box .sub {
  position: relative;
  font-size: 1.35rem;
  margin-top: 1.1rem;
  padding-left: 1.4rem;
}
#event-overview .box .item .txt-box .sub::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #DC5510;
}

@media screen and (max-width: 768px) {
  #event-overview .box {
    display: block;
  }
  #event-overview .box .item {
    width: 100%;
    border-radius: 0 8px 8px 8px;
    overflow: hidden;
  }
  #event-overview .box .item.start {
    margin-bottom: 2rem;
  }
  #event-overview .box .item .en {
    font-size: 1.1rem;
    width: 180px;
    padding: 1.4rem 0 1.3rem 0;
  }
  #event-overview .box .item .txt-box {
    padding: 2.4rem 2.7rem 3rem 2.7rem;
    border-radius: 0 8px 8px 8px;
  }
  #event-overview .box .item .txt-box h3 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.4rem;
    padding-bottom: 1.8rem;
    margin-bottom: 1.8rem;
  }
  #event-overview .box .item .txt-box h3 .small {
    font-size: 1.6rem;
    font-weight: 500;
  }
  #event-overview .box .item .txt-box .txt {
    font-size: 1.4rem;
    letter-spacing: 0.001em;
    line-height: 2.2rem;
  }
  #event-overview .box .item .txt-box .sub {
    position: relative;
    font-size: 1.3rem;
    line-height: 1.7rem;
    margin-top: 0.9rem;
    padding-left: 1.1rem;
  }
  #event-overview .box .item .txt-box .sub::before {
    top: 0.55rem;
  }
}
/* event-highlights
--------------------- */
#event-highlights .warpper {
  display: flex;
  justify-content: space-between;
}
#event-highlights .warpper .item {
  width: calc(33.3333333333% - 2.8rem);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
#event-highlights .warpper .item h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-align: center;
  font-weight: 500;
  height: 71px;
  background: #DC5510;
}
#event-highlights .warpper .item .box {
  flex: 1;
  padding: 2.5rem 3.2rem 3.5rem 3.2rem;
  border-radius: 0 8px 8px 8px;
}
#event-highlights .warpper .item .box .pht {
  width: 109px;
  margin: 0 auto 2rem auto;
}
#event-highlights .warpper .item .box .txt {
  font-size: 1.5rem;
  line-height: 2.8rem;
}

@media screen and (max-width: 768px) {
  #event-highlights .warpper {
    display: block;
  }
  #event-highlights .warpper .item {
    width: 100%;
    border-radius: 10px;
  }
  #event-highlights .warpper .item:not(:nth-last-of-type(1)) {
    margin-bottom: 2rem;
  }
  #event-highlights .warpper .item h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 500;
    height: 65px;
    background: #DC5510;
  }
  #event-highlights .warpper .item .box {
    padding: 2.5rem 3.8rem 3.8rem 3.8rem;
    background: #fff;
    height: 100%;
    border-radius: 0 8px 8px 8px;
  }
  #event-highlights .warpper .item .box .pht {
    width: 109px;
    margin: 0 auto 1.5rem auto;
  }
  #event-highlights .warpper .item .box .txt {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
/* schedule
--------------------- */
#schedule .h4-box {
  position: relative;
  width: 100%;
}
#schedule .h4-box h4 {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem;
  margin: 0 auto 4rem auto;
  background: #F2ECE4;
}
#schedule .h4-box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(220, 85, 16, 0.2);
}
#schedule .warpper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}
#schedule .warpper .list {
  position: relative;
  width: calc((100% - 5rem) / 2);
}
#schedule .warpper .list.left::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5rem;
  width: 1px;
  height: 100%;
  background: #DC5510;
}
#schedule .warpper .list.right::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 5rem;
  width: 1px;
  height: 70%;
  background: #DC5510;
}
#schedule .warpper .list .item {
  display: flex;
  align-items: center;
  padding: 1.5rem 2rem 1.4rem 2rem;
  border-radius: 10px;
  background: #fff;
}
#schedule .warpper .list .item:not(:nth-last-of-type(1)) {
  margin-bottom: 2rem;
}
#schedule .warpper .list .item.dec-item {
  background: #DC5510;
}
#schedule .warpper .list .item.dec-item .time {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
}
#schedule .warpper .list .item.dec-item .txt {
  font-weight: 500;
}
#schedule .warpper .list .item .time {
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
  padding: 0 0.8rem;
  margin-right: 2rem;
}
#schedule .warpper .list .item .txt {
  font-size: 1.6rem;
  font-weight: 400;
}
#schedule .pht-box {
  display: flex;
  justify-content: space-between;
}
#schedule .pht-box .pht {
  width: calc((100% - 8rem) / 4);
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #schedule .h4-box {
    width: 100%;
  }
  #schedule .h4-box h4 {
    font-size: 2rem;
    line-height: 1.4;
    padding: 0 2rem;
    margin: 0 auto 2rem auto;
  }
  #schedule .warpper {
    display: block;
    margin-bottom: 4rem;
  }
  #schedule .warpper .list {
    position: relative;
    width: 100%;
  }
  #schedule .warpper .list.left {
    margin-bottom: 1.5rem;
  }
  #schedule .warpper .list.left::after {
    left: 6.9rem;
    height: 110%;
  }
  #schedule .warpper .list.right::after {
    left: 6.9rem;
    height: 100%;
  }
  #schedule .warpper .list .item {
    display: flex;
    align-items: center;
    padding: 1.1rem 1.4rem 1rem 1.4rem;
    border-radius: 10px;
    background: #fff;
  }
  #schedule .warpper .list .item:not(:nth-last-of-type(1)) {
    margin-bottom: 1.5rem;
  }
  #schedule .warpper .list .item.dec-item {
    background: #DC5510;
  }
  #schedule .warpper .list .item.dec-item .time {
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
  }
  #schedule .warpper .list .item.dec-item .txt {
    font-weight: 500;
  }
  #schedule .warpper .list .item .time {
    font-size: 1.4rem;
    line-height: 2;
    margin-right: 1.5rem;
  }
  #schedule .warpper .list .item .txt {
    font-size: 1.5rem;
  }
  #schedule .pht-box {
    display: block;
  }
  #schedule .pht-box .pht {
    width: 100%;
    overflow: hidden;
    height: 50vw;
  }
  #schedule .pht-box .pht:not(:nth-last-of-type(1)) {
    margin-bottom: 1rem;
  }
}
/* thanks-contents
--------------------- */
#thanks-contents {
  padding: 24.2rem 0 17rem;
}
#thanks-contents .con-inner h1 {
  font-size: 4.4rem;
  text-align: center;
  font-weight: 400;
}
#thanks-contents .con-inner .txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  font-weight: 400;
  padding: 5rem 0 4rem 0;
}
#thanks-contents .con-inner .btn {
  width: 200px;
  height: 50px;
  margin: 0 auto;
}
#thanks-contents .con-inner .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  background: #DC5510;
}

@media screen and (max-width: 768px) {
  #thanks-contents {
    padding: 13rem 0 13rem;
  }
  #thanks-contents .con-inner h1 {
    font-size: 3.4rem;
  }
  #thanks-contents .con-inner .txt {
    font-size: 1.5rem;
    line-height: 2.6rem;
    text-align: left;
    padding: 4rem 0 3rem 0;
  }
  #thanks-contents .con-inner .btn {
    width: 200px;
    height: 50px;
    margin: 0 auto;
  }
  #thanks-contents .con-inner .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    background: #DC5510;
  }
}
/* entry 
--------------------- */
#entry {
  padding: 11.2rem 0 12rem 0;
  border-radius: 5rem 5rem 0 0;
  background: #fff;
}
#entry .flow .lead-txt {
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  margin-bottom: 8rem;
}
#entry .flow .list {
  display: flex;
  justify-content: space-between;
}
#entry .flow .list .item {
  position: relative;
  width: calc((100% - 12rem) / 3);
  padding: 1.5rem 0 1.7rem 0;
  margin-bottom: 3rem;
  border-radius: 10px;
  background: rgba(220, 85, 16, 0.05);
}
#entry .flow .list .item .en {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 0.5rem;
}
#entry .flow .list .item p {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
#entry .flow .list .item:not(:nth-last-of-type(1))::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -36.5px;
  transform: translateY(-50%);
  width: 9.5px;
  height: 24px;
  background: url("../img/gray_arrow.svg") no-repeat center/cover;
}
#entry .flow .list .item.active {
  background: #DC5510;
}
#entry .flow .list .item.active .en {
  color: #fff;
}
#entry .flow .list .item.active p {
  color: #fff;
}
#entry .formTable {
  width: 100%;
}
#entry .formTable th {
  width: 300px;
  padding: 3rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  letter-spacing: 0;
  text-align: left;
  position: relative;
}
#entry .formTable th span {
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 2px 5px 4px 5px;
  margin: -3px 0 0 10px;
  border-radius: 5px;
  background: #DC5510;
}
#entry .formTable th.area-th {
  vertical-align: top;
}
#entry .formTable td {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333333;
  width: calc(100% - 300px);
  letter-spacing: 0;
}
#entry .formTable td input {
  font-size: 1.6rem;
  padding: 1.5rem 0 1.1rem 2rem;
  font-weight: 500;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CCCBCB;
  background: #fff;
}
#entry .formTable td input::-moz-placeholder {
  color: #BFBFBF;
}
#entry .formTable td input::placeholder {
  color: #BFBFBF;
}
#entry .formTable td .checkbox-1 {
  display: inline-flex;
  align-items: center;
}
#entry .formTable td .checkbox-1 .mg-left {
  margin-right: 3.4rem;
}
#entry .formTable td .checkbox-1 label {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#entry .formTable td .checkbox-1 label span {
  display: inline-block;
  margin-left: 1.4rem;
  padding-bottom: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#entry .formTable td .checkbox-1 label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #CCCBCB;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
#entry .formTable td .checkbox-1 label input[type=checkbox]:checked {
  border-color: #DC5510;
  background: #DC5510;
}
#entry .formTable td .checkbox-1 label:has(input:checked)::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 3px;
  height: 7px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
}
#entry .btn-area {
  margin: 8rem 0 0 0;
}
#entry .btn-area .txt-box {
  font-size: 1.6rem;
  text-align: center;
}
#entry .btn-area .txt-box a {
  position: relative;
  font-size: 1.6rem;
  color: #DC5510;
  transition: all 0.3s;
}
#entry .btn-area .txt-box a:hover {
  opacity: 0.6;
}
#entry .btn-area .txt-box a::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DC5510;
}
#entry .btn-area .checkbox-1 {
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin: 2rem auto 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
#entry .btn-area .checkbox-1 label {
  display: flex;
  align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#entry .btn-area .checkbox-1 label .txt {
  display: flex;
  align-items: center;
  margin-left: 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 16px;
}
#entry .btn-area .checkbox-1 label .txt .sub {
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 3px 5px 5px 5px;
  margin: 0 0 0 10px;
  background: #DC5510;
}
#entry .btn-area .checkbox-1 label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #CCCBCB;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
}
#entry .btn-area .checkbox-1 label input[type=checkbox]:checked {
  border-color: #DC5510;
  background: #DC5510;
}
#entry .btn-area .checkbox-1 label:has(input:checked)::after {
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
}
#entry .btn-area .submit-btn {
  width: 200px;
  height: 50px;
  margin: 4rem auto 0 auto;
}
#entry .btn-area .submit-btn input {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  border: 1px solid #DC5510;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #DC5510;
}
#entry .btn-area .submit-btn input:hover {
  color: #DC5510;
  background: #fff;
}

@media screen and (max-width: 768px) {
  #entry {
    padding: 6rem 0 8rem 0;
    border-radius: 3rem 3rem 0 0;
    background: #fff;
  }
  #entry .con-h2 {
    margin-bottom: 3.4rem;
  }
  #entry .flow .lead-txt {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: left;
    margin-bottom: 4.5rem;
  }
  #entry .flow .list .item {
    position: relative;
    width: calc((100% - 4rem) / 3);
    padding: 1.5rem 0 1.5rem 0;
    margin-bottom: 0rem;
    border-radius: 10px;
  }
  #entry .flow .list .item .en {
    font-size: 1rem;
    padding-bottom: 0.5rem;
  }
  #entry .flow .list .item p {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  #entry .flow .list .item:not(:nth-last-of-type(1))::after {
    right: -15.5px;
    width: 8.5px;
    height: 22px;
  }
  #entry .formTable {
    width: 100%;
  }
  #entry .formTable th {
    display: block;
    width: 100%;
    padding: 3.4rem 0 1rem 0;
    font-size: 1.7rem;
  }
  #entry .formTable th span {
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    padding: 2px 5px 4px 5px;
    margin: -3px 0 0 10px;
    border-radius: 5px;
    background: #DC5510;
  }
  #entry .formTable td {
    display: block;
    font-size: 1.5rem;
    width: 100%;
  }
  #entry .formTable td input {
    font-size: 1.6rem;
    padding: 1.5rem 0 1.1rem 1.5rem;
    font-weight: 500;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #CCCBCB;
    background: #fff;
  }
  #entry .formTable td input::-moz-placeholder {
    color: #BFBFBF;
  }
  #entry .formTable td input::placeholder {
    color: #BFBFBF;
  }
  #entry .formTable td .checkbox-1 {
    display: inline-flex;
    align-items: center;
  }
  #entry .formTable td .checkbox-1 .mg-left {
    margin-right: 3rem;
  }
  #entry .formTable td .checkbox-1 label {
    display: inline-flex;
  }
  #entry .formTable td .checkbox-1 label span {
    margin-left: 1rem;
  }
  #entry .btn-area {
    margin: 4.5rem 0 0 0;
  }
  #entry .btn-area .txt-box {
    font-size: 1.6rem;
    text-align: center;
  }
  #entry .btn-area .txt-box a {
    position: relative;
    font-size: 1.5rem;
    line-height: 3.5rem;
    color: #DC5510;
    transition: all 0.3s;
  }
  #entry .btn-area .txt-box a:hover {
    opacity: 0.6;
  }
  #entry .btn-area .txt-box a::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #DC5510;
  }
  #entry .btn-area .checkbox-1 {
    margin-left: 20px;
    margin: 2rem auto 0 auto;
  }
  #entry .btn-area .checkbox-1 label .txt {
    margin-left: 0.5em;
    font-size: 1.5rem;
  }
  #entry .btn-area .submit-btn {
    width: 200px;
    height: 50px;
    margin: 4rem auto 0 auto;
  }
  #entry .btn-area .submit-btn input {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    border: 1px solid #DC5510;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background: #DC5510;
  }
  #entry .btn-area .submit-btn input:hover {
    color: #DC5510;
    background: #fff;
  }
}
/* confirmation 
--------------------- */
#entry.confirmation {
  padding: 12rem 0 12rem 0;
  border-radius: 0;
}
#entry.confirmation .con-inner {
  max-width: 900px;
}
#entry.confirmation .con-inner h1 {
  font-size: 4.4rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}
#entry.confirmation .con-inner .flow .lead-txt {
  margin-bottom: 7rem;
}
#entry.confirmation .con-inner .flow .list .item {
  margin-bottom: 8rem;
}
#entry.confirmation .con-inner .formTable {
  width: 100%;
}
#entry.confirmation .con-inner .formTable tr {
  position: relative;
}
#entry.confirmation .con-inner .formTable tr::after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DDDDDD;
}
#entry.confirmation .con-inner .formTable th {
  width: 50%;
  padding: 2.6rem 0;
  font-size: 1.8rem;
}
#entry.confirmation .con-inner .formTable td {
  font-size: 1.6rem;
  width: 50%;
}
#entry.confirmation .con-inner .formTable td input {
  font-size: 1.6rem;
  padding: 1.5rem 0 1.1rem 2rem;
  width: 100%;
}
#entry.confirmation .con-inner .formTable td .checkbox-1 .mg-left {
  margin-right: 3.4rem;
}
#entry.confirmation .con-inner .formTable td .checkbox-1 label {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
#entry.confirmation .con-inner .formTable td .checkbox-1 label span {
  display: inline-block;
  margin-left: 1.4rem;
  padding-bottom: 0.1rem;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
#entry.confirmation .con-inner .formTable td .checkbox-1 label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #CCCBCB;
  border-radius: 100%;
  background: #fff;
  cursor: pointer;
}
#entry.confirmation .con-inner .formTable td .checkbox-1 label input[type=checkbox]:checked {
  border-color: #DC5510;
  background: #DC5510;
}
#entry.confirmation .con-inner .formTable td .checkbox-1 label:has(input:checked)::after {
  position: absolute;
  top: 3px;
  left: 6px;
  width: 3px;
  height: 7px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 3px 3px 0;
  content: "";
}
#entry.confirmation .con-inner .btn-area {
  display: flex;
  justify-content: center;
  margin: 6rem auto 0 auto;
}
#entry.confirmation .con-inner .btn-area .submit-btn {
  width: 200px;
  height: 50px;
  margin: 0;
}
#entry.confirmation .con-inner .btn-area .submit-btn input {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  border: 1px solid #DC5510;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #DC5510;
}
#entry.confirmation .con-inner .btn-area .submit-btn input:hover {
  color: #DC5510;
  background: #fff;
}

.back-btn {
  width: 200px;
  height: 50px;
  margin-right: 2rem;
}
.back-btn.error-btn {
  margin: 1rem auto 0 auto;
}
.back-btn input {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  border: 1px solid #595857;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  background: #595857;
}
.back-btn input:hover {
  border: 1px solid #454545;
  background: #454545;
}

.error-btn {
  width: 220px;
  height: 50px;
  margin-right: 0;
}

.error-txt {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  #entry.confirmation {
    padding: 13rem 0 8rem 0;
    border-radius: 0;
  }
  #entry.confirmation .con-inner h1 {
    font-size: 3.4rem;
    margin-bottom: 4rem;
  }
  #entry.confirmation .con-inner .flow .lead-txt {
    margin-bottom: 4.5rem;
  }
  #entry.confirmation .con-inner .flow .list .item {
    margin-bottom: 1.5rem;
  }
  #entry.confirmation .con-inner .formTable {
    width: 100%;
  }
  #entry.confirmation .con-inner .formTable tr::after {
    display: none;
  }
  #entry.confirmation .con-inner .formTable th {
    display: block;
    width: 100%;
    padding: 1.7rem 0 1.8rem 0;
    font-size: 1.3rem;
  }
  #entry.confirmation .con-inner .formTable td {
    display: block;
    font-size: 1.6rem;
    width: 100%;
    padding-bottom: 2.4rem;
    border-bottom: 1px solid #DDDDDD;
  }
  #entry.confirmation .con-inner .btn-area {
    margin: 4.5rem 0 0 0;
  }
  #entry.confirmation .con-inner .btn-area .submit-btn {
    width: 170px;
    height: 50px;
  }
  #entry.confirmation .con-inner .btn-area .submit-btn input {
    font-size: 1.5rem;
    border-radius: 25px;
  }
  .back-btn {
    width: 170px;
    height: 50px;
    margin-right: 1.5rem;
  }
  .back-btn input {
    font-size: 1.5rem;
    border-radius: 25px;
  }
}
/* footer 
--------------------- */
footer {
  padding: 5.3rem 0 15.5rem 0;
  background: #fff;
  border-top: 1px solid #DDDDDD;
}
footer.confirmation-footer {
  padding: 5.3rem 0 5.3rem 0;
}
footer .con-inner {
  display: flex;
  justify-content: space-between;
}
footer .con-inner .cplink a {
  font-size: 1.6rem;
}
footer .con-inner .copyright {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 5.3rem 0 13.3rem 0;
    background: #fff;
  }
  footer.confirmation-footer {
    padding: 5.3rem 0 5.3rem 0;
  }
  footer .con-inner {
    display: block;
  }
  footer .con-inner .cplink a {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  footer .con-inner .copyright {
    font-size: 1rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */