/* 共通
-------------------------------------*/
#content-wrap {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

ruby[data-ruby] {
  position: relative;
}

ruby[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  left: -2em;
  top: 0;
  right: -2em;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 20px;
}

ruby rt {
  display: none;
}

@media screen and (max-width:1000px) {
  ruby[data-ruby]::before {
    top: -5px;
    font-size: 12px;
    letter-spacing: 10px;
  }
}

/* hero
-------------------------------------*/
#hero {
  position: relative;
  margin-bottom: 130px;
}

#hero:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 270px;
  width: 137px;
  height: 162px;
  background-image: url(../../img/index/hero-ebopi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#hero img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:1000px) {
  #hero {
    margin-bottom: 0;
  }

  #hero:after {
    left: 25px;
    bottom: 30px;
    width: 100px;
    height: 118px;
  }

  #hero img {
    margin-bottom: -10px;
  }

  #hero .curve svg path {
    fill: #9a0000 !important;
  }
}

/* issai-gassai
-------------------------------------*/
#issai-gassai {
  position: relative;
  margin-bottom: 300px;
}

#issai-gassai .left-box {
  width: 200px;
}

#issai-gassai .left-box h2 img {
  width: 240px;
  height: 358px;
}

#issai-gassai .right-box {
  width: calc(100% - 240px);
  padding-left: 90px;
}

#issai-gassai .right-box .date-wrap {
  margin-bottom: 20px;
  font-family: var(--mincho-font_family);
  font-weight: 600;
}

#issai-gassai .right-box .date-wrap p.date-ym {
  font-size: 18px;
  line-height: 1;
}

#issai-gassai .right-box .date-wrap p.date-day {
  font-size: 70px;
  line-height: 1;
}

#issai-gassai .right-box .daily-csv-row p.genbun {
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 600;
}

#issai-gassai .right-box .daily-csv-row p.kaisetsu {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600;
}

#issai-gassai .right-box .daily-csv-row p.foot {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
}

@media screen and (max-width:1000px) {
  #issai-gassai {
    padding-top: 60px;
    margin-bottom: 150px;
  }

  #issai-gassai .left-box {
    width: 220px;
    margin: 0 auto;
  }

  #issai-gassai .right-box {
    width: 100%;
    padding-left: 0;
  }

  #issai-gassai .right-box .daily-csv-row {
    padding: 0 15px;
  }

  #issai-gassai .right-box .daily-csv-row p.genbun {
    font-size: 25px;
    line-height: 2.2;
  }

  #issai-gassai .right-box .daily-csv-row p.kaisetsu {
    font-size: 18px;
    font-weight: 700;
  }

  #issai-gassai .right-box .daily-csv-row p.foot {
    font-size: 14px;
  }
}

/* news
-------------------------------------*/
#news {
  padding-bottom: 155px;
  font-family: var(--mincho-font_family);
  font-weight: 700;
}

#news .title-wrap {
  width: calc(100% - 880px);
}

#news .title-wrap h2 {
  font-size: 35px;
}

#news .news-list {
  width: 880px;
}

#news .news-list ul {
  margin-bottom: 40px;
}

#news .news-list ul li {
  border-top: solid 1px #000;
}

#news .news-list ul li:last-of-type {
  border-bottom: solid 1px #000;
}

#news .news-list ul li a {
  position: relative;
  align-items: center;
  padding: 22px 0 15px 25px;
  transition: all .5s ease;
}

#news .news-list ul li a:hover {
  background-color: #EEE;
  transition: all .5s ease;
}

#news .news-list ul li a:after {
  content: "お知らせ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: fit-content;
  margin: auto 0;
  font-size: 13px;
}

#news .news-list ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 15px;
  height: 1px;
  margin: auto 0;
  background-color: #000;
}

#news .news-list ul li a .news-date {
  width: 120px;
}

#news .news-list ul li a .news-date .news-date-ym {
  font-size: 15px;
  line-height: 1;
}

#news .news-list ul li a .news-date .news-date-day {
  font-size: 60px;
  line-height: 1;
}

#news .news-list ul li a h3 {
  font-size: 21px;
}

