@charset "utf-8";

/*======================================================================
 * fonts
======================================================================*/
/* barlow-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-v12-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* josefin-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v26-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* josefin-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/josefin-sans-v26-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*======================================================================
 * サイト全体共通レイアウト
======================================================================*/
.g-wrap {
  overflow-x: hidden;
  color: #004471;
  font-family: yu-gothic-pr6n, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  background: #F4F2EF;
  animation: fadeIn 2s ease 0s 1 normal;
  width: 100%;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.g-wrap a {
  word-break: break-all;
}

.g-wrap ._fw-r {
  font-weight: 400;
}

.g-wrap ._fw-b,
.g-wrap .ttl_ja,
.g-wrap .link_button,
.g-wrap .title_ribbon,
.g-wrap .shop_title,
.g-wrap .keyword_title,
.g-wrap .footer_nav_bottom {
  font-weight: 700;
}

.g-wrap ._ff-en,
.g-wrap .ttl_en {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.g-wrap ._ff-barlow {
  font-family: 'Barlow', sans-serif !important;
  font-weight: 500 !important;
}

.g-wrap img {
  width: 100%;
  height: auto;
}

.g-wrap img#emoji {
  width: auto;
  vertical-align: middle;
}

.g-wrap .thumb_img {
  width: 100%;
  position: relative;
}

/* tel：クリック制御 */

.g-wrap a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .g-wrap a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: underline !important;
  }
}

/* 画像の比率 */
.g-wrap img.ofi-c {
  width: 100%;
  position: relative;
  z-index: 2;
  aspect-ratio: 1;
  /*それぞれに設定*/
  object-fit: contain;
}

.g-wrap .shop_list img.ofi-c,
.g-wrap .swi_shop_list img.ofi-c {
  aspect-ratio: 1;
}

.g-wrap .swi_3col img.ofi-c,
.g-wrap .swi_3col-home img.ofi-c {
  aspect-ratio: 390/292;
}

.g-wrap .swi_footer img.ofi-c {
  aspect-ratio: 320/85;
}

