@charset "UTF-8";
:root {
  --font-noto: "Noto Sans", "Noto Sans JP", sans-serif;
  --color-text: #333;
  --color-main: #FF9C00;
  --color-t: #FF723C;
  --color-o: #EFC923;
  --header-top-height: 32px;
  --header-nav-height: 70px;
  --header-lower-nav-height: 65px;
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
body#main {
  overflow: scroll;
}
body {
  font-family: var(--font-noto);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-text);
  overflow-x: hidden;
  max-width: 100vw;
}
body #cmsmenu {
  z-index: 2000;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
}
.header .gnavi {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 1px solid #FF723C;
    background: #FFFFFFF7;
  }
}
@media screen and (max-width: 767px) {
  .header .gnavi {
    height: calc(100dvh - 70px);
    overflow: scroll;
    padding-bottom: 50px;
  }
}
.header .gnavi ul {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .header .gnavi ul {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header .gnavi ul {
    display: block;
  }
}
.header .sp_button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .sp_button {
    display: block;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    width: 39px;
    aspect-ratio: 1;
  }
  .header .sp_button .sp_menu_bar {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #000;
  }
  .header .sp_button .sp_menu_bar:nth-child(2) {
    margin: 10px 0;
  }
  .header .sp_button.open + .gnavi {
    display: block;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .header .sp_button .sp_menu_bar:nth-child(2) {
    margin: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .header .sp_button {
    right: 21px;
  }
}
.header .header_top_inner {
  padding: 0 30px;
}
.header .header_top_navi {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  border-bottom: 1px solid #CDCDCD;
  padding: 0 17px;
  height: var(--header-top-height);
}
.header .header_top_navi .navigation_list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  margin: 0 12px 0 0;
  padding-left: 0;
  list-style: none;
  gap: 15px;
}
.header .header_top_navi .navigation_list li {
  font-size: 11px;
  line-height: 1;
}
.header .header_top_navi .navigation_list li a {
  padding: 0 0 0 12px;
  background: url(https://mypage.otsuka-shokai.co.jp/common-otsukaid/img/icon-arrow-right.png) no-repeat 2px 0.45em;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
  color: #333;
  line-height: 1;
  text-decoration: none;
}
.header .header_top_navi .header_top_button {
  display: table;
}
.header .header_top_navi .header_top_button a {
  display: block;
  padding: 5px 20px 4px;
  border-radius: 13px;
  background: linear-gradient(180deg, #e54a2e 0%, #d42b0e 100%);
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  border: none;
  box-shadow: none;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
  text-decoration: none;
}
.header .header_logo_title {
  margin: 10px 30px 0 0;
}
.header .header_logo_title.tokyo_bp, .header .header_logo_title.osaka_bp {
  margin-top: 4px;
}
.header .header_logo_title.tokyo_bp .logo_title a, .header .header_logo_title.osaka_bp .logo_title a {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header .header_logo_title {
    position: absolute;
    top: calc(50% + 2px);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }
}
.header .header_logo_title a {
  display: block;
  color: #CB2011;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .header .header_logo_title a .year {
    display: none;
  }
}
.header .header_logo_title a .bp {
  display: block;
  margin-top: -3px;
}
@media screen and (max-width: 767px) {
  .header .header_logo_title a {
    text-align: center;
  }
  .header .header_logo_title a .bp {
    margin-bottom: -3px;
    font-size: 11.5px;
  }
}
.header .header_logo_title .logo_wrap {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .header .header_logo_title .logo_wrap {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .header_logo_title .logo_wrap {
    display: flex;
    gap: 3px 0;
    flex-direction: column;
  }
}
.header .header_logo_title .logo_main {
  flex: 0 0 150px;
}
@media screen and (max-width: 767px) {
  .header .header_logo_title .logo_main {
    flex: 0 0 auto;
  }
}
.header .header_logo_title .logo_main img {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .header .header_logo_title .logo_main img {
    width: 150px;
  }
}
.header .header_logo_title .logo_title {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #CB2011;
  padding-left: 15px;
  margin-left: 14px;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .header .header_logo_title .logo_title {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.header a {
  text-decoration: none;
}
.header_top {
  height: var(--header-nav-height);
  box-shadow: 0px 4px 10px 0px #0000001A;
}
@media screen and (max-width: 767px) {
  .header_top {
    box-shadow: none;
  }
}
.header_top .header_logo_title {
  margin-top: 0;
  flex: 0 0 330px;
}
@media print, screen and (max-width: 1340px) and (min-width: 1025px) {
  .header_top .header_logo_title {
    margin-right: 10px;
    flex: 0 0 320px;
  }
  .header_top .header_logo_title .logo_title {
    font-size: 11px;
  }
}
.header_top > .header__inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0 40px 0 60px;
  height: 100%;
}
@media print, screen and (max-width: 1340px) {
  .header_top > .header__inner {
    padding: 0 20px 0 30px;
  }
}
@media print, screen and (max-width: 1199px) {
  .header_top > .header__inner {
    padding: 0 10px 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header_top > .header__inner {
    position: relative;
    padding: 0;
    justify-content: center;
  }
}
.header_top .header_logo {
  flex: 0 0 150px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .header_top .header_logo {
    margin: 0 auto;
    width: 150px;
  }
}
.header_top .header_logo a {
  display: block;
}
.header_top .header_logo img {
  display: block;
  max-width: 100%;
}
.header_top .gnavi {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header_top .gnavi {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .gnavi {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border-top: 1px solid #FF723C;
    background: #FFFFFFF7;
  }
}
@media screen and (max-width: 767px) {
  .header_top .gnavi {
    height: calc(100dvh - 70px);
    overflow: scroll;
  }
}
.header_top .gnavi a {
  text-decoration: none;
}
.header_top .gnavi .local_menu {
  flex: 1 1 auto;
  margin-right: 20px;
  align-items: center;
  justify-content: flex-end;
  gap: 0 35px;
  min-width: 0;
}
@media print, screen and (max-width: 1340px) {
  .header_top .gnavi .local_menu {
    gap: 0 20px;
    margin-right: 10px;
  }
}
@media print, screen and (max-width: 1199px) {
  .header_top .gnavi .local_menu {
    gap: 0 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .gnavi .local_menu {
    margin: 0;
    padding: 0 50px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header_top .gnavi .local_menu {
    padding: 32px 0 0;
  }
}
.header_top .gnavi .local_menu li a {
  display: block;
  padding: 0 24px 0 0;
  background: url(../media/images/common/icon_navigation.svg) no-repeat center right 10px / 12px;
  font-size: 12px;
  line-height: 1;
  color: var(--color-text);
  white-space: nowrap;
}
@media print, screen and (max-width: 1199px) {
  .header_top .gnavi .local_menu li a {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .gnavi .local_menu li a {
    padding: 20px 50px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header_top .gnavi .local_menu li a {
    padding: 31px 30px 31px;
    background-position: center right 53px;
    background-size: 15px;
  }
}
.header_top .gnavi .area_navi {
  gap: 0 37px;
  min-width: 0;
  flex: 0 0 297px;
}
@media print, screen and (max-width: 1340px) {
  .header_top .gnavi .area_navi {
    gap: 0 15px;
  }
}
@media print, screen and (max-width: 1199px) {
  .header_top .gnavi .area_navi {
    gap: 0 8px;
    flex: 0 0 216px;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .gnavi .area_navi {
    display: none;
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .header_top .gnavi .area_navi {
    margin: 56px auto;
    padding: 0 20px;
  }
}
.header_top .gnavi .area_navi li {
  position: relative;
  flex: 0 0 130px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0px 0px 4px 0px #00000040;
  transition-duration: 0.2s;
  min-width: 0;
}
.header_top .gnavi .area_navi li:hover {
  opacity: 0.75;
}
@media print, screen and (max-width: 1199px) {
  .header_top .gnavi .area_navi li {
    flex: 0 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .gnavi .area_navi li {
    width: 370px;
    font-size: 16px;
  }
  .header_top .gnavi .area_navi li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header_top .gnavi .area_navi li {
    width: 100%;
  }
  .header_top .gnavi .area_navi li + li {
    margin-top: 40px;
  }
}
.header_top .gnavi .area_navi li.area_1 {
  background-color: #FF821C;
}
.header_top .gnavi .area_navi li.area_1::before {
  opacity: 0.5;
}
.header_top .gnavi .area_navi li.area_2 {
  background-color: #DDFF00;
}
.header_top .gnavi .area_navi li.area_2::before {
  opacity: 0.4;
}
.header_top .gnavi .area_navi li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../media/images/common/bg_tex.png) no-repeat center / cover;
  border-radius: 20px;
}
.header_top .gnavi .area_navi li a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 10px 10px;
  border-radius: 20px;
  background: url(../media/images/common/icon_arrow.svg) no-repeat center right 15px / 5px;
  text-align: center;
  color: var(--color-text);
}
@media (hover) {
  .header_top .gnavi .area_navi li a {
    transition: 0.5s;
  }
  .header_top .gnavi .area_navi li a:hover {
    background-position: center right 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header_top .gnavi .area_navi li a {
    padding: 17px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header_top .gnavi .area_navi li a {
    padding: 17px 10px;
    background-size: 11px;
    background-position: center right 23px;
  }
}
.header_lower .otsukaid-header {
  line-height: 1.2;
}
.header_lower ul {
  padding-left: 0;
  list-style: none;
}
.header_lower .header_main {
  position: relative;
  padding: 10px 16px 0px 26px;
  height: var(--header-lower-nav-height);
}
@media screen and (max-width: 767px) {
  .header_lower .header_main {
    padding: 0;
    height: 80px;
  }
}
.header_lower .header_bottom_inner {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .header_lower .header_bottom_inner {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi {
    overflow-y: auto;
    max-height: calc(100vh - 127px);
  }
}
@media screen and (max-width: 767px) {
  .header_lower .gnavi {
    max-height: calc(100vh - 70px);
  }
}
.header_lower .gnavi ul.depth1 {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
}
@media screen and (max-width: 767px) {
  .header_lower .gnavi ul.depth1 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi ul.depth1 {
    display: block;
    padding: 27px 20px 0;
  }
}
.header_lower .gnavi ul.depth1 a {
  display: block;
  color: var(--color-text);
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi ul.depth1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header_lower .gnavi ul.depth1 a {
    height: 70px;
  }
}
.header_lower .gnavi ul.depth1 li.depth1 {
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.45;
}
body.tokyo .header_lower .gnavi ul.depth1 li.depth1:hover > a {
  border-bottom-color: var(--color-t);
}
body.osaka .header_lower .gnavi ul.depth1 li.depth1:hover > a {
  border-bottom-color: var(--color-o);
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi ul.depth1 li.depth1.has-children > a::after {
    position: absolute;
    right: 15px;
    top: calc(50% - 8px);
    transform: translatey(-50%);
    display: block;
    background: transparent url(../media/images/common/icon_navigation.svg) no-repeat center 10px / 12px;
    width: 20px;
    height: 20px;
    content: "";
  }
}
@media (min-width: 1025px) {
  .header_lower .gnavi ul.depth1 li.depth1.has-children:hover ul.depth2 {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi ul.depth1 li.depth1.has-children.show-children ul.depth2 {
    display: block;
    opacity: 1;
  }
  .header_lower .gnavi ul.depth1 li.depth1.has-children.show-children ul.depth2 li {
    padding: 2px 0;
  }
  .header_lower .gnavi ul.depth1 li.depth1.has-children.show-children ul.depth2 li a {
    background: var(--color-t);
    height: 90px;
    line-height: 90px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .header_lower .gnavi ul.depth1 li.depth1.has-children.show-children ul.depth2 li a {
    height: 70px;
    line-height: 70px;
  }
}
.header_lower .gnavi ul.depth1 li.depth1 > a {
  position: relative;
  padding: 12px 0 8px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  text-align: center;
  min-width: 100px;
  transition-duration: 0.3s;
}
@media (max-width: 1150px) {
  .header_lower .gnavi ul.depth1 li.depth1 > a {
    min-width: 85px;
  }
}
@media screen and (max-width: 767px) {
  .header_lower .gnavi ul.depth1 li.depth1 > a {
    min-width: 70px;
  }
}
.tokyo .header_lower .gnavi ul.depth1 li.depth1.is-active > a {
  border-bottom-color: var(--color-t);
}
@media screen and (max-width: 1024px) {
  .tokyo .header_lower .gnavi ul.depth1 li.depth1 > a {
    border-bottom-color: var(--color-t);
  }
}
.osaka .header_lower .gnavi ul.depth1 li.depth1.is-active > a {
  border-bottom-color: var(--color-o);
}
@media screen and (max-width: 1024px) {
  .osaka .header_lower .gnavi ul.depth1 li.depth1 > a {
    border-bottom-color: var(--color-o);
  }
}
.header_lower .gnavi ul.depth1 ul.depth2 {
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0px;
  padding-top: 17px;
  pointer-events: none;
  transition-duration: 0.2s;
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .header_lower .gnavi ul.depth1 ul.depth2 {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi ul.depth1 ul.depth2 {
    display: none;
    position: relative;
    padding-top: 0;
    pointer-events: auto;
  }
}
.header_lower .gnavi ul.depth1 ul.depth2 li.depth2 {
  position: relative;
  flex: 0 0 auto;
  background-color: #fff;
}
.header_lower .gnavi ul.depth1 ul.depth2 li.depth2 a {
  position: relative;
  display: block;
  padding: 24px 35px;
  text-align: center;
}
.header_lower .gnavi ul.depth1 ul.depth2 li.depth2 a::after {
  position: absolute;
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  top: 50px;
  left: 50%;
  transform: translatex(-50%);
  opacity: 0;
  transition-duration: 0.2s;
}
.tokyo .header_lower .gnavi ul.depth1 ul.depth2 li.depth2 a::after {
  background-color: var(--color-t);
}
.osaka .header_lower .gnavi ul.depth1 ul.depth2 li.depth2 a::after {
  background-color: var(--color-o);
}
.header_lower .gnavi ul.depth1 ul.depth2 li.depth2 a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .header_lower .gnavi ul.depth1 ul.depth2 li.depth2 a:hover::after {
    display: none;
  }
}
.header_lower .gnavi ul.depth1 ul.depth2 li.depth2 + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 1px;
  background-color: #BAAEA9;
}
.banner_pankuzu {
  position: relative;
  padding-top: calc(var(--header-top-height) + var(--header-lower-nav-height));
}
body.top .banner_pankuzu {
  display: none;
}
.banner_pankuzu::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  content: "";
  height: 10px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
@media screen and (max-width: 767px) {
  .banner_pankuzu::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .banner_pankuzu {
    padding-top: calc(81px + var(--header-top-height));
  }
}
.banner_pankuzu .banner {
  display: flex;
  justify-content: center;
  background-image: linear-gradient(90deg, #fcde87, #f29f37);
}
.banner_pankuzu .banner img {
  display: block;
  max-width: 1200px;
  width: 100%;
}
.banner_pankuzu .pankuzu {
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1240px) {
  .banner_pankuzu .pankuzu {
    padding: 0 20px;
    margin-left: 0;
    margin-right: 0;
    height: 46px;
  }
}
.banner_pankuzu .pankuzu ul {
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}
.banner_pankuzu .pankuzu ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1240px) {
  .banner_pankuzu .pankuzu ul li {
    font-size: 14px;
  }
}
.banner_pankuzu .pankuzu ul li a {
  text-decoration: none;
  color: #444;
}
.banner_pankuzu .pankuzu ul li + li {
  margin-left: 10px;
}
.banner_pankuzu .pankuzu ul li + li::before {
  display: block;
  content: ">";
  font-family: Helvetica, Arial, sans-serif;
  padding-right: 10px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .banner_pankuzu {
    display: flex;
    flex-direction: column-reverse;
  }
}
body.tokyo .header_main {
  border-bottom: 6px solid var(--color-t);
}
body.osaka .header_main {
  border-bottom: 6px solid var(--color-o);
}
.footer {
  margin-top: 92px;
  padding: 30px 0 33px;
  background-color: #EEEEEE;
}
@media print, screen and (max-width: 1010px) {
  .footer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    margin-top: 119px;
    padding: 20px 0 30px;
  }
}
.footer .page_top_wrap {
  position: relative;
}
.footer .page_top {
  position: fixed;
  right: 70px;
  bottom: 30px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
@media print, screen and (max-width: 1160px) {
  .footer .page_top {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer .page_top {
    right: 15px;
  }
}
.footer .page_top.view {
  opacity: 1;
  visibility: visible;
}
.footer .page_top.bottom {
  position: absolute;
  top: -100px;
}
@media screen and (max-width: 767px) {
  .footer .page_top.bottom {
    top: -75px;
  }
}
.footer .page_top a {
  display: block;
  width: 58px;
}
@media (hover) {
  .footer .page_top a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .footer .page_top a {
    width: 40px;
  }
}
.footer .page_top a img {
  display: block;
  width: 100%;
}
.footer .footer_inner {
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  max-width: 1009px;
  padding-bottom: 11px;
  border-bottom: 3px solid #D7D7D7;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    flex-flow: column wrap;
    margin-bottom: 33px;
    padding: 0 3px 10px;
  }
}
.footer .footer_navigation {
  display: flex;
  flex-flow: column wrap;
  flex: 1 1 auto;
  padding: 11px 25px 5px;
}
@media screen and (max-width: 767px) {
  .footer .footer_navigation {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer_navigation {
    padding: 11px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_navigation {
    display: contents;
    padding: 0;
  }
}
.footer .footer_navigation .footer_navigation_list {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
  gap: 11px 9px;
}
@media screen and (max-width: 767px) {
  .footer .footer_navigation .footer_navigation_list {
    gap: 5px 10px;
  }
}
.footer .footer_navigation .footer_navigation_list li {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .footer .footer_navigation .footer_navigation_list li:nth-child(2) {
    flex: 0 0 100%;
  }
  .footer .footer_navigation .footer_navigation_list li + li {
    margin-top: 5px;
  }
}
.footer .footer_navigation .footer_navigation_list li a {
  display: block;
  padding-left: 20px;
  background: url(../media/images/common/icon_ext.svg) no-repeat top 5px left 6px / 9px;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer .footer_navigation .footer_navigation_list li a {
    background-size: 8px;
    background-position: top 4px left 8px;
  }
}
.footer .footer_navigation .footer_note {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .footer .footer_navigation .footer_note {
    order: 1;
    padding: 0 7px;
  }
}
.footer .footer_navigation .footer_note p {
  margin: 0;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.45;
}
.footer .footer_logo {
  flex: 0 0 263px;
  margin-right: 70px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_logo {
    margin: 34px auto 36px;
    width: 277px;
    padding-right: 15px;
    flex: 1 1 auto;
  }
}
.footer .footer_logo .footer_logo_img {
  margin-bottom: 8px;
}
.footer .footer_logo .footer_logo_img img {
  display: block;
  width: 100%;
}
.footer .footer_logo .footer_logo_caption {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
}
.footer .footer_copy {
  font-weight: 700;
  font-size: 12px;
  text-align: center;
}
.fixed_banner {
  position: absolute;
  border: 1px solid #767676;
  box-shadow: -4px 4px 4px 0px #84848440;
  border-radius: 20px 0 0 20px;
  right: 0;
  z-index: 10;
  width: 264px;
  background: linear-gradient(90deg, #FF803C 0%, #FFD799 100%);
  transform-origin: right top;
}
@media (max-width: 1220px) {
  .fixed_banner {
    transform: scale(0.9);
  }
}
@media (max-width: 1000px) {
  .fixed_banner {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 767px) {
  .fixed_banner {
    position: absolute;
    transform: scale(0.7) !important;
    top: 77vw;
  }
}
.fixed_banner.fixed-top {
  top: 120px;
}
@media screen and (max-width: 767px) {
  .fixed_banner.fixed-top {
    position: fixed;
  }
}
.fixed_banner.fixed-top {
  position: fixed;
}
.fixed_banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../media/images/common/bg_tex.png) no-repeat center / cover;
  border-radius: 20px 0 0 20px;
  opacity: 0.4;
}
.fixed_banner a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 4px;
  border-radius: 20px 0 0 20px;
  color: #fff;
  text-decoration: none;
}
@media (hover) {
  .fixed_banner a:hover .fixed_banner_bg {
    background-image: url(../media/images/common/arrow_long_color.svg);
    background-color: #fff;
  }
  .fixed_banner a:hover .button_wrap {
    background-image: url(../media/images/common/bg_tex.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}
.fixed_banner .fixed_banner_bg {
  position: absolute;
  border-radius: 14px 0 0 14px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  background-image: url(../media/images/common/arrow_long_wh.svg);
  background-position: left 76% top 44%;
  background-repeat: no-repeat;
  background-size: 86%;
}
.fixed_banner .button_wrap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 14px 23px 15px 0;
  border: 2px solid #fff;
  border-radius: 17px 0 0 17px;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  transition-duration: 0.3s;
}
.fixed_banner .button_wrap:has(.deadline) {
  padding: 14px 23px 10px 0;
}
.fixed_banner .button_wrap .title {
  margin: 0 0px 0 0;
  font-size: 24px;
}
.fixed_banner .button_wrap .date .date_main {
  display: block;
  font-weight: 700;
  font-size: 15px;
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.fixed_banner .button_wrap .deadline {
  white-space: nowrap;
  margin-top: 10px;
  padding-left: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.main_block table {
  border-collapse: collapse;
  border-spacing: 0;
}
.main_block.total_top {
  padding-top: calc(var(--header-top-height) + var(--header-nav-height) + 1px);
}
span.wrap_line {
  display: block;
}
span.pc_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  span.pc_wrap {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  span.sp_wrap {
    display: block;
  }
}
.pc_hide {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_hide {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp_hide {
    display: none;
  }
}
#main {
  overflow: hidden;
}
#main .inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1009px;
}
#main .title_wrap {
  position: relative;
  margin: 0 auto 18px;
  max-width: 1200px;
}
#main .title_wrap.left .title_h2 {
  margin: 0 auto 0 0;
  padding-left: 115px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1010px) {
  #main .title_wrap.left .title_h2 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .title_wrap.left .title_h2 {
    padding-left: 10px;
    padding-right: 0;
  }
}
#main .title_wrap.left .title_h2::after {
  left: 0;
}
#main .title_wrap.right .title_h2 {
  margin: 0 0 0 auto;
  padding-left: 70px;
  text-align: right;
  padding-right: 95px;
}
@media print, screen and (max-width: 1010px) {
  #main .title_wrap.right .title_h2 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .title_wrap.right .title_h2 {
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
  }
}
#main .title_wrap.right .title_h2::after {
  right: 0;
}
#main .title_wrap.title_long_border .title_h2::after {
  width: 740px;
}
#main .title_wrap .title_h2 {
  position: relative;
  margin: 0;
  display: table;
}
#main .title_wrap .title_h2.long {
  min-width: 750px;
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2 {
    display: block;
  }
}
#main .title_wrap .title_h2::after {
  content: "";
  position: absolute;
  top: 96px;
  width: 100%;
  height: 1px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2::after {
    display: none;
  }
}
#main .title_wrap .title_h2.title_event::after {
  top: 78px;
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2.title_event .title_main::after {
    bottom: -2px;
  }
}
#main .title_wrap .title_h2.title_event .title_main {
  font-size: 80px;
}
@media screen and (max-width: 1024px) {
  #main .title_wrap .title_h2.title_event .title_main {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2.title_event .title_main {
    font-size: 40px;
  }
}
#main .title_wrap .title_h2 .title_main:not(.aos-init), #main .title_wrap .title_h2 .title_sub:not(.aos-init) {
  opacity: 0;
}
#main .title_wrap .title_h2 .title_main {
  position: relative;
  z-index: 2;
  font-family: Noto Sans;
  display: block;
  font-size: 100px;
  line-height: 1;
  color: #ffcd80;
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2 .title_main {
    font-size: 64px;
  }
  #main .title_wrap .title_h2 .title_main::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: -10px;
    right: 0;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (max-width: 420px) {
  #main .title_wrap .title_h2 .title_main {
    font-size: 58px;
  }
}
#main .title_wrap .title_h2 .title_main:has(.title_main_inner)::before {
  position: absolute;
  left: 0;
  color: #fff;
  z-index: 2;
}
#main .title_wrap .title_h2 .title_main.title_sponsorship + .title_sub {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2 .title_main.title_sponsorship + .title_sub {
    margin-top: 17px;
  }
}
#main .title_wrap .title_h2 .title_main_inner {
  position: relative;
  z-index: 3;
}
#main .title_wrap .title_h2 .title_sub {
  position: relative;
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #main .title_wrap .title_h2 .title_sub {
    margin-top: 9px;
    padding-left: 9px;
    font-size: 20px;
  }
}
#main .title-h3 {
  margin: 0 auto 24px;
  padding: 10px 18px 2px;
  border-left: 6px solid #FF9C00;
  max-width: 1085px;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  #main .title-h3 {
    padding-left: 10px;
    border-left-width: 3px;
    font-size: 16px;
  }
}
#main .title-h3 .sub {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: var(--color-text);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #main .title-h3 .sub {
    font-size: 11px;
  }
}
#main .button {
  margin: 50px auto;
  max-width: 410px;
}
#main .button.button-small {
  margin: 10px 0 0;
  max-width: 240px;
}
#main .button.button-small + .button-small {
  margin-top: 5px;
}
#main .button.button-small a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
#main .button.button-small a::after {
  right: 15px;
}
@media screen and (max-width: 767px) {
  #main .button.button-small {
    display: flex;
    max-width: 100%;
    justify-content: center;
  }
  #main .button.button-small a {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #main .button {
    max-width: 320px;
  }
}
#main .button.button-large {
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  #main .button.button-large {
    max-width: 320px;
  }
}
#main .button a, #main .button button {
  position: relative;
  display: block;
  padding: 0 18px;
  background: rgba(255, 156, 0, 0.5);
  border-radius: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 65px;
  text-align: center;
  color: #000;
  text-decoration: none;
  transition-duration: 0.2s;
  border: none;
  width: 100%;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #main .button a, #main .button button {
    font-size: 16px;
  }
}
#main .button a:hover, #main .button button:hover {
  opacity: 0.7;
}
#main .button a::after, #main .button button::after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translatey(-50%);
  content: "";
  display: inline-block;
  background: url(../media/images/common/icon_button_arrow.svg) no-repeat center / 100%;
  width: 7px;
  height: 11px;
}
@media screen and (max-width: 1024px) {
  #main .button a::after, #main .button button::after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .button a.btn_mulch, #main .button button.btn_mulch {
    padding: 10px;
    white-space: normal;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  #main .dl-line_wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 420px) {
  #main .dl-line_wrap {
    padding: 0 12px;
  }
}
#main .dl-line_wrap .dl-line {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 820px;
  padding-left: 135px;
}
@media screen and (max-width: 1024px) {
  #main .dl-line_wrap .dl-line {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .dl-line_wrap .dl-line {
    padding-left: 0;
    display: block;
  }
}
#main .dl-line_wrap .dl-line dt, #main .dl-line_wrap .dl-line dd {
  font-size: 20px;
  line-height: 1.35;
}
@media screen and (max-width: 420px) {
  #main .dl-line_wrap .dl-line dt, #main .dl-line_wrap .dl-line dd {
    font-size: 18px;
  }
}
#main .dl-line_wrap .dl-line dt:nth-child(n + 3), #main .dl-line_wrap .dl-line dd:nth-child(n + 3) {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  #main .dl-line_wrap .dl-line dt:nth-child(n + 3), #main .dl-line_wrap .dl-line dd:nth-child(n + 3) {
    margin-top: 10px;
  }
}
#main .dl-line_wrap .dl-line dt {
  flex: 0 0 158px;
  padding-left: 33px;
  padding-bottom: 86px;
  border-right: 3px solid #FF9C00;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #main .dl-line_wrap .dl-line dt {
    position: relative;
    border-right: none;
    margin-bottom: 19px;
    padding: 0;
  }
  #main .dl-line_wrap .dl-line dt::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    content: "";
    background: #FF9C00;
    width: 113px;
    height: 3px;
  }
}
#main .dl-line_wrap .dl-line dd {
  flex: 0 0 calc(100% - 158px);
  font-weight: 400;
  margin: 0;
  padding-left: 47px;
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  #main .dl-line_wrap .dl-line dd {
    padding-left: 0;
  }
  #main .dl-line_wrap .dl-line dd + dt {
    margin-top: 40px !important;
  }
}
#main .dl-line_wrap .dl-line dd .detail-schedule {
  text-align: right;
}
#main .dl-line_wrap .dl-line dd .detail-schedule th, #main .dl-line_wrap .dl-line dd .detail-schedule td {
  padding: 0 0 8px;
  font-size: 20px;
}
@media screen and (max-width: 420px) {
  #main .dl-line_wrap .dl-line dd .detail-schedule th, #main .dl-line_wrap .dl-line dd .detail-schedule td {
    font-size: 18px;
  }
}
#main .dl-line_wrap .dl-line dd .detail-schedule th {
  font-weight: 400;
  text-align: right;
}
#main .dl-line_wrap .dl-line dd .detail-schedule td {
  padding-left: 0;
}
#main .dl-line_wrap .dl-line dd .table_caption {
  margin: 2px 0 0;
  font-size: 16px;
}
#main .dl-line_wrap .dl-line dd .arrow_button a {
  display: table;
  padding-left: 22px;
  background: url(../media/images/common/icon_arrow_circle_right.png) no-repeat left 3px top 5px / 14px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.35;
  color: #4E6D8E;
  text-decoration: none;
}
#main .button_list_01 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 26px 0;
  list-style: none;
  padding: 0 23px 0 36px;
}
@media screen and (max-width: 767px) {
  #main .button_list_01 {
    display: block;
    padding: 0;
  }
  #main .button_list_01 > li {
    margin: 50px auto;
  }
}
#main .button_list_01 > li {
  flex: 0 0 48%;
  max-width: 410px;
}
#main .button_list_01 > li .button_title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
#main .button_list_01 > li.button_c_1 a {
  background: linear-gradient(90deg, #FF803C 0%, #FFD799 100%);
}
#main .button_list_01 > li.button_c_2 a {
  background: linear-gradient(90deg, #F1D33C 0%, #F08CBE 100%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
#main .button_list_01 > li > a {
  position: relative;
  display: block;
  padding: 8px 7px;
  border: 1px solid #767676;
  box-shadow: -4px 4px 4px 0px #84848440;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#main .button_list_01 > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background: url(../media/images/common/bg_tex.png) no-repeat center / cover;
  border-radius: 20px;
  opacity: 0.4;
}
#main .button_list_01 > li > a:hover .button_inner {
  background-color: #fff;
}
#main .button_list_01 > li > a:hover .button_inner::after {
  background-image: url(../media/images/common/icon_button_arrow_pink.svg);
}
#main .button_list_01 > li > a:hover .text {
  background-image: url(../media/images/common/bg_tex.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  /* 3. 文字色を透明にする */
  color: transparent;
}
#main .button_list_01 > li .text {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
}
#main .button_list_01 > li .button_inner {
  position: relative;
  z-index: 2;
  padding: 30px 10px;
  border: 2px solid #fff;
  border-radius: 16px;
  transition-duration: 0.3s;
}
#main .button_list_01 > li .button_inner::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  background: url(../media/images/common/icon_button_arrow_wh.svg) no-repeat center / cover;
  width: 8px;
  height: 12px;
}
#main .contact-section {
  position: relative;
  padding: 110px 30px;
  box-shadow: 0px 0px 4px 0px #00000040;
  background-color: #FF9E05;
}
@media screen and (max-width: 767px) {
  #main .contact-section {
    padding: 50px 30px;
  }
}
#main .contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../media/images/common/bg_tex.png) no-repeat center / cover;
  opacity: 0.4;
}
#main .contact-section .contact-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  #main .contact-section .contact-container {
    display: block;
  }
}
#main .contact-section .contact-card {
  flex: 0 0 48%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #main .contact-section .contact-card + .contact-card {
    margin-top: 40px;
  }
}
#main .contact-section .contact-card.card-faq .card-heading::before {
  background-image: url(../media/images/common/icon_check.svg);
}
#main .contact-section .contact-card.card-contact .card-heading::before {
  background-image: url(../media/images/common/icon_chat.svg);
  background-position: center;
  transform: translate(-26px, 3px);
}
#main .contact-section .contact-card a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--color-text);
  background-color: #F7F7F7;
  height: 100%;
  transition-duration: 0.3s;
}
#main .contact-section .contact-card a::before {
  content: "";
  background: #F7F7F7 url(../media/images/common/bg_tex2.webp) no-repeat center / 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  visibility: hidden;
  pointer-events: none;
}
@media (hover) {
  #main .contact-section .contact-card a:hover::before {
    visibility: visible;
  }
  #main .contact-section .contact-card a:hover .card-button {
    background-color: #000;
    background-image: url(../media/images/common/icon_button_arrow_wh.svg);
    color: #fff;
  }
}
#main .contact-section .card-content {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 36px 20px;
  height: 100%;
}
#main .contact-section .card-content .card-heading {
  display: table;
  margin: 0;
  padding-left: 30px;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .contact-section .card-content .card-heading {
    letter-spacing: 0;
  }
}
#main .contact-section .card-content .card-heading::before {
  content: "";
  display: inline-block;
  background-position: center top 2px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  margin-right: -16px;
  transform: translateX(-26px);
}
#main .contact-section .card-content p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
}
#main .contact-section .card-content p.card-text {
  margin: 19px 0;
  text-align: center;
}
#main .contact-section .card-content .card-button-wrap {
  width: 200px;
  margin: auto auto 0;
}
#main .contact-section .card-content .card-button-wrap .card-button {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 12px;
  border-radius: 100px;
  text-align: center;
  color: var(--color-text);
  transition-duration: 0.2s;
  background: #fff url(../media/images/common/icon_button_arrow.svg) no-repeat center right 30px / 6px;
}
#main .contact-section a[target="_blank"] .card-content .card-button-wrap .card-button {
  background-image: none;
}
#main .contact-section a[target="_blank"] .card-content .card-button-wrap .card-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
  display: inline-block;
  mask: url(../media/images/common/external-link.svg) no-repeat center / cover;
  width: 12px;
  aspect-ratio: 1;
  background: #000;
  transition-duration: 0.2s;
  background-image: none;
}
@media (hover) {
  #main .contact-section a[target="_blank"]:hover .card-content .card-button-wrap .card-button {
    background-color: var(--color-text);
  }
  #main .contact-section a[target="_blank"]:hover .card-content .card-button-wrap .card-button::after {
    background: #fff;
  }
}
#main .main_title {
  padding: 30px 0 0;
}
#main .main_title .title_wrap {
  max-width: 1080px;
}
@media (min-width: 1220px) {
  #main .main_title .title_wrap {
    transform: translatex(-120px);
  }
}
@media (min-width: 1010px) and (max-width: 1219px) {
  #main .main_title .title_wrap {
    margin-left: 0;
  }
  #main .main_title .title_wrap .title_h2 {
    padding-left: 30px;
  }
}
#main .sponsorship_block {
  margin-top: 80px;
  padding: 38px 0 0;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block {
    margin-top: 80px;
    padding: 35px 0 0;
  }
}
#main .sponsorship_block .sponsorship_list_outer {
  margin-top: 72px;
}
@media print, screen and (max-width: 1010px) {
  #main .sponsorship_block .sponsorship_list_outer {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_outer {
    padding-right: 15px;
    padding-left: 15px;
  }
}
#main .sponsorship_block .sponsorship_list_wrap {
  display: flex;
  align-items: flex-start;
  flex-flow: row nowrap;
  margin: 0 auto;
  max-width: 1009px;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap {
    display: block;
  }
}
#main .sponsorship_block .sponsorship_list_wrap + .sponsorship_list_wrap {
  border-top: 3px solid #D7D7D7;
  padding-top: 45px;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap + .sponsorship_list_wrap {
    padding-top: 23px;
    margin-top: 43px;
    margin-top: 47px;
  }
}
#main .sponsorship_block .sponsorship_list_wrap.sponsorship_list_special {
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap.sponsorship_list_special {
    margin-bottom: 42px;
    padding: 0 7px;
  }
}
#main .sponsorship_block .sponsorship_list_wrap.sponsorship_list_special .sponsorship_title {
  padding: 68px 0 0 20px;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap.sponsorship_list_special .sponsorship_title {
    padding: 0;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_title {
  flex: 0 0 179px;
  margin: 0;
  padding: 43px 0 0 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_title {
    margin-bottom: 22px;
    padding: 0 0 0 7px;
    font-size: 20px;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list {
  flex: 1 1 auto;
  padding-left: 0;
  list-style: none;
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .sponsorship_list_main {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
  gap: 50px 4.5%;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .sponsorship_list_main {
    gap: 22px 5%;
  }
}
@media screen and (max-width: 420px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .sponsorship_list_main {
    gap: 12px 1%;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .sponsorship_list_main > li {
  flex: 0 0 21.6%;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .sponsorship_list_main > li {
    flex: 0 0 120px;
  }
}
@media screen and (max-width: 420px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .sponsorship_list_main > li {
    flex: 0 0 32%;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_large .sponsorship_title {
  padding: 68px 0 0 20px;
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_large .sponsorship_list_main {
  gap: 20px 2.4%;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_large .sponsorship_list_main {
    display: block;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_large .sponsorship_list_main > li {
  flex: 0 0 34%;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_large .sponsorship_list_main > li {
    margin: 0 auto;
    width: 280px;
  }
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_large .sponsorship_list_main > li + li {
    margin-top: 20px;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main {
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main {
    gap: 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 420px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main {
    gap: 15px 0;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main > li {
  flex: 0 0 25.4%;
}
@media screen and (max-width: 767px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main > li {
    flex: 0 0 180px;
  }
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main > li:ntn-child(odd) {
    margin-right: auto;
  }
}
@media screen and (max-width: 420px) {
  #main .sponsorship_block .sponsorship_list_wrap .sponsorship_list.img_middle .sponsorship_list_main > li {
    flex: 0 0 48%;
  }
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .img_wrap {
  border: 1px solid #D3D3D3;
  aspect-ratio: 1.8;
}
#main .sponsorship_block .sponsorship_list_wrap .sponsorship_list .img_wrap img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#main .mt-0 {
  margin-top: 0px !important;
}
#main .mb-0 {
  margin-bottom: 0px !important;
}
#main .padding-h-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#main .padding-v-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
#main .mt-5 {
  margin-top: 5px !important;
}
#main .mb-5 {
  margin-bottom: 5px !important;
}
#main .padding-h-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
#main .padding-v-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
#main .mt-10 {
  margin-top: 10px !important;
}
#main .mb-10 {
  margin-bottom: 10px !important;
}
#main .padding-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#main .padding-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#main .mt-15 {
  margin-top: 15px !important;
}
#main .mb-15 {
  margin-bottom: 15px !important;
}
#main .padding-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
#main .padding-v-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
#main .mt-20 {
  margin-top: 20px !important;
}
#main .mb-20 {
  margin-bottom: 20px !important;
}
#main .padding-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#main .padding-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
#main .mt-25 {
  margin-top: 25px !important;
}
#main .mb-25 {
  margin-bottom: 25px !important;
}
#main .padding-h-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
#main .padding-v-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
#main .mt-30 {
  margin-top: 30px !important;
}
#main .mb-30 {
  margin-bottom: 30px !important;
}
#main .padding-h-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
#main .padding-v-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
#main .mt-35 {
  margin-top: 35px !important;
}
#main .mb-35 {
  margin-bottom: 35px !important;
}
#main .padding-h-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
#main .padding-v-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
#main .mt-40 {
  margin-top: 40px !important;
}
#main .mb-40 {
  margin-bottom: 40px !important;
}
#main .padding-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
#main .padding-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
#main .mt-45 {
  margin-top: 45px !important;
}
#main .mb-45 {
  margin-bottom: 45px !important;
}
#main .padding-h-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}
#main .padding-v-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
#main .mt-50 {
  margin-top: 50px !important;
}
#main .mb-50 {
  margin-bottom: 50px !important;
}
#main .padding-h-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
#main .padding-v-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
#main .mt-55 {
  margin-top: 55px !important;
}
#main .mb-55 {
  margin-bottom: 55px !important;
}
#main .padding-h-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
#main .padding-v-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
#main .mt-60 {
  margin-top: 60px !important;
}
#main .mb-60 {
  margin-bottom: 60px !important;
}
#main .padding-h-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
#main .padding-v-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
#main .mt-65 {
  margin-top: 65px !important;
}
#main .mb-65 {
  margin-bottom: 65px !important;
}
#main .padding-h-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}
#main .padding-v-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
#main .mt-70 {
  margin-top: 70px !important;
}
#main .mb-70 {
  margin-bottom: 70px !important;
}
#main .padding-h-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}
#main .padding-v-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
#main .mt-75 {
  margin-top: 75px !important;
}
#main .mb-75 {
  margin-bottom: 75px !important;
}
#main .padding-h-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}
#main .padding-v-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
#main .mt-80 {
  margin-top: 80px !important;
}
#main .mb-80 {
  margin-bottom: 80px !important;
}
#main .padding-h-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
#main .padding-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#main .mt-85 {
  margin-top: 85px !important;
}
#main .mb-85 {
  margin-bottom: 85px !important;
}
#main .padding-h-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}
#main .padding-v-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
#main .mt-90 {
  margin-top: 90px !important;
}
#main .mb-90 {
  margin-bottom: 90px !important;
}
#main .padding-h-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}
#main .padding-v-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
#main .mt-95 {
  margin-top: 95px !important;
}
#main .mb-95 {
  margin-bottom: 95px !important;
}
#main .padding-h-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}
#main .padding-v-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
#main .mt-100 {
  margin-top: 100px !important;
}
#main .mb-100 {
  margin-bottom: 100px !important;
}
#main .padding-h-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}
#main .padding-v-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
/*# sourceMappingURL=./common_2026.css.map */