#news .button {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width:1280px) {
  #news .title-wrap {
    width: 220px;
  }

  #news .news-list {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width:1000px) {
  #news .title-wrap h2 {
    margin-bottom: 20px;
    font-size: 30px;
    text-align: center;
  }

  #news .news-list ul li a {
    display: block;
    padding: 18px 0 10px 0;
  }

  #news .news-list ul li a:before {
    top: auto;
    bottom: 24px;
  }

  #news .news-list ul li a:after {
    top: auto;
    bottom: 12px;
  }

  #news .news-list ul li a .news-date {
    display: flex;
  }

  #news .news-list ul li a .news-date .news-date-ym,
  #news .news-list ul li a .news-date .news-date-day {
    font-size: 13px;
  }

  #news .news-list ul li a h3 {
    padding-bottom: 25px;
    font-size: 18px;
  }

  #news .title-wrap {
    width: 100%;
  }

  #news .news-list {
    width: 100%;
  }

  #news .button {
    margin-right: auto;
  }
}

/* discover
-------------------------------------*/
#discover {
  padding: 100px 0 120px;
  position: relative;
  background: #CDCFCF;
}

#discover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../../img/index/gara-bg.svg);
  background-size: 4000px;
  background-position: center;
  opacity: 0.3;
}

#discover .inner {
  position: relative;
}

#discover .inner:before {
  content: "";
  position: absolute;
  bottom: 165px;
  left: 255px;
  width: 80px;
  height: 39px;
  background-image: url(../../img/index/discover-ebopi-text.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#discover .inner:after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 180px;
  width: 103px;
  height: 123px;
  background-image: url(../../img/index/discover-ebopi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#discover h2 {
  position: absolute;
  top: 0;
  left: 0;
}

#discover h2 img {
  width: 523px;
}

#discover .sato-issai {
  width: fit-content;
  padding-top: 255px;
  margin-left: auto;
}

#discover .sato-issai .img-wrap {
  position: relative;
  z-index: 0;
}

#discover .sato-issai .img-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -118px;
  left: -75px;
  right: 0;
  width: 111px;
  height: 103px;
  margin: 0 auto;
  background-image: url(../../img/index/discover-fukidashi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#discover .sato-issai .img-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -155px;
  right: 40px;
  width: 612px;
  height: 614px;
  background-image: url(../../img/index/discover-bg-text.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#discover .sato-issai .img-wrap img.portrait {
  position: relative;
  z-index: 0;
  width: 812px;
}

#discover .text-wrap {
  position: absolute;
  top: 460px;
  left: 120px;
  max-width: 340px;
}

#discover .text-wrap p {
  margin-bottom: 45px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width:1280px) {
  #discover h2 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }

  #discover .inner:before {
    content: none;
  }

  #discover .inner:after {
    content: none;
  }

  #discover .sato-issai {
    padding-top: 120px;
    margin-right: auto;
  }

  #discover .text-wrap {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
  }

  #discover .text-wrap .button {
    position: relative;
    margin: 0 auto;
  }

  #discover .text-wrap .button:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    width: 50px;
    height: 60px;
    margin: auto 0;
    background-image: url(../../img/index/discover-ebopi-reverse.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width:1000px) {
  #discover .sato-issai .img-wrap:after {
    max-width: 100vw;
    right: -5vw;
    left: -5vw;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  #discover:before {
    background-size: 2500px;
  }
}

/* view-plaza
-------------------------------------*/
#view-plaza {
  position: relative;
  z-index: 0;
  padding-bottom: 300px;
  margin-top: -3%;
}

#view-plaza:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../../img/index/gara-gray-bg.svg);
  background-size: 4000px;
  background-position: top center;
}

#view-plaza .main-img {
  position: relative;
}

#view-plaza .column {
  padding-top: 110px;
}

#view-plaza .column .right-box {
  position: relative;
  width: fit-content;
  margin-top: -290px;
}

#view-plaza .column .right-box::after {
  content: "";
  position: absolute;
  bottom: -150px;
  right: 30px;
  width: 204px;
  height: 133px;
  background-image: url(../../img/index/view-plaza-ebopi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#view-plaza .column .right-box h2 img {
  width: 530px;
}

