@charset "UTF-8";
html {
  overflow: auto;
  -webkit-text-size-adjust: 100%;
}

*, *::after, *::before {
  box-sizing: border-box;
}

*, *::after, *::before, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, p, pre, td, th {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol, li {
  list-style-type: none;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

q::before, q::after {
  content: "";
}

input[type=checkbox], input[type=radio] {
  margin: 0 2px 0 0;
  padding: 0;
  vertical-align: -2px;
}

button, input[type=button], input[type=submit], input[type=text] {
  box-sizing: border-box;
  -webkit-appearance: none;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  background: transparent;
}

@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 600;
  src: url("/member/font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Bold.ttf");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 500;
  src: url("/member/font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  src: url("/member/font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Medium.ttf");
}
@font-face {
  font-family: "Zen Kaku Gothic New";
  font-weight: 200;
  src: url("/member/font/Zen_Kaku_Gothic_New/ZenKakuGothicNew-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url("/member/font/Roboto/static/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto";
  font-weight: 200;
  src: url("/member/font/Roboto/static/Roboto-Regular.ttf");
}
html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.05px;
  line-height: 1.7;
  color: #252525;
  background-color: #FFF;
}

img {
  vertical-align: bottom;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

p {
  letter-spacing: 1.05px;
  line-height: 1.9;
}

a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a::after {
  transition: 0.3s ease-in-out;
}

h1, h2, h3, h4 {
  line-height: 1.4;
}

.header {
  display: block;
  width: 100%;
  /*max-width: 1536px;*/
  margin: 0 auto 16px auto;
  padding: 32px 48px 16px 48px;
  position: sticky !important;
  z-index: 900;
  top: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  /*background-color: rgba(255, 255, 255, 0.1);*/
}
.header .logo {
  position: relative;
  top: -10px;
}
.header .logo a {
  display: inline-block;
}
.header .logo img {
  display: inline-block;
  width: 184px;
  position: relative;
  top: -5px;
}
.header .logo .site-title {
  display: inline-block;
  padding: 0 8px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 0;
  color: #000D16;
}
.header .nav .nav__lists {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 16px;
  margin-top: 16px;
}
.header .nav .nav__lists .list a {
  text-decoration: none;
  color: #000D16;
  font-size: 0.9em;
  border-radius: 80px;
  padding: 8px 16px;
  background-color: transparent;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
.header .nav .nav__lists .list a:hover {
  color: #006CB6;
  background-color: #e8f6ff;
}
.header .nav .nav__lists .icon img {
  display: inline-block;
  margin: 7px 0 0 2px;
  vertical-align: top;
}

.contents {
  width: 100%;
}

.contents-in {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto 0 auto;
}

.border-link {
  display: block;
  text-decoration: none;
  color: #000D16;
  font-size: 0.9em;
  border: solid 1px #000D16;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 16px 24px;
  background-color: #FFF;
  line-height: 1;
}
.border-link.link--external {
  background-position: 90% 53%;
  background-repeat: no-repeat;
  background-image: url("../img/ico/ico_arrow01.svg");
}
.border-link:hover {
  background-color: #F4F4F4;
}
.border-link:hover.link--external {
  background-position: 91% 51%;
}

.label {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  line-height: 1;
}
.label.label-size-ss {
  font-size: 0.7em;
  padding: 4px 4px;
}
.label.label-size-s {
  font-size: 0.7em;
  padding: 8px 16px;
}
.label.label-size-m {
  font-size: 0.8em;
  padding: 8px 16px;
}
.label.label-size-l {
  font-size: 1em;
  padding: 8px 24px;
}
.label.label-red {
  background-color: #FDDBDB;
  color: #D30000;
}
.label.label-blue {
  background-color: #e8f6ff;
  color: #006CB6;
}
.label.label-orange {
  background-color: #F4A107;
  color: #FFFFFF;
}
.label.label-gray {
  background-color: #F4F4F4;
  color: #000D16;
}
.label.circle {
  border-radius: 32px;
}

.card-lists {
  display: flex;
  margin: 16px 0 24px 0;
  gap: 16px 16px;
  flex-wrap: wrap;
}
.card-lists .list {
  width: calc((100% - 32px) / 3);
}

.tags .tag {
  display: inline-block;
  color: #000D16;
  font-size: 0.7em;
  text-align: center;
  border-radius: 60px;
  background-color: #F4F4F4;
  padding: 4px 8px;
  margin: 0 4px 0 0;
}
.tags .tag:hover {
  color: #006CB6;
  background-color: #e8f6ff;
}

.card {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #252525;
}
.card:hover {
  color: #006CB6;
}
.card .card__img {
  position: relative;
}
.card .card__img .card__img-th {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}
.card .card__img .card__img-th img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.card .card__img .ico-group {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.card .card__img .ico-group .category {
  position: absolute;
  top: 8px;
  left: 8px;
}
.card .card__img .ico-group .category .label {
  font-weight: 400;
}
.card .card__img .ico-group .card__lock {
  position: absolute;
  top: 8px;
  right: 8px;
}
.card .card__img .ico-group .shop-ico {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
.card .card__title {
  margin: 8px 0 8px 0;
}
.card .card__title .label {
  margin-right: 4px;
}
.card .card__title p {
  font-weight: 500;
}
.card .card__title .card__day {
  display: block;
  font-family: "Roboto";
  font-size: 0.8em;
  color: #7a7a7a;
  font-weight: 400;
}

.shop-ico {
  display: flex;
  background-color: #FFF;
  border-radius: 32px;
  width: 124px;
  height: 32px;
  align-items: center;
  padding: 0 0 0 4px;
}
.shop-ico .shop-ico__img {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 50%;
}
.shop-ico .shop-ico__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.shop-ico .shop-ico__name {
  display: block;
  margin: 0 0 0 4px;
  font-size: 0.8em;
  color: #000D16;
  font-weight: 500;
}

.tit-h1 {
  font-size: 2.4em;
  color: #000D16;
  font-weight: 500;
  margin-bottom: 16px;
}

.tit-h2 {
  font-size: 2em;
  color: #000D16;
  font-weight: 500;
  margin-bottom: 16px;
}

.tit-h2-white {
  font-size: 2em;
  color: #FFF;
  font-weight: 500;
  margin-bottom: 16px;
}

.tit-h3 {
  font-size: 1.3em;
  color: #006CB6;
  padding: 0 0 0 16px;
  background: url("../img/ico/ico_dot.svg") no-repeat 0 60%;
  font-weight: 500;
  margin-bottom: 8px;
}

.tit-h4 {
  font-size: 1.2em;
  color: #000D16;
  font-weight: 500;
  margin-bottom: 8px;
}

.font-color-01 {
  color: #006CB6;
}

.font-color-02 {
  color: #F4A107;
}

.font-color-03 {
  color: #D30000;
}

.font-size-l {
  font-size: 1.3em;
}

.font-size-m {
  font-size: 0.9em;
}

.font-size-s {
  font-size: 0.8em;
}

.font-size-ss {
  font-size: 0.7em;
}

.article-lists .list {
  width: 100%;
  margin: 0 0 16px 0;
}
.article-lists .list:last-child {
  margin-bottom: 0;
}
.article-lists .list .list__link {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid #FFF;
  padding: 24px 24px;
  text-decoration: none;
  color: #252525;
}
.article-lists .list .list__link:hover {
  background-color: #f8f8f8;
  border: 1px solid #000D16;
}
.article-lists .list .list__link:hover .list__txt {
  color: #006CB6;
}
.article-lists .list .list__link .list__day {
  display: inline-block;
  font-family: "Roboto";
  font-size: 0.9em;
  font-weight: 400;
  color: #7a7a7a;
  margin: 0 24px 0 0;
}
.article-lists .list .list__link .list__txt {
  display: inline-block;
  margin: 0 0 0 8px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  width: 100%;
  line-height: 1.1;
}
.article-lists .list .list__link .ico-pdf {
  display: inline-block;
  margin: 4px 4px 0 4px;
}
.article-lists .list .list__link .ico-pdf img {
  position: relative;
  top: -3px;
  vertical-align: top;
}
.article-lists .list .list__link .list__lock {
  font-weight: 400;
  min-width: 90px;
  margin: 0 0 0 16px;
}

.favorite {
  margin: 0 0 0 auto;
}
.favorite .favorite__num {
  font-family: "Roboto";
  font-size: 0.7em;
}

/* ボタン */
.btn {
  display: inline-block;
  font-weight: 500;
  font-size: 1em;
  text-decoration: none;
  margin: 16px 0;
  padding: 16px 48px 16px 0;
}
.btn.btn01 {
  color: #000D16;
}
.btn.btn02 {
  color: #FFF;
}
.btn:hover::after {
  transform: translateX(4px);
}
.btn:hover.btn01 {
  color: #006CB6;
}
.btn.ico-box-bu {
  position: relative;
}
.btn.ico-box-bu::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_bu.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.btn.ico-box-bu:hover::after {
  background-image: url("../img/ico/ico_box_arrow_bu-rev.svg");
}
.btn.ico-box-wh {
  position: relative;
}
.btn.ico-box-wh::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_wh.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.btn.ico-box-wh:hover::after {
  background-image: url("../img/ico/ico_box_arrow_bu.svg");
}

.btn-shop-list-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed; /* 画面に固定 */
  bottom: 16px;
  left: 0;
  width: 100%;
  z-index: 990;
}
.btn-shop-list-wrap .btn-shop-list {
  color: #FFF;
  position: relative;
  display: block;
  width: 172px;
  height: 40px;
  background-color: #006CB6;
  border-radius: 80px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0px rgba(0, 13, 22, 0.2);
  font-size: 1em;
  font-weight: 600;
}
.btn-shop-list-wrap .btn-shop-list::before {
  content: "";
  display: inline-block;
  background-image: url("../img/ico/ico_ circle_logo.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 4px;
  left: 4px;
}

#shop-group-dialog {
  width: 100%;
  position: fixed;
  padding: 8px 24px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  outline: none;
}
#shop-group-dialog::backdrop {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 2, 13, 0.8);
}
#shop-group-dialog .shop-group {
  width: 100%;
  max-width: 400px;
  margin: 16px auto 0 auto;
}
#shop-group-dialog .shop-group .shop-lists-wrap {
  width: 100%;
  margin: 0 auto 0 auto;
}
#shop-group-dialog .close-button {
  width: 20px;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
#shop-group-dialog .close-button img {
  vertical-align: top;
}
#shop-group-dialog .dialog__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 2, 13, 0.8);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
#shop-group-dialog.active .dialog__bg {
  opacity: 1;
}