/* 画像背景フィルタ */
.g-wrap img.-blur {
  height: 100%;
  filter: blur(2px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*  */

.g-wrap .link_blank::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

.g-wrap .link_blank._lb-w::after {
  background-image: url(../images/common/icon_blank_white.svg);
}

.g-wrap {
  padding: 0 48px;
}

.g-wrap::before,
.g-wrap::after {
  content: "";
  display: block;
  width: 48px;
  height: 100%;
  background-image: url(../images/common/deco_side.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  z-index: 9997;
}

.g-wrap::before {
  left: 0;
  background-position: left top;
}

.g-wrap::after {
  right: 0;
  background-position: right top;
}

.g-wrap .g-container {
  position: relative;
  overflow-x: hidden;
  width: 100%;
}

.g-wrap .g-inner {
  margin: 0 auto;
}

.g-wrap .g-inner .g-inner {
  width: 100%;
}

.g-wrap .g-inner._inr-l {
  max-width: 1280px;
  background-color: #fff;
}

.g-wrap .g-inner._inr-m {
  max-width: 1160px;
}

.g-wrap .g-inner._inr-s {
  max-width: 1040px;
}

.g-wrap .g-inner._inr-xs {
  max-width: 800px;
}

.g-wrap ._sp-only,
.g-wrap ._sp-only_inline {
  display: none;
}

.g-wrap ._d-ib {
  display: inline-block;
}

@media (max-width: 1919px) {
  .g-wrap {
    padding: 0 2.5vw;
  }

  .g-wrap::before,
  .g-wrap::after {
    width: 2.5vw;
  }
}

@media (max-width: 1300px) {
  .g-wrap .g-inner._inr-l {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1296px) {

  /* 1160+96+40 */
  .g-wrap .g-inner._inr-m {
    width: calc(100% - 30px);
  }

  .g-wrap .g-inner .g-inner._inr-m {
    width: 100%;
  }
}

@media (max-width: 1176px) {

  /* 1040+96+40 */
  .g-wrap .g-inner._inr-s {
    width: calc(100% - 30px);
  }

  .g-wrap .g-inner .g-inner._inr-s {
    width: 100%;
  }
}

@media (max-width: 936px) {

  /* 800+96+40 */
  .g-wrap .g-inner._inr-xs {
    width: calc(100% - 30px);
  }

  .g-wrap .g-inner .g-inner._inr-xs {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .g-wrap ._pc-only {
    display: none;
  }

  .g-wrap ._sp-only {
    display: block;
  }

  .g-wrap ._sp-only_inline {
    display: inline;
  }
}

@media (min-width: 769px) {

  .g-wrap a,
  .g-wrap button {
    transition: 0.4s;
  }

  .g-wrap a:hover,
  .g-wrap button:hover {
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  .g-wrap {
    padding: 0 15px;
  }

  .g-wrap::before,
  .g-wrap::after {
    width: 15px;
  }
}

/*------------------------------------------------------------
 * お知らせBOX
------------------------------------------------------------*/
.g-wrap .notice_area {
  background: #E5ECF0;
  padding: 15px 20px;
  border-bottom: 3px solid #004471;
}

.g-wrap .notice_inner {
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-wrap .notice_title {
  font-size: 16px;
  display: inline-block;
  flex-shrink: 0;
  position: relative;
  padding-right: 1.3em;
  margin-right: 1.875em;
}

.g-wrap .notice_title p {
  background: #004471;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.4em 0.4em 0.4em 1em;
  line-height: 1;
  position: relative;
}

.g-wrap .notice_title p::before {
  content: "";
  display: inline-block;
  width: 1.5555em;
  aspect-ratio: 28 / 24;
  margin-right: 0.5em;
  background: url(../images/common/icon_notice.svg) no-repeat center / contain;
}

.g-wrap .notice_title p::after {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 22 / 40;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(../images/common/notice_arrow.svg) no-repeat left center / auto 100%;
}

.g-wrap .notice_content {
  font-size: 17px;
}

.g-wrap .notice_list {
  padding: 0 0 0 30px;
  position: relative;
}

.g-wrap .notice_list::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/common/icon-attention.svg) no-repeat center center / 100% auto content-box;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.g-wrap .notice_list:not(:has(> li:nth-child(2)))::before {
  top: 0;
  transform: translateY(0);
}

.g-wrap .notice_item {
  display: flex;
}

.g-wrap .notice_item:not(:first-child) {
  margin-top: 0.2em;
}

.g-wrap .notice_date {
  letter-spacing: 0.04em;
  flex-shrink: 0;
  min-width: 10em;
}

@media (max-width: 1600px) {
  .g-wrap .notice_title {
    font-size: 14px;
  }

  .g-wrap .notice_content {
    font-size: 16px;
    /* margin-top: 5px; */
  }
}

@media (max-width: 768px) {
  .g-wrap .notice_area {
    padding: 10px 9px 10px 10px;
    border-bottom: 2px solid #004471;
  }

  .g-wrap .notice_inner {
    display: block;
  }

  .g-wrap .notice_content {
    font-size: 14px;
    letter-spacing: 0;
    word-break: break-all;
  }

  .g-wrap .notice_title {
    font-size: 12px;
  }

  .g-wrap .notice_date {
    min-width: 10em;
  }
}

/*------------------------------------------------------------
 * header
------------------------------------------------------------*/
.g-wrap .header_fixed_adjust {
  display: none;
}

.g-wrap .header_fixed_adjust._js-show {
  display: block;
}

.g-wrap .header_content {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9996;
}

.g-wrap .header_content._js-fixed {
  position: fixed;
  padding: 0 48px;
}

.g-wrap .header_box {
  background: #fff;
  border-bottom: 8px solid #004471;
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 1919px) {
  .g-wrap .header_content._js-fixed {
    padding: 0 2.5vw;
  }
}

@media (max-width: 768px) {
  .g-wrap .header_fixed_adjust._js-show {
    display: none;
  }

  .g-wrap .header_content._js-fixed {
    padding: 0;
    position: static;
  }

  .g-wrap .header_box {
    border-bottom: 2px solid #004471;
  }
}

/* upper_nav */
.g-wrap .upper_nav {
  font-size: 13px;
  letter-spacing: 0.045em;
  display: flex;
  justify-content: flex-end;
  padding: 0 25px;
}

.g-wrap .u_nav_item:not(:first-child) {
  margin-left: 36px;
}

.g-wrap .u_nav_btn {
  position: relative;
  display: block;
  padding: 12px 0 12px calc(1.7em + 0.8em);
}

.g-wrap .u_nav_btn::before {
  content: "";
  display: inline-block;
  height: 1.7em;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  background-image: url(../images/common/icon_language.svg);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.g-wrap ._search .u_nav_btn::before {
  background-image: url(../images/common/icon_search.svg);
}

.g-wrap ._time .u_nav_btn::before {
  background-image: url(../images/common/icon_time.svg);
}

.g-wrap ._access .u_nav_btn::before {
  background-image: url(../images/common/icon_access.svg);
}

.g-wrap ._sns .u_nav_btn::before {
  background-image: url(../images/common/icon_sns.svg);
  background-size: auto;
}

.g-wrap ._language .u_nav_btn::before {
  background-image: url(../images/common/icon_language.svg);
}

/* search */
.g-wrap .u_nav_item._search {
  width: 252px;
  overflow: hidden;
  position: relative;
}

.g-wrap .nav_search_inner {
  display: flex;
  align-items: center;
  transition: 0.6s;
  transform: translateX(calc(252px - 112px));
}

.g-wrap ._js-show .nav_search_inner {
  transform: translateX(-112px);
}

.g-wrap .nav_search_btn {
  flex-shrink: 0;
  transition: 0.4s;
}

.g-wrap ._js-show .nav_search_btn {
  opacity: 0;
}

.g-wrap .nav_search_box {
  display: flex;
  align-items: center;
  margin-left: 0.8em;
}

.g-wrap .nav_search_form {
  position: relative;
}

.g-wrap .nav_search_form input {
  border: 1px solid #004471;
  height: calc(1em + 20px);
  padding: 0 0.5em 0 2.2em;
  border-radius: 100px;
  line-height: 1;
  width: 218px;
}

.g-wrap .nav_search_form button {
  display: inline-block;
  width: 1em;
  aspect-ratio: 19 / 23;
  background: url(../images/common/icon_search.svg) no-repeat center/ contain;
  position: absolute;
  top: 50%;
  left: 0.8em;
  transform: translateY(-50%);
}

.g-wrap .search_close::before {
  content: "×";
  font-size: 2em;
}

/* sns / language */
.g-wrap .u_nav_item._sns,
.g-wrap .u_nav_item._language {
  position: relative;
}

.g-wrap .sns_list,
.g-wrap .language_list {
  display: none;
  position: absolute;
  top: calc(100% - 8px);
  border: 1px solid #E5ECF0;
  background: #fff;
}

.g-wrap .sns_list._js-show,
.g-wrap .language_list._js-show {
  display: block;
  z-index: 9999;
}

.g-wrap .sns_list li:not(:first-child),
.g-wrap .language_list li:not(:first-child) {
  border-top: 1px solid #E5ECF0;
}

.g-wrap .sns_list a,
.g-wrap .language_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 25px;
}

.g-wrap .sns_list a {
  width: 70px;
  padding-block: 30px;
}

.g-wrap .sns_list a img {
  width: 30px;
}

.g-wrap .language_list a {
  width: 84px;
  height: 25px;
}

.g-wrap .sns_list a.sns_current,
.g-wrap .language_list a.language_current {
  background: #E5ECF0;
}

@media (max-width: 1100px) {
  .g-wrap .upper_nav {
    font-size: 12px;
    padding: 0 10px;
  }

  .g-wrap .u_nav_item:not(:first-child) {
    margin-left: 20px;
  }

  .g-wrap .u_nav_btn {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .g-wrap .nav_search_form input {
    height: calc(1em + 14px);
    border-radius: calc((1em + 14px)/2);
  }
}

/* lower_nav */
.g-wrap .lower_nav {
  height: 130px;
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
}

.g-wrap .header_logo {
  width: 322px;
}

.g-wrap .header_logo a {
  display: block;
  transform: translateY(-13%);
}

.g-wrap .header_nav {
  height: 100%;
  margin-right: 30px;
}

.g-wrap .nav_list {
  display: flex;
  align-items: center;
  height: 100%;
}

.g-wrap .nav_item {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.g-wrap .nav_item:not(:first-child) {
  margin-left: 60px;
}

.g-wrap .nav_item a {
  display: block;
  height: 100%;
  transform: translateY(-10px);
  /*位置調整*/
}

.g-wrap .nav_icon {
  display: block;
  height: 50px;
}

.g-wrap .nav_icon img {
  width: auto;
  height: 100%;
}

.g-wrap .nav_text {
  display: block;
  margin-top: 1em;
  white-space: nowrap;
}

.g-wrap .header_right {
  height: 100%;
  display: flex;
}

.g-wrap .menu_btn {
  background: #004471;
  color: #fff;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.g-wrap .menu_btn:hover {
  opacity: 1;
}

.g-wrap .menu_btn>div {
  position: relative;
  max-width: 46px;
  width: 40%;
  aspect-ratio: 46/60;
  transform: translateY(5px);
}

.g-wrap .menu_btn i {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.4s;
}

.g-wrap .menu_btn i:nth-child(1) {
  top: 0;
}

.g-wrap .menu_btn i:nth-child(2) {
  top: 20%;
}

.g-wrap .menu_btn i:nth-child(3) {
  top: 40%;
}

.g-wrap .menu_btn span {
  font-size: 17px;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}

.g-wrap .menu_btn .close {
  opacity: 0;
}

.g-wrap .menu_btn._js-active .open {
  opacity: 0;
}

.g-wrap .menu_btn._js-active i:nth-child(1) {
  top: 26%;
  transform: rotate(135deg);
}

.g-wrap .menu_btn._js-active i:nth-child(2) {
  opacity: 0;
}

.g-wrap .menu_btn._js-active i:nth-child(3) {
  top: 26%;
  transform: rotate(225deg);
}

@media (max-width: 1600px) {

  /* lower_nav */
  .g-wrap .lower_nav {
    height: 80px;
    padding-left: 20px;
  }

  .g-wrap .header_logo {
    width: 200px;
  }

  .g-wrap .header_logo a {
    transform: translateY(-23%);
  }

  .g-wrap .header_nav {
    width: 60%;
  }

  .g-wrap .nav_list {
    justify-content: center;
  }

  .g-wrap .nav_item {
    font-size: 12px;
  }

  .g-wrap .nav_item:not(:first-child) {
    margin-left: 5.5%;
  }

  .g-wrap .nav_item a {
    transform: translateY(-5px);
    /*位置調整*/
  }

  .g-wrap .nav_icon {
    height: 36px;
  }

  .g-wrap .menu_btn span {
    font-size: 10px;
  }
}

@media (max-width: 1250px) {
  .g-wrap .nav_item:nth-child(4) .nav_icon {
    padding-top: 3px;
  }
  .g-wrap .nav_item:nth-child(4) .nav_text {
    margin-top: 6px;
  }
  .g-wrap .nav_item:nth-child(4) .nav_text span {
    display: block;
  }
}

@media (max-width: 1100px) {
  .g-wrap .lower_nav {
    height: 60px;
  }

  .g-wrap .header_logo a {
    transform: translateY(-32%);
  }

  .g-wrap .header_nav {
    display: none;
  }

  .g-wrap .nav_item a {
    transform: translateY(0);
    /*位置調整*/
  }
}

@media (max-width: 768px) {
  .g-wrap .lower_nav {
    height: 60px;
    align-items: center;
    padding-left: 10px;
    padding-right: 60px;
  }

  .g-wrap .header_logo {
    width: auto;
    height: 80%;
  }

  .g-wrap .header_logo a {
    width: auto;
    height: 100%;
    transform: translate(0);
  }

  .g-wrap .header_logo img {
    width: auto;
    height: 100%;
  }

  .g-wrap .sp_nav {
    display: flex;
    height: 100%;
  }

  .g-wrap .nav_item:not(:first-child) {
    margin-left: 0;
  }

  .g-wrap .nav_item._access,
  .g-wrap .nav_item._sns,
  .g-wrap .nav_item._language {
    width: 60px;
  }

  .g-wrap .nav_item._access {
    height: 100%;
    aspect-ratio: 1;
    font-size: 10px;
    position: relative;
  }

  .g-wrap .access_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    aspect-ratio: 1;
  }

  .g-wrap .access_btn::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 65%;
    background: url(../images/common/icon_access.svg) no-repeat center 11px / 18px auto content-box;
  }

  .g-wrap .nav_item._sns,
  .g-wrap .nav_item._language {
    height: 100%;
    aspect-ratio: 1;
    font-size: 10px;
    position: relative;
  }

  .g-wrap .sns_btn,
  .g-wrap .language_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    aspect-ratio: 1;
  }

  .g-wrap .sns_btn::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 65%;
    background: url(../images/common/icon_sns_sp.svg) no-repeat center / contain;
  }

  .g-wrap .language_btn::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 65%;
    background: url(../images/common/icon_language_sp.svg) no-repeat center / contain;
  }

  .g-wrap .sns_list,
  .g-wrap .language_list {
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 2px);
  }

  .g-wrap .sns_list a,
  .g-wrap .language_list a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .g-wrap .sns_list a {
    width: 60px;
    padding-block: 15px;
  }

  .g-wrap .sns_list a img {
    width: 30px;
  }

  .g-wrap .language_list a {
    width: 8em;
    height: 36px;
  }

  .g-wrap .menu_btn {
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .g-wrap ._js-fixed .menu_btn {
    position: fixed;
    top: 0;
    right: 15px;
    z-index: 9999;
  }

  .g-wrap .menu_btn>div {
    width: 46%;
    transform: translateY(2px);
  }

  .g-wrap .menu_btn i {
    height: 2px;
  }

  .g-wrap .menu_btn span {
    font-size: 10px;
    font-size: 9px;
  }
}

@media (max-width: 374px) {
  .g-wrap .header_logo {
    height: 65%;
  }

  .g-wrap .nav_item._access,
  .g-wrap .nav_item._sns,
  .g-wrap .nav_item._language {
    max-width: 60px;
    width: 60px;
    width: 16vw;
  }

  .g-wrap .nav_item._access {
    font-size: 2.2vw;
  }

  .g-wrap .access_btn {
    padding-bottom: 1.3vw;
  }

  .g-wrap .access_btn::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 65%;
    background: url(../images/common/icon_access.svg) no-repeat center 83% / 4.2vw auto content-box;
  }

  .g-wrap .language_btn::before {
    background: url(../images/common/icon_language_sp.svg) no-repeat center / 10vw auto content-box;
  }
}


/* header_menu */
.g-wrap .header_menu {
  background: #004471;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9996;
}

.g-wrap .header_menu._js-show {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s;
}

.g-wrap ._js-fixed .header_menu {
  padding-left: 48px;
  padding-right: 48px;
}

.g-wrap .menu_inner {
  max-width: 1280px;
  margin: 0 auto;
  width: 95%;
}

.g-wrap .menu_area_pc {
  display: flex;
  justify-content: space-between;
}

.g-wrap .menu_main {
  font-size: 16px;
  width: 230px;
}

.g-wrap .menu_main li:not(:first-child),
.g-wrap .menu_sub li:not(:first-child) {
  margin-top: 20px;
}

.g-wrap .menu_main a,
.g-wrap .menu_sub a {
  display: flex;
  align-items: center;
  position: relative;
  height: 42px;
  padding-right: 1.5em;
}

.g-wrap .menu_main a::after,
.g-wrap .menu_sub a::after,
.g-wrap .menu_sub ._time span::after {
  content: "＞";
  font-size: 1em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.g-wrap .menu_sub a.link_blank._lb-w::after {
  content: "";
}

.g-wrap .menu_sub {
  width: 220px;
  color: #CCD9E2;
}

.g-wrap .menu_sub ._time a {
  background: #fff;
  color: #004471;
  font-size: 15px;
  letter-spacing: 0.045em;
  padding-right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.g-wrap .menu_sub ._time a::after {
  content: none;
}

.g-wrap .menu_sub ._time span {
  position: relative;
  padding: 0 1.5em 0 2.2em;
}

.g-wrap .menu_sub ._time span::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  aspect-ratio: 1;
  background: url(../images/common/icon_time.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media (max-width: 1919px) {
  .g-wrap ._js-fixed .header_menu {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

@media (max-width: 1300px) {
  .g-wrap .header_menu {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .g-wrap .menu_main,
  .g-wrap .menu_sub,
  .g-wrap .link_group {
    font-size: 13px;
  }
  
  .g-wrap .menu_main,
  .g-wrap .menu_sub {
    width: 20%;
  }

  .g-wrap .menu_main li:not(:first-child),
  .g-wrap .menu_sub li:not(:first-child) {
    margin-top: 10px;
  }

  .g-wrap .menu_main a,
  .g-wrap .menu_sub a {
    height: 36px;
  }
}

@media (max-width: 768px) {
  .g-wrap .header_menu {
    padding: 30px 0 20px;
    max-height: calc(100% - 60px - 78px);
    overflow-y: scroll;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .g-wrap ._js-fixed .header_menu {
    position: fixed;
    top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 9996;
  }

  .g-wrap .menu_inner {
    width: calc(100% - 40px);
  }

  /* sp nav search */
  .g-wrap .nav_search_box {
    margin: 0;
  }

  .g-wrap .nav_search_form {
    width: 100%;
  }

  .g-wrap .nav_search_form input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    font-size: 16px;
    padding: 0 30px 0 20px;
    background: #fff;
    color: #004471;
    position: relative;
  }

  .g-wrap .nav_search_form input::placeholder {
    font-size: 14px;
  }

  .g-wrap .nav_search_form button {
    left: calc(100% - 30px);
  }

  /* sp menu_main */

  .g-wrap .menu_main {
    width: 100%;
    font-size: 14px;
    padding: 25px 0 20px 0;
    letter-spacing: 0.01em;
  }

  .g-wrap .menu_main ul {
    display: flex;
    flex-wrap: wrap;
  }

  .g-wrap .menu_main li {
    width: 50%;
  }

  .g-wrap .menu_main li:not(:first-child) {
    margin: 0;
  }

  .g-wrap .menu_main li:nth-child(n+3) {
    margin-top: 10px;
  }

  .g-wrap .menu_main a {
    display: flex;
    align-items: center;
    width: 10.5em;
    height: 2.1em;
  }

  .g-wrap .menu_main a,
  .g-wrap .menu_sub a {
    padding: 0;
  }

  .g-wrap .menu_main a::after,
  .g-wrap .menu_sub a::after {
    content: none;
  }

  .g-wrap .menu_sub a.link_blank._lb-w::after {
    position: static;
    transform: translateY(0);
  }

  .g-wrap .menu_main ._time {
    width: 100%;
  }

  .g-wrap .menu_main ._time a {
    background: #fff;
    color: #004471;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
  }

  .g-wrap .menu_main ._time span {
    font-size: calc(1em - 1px);
    letter-spacing: 0.045em;
    padding: 0 1.25em 0 1.75em;
    position: relative;
  }

  .g-wrap .menu_main ._time span::before {
    content: "";
    display: inline-block;
    height: 1.25em;
    aspect-ratio: 1;
    background: url(../images/common/icon_time.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .g-wrap .menu_main ._time span::after {
    content: "＞";
    font-size: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .g-wrap .menu_twitter {
    padding: 15px 0;
  }

  .g-wrap .menu_twitter a {
    display: flex;
    align-items: center;
    width: 30px;
    margin: auto;
  }

  .g-wrap .menu_sub {
    width: 100%;
    font-size: 13px;
    padding: 15px 0 5px;
  }

  .g-wrap .menu_sub li:not(:first-child),
  .g-wrap .link_group li:not(:first-child) {
    margin-top: 5px;
  }

  .g-wrap .menu_sub a {
    display: inline-flex;
    width: auto;
    height: 2em;
    color: #fff;
  }

  .g-wrap .link_group {
    /* font-size: 12px; */
    /* padding: 15px 0 0 0; */
  }

  .g-wrap .link_group li a {
    display: inline-flex;
    align-items: center;
    width: auto;
    height: 2em;
  }

  /* border */
  .g-wrap .menu_twitter,
  .g-wrap .menu_sub {
    border-top: 1px solid #B2C6D4;
  }
}

@media (max-width: 400px) {
  .g-wrap .menu_main li:nth-child(2n):not(._time) a {
    margin-left: auto;
    margin-right: 0;
  }
}

/*------------------------------------------------------------
 * footer
------------------------------------------------------------*/
.g-wrap .footer_nav .g-inner {
  background: #fff;
}

.g-wrap .footer_border {
  padding-top: 100px;
  border-top: 1px solid #004471;
}

/* footer_button_area */
.g-wrap .footer_button_area {
  padding: 20px 15px;
  background: #fff;
}

.g-wrap .footer_button_list {
  max-width: 1370px;
  margin: auto;
  margin-top: -20px;
  display: flex;
  flex-wrap: wrap;
}

.g-wrap .footer_button_list li {
  width: 18.2482%;
  max-width: 250px;
  margin-top: 20px;
}

.g-wrap .footer_button_list li:not(:nth-child(5n+1)) {
  margin-left: 2.1897%;
}

.g-wrap .footer_button_list a {
  display: block;
}


@media (max-width: 1100px) {
  .g-wrap .footer_button_list {
    max-width: 800px;
  }

  .g-wrap .footer_button_list li {
    width: 32%;
    max-width: none;
  }

  .g-wrap .footer_button_list li:not(:nth-child(5n+1)) {
    margin-left: 0;
  }

  .g-wrap .footer_button_list li:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
}

@media (max-width: 650px) {
  .g-wrap .footer_button_list li {
    width: 48%;
  }

  .g-wrap .footer_button_list li:not(:nth-child(3n+1)) {
    margin-left: 0;
  }

  .g-wrap .footer_button_list li:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
}

.g-wrap .footer_menu {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.g-wrap .footer_menu_box {
  width: 230px;
  position: relative;
  font-size: 16px;
}

.g-wrap .footer_menu_box li:not(:first-child) {
  margin-top: 20px;
}

.g-wrap .footer_menu_box a {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1.5em;
}

.g-wrap .footer_menu_box a::after {
  content: "＞";
  font-size: 1.25em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.g-wrap .footer_menu_box a.link_blank._lb-w::after {
  content: "";
  background-image: url('../images/common/icon_blank_navy.svg');
  width: .8em;
  height: .8em;
  right: 5px;
}
@media screen and (max-width: 1200px) {
  .g-wrap .footer_menu_box a.link_blank._lb-w::after {
    right: 3px;
  }
}

.g-wrap .footer_menu_sub {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.g-wrap .footer_twitter {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.g-wrap .footer_twitter a {
  display: block;
  width: 45px;
  aspect-ratio: 1;
}

.g-wrap .footer_box {
  position: relative;
}

.g-wrap .pagetop {
  position: absolute;
  right: 35px;
  transform: translateY(-50%);
  z-index: 9995;
  mix-blend-mode: multiply;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .g-wrap .pagetop {
    bottom: 0;
    transform: translateY(-440%);
  }
}

.g-wrap .pagetop._js-fixed {
  position: fixed;
  bottom: 35px;
  right: calc(35px + 48px);
  transform: translateY(0);
}

.g-wrap .pagetop a {
  display: block;
  max-width: 124px;
  min-width: 48px;
  width: 8vw;
  aspect-ratio: 1;
  mix-blend-mode: multiply;
}

.g-wrap .pagetop a:hover {
  opacity: 1;
}

.founditem {
  display: block;
  position: absolute;
  left: 20px;
  z-index: 10;
  transform: translateY(15%);
}
@media screen and (max-width: 1040px) {
  .founditem {
    bottom: auto;
    left: calc(15px + 10px);
    transform: translateY(10%);
  }
}
@media screen and (max-width: 768px) {
  .founditem {
    bottom: 0;
    left: 2.5vw;
    transform: translateY(-620%);
  }
}

.founditem._js-fixed {
  position: fixed;
  bottom: 35px;
  left: calc(2.5vw + 20px);
  transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .founditem._js-fixed {
    left: calc(2.5vw + 15px);
    bottom: calc(78px + 2.5vw);
  }
}

.g-wrap .founditem_link {
  color: inherit;
  width: 100%;
  text-decoration: none;
  display: block;
  position: relative;
  filter: drop-shadow(3px 2px 3px rgba(0, 0, 0, 0.4));
}
.founditem_link:hover {
  opacity: 1!important;
}
.g-wrap .founditem_link dl {
  width: 100%;
  margin: 0;
}
.g-wrap .founditem_logo {
  width: 80px;
  height: 80px;
  margin: 0;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 1;
  transform: translateX(-2px);
}
@media screen and (max-width: 768px) {
  .g-wrap .founditem_logo {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  html[lang='en'] .g-wrap .founditem_logo {
    width: 55px;
    height: 55px;
  }
}
.g-wrap .founditem_logo img {
  max-width: 50px;
}
@media screen and (max-width: 768px) {
  .g-wrap .founditem_logo img {
    max-width: 40px;
  }
}

@media screen and (max-width: 768px) {
  html[lang='en'] .g-wrap .founditem_logo img {
    max-width: 35px;
  }
}

.g-wrap .founditem_text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: right;
  margin: 0 0 0 auto;
  padding: 8px 10px 8px 90px;
  border-radius: 25px;
  background-image: linear-gradient(180deg, #ec8d8c 0%, #e04544 80%);
  transform: translate(2px, -10px);
}
@media screen and (max-width: 768px) {
  .g-wrap .founditem_text {
    font-size: 13px;
    padding: 8px 10px 8px 80px;
  }
}
@media screen and (max-width: 768px) {
  html[lang='en'] .g-wrap .founditem_text {
    font-size: 12px;
    padding: 8px 10px 8px 58px;
  }
}
.g-wrap .founditem_text span {
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  html[lang='en'] .g-wrap .founditem_text span {
    padding-right: 15px;
  }
}
.g-wrap .founditem_text span::after {
  content: "";
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-45deg) translateY(-65%);
}
@media screen and (max-width: 768px) {
  html[lang='en'] .g-wrap .founditem_text span::after {
    right: -3px;
  }
}
.g-wrap .founditem_close {
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  appearance: none;
  background: none;
  cursor: pointer;
  position: absolute;
  top: -40px;
  right: 12px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .g-wrap .founditem_close {
    width: 12px;
    height: 12px;
    top: -33px;
  }
}
.g-wrap .founditem_close::before,
.g-wrap .founditem_close::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #231815;
  position: absolute;
  top: 6px;
  left: 0;
}
.g-wrap .founditem_close::before {
  transform: rotate(45deg);
}
.g-wrap .founditem_close::after {
  transform: rotate(-45deg);
}

.g-wrap .footer_caption {
  background: #F2F5F8;
  padding: 24px 0;
}

.g-wrap .caption_list {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.g-wrap .caption_list li {
  width: calc(50% - 10px);
}

.g-wrap .caption_list li:nth-child(n+3) {
  margin-top: 0.5em;
}

.g-wrap .footer_bottom {
  background: #004471;
  color: #fff;
  padding: 50px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}

.g-wrap .footer_link_list {
  display: flex;
  flex-wrap: wrap;
}

.g-wrap .footer_link_list li:not(:first-child) {
  margin-left: 35px;
}

.g-wrap .footer_link_list li:nth-child(4) {
  margin-left: 0;
}

.g-wrap .footer_link_list li:nth-child(-n+3) {
  display: none;
}


.g-wrap .copyright {
  display: block;
  letter-spacing: 0;
}

@media (max-width: 1919px) {
  .g-wrap .pagetop._js-fixed {
    right: calc(35px + 2.5vw);
  }
}

@media (max-width: 1600px) {
  .g-wrap .footer_bottom {
    padding: 50px 20px;
  }
}

@media (max-width: 1400px) {
  .g-wrap .footer_link_list {
    width: 100%;
    justify-content: center;
  }

  .g-wrap .footer_link_list li {
    padding: 0.5em 0;
  }

  .g-wrap .copyright {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 1040px) {
  .g-wrap .footer_menu_box {
    font-size: 13px;
    width: 30%;
  }

  .g-wrap .pagetop {
    right: 2.5vw;
  }

  .g-wrap .pagetop._js-fixed {
    right: calc(2.5vw + 2.5vw);
  }

  .g-wrap .caption_list {
    font-size: 13px;
  }

  .g-wrap .caption_list li {
    width: 100%;
  }

  .g-wrap .caption_list li:not(:first-child) {
    margin-top: 0.5em;
  }

  .g-wrap .footer_bottom {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .g-wrap .footer_border {
    padding-top: 50px;
  }

  .g-wrap .footer_menu_sp {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    max-width: 480px;
    margin: auto;
  }

  .g-wrap .footer_menu_box {
    width: 47%;
    font-size: 12px;
    letter-spacing: 0.06em;
  }


  .g-wrap .footer_menu_box li:not(:first-child) {
    margin-top: 0.5em;
  }

  .g-wrap .footer_menu_box a,
  .g-wrap .footer_menu_sub a {
    position: relative;
    padding-right: 1.5em;
    height: 2.2em;
  }

  .g-wrap .footer_menu_box a::after,
  .g-wrap .footer_menu_sub a::after {
    content: "＞";
    font-size: 1.1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .g-wrap .footer_menu_sub a.link_blank._lb-w::after {
    content: "";
    background: url('../images/common/icon_blank_navy.svg') no-repeat right center / 1em 1em content-box;
    width: 1em;
    height: 1em;
  }


  .g-wrap .footer_menu_box ._time a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid #004471;
  }

  .g-wrap .footer_menu_box ._time a::after {
    content: none;
  }

  .g-wrap .footer_menu_box ._time span {
    letter-spacing: 0.045em;
    padding: 0 1.5em 0 1.8em;
    position: relative;
  }

  .g-wrap .footer_menu_box ._time span::before {
    content: "";
    display: inline-block;
    height: 1.2em;
    aspect-ratio: 1;
    background: url(../images/common/icon_time.svg) no-repeat center / contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

  }

  .g-wrap .footer_menu_box ._time span::after {
    content: "＞";
    font-size: 1em;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .g-wrap .footer_twitter {
    padding: 8px 0;
    border-top: 1px solid #004471;
    border-bottom: 1px solid #004471;
  }

  .g-wrap .footer_twitter a {
    width: 30px;
  }

  .g-wrap .footer_menu_sub {
    max-width: 480px;
    position: static;
    font-size: 12px;
    letter-spacing: 0.06em;
    padding: 13px 0;
  }

  .g-wrap .footer_menu_sub li {
    width: clamp(155px, 42vw, 47%);
  }
  .g-wrap .footer_menu_sub li:not(:first-child) {
    margin-top: 0.5em;
  }

  .g-wrap .footer_menu_sub a {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .g-wrap .footer_menu_sub a.link_blank._lb-w {
    padding-right: 2em;
  }

  .g-wrap .pagetop._js-fixed {
    right: calc(2.5vw + 15px);
    bottom: calc(78px + 2.5vw);
  }

  .g-wrap .footer_caption {
    padding: 12px 0;
  }

  .g-wrap .caption_list {
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .g-wrap .footer_bottom_area {
    height: 113px;
    position: relative;
  }

  .g-wrap .footer_bottom {
    font-size: 12px;
    letter-spacing: 0;
    padding: 18px 0;
  }

  .g-wrap .footer_link_list li {
    width: 100%;
    padding: 0.5em 1em;
    text-align: center;
  }

  .g-wrap .footer_link_list li:not(:first-child) {
    margin: 0;
  }

  .g-wrap .footer_link_list li:nth-child(-n+3) {
    display: block;
  }

  /* footer_nav_bottom */
  .g-wrap .footer_nav_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
    background: #FDD000;
    color: #004471;
    padding: 10px 0;
    font-size: 12px;
    letter-spacing: 0;
  }

  .g-wrap .footer_nav_list {
    display: flex;
  }

  .g-wrap .footer_nav_item {
    text-align: center;
    width: 20%;
  }

  /* .g-wrap .footer_nav_item:nth-child(1),
  .g-wrap .footer_nav_item:nth-child(5) {
    width: 25%;
  }

  .g-wrap .footer_nav_item:nth-child(2),
  .g-wrap .footer_nav_item:nth-child(3),
  .g-wrap .footer_nav_item:nth-child(4) {
    width: calc(50% / 3);
  } */

  .g-wrap .footer_nav_item:not(:first-child) {
    border-left: 1px solid #004471;
  }

  .g-wrap .footer_nav_item a {
    display: block;
  }

  .g-wrap .nav_icon {
    height: 30px;
  }

  .g-wrap .nav_text {
    font-size: 0.9em;
    line-height: 1.2;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5em;
  }

  .g-wrap .footer_fixed_adjust {
    height: 77px;
  }
}

/*------------------------------------------------------------
 * セクション見出し
------------------------------------------------------------*/
.g-wrap .section_title {
  text-align: center;
}

.g-wrap .section_title span {
  display: block;
  line-height: 1;
}

.g-wrap .ttl_en {
  font-size: 48px;
  letter-spacing: 0.15em;
}

.g-wrap .ttl_en::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3em;
  background: url(../images/common/title_deco.svg) no-repeat center/ contain;
  margin: 0.45em 0 0.6em;
}

.g-wrap .ttl_ja {
  font-size: 28px;
  letter-spacing: 0.045em;
}

@media (max-width: 1400px) {
  .g-wrap .ttl_en {
    font-size: 30px;
  }

  .g-wrap .ttl_ja {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .g-wrap .section_title span {
    line-height: 1.3;
  }

  .g-wrap .ttl_en {
    font-size: 23px;
  }

  .g-wrap .ttl_en::after {
    margin: 0.5em 0 0.7em;
  }

  .g-wrap .ttl_ja {
    font-size: 16px;
  }
}

/* リボン風タイトル */
.g-wrap .title_ribbon {
  width: fit-content;
  min-width: 700px;
  max-width: 1000px;
  margin: 0 auto 2.5em;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  position: relative;
  word-wrap: break-word;
}

.g-wrap .title_ribbon::before,
.g-wrap .title_ribbon::after {
  content: "";
  display: block;
  min-height: 3em;
  height: 100%;
  aspect-ratio: 19/75;
  background-repeat: no-repeat;
  background-size: auto calc(100% + 2px);
  position: absolute;
  top: 0;
  z-index: 1;
}

.g-wrap .title_ribbon::before {
  background-image: url(../images/common/ribbon_left.svg);
  background-position: right center;
  left: 1px;
}

.g-wrap .title_ribbon::after {
  background-image: url(../images/common/ribbon_right.svg);
  background-position: left center;
  right: 1px;
}

.g-wrap .title_ribbon span {
  position: relative;
  min-height: 3em;
  width: 100%;
  height: 100%;
  background: #004471;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 12px;
}

.g-wrap .title_ribbon span::before,
.g-wrap .title_ribbon span::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 14px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.g-wrap .title_ribbon span::before {
  background-image: url(../images/common/ribbon_left_deco.svg);
  left: 0;
  margin-right: 10px;
}

.g-wrap .title_ribbon span::after {
  background-image: url(../images/common/ribbon_right_deco.svg);
  right: 0;
  margin-left: 10px;
}

/* yellow */
.g-wrap .title_ribbon._yellow {
  color: #004471;
}

.g-wrap .title_ribbon._yellow span {
  background: #FCCF00;
}

.g-wrap .title_ribbon._yellow::before {
  background-image: url(../images/common/ribbon_yellow_left.svg);
}

.g-wrap .title_ribbon._yellow::after {
  background-image: url(../images/common/ribbon_yellow_right.svg);
}

.g-wrap .title_ribbon._yellow span::before {
  background-image: url(../images/common/ribbon_yellow_left_deco.svg);
}

.g-wrap .title_ribbon._yellow span::after {
  background-image: url(../images/common/ribbon_yellow_right_deco.svg);
}

@media (max-width: 1400px) {
  .g-wrap .title_ribbon {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  .g-wrap .title_ribbon {
    min-width: 80vw;
  }
}

@media (max-width: 768px) {
  .g-wrap .title_ribbon {
    font-size: 14px;
    margin: 0 auto 2.5em;
    letter-spacing: 0.04em;
  }

  .g-wrap .title_ribbon::before,
  .g-wrap .title_ribbon::after {
    min-height: 2.5em;
  }

  .g-wrap .title_ribbon span {
    min-height: 2.5em;
    padding: 5px 10px;
  }

  .g-wrap .title_ribbon span::before,
  .g-wrap .title_ribbon span::after {
    width: 10px;
  }

  .g-wrap .title_ribbon span::before {
    margin-right: 7px;
  }

  .g-wrap .title_ribbon span::after {
    margin-left: 7px;
  }
}

/*------------------------------------------------------------
 * button
------------------------------------------------------------*/
.g-wrap .link_button_area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}

.g-wrap .link_button_area._flex {
  justify-content: space-between;
}

.g-wrap .link_button_area._under_border {
  margin-top: 100px;
}

.g-wrap .link_button_area {
  text-align: center;
}

.g-wrap .link_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 3em;
  border-radius: 3em;
  min-width: 17em;
  background: #004471;
  color: #fff;
  padding: 0 1.5em;
}

.g-wrap .link_button._max-none {
  display: inline-flex;
  width: auto;
  max-width: none;
  padding-left: 3em;
  padding-right: 3em;
}

.g-wrap .link_button._yellow {
  color: #004471;
  background: #FDD000;
}

.g-wrap .link_button span {
  position: relative;
  padding-right: 1.2em;
}

.g-wrap .link_button span::after {
  content: "";
  display: inline-block;
  width: 0.5em;
  aspect-ratio: 10/16;
  background: url(../images/common/btn_arrow_white.svg) no-repeat center/ contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.g-wrap .link_button._yellow span::after {
  background-image: url(../images/common/btn_arrow_navy.svg);
}

.g-wrap .link_button._arrow-none span {
  padding-right: 0;
}

.g-wrap .link_button._arrow-none span::after {
  content: none;
}

.g-wrap .link_button._arrow-down span::after {
  transform: translateY(-50%) rotate(90deg);
}

.g-wrap .link_button._pdf {
  color: #004471;
  background: #fff;
  border: 1px solid #004471;
}

.g-wrap .link_button._pdf span::after {
  background: url(../images/common/icon_pdf.svg) no-repeat center/ contain;
  aspect-ratio: 5/6;
  width: 1.1em;
}

@media (max-width:1400px) {
  .g-wrap .link_button_area {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .g-wrap .link_button_area {
    display: block;
    margin-top: 40px;
    font-size: 13px;
  }

  .g-wrap .link_button_area._under_border {
    margin-top: 50px;
  }

  .g-wrap .link_button_area._flex {
    display: block;
  }

  .g-wrap .link_button_area._flex .link_button:not(:first-child) {
    margin-top: 25px;
  }

  .g-wrap .link_button {
    margin-left: auto;
    margin-right: auto;
  }

  .g-wrap .link_button._max-none {
    width: auto;
  }
}

/*------------------------------------------------------------
 * SEARCH
------------------------------------------------------------*/
.g-wrap .search_box {
  max-width: 800px;
  margin: 70px auto 0;
}

.g-wrap .search_form {
  position: relative;
  max-width: 580px;
  margin: 0 auto;
}

.g-wrap .search_input {
  text-align: left;
  font-size: 17px;
  width: 100%;
  height: 70px;
  border-radius: 70px;
  border: 2px solid #004471;
  background: #FCFBF9;
  color: #004471;
  padding: 0 4em 0 2em;
  letter-spacing: 0.12em;
}

.g-wrap .search_input::placeholder {
  color: currentColor;
}

.g-wrap .search_submit {
  display: block;
  height: 2em;
  aspect-ratio: 1;
  background: url(../images/common/icon_search.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .g-wrap .search_box {
    margin: 40px auto 0;
  }

  .g-wrap .search_input {
    font-size: 15px;
    height: 36px;
    border-width: 1px;
    letter-spacing: 0;
    padding: 0 4em 0 1em;
  }

  .g-wrap .search_input::placeholder {
    font-size: 13px;
  }

  .g-wrap .search_submit {
    height: 1.7em;
    right: 1em;
  }
}

/*------------------------------------------------------------
 * おすすめキーワード
------------------------------------------------------------*/
.g-wrap .keyword_area {
  max-width: 800px;
  margin: 60px auto 0;
  text-align: center;
}

.g-wrap .keyword_title {
  font-size: 21px;
  padding-bottom: 10px
}

.g-wrap .keyword_group {
  display: flex;
  justify-content: center;
}

.g-wrap .keyword_list {
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.g-wrap .keyword_list li {
  padding: 0.7em 0.9em;
}

.g-wrap .keyword_list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.4em;
  padding: 0 0.6em;
  height: 2.6em;
  border-radius: 2.6em;
  border: 1px solid #004471;
}

@media (max-width: 768px) {
  .g-wrap .keyword_area {
    margin: 40px auto 0;
  }

  .g-wrap .keyword_title {
    font-size: 17px;
    padding-bottom: 10px;
  }

  .g-wrap .keyword_group {
    justify-content: flex-start;
  }

  .g-wrap .keyword_list {
    font-size: 12px;
  }

  .g-wrap .keyword_list li {
    padding: 10px 3px 0;
  }

  .g-wrap .keyword_list a {
    min-width: 7em;
  }
}

/*------------------------------------------------------------
 * swiper共通スタイル
------------------------------------------------------------*/
.g-wrap .swiper-wrapper {
  z-index: -1;
}

.g-wrap .swiper,
.g-wrap .swiper-container {
  /* overflow: visible; */
}

.g-wrap .swiper::before,
.g-wrap .swiper::after {
  content: "";
  background: #fff;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 1;
}

.g-wrap .swiper::before {
  left: 0;
}

.g-wrap .swiper::after {
  right: 0;
}

.g-wrap .swiper-slide a {
  display: block;
}

/* ボタン */
.g-wrap .l-swiper_btn {
  height: auto;
  aspect-ratio: 1;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: opacity 0.4s;
  min-width: 23px;
}

.g-wrap .l-swiper_btn.swiper-button-disabled {
  /* diableボタン非表示 */
  opacity: 0;
}

.g-wrap .l-swiper_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.g-wrap .swiper-button-prev {
  left: 0;
}

.g-wrap .swiper-button-next {
  right: 0;
}

.g-wrap .swiper-button-next::after {
  background-image: url(../images/common/slidebtn_next.svg);
}

.g-wrap .swiper-button-prev::after {
  background-image: url(../images/common/slidebtn_prev.svg);
}

/* pagination */
.g-wrap .swiper-pagination {
  height: auto;
  padding: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
}

.g-wrap .swiper-pagination-bullet {
  background: #ddd;
  opacity: 1;
  line-height: 1;
}

.g-wrap .swiper-pagination-bullet-active {
  background: #8E8E8E;
}

/* sp時解除_swi_3col------------------------------------ */
.g-wrap .l-swiper_area._pc-3col {
  width: calc(100% - 104px - 24px);
  margin-left: auto;
  margin-right: auto;
}

.g-wrap .swi_3col {
  margin-left: calc(-52px - 12px);
  padding-left: calc(52px + 12px);
  margin-right: calc(-52px - 12px);
  padding-right: calc(52px + 12px);
  /* box-shadow用 */
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -10px;
  margin-bottom: -10px;
}

.g-wrap .swi_3col img {
  box-shadow: 4px 4px 6px rgba(71, 71, 71, 0.15);
}

.g-wrap .swi_3col::before,
.g-wrap .swi_3col::after {
  width: 52px;
}

.g-wrap .swi_3col .l-swiper_btn {
  width: 52px;
}

@media (max-width: 1400px) {
  .g-wrap .l-swiper_area._pc-3col {
    width: calc(100% - 6vw);
  }

  .g-wrap .swi_3col {
    margin-left: -3vw;
    padding-left: 3vw;
    margin-right: -3vw;
    padding-right: 3vw;
  }

  .g-wrap .swi_3col::before,
  .g-wrap .swi_3col::after {
    width: 2vw;
  }

  .g-wrap .swi_3col .l-swiper_btn {
    width: 2.5vw;
  }
}

@media (max-width: 768px) {
  .g-wrap .l-swiper_area._pc-3col {
    width: 100%;
  }

  .g-wrap .swi_3col {
    margin: 0;
    padding: 0;
    overflow: visible;
  }

  .g-wrap .swi_3col::before,
  .g-wrap .swi_3col::after {
    content: none;
  }

  .g-wrap .swi_3col .swiper-wrapper {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -25px;
  }

  .g-wrap .swi_3col .swiper-slide {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 25px;
  }
}

@media (max-width: 600px) {
  .g-wrap .swi_3col .swiper-slide {
    width: 100% !important;
  }
}

/* SP時スクロールバー型------------------------------------ */
@media (max-width: 768px) {

  .g-wrap .swi_shop_list,
  .g-wrap .swi_3col-home {
    /* background: yellow; */
    padding-bottom: 35px;
  }

  /* ボタン */
  .g-wrap .swi_shop_list .l-swiper_btn,
  .g-wrap .swi_3col-home .l-swiper_btn {
    width: 23px;
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }

  .g-wrap .swi_shop_list .swiper-button-prev,
  .g-wrap .swi_3col-home .swiper-button-prev {
    left: 1.2vw;
  }

  .g-wrap .swi_shop_list .swiper-button-next,
  .g-wrap .swi_3col-home .swiper-button-next {
    right: 1.2vw;
  }

  /* スクロールバー */
  .g-wrap .swiper-horizontal>.swiper-scrollbar,
  .g-wrap .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 12px;
    width: calc(100% - 56px);
    left: 50%;
    transform: translateX(-50%);
    overflow: visible;
    background: transparent;
    z-index: -1;
  }

  .g-wrap .swiper-horizontal>.swiper-scrollbar::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #CED9E1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .g-wrap .swiper-scrollbar-drag {
    height: auto;
    aspect-ratio: 1;
    top: 0;
    cursor: pointer;
  }

}

/*------------------------------------------------------------
 * swiper_footer
------------------------------------------------------------*/
.g-wrap .swiper.swi_footer {
  margin-left: -56px;
  padding-left: 56px;
  margin-right: -56px;
  padding-right: 56px;
}

.g-wrap .swiper.swi_footer::before,
.g-wrap .swiper.swi_footer::after {
  width: 56px;
}

.g-wrap .swi_footer .l-swiper_btn {
  width: 36px;
}

@media (max-width: 1400px) {
  .g-wrap .g-footer .l-swiper_area {
    width: calc(100% - 6vw);
    margin-left: auto;
    margin-right: auto;
  }

  .g-wrap .swiper.swi_footer {
    margin-left: -3vw;
    padding-left: 3vw;
    margin-right: -3vw;
    padding-right: 3vw;
  }

  .g-wrap .swiper.swi_footer::before,
  .g-wrap .swiper.swi_footer::after {
    width: 3vw;
  }

  .g-wrap .swi_footer .l-swiper_btn {
    width: 2.5vw;
  }
}

@media (max-width: 768px) {
  .g-wrap .g-footer .l-swiper_area {
    width: 100%;
  }

  .g-wrap .swiper.swi_footer {
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }

  .g-wrap .swiper.swi_footer::before,
  .g-wrap .swiper.swi_footer::after {
    width: 15px;
  }

  .g-wrap .swi_footer .l-swiper_btn {
    width: 28px;
  }

  .g-wrap .swi_footer .swiper-button-prev {
    left: 5px;
  }

  .g-wrap .swi_footer .swiper-button-next {
    right: 5px;
  }
}

/*------------------------------------------------------------
 * shopリスト系
------------------------------------------------------------*/
.g-wrap .shop_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -65px;
  margin-left: -30px;
}

.g-wrap .shop_item {
  width: 19%;
  max-width: 208px;
  /*基本inr-m内*/
  margin-top: 65px;
  margin-left: 30px;
  position: relative;
}


.g-wrap .shop_item::after {
  content: "";
  display: block;
  width: 45px;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 3;
}

.g-wrap .shop_item._new::after {
  background-image: url(../images/common/icon_new.svg);
}

.g-wrap .shop_item._renewal::after {
  background-image: url(../images/common/icon_renewal.svg);
}

.g-wrap .shop_item._popup::after {
  background-image: url(../images/common/icon_popup.svg);
}

.g-wrap .shop_img {
  background: rgb(255, 255, 255);
}

.g-wrap .shop_text {
  margin-top: calc(12px * 1.5);
  line-height: 1.6;
}

.g-wrap .shop_text p:not(:first-child) {
  margin-top: 12px;
}


.g-wrap .shop_date {
  font-size: 12px;
}

.g-wrap .shop_category {
  font-size: 14px;
}

.g-wrap .shop_cat {
  font-size: 10px;
  color: #000;
  padding: 2px 10px 1px;
  border: 1px solid #000;
  border-radius: 5px;
  display: inline-block;
}

.g-wrap .shop_cat.-popup {
  color: #FD4D4F;
  border: 1px solid #FD4D4F;
}

.g-wrap .shop_text p.shop_cat {
  margin: 0;
}

.g-wrap .shop_title {
  font-size: 16px;
}
.g-wrap .shop_title .namekana {
  display: block;
  font-weight: 400;
  font-size: 0.8em;
}
.g-wrap .shop_title._special {
  font-size: 18px;
}

.g-wrap .shop_schedule {
  font-size: 13px;
  padding: 12px 0;
  border-top: 1px solid #004471;
  border-bottom: 1px solid #004471;
  display: flex;
}

.g-wrap .shop_schedule span:nth-child(1) {
  flex-shrink: 0;
}

.g-wrap .shop_schedule span:nth-child(2) {
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
}

.g-wrap .shop_schedule time {
  display: inline-block;
}

.g-wrap .shop_schedule time:not(:last-child) {
  margin-right: 0.3em;
}

.g-wrap .shop_text_content {
  font-size: 13px;
}

@media (max-width: 1400px) {
  .g-wrap .shop_list {
    margin-left: -2%;
  }

  .g-wrap .shop_item {
    width: 18%;
    max-width: none;
    margin-left: 2%;
  }

  .g-wrap .shop_item::after {
    width: 40px;
    left: -7px;
    top: -7px;
  }
}

@media (max-width: 1000px) {
  .g-wrap .shop_item {
    width: 23%;
  }

  .g-wrap .shop_text {
    margin-top: calc(8px * 1.5);
  }

  .g-wrap .shop_text p:not(:first-child) {
    margin-top: 8px;
  }

  .g-wrap .shop_date {
    font-size: 12px;
  }

  .g-wrap .shop_category {
    font-size: 12px;
  }

  .g-wrap .shop_title {
    font-size: 14px;
  }

  .g-wrap .shop_title._special {
    font-size: 14px;
  }

  .g-wrap .shop_title._special._txt-s {
    font-size: 12px;
  }

  .g-wrap .shop_schedule {
    font-size: 12px;
    padding: 8px 0;
    letter-spacing: 0;
  }
}

@media (max-width: 768px) {
  .g-wrap .shop_list {
    margin-top: -30px;
    margin-left: 0;
    justify-content: space-between;
  }

  .g-wrap .shop_item {
    width: 48%;
    margin-top: 30px;
    margin-left: 0;
  }

  .g-wrap .shop_item a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .g-wrap .shop_img {
    width: 100%;
  }

  .g-wrap .shop_text {
    width: 100%;
  }

  .g-wrap .shop_title {
    letter-spacing: 0.06em;
  }

  .g-wrap .shop_schedule {
    flex-wrap: wrap;
  }

  .g-wrap .shop_schedule span:nth-child(2) {}

  .g-wrap .shop_text_content {
    letter-spacing: 0.06em;
    font-size: 14px;
  }

  .g-wrap .shop_item::after {
    width: 35px;
    top: -4px;
    left: -4px;
  }
}

@media (max-width: 600px) {
  .g-wrap .shop_item {
    width: 100%;
  }

  .g-wrap .shop_img {
    width: 40%;
  }

  .g-wrap .shop_text {
    width: 56%;
    margin-top: 0;
  }
}

/*======================================================================
 * shopリスト系＿Swiper
======================================================================*/
.g-wrap .swiper .shop_list {
  margin: auto;
  flex-wrap: nowrap;
}

.g-wrap .swiper .shop_item {
  max-width: none;
  width: auto;
  margin: 0;
}

@media (max-width: 600px) {
  .g-wrap .swiper .shop_img {
    width: 100%;
  }

  .g-wrap .swiper .shop_text {
    width: 100%;
    margin-top: calc(8px * 1.5);
  }
}

/*  */
.g-wrap .swi_shop_list {
  /* newアイコン分 */
  margin-top: -10px;
  padding-top: 10px;
  margin-left: -10px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .g-wrap .swi_shop_list {
    /* newアイコン分 */
    margin-top: -5px;
    padding-top: 5px;
    margin-left: -5px;
    padding-left: 5px;
    /* スライダー用 */
    margin-left: -15px;
    padding-left: 15px;
    margin-right: -15px;
    padding-right: 15px;
  }
}

/*======================================================================
 * 下層ページ
======================================================================*/
/*------------------------------------------------------------
 * パンくず
------------------------------------------------------------*/
.g-wrap .breadcrumb {
  font-size: 13px;
  padding-top: 18px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  letter-spacing: -0.5em;
  word-wrap: break-word;
}

.g-wrap .breadcrumb li {
  display: inline;
  letter-spacing: 0.12em;
}

.g-wrap .breadcrumb li:not(:first-child)::before {
  content: "\00A0＞\00A0";
  letter-spacing: 0;
  padding-right: 2px;
  /*見かけ微調整*/
}

@media (max-width: 768px) {
  .g-wrap .breadcrumb {
    font-size: 12px;
    padding-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }

  .g-wrap .breadcrumb li {
    letter-spacing: 0.04em;
  }

  .g-wrap .breadcrumb li:not(:first-child)::before {
    padding-right: 1px;
    /*見かけ微調整*/
  }
}

/*------------------------------------------------------------
* page_content
------------------------------------------------------------*/
.g-wrap .page_content {
  padding: 100px 0 150px;
  position: relative;
}

@media (max-width: 768px) {
  .g-wrap .page_content {
    padding: 60px 0 50px;
  }
}

.g-wrap .l-text_desc {
  line-height: 1.875;
  letter-spacing: 0.08em;
  text-align: left;
  word-break: break-all;
}

@media (max-width: 768px) {
  .g-wrap .l-text_desc {
    line-height: 1.875;
    letter-spacing: 0.04em;
  }
}
/*------------------------------------------------------------
* 初回公開用_本公開時削除
------------------------------------------------------------*/
.g-wrap .footer_border  {
  border-top: 0 !important;
}
.g-wrap .page_content {
  padding-bottom: 0 !important;
}
/*======================================================================
 * share_box
======================================================================*/
.g-wrap .share_box {
  font-size: 13px;
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-wrap .share_text {
  width: 75px;
}

.g-wrap .share_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.g-wrap .share_btn {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  transition: 0.4s;
}
.g-wrap .share_btn:first-child {
  width: 93px;
  height: 20px;
  margin-left: 0;
}

.g-wrap .share_btn a {
  display: inline-flex;
  align-items: center;
}

.g-wrap .share_btn a img {
  display: block;
}

.g-wrap .share_btn span {
  position: relative;
  display: flex;
  align-items: center;
}

.g-wrap .share_btn span::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 2.4em;
  margin-right: 1.2em;
}

.g-wrap .share_btn._facebook span::before {
  background-image: url(../images/common/icon_facebook_navy.svg);
  aspect-ratio: 16/29;
}

.g-wrap .share_btn._line span::before {
  background-image: url(../images/common/icon_line_navy.svg);
  aspect-ratio: 30/29;
}

.g-wrap .share_btn._twitter span::before {
  background-image: url(../images/common/icon_twitter_navy.svg);
  aspect-ratio: 11/9;
  height: 2em;
}

@media (max-width: 1400px) {
  /* .g-wrap .share_btn {
    margin-left: 20px;
  } */
}
@media (max-width: 768px) {
  .g-wrap .share_box {
    margin-top: 40px;
    font-size: 12px;
  }

  /* .g-wrap .share_box ul {
    max-width: 150px;
  } */

  .g-wrap .share_btn span {
    display: block;
  }

  .g-wrap .share_btn span::before {
    margin: 0 auto 10px;
    height: 2.6em;
  }

  .g-wrap .share_btn._twitter span::before {
    height: 2.1em;
  }
}