#view-plaza .column .right-box .text-wrap {
  max-width: 340px;
  margin-top: -50px;
  margin-left: 100px;
}

#view-plaza .column .right-box .text-wrap p {
  margin-bottom: 45px;
  margin-left: 100px;
  font-size: 14px;
  font-weight: 500;
}

#view-plaza .column .left-box {
  width: calc(100% - 530px);
  padding-right: 65px;
  font-family: var(--mincho-font_family);
}

#view-plaza .column .left-box .view-plaza-menu {
  margin-bottom: 60px;
}

#view-plaza .column .left-box .view-plaza-menu h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

#view-plaza .column .left-box .view-plaza-menu ul li {
  width: calc(100% - 21px);
  height: 70px;
  margin-top: -1px;
  background-color: #FFF;
  border: 1px solid #000;
}

#view-plaza .column .left-box .view-plaza-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 55px;
  background-color: #FFF;
  font-size: 25px;
  transition: all .5s ease;
}

#view-plaza .column .left-box .view-plaza-menu ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 22px;
  height: 10px;
  margin: auto 0;
  background-color: #898989;
  clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  transition: all .5s ease;
}

#view-plaza .column .left-box .view-plaza-menu ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 21px;
  height: 70px;
  margin: auto 0;
  background-color: #FFF;
  background-image: url(../../img/index/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#view-plaza .column .left-box .view-plaza-menu ul li a:hover {
  color: var(--base-color);
  transition: all .5s ease;
}

#view-plaza .column .left-box .view-plaza-menu ul li a:hover::before {
  background-color: var(--base-color);
}

#view-plaza .column .right-box .text-wrap {
  max-width: 530px;
  margin-top: 0;
  margin-left: 0;
}

@media screen and (max-width:1280px) {
  #view-plaza {
    padding-bottom: 70px;
  }

  #view-plaza .column {
    display: block;
  }

  #view-plaza .column .left-box .view-plaza-menu ul li a {
    font-size: 20px;
  }

  #view-plaza .column .right-box {
    margin-left: auto;
    margin-right: auto;
  }

  #view-plaza .column .right-box::after {
    content: none;
  }

  #view-plaza .column .right-box .text-wrap p {
    margin-left: 0;
  }

  #view-plaza .column .left-box {
    width: 100%;
    max-width: 530px;
    padding-right: 0;
    margin: 0 auto;
  }

  #view-plaza .column .left-box .button {
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  #view-plaza {
    margin-top: -8%;
  }

  #view-plaza:before {
    background-size: 2500px;
  }

  #view-plaza .column .right-box {
    margin-top: -240px;
  }

  #view-plaza .main-img img {
    height: 430px;
    object-fit: cover;
  }
}

/* voice
-------------------------------------*/
#voice {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: var(--base-color);
}

#voice .sato-issai-img {
  position: absolute;
  bottom: -47px;
  right: 0;
}

#voice .sato-issai-img::before {
  content: "";
  position: absolute;
  top: 90px;
  left: 140px;
  width: 49px;
  height: 129px;
  background-image: url(../../img/index/voice-issai-text.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#voice .inner {
  position: relative;
  max-width: 1320px;
  padding: 100px 0 85px;
  overflow: hidden;
}

#voice .left-box h2 img {
  width: 518px;
}

#voice .left-box .text-wrap {
  width: 280px;
  margin-top: -60px;
  margin-left: 100px;
}

#voice .left-box .text-wrap p {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}

#voice .left-box .text-wrap .button {
  margin-top: 30px;
}

#voice .right-box {
  padding-left: 40px;
}

#voice .right-box img {
  width: 508px;
}

#voice .wrap {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width:1980px) {
  #voice .sato-issai-img {
    position: absolute;
    bottom: -47px;
    left: 0;
    right: 0;
    pointer-events: none;
    margin: 0 auto;
    z-index: -1;
    transform: translateX(590px);
    width: fit-content;
  }
}

@media screen and (max-width:1536px) {
  #voice .sato-issai-img {
    bottom: -42px;
    width: 470px;
  }

  #voice .sato-issai-img::before {
    top: 220px;
    left: 30px;
  }
}