.btn-rectangle {
  display: block;
  width: 240px;
  font-weight: 500;
  font-size: 1em;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px 0 16px 8px;
  margin: 24px auto 16px auto;
  position: relative;
  line-height: 1;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.btn-rectangle:hover.btn-rectangle__primary {
  background-color: #FFF;
  color: #006CB6;
  border: solid 1px #006CB6;
}
.btn-rectangle:hover.btn-rectangle__primary::after {
  transform: translateX(4px);
}
.btn-rectangle:hover.btn-rectangle__second {
  background-color: #006CB6;
  color: #FFF;
  border: solid 1px #006CB6;
}
.btn-rectangle:hover.btn-rectangle__second::after {
  transform: translateX(-4px);
}
.btn-rectangle.btn-rectangle__primary {
  background-color: #006CB6;
  border: solid 1px #FFF;
  color: #FFF;
}
.btn-rectangle.btn-rectangle__primary::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_wh.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0;
}
.btn-rectangle.btn-rectangle__second {
  background-color: #FFF;
  border: solid 1px #006CB6;
  color: #006CB6;
}
.btn-rectangle.btn-rectangle__second::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_gr.svg") no-repeat center center;
  background-size: contain;
  margin: 0 0 0 0;
}

.btn-lists {
  gap: 0 16px;
}
.btn-lists .list {
  flex-basis: calc((100% - 32px) / 3);
}

.box-btn {
  width: 100%;
  display: block;
  text-align: center;
  color: #000D16;
  font-size: 1em;
  font-weight: 500;
  border-radius: 16px;
  background-color: #F4F4F4;
  box-sizing: border-box;
  padding: 40px 16px;
  margin: 0;
  position: relative;
  border: 1px solid #edeff0;
}
.box-btn.ico-box-og {
  position: relative;
}
.box-btn.ico-box-og::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_og.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.box-btn.ico-box-og::after {
  right: 16px !important;
}
.box-btn:hover {
  color: #F4A107;
}
.box-btn:hover.ico-box-og::after {
  transform: translateX(4px);
  background-image: url("../img/ico/ico_box_arrow_og-rev.svg");
}
.box-btn .num {
  position: absolute;
  top: 8px;
  left: 24px;
  font-family: "Roboto";
  font-size: 0.7em;
  color: #F4A107;
  font-weight: 400;
}

.breadcrumb {
  width: 100%;
  box-sizing: border-box;
  background-color: #F4F4F4;
  padding: 8px 0 12px;
  line-height: 1;
}
.breadcrumb .breadcrumb__list {
  display: flex;
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
  box-sizing: border-box;
}
.breadcrumb .breadcrumb__list li + li::before {
  content: ">";
  color: #000D16;
  font-weight: 200;
  margin: 0 4px 0 0;
}
.breadcrumb .breadcrumb__list .breadcrumb__item {
  margin: 0 8px 0 0;
  font-weight: 200;
}
.breadcrumb .breadcrumb__list .breadcrumb__item:first-child {
  padding: 0 0 0 12px;
  background: url("../img/ico/ico_dot.svg") no-repeat 0 75%;
  background-size: 6px 6px;
}
.breadcrumb .breadcrumb__list .breadcrumb__link {
  display: inline-block;
  font-size: 0.8em;
  color: #000D16;
}
.breadcrumb .breadcrumb__list .breadcrumb__link.active {
  font-weight: 500;
}

.position-wrap {
  position: relative;
}

.footer {
  position: relative;
  padding: 88px 0 0 0;
  /* --- アニメーションの定義 --- */
}
.footer .footer__bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(1px);
  transition: background-image 0.5s ease-in-out, filter 0.5s ease-in-out;
}
.footer .footer__over {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 2, 13, 0.48), rgba(0, 2, 13, 0.77));
}
.footer.over .tit-h2 {
  color: #FFF !important;
}
.footer.over .footer__logo a {
  background-image: url("../img/com/logo_white.svg") !important;
}
.footer.over .footer__etc {
  color: #FFF;
}
.footer.over .box {
  background-color: rgba(255, 255, 255, 0.92) !important;
}
.footer .tit-h2 {
  text-align: center;
  font-size: 3em;
  margin: 0 0 0 0;
  transition: color 0.3s ease-in-out;
}
.footer .member-title {
  position: relative;
  width: 100%; /* 親要素の幅いっぱいに広げる */
  height: 112px; /* 表示する高さ */
  margin: 64px 0 48px 0;
  overflow: hidden; /* 背景画像がはみ出ても要素の範囲内にする */
  /*
  background-image: url('../img/com/tit_member.png');
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: 0 0;
  animation: scrollBackground 100s linear infinite;
  */
}
.footer .member-title img {
  display: block;
  width: 3718px;
  max-width: 3718px;
  transform: translateX(0);
  position: absolute;
  left: 0;
  transition: transform 0.4s ease-out;
}
@keyframes scrollBackground {
  from {
    background-position: 0 0; /* アニメーション開始時 */
  }
  to {
    background-position: 100% 0; /* 右に画像1枚分移動させる */
  }
}
.footer .footer__content {
  width: 100%;
  max-width: 1194px;
  margin: 8px auto 64px auto;
  box-sizing: border-box;
}
.footer .footer__content .box-wrap {
  flex-wrap: wrap;
  gap: 0 16px;
}
.footer .footer__content .box-wrap .box {
  flex-basis: calc((100% - 48px) / 4);
  border: 1px solid #000D16;
  background-color: #FFF;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 32px 16px;
}
.footer .footer__content .box-wrap .box .tit-h3 {
  margin: 0 0 16px 0;
}
.footer .footer__content .box-wrap .box .link_list {
  margin: 8px 0 0 0;
}
.footer .footer__content .box-wrap .box .link_list a {
  display: block;
  width: 100%;
  font-size: 0.9em;
  background-color: #F4F4F4;
  border-radius: 80px;
  box-sizing: border-box;
  padding: 8px 24px;
  color: #000D16;
  position: relative;
}
.footer .footer__content .box-wrap .box .link_list a::after {
  display: block;
  content: "";
  width: 18px;
  height: 13px;
  background: url("../img/ico/ico_arrow02.svg") no-repeat 0 0;
  position: absolute;
  right: 16px;
  top: 15px;
  z-index: 903;
}
.footer .footer__content .box-wrap .box .link_list a:hover {
  color: #006CB6;
  background-color: #e8f6ff;
}
.footer .footer__content .box-wrap .box .link_list a:hover::after {
  transform: translateX(4px);
}
.footer .footer__etc {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
  padding: 48px 0 16px;
  position: relative;
  transition: color 0.3s ease-in-out;
}
.footer .footer__etc .footer__logo {
  position: relative;
  top: -12px;
}
.footer .footer__etc .footer__logo a {
  display: block;
  width: 180px;
  height: 50px;
  background: url("../img/com/logo.svg") no-repeat 0 0;
  background-size: contain;
  transition: background-image 0.5s ease-in-out;
}
.footer .footer__etc .footer__social {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin: 0 0 0 32px;
}
.footer .footer__etc .footer__social a {
  display: block;
  width: 136px;
  text-align: center;
}
.footer .footer__copyright {
  margin-left: auto;
  font-size: 0.8em;
  font-family: "Roboto";
  font-weight: 200;
  color: #c0c0c0;
}

.anime-blink {
  animation: blinkEffect 2s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* slider */
.slide-arrow {
  cursor: pointer;
  position: absolute;
  top: 36%;
  transition: 0.3s ease-in-out;
}
.slide-arrow.prev-arrow {
  left: -40px;
  z-index: 811;
}
.slide-arrow.prev-arrow:hover {
  transform: translateX(-4px);
}
.slide-arrow.next-arrow {
  right: -40px;
  z-index: 812;
}
.slide-arrow.next-arrow:hover {
  transform: translateX(4px);
}

/* dotsを丸くカスタマイズするCSS */
.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0 5px;
  background: #F4F4F4;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  background: #000D16;
}

.slick-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

