@charset "UTF-8";
.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

/*メインビジュアルの設定*/
.mySwiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.mySwiper .swiper-slide img {
  margin: 0 auto;
}
.mySwiper .autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #000;
}
.mySwiper .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.mySwiper .swiper-horizontal > .swiper-pagination-bullets,
.mySwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.mySwiper .swiper-pagination-custom,
.mySwiper .swiper-pagination-fraction {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: auto;
  text-align: right;
  width: 30px;
}
.mySwiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mySwiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 20px 10px auto;
  display: block;
}
.mySwiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #615d7f;
}

@-webkit-keyframes mvVar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes mvVar {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.mainvisual {
  position: relative;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.mainvisual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.6);
}
.mainvisual__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  max-width: 1366px;
  width: 100%;
}
.mainvisual__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
.mainvisual__title .line {
  display: inline-block;
  background: #fff;
  color: #002B65;
  padding: 8px 16px;
  margin-bottom: 8px;
}
.mainvisual__title .line:last-child {
  margin-bottom: 0;
}
.mainvisual__title .highlight {
  color: #FFD400;
}
.mainvisual__text {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
  margin-top: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .mainvisual__bg img {
    height: 400px;
  }
  .mainvisual__title {
    font-size: 1.8rem;
  }
  .mainvisual__title .line {
    padding: 6px 12px;
  }
  .mainvisual__content {
    width: 94%;
  }
  .mainvisual__text {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}

.topics {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.topics h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
}
.topics .swiper_controller {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
.topics .swiper_controller .swiper-horizontal > .swiper-pagination-bullets,
.topics .swiper_controller .swiper-pagination-bullets.swiper-pagination-horizontal,
.topics .swiper_controller .swiper-pagination-custom,
.topics .swiper_controller .swiper-pagination-fraction {
  bottom: auto;
  top: -80px;
  right: 0;
  text-align: right;
}
.topics .swiper_controller .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.topics .swiper_controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 20px 10px auto;
  border: 1px solid #615d7f;
}
.topics .swiper_controller .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.topics .swiper_controller .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #615d7f;
}
.topics .swiper_controller .swiper-button-prev, .topics .swiper_controller .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #615d7f;
}
.topics .swiper_controller .swiper-button-prev {
  left: auto;
  right: 70px;
}
.topics .swiper_controller .swiper-button-next:after, .topics .swiper_controller .swiper-button-prev:after {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.topics .swiper_zone .swiper02 {
  max-width: 100%;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide {
  transition: 0.5s;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: 0.5s;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.topics .swiper_zone .swiper02 .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  padding: 1em 0;
  line-height: 1.5;
}

.hikari-about {
  background-color: #eaf4ff;
  padding: 80px 20px;
  text-align: center;
  color: #333;
}
.hikari-about__inner {
  max-width: 1090px;
  margin: 0 auto;
}
.hikari-about__title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #0F73BA;
  margin-bottom: 10px;
}
.hikari-about__title .highlight {
  color: #ffd400;
}
.hikari-about__subtitle {
  font-size: 1.5rem !important;
  font-weight: 600;
  color: #0F73BA !important;
  margin-bottom: 40px;
}
.hikari-about__box {
  background: #fff;
  border: 1.5px solid #2085E6;
  border-radius: 8px;
  padding: 40px 30px;
  line-height: 1.8;
  box-shadow: 0 4px 12px rgba(0, 115, 208, 0.05);
}
.hikari-about__box p {
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  color: #333;
}
.hikari-about__box p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .hikari-about {
    padding: 60px 16px;
  }
  .hikari-about__title {
    font-size: 1.8rem;
  }
  .hikari-about__subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  .hikari-about__box {
    padding: 24px 18px;
    font-size: 0.95rem;
  }
}

.transfer {
  background-color: #eaf4ff;
  padding: 80px 20px;
  text-align: center;
}

.transfer__inner {
  max-width: 1090px;
  margin: 0 auto;
}

