/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

#wholewrapper {
  visibility: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  Main
*/
#main {
  /* COMMON ALL */
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  /* COMMON */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* HERO */
  /* SEARCH */
  /* CAMPAIGN */
  /* PICK UP */
  /* NOTE */
  /* INFORMATION */
  /* SUPPORT */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .color-black {
  color: #000;
}
#main .color-white {
  color: #fff;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fs-80 {
  font-size: 80%;
}
#main .fw-100 {
  font-weight: 100;
}
#main .fw-200 {
  font-weight: 200;
}
#main .fw-300 {
  font-weight: 300;
}
#main .fw-400 {
  font-weight: 400;
}
#main .fw-500 {
  font-weight: 500;
}
#main .fw-600 {
  font-weight: 600;
}
#main .fw-700 {
  font-weight: 700;
}
#main .fw-900 {
  font-weight: 900;
}
#main .w100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .hover-opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .hover-opacity:hover {
  opacity: 0.8 !important;
}
#main .showPC,
#main .showTAB,
#main .showSP,
#main .showSE {
  display: none;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .box-brown {
  background: #f8f6f5;
}
#main .sec-title {
  text-align: center;
}
#main .sec-title h2 {
  font-family: "Libre Baskerville", serif;
  color: #2d5f82;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 400;
}
#main .sec-title small {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  margin-top: 10px;
}
#main .splide .splide__controls {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#main .splide .splide__controls button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  line-height: 1;
}
#main .splide .splide__controls button:hover {
  opacity: 0.8;
}
#main .splide .splide__controls .prev,
#main .splide .splide__controls .next {
  width: 12px;
  height: 12px;
}
#main .splide .splide__controls .prev img,
#main .splide .splide__controls .next img {
  display: block;
}
#main .splide .splide__controls .current {
  margin: 0 20px 0 30px;
}
#main .splide .splide__controls .total {
  margin: 0 30px 0 20px;
}
#main .splide .splide__controls .splide__toggle {
  position: relative;
  left: 30px;
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .showPC {
    display: block;
  }
  #main .box-brown {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #main .container {
    width: 1030px;
  }
  #main .sec-title h2 {
    font-size: 30px;
  }
  #main .sec-title small {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .showPC {
    display: none;
  }
  #main .showTAB {
    display: block;
  }
  #main .box-brown {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #main .container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .showSP {
    display: block;
  }
  #main .box-brown {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #main .sec-title h2 {
    font-size: calc(30px * 0.7);
  }
  #main .sec-title small {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  #main .showSE {
    display: block;
  }
}
#main .hero {
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero .hero__movie img,
#main .hero .hero__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main .hero .hero__movie video {
  filter: drop-shadow(0px 0px transparent);
  outline: none;
  border: none;
}
#main .hero .hero__slider .splide__track .splide__list .splide__slide {
  aspect-ratio: 1 /1;
}
#main .hero .hero__slider .splide__track .splide__list .splide__slide img {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: fit-content;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  #main .hero .wrapper {
    display: flex;
    align-items: flex-start;
  }
  #main .hero .hero__movie {
    width: 63.9824158126%;
    flex-shrink: 0;
  }
  #main .hero .hero__slider {
    position: relative;
    width: 36.0175841874%;
    flex-shrink: 0;
  }
  #main .hero .hero__slider .splide__controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2.5em;
  }
}
@media screen and (max-width: 767px) {
  #main .hero .hero__slider {
    margin-top: 1em;
  }
  #main .hero .hero__slider .splide__track {
    color: red;
  }
  #main .hero .hero__slider .splide__track .splide__list li {
    width: 53% !important;
    padding: 0 5px;
  }
  #main .hero .hero__slider .splide__controls {
    margin-top: 1em;
  }
}
#main .search {
  /* SEARCH PC */
  /* SEARCH TAB */
  /* SEARCH SP */
  /* SEARCH SE */
}
#main .search .search__notice small {
  display: block;
}
#main .search .search__select h3 {
  display: flex;
  align-items: center;
  font-weight: 400;
}
#main .search .search__select h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 1.2em;
  background: #2d5f82;
  flex-shrink: 0;
  margin-right: 0.5em;
}
#main .search .search__select ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .search .search__select ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.075);
  border-radius: 5px;
  margin-top: 5px;
}
#main .search .search__select ul li span:hover {
  cursor: pointer;
}
#main .search .search__select ul li input {
  display: none;
}
#main .search .search__select ul li input:checked + span {
  background: #2d5f82;
  color: #fff;
}
#main .search .search__select.area ul li {
  width: 33%;
}
#main .search .search__select.category {
  position: relative;
}
#main .search .search__select.category::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  background: url(../media/images/top/2025/trc/icon_plus.svg) 0 0 no-repeat;
  background-size: contain;
}
#main .search .search__select.category ul li {
  width: 49.7%;
}
#main .search .search__btn button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #646464;
  border: none;
  border-radius: 10px;
  color: #fff;
  margin-inline: auto;
}
#main .search .search__btn button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  background: url(../media/images/top/2025/trc/btn_arrow-search.svg);
  background-size: contain;
}
#main .search .search__btn button:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #main .search {
    margin: 100px 50px 0 0;
  }
  #main .search .search__notice {
    margin-top: 45px;
  }
  #main .search .search__notice small {
    font-size: 16px;
  }
  #main .search .search__select h3 {
    font-size: 20px;
  }
  #main .search .search__select ul {
    margin-top: 15px;
  }
  #main .search .search__select ul li span {
    height: 50px;
    font-weight: 300;
    font-size: 20px;
  }
  #main .search .search__select.area {
    margin-top: 30px;
  }
  #main .search .search__select.category {
    margin-top: 65px;
  }
  #main .search .search__select.category::before {
    top: calc(-65px + 20px);
    width: 25px;
    height: 25px;
  }
  #main .search .search__btn button {
    width: 500px;
    height: 80px;
    font-size: 20px;
    margin-top: 50px;
    transition: background 0.3s ease-in;
  }
  #main .search .search__btn button::after {
    right: 20px;
    width: 20px;
    height: 20px;
    transition: right 0.3s ease-in;
  }
  #main .search .search__btn button:hover {
    background: #2d5f82;
  }
  #main .search .search__btn button:hover::after {
    right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .search {
    margin: 75px 25px 0 0;
  }
  #main .search .search__notice {
    margin-top: 30px;
  }
  #main .search .search__select h3 {
    font-size: calc(20px * 0.9);
  }
  #main .search .search__select ul li span {
    font-size: calc(20px * 0.9);
  }
  #main .search .search__btn button {
    width: calc(500px * 0.8);
    height: calc(80px * 0.8);
    font-size: calc(20px * 0.9);
    margin-top: 50px;
    transition: background 0.3s ease-in;
  }
}
@media screen and (max-width: 767px) {
  #main .search {
    margin: 40px 10px 0 0;
  }
  #main .search .search__notice {
    margin-top: 30px;
  }
  #main .search .search__notice small {
    font-size: 13px;
  }
  #main .search .search__select h3 {
    height: 35px;
    font-size: 15px;
  }
  #main .search .search__select ul li span {
    height: 35px;
    font-size: 14px;
  }
  #main .search .search__select.area {
    margin-top: 30px;
  }
  #main .search .search__select.area ul li {
    width: 33%;
  }
  #main .search .search__select.category {
    margin-top: 40px;
  }
  #main .search .search__select.category::before {
    top: calc(-40px + 12.5px);
    width: 15px;
    height: 15px;
  }
  #main .search .search__select.category ul li {
    width: 49.7%;
  }
  #main .search .search__btn button {
    width: 70%;
    height: 40px;
    font-size: 14px;
    margin-top: 30px;
  }
  #main .search .search__btn button::after {
    right: 15px;
    width: 12px;
    height: 12px;
    transition: right 0.3s ease-in;
  }
}
@media screen and (max-width: 320px) {
  #main .search .search__desc {
    font-size: 14px;
  }
}
#main .campaign {
  /* CAMPAIGN PC */
  /* CAMPAIGN TAB */
  /* CAMPAIGN SP */
  /* CAMPAIGN SE */
}
#main .campaign .campaign__slider .splide__track .splide__list li figure a {
  display: block;
}
#main .campaign .campaign__slider .splide__track .splide__list li figure .thumb {
  overflow: hidden;
}
#main .campaign .campaign__slider .splide__track .splide__list li figure .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 500 / 268;
}
#main .campaign .campaign__slider .splide__track .splide__list li figure figcaption {
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin-top: 7.5px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  #main .campaign {
    margin-top: 50px;
  }
  #main .campaign .campaign__slider {
    margin-top: 50px;
  }
  #main .campaign .campaign__slider .splide__track .splide__list li {
    width: 38.79941vw !important;
    padding: 0 15px;
  }
  #main .campaign .campaign__slider .splide__track .splide__list li figure .thumb img {
    transition: opacity 0.3s ease-in, 0.6s ease-out;
  }
  #main .campaign .campaign__slider .splide__track .splide__list li figure .thumb img:hover {
    opacity: 0.8;
    transform: scale(1.05);
    cursor: pointer;
  }
  #main .campaign .campaign__slider .splide__controls {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #main .campaign {
    margin-top: 40px;
  }
  #main .campaign .campaign__slider {
    margin-top: 35px;
  }
  #main .campaign .campaign__slider .splide__track .splide__list li {
    width: 75% !important;
    padding: 0 1px;
  }
  #main .campaign .campaign__slider .splide__track .splide__list li figure figcaption {
    font-size: 13px;
  }
  #main .campaign .campaign__slider .splide__controls {
    margin-top: 1em;
  }
}
#main .pickup {
  /* PICK UP PC */
  /* PICK UP TAB */
  /* PICK UP SP */
  /* PICK UP SE */
}
#main .pickup .wrapper .pickup__text .pickup__text--title {
  letter-spacing: 0.05em;
}
#main .pickup .wrapper .pickup__text .pickup__text--desc {
  letter-spacing: 0;
  line-height: calc($line_spacing / $font_size);
}
#main .pickup .wrapper .pickup__btn a {
  position: relative;
  display: block;
  width: fit-content;
  color: #333;
}
#main .pickup .wrapper .pickup__btn a span {
  display: flex;
  align-items: center;
  width: fit-content;
  flex-wrap: wrap;
  letter-spacing: 0;
  line-height: 1;
}
#main .pickup .wrapper .pickup__btn a span::after {
  content: "";
  background: url(../media/images/top/2025/trc/btn_arrow-pickup.svg) 0 0 no-repeat;
  background-size: contain;
  margin-top: 1px;
  margin-left: 15px;
}
#main .pickup .wrapper .pickup__btn a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 7.5px;
}
@media screen and (min-width: 768px) {
  #main .pickup {
    margin: 100px 0 0 50px;
  }
  #main .pickup .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 50px auto 0 auto;
  }
  #main .pickup .wrapper .pickup__img {
    order: 2;
    padding-right: 15px;
    margin-left: 13.39678vw;
  }
  #main .pickup .wrapper .pickup__img img {
    max-width: 48.16984vw;
    height: auto;
  }
  #main .pickup .wrapper .pickup__text {
    order: 1;
    flex-shrink: 0;
  }
  #main .pickup .wrapper .pickup__text .pickup__text--title {
    font-size: 35px;
  }
  #main .pickup .wrapper .pickup__text .pickup__text--desc {
    margin-top: 45px;
  }
  #main .pickup .wrapper .pickup__btn {
    margin-top: 35px;
  }
  #main .pickup .wrapper .pickup__btn a span::after {
    width: 15px;
    height: 15px;
    transition: margin-left 0.2s ease-in;
  }
  #main .pickup .wrapper .pickup__btn a:hover span::after {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .pickup {
    margin: 50px 0 0 25px;
  }
  #main .pickup .wrapper .pickup__img {
    padding-right: 0;
    margin-left: 0;
    margin-right: -15px;
    flex-shrink: 0;
  }
  #main .pickup .wrapper .pickup__img img {
    max-width: 48.16984vw;
    height: auto;
  }
  #main .pickup .wrapper .pickup__text .pickup__text--title {
    font-size: calc(35px * 0.8);
  }
  #main .pickup .wrapper .pickup__btn {
    margin-top: 35px;
  }
  #main .pickup .wrapper .pickup__btn a span::after {
    transition: margin-left 0.2s ease-in;
  }
  #main .pickup .wrapper .pickup__btn a:hover span::after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .pickup {
    margin: 40px 0 0 10px;
  }
  #main .pickup .wrapper .pickup__img {
    margin-top: 35px;
  }
  #main .pickup .wrapper .pickup__text {
    margin-top: 20px;
  }
  #main .pickup .wrapper .pickup__text .pickup__text--title {
    font-size: 21px;
    text-align: center;
  }
  #main .pickup .wrapper .pickup__text .pickup__text--desc {
    margin-top: 20px;
  }
  #main .pickup .wrapper .pickup__btn {
    margin-top: 30px;
  }
  #main .pickup .wrapper .pickup__btn a {
    width: fit-content;
    margin-left: auto;
  }
  #main .pickup .wrapper .pickup__btn a span::after {
    width: 10px;
    height: 10px;
  }
}
#main .note {
  background: #f8f6f5;
  /* NOTE PC */
  /* NOTE TAB */
  /* NOTE SP */
  /* NOTE SE */
}
#main .note .note__title h2 {
  color: #2d5f82;
  line-height: 1;
  letter-spacing: 0;
}
#main .note .note__text {
  line-height: 1.62;
  letter-spacing: 0;
}
#main .note .note__text a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #main .note {
    padding: 50px 0;
    margin-top: 100px;
  }
  #main .note .note__title h2 {
    font-size: 30px;
  }
  #main .note .note__text {
    padding-top: 20px;
    text-align: center;
  }
  #main .note .note__text .note__text--wrapper {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .note {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #main .note {
    padding: 40px 0;
    margin-top: 30px;
  }
  #main .note .note__title h2 {
    font-size: 21px;
  }
  #main .note .note__text {
    padding-top: 15px;
  }
  #main .note .note__text .note__text--wrapper {
    margin-top: 1.5em;
  }
  #main .note .note__text .note__text--wrapper a {
    text-decoration: underline !important;
  }
}
#main .info {
  /* INFORMATION PC */
  /* INFORMATION TAB */
  /* INFORMATION SP */
  /* INFORMATION SE */
}
#main .info .info__tab .tab_selector {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .info .info__tab .tab_selector li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  letter-spacing: 0.1em;
  line-height: 1;
}
#main .info .info__tab .tab_selector li.active {
  background: #82a0b4 !important;
  color: #fff;
}
#main .info .info__tab .tab_selector li:hover {
  cursor: pointer;
}
#main .info .info__tab .tab_contents > li {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in, height 0 ease;
}
#main .info .info__tab .tab_contents > li.active {
  visibility: visible;
  opacity: 1;
  overflow-y: auto;
}
#main .info .info__tab .tab_contents .topic_list .topic_item {
  border-bottom: solid 1px #333;
}
#main .info .info__tab .tab_contents .topic_list .topic_item a {
  color: #333;
  letter-spacing: 0.1em;
}
#main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap {
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  align-items: center;
}
#main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap .topic_date {
  flex-shrink: 0;
  margin-right: 15px;
}
#main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap .topic_area {
  flex-shrink: 0;
  background: #333;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  padding: 2.5px 5px 5px 5px;
  margin-right: 15px;
}
#main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap .topic_title {
  font-weight: 300;
  min-width: 0;
}
#main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap .topic_title .topic_title_inner {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px) {
  #main .info {
    margin-top: 100px;
  }
  #main .info .info__tab {
    margin-top: 75px;
  }
  #main .info .info__tab .tab_selector li {
    width: 25%;
    height: 40px;
    transition: background 0.3s ease-in, color 0.3s ease-in;
  }
  #main .info .info__tab .tab_selector li:hover {
    background: #82a0b4;
    background: rgba(130, 160, 180, 0.7);
    color: #fff;
  }
  #main .info .info__tab .tab_contents {
    margin-top: 50px;
  }
  #main .info .info__tab .tab_contents > li {
    max-width: 1000px;
  }
  #main .info .info__tab .tab_contents > li.active {
    height: 200px;
  }
  #main .info .info__tab .tab_contents .topic_list {
    padding-bottom: 10px;
  }
  #main .info .info__tab .tab_contents .topic_list .topic_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  #main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap .topic_title {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .info {
    margin-top: 50px;
  }
  #main .info .info__tab {
    margin-top: 50px;
  }
  #main .info .info__tab .tab_contents {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .info {
    margin-top: 40px;
  }
  #main .info .info__tab {
    margin-top: 35px;
  }
  #main .info .info__tab .tab_selector {
    margin: 0 -15px;
  }
  #main .info .info__tab .tab_selector li {
    width: 50%;
    height: 35px;
  }
  #main .info .info__tab .tab_selector li:nth-child(odd) {
    border-right: dotted 1px #82a0b4;
  }
  #main .info .info__tab .tab_selector li:nth-child(1), #main .info .info__tab .tab_selector li:nth-child(2) {
    border-bottom: dotted 1px #82a0b4;
  }
  #main .info .info__tab .tab_contents {
    margin: 1em -15px 0 -15px;
  }
  #main .info .info__tab .tab_contents > li.active {
    height: 220px;
  }
  #main .info .info__tab .tab_contents .topic_list .topic_item {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  #main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap {
    flex-wrap: wrap;
  }
  #main .info .info__tab .tab_contents .topic_list .topic_item a .topic_item_wrap .topic_title {
    width: 100%;
    font-size: 14px;
    margin-top: 0.5em;
  }
}
#main .support {
  /* SUPPORT PC */
  /* SUPPORT TAB */
  /* SUPPORT SP */
  /* SUPPORT SE */
}
#main .support .support__contents ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .support .support__contents ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.075);
  border-radius: 10px;
  color: #333;
}
#main .support .support__contents ul li a .icon svg * {
  fill: transparent;
  stroke: #aeaeae;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}