@media screen and (min-width: 1024px) and (max-width: 1193px) {
  .contents-min-wrap {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    height: 100dvh;
    overflow: auto;
  }
  .header {
    position: relative !important;
    padding: 16px 16px;
  }
  .header .logo {
    top: 0;
  }
  .header .logo img {
    width: 150px;
  }
  .header .logo .site-title {
    padding: 0 8px;
    font-size: 0.9em;
  }
  .header .nav {
    display: none;
  }
  .contents {
    padding: 0;
  }
  .contents .article-lists .list .list__link {
    position: relative;
    display: block;
    padding: 8px 16px;
  }
  .contents .article-lists .list .list__link .list__day {
    font-size: 0.8em;
    margin-right: 8px;
  }
  .contents .article-lists .list .list__link .label {
    padding: 4px 16px;
  }
  .contents .article-lists .list .list__link .list__txt {
    display: inline-block;
    margin-left: 0;
    line-height: 1.5;
    font-size: 0.9em;
    font-weight: 600;
    padding: 8px 0;
  }
  .contents .article-lists .list .list__link .ico-pdf {
    display: inline-block;
  }
  .contents .article-lists .list .list__link .list__lock {
    position: absolute;
    top: 14px;
    right: 16px;
  }
  .contents-min-wrap {
    padding-right: 0;
    padding-left: 0;
  }
  .contents-min-wrap-sp {
    padding-right: 8px;
    padding-left: 8px;
  }
  .slide-arrow.prev-arrow {
    left: -4px;
  }
  .slide-arrow.next-arrow {
    right: -4px;
  }
  .breadcrumb {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb .breadcrumb__list {
    justify-content: flex-start;
  }
  .breadcrumb .breadcrumb__list .breadcrumb__item {
    flex-shrink: 0;
  }
  .footer {
    padding-top: 0;
  }
  .footer .position-wrap .tit-h2, .footer .position-wrap .footer__content {
    display: none;
  }
  .footer .position-wrap .member-title {
    margin: 32px 0;
    height: 50px;
  }
  .footer .position-wrap .member-title img {
    width: 1400px;
    max-width: 1400px;
    height: auto;
  }
  .footer .footer__etc {
    display: block;
    padding: 0 8px 72px 8px;
  }
  .footer .footer__etc .footer__logo {
    position: relative;
    top: 0px;
  }
  .footer .footer__etc .footer__logo a {
    width: 140px;
    height: 40px;
  }
  .footer .footer__etc .footer__social {
    display: flex;
    margin: 16px 0 16px 0;
  }
  .footer .footer__etc .footer__social span {
    font-size: 0.8em;
  }
  .footer .footer__etc .footer__social a {
    width: 128px;
  }
  .footer .footer__etc .footer__copyright {
    width: 100%;
    font-size: 0.7em;
  }
  .btn-lists {
    flex-wrap: wrap;
  }
  .btn-lists .list {
    padding: 8px 8px;
    flex-basis: 100%;
  }
  .btn-lists .list .box-btn {
    border-radius: 8px;
  }
  .btn-shop-list-wrap {
    bottom: 16px;
    left: 0;
  }
  .ac-content__main {
    padding: 0 16px;
  }
  .card-wrap .card-lists {
    flex-wrap: wrap;
    margin: 16px 0 8px;
  }
  .card-wrap .card-lists .list {
    width: 100%;
    flex: 1;
    flex-basis: 100%;
  }
  .card-wrap .card-lists .list .card__title {
    padding: 0 8px;
    font-size: 0.9em;
  }
  .card-wrap .card-lists .list .card__title p {
    font-weight: 600;
  }
  .card-wrap .card-lists .list .card__day {
    text-align: right !important;
  }
  .breadcrumb {
    padding: 4px 8px 8px 8px;
  }
  .border-link {
    padding: 12px 24px;
  }
  .u-block-center-sp {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .tit-h1 {
    font-size: 1.8em;
  }
  .tit-h2 {
    font-size: 1.3em;
  }
  .tit-h2-white {
    font-size: 1.3em;
  }
  .tit-h3 {
    font-size: 1.1em;
  }
  .tit-h4 {
    font-size: 1.1em;
  }
}
/* fade-styles.css */
.hamburger-fade {
  position: fixed;
  bottom: 14px;
  right: 24px;
  z-index: 1000;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #000D16;
  background-color: #FFF;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
}

.hamburger-fade__wrapper {
  position: relative;
  width: 18px;
  height: 20px;
  margin: auto;
  top: 6px;
}

.hamburger-fade__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000D16;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-fade__line:nth-child(1) {
  top: 0;
}

.hamburger-fade__line:nth-child(2) {
  top: 9px;
}

.hamburger-fade__line:nth-child(3) {
  top: 9px;
}

.hamburger-fade.active .hamburger-fade__line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  top: -5px;
}

.hamburger-fade.active .hamburger-fade__line:nth-child(2) {
  opacity: 0;
  transform: translateX(20px);
}

.hamburger-fade.active .hamburger-fade__line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  top: 13px;
}

.hamburger-fade.active.hamburger-fade {
  border-radius: 50%;
}

.nav-fade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  visibility: hidden;
  z-index: 999;
}
.nav-fade .nav_title {
  color: #FFF;
  font-size: 1.1em;
  margin: 0 0 16px 0;
}

.nav-fade__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 2, 13, 0.8);
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-fade.active {
  visibility: visible;
}

.nav-fade.active .nav-fade__bg {
  opacity: 1;
}

.nav-fade__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5vh 10vw;
}

.nav-fade__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-fade__item {
  display: block;
  position: relative;
  margin: 16px 0;
  padding: 0;
  opacity: 0;
  transform: translateY(20px);
}

.nav-fade.active .nav-fade__item {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(0);
}

.nav-fade.active .nav-fade__item:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-fade.active .nav-fade__item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-fade.active .nav-fade__item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-fade.active .nav-fade__item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-fade.active .nav-fade__item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-fade.active .nav-fade__item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-fade__link {
  display: block;
  height: 32px;
  padding: 8px 0;
  color: #FFF;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 1;
}
.nav-fade__link::after {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_wh.svg") no-repeat 0 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 903;
}

.nav-fade.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1330px) {
  .header {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1329px) {
  .header {
    font-size: 0.8em;
  }
  .first-view {
    width: 96% !important;
  }
}
/* #Align
  -------------------------------------------------------------------------- */
/*doc
---
title: align
name: align
categories: [utility]
---

画像などを左右や中央に配置します。

*/
.u-text-align-left {
  text-align: left !important;
}

.u-text-align-center {
  text-align: center !important;
}

.u-text-align-right {
  text-align: right !important;
}

.u-align-left {
  display: block;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-align-center {
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
}

.u-align-right {
  display: block;
  margin-left: auto !important;
  margin-right: 0 !important;
}

.u-block-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-cmn {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.grid-cmn.nowrap {
  flex-wrap: nowrap;
}

.grid-cmn.ai-top {
  align-items: flex-start;
}

.grid-cmn.ai-center {
  align-items: center;
}

.grid-cmn.ai-bottom {
  align-items: flex-end;
}

.grid-cmn.jc-center {
  justify-content: center;
}

.grid-cmn .col {
  box-sizing: border-box;
  position: relative;
}

.grid-cmn .col.col-l-2 {
  width: 16.6666%;
}

.grid-cmn .col.col-l-20p {
  width: 20%;
}

.grid-cmn .col.col-l-3 {
  width: 25%;
}

.grid-cmn .col.col-l-4 {
  width: 33.33333%;
}

.grid-cmn .col.col-l-5 {
  width: 41.66666%;
}

.grid-cmn .col.col-l-6 {
  width: 50%;
}

.grid-cmn .col.col-l-7 {
  width: 58.33333%;
}

.grid-cmn .col.col-l-8 {
  width: 66.66666%;
}

.grid-cmn .col.col-l-9 {
  width: 75%;
}

.grid-cmn .col.col-l-10 {
  width: 83.33333%;
}

.grid-cmn .col.col-l-12 {
  width: 100%;
}

.grid-cmn .order-l-1 {
  order: 1;
}

.grid-cmn .order-l-2 {
  order: 2;
}

.grid-cmn .order-l-3 {
  order: 3;
}

.grid-cmn .order-l-4 {
  order: 4;
}

.grid-cmn .order-l-5 {
  order: 5;
}

.grid-cmn .order-l-6 {
  order: 6;
}

/*
@media screen and (max-width: 1024px) {
    .grid-cmn .col.col-m-2 {
        width: 16.6666%;
    }
    .grid-cmn .col.col-m-20p {
        width: 20%;
    }
    .grid-cmn .col.col-m-3 {
        width: 25%;
    }
    .grid-cmn .col.col-m-4 {
        width: 33.33333%;
    }
    .grid-cmn .col.col-m-5 {
        width: 41.66666%;
    }
    .grid-cmn .col.col-m-6 {
        width: 50%;
    }
    .grid-cmn .col.col-m-7 {
        width: 58.33333%;
    }
    .grid-cmn .col.col-m-8 {
        width: 66.66666%;
    }
    .grid-cmn .col.col-m-9 {
        width: 75%;
    }
    .grid-cmn .col.col-m-10 {
        width: 83.33333%;
    }
    .grid-cmn .col.col-m-12 {
        width: 100%;
    }
    .grid-cmn .order-m-1 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        order: 1;
    }
    .grid-cmn .order-m-2 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        order: 2;
    }
    .grid-cmn .order-m-3 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 3;
        order: 3;
    }
    .grid-cmn .order-m-4 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 4;
        order: 4;
    }
    .grid-cmn .order-m-5 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 5;
        order: 5;
    }
    .grid-cmn .order-m-6 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 6;
        order: 6;
    }
}
*/
@media only screen and (max-width: 1024px) {
  .grid-cmn .col.col-s-12 {
    width: 100%;
  }
  .grid-cmn .col.col-s-10 {
    width: 83.33333%;
  }
  .grid-cmn .col.col-s-9 {
    width: 75%;
  }
  .grid-cmn .col.col-s-8 {
    width: 66.66666%;
  }
  .grid-cmn .col.col-s-7 {
    width: 58.33333%;
  }
  .grid-cmn .col.col-s-6 {
    width: 50%;
  }
  .grid-cmn .col.col-s-5 {
    width: 41.66666%;
  }
  .grid-cmn .col.col-s-4 {
    width: 33.33333%;
  }
  .grid-cmn .col.col-s-3 {
    width: 25%;
  }
  .grid-cmn .col.col-s-20p {
    width: 20%;
  }
  .grid-cmn .col.col-s-2 {
    width: 16.6666%;
  }
  .grid-cmn .order-s-1 {
    order: 1;
  }
  .grid-cmn .order-s-2 {
    order: 2;
  }
  .grid-cmn .order-s-3 {
    order: 3;
  }
  .grid-cmn .order-s-4 {
    order: 4;
  }
  .grid-cmn .order-s-5 {
    order: 5;
  }
  .grid-cmn .order-s-6 {
    order: 6;
  }
}
.bg-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100lvh;
  min-height: 800px;
  max-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; /* 背景画像を中央に配置 */
  filter: blur(16px);
  /*filter: blur(16px) brightness(1.1);*/
  /* filter: blur(5px); */ /* ぼかしのみ */
  /* filter: sepia(0.8); */ /* セピア調 */
  /* filter: saturate(2); */ /* 彩度を上げる */
  /* filter: hue-rotate(90deg); */ /* 色相を回転 */
  z-index: -2; /* コンテンツの下に配置 */
}
.bg-pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7); /* 白（255,255,255）を50%透過（0.5） */
  z-index: -1; /* 背景画像より上、コンテンツより下に配置 */
}