@media screen and (max-width:1280px) {
  #voice {
    z-index: 0;
  }

  #voice::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: -75px;
    right: -15px;
    width: 118px;
    height: 122px;
    background-image: url(../../img/index/view-plaza-ebopi-sp.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }

  #voice .inner {
    width: 100%
  }

  #voice .sato-issai-img {
    display: none;
  }

  #voice .inner {
    flex-flow: column-reverse;
    padding-top: 40px;
  }

  #voice .left-box {
    z-index: 1;
    width: fit-content;
    margin: -100px auto 0;
  }

  #voice .left-box .text-wrap {
    width: 100%;
    max-width: 518px;
    margin-top: 0;
    margin-left: 0;
  }

  #voice .right-box {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  #voice .right-box img {
    width: 100%;
    max-width: 991px;
    height: 831px;
    object-fit: cover;
  }
}

@media screen and (max-width:768px) {
  #voice .inner {
    padding-bottom: 150px;
  }

  #voice .left-box {
    max-width: 90%;
  }
}

@media screen and (max-width:600px) {
  #voice .left-box {
    margin-top: -70%;
  }

  #voice .right-box img {
    height: auto;
  }
}

/* learn
-------------------------------------*/
#learn {
  position: relative;
  padding: 200px 0 220px;
  background-color: #9B9D9D;
  z-index: 0;
}

#learn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .2;
  background-image: url(../../img/index/gara-bg.svg);
  background-size: 4000px;
  background-position: center;
}

#learn .inner {
  width: 100%;
}

#learn h2 {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: fit-content;
  height: fit-content;
  margin: auto;
}

#learn h2:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 30px;
  width: 89px;
  height: 138px;
  background-image: url(../../img/index/learn-learn-children-04.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .3s ease;
}

#learn h2 img {
  width: 527px;
}

#learn .inner {
  position: relative;
  max-width: 1600px;
}

#learn #learn-adults.learn-content {
  margin-top: -200px;
  margin-left: auto;
}

#learn .learn-content .left-box {
  position: relative;
  width: 750px;
  height: 750px;
  border-radius: 50%;
  transition: all .3s ease;
}

#learn #learn-adults.learn-content .left-box {
  overflow: hidden;
  background-image: url(../../img/index/learn-adults-bg.webp);
  background-repeat: no-repeat;
}

#learn .learn-content .left-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all .3s ease;
}

#learn #learn-children.learn-content .left-box a {
  background-color: #E6DC0A;
}

#learn #learn-adults.learn-content .left-box a {
  background-color: #1E8CDC;
  mix-blend-mode: multiply;
}

#learn #learn-adults.learn-content .left-box:before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: -100px;
  width: 510px;
  height: 717px;
  background-image: url(../../img/index/learn-adults-bg-issai.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .3s ease;
}

#learn .learn-content .left-box a h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  font-family: var(--mincho-font_family);
  font-weight: 600;
  line-height: 1.4;
  writing-mode: vertical-rl;
}

#learn #learn-adults.learn-content .left-box a h3 {
  color: #FFF;
}

#learn .learn-content .left-box a h3 span {
  font-size: 50px;
}

#learn #learn-children.learn-content .left-box a img {
  position: absolute;
  transition: all .3s ease;
}

#learn #learn-children.learn-content .left-box a img.children-illust01 {
  top: 0;
  left: 160px;
  width: 106px;
}

#learn #learn-children.learn-content .left-box a img.children-illust02 {
  top: 90px;
  left: 392px;
  width: 105px;
}

#learn #learn-children.learn-content .left-box a img.children-illust03 {
  top: 210px;
  right: 60px;
  width: 84px;
}

#learn #learn-children.learn-content .left-box a img.children-illust04 {
  display: none;
  width: 88px;
}

#learn #learn-children.learn-content .left-box a img.children-illust05 {
  bottom: 20px;
  right: 290px;
  width: 77px;
}

#learn #learn-children.learn-content .left-box a img.children-illust06 {
  bottom: 100px;
  left: 110px;
  width: 107px;
}

