@media screen and (min-width: 1024px) {
  .header_ctr {
    grid-column: 2/3;
    grid-row: 1/3;
    margin-right: 50px;
    min-width: 250px;
  }
}
.header_ctr .header_area {
  height: 90px;
}
@media screen and (min-width: 768px) {
  .header_ctr .header_area {
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .header_ctr .header_area {
    height: auto;
  }
}
.header_ctr .header_area .sitelogo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-left: 12px;
}
@media screen and (min-width: 1024px) {
  .header_ctr .header_area .sitelogo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 14px 0 26px;
  }
}
.header_ctr .header_area .sitelogo a {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .header_ctr .header_area .sitelogo a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 2px;
  }
}
.header_ctr .header_area .sitelogo img {
  height: auto;
  width: 224px;
}
@media screen and (min-width: 768px) {
  .header_ctr .header_area .sitelogo img {
    width: 260px;
  }
}
@media screen and (min-width: 1024px) {
  .header_ctr .header_area .sitelogo img {
    width: 167px;
  }
}
.header_ctr .header_area .sitelogo .pc_text {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header_ctr .header_area .sitelogo .pc_text {
    color: #232323;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    margin-top: 5px;
    text-align: center;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    padding-right: 3px;
    max-width: 170px;
  }
}
.header_ctr .menu_btn {
  background: var(--bgcolor2);
  border: 1px solid #C2C2C2;
  border-radius: 4px;
  height: 34px;
  position: absolute;
  right: 14px;
  top: 28px;
  width: 50px;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .header_ctr .menu_btn {
    display: none;
  }
}
.header_ctr .menu_btn .mobile_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 1px;
  row-gap: 4px;
  text-align: center;
  width: 48px;
}
.header_ctr .menu_btn .mobile_btn .btn_text {
  color: var(--fontcolor5);
  font-size: 1rem;
  font-weight: bold;
}
.header_ctr .menu_btn .mobile_btn .close_text {
  display: none;
}
.header_ctr .menu_btn .mobile_btn.open .open_text {
  display: block;
}
.header_ctr .menu_btn .mobile_btn.open .close_text {
  display: none;
}
.header_ctr .menu_btn .mobile_btn.close .open_text {
  display: none;
}
.header_ctr .menu_btn .mobile_btn.close .close_text {
  display: block;
}
.header_ctr .menu_btn .mobile_btn .btn_inside {
  display: block;
  height: 6px;
  position: relative;
  width: 30px;
}
.header_ctr .menu_btn .mobile_btn .btn_inside .more_solid {
  background: var(--fontcolor5);
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 30px;
}
.header_ctr .menu_btn .mobile_btn.open .btn_inside {
  -webkit-animation: inside02 0.3s forwards;
          animation: inside02 0.3s forwards;
}
.header_ctr .menu_btn .mobile_btn.close .btn_inside {
  -webkit-animation: inside01 0.3s forwards;
          animation: inside01 0.3s forwards;
}
.header_ctr .menu_btn .mobile_btn .btn_inside span:nth-of-type(1) {
  top: 0;
}
.header_ctr .menu_btn .mobile_btn .btn_inside span:nth-of-type(2) {
  top: 6px;
}
.header_ctr .menu_btn .mobile_btn.open .btn_inside span:nth-of-type(1) {
  -webkit-animation: line01 0.75s forwards;
          animation: line01 0.75s forwards;
}
.header_ctr .menu_btn .mobile_btn.open .btn_inside span:nth-of-type(2) {
  -webkit-animation: line02 0.75s forwards;
          animation: line02 0.75s forwards;
}
.header_ctr .menu_btn .mobile_btn.close .btn_inside span:nth-of-type(1) {
  -webkit-animation: line01_2 0.75s forwards;
          animation: line01_2 0.75s forwards;
  width: 12px;
}
.header_ctr .menu_btn .mobile_btn.close .btn_inside span:nth-of-type(2) {
  -webkit-animation: line02_2 0.75s forwards;
          animation: line02_2 0.75s forwards;
  width: 12px;
}
@-webkit-keyframes inside01 {
  0% {
    width: 30px;
  }
  100% {
    width: 12px;
  }
}
@keyframes inside01 {
  0% {
    width: 30px;
  }
  100% {
    width: 12px;
  }
}
@-webkit-keyframes inside02 {
  0% {
    width: 12px;
  }
  100% {
    width: 30px;
  }
}
@keyframes inside02 {
  0% {
    width: 12px;
  }
  100% {
    width: 30px;
  }
}
@-webkit-keyframes line01 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes line01 {
  0% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line02 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes line02 {
  0% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes line01_2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
}
@keyframes line01_2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(3px) rotate(0);
            transform: translateY(3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(3px) rotate(45deg);
            transform: translateY(3px) rotate(45deg);
  }
}
@-webkit-keyframes line02_2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes line02_2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-3px) rotate(0);
            transform: translateY(-3px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg);
  }
}
.header_ctr #menuInner {
  background: var(--bgcolor2);
  -webkit-box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.14);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 90px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header_ctr #menuInner {
    top: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    position: static;
    z-index: 99;
  }
}
.header_ctr #menuInner.slide_in {
  opacity: 1;
  pointer-events: auto;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .header_ctr #menuInner .header_nav {
    margin: 0 auto;
    max-width: 900px;
  }
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .header_nav {
    max-width: none;
  }
}
.header_ctr #menuInner .header_search {
  margin-bottom: 15px;
  padding: 15px 20px 0;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .header_search {
    padding: 0;
  }
}
.header_ctr #menuInner .header_search .search_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_ctr #menuInner .header_search .search_area .search_text {
  -ms-flex-preferred-size: calc(100% - 40px);
      flex-basis: calc(100% - 40px);
}
.header_ctr #menuInner .header_search .search_area .search_text .text_box {
  background: var(--bgcolor2);
  border: 1px solid #C2C2C2;
  border-radius: 4px 0 0 4px;
  font-size: 1.4rem;
  height: 40px;
  line-height: 30px;
  position: relative;
  text-indent: 3px;
  width: 100%;
}
.header_ctr #menuInner .header_search .search_area .search_btn {
  background: var(--bgcolor3);
  border-radius: 0 4px 4px 0;
  font-size: 0;
  height: 40px;
  position: relative;
  width: 40px;
}
.header_ctr #menuInner .header_search .search_area .search_btn svg {
  fill: var(--fontcolor2);
  height: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
}
.header_ctr #menuInner .nav_ctr {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .nav_ctr {
    margin-bottom: 0;
    padding: 0;
  }
}
.header_ctr #menuInner .nav_ctr .gmenu {
  background: var(--bgcolor2);
  border: 1px solid #C2C2C2;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .nav_ctr .gmenu:hover {
    background: var(--bgcolor3);
  }
  .header_ctr #menuInner .nav_ctr .gmenu:hover a {
    color: var(--fontcolor2) !important;
  }
  .header_ctr #menuInner .nav_ctr .gmenu:hover .manu_icon, .header_ctr #menuInner .nav_ctr .gmenu:hover .manu_arrow {
    fill: var(--fontcolor2) !important;
  }
}
.header_ctr #menuInner .nav_ctr .gmenu a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor1);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 13px 20px 14px 16px;
  text-decoration: none;
}
.header_ctr #menuInner .nav_ctr .gmenu .manu_icon {
  height: 45px;
  width: 45px;
}
.header_ctr #menuInner .nav_ctr .gmenu .menu_text {
  display: block;
  letter-spacing: 0.1rem;
  padding-bottom: 2px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .nav_ctr .gmenu .menu_text {
    max-width: 120px;
  }
}
.header_ctr #menuInner .nav_ctr .gmenu .manu_arrow {
  fill: var(--fontcolor6);
  height: 13px;
  margin: 0 0 0 auto;
  width: 8px;
}
.header_ctr #menuInner .nav_ctr .gmenu_list li:first-child {
  border-radius: 12px 12px 0 0;
}
.header_ctr #menuInner .nav_ctr .gmenu_list li:last-child {
  border-radius: 0 0 12px 12px;
  margin: 0 !important;
}
.header_ctr #menuInner .nav_ctr .shizen .manu_icon {
  fill: var(--bgcolor14);
}
.header_ctr #menuInner .nav_ctr .onsen .manu_icon {
  fill: var(--bgcolor15);
}
.header_ctr #menuInner .nav_ctr .rekishi .manu_icon {
  fill: var(--bgcolor16);
}
.header_ctr #menuInner .nav_ctr .sisetsu .manu_icon {
  fill: var(--bgcolor17);
}
.header_ctr #menuInner .nav_ctr .taiken .manu_icon {
  fill: var(--bgcolor18);
}
.header_ctr #menuInner .accessibility {
  background: var(--bgcolor6);
  border-radius: 8px;
  margin: 30px 30px 20px;
  padding: 20px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: calc((100% - 1000px) / 2);
    top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header_ctr #menuInner .accessibility .fontsize_ctr, .header_ctr #menuInner .accessibility .bgcolor_ctr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .fontsize_ctr, .header_ctr #menuInner .accessibility .bgcolor_ctr {
    margin-bottom: 0;
  }
}
.header_ctr #menuInner .accessibility .titile_fontsize, .header_ctr #menuInner .accessibility .title-bgcolor {
  font-size: 1.2rem;
}
.header_ctr #menuInner .accessibility .fontsize_list, .header_ctr #menuInner .accessibility .color_list {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.header_ctr #menuInner .accessibility .btn_medium, .header_ctr #menuInner .accessibility .btn_large {
  background: var(--bgcolor2);
  border: 1px solid #C2C2C2;
  border-radius: 2px;
  font-size: 1.4rem;
  padding: 3px 5px 3px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .btn_medium, .header_ctr #menuInner .accessibility .btn_large {
    font-size: 1.2rem;
    padding: 2px 4px 3px;
  }
}
.header_ctr #menuInner .accessibility .btn_medium.active, .header_ctr #menuInner .accessibility .btn_large.active {
  background: var(--bgcolor5);
}
.header_ctr #menuInner .accessibility .bg-white, .header_ctr #menuInner .accessibility .bg-black, .header_ctr #menuInner .accessibility .bg-blue {
  border: 1px solid #C2C2C2;
  border-radius: 2px;
  font-size: 1.4rem;
  padding: 2px 3px 4px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .bg-white, .header_ctr #menuInner .accessibility .bg-black, .header_ctr #menuInner .accessibility .bg-blue {
    font-size: 1.2rem;
    padding: 2px 3px 3px;
  }
}
.header_ctr #menuInner .accessibility .bg-white {
  background: #fff;
  color: #232323;
}
.header_ctr #menuInner .accessibility .bg-black {
  background: black;
  color: var(--fontcolor2);
}
.header_ctr #menuInner .accessibility .bg-blue {
  background: #0066CC;
  color: var(--fontcolor2);
}
.header_ctr #menuInner .accessibility .language_ctr {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .language_ctr {
    margin: 0;
    max-width: none;
  }
}
.header_ctr #menuInner .accessibility .language_ctr a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--bgcolor2);
  border: 1px solid #c2c2c2;
  border-radius: 100vh;
  color: var(--fontcolor1);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .language_ctr a {
    border-radius: 4px;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
    font-size: 1.2rem;
    height: 24px;
    padding: 0 16px;
  }
  .header_ctr #menuInner .accessibility .language_ctr a:hover {
    background: var(--bgcolor6);
  }
}
.header_ctr #menuInner .accessibility .language_ctr a .btn_arrow {
  fill: var(--fontcolor5);
  height: 8px;
  position: absolute;
  right: 3vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .language_ctr a .btn_arrow {
    display: none;
  }
}
.header_ctr #menuInner .accessibility .language_ctr a .language_icon {
  fill: var(--fontcolor1);
  height: auto;
  width: 14px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .accessibility .language_ctr a .language_icon {
    width: 12px;
  }
}
.header_ctr #menuInner .accessibility .language_ctr a span {
  display: block;
  padding-bottom: 2px;
}
.header_ctr #menuInner .closeMenu_btn {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (min-width: 1024px) {
  .header_ctr #menuInner .closeMenu_btn {
    display: none;
  }
}
.header_ctr #menuInner .close_btn {
  background: var(--bgcolor3);
  border-radius: 4px;
  color: var(--fontcolor2);
  font-size: 1.4rem;
  height: 42px;
  margin: 0 30px 30px;
  padding-bottom: 2px;
  text-align: center;
  width: calc(100% - 60px);
}