#main .support .support__contents ul li a p {
  line-height: 1;
  font-weight: 300;
}
#main .support .support__contents ul li a small {
  display: block;
  font-feature-settings: "palt";
  line-height: 1;
  margin-top: 0.75em;
}
@media screen and (min-width: 768px) {
  #main .support {
    margin: 100px 50px 0 0;
  }
  #main .support .support__contents {
    margin-top: 50px;
  }
  #main .support .support__contents ul li a {
    width: 230px;
    height: 200px;
    transition: background 0.2s ease-in, color 0.2s ease-in;
  }
  #main .support .support__contents ul li a .icon svg {
    width: auto;
    height: 70px;
    transition: stroke 0.2s ease-in;
  }
  #main .support .support__contents ul li a p {
    font-size: 20px;
    margin-top: 40px;
  }
  #main .support .support__contents ul li a small {
    font-size: 14px;
  }
  #main .support .support__contents ul li a:hover {
    background: #2d5f82;
    color: #fff;
  }
  #main .support .support__contents ul li a:hover svg * {
    stroke: #fff;
  }
  #main .support .support__contents ul li:nth-child(4) a .icon {
    position: relative;
    top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .support {
    margin: 50px 25px 0 0;
  }
  #main .support .support__contents {
    margin-top: 50px;
  }
  #main .support .support__contents ul li {
    width: 24%;
  }
  #main .support .support__contents ul li a {
    width: 100%;
    height: 200px;
  }
  #main .support .support__contents ul li a small {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  #main .support {
    margin: 40px 10px 0 0;
  }
  #main .support .support__contents {
    margin-top: 40px;
  }
  #main .support .support__contents ul {
    display: flex;
    justify-content: space-between;
  }
  #main .support .support__contents ul li {
    width: 49%;
    margin: 1% 0;
  }
  #main .support .support__contents ul li a {
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  #main .support .support__contents ul li a .icon svg {
    width: auto;
    height: calc(70px * 0.8);
  }
  #main .support .support__contents ul li a p {
    font-size: 15px;
    margin-top: 1.5em;
  }
  #main .support .support__contents ul li a small {
    font-size: 10.5px;
    letter-spacing: 0;
  }
  #main .support .support__contents ul li:nth-child(4) a .icon {
    position: relative;
    top: 4px;
  }
}
@media screen and (max-width: 320px) {
  #main .support .support__contents ul li a small {
    font-size: 9px;
  }
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
/* Preloader */
#main #preloader {
  display: none;
}

body > #preloader {
  /* Preloader ALL */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  /* Preloader PC */
  /* Preloader TAB */
  /* Preloader SP */
  /* Preloader SE */
}
body > #preloader .preloader__wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 80px;
  height: 80px;
}
body > #preloader .preloader__wrapper .preloader__wrapper--spiner {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid rgba(133, 178, 48, 0.4);
  border-top-color: rgba(3, 72, 141, 0.8);
  animation: spinner 1.5s linear infinite;
}
body > #preloader .preloader__wrapper .preloader__wrapper--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body > #preloader .preloader__wrapper .preloader__wrapper--logo img {
  width: 40px;
  height: 40px;
}

/*# sourceMappingURL=top_2025_trc.css.map */