#learn #learn-children.learn-content .left-box a img.children-illust07 {
  top: 275px;
  left: 110px;
  width: 102px;
}

#learn .learn-content .right-box {
  width: calc(100% - 750px);
  max-width: 580px;
  padding-top: 20px;
}

#learn .learn-content.column-reverse .right-box {
  display: flex;
  align-items: flex-end;
  padding-left: 45px;
  padding-bottom: 20px;
}

#learn .learn-content .right-box .text-wrap .title-wrap p.sub-title {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 5px 10px;
  margin-left: -35px;
  background-color: #000;
  color: #FFF;
  font-family: var(--mincho-font_family);
  font-size: 27px;
  transform: rotate(-7deg);
}

#learn .learn-content .right-box .text-wrap .title-wrap h4 {
  width: fit-content;
  padding: 7px 10px 5px;
  margin-bottom: 20px;
  background-color: #FFF;
  font-family: var(--mincho-font_family);
  font-size: 58px;
  line-height: 1.4;
  transform: rotate(-4deg);
  letter-spacing: 5px;
}

#learn .learn-content .right-box .text-wrap>p {
  padding-left: 20px;
  color: #FFF;
  font-size: 20px;
  line-height: 2;
}


/* ホバーアクション */
@media screen and (min-width:769px) {
  #learn #learn-adults.learn-content .left-box:hover:before {
    transform: translate(-30px, -30px);
  }

  #learn #learn-children.learn-content .left-box:hover a {
    background-color: var(--base-color);
  }

  #learn #learn-adults.learn-content .left-box:hover a {
    background-color: var(--base-color);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust01 {
    transform: translate(-25px, -25px);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust02 {
    transform: translate(0px, -25px);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust03 {
    transform: translate(25px, -25px);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust04 {
    transform: translate(25px, 0px);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust05 {
    transform: translate(25px, 0px);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust06 {
    transform: translate(-25px, 25px);
  }

  #learn #learn-children.learn-content .left-box:hover a img.children-illust07 {
    transform: translate(-25px, 0px);
  }

  #learn h2.hover-anime:before {
    transform: translate(25px, 0px);
  }
}

@media screen and (max-width:1280px) {
  #learn {
    padding-top: 0;
  }

  #learn h2 {
    position: relative;
    top: -80px;
    max-width: 90%;
  }

  #learn h2:before {
    content: none;
  }

  #learn .learn-content {
    justify-content: center;
    margin-bottom: 80px;
  }

  #learn #learn-adults.learn-content {
    flex-wrap: wrap;
    flex-flow: row wrap;
    margin-top: 0;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust04 {
    display: block;
    bottom: 120px;
    right: 100px;
  }

  #learn .learn-content .right-box {
    width: 100%;
    margin-top: -80px;
  }

  #learn .learn-content .right-box .text-wrap .title-wrap p.sub-title {
    margin: 0 auto;
  }

  #learn .learn-content .right-box .text-wrap .title-wrap h4 {
    margin: 0 auto 20px;
  }

  #learn .learn-content .right-box .text-wrap>p {
    padding-left: 0;
    margin-top: 30px;
    font-size: 14px;
  }
}

@media screen and (max-width:768px) {
  #learn {
    padding-bottom: 60px;
  }

  #learn:before {
    background-size: 2500px;
  }

  #learn .learn-content {
    width: 90%;
    margin: 0 auto 40px;
  }

  #learn .learn-content .left-box {
    position: absolute;
    width: 425px;
    height: 425px;
    background-size: 100%;
  }

  #learn #learn-adults.learn-content .left-box:before {
    bottom: -50px;
    right: -60px;
    width: 288px;
    height: 405px;
  }

  #learn .learn-content .left-box a h3 {
    font-size: 24px;
  }

  #learn .learn-content .left-box a h3 span {
    font-size: 40px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust01 {
    top: 0;
    left: 60px;
    width: 66px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust02 {
    top: -40px;
    left: 220px;
    width: 65px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust03 {
    top: 60px;
    right: 20px;
    width: 52px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust04 {
    bottom: 120px;
    right: 35px;
    width: 55px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust05 {
    bottom: 80px;
    right: 145px;
    width: 48px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust06 {
    bottom: 45px;
    left: 30px;
    width: 66px;
  }

  #learn #learn-children.learn-content .left-box a img.children-illust07 {
    top: 150px;
    left: 35px;
    width: 63px;
  }

  #learn .learn-content .right-box {
    margin-top: 380px;
  }

  #learn .learn-content.column-reverse .right-box {
    padding-left: 0;
  }

  #learn .learn-content .right-box .text-wrap .title-wrap p.sub-title {
    font-size: 20px;
  }

  #learn .learn-content .right-box .text-wrap .title-wrap h4 {
    font-size: 43px;
  }
}