#kankoslider {
  margin: 0 auto;
  max-width: 700px;
  padding: 3px 12px 0;
}
@media screen and (min-width: 1024px) {
  #kankoslider {
    grid-column: 3/4;
    grid-row: 1/2;
    margin: 0 auto 0 0;
    padding: 0;
  }
}
#kankoslider .splide__track {
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  #kankoslider .splide__track {
    margin-bottom: 15px;
  }
}
#kankoslider .splide__slide {
  position: relative;
}
#kankoslider .splide__slide a {
  display: block;
}
#kankoslider .splide__slide a:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}
#kankoslider .splide__slide img {
  aspect-ratio: 39/23;
  border: 1px solid #c2c2c2;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

#thumbnailslider {
  padding: 0 0 32px 12px;
}
@media screen and (min-width: 1024px) {
  #thumbnailslider {
    grid-column: 3/5;
    grid-row: 2/3;
    padding: 0;
  }
}
#thumbnailslider .splide__slide:not(.is-active)::after {
  background: #232323;
  border-radius: 8px;
  content: "";
  display: block;
  height: 23vw;
  left: 50%;
  max-height: 130px;
  max-width: 220px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40vw;
}
@media screen and (min-width: 1024px) {
  #thumbnailslider .splide__slide:not(.is-active)::after {
    height: 130px;
    max-height: none;
    max-width: none;
    width: 220px;
  }
}
#thumbnailslider .splide__slide {
  border-radius: 9px;
  max-width: 220px;
  position: relative;
}
#thumbnailslider .splide__slide a {
  display: block;
  pointer-events: none;
}
#thumbnailslider .splide__slide a:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}
#thumbnailslider .splide__slide img {
  border-radius: 8px;
  height: 23vw;
  max-height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.slider_ctrl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .slider_ctrl {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    max-width: 700px;
  }
}

.splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: auto;
}
.splide__pagination button.is-active {
  background: var(--bgcolor3);
}
.splide__pagination li {
  height: auto;
  margin: 0;
}
.splide__pagination li button {
  background: var(--bgcolor19);
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  opacity: 1;
  padding: 0;
  width: 10px;
}
.splide__pagination li button:focus-visible {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}

.nocont_ctr {
  margin: 0 auto;
  max-width: 700px;
  padding: 3px 12px 30px;
}
@media screen and (min-width: 1024px) {
  .nocont_ctr {
    grid-column: 3/4;
    grid-row: 1/3;
    margin: 0 auto 0 0;
    padding: 0;
    width: 100%;
  }
}
.nocont_ctr .kankoslider_nocont {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 39/24;
  background: var(--bgcolor6);
  border: 1px solid #c2c2c2;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .nocont_ctr .kankoslider_nocont {
    margin-bottom: 42px;
    gap: 25px;
  }
}
.nocont_ctr .kankoslider_nocont svg {
  fill: var(--bgcolor19);
  height: auto;
  max-width: 120px;
  width: 27vw;
}
.nocont_ctr .kankoslider_nocont .nocont_text {
  color: var(--fontcolor1);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .nocont_ctr .kankoslider_nocont .nocont_text {
    font-size: 1.6rem;
  }
}
.nocont_ctr .thumbnailslider_nocont {
  background: var(--bgcolor5);
  border-radius: 8px;
  height: 23vw;
  max-height: 130px;
  max-width: 220px;
  position: relative;
  width: 40vw;
}
.nocont_ctr .thumbnailslider_nocont svg {
  height: auto;
  fill: var(--bgcolor19);
  left: 50%;
  max-width: 60px;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14vw;
}

