<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*********************************************************************
 * ベースカラー
 ********************************************************************/
/*********************************************************************
 * mixin
 ********************************************************************/
.fbx {
  display: flex;
}
@media screen and (max-width: 767px) {
  .fbx {
    flex-wrap: wrap;
  }
}

body {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: relative;
}
body.headerImportant_on .wrapper {
  padding-top: 66px !important;
}
body.headerImportant_on.seasonEvent_detail .wrapper {
  padding-top: 66px !important;
}
body.headerImportant_on #site_header {
  padding-top: 96px !important;
}
body.headerImportant_on #languageBtn {
  top: 66px !important;
}
body.set_bg {
  overflow: hidden;
}
body.set_bg &gt; .bg_box {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}

.sp_only {
  display: none !important;
}

.pc_only {
  display: inline-block !important;
}

.break_sp {
  display: inline;
}

.baseW {
  max-width: 1040px;
  width: 92.5%;
  margin: 0 auto !important;
}

.common_news_info {
  font-family: source-han-sans-cjk-ja, sans-serif !important;
  -moz-osx-font-smoothing: initial;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  position: fixed;
  width: 100%;
  height: 66px;
  padding: 0 40px;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  background: #EFEFEF;
  z-index: 101;
}
.common_news_info h1, .common_news_info h2, .common_news_info h3, .common_news_info h4, .common_news_info h5, .common_news_info h6 {
  line-height: 1;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.common_news_info a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear;
  outline: none;
}
.common_news_info h1,
.common_news_info h2,
.common_news_info h3,
.common_news_info h4,
.common_news_info ul,
.common_news_info ol,
.common_news_info dl,
.common_news_info dd,
.common_news_info p,
.common_news_info hr,
.common_news_info figure {
  margin: 0;
  padding: 0;
}
.common_news_info header,
.common_news_info nav,
.common_news_info main,
.common_news_info footer,
.common_news_info section {
  display: block;
}
.common_news_info p {
  text-align: justify;
}
.common_news_info p,
.common_news_info a {
  font-size: 1.6rem;
  line-height: 1.88;
}
.common_news_info a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear;
  outline: none;
}
.common_news_info i {
  font-style: normal;
}
.common_news_info .ar {
  text-align: right;
}
.common_news_info .fr {
  float: right;
}
.common_news_info .ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.common_news_info .opacity {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.common_news_info .opacity:hover {
  opacity: 0.75;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.common_news_info .lozad.fade {
  animation-name: fade;
  animation-duration: 1s;
}
.common_news_info_list {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.common_news_info_item {
  font-size: 14px;
  margin-right: 30px;
  align-items: center;
}
.common_news_info_item:last-child {
  margin-right: 0;
}
.common_news_info_item .strong {
  font-size: 14px;
  font-weight: bold;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.common_news_info_item .strong::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #CCCCCC;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.common_news_info_item .strong .icon {
  font-size: 17px;
  margin-right: 5px;
}
.common_news_info_item a {
  font-size: 14px;
  text-decoration: underline;
}
.common_news_info_item a .pc_only {
  text-decoration: underline;
}
.common_news_info_item a:hover {
  text-decoration: none;
}
.common_news_info_item a:hover .pc_only {
  text-decoration: none;
}
.common_news_info_item.important_news .strong {
  color: #D51B1B;
}
.common_news_info_item.g_value_news .strong {
  color: #32B25E;
}
.common_news_info .closeBtn {
  font-size: 11px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 74px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  padding: 5px 5px;
}
.common_news_info .closeBtn .icon {
  display: inline-block;
  margin-right: 5px;
  width: 11px;
  height: 11px;
  vertical-align: -1px;
}
.common_news_info .closeBtn .icon::before, .common_news_info .closeBtn .icon::after {
  content: "";
  width: 1px;
  height: 11px;
  background: #000;
  position: absolute;
}
.common_news_info .closeBtn .icon::before {
  transform: rotate(-45deg);
}
.common_news_info .closeBtn .icon::after {
  transform: rotate(45deg);
}
.common_news_info .closeBtn:hover {
  cursor: pointer;
}
.common_news_info.close {
  opacity: 0;
  height: 0;
  visibility: hidden;
}

.news_info_modal_bg {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.news_info_modal {
  font-family: source-han-sans-cjk-ja, sans-serif !important;
  -moz-osx-font-smoothing: initial;
  font-feature-settings: "palt";
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  position: fixed;
  border-radius: 16px;
  left: 50%;
  top: 50%;
  padding: 60px;
  transform: translate(-50%, -50%);
}
.news_info_modal h1, .news_info_modal h2, .news_info_modal h3, .news_info_modal h4, .news_info_modal h5, .news_info_modal h6 {
  line-height: 1;
  font-size: inherit;
  margin: 0;
  padding: 0;
}
.news_info_modal a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear;
  outline: none;
}
.news_info_modal h1,
.news_info_modal h2,
.news_info_modal h3,
.news_info_modal h4,
.news_info_modal ul,
.news_info_modal ol,
.news_info_modal dl,
.news_info_modal dd,
.news_info_modal p,
.news_info_modal hr,
.news_info_modal figure {
  margin: 0;
  padding: 0;
}
.news_info_modal header,
.news_info_modal nav,
.news_info_modal main,
.news_info_modal footer,
.news_info_modal section {
  display: block;
}
.news_info_modal p {
  text-align: justify;
}
.news_info_modal p,
.news_info_modal a {
  font-size: 1.6rem;
  line-height: 1.88;
}
.news_info_modal a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s linear;
  outline: none;
}
.news_info_modal i {
  font-style: normal;
}
.news_info_modal .ar {
  text-align: right;
}
.news_info_modal .fr {
  float: right;
}
.news_info_modal .ofi {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.news_info_modal .opacity {
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.news_info_modal .opacity:hover {
  opacity: 0.75;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.news_info_modal .lozad.fade {
  animation-name: fade;
  animation-duration: 1s;
}
.news_info_modal ul {
  list-style: none;
}
.news_info_modal .modalCloseBtn {
  position: absolute;
  right: -70px;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #ffffff;
  border-radius: 16px;
}
.news_info_modal .modalCloseBtn .icon {
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.news_info_modal .modalCloseBtn .icon::before, .news_info_modal .modalCloseBtn .icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 3px;
  height: 16px;
  background: #000;
  border-radius: 9999px;
}
.news_info_modal .modalCloseBtn .icon::before {
  transform: translate(50%, -50%) rotate(-45deg);
  right: 50%;
}
.news_info_modal .modalCloseBtn .icon::after {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
}
.news_info_modal .modalCloseBtn:hover {
  cursor: pointer;
}
.news_info_modal .modalCloseBtn:hover .icon {
  transform: translate(-50%, -50%) rotateZ(360deg);
}
.news_info_modal .title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
.news_info_modal .title .icon {
  font-size: 25px;
  margin-right: 10px;
}
.news_info_modal .modal_important .title {
  color: #D51B1B;
}
.news_info_modal .modal_g_value_news .title {
  color: #32B25E;
}
.news_info_modal .modal_detail {
  margin-bottom: 60px;
}
.news_info_modal .modal_detail:last-child {
  margin-bottom: 0;
}
.news_info_modal .modal_detail_item {
  border-top: 2px solid #EFEFEF;
  padding: 20px 0;
}
.news_info_modal .modal_detail_item:last-child {
  border-bottom: 1px solid #EFEFEF;
}
.news_info_modal .modal_detail_item .cat {
  text-align: center;
  font-size: 11px;
  width: 100px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding-top: 4px;
}
.news_info_modal .modal_detail_item .cat.important {
  background: #D51B1B;
}
.news_info_modal .modal_detail_item .cat.g_value {
  background: #32B25E;
}
.news_info_modal .modal_detail_item .date {
  padding-top: 3px;
  font-size: 13px;
  font-family: myriad-pro, sans-serif !important;
  font-style: normal;
  margin: 0 20px;
  display: inline-block;
  width: 70px;
  text-align: center;
}
.news_info_modal .modal_detail_item .postTitle {
  font-size: 16px;
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 77%;
}
.news_info_modal .modal_detail a:hover .postTitle {
  text-decoration: none;
}

.open-importantModal .news_info_modal_bg {
  opacity: 1;
  visibility: visible;
  z-index: 10001;
}
.open-importantModal .news_info_modal {
  opacity: 1;
  visibility: visible;
  z-index: 10002;
}

@media screen and (max-width: 1039px) {
  html {
    overflow-x: hidden;
  }
  html.no_scroll, html.gnavOpen {
    overflow: hidden;
  }

  body {
    min-width: 0;
  }
  body.headerImportant_on .new-header {
    padding-top: 50px;
  }
  body.headerImportant_on.top .wrapper {
    padding-top: 0 !important;
  }
  body.headerImportant_on.lowerPage .wrapper {
    padding-top: 20px !important;
  }
  body.headerImportant_on.seasonEvent_detail .wrapper {
    padding-top: 0 !important;
  }
  body.headerImportant_on.lowerPage .new-header_inner .logo {
    top: inherit;
  }
  body.headerImportant_on #site_header {
    padding-top: 60px !important;
  }
  body.headerImportant_on dt.icon-menu {
    top: 54px !important;
  }
  body.headerImportant_on #main_navigation {
    top: 110px !important;
  }
  body.set_bg .bg_box {
    z-index: 99;
  }

  .sp_only {
    display: inline-block !important;
  }

  .pc_only {
    display: none !important;
  }

  .break_sp {
    display: block;
  }

  .common_news_info {
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    background: #EFEFEF;
    z-index: 3;
  }
}
@media screen and (max-width: 1039px) and (max-width: 320px) {
  .common_news_info {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1039px) {
  .common_news_info_list {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1039px) {
  .common_news_info_item {
    font-size: 11px;
    margin-right: 15px;
    align-items: center;
  }
  .common_news_info_item:last-child {
    margin-right: 0;
  }
  .common_news_info_item .strong {
    font-size: 11px;
    font-weight: bold;
    margin-right: 6px;
    padding-right: 0;
    position: relative;
  }
  .common_news_info_item .strong::after {
    display: none;
  }
  .common_news_info_item .strong .icon {
    font-size: 11px;
  }
  .common_news_info_item a {
    font-size: 11px;
    text-decoration: underline;
  }
  .common_news_info_item a:hover {
    text-decoration: none;
  }
  .common_news_info_item.important_news .strong {
    color: #D51B1B;
  }
  .common_news_info_item.g_value_news .strong {
    color: #32B25E;
  }
}
@media screen and (max-width: 1039px) {
  .common_news_info .closeBtn {
    font-size: 11px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 74px;
    text-align: center;
    background: #ffffff;
    border-radius: 4px;
    padding: 5px 5px;
  }
}
@media screen and (max-width: 1039px) and (max-width: 320px) {
  .common_news_info .closeBtn {
    right: 10px;
    width: 60px;
    padding: 3px;
  }
}
@media screen and (max-width: 1039px) {
  .common_news_info .closeBtn .icon {
    display: inline-block;
    margin-right: 5px;
    width: 11px;
    height: 11px;
    vertical-align: -1px;
  }
  .common_news_info .closeBtn .icon::before, .common_news_info .closeBtn .icon::after {
    content: "";
    width: 1px;
    height: 11px;
    background: #000;
    position: absolute;
  }
  .common_news_info .closeBtn .icon::before {
    transform: rotate(-45deg);
  }
  .common_news_info .closeBtn .icon::after {
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 1039px) {
  .common_news_info .closeBtn:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 1039px) {
  .common_news_info.close {
    opacity: 0;
    height: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1039px) {
  .news_info_modal_bg {
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 1039px) {
  .news_info_modal {
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    position: fixed;
    border-radius: 16px;
    left: 50%;
    top: 50%;
    height: 80vh;
    overflow-y: scroll;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
  }
  .news_info_modal .modalCloseBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #ffffff;
    border-radius: 16px;
  }
  .news_info_modal .modalCloseBtn .icon {
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .news_info_modal .modalCloseBtn .icon::before, .news_info_modal .modalCloseBtn .icon::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 3px;
    height: 23px;
    background: #000;
    border-radius: 9999px;
  }
  .news_info_modal .modalCloseBtn .icon::before {
    transform: translate(50%, -50%) rotate(-45deg);
    right: 50%;
  }
  .news_info_modal .modalCloseBtn .icon::after {
    transform: translate(-50%, -50%) rotate(45deg);
    left: 50%;
  }
  .news_info_modal .modalCloseBtn:hover {
    cursor: pointer;
  }
  .news_info_modal .modalCloseBtn:hover .icon {
    transform: translate(-50%, -50%) rotateZ(360deg);
  }
  .news_info_modal .title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .news_info_modal .title .icon {
    font-size: 20px;
    margin-right: 10px;
  }
  .news_info_modal .modal_important .title {
    color: #D51B1B;
  }
  .news_info_modal .modal_g_value_news .title {
    color: #32B25E;
  }
  .news_info_modal .modal_detail {
    margin-bottom: 30px;
  }
  .news_info_modal .modal_detail:last-child {
    margin-bottom: 0;
  }
  .news_info_modal .modal_detail_item {
    border-top: 2px solid #EFEFEF;
    padding: 10px 0;
  }
  .news_info_modal .modal_detail_item:last-child {
    border-bottom: 1px solid #EFEFEF;
  }
  .news_info_modal .modal_detail_item .cat {
    text-align: center;
    font-size: 11px;
    width: 100px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding-top: 1px;
  }
  .news_info_modal .modal_detail_item .cat.important {
    background: #D51B1B;
  }
  .news_info_modal .modal_detail_item .cat.g_value {
    background: #32B25E;
  }
  .news_info_modal .modal_detail_item .date {
    padding-top: 0;
    font-size: 13px;
    font-family: myriad-pro, sans-serif !important;
    font-style: normal;
    margin: 0 20px;
    display: inline-block;
    width: 70px;
    text-align: center;
  }
  .news_info_modal .modal_detail_item .postTitle {
    font-size: 14px;
    text-decoration: underline;
    overflow: inherit;
    text-overflow: inherit;
    white-space: inherit;
    width: 100%;
  }
  .news_info_modal .modal_detail a:hover .postTitle {
    text-decoration: none;
  }
}
@media screen and (max-width: 1039px) {
  .open-importantModal {
    overflow: hidden;
  }
  .open-importantModal .news_info_modal_bg {
    opacity: 1;
    visibility: visible;
    z-index: 101;
  }
  .open-importantModal .news_info_modal {
    opacity: 1;
    visibility: visible;
    z-index: 102;
  }
}</pre></body></html>