.site-main {
  overflow: hidden;
  margin: 0;
  min-height: calc(100vh - 149px);
}

@media screen and (max-width: 1024px) {
  .site-main {
    min-height: calc(100vh - 142px);
  }
}

.site-footer {
  position: relative;
  z-index: 10;
}

.site-footer .seg-primary {
  border-top: none !important;
}

.bunnerList a, .linkBox-button a {
  opacity: 1;
  transition: opacity 0.3s;
}

.bunnerList a:hover, .linkBox-button a:hover {
  opacity: 0.7;
}

body.is-top {
  background: url(../images/top/underlayer_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

body.is-top.is-touch {
  background: none !important;
}

body.is-top.is-touch::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: url(../images/top/underlayer_bg.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  body.is-top.is-touch::before {
    background: url(../images/top/underlayer_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

.mainVisual {
  position: relative;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  min-height: 834px;
}

@media screen and (max-width: 767px) {
  .mainVisual {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mainVisual {
    padding-top: 20px;
    padding-bottom: 56px;
    min-height: inherit;
  }
}

.mainVisual-inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mainVisual .announce {
  background: linear-gradient(90deg, #f4eadb 0%, #e4e4e9 53.11%, #dbe0f1 100%);
  opacity: 0.92;
  padding: 20px;
  max-width: 650px;
  margin: 80px auto 0;
}

.mainVisual .announce p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .mainVisual .announce p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  .mainVisual .announce p br {
    display: none;
  }
}

#count-donw-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  #count-donw-wrapper {
    position: static;
    margin-left: -30px;
    margin-right: -30px;
  }
}

.headCopy-seal {
  width: 330px;
}

@media screen and (max-width: 1024px) {
  .headCopy-seal {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .headCopy-seal {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.headCopy-seal img {
  max-width: 100%;
  height: auto;
}

.headCopy {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .headCopy {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .headCopy {
    margin-bottom: 25px;
  }
}

.headCopy-main {
  margin: 0 0 5px -15px;
  max-width: 555px;
  position: relative;
  top: -20px;
}

@media screen and (max-width: 767px) {
  .headCopy-main {
    padding-top: 105px;
    margin-left: -8px;
    max-width: 340px;
    margin-bottom: 0;
    top: 0;
  }
}

.headCopy-main img {
  max-width: 100%;
  height: auto;
}

.headCopy-description {
  max-width: 758px;
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.555;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(19, 41, 78, 0.8) 2px 2px 10px, rgba(19, 41, 78, 0.8) -2px 2px 10px, rgba(19, 41, 78, 0.8) 2px -2px 10px, rgba(19, 41, 78, 0.8) -2px -2px 10px;
}

.headCopy-description br {
  display: none;
}

@media screen and (max-width: 480px) {
  .headCopy-description br {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .headCopy-description {
    font-size: 1.4rem;
  }
}

.headCopy-description span {
  display: inline-block;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .headCopy-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.headCopy-box {
  max-width: 440px;
  width: 100%;
  background: rgba(0, 42, 98, 0.7);
  padding: 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .headCopy-box {
    padding: 0 0 20px 15px;
  }
}

.headCopy-box h2 {
  max-width: 350px;
  margin-left: -20px;
  position: relative;
  top: 8px;
  margin-bottom: -5px;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .headCopy-box h2 {
    max-width: 290px;
    margin-bottom: -7px;
  }
}

.headCopy-box h2 img {
  max-width: 100%;
  height: auto;
}

.headCopy-box p {
  font-size: 1.6rem;
  line-height: 1.875;
  color: #fff;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .headCopy-box p {
    font-size: 1.2rem;
  }
}

.headCopy-credit {
  color: #fff;
  font-size: 1.2rem;
  text-shadow: #061421 1px 1px 7px, #061421 -1px 1px 7px, #061421 1px -1px 7px, #061421 -1px -1px 7px;
  margin: 18px 0 0 20px;
}

@media screen and (max-width: 767px) {
  .headCopy-credit {
    font-size: 1.0rem;
    margin-left: 15px;
    margin-top: 10px;
  }
}

#count-donw-outer {
  display: flex;
  justify-content: space-between;
}

#count-donw-outer.is-hidden {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  #count-donw-outer {
    flex-direction: column;
  }
  #count-donw-outer .count-donw-list + .count-donw-list {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 767px) {
  #count-donw-outer .count-donw-list + .count-donw-list {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #count-donw-outer {
    flex-direction: row;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 320px) {
  #count-donw-outer {
    transform: scale(0.9);
  }
}

.bunnerList {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .bunnerList {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.bunnerList li {
  max-width: 300px;
  width: calc(33.33% - 30px);
  margin: 0 15px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .bunnerList li {
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin: 15px 0;
  }
}

.bunnerList a {
  display: block;
}

.bunnerList img {
  max-width: 100%;
  height: auto;
  display: block;
}

.phCredit {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1330px;
  margin: 50px auto 0;
  color: #fff;
  font-size: 1.1rem;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0, rgba(0, 0, 0, 0.5) -1px -1px 0, rgba(0, 0, 0, 0.5) -1px 1px 0, rgba(0, 0, 0, 0.5) 1px -1px 0, rgba(0, 0, 0, 0.5) 0px 1px 0, rgba(0, 0, 0, 0.5) -1px 0, rgba(0, 0, 0, 0.5) -1px 0 0, rgba(0, 0, 0, 0.5) 1px 0 0;
}

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

@media screen and (min-width: 768px) {
  .phCredit .sp {
    display: none;
  }
}

.js-delay-fade {
  opacity: 0;
}

@media screen and (max-width: 667px) {
  .js-delay-fade {
    opacity: 1 !important;
  }
}

.underlayer {
  background: #fff;
  padding-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .underlayer {
    padding-bottom: 55px;
  }
}

.section-inner {
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.introduction {
  padding-top: 60px;
  padding-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .introduction {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

.introduction-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.introduction-copy {
  text-align: center;
  line-height: 1;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .introduction-copy {
    margin-bottom: 9px;
  }
}

.introduction-copy img {
  vertical-align: top;
  transform: scale(0.5);
}

@media screen and (max-width: 767px) {
  .introduction-copy img {
    transform: scale(0.44);
  }
}

.introduction-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 100px 0 0;
}

@media screen and (max-width: 767px) {
  .introduction-list {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .introduction-list {
    flex-direction: column;
  }
}

.introduction-list img {
  vertical-align: top;
}

.introduction-list li {
  display: flex;
  align-items: center;
  margin: 0 50px;
}

@media screen and (max-width: 767px) {
  .introduction-list li {
    margin: 0 0 41px;
  }
}

.introduction-list li:first-child {
  margin-left: 0;
}

.introduction-list li:last-child {
  margin-right: 0;
  margin-bottom: 0 !important;
}

.introduction-list a {
  padding: 0 4px 14px;
  position: relative;
  overflow: hidden;
}

.introduction-list a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 9px;
  background: url(../images/top/anchor_line.png) no-repeat center bottom;
  background-size: auto 100%;
}

.introduction-list a span::before {
  content: "";
  right: 58px;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  background: #002759;
  bottom: 10px;
  transition: right 0.2s cubic-bezier(0, 0.72, 0.53, 0.98);
}

.introduction-list a span::after {
  content: "";
  left: 58px;
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  background: #002759;
  bottom: 10px;
  transition: left 0.2s cubic-bezier(0, 0.72, 0.53, 0.98);
}

.introduction-list a:hover span::before {
  right: 100%;
}

.introduction-list a:hover span::after {
  left: 100%;
}

.introduction .slopingBg-outline::before {
  transform: rotate(2deg);
  position: absolute;
  top: -50px;
  left: 0;
  bottom: -50px;
  right: 0;
  display: block;
  content: "";
  background: url(../images/top/bg_line.png) no-repeat center center;
  background-size: 1920px auto;
}

@media screen and (max-width: 767px) {
  .introduction .slopingBg-outline::before {
    background: url(../images/top/bg_line_sp.png) no-repeat center center;
    background-size: 800px auto;
    background-position: center 50px;
  }
}

.imageBunner {
  margin-top: -40px;
}

@media screen and (max-width: 767px) {
  .imageBunner {
    margin-top: -20px;
  }
}

.imageBunner .bunner {
  position: relative;
}

.imageBunner .bunner .imageHeading {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.imageBunner .bunner .imageHeading img {
  width: 90vw;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .imageBunner .bunner .imageHeading {
    display: none;
  }
}

.imageBunner .bunner img {
  max-width: inherit;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .imageBunner .bunner img.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .imageBunner .bunner img.sp {
    display: none;
  }
}

.imageBunner .slopingBg .imageHeading {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
}

@media screen and (max-width: 767px) {
  .imageBunner .slopingBg .imageHeading {
    display: none;
  }
}

.imageBunner .slopingBg .imageHeading.pos01 {
  top: -10px;
  max-width: 60vw;
}

.imageBunner .slopingBg .imageHeading.pos02 {
  top: -20px;
  max-width: 60vw;
  left: 10px;
}

.imageBunner .slopingBg .imageHeading img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.imageBunner .slopingBg-inline {
  background: #fff;
}

.imageBunner .has-logo {
  margin: 0;
  display: flex;
}

@media screen and (max-width: 767px) {
  .imageBunner .has-logo {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .imageBunner .has-logo .logo {
    flex: 0 0 194px;
    margin-left: 37px;
    align-self: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .imageBunner .has-logo .logo {
    width: 194px;
    margin: 0 auto;
    margin-top: 23px;
  }
}

.imageBunner .has-logo .logo img {
  width: 100%;
  height: auto;
}

.imageBunner .slopingBg p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .imageBunner .slopingBg p {
    font-size: 1.4rem;
    line-height: 2.142;
  }
  .imageBunner .slopingBg p .sp-hide {
    display: none;
  }
}

.imageBunner .slopingBg .section-inner {
  padding-top: 40px;
  position: relative;
  margin-top: -40px;
  padding-bottom: 120px;
}

@media screen and (max-width: 767px) {
  .imageBunner .slopingBg .section-inner {
    margin-top: -20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

.imageBunner .commonButton {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .imageBunner .commonButton {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .imageBunner .commonButton a {
    width: 100%;
    max-width: 240px;
  }
}

.commonButton a {
  display: inline-block;
  background: linear-gradient(90deg, #a98446 0%, #9c8769 25.33%, #8d8b91 58%, #848da9 84.03%, #818eb2 100%);
  color: #333333;
  text-decoration: none;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 1px;
  border-radius: 50px;
  transition: opacity .3s;
  position: relative;
}

@media screen and (min-width: 768px) {
  .commonButton a[target="_blank"] span {
    padding-right: 75px;
  }
}

.commonButton a[target="_blank"] span::before {
  border: 1px solid #333333;
  transform: rotate(0);
  width: 10px;
  height: 8px;
  right: 20px;
  margin-top: -6px;
  content: "";
  position: absolute;
  top: 50%;
}

.commonButton a[target="_blank"] span::after {
  content: "";
  position: absolute;
  display: block;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  transform: rotate(0);
  width: 10px;
  height: 8px;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  transition: border 0.3s;
}

.commonButton a span {
  display: block;
  padding: 11px 30px 11px 30px;
  background: #fff;
  border-radius: 50px;
}

.commonButton a:hover {
  opacity: 0.7;
}

.category {
  margin-top: -10px;
  padding-top: 50px;
  padding-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .category {
    padding-top: 30px;
  }
}

.category .slopingBg-inline {
  background: #f5f5f6;
}

.category:first-child {
  margin-top: -40px;
  padding-top: 90px;
}

.event {
  margin-top: -10px;
  padding-top: 50px;
  padding-bottom: 90px;
}

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

.section-imageHeading.is-text {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #002b62;
  font-weight: normal;
  line-height: 1.45;
  margin: 25px 0 30px;
}

@media screen and (max-width: 767px) {
  .section-imageHeading.is-text {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .section-imageHeading.is-text .sp {
    display: none;
  }
}

.event .section-imageHeading.is-text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section-imageHeading {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.section-imageHeading img {
  max-width: 478px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section-imageHeading img {
    max-width: 400px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .section-imageHeading img.pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .section-imageHeading img.sp {
    display: none;
  }
}

.articlesWrapper, .categoryWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

@media screen and (max-width: 767px) {
  .articlesWrapper, .categoryWrapper {
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
  }
}

.articlesWrapper > *, .categoryWrapper > * {
  width: 33.33%;
  padding: 12px;
}

@media screen and (max-width: 767px) {
  .articlesWrapper > *, .categoryWrapper > * {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .articlesWrapper .articlesBox {
    max-width: 33.33%;
  }
  .articlesWrapper.col4 .articlesBox {
    max-width: 25%;
  }
}

.articlesBox {
  display: flex;
  flex: 1 1 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .articlesBox + .articlesBox {
    margin-top: 40px;
  }
}

.articlesBox-label {
  position: absolute;
  background: #9e4531;
  width: 72px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 4;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  top: 20px;
  left: 0;
  border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 767px) {
  .articlesBox-label {
    left: -12px;
  }
}

.articlesBox-label::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #cc9069 transparent transparent;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  position: absolute;
}

.articlesBox-inner {
  display: flex;
  flex-direction: column;
  color: #333333;
  font-size: 1.3rem;
  line-height: 1.5385;
  font-weight: bold;
  text-decoration: none;
  flex: 1 1 auto;
  transition: opacity 0.3s;
  min-width: 1%;
  min-height: 1%;
}

.articlesBox-inner:hover {
  opacity: 0.7;
}

.articlesBox-image {
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.articlesBox-image::before {
  display: inline-block;
  padding-top: 53.1645%;
  content: "";
}

.articlesBox-text {
  background: #fff;
  padding: 20px 35px 20px 20px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  position: relative;
}

.articlesBox-text::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 22px;
  transition: border 0.3s;
  display: block;
}

.articlesBox-title {
  margin: 0;
}

.categoryBox {
  display: flex;
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .categoryBox {
    position: relative;
    margin-bottom: 80px;
    display: block;
    min-height: 1%;
  }
  .categoryBox:last-child {
    margin-bottom: 0;
  }
}

.categoryBox-inner {
  display: flex;
  flex-direction: column;
  color: #333333;
  text-decoration: none;
  flex: 1 1 auto;
  transition: opacity 0.3s;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 224px;
  padding-bottom: 20px;
  padding-right: 15px;
  min-width: 1%;
  min-height: 1%;
}

@media screen and (max-width: 767px) {
  .categoryBox-inner {
    background: none !important;
    padding: 0;
    display: block;
  }
  .categoryBox-inner .sp {
    display: block !important;
    width: 100%;
    height: auto;
    justify-self: flex-start;
  }
}

.categoryBox-text {
  max-width: 260px;
  background: linear-gradient(90deg, #f4eadb 0%, #e4e4e9 53.11%, #dbe0f1 100%);
  opacity: 0.92;
  padding: 20px 30px;
}

@media screen and (max-width: 767px) {
  .categoryBox-text {
    position: absolute;
    top: 50px;
    bottom: -40px;
    left: 0;
    width: 100%;
    max-width: 250px;
    padding: 25px 30px;
    min-height: 1%;
  }
}

@media screen and (max-width: 320px) {
  .categoryBox-text {
    padding-top: 20px;
  }
}

.categoryBox-heading {
  font-size: 2rem;
  color: #3b5a81;
  font-weight: normal;
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .categoryBox-heading {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 320px) {
  .categoryBox-heading {
    margin-bottom: 0;
  }
}

.categoryBox-heading a:hover {
  opacity: 0.7;
}

.categoryBox-heading img {
  height: 20px;
  width: auto;
}

@media screen and (max-width: 1024px) {
  .categoryBox-heading img {
    height: 16px;
  }
}

@media screen and (max-width: 767px) {
  .categoryBox-heading img {
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .categoryBox-heading {
    font-size: 1.8rem;
  }
}

.categoryBox-category {
  margin: 0;
  font-size: 1.6rem;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .categoryBox-category {
    font-size: 1.4rem;
  }
}

.categoryBox-category a {
  color: #333333;
  text-decoration: none;
}

.categoryBox-category a:hover {
  text-decoration: underline;
}

.categoryBox-category a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 0.1em;
  margin-left: 12px;
}

.categoryBox-category + .categoryBox-category {
  margin-top: 5px;
}

.topBox {
  position: relative;
}

.topBox + .topBox {
  margin-top: 40px;
}

.topBox-label {
  position: absolute;
  background: #9e4531;
  width: 72px;
  text-align: center;
  color: #fff;
  display: block;
  z-index: 4;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  top: 20px;
  left: -12px;
  border-radius: 0 3px 3px 0;
}

.topBox-label::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #cc9069 transparent transparent;
  bottom: -12px;
  left: 0;
  content: "";
  display: block;
  position: absolute;
}

.topBox-inner {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topBox-inner {
    flex-direction: column-reverse;
  }
}

.topBox-text {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 80px 30px 30px 30px;
  max-width: 400px;
  width: 46%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .topBox-text {
    width: 100%;
    min-height: inherit;
    overflow: hidden;
    padding: 15px 25px !important;
    max-width: inherit;
  }
}

.topBox-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #e5dac8 0%, #d5d9e6 100%);
  opacity: 0.8;
  display: block;
  z-index: 2;
  left: 0;
}

.topBox-text .commonButton {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.topBox-text .commonButton a {
  background: url(../images/top/voice_button.png) no-repeat center center;
  background-size: 100% 100%;
}

.topBox-text .commonButton a span {
  padding: 6px 30px 6px 30px;
  background: transparent;
  width: 152px;
  text-align: left;
}

.topBox-text .commonButton a span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  display: inline-block;
  vertical-align: 0.1em;
  position: absolute;
  top: calc(50% - 4px);
  right: 16px;
}

.topBox-category {
  position: relative;
  z-index: 2;
  margin: 0 0 10px;
}

.topBox-category img {
  width: 106px;
  height: auto;
}

.topBox-heading {
  font-size: 2.3rem;
  color: #76491b;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  position: relative;
  z-index: 2;
  line-height: 1.39;
  min-height: 1%;
}

.topBox-heading img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .topBox-heading img {
    max-width: 337px;
    width: 100%;
  }
}

.topBox-desc {
  color: #333333;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.625;
  margin: 0;
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .topBox-desc {
    font-size: 1.4rem;
  }
}

.topBox-desc .is-caution {
  font-size: 1.2rem;
  color: #646e74;
}

.topBox-desc p {
  margin: 0;
}

.topBox-innerTitle {
  display: flex;
  margin-top: 15px;
  padding-left: 1em;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .topBox-innerTitle {
    margin-top: 12px;
  }
}

.topBox-innerTitle .date {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: #76161b;
}

.topBox-innerTitle .text {
  line-height: 1.4;
  color: #76491b;
  font-weight: bold;
}

.topBox-innerTitle .text:hover {
  text-decoration: none;
}

.topBox-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  position: relative;
  z-index: 2;
}

.topBox-button a {
  border: 1px solid #76491b;
  color: #76491b;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  padding: 7px 40px 7px 20px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: color 0.3s;
}

.topBox-button a .effect {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background: #76491b;
  display: block;
  z-index: -1;
  transform: skew(20deg, 0) scaleX(0);
  transition: transform 0.3s cubic-bezier(0, 0.69, 0.61, 1);
  transform-origin: right center;
}

.topBox-button a:hover {
  color: #fff;
}

.topBox-button a:hover::before {
  border-color: #fff !important;
}

.topBox-button a:hover::after {
  border-color: #fff !important;
}

.topBox-button a:hover .effect {
  transform: skew(20deg, 0) scaleX(1);
  transform-origin: left center;
}

.topBox-button a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #76491b;
  border-right: 1px solid #76491b;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 25px;
  transition: border 0.3s;
}

.topBox-button a[target="_blank"]::before {
  border: 1px solid #76491b;
  transform: rotate(0);
  width: 10px;
  height: 8px;
  right: 20px;
  margin-top: -6px;
}

.topBox-button a[target="_blank"]::after {
  content: "";
  position: absolute;
  display: block;
  border-left: 1px solid #76491b;
  border-bottom: 1px solid #76491b;
  transform: rotate(0);
  width: 10px;
  height: 8px;
  right: 22px;
  top: 50%;
  margin-top: -4px;
  transition: border 0.3s;
}

@media screen and (min-width: 768px) {
  .topBox-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .topBox-bg {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 130% auto;
    font-size: 0;
  }
  .topBox-bg::before {
    padding-top: 30%;
    display: inline-block;
    content: "";
  }
}

.topBox--r .topBox-inner {
  justify-content: flex-end;
}

.topBox--r .topBox-text {
  padding-left: 0;
  padding-right: 40px;
}

.topBox--r .topBox-text::before {
  left: -90px;
  right: 80px;
}

@media screen and (max-width: 767px) {
  .topBox--r .topBox-text::before {
    left: -50px;
    right: 60px;
  }
}

.topBox--r .topBox-text::after {
  background: linear-gradient(to left, white 34.24%, rgba(255, 255, 255, 0.09) 81.67%, rgba(255, 255, 255, 0) 86.21%);
  right: auto;
  left: -100px;
}

.topBox--r .topBox-bg {
  left: 0;
  right: auto;
  background-position: left center;
  background-size: 109% auto;
}

.topBox--type2 {
  display: block;
  position: relative;
}

.topBox--type2::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  content: "";
  display: block;
  background: #002b62;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1024px) {
  .topBox--type2::after {
    width: 11vw;
  }
}

.topBox--type2 .topBox-label {
  top: 10px;
}

.topBox--type2 .topBox-inner {
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .topBox--type2 .topBox-inner {
    padding-left: 0;
  }
}

.topBox--type2 .topBox-text {
  padding: 0;
  max-width: 280px;
  justify-content: center;
}

.topBox--type2 .topBox-text::before {
  display: none;
}

.topBox--type2 .topBox-category {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .topBox--type2 .topBox-category {
    margin-top: 10px;
  }
}

.topBox--type2 .topBox-category img {
  width: 206px;
}

.topBox--type2 .topBox-bg {
  width: 660px;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 320px;
  background-position: right center;
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .topBox--type2 .topBox-bg {
    background-size: cover;
  }
}

@media screen and (max-width: 667px) {
  .topBox--type2 .topBox-bg {
    background-position: -50px center;
  }
}

a.topBox {
  display: block;
  position: relative;
}

a.topBox::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

a.topBox:hover::before {
  opacity: 0.3;
}

.toggleBox {
  display: flex;
  position: relative;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .toggleBox {
    flex-direction: column;
    height: auto !important;
  }
}

.toggleBox::before {
  display: inline-block;
  content: "";
  padding-top: 23%;
  transition: padding 0.7s cubic-bezier(0, 0.75, 0.24, 1);
}

@media screen and (max-width: 767px) {
  .toggleBox::before {
    display: none;
  }
}

.toggleBox-col {
  width: 25%;
  flex-grow: 1;
  position: absolute;
  line-height: 0;
  padding: 0 15px;
  top: 0;
  left: 0;
  transition: width 0.7s cubic-bezier(0, 0.75, 0.24, 1), left 0.7s cubic-bezier(0, 0.75, 0.24, 1), top 0.7s cubic-bezier(0, 0.75, 0.24, 1), min-height 0.7s cubic-bezier(0, 0.75, 0.24, 1);
}

@media screen and (max-width: 767px) {
  .toggleBox-col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.toggleBox-col::before {
  display: inline-block;
  content: "";
  padding-top: 100%;
  transition: padding 0.7s cubic-bezier(0, 0.75, 0.24, 1);
}

@media screen and (max-width: 767px) {
  .toggleBox-col::before {
    padding-top: 200px;
  }
}

.toggleBox-col:nth-child(2) {
  left: 25%;
}

.toggleBox-col:nth-child(3) {
  left: 50%;
}

.toggleBox-col:nth-child(4) {
  left: 75%;
}

@media screen and (max-width: 767px) {
  .toggleBox-col {
    width: 100%;
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: auto !important;
    margin-bottom: 20px;
    min-height: 200px;
    transition: min-height 0.7s cubic-bezier(0, 0.75, 0.24, 1);
  }
}

.toggleBox-update {
  position: absolute;
  color: #fff;
  right: 10px;
  bottom: 10px;
  font-size: 1.2rem;
  text-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px, rgba(0, 0, 0, 0.4) -2px 2px 10px, rgba(0, 0, 0, 0.4) 2px -2px 10px, rgba(0, 0, 0, 0.4) -2px -2px 10px;
  transition: opacity 0.7s;
}

.is-open .toggleBox-update {
  opacity: 0;
}

.toggleBox-click {
  position: absolute;
  line-height: 0;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.7s cubic-bezier(0, 0.75, 0.24, 1);
}

@media screen and (max-width: 767px) {
  .toggleBox-click {
    left: 10px;
    right: 10px;
  }
}

.toggleBox-click.is-open {
  cursor: inherit;
}

.toggleBox-click.is-open::before {
  opacity: 0.6;
}

.toggleBox-click.is-open .toggleBox-text {
  padding: 50px;
}

@media screen and (max-width: 1366px) {
  .toggleBox-click.is-open .toggleBox-text {
    padding: 3.66vw;
  }
}

.toggleBox-click.is-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 22px;
  background: url(/ad/2020/assets/images/top/ic_arrow.svg) no-repeat center center;
  top: 15px;
  right: 20px;
  z-index: 10;
  transition: right 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.toggleBox-click::before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
}

.toggleBox-click:hover .bgWrap {
  transform: scale(1.1);
}

.toggleBox-click:hover.is-link::after {
  right: 10px;
}

.toggleBox-text {
  position: absolute;
  line-height: 1.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px 30px 30px;
  z-index: 2;
}

@media screen and (max-width: 1366px) {
  .toggleBox-text {
    padding-left: 2.19vw;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox-text {
    padding-left: 20px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.toggleBox-openArea {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.toggleBox-openArea .subList {
  display: none;
}

.toggleBox-heading {
  width: 100%;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 0 0 20px;
  text-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px, rgba(0, 0, 0, 0.6) -2px 2px 10px, rgba(0, 0, 0, 0.6) 2px -2px 10px, rgba(0, 0, 0, 0.6) -2px -2px 10px;
  position: relative;
  padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .toggleBox-heading {
    padding-top: 50px;
  }
}

.toggleBox-heading::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: width 0.7s cubic-bezier(0, 0.75, 0.24, 1);
}

.is-open .toggleBox-heading::before {
  width: 100%;
}

.toggleBox-heading b.mod-newlabel {
  text-shadow: none;
}

.toggleBox-heading--narrow {
  letter-spacing: 0;
}

.toggleBox-heading .main {
  font-size: 2.2rem;
  transition: font-size 0.3s;
  line-height: 1.36;
  white-space: nowrap;
  display: block;
}

@media screen and (max-width: 1366px) {
  .toggleBox-heading .main {
    font-size: 1.61vw;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox-heading .main {
    font-size: 1.8rem;
  }
}

.toggleBox-heading .main .palt {
  display: inline-block;
  margin-right: -10px;
}

.is-open .toggleBox-heading .main br {
  display: none;
}

.toggleBox-heading .sub {
  font-size: 1.4rem;
  transition: font-size 0.3s;
}

@media screen and (max-width: 767px) {
  .toggleBox-heading .sub {
    font-size: 1.2rem;
  }
}

.toggleBox--full {
  margin-bottom: 40px;
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .toggleBox--full {
    margin-bottom: 20px;
  }
}

.toggleBox--full::before {
  padding-top: 200px;
}

.toggleBox--full .toggleBox-col {
  width: 100% !important;
  margin-bottom: 0 !important;
  max-height: inherit;
}

.toggleBox--full .toggleBox-col::before {
  padding-top: 200px;
}

@media screen and (min-width: 668px) {
  .toggleBox--full .toggleBox-openArea {
    max-width: 380px;
  }
}

.toggleBox--full[data-open="0"]::before {
  padding-top: 450px !important;
}

@media screen and (max-width: 767px) {
  .toggleBox--full[data-open="0"]::before {
    padding-top: 550px !important;
  }
}

.toggleBox--full[data-open="0"] .toggleBox-col:nth-child(1)::before {
  padding-top: 450px !important;
}

@media screen and (max-width: 767px) {
  .toggleBox--full[data-open="0"] .toggleBox-col:nth-child(1)::before {
    padding-top: 550px !important;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] {
    height: 680px;
  }
}

.toggleBox[data-open="0"]::before {
  padding-top: 72.1804%;
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(1) {
  width: 74.96%;
  min-height: 450px;
  z-index: 10;
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(1)::before {
  padding-top: 99.2761%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1)::before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-text {
    padding-bottom: 60px;
    bottom: auto;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-openArea {
    max-height: 350px;
    overflow: auto;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-openArea {
    padding-right: 10px;
    max-height: 300px;
  }
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-heading .main {
  font-size: 3.0rem;
}

@media screen and (max-width: 1366px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-heading .main {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-heading .main {
    font-size: 2rem;
  }
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .toggleBox-heading .sub {
  font-size: 1.8rem;
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(1) .bgWrap {
  transform: scale(1) !important;
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(2) {
  width: 24.81%;
  left: 74.96%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(2) {
    width: 33.33%;
    height: 200px;
    left: 0;
    top: 480px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(2) {
    top: 470px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(2) {
    width: 100%;
  }
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(3) {
  width: 24.81%;
  left: 74.96%;
  top: 34.33%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(3) {
    width: 33.33%;
    height: 200px;
    left: 33.33%;
    top: 480px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(3) {
    top: 470px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(3) {
    width: 100%;
  }
}

.toggleBox[data-open="0"] .toggleBox-col:nth-child(4) {
  width: 24.81%;
  left: 74.96%;
  top: 68.66%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(4) {
    width: 33.33%;
    height: 200px;
    left: 66.66%;
    top: 480px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(4) {
    top: 470px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:nth-child(4) {
    width: 100%;
  }
}

.toggleBox[data-open="0"] .toggleBox-col:not(:nth-child(1)) .toggleBox-text {
  padding-left: 2.19vw;
}

.toggleBox[data-open="0"] .toggleBox-col:not(:nth-child(1)) .toggleBox-heading .main {
  font-size: 2.2rem;
}

@media screen and (max-width: 1366px) {
  .toggleBox[data-open="0"] .toggleBox-col:not(:nth-child(1)) .toggleBox-heading .main {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="0"] .toggleBox-col:not(:nth-child(1)) .toggleBox-heading .main {
    font-size: 1.8rem;
  }
}

.toggleBox[data-open="0"] .toggleBox-col:not(:nth-child(1)) .toggleBox-heading .sub {
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] {
    height: 680px;
  }
}

.toggleBox[data-open="3"]::before {
  padding-top: 72.1804%;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(4) {
  left: 25.04%;
  width: 74.96%;
  min-height: 450px;
  z-index: 10;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(4)::before {
  padding-top: 99.2761%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4)::before {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) {
    width: 100%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) {
    min-height: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-text {
    padding-bottom: 60px;
    bottom: auto;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-openArea {
    max-height: 350px;
    overflow: auto;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-openArea {
    padding-right: 10px;
    max-height: 330px;
  }
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-heading .main {
  font-size: 3.0rem;
  white-space: inherit;
}

@media screen and (max-width: 1366px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-heading .main {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-heading .main {
    font-size: 2rem;
  }
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .toggleBox-heading .sub {
  font-size: 1.8rem;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(4) .bgWrap {
  transform: scale(1) !important;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(1) {
  width: 24.81%;
  left: 0;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(1) {
    width: 33.33%;
    left: 0;
    height: 200px;
    top: 480px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(1) {
    top: 470px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(1) {
    width: 100%;
  }
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(1) .toggleBox-heading .main {
  font-size: 2.2rem;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(1) .toggleBox-heading .sub {
  font-size: 1.2rem;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(2) {
  width: 24.81%;
  left: 0;
  top: 34.33%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(2) {
    width: 33.33%;
    left: 33.33%;
    height: 200px;
    top: 480px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(2) {
    top: 470px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(2) {
    width: 100%;
  }
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(2) .toggleBox-heading .main {
  font-size: 2.2rem;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(2) .toggleBox-heading .sub {
  font-size: 1.2rem;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(3) {
  width: 24.81%;
  left: 0;
  top: 68.66%;
}

@media screen and (max-width: 1024px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(3) {
    width: 33.33%;
    left: 66.66%;
    height: 200px;
    top: 480px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(3) {
    top: 470px;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:nth-child(3) {
    width: 100%;
  }
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(3) .toggleBox-heading .main {
  font-size: 2.2rem;
}

.toggleBox[data-open="3"] .toggleBox-col:nth-child(3) .toggleBox-heading .sub {
  font-size: 1.2rem;
}

.toggleBox[data-open="3"] .toggleBox-col:not(:nth-child(4)) .toggleBox-text {
  padding-left: 2.19vw;
}

.toggleBox[data-open="3"] .toggleBox-col:not(:nth-child(4)) .toggleBox-heading .main {
  font-size: 2.2rem;
}

@media screen and (max-width: 1366px) {
  .toggleBox[data-open="3"] .toggleBox-col:not(:nth-child(4)) .toggleBox-heading .main {
    font-size: 1.6vw;
  }
}

@media screen and (max-width: 767px) {
  .toggleBox[data-open="3"] .toggleBox-col:not(:nth-child(4)) .toggleBox-heading .main {
    font-size: 1.8rem;
  }
}

.toggleBox[data-open="3"] .toggleBox-col:not(:nth-child(4)) .toggleBox-heading .sub {
  font-size: 1.2rem;
}

.textLead {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.777;
  margin: 0;
}

.textLead + .textLead {
  margin-top: 20px;
}

@media screen and (max-width: 1366px) {
  .textLead + .textLead {
    margin-top: 1.4316vw;
  }
}

@media screen and (max-width: 1024px) {
  .textLead + .textLead {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1366px) {
  .textLead {
    font-size: 1.317vw;
  }
}

@media screen and (max-width: 1024px) {
  .textLead {
    font-size: 1.4rem;
  }
}

.bgWrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
  transition: all 0.7s cubic-bezier(0, 0.75, 0.24, 1);
}

.ic-toggle {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  top: 9px;
  right: 9px;
  cursor: pointer;
  pointer-events: none;
  font-size: 0;
  line-height: 0;
}

.is-open .ic-toggle {
  pointer-events: inherit;
}

.toggleBox-click:not(.is-open):hover .ic-toggle::after {
  transform: scale(1.2);
}

.ic-toggle::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/ad/2020/assets/images/top/ic_large.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 3;
}

.is-open .ic-toggle::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/ad/2020/assets/images/top/ic_small.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  transition: transform 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 3;
}

.is-open .ic-toggle:hover::after {
  transform: scale(0.8);
}

.linkBoxWrapper {
  padding-top: 30px;
}

@media screen and (max-width: 1024px) {
  .linkBoxWrapper {
    padding-top: 10px;
  }
}

.linkBox {
  display: flex;
}

.linkBox + .linkBox {
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .linkBox + .linkBox {
    margin-top: 30px;
  }
}

.linkBox-image {
  min-width: 1%;
  min-height: 1%;
  max-width: 240px;
}

@media screen and (max-width: 1024px) {
  .linkBox-image {
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .linkBox-image {
    max-width: 100px;
    min-width: 100px;
  }
}

.linkBox-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.linkBox-text {
  padding-left: 20px;
  max-width: 100%;
  min-width: 1%;
  min-height: 1%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .linkBox-text {
    padding-left: 15px;
  }
}

.linkBox-title {
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.444;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1024px) {
  .linkBox-title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .linkBox-title {
    font-size: 1.4rem;
  }
  .linkBox-title br {
    display: none;
  }
}

.linkBox-title b.mod-newlabel:first-child {
  margin-left: 0;
}

.linkBox-date {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin: 0;
}

.linkBox-button {
  width: 150px;
  margin-top: 10px;
}

.linkBox-button a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 11px 25px;
  background: #002B62;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.linkBox-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 7px;
  height: 12px;
  background: url(/ad/2020/assets/images/top/ic_arrow.svg) no-repeat center center;
  background-size: contain;
}

/* utilities ---------------------------------------------------------------- */
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.middleMargin {
  margin-bottom: 50px;
}

.semi-normalMargin {
  margin-bottom: 80px;
}

.normalMargin {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
}

.fw-b {
  font-weight: bold;
}

.fw-n {
  font-weight: normal;
}

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

.ta-l {
  text-align: left;
}

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

.ta-j {
  text-align: justify;
  text-justify: inter-ideograph;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

@media screen and (max-width: 320px) {
  .x-sp-show {
    display: block;
  }
}

@media screen and (min-width: 321px) {
  .x-sp-show {
    display: none;
  }
}

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

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

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.w-85 {
  width: 85%;
}

.w-90 {
  width: 90%;
}

.w-95 {
  width: 95%;
}

.w-100 {
  width: 100%;
}

.site-footer {
  margin-top: 0;
}

.site-footer .seg-secondary {
  background: #fff;
  color: #333;
}

.site-footer .copyright {
  font-size: 1.4rem;
  padding-bottom: 9px;
}

.site-footer .seg-secondary .copyright small {
  font-size: 80%;
}

.slopingBg {
  position: relative;
  z-index: 10;
}

.slopingBg-outline {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10vw;
  right: -10vw;
  z-index: -1;
  transform-origin: center center;
  transform: rotate(-2deg);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .slopingBg-outline {
    left: -20vw;
    right: -20vw;
  }
}

.slopingBg-inline {
  position: absolute;
  top: -10vw;
  bottom: -10vw;
  right: 0;
  width: 100%;
  background: #002759;
  z-index: -1;
  transform-origin: center center;
  transform: rotate(-2deg);
  display: block;
}

/* -----------------------------------------------------------------------------
animations
----------------------------------------------------------------------------- */
.introduction.js-scroll .introduction-copy {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.5s;
}

.introduction.js-scroll .slopingBg-outline::before {
  opacity: 0;
  transition: opacity 0.3s linear 1s;
}

.introduction.js-scroll .introduction-copy:nth-child(2) {
  transition-delay: 0.15s;
}

.introduction.js-scroll .introduction-copy:nth-child(3) {
  transition-delay: 0.3s;
}

.introduction.js-scroll .introduction-copy:nth-child(4) {
  transition-delay: 0.45s;
}

.introduction.js-scroll .introduction-copy:nth-child(5) {
  transition-delay: 0.6s;
}

.introduction.js-scroll .introduction-copy:nth-child(6) {
  transition-delay: 0.75s;
}

.introduction.js-scroll .introduction-list {
  opacity: 0;
  transition: opacity 0.5s linear 1s;
}

.introduction.js-scroll.is-animated .slopingBg-outline::before {
  opacity: 1;
}

.introduction.js-scroll.is-animated .introduction-copy {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.introduction.js-scroll.is-animated .introduction-list {
  opacity: 1;
}

.imageBunner.js-scroll {
  position: relative;
}

.imageBunner.js-scroll .bunner {
  position: relative;
}

.imageBunner.js-scroll .bunner::before {
  content: "";
  display: block;
  position: absolute;
  top: -20vw;
  left: -10vw;
  width: 120vw;
  background: #fff;
  bottom: -20vw;
  transform: rotate(-2deg);
  transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

.imageBunner.js-scroll .section-inner {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, opacity 0.5s linear 0.6s;
}

.imageBunner.js-scroll.is-animated .bunner {
  position: relative;
}

.imageBunner.js-scroll.is-animated .bunner::before {
  width: 0;
}

.imageBunner.js-scroll.is-animated .section-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.category.js-scroll .slopingBg-inline, .event.js-scroll .slopingBg-inline {
  width: 0;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}

.category.js-scroll .section-inner, .event.js-scroll .section-inner {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s, opacity 0.5s linear 0.6s;
}

.category.js-scroll.is-animated .slopingBg-inline, .event.js-scroll.is-animated .slopingBg-inline {
  width: 100%;
}

.category.js-scroll.is-animated .section-inner, .event.js-scroll.is-animated .section-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.onFade, .bunnerList a, .linkBox-button a {
  opacity: 1;
  transition: opacity 0.3s;
}

.onFade:hover, .bunnerList a:hover, .linkBox-button a:hover {
  opacity: 0.7;
}

span.onFade, .bunnerList a.not-transition, .linkBox-button a.not-transition {
  opacity: 1 !important;
}