.transfer__title {
  font-size: 2rem;
  font-weight: 700;
  color: #0F73BA;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  padding: 0 40px 40px;
}

/* 左右の斜め線 */
.transfer__title::before,
.transfer__title::after {
  content: "";
  position: absolute;
  top: 34%;
  width: 40px;
  height: 3px;
  background: #0F73BA;
  transform-origin: center;
}

.transfer__title::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.transfer__title::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}

/* 「1」だけ黄色 */
.transfer__title .highlight {
  color: #ffd400;
  font-weight: 700;
}

.transfer_content {
  text-align: center;
  margin-bottom: 40px;
}

/* マップ画像 */
.transfer_arrow {
  width: 100%;
  height: auto;
}

/* 補足テキスト */
.transfer__note {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .transfer {
    padding: 60px 16px;
  }
  .transfer__title {
    font-size: 1.6rem;
    padding: 0 30px;
  }
  .transfer__title::before,
.transfer__title::after {
    width: 24px;
  }
  .transfer_arrow {
    max-width: 100%;
  }
}
.hikari-plan {
  padding: 80px 20px;
  text-align: center;
}
.hikari-plan__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.hikari-plan__title {
  background-color: #2085E6;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 14px 0;
  border-radius: 50px;
  margin-bottom: 50px;
}
.hikari-plan__speed {
  margin-bottom: 50px;
}
.hikari-plan__speed img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.hikari-plan .hikari-type__inner {
  display: flex;
  justify-content: center;
  gap: 13%;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.hikari-plan .hikari-type__box {
  background: #fff;
  border: 20px solid #2085E6;
  border-radius: 8px;
  padding: 20px 40px;
  text-align: center;
  width: 38%;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.hikari-plan .hikari-type__box:hover {
  background: #f2fbff;
  box-shadow: 0 4px 12px rgba(0, 115, 208, 0.15);
}
.hikari-plan .hikari-type__box--right {
  border-color: #00b8e6;
}
.hikari-plan .hikari-type__box--right:hover {
  background: #e8f8ff;
  box-shadow: 0 4px 12px rgba(0, 184, 230, 0.15);
}
.hikari-plan .hikari-type__title {
  color: #2085E6;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.hikari-plan .hikari-type__text {
  color: #333;
  font-size: 1.25rem;
}
.hikari-plan__courses img {
  width: 100%;
  max-width: 1000px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hikari-plan {
    padding: 20px 16px;
  }
  .hikari-plan__title {
    font-size: 1.6rem;
  }
  .hikari-plan__speed img, .hikari-plan__courses img {
    max-width: 100%;
  }
  .hikari-plan .hikari-type__inner {
    align-items: center;
    gap: 16%;
  }
  .hikari-plan .hikari-type__box {
    width: 80%;
    max-width: 300px;
  }
}

.provider {
  background-color: #fff;
  padding: 0 20px;
}
.provider__inner {
  max-width: 1090px;
  margin: 0 auto;
}
.provider__title {
  background-color: #2085E6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 12px 0;
  border-radius: 50px;
  margin-bottom: 40px;
  text-align: center;
}
.provider__subtitle {
  font-size: 1.4rem;
  color: #2085E6;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
}
.provider__lead {
  font-size: 1.25rem;
  line-height: 1.9;
  margin-bottom: 20px;
}
.provider__text {
  font-size: 1.25rem;
  line-height: 1.9;
  margin-bottom: 60px;
}
.provider__points {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 80px;
}
.provider__item {
  width: calc(33.333% - 20px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px;
}
.provider__img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.provider__point-title {
  color: #2085E6;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.provider__point-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 768px) {
  .provider {
    padding: 0 20px;
  }
  .provider__points {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .provider__item {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .provider__img {
    width: 50%;
  }
}

.service-section {
  background-color: #0073e6;
  padding: 80px 0;
  text-align: center;
  color: #fff;
}

.service-wrapper {
  max-width: 1090px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.service-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
}

/* テーブル配置（2カラム） */
.service-table {
  display: flex;
  justify-content: center;
  gap: 100px; /* カラム間の余白 */
  flex-wrap: wrap;
}

/* カラム */
.service-column {
  display: flex;
  flex-direction: column;
  gap: 40px; /* カード間隔 */
}

/* カード */
.service-card {
  background: #fff;
  color: #0073e6;
  font-weight: 600;
  font-size: 20px;
  border-radius: 12px;
  width: 400px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card span {
  font-size: 16px;
  color: #333;
}

/* ホバー時 */
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .service-wrapper {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .service-table {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .service-card {
    width: 100%;
    max-width: 400px;
    padding: 0 80px;
  }
}
.contact-section {
  text-align: center;
  padding: 80px 20px;
  color: #0073e6;
}
.contact-section .contact-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 60px;
}
.contact-section .contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;
}
.contact-section .contact-wrapper .contact-phone .contact-label,
.contact-section .contact-wrapper .contact-web .contact-label {
  font-size: 1.25rem;
  margin-bottom: 30px;
  margin: 0 auto;
}
.contact-section .contact-wrapper .contact-tel {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1px;
  color: #0073e6;
  padding-top: 20px;
}
.contact-section .contact-wrapper .contact-time {
  margin-top: 20px;
}
.contact-section .contact-wrapper .contact-btn {
  display: inline-block;
  background-color: #0073e6;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 80px;
  border-radius: 40px;
  transition: background-color 0.3s ease;
}
.contact-section .contact-wrapper .contact-btn:hover {
  background-color: #eaf4ff;
  box-shadow: 0 0 0 1px #0073e6 inset;
  color: #0073e6;
}
@media (max-width: 768px) {
  .contact-section .contact-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .contact-section .contact-btn {
    font-size: 18px;
    padding: 16px 50px;
  }
  .contact-section .contact-phone {
    margin: 0 auto;
  }
  .contact-section .contact-web {
    margin: 0 auto;
  }
}
.contact-section .contact-label {
  margin-bottom: 10px !important;
}

.og_search_wrap {
  background-color: #f3efec;
  padding: 80px 0;
}
.og_search_wrap h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
  text-align: center;
}
.og_search_wrap form {
  border-bottom: 1px solid #000;
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.og_search_wrap form .search-name {
  display: block;
  width: 100%;
  padding: 0.5em;
  line-height: 2;
  outline: none;
}
.og_search_wrap form button {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../img/common/search_icon.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.gift {
  background-color: #fff;
  padding: 100px 0;
}
.gift h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
}
.gift .swiper_controller {
  position: relative;
  max-width: 1090px;
  margin: 0 auto;
}
.gift .swiper_controller .swiper-horizontal > .swiper-pagination-bullets,
.gift .swiper_controller .swiper-pagination-bullets.swiper-pagination-horizontal,
.gift .swiper_controller .swiper-pagination-custom,
.gift .swiper_controller .swiper-pagination-fraction {
  bottom: auto;
  top: -80px;
  right: 0;
  text-align: right;
}
.gift .swiper_controller .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.gift .swiper_controller .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 20px 10px auto;
  border: 1px solid #615d7f;
}
.gift .swiper_controller .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
}
.gift .swiper_controller .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #615d7f;
}
.gift .swiper_controller .swiper-button-prev, .gift .swiper_controller .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #615d7f;
}
.gift .swiper_controller .swiper-button-prev {
  left: auto;
  right: 70px;
}
.gift .swiper_controller .swiper-button-next:after, .gift .swiper_controller .swiper-button-prev:after {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
.gift .swiper_zone .swiper03 {
  max-width: 1090px;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide {
  transition: 0.5s;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide.swiper-slide-active {
  transition: 0.5s;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.gift .swiper_zone .swiper03 .swiper-wrapper .swiper-slide p {
  font-size: 16px;
  padding: 1em 0;
  line-height: 1.5;
}

.category {
  background-color: #f8f8f8;
  padding: 100px 0;
}
.category h2 {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  font-size: 32px;
  padding: 1em 0;
}
.category ul {
  max-width: 1090px;
  margin: 0 auto 40px auto;
  width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-between;
  gap: 30px;
}
.category ul li a {
  border: 1px solid #000;
  display: block;
  padding: 1em 2em;
  position: relative;
}
.category ul li a span {
  font-weight: bold;
  display: block;
  font-size: 24px;
}
.category ul li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  background-color: #615d7f;
  transition: 0.5s ease;
}
.category ul li a:hover {
  color: #fff;
  opacity: 1;
  position: relative;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s ease;
}
.category ul li a:hover:before {
  transition: 0.5s ease;
  z-index: -1;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.category .all_cat {
  max-width: 300px;
  margin: 0 auto;
  width: 95%;
  display: block;
}
.category .all_cat a {
  position: relative;
  display: block;
  border: 1px solid #000;
  padding: 1em;
}
.category .all_cat a span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.category .all_cat a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  background-color: #615d7f;
  transition: 0.5s ease;
}
.category .all_cat a:hover {
  color: #fff;
  opacity: 1;
  position: relative;
  background-color: transparent;
  z-index: 1;
  transition: 0.5s ease;
}
.category .all_cat a:hover:before {
  transition: 0.5s ease;
  z-index: -1;
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.news {
  padding: 100px 0;
  background-color: #eaf4ff;
}
.news h2 {
  max-width: 1090px;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 0px;
  font-size: 1.6rem;
  padding: 1em 0;
  color: #0F73BA;
  margin-bottom: 40px;
}
.news .news_wrap {
  max-width: 1090px;
  margin: 0 auto;
  width: 95%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 30px) / 2), auto));
  justify-content: center;
  gap: 30px;
  position: relative;
}
.news .news_wrap .news_box {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.news .news_wrap .news_box:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: 0.5s;
}
.news .news_wrap .news_box .news_eye {
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #615d7f;
  flex-shrink: 0;
}
.news .news_wrap .news_box.open {
  opacity: 1;
}
.news .news_wrap .news_box.open .news_contents_wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
}
.news .news_wrap .news_box.open .news_contents_wrap h3 {
  font-size: 18px;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #615d7f;
  font-weight: bold;
}
.news .news_wrap .news_contents_wrap {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .news_wrap .news_contents_wrap .news_content {
  background-color: #fff;
  overflow: hidden;
  max-width: 800px;
  width: 95%;
  max-height: 350px;
  height: 100%;
  padding: 2em;
  border-radius: 10px;
}
.news .news_wrap .news_contents_wrap .news_content .news_content_in {
  display: block;
  line-height: 1.5;
  font-size: 16px;
  overflow-y: scroll;
  height: 100%;
}
.news .news_wrap .news_contents_wrap .news_content .news_content_in .news_url {
  text-decoration: underline;
  display: block;
  padding: 1em;
  text-align: center;
}
.news .more {
  margin: 30px auto 0 auto;
  width: 6em;
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 24px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  .mySwiper .autoplay-progress {
    display: none;
  }
  .topics {
    padding: 20px 0;
  }
  .topics h2 {
    padding: 0.5em 0;
  }
  .topics .swiper_controller .swiper-pagination {
    display: none;
  }
  .og_search_wrap {
    padding: 20px 0;
  }
  .og_search_wrap h2 {
    padding: 0.5em 0;
  }
  .gift {
    padding: 20px 0;
  }
  .gift h2 {
    padding: 0.5em 0;
  }
  .gift .swiper_controller .swiper-pagination {
    display: none;
  }
  .category {
    padding: 20px 0;
  }
  .category h2 {
    padding: 0.5em 0;
  }
  .news {
    padding: 20px 0;
  }
  .news h2 {
    padding: 0.5em 0;
  }
  .news .news_wrap {
    grid-template-columns: repeat(auto-fit, minmax(100%, auto));
  }
  .news .news_wrap .news_box .news_eye {
    width: 80px;
    height: 80px;
  }
}
/*# sourceMappingURL=top.css.map */