.contents .first-view-bg {
  width: 100%;
}
.contents .first-view {
  width: 100%;
  max-width: 1194px;
  margin: 24px auto 0 auto;
  padding: 0 0 32px 0;
}
.contents .first-view .first-view__pr .copy {
  position: relative;
  left: -6px;
}
.contents .first-view .first-view__pr .body-copy {
  margin: 16px 0 32px;
  padding-left: 2px;
}
.contents .first-view .first-view__pr .btn01 {
  margin-left: 70px;
}
.contents .first-view .pop-up {
  position: relative;
  height: 122px;
  margin: 72px 0 0 0;
}
.contents .first-view .pop-up .pop-up__note {
  width: 472px;
  position: absolute;
  text-align: right;
  font-size: 0.7em;
  font-weight: 400;
  top: -26px;
}
.contents .first-view .pop-up .pop-up__group {
  width: 464px;
  border: 1px solid #000D16;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #F4F4F4;
  transition: background-color 0.3s ease-in-out;
  padding: 8px;
  text-decoration: none;
  color: #252525;
  position: absolute;
  top: 0;
  box-shadow: 0px 0px 10px -8px rgba(0, 26, 71, 0.35);
}
.contents .first-view .pop-up .pop-up__group:hover {
  background-color: #fcfcfc;
}
.contents .first-view .pop-up .pop-up__group:hover .pop-up__txt {
  color: #006CB6;
}
.contents .first-view .pop-up .pop-up__group .pop-up__img {
  width: 104px;
  height: 104px;
  display: flex;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
.contents .first-view .pop-up .pop-up__group .pop-up__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.contents .first-view .pop-up .pop-up__group .pop-up__txt-wrap {
  width: calc(100% - 104px) !important;
  box-sizing: border-box;
}
.contents .first-view .pop-up .pop-up__group .pop-up__txt {
  margin: 0 0 8px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.contents .first-view .first-view__new {
  position: relative;
}
.contents .first-view .first-view__new .slide__note {
  position: relative;
  left: -4px;
  font-size: 0.8em;
  font-weight: 400;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
.contents .first-view .first-view__new .slide {
  margin: 8px auto 48px auto;
  width: 100%;
}
.contents .first-view .first-view__new .slick-list {
  border-radius: 8px;
}
.contents .news {
  box-sizing: border-box;
  padding: 48px 0;
  background-color: #097dcb;
}
.contents .news .news__wrap {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto;
}
.contents .news .news__wrap .news__title {
  display: block;
  align-items: center;
  margin-top: -4px;
}
.contents .news .news__wrap .news__title .tit-h2-white {
  margin: 4px 16px 0 0;
  box-sizing: border-box;
  display: block;
}

.pickup {
  width: 82px;
  height: 82px;
  position: absolute;
  z-index: 600;
  top: -40px;
  left: -40px;
}
.pickup .pickup__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url("../img/ico/bg_pickup.svg");
  background-position: center;
  background-repeat: no-repeat;
  animation: rotateBackground 20s linear infinite;
}
.pickup .pickup__txt {
  position: absolute;
  top: 6px;
  left: 12px;
}

@keyframes rotateBackground {
  from {
    background-position: center center; /* 回転の中心を中央に */
    transform: rotate(0deg); /* 0度から開始 */
  }
  to {
    background-position: center center; /* 回転の中心を中央に */
    transform: rotate(360deg); /* 360度回転 */
  }
}
.support-bg {
  width: 100%;
  border-bottom: 1px dotted #aaa;
  padding: 0 0 24px 0;
}

.support {
  width: 100%;
  max-width: 1194px;
  margin: 80px auto 16px auto;
  box-sizing: border-box;
}
.support .tit-h2 {
  text-align: center;
}
.support .member-only {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 16px;
  margin: 16px auto 8px auto;
  position: relative;
}
.support .member-only .member-only__imt {
  display: inline-block;
}
.support .member-only .member-only__txt {
  display: inline-block;
  margin-top: 62px;
}
.support .member-only .label {
  margin-top: 55px;
}

.contents-nav-block {
  display: flex;
  box-sizing: border-box;
  background-color: #097DCB;
  align-items: center;
  justify-items: center;
  padding: 32px 4px;
  border-radius: 16px;
}
.contents-nav-block .contents-nav__link {
  display: block;
  box-sizing: border-box;
  color: #FFF;
  text-align: center;
  padding: 48px 0;
  /*border-top: def.$base-space-min solid #097DCB;*/
}
.contents-nav-block .contents-nav__link .title {
  font-size: 1.3em;
  line-height: 1;
  margin: 16px 0 8px 0;
}
.contents-nav-block .contents-nav__link .txt {
  font-size: 0.9em;
}
.contents-nav-block .contents-nav__link:hover .btn::after {
  transform: translateX(4px);
  background-image: url("../img/ico/ico_box_arrow_bu.svg");
}
.contents-nav-block .contents-nav01,
.contents-nav-block .contents-nav02 {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #FFF;
}
.contents-nav-block .contents-nav01 {
  /*border-right: 1px dotted def.$color-white;*/
}
.contents-nav-block .contents-nav01 .contents-nav__link {
  border-radius: 8px;
  background-color: #006CB6;
  border: 4px solid #006CB6;
  margin: 0 16px 0 32px;
}
.contents-nav-block .contents-nav01 .contents-nav__link:hover {
  border: 4px solid #FFF;
  /*border-top: def.$base-space-min solid def.$main-color-thin;*/
}
.contents-nav-block .contents-nav02 .contents-nav__link {
  border-radius: 8px;
  background-color: #DA8DA7;
  border: 4px solid #DA8DA7;
  margin: 0 32px 0 16px;
}
.contents-nav-block .contents-nav02 .contents-nav__link:hover {
  border: 4px solid #FFF;
  /*border-top: def.$base-space-min solid #DA8DA7;*/
}

.activity {
  width: 100%;
  margin: 96px 0 80px 0;
}
.activity .card__img-th {
  height: 204px !important;
}
.activity .activity__heder {
  display: flex;
  width: 100%;
  height: 377px;
  background: url("../img/top/bg_activity.svg") no-repeat 100% 70%;
  background-size: cover;
  padding: 0 0 0 0;
  margin: 0 0 80px 0;
}
.activity .activity__heder .active-imgs {
  display: flex;
  gap: 0 40px;
  justify-content: flex-start;
  align-items: center;
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
}
.activity .activity__heder .active-imgs .active-imgs_img {
  width: 233px;
  height: 100%;
  position: relative;
}
.activity .activity__heder .active-imgs .active-imgs_img img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; /* 初期状態ではすべて非表示 */
  transition: opacity 1s ease-in-out; /* フェードアニメーション */
}
.activity .activity__heder .active-imgs .active-imgs_img img.active {
  opacity: 1;
}
.activity .activity__heder .activity-txt__wrap {
  margin: 0;
  padding: 24px 0 80px 0;
  box-sizing: border-box;
  position: relative;
}
.activity .activity__heder .activity-txt__wrap .activity__disc {
  width: 317px;
  margin: 0 0 0 48px;
  box-sizing: border-box;
}
.activity .activity__heder .activity-txt__wrap .activity__disc .activity__disc-txt {
  margin: 8px 0 0 0;
  font-weight: 200;
}
.activity .ac-content__wrap {
  width: 100%;
  max-width: 1194px;
  margin: 0 auto 0 auto;
}
.activity .shop-group .shop-lists-wrap {
  width: 70%;
  position: sticky;
  top: 144px;
  /*border: 1px solid def.$sub-color;*/
  background-color: #F4F4F4;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 16px 0;
}
.activity .shop-group .shop-lists-wrap .tit-h4 {
  padding: 8px 16px 8px 16px;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent {
  border-top: 1px dotted #ccc;
  margin: 0 0 0 0;
  padding: 0 0 8px 0;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .parent-name {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 8px 16px 0 24px;
  font-weight: 500;
  font-size: 1em;
  position: relative;
  cursor: pointer;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .parent-name.active {
  color: #006CB6;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .parent-name.active::after {
  content: "−";
  font-size: 0.9em;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .parent-name::after {
  display: inline-block;
  content: "+";
  position: absolute;
  top: 8px;
  right: 8px;
  color: #7a7a7a;
  font-weight: 200;
  font-size: 0.9em;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .shop-lists {
  display: none;
  padding: 0 16px 0 32px;
  margin: 0;
  box-sizing: border-box;
  font-size: 0.9em;
  line-height: 1;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .shop-lists.open {
  display: block;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .shop-lists .list {
  margin: 16px 0;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .shop-lists .list a {
  display: inline-block;
  color: #000D16;
  padding: 0 8px 0 0;
}
.activity .shop-group .shop-lists-wrap .shop-lists-nav .shop-lists-nav_parent .shop-lists .list a:hover {
  color: #006CB6;
}
.activity .search-wrap__top {
  width: 100%;
  padding: 24px 0 0 0;
}
.activity .search-wrap__top .search-wrap_form {
  width: 100%;
}
.activity .search-wrap__top .search-wrap_form .form__input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.activity .search-wrap__top .search-wrap_form .form__input .query {
  display: block;
  margin: 0 8px 0 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #000D16;
  font-size: 1em;
}
.activity .search-wrap__top .search-wrap_form .form__input .query::-moz-placeholder {
  font-size: 0.7em !important;
}
.activity .search-wrap__top .search-wrap_form .form__input .query::placeholder {
  font-size: 0.7em !important;
}
.activity .search-wrap__top .search-wrap_form .btn-search {
  display: block;
  background-color: #006CB6;
  box-sizing: border-box;
  padding: 8px 16px;
  color: #FFF;
  border-radius: 4px;
  border: 1px solid #006CB6;
}
.activity .shop-form {
  display: flex;
  margin: 0 0 16px 0;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
}
.activity .shop-form .shop-form__select select {
  display: block;
  border: 1px solid #000D16;
  margin: 0 8px 0 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 1em;
  text-align: center;
}

.tag-group {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.tag-group .tag-lists {
  display: flex;
  gap: 0 24px;
  color: #7a7a7a;
  font-size: 0.9em;
  font-weight: 200;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1329px) {
  .activity .active-imgs {
    width: 90%;
    max-width: 600px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  .bg-pic {
    max-height: 100lvh;
    display: none;
  }
  .contents .first-view {
    margin-top: 8px;
    padding: 0 8px;
  }
  .contents .first-view .first-view__new .slide {
    width: 100%;
    margin-top: 16px;
    padding: 0 8px;
  }
  .contents .first-view .first-view__new .slide .card__title p {
    font-size: 0.9em;
    font-weight: 600;
  }
  .contents .first-view .first-view__pr .copy {
    width: 100%;
    padding: 0 16px 0 8px;
    left: -2px;
  }
  .contents .first-view .first-view__pr .body-copy {
    width: 100%;
    padding: 0 16px 0 12px;
    font-size: 0.8em;
    margin-left: 0;
  }
  .contents .first-view .first-view__pr .btn01 {
    text-align: center;
    margin-left: 0;
  }
  .contents .first-view .pop-up {
    position: relative;
    height: auto;
  }
  .contents .first-view .pop-up .pop-up__note {
    width: 100%;
  }
  .contents .first-view .pop-up .pickup {
    left: -13px;
    top: -50px;
  }
  .contents .first-view .pop-up .pop-up__group {
    position: static;
    width: 100%;
  }
  .contents .first-view .pop-up .pop-up__group .pop-up__txt {
    font-size: 0.9em;
    font-weight: 600;
  }
  .contents .first-view .first-view__new .slide__note {
    left: 0;
    margin: 24px auto 0 auto;
    padding: 0 0 0 4px;
  }
  .contents .news {
    margin-top: 16px;
    padding: 40px 0 16px 0;
  }
  .contents .news .news__wrap {
    padding: 0 16px;
    position: relative;
  }
  .contents .news .news__wrap .news__title {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .contents .news .news__wrap .news__title .label {
    order: 2;
  }
  .contents .news .news__wrap .news__title .tit-h2-white {
    order: 1;
    margin: -4px 16px 0 0;
    display: inline-block;
  }
  .contents .news .news__wrap .news__txt {
    margin-top: 16px;
  }
  .contents .support {
    margin: 48px auto 16px auto;
  }
  .contents .support .member-only {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .contents .support .member-only .member-only__img {
    width: 100%;
    padding-left: calc(50% - 108px);
  }
  .contents .support .member-only .tit-h2 {
    line-height: 1;
  }
  .contents .support .member-only .tit-h2 .member-only__txt {
    margin-top: 0;
  }
  .contents .support .member-only .label {
    margin-top: -12px;
  }
  .contents .activity {
    margin: 48px 0 40px;
  }
  .contents .activity .ac-content {
    background-color: #FFF;
    margin-top: 16px;
    padding-top: 32px;
  }
  .contents .activity .activity__heder {
    width: 100%;
    display: block;
    /*margin-bottom: def.$base-space-13;*/
    position: relative;
    height: auto;
    background-image: none;
    background-size: cover;
    background-position: 95% 38px;
  }
  .contents .activity .activity__heder .activity-txt__wrap {
    position: relative;
    top: 160px;
  }
  .contents .activity .activity__heder .activity-txt__wrap .activity__disc {
    width: 78%;
    margin: 0 0 0 auto;
    padding: 32px 24px;
    background: url("../img/top/bg_activity.svg") no-repeat 94% 14px;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    border-radius: 6px;
  }
  .contents .activity .activity__heder .activity-txt__wrap .activity__disc .tit-h2 {
    font-size: 1.1em;
  }
  .contents .activity .activity__heder .activity-txt__wrap .activity__disc .activity__disc-txt {
    font-size: 0.8em;
    font-weight: 200;
  }
  .contents .activity .activity__heder .active-imgs {
    padding: 0 0 0 8px;
    position: static;
    gap: 0 2px;
  }
  .contents .activity .activity__heder .active-imgs .active-imgs_img {
    width: 48.8%;
  }
  .contents .activity .card__img-th {
    height: 260px !important;
  }
  .contents-nav-block {
    flex-wrap: wrap;
  }
  .contents-nav-block .contents-nav__link {
    margin: 0 32px !important;
  }
  .contents-nav-block .contents-nav__link .title {
    font-size: 1.3em;
  }
  .contents-nav-block .contents-nav01,
  .contents-nav-block .contents-nav02 {
    width: 100%;
  }
  .contents-nav-block .contents-nav01 {
    border: none;
    /*border-bottom: 1px dotted def.$color-white;*/
  }
  .contents-nav-block .contents-nav02 {
    margin-top: 32px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .ac-content__main .ac-content__wrap .card-wrap .card-lists .list {
    flex-basis: 0;
  }
  .under-contents .shop .shop__img-th {
    max-width: 100% !important;
  }
  .under-contents .shop .shop__img-th img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 550px) {
  .activity .active-imgs {
    width: 100%;
    max-width: 440px;
  }
  .activity .active-imgs .active-imgs_img:last-child {
    display: none;
  }
}
.slick-initialized .slick-slide {
  margin: 0 4px;
}

.under-contents {
  padding: 0 0 104px 0;
  margin: 0 8px 0 8px;
  position: relative;
  /* グラデーションで下部を隠す */
  /* "もっとみる"ボタンのスタイル */
  /* ボタンがクリックされた後のスタイル */
  /* 展開後のグラデーションを非表示に */
  /* 展開後のボタンを非表示に */
}
.under-contents .under-top-wrap {
  border-bottom: 1px solid #F4F4F4;
  padding: 48px 0 32px 0;
  margin: 0 0 72px 0;
  box-sizing: border-box;
}
.under-contents .under-top-wrap .caption {
  font-size: 0.9em;
}
.under-contents .contents-in {
  position: relative;
}
.under-contents .contents-in-min {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.under-contents .detail .detail__img-th {
  width: 100%;
  margin: 0 auto 16px auto;
  position: relative;
}
.under-contents .detail .detail__img-th img {
  border-radius: 8px;
}
.under-contents .detail .detail__img-th .card__lock {
  position: absolute;
  top: 8px;
  right: 16px;
}
.under-contents .detail .detail__img-th .category {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.under-contents .detail .detail__img-th .category .label {
  font-weight: 400;
}
.under-contents .detail .detail__title .tit-h2 {
  font-size: 2em;
}
.under-contents .detail .detail-heder {
  position: sticky;
  top: 136px;
  padding: 0 0 0 0;
  z-index: 500;
}
.under-contents .detail .detail-heder .shop-ico {
  width: 200px;
  height: 56px;
  border-radius: 60px;
  background-color: #e8f6ff;
}
.under-contents .detail .detail-heder .shop-ico .shop-ico__img {
  margin: 0 4px 0 0;
  width: 50px;
  height: 50px;
}
.under-contents .detail .detail-heder .shop-ico .shop-ico__name {
  color: #006CB6;
  font-size: 1em;
}
.under-contents .detail .detail-heder .shop-ico .shop-ico__name a {
  font-size: 0.9em;
  font-weight: 600;
}
.under-contents .detail .detail-heder .shop-ico .shop-ico__name .day {
  display: block;
  font-family: "Roboto";
  font-size: 0.8em;
  color: #7a7a7a;
  font-weight: 400;
}
.under-contents .detail .detail__txt {
  padding: 32px 24px 48px 24px;
}
.under-contents .detail .detail__txt p {
  margin: 0 0 16px 0;
  line-height: 1.9;
}
.under-contents .detail .detail__img {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 8px auto 16px auto;
}
.under-contents .detail .detail__img img {
  border-radius: 8px;
}
.under-contents .detail__opt {
  display: flex;
  align-items: center;
  margin: 0 0 32px 0;
  padding: 16px 0 0 0;
}
.under-contents .detail__opt .heart {
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.under-contents .detail__opt .heart .icon-text {
  display: inline-block;
  padding: 0 0 0 8px;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  position: relative;
  top: -2px;
}
.under-contents .detail__opt .heart .icon-text .num {
  display: inline-block;
  font-size: 1em;
  margin: 0 2px 0 0;
}
.under-contents .detail__opt .heart .heart-img {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../img/ico/ico_favorite_df.svg") no-repeat;
  background-size: 100% auto;
}
.under-contents .detail__opt .heart.active .icon-text {
  color: #F35186;
}
.under-contents .detail__opt .heart.active .heart-img {
  background-image: url("../img/ico/ico_favorite_active.svg");
}
.under-contents .detail__opt .category {
  margin-left: auto;
}
.under-contents .detail__opt .label {
  font-weight: 400;
}
.under-contents .etc-block {
  margin: 40px auto 64px auto;
}
.under-contents .detail__new-list {
  margin: 48px auto 0 auto;
}
.under-contents .detail__new-list .tit-h4 {
  margin: 0 auto 16px auto;
}
.under-contents .total-num {
  text-align: center;
  font-family: "Roboto";
  font-size: 0.8em;
}
.under-contents .total-num .total-num__num {
  font-size: 1.3em;
}
.under-contents .list-style-01 .list {
  display: flex;
  width: 100%;
  background-color: #F4F4F4;
  padding: 0 16px;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  border-radius: 8px;
}
.under-contents .list-style-01 .list a {
  display: block;
  width: 100%;
  color: #000D16;
  padding: 16px 56px 16px 8px;
  font-weight: 500;
  font-size: 1em;
  position: relative;
}
.under-contents .list-style-01 .list a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_wh.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .list-style-01 .list a:hover {
  color: #006CB6;
}
.under-contents .list-style-01 .list a:hover::after {
  transform: translateX(4px);
  background-image: url("../img/ico/ico_box_arrow_bu.svg");
}
.under-contents .list-style-01 .list a .ico-pdf {
  display: inline-block;
  position: relative;
  margin: 0 0 0 4px;
  top: -3px;
}
.under-contents .list-style-01 .list.download a {
  position: relative;
}
.under-contents .list-style-01 .list.download a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_dw_bu.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .list-style-01 .list.download a:hover::after {
  transform: translateY(4px);
}
.under-contents .list-style-02 .list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #aaa;
}
.under-contents .list-style-02 .list:first-child {
  border-top: 1px dotted #aaa;
}
.under-contents .list-style-02 .list .img-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}
.under-contents .list-style-02 .list .img-link .img-link__txt {
  width: 80%;
  box-sizing: border-box;
  padding: 0 32px 0 0;
  font-size: 0.9em;
}
.under-contents .list-style-02 .list .img-link .img-link__img {
  display: inline-block;
  width: 20%;
  position: relative;
}
.under-contents .list-style-02 .list .img-link .img-link__img img {
  border-radius: 4px;
}
.under-contents .list-style-02 .list .img-link .img-link__img .card__lock {
  position: absolute;
  top: 4px;
  right: 8px;
}
.under-contents .list-style-02 .list a {
  font-weight: 500;
  color: #000D16;
}
.under-contents .list-style-02 .list a:hover {
  color: #006CB6;
}
.under-contents .list-style-03 .list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 0 0 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #7a7a7a;
}
.under-contents .list-style-03 .list:first-child {
  border-top: 1px dotted #7a7a7a;
}
.under-contents .list-style-03 .list .link {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 500;
  color: #000D16;
  padding: 24px 0;
  box-sizing: border-box;
  line-height: 1;
}
.under-contents .list-style-03 .list .link:hover {
  color: #F4A107;
}
.under-contents .list-style-03 .list .link .category {
  display: block;
  width: 16%;
  font-size: 0.9em;
}
.under-contents .list-style-03 .list .link .category .category__name {
  display: block;
  width: 110px;
  background-color: #FFFCF7;
  color: #F4A107;
  padding: 8px 0;
  border-radius: 4px;
  border: 1px solid #F4A107;
  text-align: center;
  font-size: 0.8em;
}
.under-contents .list-style-03 .list .link .txt {
  display: block;
  width: 74%;
}
.under-contents .list-style-03 .list .link .txt .label {
  margin-right: 8px;
}
.under-contents .list-style-03 .list .link .day {
  display: block;
  width: 10%;
  color: #7a7a7a;
  font-size: 0.8em;
  font-family: "Roboto";
  font-weight: 400;
}
.under-contents .list-style-04 .list {
  display: flex;
  width: 100%;
  background-color: #FFF;
  padding: 0 16px;
  margin: 0 0 8px 0;
  box-sizing: border-box;
  border-radius: 8px;
}
.under-contents .list-style-04 .list a {
  display: block;
  width: 100%;
  color: #000D16;
  padding: 16px 0 16px 8px;
  font-weight: 500;
  font-size: 0.9em;
  position: relative;
}
.under-contents .list-style-04 .list a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_bu.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .list-style-04 .list a:hover {
  color: #006CB6;
}
.under-contents .list-style-04 .list a:hover::after {
  transform: translateX(4px);
  background-image: url("../img/ico/ico_box_arrow_bu-rev.svg");
}
.under-contents .list-style-04 .list a .ico-pdf {
  display: inline-block;
  position: relative;
  margin: 0 0 0 4px;
  top: -3px;
}
.under-contents .list-style-05 .list {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 0 0 0;
  box-sizing: border-box;
  border-bottom: 1px dotted #7a7a7a;
}
.under-contents .list-style-05 .list:first-child {
  border-top: 1px dotted #7a7a7a;
}
.under-contents .list-style-05 .list .link {
  display: flex;
  width: 100%;
  align-items: center;
  font-weight: 500;
  color: #000D16;
  padding: 24px 0;
  box-sizing: border-box;
  line-height: 1;
}
.under-contents .list-style-05 .list .link:hover {
  color: #006CB6;
}
.under-contents .list-style-05 .list .link .txt {
  display: block;
  margin: 0 0 0 8px;
}
.under-contents .list-style-05 .list .link .day {
  display: inline-block;
  color: #7a7a7a;
  font-size: 0.8em;
  font-family: "Roboto";
  font-weight: 400;
}
.under-contents .btn-search-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 64px auto 0 auto;
  gap: 16px;
}
.under-contents .btn-search-group .btn-search {
  display: block;
  width: 130px;
  text-align: center;
  border: 1px solid #000D16;
  padding: 16px 16px;
  line-height: 1;
  font-size: 0.9em;
  box-sizing: border-box;
  border-radius: 40px;
  color: #000D16;
}
.under-contents .btn-search-group .btn-search.active {
  font-weight: 500;
  color: #006CB6;
  border: 1px solid #006CB6;
  background-color: #e8f6ff;
}
.under-contents .btn-search-group .btn-search:hover {
  color: #006CB6;
  border: 1px solid #006CB6;
  background-color: #e8f6ff;
}
.under-contents .key-color .list-style-01 .list a {
  position: relative;
}
.under-contents .key-color .list-style-01 .list a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_og.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .key-color .list-style-01 .list a:hover {
  color: #F4A107;
}
.under-contents .key-color .list-style-01 .list a:hover::after {
  background-image: url("../img/ico/ico_box_arrow_og-rev.svg");
}
.under-contents .key-color .list-style-01 .list.download a {
  position: relative;
}
.under-contents .key-color .list-style-01 .list.download a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_dw_og.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .key-color .list-style-01 .list.download a:hover::after {
  transform: translateY(4px);
}
.under-contents .key-color .list-style-04 .list a {
  position: relative;
  padding-right: 40px;
}
.under-contents .key-color .list-style-04 .list a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_og.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .key-color .list-style-04 .list a:hover {
  color: #F4A107;
}
.under-contents .key-color .list-style-04 .list a:hover::after {
  background-image: url("../img/ico/ico_box_arrow_og-rev.svg");
}
.under-contents .key-color .list-style-04 .list.download a {
  position: relative;
}
.under-contents .key-color .list-style-04 .list.download a::after {
  display: block;
  transition: transform 0.2s ease-out;
  content: "";
  position: absolute;
  top: calc(50% - 16px);
  right: 0px;
  width: 32px;
  height: 32px;
  background: url("../img/ico/ico_box_arrow_dw_og.svg") no-repeat center center;
  margin: 0 0 0 8px;
}
.under-contents .key-color .list-style-04 .list.download a:hover::after {
  transform: translateY(4px);
}
.under-contents .active-shop__btn-wrap {
  position: sticky;
  padding: 0 0 32px 0;
  top: 110px;
  z-index: 910;
}
.under-contents .active-shop__btn-wrap .active-shop__btn {
  width: 100%;
  max-width: 457px;
  height: 48px;
  margin: 0 auto;
  background-color: #F4F4F4;
  border-radius: 80px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.under-contents .active-shop__btn-wrap .active-shop__btn .group-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 80px;
  text-align: center;
  color: #000D16;
}
.under-contents .active-shop__btn-wrap .active-shop__btn .group-btn span {
  display: inline-block;
  width: 100%;
}
.under-contents .active-shop__btn-wrap .active-shop__btn .group-btn:hover {
  color: #006CB6;
}
.under-contents .active-shop__btn-wrap .active-shop__btn .group-btn.active {
  border: 1px solid #006CB6;
  background-color: #e8f6ff;
  color: #006CB6;
}
.under-contents .position-wrap-ab {
  width: 100%;
  position: absolute;
  top: 0;
}
.under-contents .active-shop {
  display: flex;
  align-items: center;
  margin: 0 0 32px 0;
}
.under-contents .active-shop .active-shop__ico {
  width: 70%;
}
.under-contents .active-shop .active-shop__ico .shop-ico {
  width: 166px;
  height: 56px;
  border-radius: 60px;
  background-color: #F4F4F4;
}
.under-contents .active-shop .active-shop__ico .shop-ico .shop-ico__img {
  margin: 0 4px 0 0;
  width: 50px;
  height: 50px;
}
.under-contents .active-shop .active-shop__ico .shop-ico .shop-ico__name {
  color: #000D16;
  font-size: 1em;
}
.under-contents .active-shop .search-wrap {
  width: 30%;
  text-align: right;
}
.under-contents .active-shop .search-wrap .search-wrap_form {
  width: 100%;
}
.under-contents .active-shop .search-wrap .search-wrap_form .form__input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.under-contents .active-shop .search-wrap .search-wrap_form .form__input .query {
  display: block;
  margin: 0 8px 0 0;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #000D16;
  font-size: 1em;
}
.under-contents .active-shop .search-wrap .search-wrap_form .form__input .query::-moz-placeholder {
  font-size: 0.9em !important;
}
.under-contents .active-shop .search-wrap .search-wrap_form .form__input .query::placeholder {
  font-size: 0.9em !important;
}
.under-contents .active-shop .search-wrap .search-wrap_form .btn-search {
  display: block;
  background-color: #006CB6;
  box-sizing: border-box;
  padding: 8px 16px;
  color: #FFF;
  border-radius: 4px;
  border: 1px solid #006CB6;
}
.under-contents .active-shop .active-shop__page-num {
  width: 10%;
  text-align: right;
}
.under-contents .shop {
  box-sizing: border-box;
}
.under-contents .shop .chairperson {
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  box-sizing: border-box;
}
.under-contents .shop .chairperson .chairperson__img {
  display: block;
  width: 88px;
  height: 88px;
  border: solid 4px #F4F4F4;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0 16px 0 0;
}
.under-contents .shop .chairperson .chairperson__title {
  font-size: 0.9em;
}
.under-contents .shop .shop__text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 16px 0 0;
}
.under-contents .shop .shop__text .txt {
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 104px;
  font-weight: 200;
  font-size: 0.9em;
}
.under-contents .shop .shop__img-th {
  width: 100%;
  max-width: 640px;
  max-height: 480px;
  overflow: hidden;
  border-radius: 4px;
}
.under-contents .shop .shop__img-th img {
  border-radius: 4px;
}
.under-contents .shop .shop-prof {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin: 32px 32px 0 auto;
}
.under-contents .shop .shop-prof .shop-prof__img {
  width: 80px;
  height: 56px;
  box-sizing: border-box;
  margin: 0 16px 0 0;
}
.under-contents .shop .shop-prof .shop-prof__img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.under-contents .shop .shop-prof .shop-prof__txt {
  color: #000D16;
  font-size: 0.9em;
  font-weight: 500;
}
.under-contents .pagination-wrap {
  margin: 80px auto 0 auto;
}
.under-contents .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0 auto;
}
.under-contents .pagination li {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 8px 0 8px;
}
.under-contents .pagination li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  line-height: 1;
  color: #006CB6;
  font-size: 0.9em;
}
.under-contents .pagination li .num:hover {
  background-color: #F4F4F4;
}
.under-contents .pagination li.active .num {
  background-color: #F4F4F4;
  color: #000D16;
}
.under-contents .menu-list .btn-lists {
  gap: 16px;
}
.under-contents .menu-list .btn-lists .list .box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 184px;
  border: 1px solid #000D16;
}
.under-contents .menu-list .btn-lists .list .box-btn::after {
  top: auto;
  bottom: 16px;
}
.under-contents .under-contents__main {
  display: block;
  padding: 0 0 0 80px;
}
.under-contents .under-contents__main .caption {
  font-size: 0.9em;
}
.under-contents .under-contents__main .title-num {
  font-family: "Roboto";
  font-size: 0.9em;
  color: #000D16;
}
.under-contents .under-contents__main.key-color .title {
  color: #006CB6;
}
.under-contents .under-contents__main .under-title {
  color: #006CB6;
}
.under-contents .under-contents__main .under-contents__main__block {
  margin: 32px 0 0 0;
}
.under-contents .bg-box-01 {
  width: 100%;
  background-color: #F4F4F4;
  border-radius: 16px;
  margin: 16px auto 0 auto;
  box-sizing: border-box;
  padding: 40px 32px;
}
.under-contents .bg-box-02 {
  width: 100%;
  background-color: #F6F6F6;
  border-radius: 16px;
  margin: 16px auto 0 auto;
  box-sizing: border-box;
  padding: 40px 32px;
}
.under-contents .box-txt {
  padding: 0 0 16px 0;
}
.under-contents .box-txt .box-txt__day {
  font-size: 0.8em;
  padding: 0 0 8px 0;
}
.under-contents .sub-menu {
  position: relative;
}
.under-contents .sub-menu .tit-h4 {
  font-size: 1em;
  font-family: "Roboto";
  font-weight: 400;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #000D16;
}
.under-contents .sub-menu .sub-menu__list {
  position: sticky;
  margin: 0 0 0 0;
  padding: 72px 32px 0 0;
  top: 120px;
  box-sizing: border-box;
}
.under-contents .sub-menu .sub-menu__list .list {
  position: relative;
  padding: 4px 0;
}
.under-contents .sub-menu .sub-menu__list .list .num {
  display: inline-block;
  position: absolute;
  top: 0px;
  font-family: "Roboto";
  font-size: 0.7em;
  color: #F4A107;
}
.under-contents .sub-menu .sub-menu__list .list a {
  display: inline-block;
  font-size: 0.8em;
  color: #7a7a7a;
  padding: 0 0 0 32px;
}
.under-contents .sub-menu .sub-menu__list .list a:hover {
  color: #006CB6;
}
.under-contents .sub-menu .sub-menu__list .list.active a {
  color: #000D16;
  font-weight: 500;
}
.under-contents .sub-menu.normal .list a {
  padding-left: 0 !important;
}
.under-contents .movie-wrap {
  gap: 16px;
  flex-wrap: wrap;
  margin: 0 auto 32px auto;
}
.under-contents .movie-wrap .movie-wrap__list {
  width: calc((100% - 32px) / 3);
}
.under-contents .movie-wrap .movie-group-wrap__list {
  width: calc((100% - 16px) / 2);
}
.under-contents .movie-wrap .movie .movie__mov {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.under-contents .movie-wrap .movie .movie__mov iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.under-contents .movie-wrap .movie .movie__title {
  margin: 8px 0 0 0;
  font-weight: 500;
}
.under-contents .pr-box-01 {
  display: block;
  box-sizing: border-box;
  padding: 24px 48px;
  margin: 32px auto;
  background-color: #e8f6ff;
  border-radius: 2px;
}
.under-contents .show-more-list {
  height: 100px; /* 表示する高さを制限 */
  overflow: hidden; /* 高さを超える内容を非表示に */
  position: relative;
}
.under-contents .show-more-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px; /* グラデーションの高さ */
  background: linear-gradient(to top, #F4F4F4, rgba(255, 255, 255, 0)); /* 白から透明へのグラデーション */
  pointer-events: none;
}
.under-contents .show-more-btn {
  display: block;
  margin: 8px auto;
  padding: 8px 24px;
  cursor: pointer;
  font-size: 0.8em;
}
.under-contents .show-more-btn:hover {
  color: #006CB6;
}
.under-contents .show-more-list.expanded {
  height: auto; /* 高さを自動にして、全内容を表示 */
}
.under-contents .show-more-list.expanded::after {
  display: none;
}
.under-contents .show-more-btn.hidden {
  display: none;
}

.bg-th {
  width: 100vw;
  left: -10px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: rgba(255, 255, 255, 0.86);
  background-blend-mode: overlay;
}
.bg-th .under-top-wrap {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.bookmark {
  position: absolute;
  top: -64px;
  left: 0px;
  border: 2.5px solid #000D16;
  border-radius: 80px;
  padding: 4px 24px 5px 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #F6F6F6;
}
.bookmark::after {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  top: -9px;
  left: 11px;
  position: absolute;
  background: url("../img/ico/ico_bookmark.svg") no-repeat;
  background-size: 48px 48px;
  background-position: 0 top;
}
.bookmark.active {
  border-color: #006CB6;
  background-color: #e8f6ff;
}
.bookmark.active::after {
  background-image: url("../img/ico/ico_bookmark_active.svg");
}
.bookmark:hover {
  background-color: #FFF;
}
.bookmark .bookmark__icon {
  display: block;
  width: auto;
  padding: 0 0 0 40px;
  font-size: 0.9em;
  color: #000D16;
}

.dialog {
  margin: auto;
  border: none;
  padding: 32px;
  border-radius: 8px;
  width: 90%;
  max-width: 400px;
  background-color: #fff;
  position: relative;
}
.dialog::backdrop {
  background-color: rgba(0, 2, 13, 0.8);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.dialog .dialog__title {
  font-size: 1.2em;
  color: #006CB6;
  margin: 0 0 8px 0;
  text-align: center;
}
.dialog .dialog__txt {
  font-size: 0.9em;
  color: #252525;
}
.dialog .close {
  position: absolute;
  top: 8px;
  right: 8px;
  outline: none;
}

@media screen and (max-width: 1024px) {
  .under-contents {
    padding: 0 0 48px 0;
  }
  .under-contents .under-top-wrap {
    padding: 32px 0 24px 0;
    margin-bottom: 32px;
  }
  .under-contents .detail .detail__title .tit-h2 {
    font-size: 1.3em;
    font-weight: 600;
  }
  .under-contents .detail .detail__title,
  .under-contents .detail .detail-heder {
    padding-left: 8px;
    padding-right: 8px;
    top: 8px;
  }
  .under-contents .detail .detail__txt {
    padding-left: 24px;
    padding-right: 24px;
  }
  .under-contents .menu-list .btn-lists {
    gap: 0;
  }
  .under-contents .pr-box-01 {
    padding: 16px 24px;
  }
  .under-contents .bg-box-02 {
    padding: 40px 16px;
  }
  .under-contents .under-contents__main {
    padding: 0 8px;
  }
  .under-contents .under-contents__main .title-num {
    font-size: 0.7em;
  }
  .under-contents .sub-menu {
    margin: 64px 0 0 0;
    padding: 0 16px 0 16px;
  }
  .under-contents .sub-menu .sub-menu__list {
    position: static;
    padding-top: 0;
    padding-right: 0;
  }
  .under-contents .scroll-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .under-contents .btn-search-group {
    width: 100%;
    justify-content: flex-start;
  }
  .under-contents .btn-search-group .btn-search {
    flex-shrink: 0;
    font-size: 0.8em;
  }
  .under-contents .list-style-03 .list .link {
    flex-wrap: wrap;
  }
  .under-contents .list-style-03 .list .link .category {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .under-contents .list-style-03 .list .link .category .category__name {
    font-size: 0.9em;
  }
  .under-contents .list-style-03 .list .link .txt {
    width: 80%;
    font-size: 0.9em;
  }
  .under-contents .list-style-03 .list .link .day {
    width: 20%;
    font-size: 0.7em;
  }
  .under-contents .active-shop {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
  }
  .under-contents .active-shop .active-shop__ico {
    width: 100%;
    order: 2;
  }
  .under-contents .active-shop .search-wrap {
    width: 100%;
    order: 1;
    margin-bottom: 16px;
  }
  .under-contents .active-shop__btn-wrap {
    top: 16px;
  }
  .under-contents .active-shop__btn-wrap .active-shop__btn {
    height: 40px;
    font-size: 0.9em;
  }
  .under-contents .movie-wrap .movie-wrap__list {
    width: 100%;
  }
  .under-contents .movie-wrap .movie-group-wrap__list {
    width: 100%;
  }
  .under-contents .bg-th {
    background-image: none !important;
  }
  .under-contents .bg-th .under-top-wrap {
    padding-top: 0;
  }
  .under-contents .pagination .pagination_num {
    display: none;
  }
  .under-contents .pagination .pagination_num.active {
    display: block;
  }
  .under-contents .shop .chairperson {
    margin: 40px 0 0 0;
  }
  .under-contents .shop .shop__text {
    padding: 0 16px;
  }
  .under-contents .shop .shop__text .txt {
    line-height: 1.9;
  }
  .bookmark {
    position: relative;
    top: -24px;
    left: 0px;
  }
  .under-contents .list-style-02 .list a {
    font-weight: 600;
  }
}
@media screen and (max-width: 550px) {
  .under-contents .shop .shop__text {
    padding: 0 16px;
  }
  .under-contents .shop .shop__text .txt {
    padding: 8px 0;
    margin: 16px auto 0 auto;
    width: 86%;
    font-size: 0.9em;
  }
  .under-contents .shop .shop-prof {
    margin-right: 0;
  }
  .under-top-wrap .contents-in .grid-cmn .col-s-4 {
    text-align: right;
  }
}
/* Icons button */
.icobutton {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  overflow: visible;
}

.icobutton .fa {
  display: block;
}

/* fix for mo.js */
.icobutton svg {
  left: 0;
}

input {
  /* デフォルトのブラウザスタイルをリセットする場合 */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* 標準 */
  box-sizing: border-box; /* パディングやボーダーを含めて要素の幅・高さを計算 */
  font-family: inherit; /* 親要素のフォントを継承 */
  font-size: 1em;
}

.login {
  width: 100%;
  max-width: 640px;
  margin: 16px auto 96px auto;
  padding: 64px 80px;
  box-sizing: border-box;
  background-color: #F4F4F4;
  border-radius: 16px;
}
.login .login__title {
  position: relative;
}
.login .login__title .member-only {
  position: relative;
  left: -30px;
  display: block;
}
.login .login__title h1 {
  line-height: 1;
  padding-bottom: 8px;
}
.login .login__form {
  margin: 32px auto 16px auto;
}

.form .form__title {
  display: block;
  margin: 16px 0 8px 0;
  color: #006CB6;
  font-weight: 500;
}
.form .form__input input[type=text], .form .form__input input[type=password] {
  width: 100%;
  border: solid 1px #000D16;
  background-color: #FFF;
  border-radius: 64px;
  padding: 16px 24px;
  line-height: 1;
}
.form .form__input input[type=text]:focus, .form .form__input input[type=password]:focus {
  border-color: #006CB6;
  background-color: #e8f6ff;
}
.form input::-moz-placeholder {
  color: #7a7a7a;
  font-style: italic;
}
.form input::placeholder {
  color: #7a7a7a;
  font-style: italic;
}

@media screen and (max-width: 1024px) {
  .login {
    padding: 64px 48px;
  }
}
.u-plr-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.u-ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-pl-8 {
  padding-left: 8px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

.u-mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.only-pc {
  display: block !important;
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .only-pc {
    display: none !important;
  }
  .only-sp {
    display: block !important;
  }
}
.temp-wrap.content-border {
  max-width: 880px;
  border: 1px solid #000D16;
  padding: 80px 96px;
  margin: 0 auto 24px auto;
  border-radius: 8px;
  background-color: #fefeff;
}
.temp-wrap .tit-h3 {
  margin-top: 48px;
  margin-bottom: 16px;
}
.temp-wrap .tit-h4 {
  margin-top: 48px;
  margin-bottom: 16px;
}
.temp-wrap p + p {
  margin-top: 24px;
}
.temp-wrap small {
  display: inline-block;
  margin: 4px 0 0 0;
  font-size: 0.8em;
  line-height: 1.7;
}
.temp-wrap a.link-a {
  text-decoration: underline;
  color: #006CB6;
}
.temp-wrap a.link-a:hover {
  text-decoration: none;
}
.temp-wrap .txt-link {
  display: block;
}
.temp-wrap .txt-link a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
  background-color: #FFF;
  padding: 8px 24px 8px 24px;
  line-height: 1.3;
  border: solid 1px #D8D8D8;
  box-sizing: border-box;
  border-radius: 40px;
  color: #006CB6;
}
.temp-wrap .txt-link a:hover {
  background-color: #e8f6ff;
  text-decoration: none;
}
.temp-wrap .txt-link + .txt-link {
  margin-top: 8px;
}
.temp-wrap figure {
  display: block;
  width: 100%;
  margin: 40px auto;
}
.temp-wrap .table {
  margin: 16px auto;
}
.temp-wrap .table-cmn-01 {
  width: 100%;
  border: 1px solid #D8D8D8;
}
.temp-wrap .table-cmn-01 thead {
  background-color: #e8f6ff;
}
.temp-wrap .table-cmn-01 tr th {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border: 1px solid #D8D8D8;
  text-align: center;
  padding: 16px;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: 500;
}
.temp-wrap .table-cmn-01 tr td {
  padding: 16px;
  border: 1px solid #D8D8D8;
  background-color: #FFF;
  font-size: 0.9em;
}

@media screen and (max-width: 1024px) {
  .temp-wrap.content-border {
    padding: 56px 32px;
  }
  .temp-wrap p {
    font-size: 1em;
  }
  .temp-wrap .table-cmn-01 tr th {
    font-size: 0.8em;
  }
  .temp-wrap .table-cmn-01 tr td {
    font-size: 0.9em;
  }
}