/* event
-------------------------------------*/
#event {
  position: relative;
  padding: 190px 0 110px;
}

#event::before {
  content: "";
  position: absolute;
  top: -125px;
  left: -160px;
  right: 0;
  width: 110px;
  height: 39px;
  margin: 0 auto;
  background-image: url(../../img/index/event-ebopi-text.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#event::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 142px;
  height: 124px;
  margin: 0 auto;
  background-image: url(../../img/index/event-ebopi.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#event h2 {
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
  color: var(--base-color);
  font-size: 38px;
  text-align: center;
}

#event h2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--base-color);
}

#event h2::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: -4px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background-color: var(--base-color);
}

#event h2 span {
  padding: 0 40px;
  background-color: #FFF;
}

#event .event-list {
  margin-bottom: 70px;
}

#event .event-list>ul.column {
  margin: 0 -30px;
}

#event .event-list>ul.column>li {
  width: calc((100% - 180px) / 3);
  margin: 0 30px;
}

#event .event-list>ul.column>li .img-wrap {
  position: relative;
  aspect-ratio: 4 / 3;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

#event .event-list>ul.column>li .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all .3s ease;
}

#event .event-list>ul.column>li:hover .img-wrap img {
  transform: scale(1.1, 1.1);
}

#event .event-list>ul.column>li .text-wrap .date {
  font-size: 16px;
}

#event .event-list>ul.column>li .text-wrap h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
}

#event .event-list>ul.column>li .text-wrap ul.event-cat-wrap li {
  width: fit-content;
  min-width: 75px;
  padding: 1px 15px;
  margin-right: 10px;
  background-color: var(--base-color);
  color: #FFF;
  font-size: 13px;
  text-align: center;
  border-radius: 30px;
}

#event .button {
  margin: 0 auto;
}

#event .event-list>ul.column>li dl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#event .event-list>ul.column>li dl dt,
#event .event-list>ul.column>li dl dd {
  font-size: 16px;
}

#event .event-list>ul.column>li dl dt {
  width: fit-content;
  min-width: 100px;
  max-width: calc(100% - 130px);
  padding: 3px 18px;
  margin-right: 20px;
  background-color: #A67F0B;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}

#event .event-list>ul.column>li .text-wrap p {
  background-color: #F2ECDA;
  padding: 5px 15px;
  margin-top: 10px;
  font-size: 15px;
}

#event .event-list>ul.column>li dl dd {
  width: 110px;
}

@media screen and (max-width:1280px) {
  #event::before {
    content: none;
  }

  #event .event-list>ul.column {
    margin: 0 -15px;
  }

  #event .event-list>ul.column>li {
    width: calc((100% - 90px) / 3);
    margin: 0 15px;
  }
}

@media screen and (max-width:1000px) {
  #event .event-list>ul.column>li .text-wrap .date {
    font-size: 13px;
  }

  #event .event-list>ul.column>li .text-wrap h4 {
    font-size: 18px;
  }
}

@media screen and (max-width:768px) {
  #event {
    padding-top: 80px;
  }

  #event::after {
    top: -60px;
    width: 85px;
    height: 75px;
  }

  #event .event-list {
    margin-bottom: 0;
  }

  #event .event-list>ul.column {
    margin: 0;
  }

  #event .event-list>ul.column>li {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 45px;
  }
}

/* iwamura
-------------------------------------*/
#iwamura {
  padding-bottom: 80px;
}

#iwamura .inner {
  max-width: 1300px;
}