.aboutOguni_ctr {
  margin-bottom: 70px;
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr {
    margin-bottom: 100px;
  }
}
.aboutOguni_ctr .aboutOguni_cont {
  background: url(../img/top/aboutOguni/bgimg_mbl.jpg) no-repeat center/cover;
  overflow: hidden;
  padding: 80px 0 84px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .aboutOguni_ctr .aboutOguni_cont {
    padding: 100px 0 104px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .aboutOguni_cont {
    background: url(../img/top/aboutOguni/bgimg_pc.jpg) no-repeat center/cover;
    padding: 120px 0 123px;
  }
}
.aboutOguni_ctr .aboutOguni_cont::before {
  background: url(../img/top/aboutOguni/illust_img2.png) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 89px;
  left: 2%;
  position: absolute;
  width: 90px;
}
@media screen and (min-width: 768px) {
  .aboutOguni_ctr .aboutOguni_cont::before {
    height: 105px;
    left: calc((100vw - 740px) / 2);
    width: 106px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .aboutOguni_cont::before {
    height: 130px;
    left: calc((100vw - 990px) / 2);
    width: 132px;
  }
}
.aboutOguni_ctr .aboutOguni_cont::after {
  background: url(../img/top/aboutOguni/illust_img3.png) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 2%;
  width: 117px;
}
@media screen and (min-width: 768px) {
  .aboutOguni_ctr .aboutOguni_cont::after {
    height: 39px;
    right: calc((100vw - 740px) / 2);
    width: 152px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .aboutOguni_cont::after {
    height: 55px;
    right: calc((100vw - 990px) / 2);
    width: 214px;
  }
}
.aboutOguni_ctr .common_title {
  color: var(--fontcolor2);
  margin-bottom: 25px;
  padding: 0 12px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .common_title {
    margin-bottom: 30px;
  }
}
.aboutOguni_ctr .common_title::before {
  background: url(../img/top/aboutOguni/illust_img1.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 47px;
  position: absolute;
  right: calc((100vw - 330px) / 2);
  top: -60px;
  width: 100px;
}
@media screen and (min-width: 768px) {
  .aboutOguni_ctr .common_title::before {
    height: 52px;
    right: calc((100vw - 390px) / 2);
    width: 112px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .common_title::before {
    height: 72px;
    right: 22%;
    top: -5px;
    width: 155px;
  }
}
.aboutOguni_ctr .title_en {
  color: var(--fontcolor2);
}
.aboutOguni_ctr .title_en::before, .aboutOguni_ctr .title_en::after {
  background-color: var(--fontcolor2);
}
.aboutOguni_ctr .about_text {
  color: var(--fontcolor2);
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  line-height: 2;
  margin: 0 auto;
  max-width: 359px;
  text-align: center;
  width: 62%;
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .about_text {
    font-size: 1.6rem;
    line-height: 1.9;
    max-width: 407px;
  }
}
.aboutOguni_ctr .oguniPhoto_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutOguni_ctr .oguniPhoto_list .oguniPhoto {
  max-height: 190px;
  overflow: hidden;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .aboutOguni_ctr .oguniPhoto_list .oguniPhoto {
    max-height: none;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .aboutOguni_ctr .oguniPhoto_list .oguniPhoto {
    max-height: 208px;
  }
}
.aboutOguni_ctr .oguniPhoto_list img {
  max-width: 100%;
}

.kankoNews_ctr {
  margin: 0 auto 80px;
  max-width: 825px;
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr {
    margin: 0 auto 100px;
    padding: 0;
  }
}
.kankoNews_ctr .kankoNews_cont {
  min-height: 200px;
  padding-top: 70px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .kankoNews_cont {
    min-height: 240px;
  }
}
.kankoNews_ctr .kankoNews_cont::before {
  background: url(../img/top/kankoNews/illust_img1.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 55px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 90px;
}
@media screen and (min-width: 768px) {
  .kankoNews_ctr .kankoNews_cont::before {
    height: 80px;
    top: -15px;
    width: 132px;
  }
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .kankoNews_cont::before {
    height: 95px;
    top: -42px;
    width: 157px;
  }
}
.kankoNews_ctr .kankoNews_cont::after {
  background: url(../img/top/kankoNews/illust_img2.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 62px;
  position: absolute;
  right: 0px;
  top: 2px;
  width: 54px;
}
@media screen and (min-width: 768px) {
  .kankoNews_ctr .kankoNews_cont::after {
    height: 89px;
    top: -29px;
    width: 78px;
  }
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .kankoNews_cont::after {
    height: 114px;
    top: -55px;
    width: 100px;
  }
}
.kankoNews_ctr .news-list {
  margin-bottom: 30px;
}
.kankoNews_ctr .news-list > li:nth-child(odd) {
  background: var(--bgcolor13);
  border-radius: 4px;
}
.kankoNews_ctr .news-list .news a {
  color: var(--fontcolor1);
  display: block;
  font-size: 1.4rem;
  padding: 17px 32px 18px 10px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .news-list .news a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    padding: 20px 60px 21px 25px;
  }
  .kankoNews_ctr .news-list .news a:hover .newstitle {
    text-decoration: none;
  }
}
.kankoNews_ctr .news-list .news a::after {
  content: "";
  background: url(../img/common/circle_arrow.svg) no-repeat center/contain;
  display: block;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .news-list .news a::after {
    right: 25px;
  }
}
.kankoNews_ctr .news-list .newsdate {
  color: var(--fontcolor11);
  font-size: 1.2rem;
  margin-bottom: 2px;
  padding: 0 2px;
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .news-list .newsdate {
    margin-bottom: 0;
  }
}
.kankoNews_ctr .news-list .newstitle {
  line-height: 1.3;
  text-decoration: underline;
}
.kankoNews_ctr .more_btn a {
  background: var(--bgcolor3);
  border: 1px solid var(--bgcolor3);
  border-radius: 22px;
  color: var(--fontcolor2);
  display: block;
  font-size: 1.6rem;
  margin: 0 auto;
  max-width: 200px;
  padding: 9px 40px 11px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
@media screen and (min-width: 1024px) {
  .kankoNews_ctr .more_btn a:hover {
    background: var(--bgcolor2);
    color: var(--fontcolor6);
  }
  .kankoNews_ctr .more_btn a:hover svg {
    fill: var(--fontcolor6);
  }
}
.kankoNews_ctr .more_btn a svg {
  fill: var(--fontcolor2);
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}
.kankoNews_ctr .not-inarea {
  background: var(--bgcolor13);
  border-radius: 4px;
  color: var(--fontcolor1);
  display: block;
  font-size: 1.4rem;
  padding: 17px 32px 19px 10px;
}

.mokuteki_ctr {
  margin: 0 auto 100px;
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr {
    max-width: 924px;
  }
}
@media screen and (min-width: 1024px) {
  .mokuteki_ctr {
    margin: 0 auto 150px;
    max-width: 1000px;
    padding: 0;
  }
}
.mokuteki_ctr .mokuteki_cont {
  padding-top: 60px;
  position: relative;
}
.mokuteki_ctr .mokuteki_cont::before {
  background: url(../img/top/mokuteki/illust_img.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 103px;
  position: absolute;
  right: 5px;
  top: 2px;
  width: 86px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont::before {
    height: 133px;
    top: -19px;
    width: 111px;
  }
}
@media screen and (min-width: 1024px) {
  .mokuteki_ctr .mokuteki_cont::before {
    height: 172px;
    top: -57px;
    width: 145px;
  }
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 19px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mokuteki_ctr .mokuteki_cont .mokuteki {
  background: var(--bgcolor2);
  border-radius: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki {
    margin-bottom: 0;
    width: calc((100% - 38px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki {
    width: 316.6666666667px;
  }
  .mokuteki_ctr .mokuteki_cont .mokuteki:hover img {
    opacity: 1;
  }
  .mokuteki_ctr .mokuteki_cont .mokuteki:hover .manu_icon {
    fill: var(--fontcolor2) !important;
    visibility: hidden;
  }
  .mokuteki_ctr .mokuteki_cont .mokuteki:hover .menu_text {
    color: var(--fontcolor2);
  }
  .mokuteki_ctr .mokuteki_cont .mokuteki:hover .menu_text:after {
    background: radial-gradient(circle farthest-side, var(--fontcolor2), var(--fontcolor2) 15%, transparent 36%, transparent);
    background-size: 8px;
    content: "";
    display: block;
    height: 11px;
    margin: 10px auto 0;
    width: 90px;
  }
  .mokuteki_ctr .mokuteki_cont .mokuteki:hover .manu_arrow {
    fill: var(--fontcolor2);
  }
}
.mokuteki_ctr .mokuteki_cont .mokuteki img {
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mokuteki_ctr .mokuteki_cont .mokuteki a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fontcolor1);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 23px 25px 23px 25px;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 2rem;
    position: relative;
    row-gap: 15px;
    z-index: 1;
    border-radius: 15px;
  }
}
.mokuteki_ctr .mokuteki_cont .mokuteki a:focus-visible {
  outline-offset: -2px !important;
}
.mokuteki_ctr .mokuteki_cont .mokuteki .manu_icon {
  height: 48px;
  width: 48px;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki .manu_icon {
    height: 52px;
    width: 52px;
  }
}
@media screen and (min-width: 1024px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki .manu_icon {
    height: 60px;
    width: 60px;
  }
}
.mokuteki_ctr .mokuteki_cont .mokuteki .menu_text {
  display: block;
  letter-spacing: 0.1rem;
  padding-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki .menu_text {
    text-align: center;
  }
  .mokuteki_ctr .mokuteki_cont .mokuteki .menu_text:after {
    background: radial-gradient(circle farthest-side, var(--fontcolor1), var(--fontcolor1) 15%, transparent 36%, transparent);
    background-size: 8px;
    content: "";
    display: block;
    height: 11px;
    margin: 10px auto 0;
    width: 90px;
  }
}
.mokuteki_ctr .mokuteki_cont .mokuteki .manu_arrow {
  height: 37px;
  margin: 0 0 0 auto;
  width: 37px;
}
@media screen and (min-width: 768px) {
  .mokuteki_ctr .mokuteki_cont .mokuteki .manu_arrow {
    height: 44px;
    margin: 0;
    width: 44px;
  }
}
.mokuteki_ctr .mokuteki_cont .mokuteki_list > li:last-child {
  margin-bottom: 0 !important;
}
.mokuteki_ctr .mokuteki_cont .shizen {
  border: 3px solid var(--bgcolor14);
  border-radius: 18px;
}
.mokuteki_ctr .mokuteki_cont .shizen .manu_icon, .mokuteki_ctr .mokuteki_cont .shizen .manu_arrow {
  fill: var(--bgcolor14);
}
.mokuteki_ctr .mokuteki_cont .onsen {
  border: 3px solid var(--bgcolor15);
}
.mokuteki_ctr .mokuteki_cont .onsen .manu_icon, .mokuteki_ctr .mokuteki_cont .onsen .manu_arrow {
  fill: var(--bgcolor15);
}
.mokuteki_ctr .mokuteki_cont .rekishi {
  border: 3px solid var(--bgcolor16);
}
.mokuteki_ctr .mokuteki_cont .rekishi .manu_icon, .mokuteki_ctr .mokuteki_cont .rekishi .manu_arrow {
  fill: var(--bgcolor16);
}
.mokuteki_ctr .mokuteki_cont .sisetsu {
  border: 3px solid var(--bgcolor17);
}
.mokuteki_ctr .mokuteki_cont .sisetsu .manu_icon, .mokuteki_ctr .mokuteki_cont .sisetsu .manu_arrow {
  fill: var(--bgcolor17);
}
.mokuteki_ctr .mokuteki_cont .taiken {
  border: 3px solid var(--bgcolor18);
}
.mokuteki_ctr .mokuteki_cont .taiken .manu_icon, .mokuteki_ctr .mokuteki_cont .taiken .manu_arrow {
  fill: var(--bgcolor18);
}

.osusume_ctr {
  background: url(../img/top/osusume/bg_img.jpg);
  padding: 90px 0 110px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .osusume_ctr {
    padding: 90px 0 150px;
  }
}
.osusume_ctr::before {
  background: url(../img/top/osusume/illust_img.png) no-repeat center/contain;
  content: "";
  display: block;
  height: 92px;
  left: 12px;
  position: absolute;
  top: -35px;
  width: 223px;
}
@media screen and (min-width: 768px) {
  .osusume_ctr::before {
    height: 111px;
    width: 270px;
  }
}
@media screen and (min-width: 1024px) {
  .osusume_ctr::before {
    height: 144px;
    left: calc((100vw - 1170px) / 2);
    top: -58px;
    width: 348px;
  }
}
.osusume_ctr .common_title {
  color: #232323 !important;
}
.osusume_ctr .common_title .title_en {
  color: var(--fontcolor12) !important;
}
.osusume_ctr .common_title .title_en::before, .osusume_ctr .common_title .title_en::after {
  background: var(--fontcolor12) !important;
}
.osusume_ctr .osusume_area {
  margin: 0 auto;
  width: calc(100% - 24px);
}
@media screen and (min-width: 768px) {
  .osusume_ctr .osusume_area {
    max-width: 700px;
  }
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_area {
    max-width: 900px;
  }
}
.osusume_ctr .osusume_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .osusume_ctr .osusume_list {
    gap: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list {
    gap: 20px;
    margin-top: 50px;
  }
}
.osusume_ctr .osusume_list .osusume {
  background: var(--bgcolor2);
  border: 1px solid #c2c2c2;
  border-radius: 18px;
  max-width: 280px;
  width: calc(50% - 4px);
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume {
    max-width: none;
    width: calc(25% - 15px);
  }
}
.osusume_ctr .osusume_list .osusume a {
  color: var(--fontcolor1);
  display: block;
  height: 100%;
  padding: 16px 12px 12px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .osusume_ctr .osusume_list .osusume a {
    padding: 20px 16px 16px;
  }
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume a {
    height: 100%;
    padding: 22px 18px 44px;
    border-radius: 16px;
  }
}
.osusume_ctr .osusume_list .osusume a:focus-visible {
  outline-offset: 1px !important;
}
.osusume_ctr .osusume_list .osusume h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume h3 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume:hover img {
    opacity: 0.8;
  }
}
.osusume_ctr .osusume_list .osusume img {
  height: 25vw;
  display: block;
  margin: 0 auto;
  max-height: 87px;
  width: auto;
}
@media screen and (min-width: 768px) {
  .osusume_ctr .osusume_list .osusume img {
    max-height: 120px;
  }
}
.osusume_ctr .osusume_list .osusume p {
  font-size: 1rem;
  line-height: 1.4;
  padding-right: 30px;
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume p {
    bottom: 16px;
    max-width: 130px;
    position: absolute;
  }
}
.osusume_ctr .osusume_list .osusume .new_line {
  display: block;
}
@media screen and (min-width: 768px) {
  .osusume_ctr .osusume_list .osusume .new_line {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume:hover .osusume_arrow {
    background: var(--bgcolor12);
  }
}
.osusume_ctr .osusume_list .osusume .osusume_arrow {
  background: var(--bgcolor3);
  bottom: 0;
  border-radius: 17px 0 17px 0;
  display: block;
  height: 12vw;
  max-height: 34px;
  max-width: 40px;
  position: absolute;
  right: 0;
  width: 11vw;
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume .osusume_arrow {
    height: 41px;
    max-height: none;
    max-width: none;
    width: 50px;
  }
}
.osusume_ctr .osusume_list .osusume .osusume_arrow svg {
  fill: var(--fontcolor2);
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
}
@media screen and (min-width: 1024px) {
  .osusume_ctr .osusume_list .osusume .osusume_arrow svg {
    width: 14px;
  }
}

.top_wrap {
  margin: 0 0 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .top_wrap {
    display: grid;
    grid-template-columns: 1fr 300px 700px 1fr;
    margin: 0 0 110px;
    padding: 94px 0 50px;
  }
}
.top_wrap::after {
  background: var(--bgcolor7);
  bottom: 0;
  content: "";
  height: 72%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .top_wrap::after {
    height: 63%;
  }
}/*# sourceMappingURL=top.css.map */