#iwamura .main-area {
  position: relative;
  overflow: hidden;
  height: 720px;
}

#iwamura .main-area figure {
  line-height: 0;
}

#iwamura .main-area figure>img {
  height: 720px;
  object-fit: cover;
}

#iwamura .main-area .title-wrap {
  position: absolute;
  z-index: 0;
  top: 80px;
  left: -820px;
  right: 0;
  width: fit-content;
  margin: 0 auto;
}

#iwamura .main-area .title-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -190px;
  left: -85px;
  width: 520px;
  height: 513px;
  background-image: url(../../img/index/iwamura-h2-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

#iwamura .main-area .title-wrap h2 {
  margin-bottom: 25px;
  color: var(--base-color);
  font-family: var(--mincho-font_family);
  font-size: 58px;
  line-height: 1.1;
}

#iwamura .main-area .title-wrap p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

#iwamura .main-area .title-wrap p.sub-title {
  font-family: var(--mincho-font_family);
  font-size: 27px;
  font-weight: 700;
}

#iwamura .main-area .title-wrap .button {
  margin-top: 20px;
}

#iwamura .banner-area {
  font-family: var(--mincho-font_family);
  font-weight: 700;
}

#iwamura .banner-area ul.banner-list {
  margin: 0 -17px;
}

#iwamura .banner-area ul.banner-list li {
  width: calc((100% - 136px) / 4);
  margin: 0 17px 34px;
  text-align: center;
}

#iwamura .banner-area ul.banner-list li a {
  display: block;
  margin-bottom: 10px;
  line-height: 0;
}

#iwamura .banner-area ul.banner-list li h4 {
  font-size: 16px;
  text-align: center;
}

#iwamura .banner-area h3 {
  position: relative;
  width: fit-content;
  padding: 12px 70px 10px;
  margin: -35px auto 35px;
  background: #fff;
  font-size: 24px;
  border: 1px solid #aaa;
  border-radius: 10px;
}

#iwamura .banner-area h3::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: #aaa transparent transparent transparent;
}

#iwamura .banner-area h3::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 10px 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

@media screen and (max-width:1280px) {
  #iwamura .main-area .title-wrap {
    left: 0;
  }

  #iwamura .banner-area ul.banner-list li {
    width: calc((100% - 102px) / 3);
  }
}

@media screen and (max-width:768px) {
  #iwamura .banner-area ul.banner-list {
    display: block;
    margin: 0;
  }

  #iwamura .banner-area ul.banner-list li {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
  }

  #iwamura .banner-area h3 {
    padding: 12px 30px 10px;
    font-size: 20px;
  }
}

/* opening-hours
-------------------------------------*/
#opening-hours {
  position: fixed;
  z-index: 9998;
  bottom: 150px;
  right: 0;
  background-color: #9a0000;
  width: 480px;
  padding: 15px 0 15px 20px;
  text-align: center;
  font-family: var(--mincho-font_family);
  border-radius: 20px 0 0 20px;
  transform: translateX(415px);
  transition: all .3s ease;
}

#opening-hours:hover {
  transform: translateX(0);
}

#opening-hours .column {
  align-items: center;
}

#opening-hours h2 {
  color: #FFF;
}

#opening-hours h2 {
  padding-right: 20px;
  font-size: 20px;
  line-height: 1.2;
  writing-mode: vertical-rl;
  width: 45px;
}

#opening-hours .text-wrap {
  width: calc(100% - 45px);
}

#opening-hours .text-wrap p {
  padding: 12px 25px 14px;
  margin: 12px 0;
  background-color: #FFF;
  color: #9a0000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

#opening-hours .text-wrap p.open span {
  margin-left: 10px;
}

@media screen and (max-width:1000px) {
  #opening-hours {
    position: relative;
    z-index: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 0 25px;
    transform: translate(0);
    border-radius: 0;
  }

  #opening-hours .column {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  #opening-hours h2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 30px;
    writing-mode: horizontal-tb;
  }

  #opening-hours .text-wrap {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  #opening-hours .text-wrap p {
    padding: 8px 25px 12px;
    font-size: 18px;
  }
}

/* oumei-forum
-------------------------------------*/
#oumei-forum {
  padding: 110px 0 250px;
  background-color: #EEE6DA;
  color: #5A3E1E;
}

#oumei-forum .heading {
  margin-bottom: 100px;
}

#oumei-forum .heading h2 {
  font-family: var(--mincho-font_family);
  font-size: 120px;
  font-weight: 500;
  text-align: center;
}

#oumei-forum .heading h2 rt {
  font-size: 20px;
  font-weight: 700;
}

#oumei-forum .heading .sub-title {
  max-width: 870px;
  margin: 0 auto;
}

#oumei-forum .heading p {
  margin-bottom: 55px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

#oumei-forum .heading .button {
  border: none;
}

#oumei-forum .heading .button a {
  color: #5A3E1E;
}

#oumei-forum .heading .button a:hover {
  color: #FFF;
}

#oumei-forum .member-list {
  padding: 50px 10px;
  background-color: #FFF;
}

#oumei-forum .member-list h3 {
  margin-bottom: 30px;
  font-family: var(--mincho-font_family);
  font-size: 40px;
  text-align: center;
}

#oumei-forum .member-list ul li h4 {
  padding: 3px 50px;
  background-color: #5A3E1E;
  color: #FFF;
  font-size: 20px;
}

#oumei-forum .member-list ul li dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #5A3E1E;
}

#oumei-forum .member-list ul li dl:last-of-type {
  border: none;
}

#oumei-forum .member-list ul li:last-of-type dl:last-of-type {
  border-bottom: solid 1px #5A3E1E;
}

#oumei-forum .member-list ul li dl dt {
  width: 350px;
  padding: 15px 20px 15px 50px;
  font-size: 20px;
  font-weight: 700;
}

#oumei-forum .member-list ul li dl dd {
  font-size: 20px;
}

#oumei-forum .member-list ul li dl dd:nth-of-type(1) {
  width: 300px;
  padding: 15px 20px 15px 30px;
  background-color: #EEECE8;
}

#oumei-forum .member-list ul li dl dd:nth-of-type(2) {
  width: calc(100% - 650px);
  padding: 15px 20px 15px 50px;
}

#oumei-forum .member-list ul li dl dd:nth-of-type(2) a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
}

#oumei-forum .member-list ul li dl dd:nth-of-type(2) a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: -18px;
  width: 14px;
  height: 14px;
  background-image: url(../../img/icon-link.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media screen and (max-width:1280px) {
  #oumei-forum .member-list ul li dl dt {
    width: 250px;
    padding: 15px 20px;
  }

  #oumei-forum .member-list ul li dl dd:nth-of-type(1) {
    width: 300px;
    padding: 15px 20px;
    background-color: #EEECE8;
  }

  #oumei-forum .member-list ul li dl dd:nth-of-type(2) {
    width: calc(100% - 550px);
    padding: 15px 20px;
  }
}

@media screen and (max-width:1000px) {
  #oumei-forum {
    padding: 60px 0;
  }

  #oumei-forum .heading h2 {
    margin-bottom: 10px;
    font-size: 65px;
  }

  #oumei-forum .heading h2 rt {
    font-size: 12px;
  }

  #oumei-forum .heading .sub-title {
    max-width: 340px;
  }

  #oumei-forum .heading p {
    font-size: 16px;
  }

  #oumei-forum .member-list h3 {
    font-size: 25px;
  }

  #oumei-forum .member-list ul li h4 {
    font-size: 18px;
    text-align: center;
  }

  #oumei-forum .member-list ul li dl dt {
    width: 100px;
    padding: 5px 0;
    font-size: 15px;
  }

  #oumei-forum .member-list ul li dl dd {
    font-size: 15px;
  }

  #oumei-forum .member-list ul li dl dd:nth-of-type(1) {
    width: 100px;
    padding: 5px 8px;
  }

  #oumei-forum .member-list ul li dl dd:nth-of-type(2) {
    width: calc(100% - 200px);
    padding: 5px 8px;
  }
}

header .header-right .gtranslate_wrapper::before,
header .header-right .gtranslate_wrapper::after,
header .header-right .language select::before,
header .header-right .language select::after {
  content: none !important;
}