@import url(../css/icomoon/style.css);

body {
  min-width: auto;
}

#main {
  width: auto;
  padding: 0;
}

.btn-top-01 {
  position: fixed;
  right: 15px;
  bottom: 75px;
  z-index: 100;
}

.btn-top-01 a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0;
  color: transparent;
  background: rgba(0, 171, 235, 0.5);
  border-radius: 50%;
}

.btn-top-01 a::before,
.btn-top-01 a::after {
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  display: block;
  width: 13px;
  height: 2px;
  margin: auto;
  background: #fff;
  border-radius: 2px;
  content: "";
}

.btn-top-01 a::before {
  left: -8px;
  transform: rotate(134deg);
}

.btn-top-01 a::after {
  left: 8px;
  transform: rotate(-134deg);
}

.l-wrapper {
  --width_content_01: 776px;
  --width_content_02: 896px;
  --width_content_03: 952px;
  --width_content_04: 1072px;
  --width_content_05: 1130px;
  background-color: #f3f3f3;
  line-height: 1.75;
  font-size: 16px;
  overflow: hidden;
}

.l-wrapper * {
  box-sizing: border-box;
  font: inherit;
}

.l-wrapper br {
  line-height: initial;
}

.l-wrapper img {

  /*
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  */
}

.l-contents-area {
  position: relative;
}

.l-contents-area img {
  max-width: 100%;
}

.l-content {
  box-sizing: border-box;
}

.l-layout {
  box-sizing: border-box;
}

.l-layout__main> :last-child {
  margin-bottom: 0;
}

.l-layout> :last-child {
  margin-bottom: 0;
}

/* loginbox
----------------------------------------------------------*/
.l-login {
  box-sizing: border-box;
  line-height: 1.625;
}

.l-login__inner {
  margin: 0 auto;
  background-color: #ffffff;
}

.l-login__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  max-width: 1130px;
  height: 40px;
  margin: 0 auto;
  padding: 0 15px;
  background-color: #00aaeb;
  color: #fff;
}

.l-login__ttl {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  font-weight: bold;
}

.l-login__checkbox {
  margin-bottom: 15px;
}

.l-login__checkbox input[type='checkbox'] {
  display: none;
}

.l-login__checkbox .label-check {
  position: relative;
  display: inline-block;
  padding: 0 0 0 28px;
  line-height: 1.75;
  font-size: 14px;
  cursor: pointer;
}

.l-login__checkbox .label-check::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: calc((1.75em - 20px)/2 + 2px);
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #4392da;
  border-bottom: 2px solid #4392da;
  opacity: 0;
  transform: rotate(45deg);
}

.l-login__checkbox .label-check::after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  content: '';
  top: calc((1.75em - 20px)/2);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d7dce2;
  border-radius: 3px;
  background: #f3f3f3;
}

.l-login__checkbox input:checked+.label-check::before {
  opacity: 1;
}

.l-login__cont {
  padding: 15px 15px 32px;
}

.l-login__lead {
  margin-bottom: 16px;
}

.l-login__lead p {
  font-size: 14px;
}

.l-login__lead p:not(:last-child) {
  margin-bottom: 1em;
}

.l-login__primary {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}

.l-login__list01 {
  margin: 0 0 15px;
}

.l-login__list01 li:not(:last-child) {
  margin: 0 0 10px;
}

.l-login__list01 input[type='text'],
.l-login__list01 input[type='password'] {
  box-sizing: border-box;
  width: 100%;
  height: 50px !important;
  margin: 0;
  padding: 0 15px !important;
  border: 1px solid #d7dce2 !important;
  border-radius: 3px;
  background: #f3f3f3;
  line-height: normal !important;
  font-size: 16px;
}

.l-login__list01 input[type='text']:focus,
.l-login__list01 input[type='password']:focus {
  background-color: #f3f3f3 !important;
  background-image: none !important;
}

.l-login__list01 input[type='text']::-moz-placeholder,
.l-login__list01 input[type='password']::-moz-placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__list01 input[type='text']::placeholder,
.l-login__list01 input[type='password']::placeholder {
  font-size: 14px;
  color: #A0B1BA;
}

.l-login__btn {
  text-align: center;
  width: 100%;
}

.l-login__btn+.l-login__btn {
  margin-top: 15px;
}

.l-login__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-login__btn .btn::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.l-login__btn .btn.btn-01 {
  color: #006bcd;
}

.l-login__btn .btn.btn-01::before {
  background-image: url(../../images/icon_login_btn01.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn.btn-02 {
  background-color: #f57c31;
  color: #fff;
}

.l-login__btn .btn.btn-02::before {
  background-image: url(../../images/icon_login_btn02.png);
  width: 20px;
  height: 20px;
}

.l-login__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-login__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-login__secondary> :not(:last-child) {
  margin-bottom: 16px;
}

.l-login__list02>li:not(:last-child) {
  margin-bottom: 10px;
}

.l-login__list02>li a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}

.l-login__list02>li a::before,
.l-login__list02>li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 9px;
  height: 1px;
  background: #00aaeb;
}

.l-login__list02>li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}

.l-login__list02>li a::after {
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

/*
----------------------------------------------------------*/
/* logoutbox
----------------------------------------------------------*/
.l-logout__btn {
  padding: 15px;
  text-align: center;
}

.l-logout__btn .btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 20px 0 8px !important;
  border-radius: 3px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  transition: 200ms;
  cursor: pointer;
}

.l-logout__btn .btn.btn-01 {
  color: #006bcd;
}

.l-logout__btn .btn:hover.btn-01 {
  opacity: .8 !important;
}

.l-logout__btn .btn:hover.btn-02 {
  opacity: .9 !important;
}

.l-page-nav {
  font-size: 12px;
  line-height: 1.33333;
}

.l-page-nav__inner {
  background: #fff;
  border-bottom: 1px solid #E6E6E6;
  transition: box-shadow 200ms;
}

.l-page-nav__inner2 {
  display: flex;
  flex-wrap: wrap;
}

.l-page-nav__item {
  position: relative;
  width: 50%;
}

.l-page-nav__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.l-page-nav__item::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.l-page-nav__item a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  padding: 10px 15px;
  line-height: 1.25;
  color: #000000 !important;
  font-size: 13px;
}

.l-page-nav__item a:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 170, 235, 0.1);
  border-radius: 5px;
  opacity: 0;
  transform: scale(0.95, 0.7);
  transition: 200ms ease;
}

.l-page-nav__item a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #00AAEB !important;
  font-size: 14px;
}

.l-page-nav__item a.is-current {
  text-decoration: none;
}

.l-page-nav__item a.is-current:before {
  opacity: 1;
  transform: scale(1);
}

.c-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 48px;
  margin: 0;
  padding: 5px 20px;
  border: none;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: none;
  font: inherit;
  font-size: 14px;
  letter-spacing: normal;
  text-decoration: none !important;
  transition: background-color 200ms, color 200ms, opacity 200ms;
  cursor: pointer;
}

.c-btn>span {
  line-height: 1.375;
}

.c-btn.s0 {
  min-width: 240px;
}

.c-btn.s100 {
  width: 100%;
}

.c-btn.s1 {
  width: 351px;
}

.c-btn.s2 {
  width: 170px;
}

.c-btn.c1 {
  background-color: #fff;
  color: #006bcd;
}

.c-btn.c1:hover,
.c-btn.c1:focus,
.c-btn.c1:active {
  color: #349eff;
}

.c-btn.c2 {
  background-color: #f57c31;
  color: #fff;
}

.c-btn.c2:hover,
.c-btn.c2:focus,
.c-btn.c2:active {
  background-color: #f79b62;
}

.c-btn.c3 {
  background-color: #006bcd;
  color: #fff;
}

.c-btn.c3:hover,
.c-btn.c3:focus,
.c-btn.c3:active {
  background-color: #0186ff;
}

.c-btn.c4 {
  background-color: #00abeb;
  color: #fff;
}

.c-btn.c4:hover,
.c-btn.c4:focus,
.c-btn.c4:active {
  background-color: #48c3f1;
}

.c-btn.iconLogin {
  padding-left: 8px;
}

.c-btn.iconLogin::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_login.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconRegister {
  padding-left: 8px;
}

.c-btn.iconRegister::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_register.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconSearch {
  padding-left: 8px;
}

.c-btn.iconSearch::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_search_02.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconStar {
  padding-left: 8px;
}

.c-btn.iconStar::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../images/icons/alt_icon_fav_02.png) no-repeat 0 0;
  background-size: contain;
}

.c-btn.iconCheck {
  padding-left: 8px;
}

.c-btn.iconCheck::before {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  margin-right: 4px;
  border-left: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}

.c-btn.done {
  background-color: #ffffff !important;
  color: #9a9a9a !important;
}

.c-btn.disabled,
.c-btn:disabled {
  pointer-events: none;
  background-color: #b2b2b2 !important;
  color: #fff !important;
}

.c-carouselList {
  --sp: 120px;
  --pc: 136px;
  --lh: 18px;
  --gap: 8px;
  --gutter: 15px;
  --side: 15px;
  position: relative;
  max-width: var(--width_content_02);
  margin-left: calc(var(--side) * -1);
  margin-right: calc(var(--side) * -1);
  padding: 0 var(--side);
}

.c-carouselList:not(:last-child) {
  margin-bottom: 45px;
}

.c-carouselList__container {
  position: relative;
  overflow: visible;
}

.c-carouselList__slide {
  width: var(--sp);
}

.c-carouselList__slide>a {
  display: block;
  text-decoration: none;
  transition: color 200ms;
}

.c-carouselList__slide>a> :last-child {
  margin-bottom: 0;
}

.c-carouselList__slide__pic {
  display: grid;
  place-items: center;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  font-size: 0;
  transition: opacity 200ms;
}

.c-carouselList__slide__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-carouselList__slide__txt {
  margin-top: var(--gap);
  line-height: var(--lh);
  font-size: 13px;
}

.c-carouselList__slide__txt[data-clamp="1"] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: calc(var(--lh) * 1);
}

.c-carouselList__slide__txt[data-clamp="2"] {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(var(--lh) * 2);
}

.c-carouselList__slide__txt[data-clamp="3"] {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(var(--lh) * 3);
}

.c-carouselList__icon-swipe {
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 6px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: opacity .2s;
  pointer-events: none;
}

.c-carouselList__icon-swipe i {
  color: #fff;
  font-size: 20px;
}

.c-carouselList.is-scrolled .c-carouselList__icon-swipe {
  opacity: 0;
}

.c-carouselList.is-no-swipe .c-carouselList__container {
  height: auto !important;
}

.c-carouselList.is-no-swipe .c-carouselList__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gutter);
  width: auto;
  justify-content: center;
}

.c-carouselList.is-no-swipe .c-carouselList__controller {
  visibility: hidden;
  pointer-events: none;
}

.c-carouselList.is-no-swipe .swiper-button-prev,
.c-carouselList.is-no-swipe .swiper-button-next,
.c-carouselList.is-no-swipe .swiper-scrollbar {
  display: none;
}

.c-carouselList .swiper-pagination-bullets {
  bottom: -35px;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.c-carouselList .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px !important;
  opacity: 1;
  background-color: #e6e6e6;
}

.c-carouselList .swiper-pagination-bullet-active {
  background-color: #00abeb;
}

.c-carouselList .swiper-button-next:hover,
.c-carouselList .swiper-button-prev:hover {
  opacity: 0.7;
}

.c-carouselList .swiper-button-next::before,
.c-carouselList .swiper-button-prev::before {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.c-carouselList .swiper-button-next:after,
.c-carouselList .swiper-button-prev:after {
  display: none;
}

.c-carouselList .swiper-scrollbar {
  bottom: -10px;
}

.c-carouselList__liner {
  display: flex;
  align-items: center;
    flex-wrap: wrap;
    gap: var(--gutter);
    width: auto;
    justify-content: center;
  background-image: linear-gradient(to right, #dedede 50%, transparent 50%);
  background-size: 14px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.c-colWrap {
  margin-bottom: 32px;
}

.c-conts-list__item a {
  display: block;
  color: inherit !important;
  text-decoration: none;
}

.c-conts-list__item__inner {
  display: flex;
}

.c-conts-list__item__thumb {
  flex: 0 0 auto;
  width: calc((100% - 24px) / 2);
  max-width: 130px;
  margin-right: 24px;
}

.c-conts-list__item__thumb img {
  transition: opacity 200ms;
}

a:hover .c-conts-list__item__thumb img,
a:active .c-conts-list__item__thumb img,
a:focus .c-conts-list__item__thumb img {
  opacity: .8;
}

.c-conts-list__item__textWrap {
  flex: 1 1 auto;
  font-size: 14px;
}

.c-conts-list__item__new {
  display: inline-block;
  vertical-align: top;
  padding: 0 4px;
  border: 1px solid #006bcd;
  border-radius: 4px;
  line-height: 1.5;
  color: #006bcd;
  font-size: 11px;
  font-weight: bold;
  transition: border-color 200ms, color 200ms;
}

a:hover .c-conts-list__item__new,
a:active .c-conts-list__item__new,
a:focus .c-conts-list__item__new {
  border-color: #349eff;
  color: #349eff;
}

.c-conts-list__item__title {
  margin-bottom: 1em;
  color: #006bcd;
  transition: color 200ms;
}

a:hover .c-conts-list__item__title,
a:active .c-conts-list__item__title,
a:focus .c-conts-list__item__title {
  color: #349eff;
}

.c-hdg2,
.c-hdg2--light {
  --mt: 48px;
  --mb: 0px;
  margin: var(--mt) 0 var(--mb);
  line-height: 1.25;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.c-hdg2:first-child,
.c-hdg2--light:first-child {
  --mt: 0;
}

.c-hdg2:last-child,
.c-hdg2--light:last-child {
  --mb: 0;
}

.c-hdg2 .__smaller,
.c-hdg2--light .__smaller {
  display: block;
  font-size: 14px;
}

.c-hdg2 .__smaller:first-child,
.c-hdg2--light .__smaller:first-child {
  margin-top: 6px;
}

.c-hdg2 .__smaller:last-child,
.c-hdg2--light .__smaller:last-child {
  margin-bottom: 6px;
}

.c-hdg2--light {
  font-weight: normal;
}

.c-hdg3 {
  position: relative;
  --mt: 32px;
  --mb: 0px;
  margin: var(--mt) 0 var(--mb);
  padding-left: 15px;
  line-height: 1.5;
  font-size: 21px;
  font-weight: normal;
}

.c-hdg3:first-child {
  --mt: 0;
}

.c-hdg3:last-child {
  --mb: 0;
}

.c-hdg3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #00abeb;
}

.c-hdg4 {
  position: relative;
  margin: 24px 0 16px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
}

.c-hdg4:first-child {
  margin-top: 0;
}

.c-hdg4:last-child {
  margin-bottom: 0;
}

.c-hdg5 {
  position: relative;
  margin: 16px 0 8px;
  padding-bottom: 7px;
  border-bottom: 1px solid #00ABEB;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
}

.c-hdg5:first-child {
  margin-top: 0;
}

.c-hdg5:last-child {
  margin-bottom: 0;
}

.l-hero {
  overflow: hidden;
}

.l-hero * {
  box-sizing: border-box;
}

.l-hero__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin: 0 auto;
}

.l-hero__inner picture {
  display: block;
}

.l-hero__inner img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

.l-hero__upper {
  background-color: #80d5f4;
}

.l-hero__lower {
  background-color: #00AAEB;
  color: #ffffff;
}

.l-hero__lower p {
  font-size: 10px;
}

.l-hero__lower .l-hero__inner {}

.l-hero__ttl img {
  vertical-align: bottom;
}

.l-hero__badge {
  position: absolute;
}

.l-hero__dora {
  position: absolute;
}

.c-side-category-nav {
  margin-bottom: 32px;
  font-size: 16px;
}

.c-side-category-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-side-category-nav__cont {
  padding: 15px;
  border: 1px solid #E6E6E6;
  border-top: none;
  background-color: #f9f8f6;
}

.c-side-category-nav__list .__item:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-category-nav__list .__item a {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 54px;
  padding: 6px 0 6px 25px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

_:-ms-input-placeholder,
:root .c-side-category-nav__list .__item a {
  height: 54px;
}

.c-side-category-nav__list .__item a::before,
.c-side-category-nav__list .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 9px;
  height: 2px;
  background: #00aaeb;
}

.c-side-category-nav__list .__item a::before {
  top: calc(50% - 4px);
  transform: rotate(45deg);
}

.c-side-category-nav__list .__item a::after {
  top: calc(50% + 1px);
  transform: rotate(-45deg);
}

.c-side-conts-nav {
  font-size: 16px;
}

.c-side-conts-nav__head__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  background-color: #E6E6E6;
  color: #000;
  font-weight: bold;
}

.c-side-conts-nav__cont {
  padding: 0 15px;
  border: 1px solid #e6e6e6;
  border-top: none;
  background-color: #ffffff;
}

.c-side-conts-nav__hdg {
  border-bottom: 1px solid #E6E6E6;
}

.c-side-conts-nav__hdg .__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding: 0 20px;
  background-color: #ECECEC;
  text-decoration: none;
}

.c-side-conts-nav__list:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}

.c-side-conts-nav__list__ttl {
  position: relative;
}

.c-side-conts-nav__list__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  color: #000;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) .__ico {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  background-image: url(/conts/2025/images/icon_sideNav01.png);
  background-repeat: no-repeat;
  background-size: 150px 30px;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) .__ico--1 {
  background-position: 0px 0;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) .__ico--2 {
  background-position: -30px 0;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) .__ico--3 {
  background-position: -60px 0;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) .__ico--4 {
  background-position: -90px 0;
}

.c-side-conts-nav__list__ttl>a:not(.__hook) .__ico--5 {
  background-position: -120px 0;
}

.c-side-conts-nav__list__ttl>a:not(.__hook)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-side-conts-nav__list__ttl>a:not(.__hook)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-side-conts-nav__list__ttl>a:not(.__hook):hover {
  opacity: 0.8;
}

.c-side-conts-nav__list__ttl .__link {
  display: flex;
  align-items: center;
  position: relative;
  height: 58px;
  padding-left: 5px;
  padding-right: 46px;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl .__hook {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 31px;
  height: 31px;
  margin: auto;
  background-color: #00ABEB;
  transition: 200ms;
}

.c-side-conts-nav__list__ttl .__hook::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
}

.c-side-conts-nav__list__ttl .__hook::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1px;
  height: 0px;
  margin: auto;
  background: rgba(255, 255, 255, 0.75);
  transition: 200ms;
}

.c-side-conts-nav__list__ttl .__hook:hover {
  opacity: 0.8;
}

.c-side-conts-nav__list__body {
  padding: 8px 24px 16px;
}

.c-side-conts-nav__list__body .__item a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 0 8px 15px;
  line-height: 1.5;
  font-size: 14px;
  text-decoration: none;
  transition: 200ms;
}

.c-side-conts-nav__list__body .__item a::before,
.c-side-conts-nav__list__body .__item a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 2px;
  background-color: #00abeb;
}

.c-side-conts-nav__list__body .__item a::before {
  top: 14px;
  transform: rotate(45deg);
}

.c-side-conts-nav__list__body .__item a::after {
  top: 19px;
  transform: rotate(-45deg);
}

.c-side-conts-nav__list:not(.is-open) .c-side-conts-nav__list__ttl a::after {
  height: 15px;
}

.c-side-conts-nav--category {
  margin-bottom: 32px;
}

.c-side-conts-nav--category .c-side-conts-nav__cont {
  background-color: #f9f8f6;
}

.c-index-head {
  margin-bottom: 48px;
  padding: 20px 15px;
  background-color: #f3f3f3;
}

.c-index-head__ttl {
  margin-bottom: 16px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.c-index-head__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #B2B2B2;
  line-height: 1.75;
  font-size: 16px;
}

.c-index-head__item:last-child {
  margin: 0px;
  border-bottom: 0;
}

.c-index-head__item>a {
  color: #006bcd;
}

.c-index-head__item>a:hover {
  color: #349eff;
}

.c-index-head__item>a:visited {
  color: #551a8b;
}

.c-ul {
  line-height: 1.5;
}

.c-ul ul,
.c-ul ol {
  margin-top: .25em;
}

.c-ul>li {
  position: relative;
  padding-left: 1em;
}

.c-ul>li:before {
  content: '';
  position: absolute;
  top: calc((1.5em - 4px)/2);
  left: calc(.5em - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}

.c-ul>li+li {
  margin-top: .25em;
}

.c-ul--blue>li:before {
  background-color: #006BCD;
}

.c-ul--flat>li+li {
  margin-top: 0;
}

.c-ul--wide {
  line-height: 1.75;
}

.c-ul--wide>li::before {
  top: calc((1.75em - 4px)/2);
}

.p-section {
  margin: 0 auto;
  padding: 40px 0 48px;
  /*0601~*/
  /*padding: 0 0 48px;*/
}

.p-section.__pt0 {
  padding-top: 0;
}

.p-section.__width_content_01 {
  max-width: var(--width_content_01);
}

.p-section.__width_content_02 {
  max-width: var(--width_content_02);
}

.p-section.__width_content_03 {
  max-width: var(--width_content_03);
}

.p-section.__width_content_04 {
  max-width: var(--width_content_04);
}

.p-section.__white {
  position: relative;
  isolation: isolate;
}

.p-section.__white::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  min-width: max(100vw, 320px);
  height: 100%;
  background-color: #fff;
  translate: -50% 0;
}

.p-section.__bg1 {
  position: relative;
  isolation: isolate;
}

.p-section.__bg1::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  min-width: max(100vw, 320px);
  height: 100%;
  background-color: #E5F6FD;
  background-image: url(../images/bg_pickup_01@sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  translate: -50% 0;
}

.p-section.__bg2 {
  position: relative;
  isolation: isolate;
}

.p-section.__bg2::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  min-width: max(100vw, 320px);
  height: 100%;
  background-color: #FFFFFF;
  background-image: url(../images/bg_shortmovie_01@pc.png);
  background-repeat: no-repeat;
  background-position: 5% top;
  translate: -50% 0;
}

.p-section.__bg3 {
  position: relative;
  isolation: isolate;
}

.p-section.__bg3::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  min-width: max(100vw, 320px);
  height: 100%;
  background-color: #FFFFFF;
  background-image: url(../images/bg_areanavi_01@pc.png);
  translate: -50% 0;
}

.p-section__head {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.p-section__inner {
  --mt: 10px;
  max-width: var(--width_content_04);
  margin: var(--mt) auto 0;
}

.p-section__inner:first-child {
  --mt: 0;
}

.p-section__inner> :last-child {
  margin-bottom: 0;
}

.p-guidance {
  color: #6F6F6F;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}

.p-guidance:not(:first-child) {
  --mt: 10px;
  margin-top: var(--mt);
}

.p-sector:not(:first-child) {
  --mt: 32px;
  margin-top: var(--mt);
}

.p-sector__inner {
  --mt: 10px;
  max-width: var(--width_content_02);
  margin: var(--mt) auto 0;
}

.p-sector__inner:first-child {
  --mt: 0;
}

.p-sector__inner> :last-child {
  margin-bottom: 0;
}

.p-sector.p-pickup-sector:first-child {
  margin-top: 18px;
}

.p-sector-white {
  --gutter: 15px;
  padding: 40px var(--gutter) 48px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.p-sector-white:not(:first-child) {
  --mt: 48px;
  margin-top: var(--mt);
}

.p-sector-white .p-sector__inner {
  --mt: 36px;
}

.p-sector-white.__small {
  padding: 24px var(--gutter) 40px;
}

.p-sector-white.__small:not(:first-child) {
  --mt: 20px;
}

.p-sector-white.__small .p-sector__inner {
  --mt: 24px;
}

.p-sector-white.__wide {
  margin-left: calc(var(--gutter) * -1);
  margin-right: calc(var(--gutter) * -1);
  overflow: hidden;
}

.p-sector.p-pickup-sector:first-child {
  margin-top: 18px;
}

.p-swipeGrid {
  --gutter: 15px;
  position: relative;
  margin: 0 calc(var(--gutter) * -1);
  overflow: hidden;
}

.p-swipeGrid.__guest {
  margin-top: 20px;
  min-height: 440px;
  overflow: visible;
}

.p-swipeGrid.__guest .p-swipeGrid__icon-swipe {
  display: none;
}

.p-swipeGrid.__guest .p-swipeGrid__listWrap {
  overflow: hidden;
}

.p-swipeGrid.__guest .p-swipeGrid__controller,
.p-swipeGrid.__guest .p-swipeGrid__container {
  filter: blur(5px);
}

.p-swipeGrid__controller {
  padding: 0 var(--gutter);
}

.p-swipeGrid__controller:not(:first-child) {
  margin-top: 30px;
}

.p-swipeGrid__update {
  font-size: 0;
  text-align: right;
}

.p-swipeGrid__update button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #006BCD;
  font-size: 12px;
  transition: color 200ms;
  cursor: pointer;
}

.p-swipeGrid__update button::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/ico_swipeGrid_update_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 200ms;
}

.p-swipeGrid__update button:active::before {
  rotate: -180deg;
}

.p-swipeGrid__icon-swipe {
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 6px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: opacity .2s;
  pointer-events: none;
}

.p-swipeGrid__icon-swipe i {
  color: #fff;
  font-size: 20px;
}

.p-swipeGrid.is-scrolled .p-swipeGrid__icon-swipe {
  opacity: 0;
}

.p-swipeGrid__container {
  position: relative;
}

.p-swipeGrid__container:not(:first-child) {
  margin-top: 6px;
}

.p-swipeGrid__listWrap {
  overflow: auto;
  padding-bottom: 10px;
}

.p-swipeGrid__list {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 15px;
  padding: 0 var(--gutter);
}

.p-swipeGrid__cell {
  --width: 200px;
  display: flex;
  width: var(--width);
}

.p-swipeGrid__cell__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: color 200ms;
}

.p-swipeGrid__cell__pic {
  flex: 0 0 auto;
  height: 150px;
  transition: opacity 200ms;
}

.p-swipeGrid__cell__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-swipeGrid__cell__body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: 6px;
  line-height: 1.5;
  font-size: 14px;
}

.p-swipeGrid__cell__lead {
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #333;
}

.p-swipeGrid__cell__name {
  flex: 0 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-weight: bold;
}

.p-ttl-pickup {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.p-ttl-pickup .__head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 24px;
  line-height: 1.25;
  font-size: 18px;
}

.p-ttl-pickup .__head .__before {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 40px;
}

.p-ttl-pickup .__head .__before::before {
  content: '';
  display: block;
  width: 3px;
  height: 70%;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: center bottom;
  rotate: -35deg;
}

.p-ttl-pickup .__head .__before::after {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: center bottom;
  rotate: -25deg;
}

.p-ttl-pickup .__head .__after {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 40px;
}

.p-ttl-pickup .__head .__after::after {
  content: '';
  display: block;
  width: 3px;
  height: 70%;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: center bottom;
  rotate: 35deg;
}

.p-ttl-pickup .__head .__after::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: center bottom;
  rotate: 25deg;
}

.p-ttl-pickup .__head .__month {
  color: #006BCD;
}

.p-ttl-pickup .__head .__month .__num {
  font-size: 30px;
}

.p-ttl-tape {
  --gutter: 15px;
  margin: 0 calc(var(--gutter) * -1);
  padding: 10px 15px;
  background-color: #006BCD;
  background-image: linear-gradient(90deg, #00AAEB 0%, #006BCD 50%, #00AAEB 100%);
  line-height: 1.5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.p-hdg2,
.p-hdg2--light {
  --mt: 48px;
  --mb: 0px;
  margin: var(--mt) 0 var(--mb);
  line-height: 1.25;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.p-hdg2:first-child,
.p-hdg2--light:first-child {
  --mt: 0;
}

.p-hdg2:last-child,
.p-hdg2--light:last-child {
  --mb: 0;
}

.p-hdg2 .__smaller,
.p-hdg2--light .__smaller {
  display: block;
  font-size: 14px;
}

.p-hdg2--light {
  font-weight: normal;
}

.p-shortmovie {
  width: 300px;
  margin: 0 auto;
}

.p-shortmovie__pic>a {
  transition: opacity 200ms;
}

.p-shortmovie__body {
  line-height: 1.5;
  margin-top: 10px;
}

.p-shortmovie__ttl {
  font-weight: bold;
}

.p-shortmovie__ttl a {
  display: inline-block;
  transition: color 200ms;
}

.p-shortmovie__lead {
  margin-top: 8px;
  color: #6F6F6F;
  font-size: 14px;
}

.p-tieupBox {
  padding: 24px 15px;
  background-color: #E5F6FD;
}

.p-tieupBox:not(:first-child) {
  margin-top: 32px;
}

.p-tieupBox__inner {
  max-width: var(--width_content_01);
  margin: 0 auto;
}

.p-tieupBox__column {
  display: flex;
  gap: 8px;
}

.p-tieupBox__column:not(:first-child) {
  margin-top: 14px;
}

.p-tieupBox__column__pic {
  flex: 0 0 auto;
  width: 165px;
}

.p-tieupBox__column__pic>a {
  transition: opacity 200ms;
}

.p-tieupBox__column__box {
  flex: 1 1 auto;
  font-size: 14px;
}

.p-tieupBox__column__box a {
  transition: color 200ms;
}

.p-areanavi__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.p-areanavi__list__item .c-btn {
  gap: 8px;
}

.p-areanavi__list__item .c-btn .__ico {
  transition: 200ms;
}

.p-areanavi__list__item .c-btn .__ico.__c01 {
  fill: #C8ACED;
}

.p-areanavi__list__item .c-btn .__ico.__c02 {
  fill: #9BB7FA;
}

.p-areanavi__list__item .c-btn .__ico.__c03 {
  fill: #7FE6E3;
}

.p-areanavi__list__item .c-btn .__ico.__c04 {
  fill: #96E6B4;
}

.p-areanavi__list__item .c-btn .__ico.__c05 {
  fill: #F1E29C;
}

.p-areanavi__list__item .c-btn .__ico.__c06 {
  fill: #C7F29B;
}

.p-areanavi__list__item .c-btn .__ico.__c07 {
  fill: #EEC59E;
}

.p-areanavi__list__item .c-btn .__ico.__c08 {
  fill: #FCBCB0;
}

.p-areanavi__list__item .c-btn .__ico.__c09 {
  fill: #F9A1AE;
}

.p-areanavi__list__item .c-btn .__ico.__c10 {
  fill: #F7BBDA;
}

.p-bnrList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 15px;
}

.p-bnrList:not(:first-child) {
  margin-top: 16px;
}

.p-bnrList__item {
  line-height: 1.5;
  font-size: 14px;
}

.p-bnrList__item> :not(:first-child) {
  margin-top: 6px;
}

.p-bnrList__item>a {
  transition: color 200ms;
}

.p-bnrList__item__pic {
  transition: opacity 200ms;
}

.p-bnrList__item__txt {
  margin-top: 8px;
}

.p-bnrList__item__txt .__ttl {
  font-weight: bold;
  text-align: center;
}

.p-bnrList.__col2 {
  gap: 20px 35px;
}

.p-bnrList.__col2 img {
  border: solid 1px #dedede;
}

.p-bnrList.__col2 p {
  text-align: center;
}


.p-section-sns:not(:first-child) {
  margin-top: 72px;
}

.p-section-sns:not(:last-child) {
  margin-bottom: 72px;
}

.p-section-sns__list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.p-section-sns__list:not(:first-child) {
  margin-top: 24px;
}

.p-section-sns__list__item {
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

.p-section-sns__list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  transition: opacity 300ms;
}

.p-featureArea {
  --gap: 15px;
  margin: 0 calc(var(--gap) * -1);
  padding: 32px var(--gap) 48px;
  background-image: url(../images/bg_featureArea_01@sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.p-featureArea:not(:first-child) {
  margin-top: 20px;
}

.p-featureArea__lead {
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.p-featureArea__inner {
  max-width: 300px;
  margin: 0 auto;
}

.p-featureArea__inner:not(:first-child) {
  margin-top: 20px;
}

.p-featureArea__pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  max-width: 320px;
}

.p-featureArea__pic__balloon {
  --bgc: #E30000;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 140px;
  height: 42px;
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: var(--bgc);
}

.p-featureArea__pic__balloon::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent;
  width: 0;
  height: 0;
  border-width: 10px 10px 0 0;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  margin: auto;
  border-top-color: var(--bgc);
  transform-origin: center top;
  transform: skew(-2deg);
}

.p-featureArea__pic>a {
  transition: opacity 200ms;
}

.p-featureArea__body {
  margin-top: 10px;
}

.p-featureArea__txt {
  display: inline-block;
  line-height: 1.5;
  font-size: 14px;
  transition: color 200ms;
}

.p-featureArea__txt .__ttl {
  font-size: 16px;
  font-weight: bold;
}

.p-featureArea__txt> :not(:first-child) {
  margin-top: 6px;
}

.p-featureArea__txt> :not(.__ttl) {
  color: #333 !important;
}

.p-lyt-overlay {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.p-lyt-overlay__inner {
  padding: 15px;
}

.p-lyt-overlay__txt {
  font-size: 14px;
  text-align: center;
}

.p-lyt-overlay__txt> :not(:first-child) {
  margin-top: 0.5em;
}

.p-lyt-overlay__txt .__text02 {
  font-weight: bold;
  font-size: 16px;
}

.p-lyt-overlay .l-login:not(:first-child) {
  margin-top: 20px;
}

.u-align-left {
  text-align: left;
}

.u-align-center {
  text-align: center;
}

.u-align-right {
  text-align: right;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-spbr {
  display: none;
}

.u-sponly {
  display: none;
}

.u-fz1 {
  font-size: 1px;
}

.u-fz2 {
  font-size: 2px;
}

.u-fz3 {
  font-size: 3px;
}

.u-fz4 {
  font-size: 4px;
}

.u-fz5 {
  font-size: 5px;
}

.u-fz6 {
  font-size: 6px;
}

.u-fz7 {
  font-size: 7px;
}

.u-fz8 {
  font-size: 8px;
}

.u-fz9 {
  font-size: 9px;
}

.u-fz10 {
  font-size: 10px;
}

.u-fz11 {
  font-size: 11px;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz13 {
  font-size: 13px;
}

.u-fz14 {
  font-size: 14px;
}

.u-fz15 {
  font-size: 15px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz17 {
  font-size: 17px;
}

.u-fz18 {
  font-size: 18px;
}

.u-fz19 {
  font-size: 19px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz21 {
  font-size: 21px;
}

.u-fz22 {
  font-size: 22px;
}

.u-fz23 {
  font-size: 23px;
}

.u-fz24 {
  font-size: 24px;
}

.u-fz25 {
  font-size: 25px;
}

.u-fz26 {
  font-size: 26px;
}

.u-fz27 {
  font-size: 27px;
}

.u-fz28 {
  font-size: 28px;
}

.u-fz29 {
  font-size: 29px;
}

.u-fz30 {
  font-size: 30px;
}

.u-fz31 {
  font-size: 31px;
}

.u-fz32 {
  font-size: 32px;
}

.u-mt-s1 {
  margin-top: 8px;
}

.u-mb-s1 {
  margin-bottom: 8px;
}

.u-mt-s2 {
  margin-top: 16px;
}

.u-mb-s2 {
  margin-bottom: 16px;
}

.u-mt-s3 {
  margin-top: 24px;
}

.u-mb-s3 {
  margin-bottom: 24px;
}

.u-mt-s4 {
  margin-top: 32px;
}

.u-mb-s4 {
  margin-bottom: 32px;
}

.u-mt-s5 {
  margin-top: 40px;
}

.u-mb-s5 {
  margin-bottom: 40px;
}

.u-mt-s6 {
  margin-top: 48px;
}

.u-mb-s6 {
  margin-bottom: 48px;
}

.u-mt-s7 {
  margin-top: 56px;
}

.u-mb-s7 {
  margin-bottom: 56px;
}

.u-mt-s8 {
  margin-top: 64px;
}

.u-mb-s8 {
  margin-bottom: 64px;
}

.u-mt-s9 {
  margin-top: 72px;
}

.u-mb-s9 {
  margin-bottom: 72px;
}

.u-mt-s10 {
  margin-top: 80px;
}

.u-mb-s10 {
  margin-bottom: 80px;
}

.u-mt0 {
  margin-top: 0px;
}

.u-mb0 {
  margin-bottom: 0px;
}

.u-pt0 {
  padding-top: 0px;
}

.u-pb0 {
  padding-bottom: 0px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-pt10 {
  padding-top: 10px;
}

.u-pb10 {
  padding-bottom: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-pt20 {
  padding-top: 20px;
}

.u-pb20 {
  padding-bottom: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-pt30 {
  padding-top: 30px;
}

.u-pb30 {
  padding-bottom: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-pt50 {
  padding-top: 50px;
}

.u-pb50 {
  padding-bottom: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-pt60 {
  padding-top: 60px;
}

.u-pb60 {
  padding-bottom: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-pt70 {
  padding-top: 70px;
}

.u-pb70 {
  padding-bottom: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-pt90 {
  padding-top: 90px;
}

.u-pb90 {
  padding-bottom: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-pt100 {
  padding-top: 100px;
}

.u-pb100 {
  padding-bottom: 100px;
}

.u-mt110 {
  margin-top: 110px;
}

.u-mb110 {
  margin-bottom: 110px;
}

.u-pt110 {
  padding-top: 110px;
}

.u-pb110 {
  padding-bottom: 110px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-pt120 {
  padding-top: 120px;
}

.u-pb120 {
  padding-bottom: 120px;
}

.u-mt130 {
  margin-top: 130px;
}

.u-mb130 {
  margin-bottom: 130px;
}

.u-pt130 {
  padding-top: 130px;
}

.u-pb130 {
  padding-bottom: 130px;
}

.u-mt140 {
  margin-top: 140px;
}

.u-mb140 {
  margin-bottom: 140px;
}

.u-pt140 {
  padding-top: 140px;
}

.u-pb140 {
  padding-bottom: 140px;
}

.u-mt150 {
  margin-top: 150px;
}

.u-mb150 {
  margin-bottom: 150px;
}

.u-pt150 {
  padding-top: 150px;
}

.u-pb150 {
  padding-bottom: 150px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-pt160 {
  padding-top: 160px;
}

.u-pb160 {
  padding-bottom: 160px;
}

.u-mt170 {
  margin-top: 170px;
}

.u-mb170 {
  margin-bottom: 170px;
}

.u-pt170 {
  padding-top: 170px;
}

.u-pb170 {
  padding-bottom: 170px;
}

.u-mt180 {
  margin-top: 180px;
}

.u-mb180 {
  margin-bottom: 180px;
}

.u-pt180 {
  padding-top: 180px;
}

.u-pb180 {
  padding-bottom: 180px;
}

.u-mt190 {
  margin-top: 190px;
}

.u-mb190 {
  margin-bottom: 190px;
}

.u-pt190 {
  padding-top: 190px;
}

.u-pb190 {
  padding-bottom: 190px;
}

.u-mt200 {
  margin-top: 200px;
}

.u-mb200 {
  margin-bottom: 200px;
}

.u-pt200 {
  padding-top: 200px;
}

.u-pb200 {
  padding-bottom: 200px;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-fwB {
  font-weight: bold;
}

.u-fwN {
  font-weight: normal;
}

@media (max-width: 767px) {
  .l-hero__inner {
    height: auto;

  }

  .topicpathArea__inner {
    visibility: hidden;
  }

  ul.topicpath {
    float: none;
    width: auto;
    padding: 0;
    background-image: none;
    line-height: 1.75;
    color: #4d4d4d;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  ul.topicpath li {
    float: none;
    display: inline;
    font-size: 12px !important;
  }

  ul.topicpath li:nth-child(n+2) {
    position: relative;
    margin-left: 25px;
  }

  ul.topicpath li:nth-child(n+2)::before,
  ul.topicpath li:nth-child(n+2)::after {
    position: absolute;
    left: -16px;
    display: block;
    width: 7px;
    height: 1px;
    background: #999;
    content: "";
    font-size: 0;
  }

  ul.topicpath li:nth-child(n+2)::before {
    top: 4px;
    transform: rotate(35deg);
  }

  ul.topicpath li:nth-child(n+2)::after {
    top: 8px;
    transform: rotate(-35deg);
  }

  ul.topicpath li+li:before {
    display: none;
  }

  .btn-top-01.js-scroll-top {
    opacity: 1;
    transition: opacity .5s;
  }

  .btn-top-01.js-scroll-top.is-hidden {
    opacity: 0;
  }

  .btn-top-01.js-scroll-top.is-fixed {
    position: fixed;
    bottom: 75px;
  }

  .l-contents-area {
    padding: 0 15px 56px;
  }

  .l-layout {
    margin-bottom: 32px;
  }

  .l-layout__login {
    margin-bottom: 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .l-layout__main {
    margin-bottom: 32px;
    padding: 24px 15px 32px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }

  .l-content>.l-login,
  .l-layout__main>.l-login {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .l-content>.l-login:first-child,
  .l-layout__main>.l-login:first-child {
    margin-top: -16px;
  }

  .l-logout__btn .btn {
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    transition: 200ms;
    cursor: pointer;
  }

  .l-page-nav__item:nth-child(odd)::after {
    border-right: 1px solid #E6E6E6;
  }

  .l-page-nav__item:nth-child(n+3) {
    border-top: 1px solid #E6E6E6;
  }

  .l-page-nav__item a span {
    display: flex;
    align-items: center;
    min-height: 2.66667em;
  }

  .c-btn.s0 {
    width: 100%;
  }

  .c-btn.s1 {
    width: 100%;
  }

  .c-carouselList .swiper-button-next,
  .c-carouselList .swiper-button-prev {
    display: none;
  }

  .c-colWrap__col {
    margin-bottom: 32px;
  }

  .p-bnrList.__col2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .c-conts-list__item:not(:last-child) {
    margin-bottom: 32px;
  }

  .l-hero__ttl {
    width: 72px;
  }

  .l-hero__badge {
    top: 8px;
    left: 8px;
    width: 75px;
  }

  .l-hero__dora {
    bottom: -40px;
    right: 0;
    width: 102px;
  }

  .l-hero__inner img {
    width: 100%;
    height: auto;
  }

  .c-side-category-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .c-side-conts-nav {
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .p-section:last-child {
    padding-bottom: 72px;
  }

  .u-align-left-sp {
    text-align: left;
  }

  .u-align-center-sp {
    text-align: center;
  }

  .u-align-right-sp {
    text-align: right;
  }

  .u-pcbr {
    display: none;
  }

  .u-spbr {
    display: block;
  }

  .u-pconly {
    display: none;
  }

  .u-sponly {
    display: block;
  }

  .u-fz1sp {
    font-size: 1px;
  }

  .u-fz2sp {
    font-size: 2px;
  }

  .u-fz3sp {
    font-size: 3px;
  }

  .u-fz4sp {
    font-size: 4px;
  }

  .u-fz5sp {
    font-size: 5px;
  }

  .u-fz6sp {
    font-size: 6px;
  }

  .u-fz7sp {
    font-size: 7px;
  }

  .u-fz8sp {
    font-size: 8px;
  }

  .u-fz9sp {
    font-size: 9px;
  }

  .u-fz10sp {
    font-size: 10px;
  }

  .u-fz11sp {
    font-size: 11px;
  }

  .u-fz12sp {
    font-size: 12px;
  }

  .u-fz13sp {
    font-size: 13px;
  }

  .u-fz14sp {
    font-size: 14px;
  }

  .u-fz15sp {
    font-size: 15px;
  }

  .u-fz16sp {
    font-size: 16px;
  }

  .u-fz17sp {
    font-size: 17px;
  }

  .u-fz18sp {
    font-size: 18px;
  }

  .u-fz19sp {
    font-size: 19px;
  }

  .u-fz20sp {
    font-size: 20px;
  }

  .u-fz21sp {
    font-size: 21px;
  }

  .u-fz22sp {
    font-size: 22px;
  }

  .u-fz23sp {
    font-size: 23px;
  }

  .u-fz24sp {
    font-size: 24px;
  }

  .u-fz25sp {
    font-size: 25px;
  }

  .u-fz26sp {
    font-size: 26px;
  }

  .u-fz27sp {
    font-size: 27px;
  }

  .u-fz28sp {
    font-size: 28px;
  }

  .u-fz29sp {
    font-size: 29px;
  }

  .u-fz30sp {
    font-size: 30px;
  }

  .u-fz31sp {
    font-size: 31px;
  }

  .u-fz32sp {
    font-size: 32px;
  }

  .u-mt-s1sp {
    margin-top: 8px;
  }

  .u-mb-s1sp {
    margin-bottom: 8px;
  }

  .u-mt-s2sp {
    margin-top: 16px;
  }

  .u-mb-s2sp {
    margin-bottom: 16px;
  }

  .u-mt-s3sp {
    margin-top: 24px;
  }

  .u-mb-s3sp {
    margin-bottom: 24px;
  }

  .u-mt-s4sp {
    margin-top: 32px;
  }

  .u-mb-s4sp {
    margin-bottom: 32px;
  }

  .u-mt-s5sp {
    margin-top: 40px;
  }

  .u-mb-s5sp {
    margin-bottom: 40px;
  }

  .u-mt-s6sp {
    margin-top: 48px;
  }

  .u-mb-s6sp {
    margin-bottom: 48px;
  }

  .u-mt-s7sp {
    margin-top: 56px;
  }

  .u-mb-s7sp {
    margin-bottom: 56px;
  }

  .u-mt-s8sp {
    margin-top: 64px;
  }

  .u-mb-s8sp {
    margin-bottom: 64px;
  }

  .u-mt-s9sp {
    margin-top: 72px;
  }

  .u-mb-s9sp {
    margin-bottom: 72px;
  }

  .u-mt-s10sp {
    margin-top: 80px;
  }

  .u-mb-s10sp {
    margin-bottom: 80px;
  }

  .u-mt0sp {
    margin-top: 0px;
  }

  .u-mb0sp {
    margin-bottom: 0px;
  }

  .u-pt0sp {
    padding-top: 0px;
  }

  .u-pb0sp {
    padding-bottom: 0px;
  }

  .u-mt10sp {
    margin-top: 10px;
  }

  .u-mb10sp {
    margin-bottom: 10px;
  }

  .u-pt10sp {
    padding-top: 10px;
  }

  .u-pb10sp {
    padding-bottom: 10px;
  }

  .u-mt20sp {
    margin-top: 20px;
  }

  .u-mb20sp {
    margin-bottom: 20px;
  }

  .u-pt20sp {
    padding-top: 20px;
  }

  .u-pb20sp {
    padding-bottom: 20px;
  }

  .u-mt30sp {
    margin-top: 30px;
  }

  .u-mb30sp {
    margin-bottom: 30px;
  }

  .u-pt30sp {
    padding-top: 30px;
  }

  .u-pb30sp {
    padding-bottom: 30px;
  }

  .u-mt40sp {
    margin-top: 40px;
  }

  .u-mb40sp {
    margin-bottom: 40px;
  }

  .u-pt40sp {
    padding-top: 40px;
  }

  .u-pb40sp {
    padding-bottom: 40px;
  }

  .u-mt50sp {
    margin-top: 50px;
  }

  .u-mb50sp {
    margin-bottom: 50px;
  }

  .u-pt50sp {
    padding-top: 50px;
  }

  .u-pb50sp {
    padding-bottom: 50px;
  }

  .u-mt60sp {
    margin-top: 60px;
  }

  .u-mb60sp {
    margin-bottom: 60px;
  }

  .u-pt60sp {
    padding-top: 60px;
  }

  .u-pb60sp {
    padding-bottom: 60px;
  }

  .u-mt70sp {
    margin-top: 70px;
  }

  .u-mb70sp {
    margin-bottom: 70px;
  }

  .u-pt70sp {
    padding-top: 70px;
  }

  .u-pb70sp {
    padding-bottom: 70px;
  }

  .u-mt80sp {
    margin-top: 80px;
  }

  .u-mb80sp {
    margin-bottom: 80px;
  }

  .u-pt80sp {
    padding-top: 80px;
  }

  .u-pb80sp {
    padding-bottom: 80px;
  }

  .u-mt90sp {
    margin-top: 90px;
  }

  .u-mb90sp {
    margin-bottom: 90px;
  }

  .u-pt90sp {
    padding-top: 90px;
  }

  .u-pb90sp {
    padding-bottom: 90px;
  }

  .u-mt100sp {
    margin-top: 100px;
  }

  .u-mb100sp {
    margin-bottom: 100px;
  }

  .u-pt100sp {
    padding-top: 100px;
  }

  .u-pb100sp {
    padding-bottom: 100px;
  }

  .u-mt110sp {
    margin-top: 110px;
  }

  .u-mb110sp {
    margin-bottom: 110px;
  }

  .u-pt110sp {
    padding-top: 110px;
  }

  .u-pb110sp {
    padding-bottom: 110px;
  }

  .u-mt120sp {
    margin-top: 120px;
  }

  .u-mb120sp {
    margin-bottom: 120px;
  }

  .u-pt120sp {
    padding-top: 120px;
  }

  .u-pb120sp {
    padding-bottom: 120px;
  }

  .u-mt130sp {
    margin-top: 130px;
  }

  .u-mb130sp {
    margin-bottom: 130px;
  }

  .u-pt130sp {
    padding-top: 130px;
  }

  .u-pb130sp {
    padding-bottom: 130px;
  }

  .u-mt140sp {
    margin-top: 140px;
  }

  .u-mb140sp {
    margin-bottom: 140px;
  }

  .u-pt140sp {
    padding-top: 140px;
  }

  .u-pb140sp {
    padding-bottom: 140px;
  }

  .u-mt150sp {
    margin-top: 150px;
  }

  .u-mb150sp {
    margin-bottom: 150px;
  }

  .u-pt150sp {
    padding-top: 150px;
  }

  .u-pb150sp {
    padding-bottom: 150px;
  }

  .u-mt160sp {
    margin-top: 160px;
  }

  .u-mb160sp {
    margin-bottom: 160px;
  }

  .u-pt160sp {
    padding-top: 160px;
  }

  .u-pb160sp {
    padding-bottom: 160px;
  }

  .u-mt170sp {
    margin-top: 170px;
  }

  .u-mb170sp {
    margin-bottom: 170px;
  }

  .u-pt170sp {
    padding-top: 170px;
  }

  .u-pb170sp {
    padding-bottom: 170px;
  }

  .u-mt180sp {
    margin-top: 180px;
  }

  .u-mb180sp {
    margin-bottom: 180px;
  }

  .u-pt180sp {
    padding-top: 180px;
  }

  .u-pb180sp {
    padding-bottom: 180px;
  }

  .u-mt190sp {
    margin-top: 190px;
  }

  .u-mb190sp {
    margin-bottom: 190px;
  }

  .u-pt190sp {
    padding-top: 190px;
  }

  .u-pb190sp {
    padding-bottom: 190px;
  }

  .u-mt200sp {
    margin-top: 200px;
  }

  .u-mb200sp {
    margin-bottom: 200px;
  }

  .u-pt200sp {
    padding-top: 200px;
  }

  .u-pb200sp {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .btn-top-01 {
    right: 80px;
    bottom: 64px;
    z-index: 999;
  }

  .btn-top-01 a {
    width: 70px;
    height: 70px;
    transition: background .2s;
  }

  .btn-top-01 a::before,
  .btn-top-01 a::after {
    width: 22px;
    height: 4px;
  }

  .btn-top-01 a::before {
    left: -12px;
  }

  .btn-top-01 a::after {
    left: 13px;
  }

  .btn-top-01 a:hover,
  .btn-top-01 a:active {
    background: #00aaeb;
  }

  .l-contents-area {
    width: 1130px;
    margin: 0 auto;
    padding-bottom: 120px;
  }

  .l-wrapper .l-contents-area {
    max-width: none !important;
  }

  .l-layout {
    display: grid;
    display: -ms-grid;
    grid-gap: 0 32px;
    gap: 0 32px;
    -ms-grid-rows: auto 1fr;
    -ms-grid-columns: 734px 32px 300px;
    grid-template: "main login" auto "main side" 1fr / 734px 300px;
    width: 1130px;
    margin-left: auto;
    margin-right: auto;
    padding: 48px 32px 64px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #ffffff;
  }

  .l-layout__login {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: login;
  }

  .l-layout__main {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-row-span: 2;
    width: 734px;
    grid-area: main;
  }

  .l-layout__side {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
    width: 300px;
    grid-area: side;
  }

  .l-login {
    width: 776px;
  }

  .l-login__head {
    height: 60px;
  }

  .l-login__ttl {
    font-size: 16px;
  }

  .l-login__btn+.l-login__btn {
    margin-top: 0;
  }

  .l-login.l-login--side {
    margin-bottom: 32px;
    padding: 0;
  }

  .l-login.l-login--side .l-login__cont {
    border: 1px solid #e6e6e6;
    border-top: none;
  }

  .l-login:not(.l-login--side) {
    padding: 0;
  }

  .l-login:not(.l-login--side) .l-login__head {
    padding: 0 20px;
  }

  .l-login:not(.l-login--side) .l-login__ttl::before {
    margin-right: 12px;
  }

  .l-login:not(.l-login--side) .l-login__cont {
    padding: 16px 0px 32px;
  }

  .l-login:not(.l-login--side) .l-login__primary {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }

  .l-login:not(.l-login--side) .l-login__primary .l-login__btnWrap {
    width: 268px;
    margin-bottom: 1px;
  }

  .l-login:not(.l-login--side) .l-login__list01 {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 0;
  }

  .l-login:not(.l-login--side) .l-login__list01 li {
    flex: 0 0 340px;
  }

  .l-login:not(.l-login--side) .l-login__list01 li:not(:last-child) {
    margin: 0 8px 0 0;
  }

  .l-login:not(.l-login--side) .l-login__btn .btn {
    max-width: 268px;
  }

  .l-login:not(.l-login--side) .l-login__secondary> :not(:last-child) {
    margin-bottom: 24px;
  }

  .l-login:not(.l-login--side) .l-login__list02 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-login:not(.l-login--side) .l-login__list02>li:not(:last-child) {
    margin-right: 30px;
    margin-bottom: 0;
  }

  .l-content>.l-login:not(.l-login--side) {
    margin-left: -32px;
    margin-right: -32px;
  }

  .l-content>.l-login:not(.l-login--side):first-child {
    margin-top: -32px;
  }

  .l-login.l-login--main {
    margin-bottom: 32px;
    padding: 0;
  }

  .l-login.l-login--main .l-login__head {
    padding-left: 16px;
    padding-right: 16px;
  }

  .l-login.l-login--main .l-login__cont {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #e6e6e6;
    border-top: none;
  }

  .l-login.l-login--main .l-login__primary .l-login__btnWrap {
    width: 186px;
  }

  .l-login.l-login--main .l-login__list01 li {
    flex: 0 0 250px;
  }

  .l-page-nav {
    font-size: 14px;
  }

  html.is-page-nav-fixed .l-page-nav__inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.25);
  }

  .l-page-nav__inner2 {
    margin: 0 auto;
    max-width: 1130px;
    flex-wrap: nowrap;
  }

  .l-page-nav__item {
    width: auto;
    flex: 1 1;
  }

  .l-page-nav__item::after {
    border-right: 1px solid #E6E6E6;
  }

  .l-page-nav__item:first-child::before {
    border-left: 1px solid #E6E6E6;
  }

  .l-page-nav__item a {
    align-items: center;
    height: 90px;
    padding: 0 0 5px;
    font-size: 14px;
    text-align: center;
  }

  .l-page-nav__item a:after {
    top: auto;
    bottom: 10px;
    left: auto;
    right: auto;
    font-size: 18px;
  }

  .c-carouselList {
    margin: 0 auto;
    padding: 0;
  }

  .c-carouselList__container {
    overflow: hidden;
  }

  .c-carouselList__slide {
    width: var(--pc);
  }

  .c-carouselList__icon-swipe {
    display: none;
  }

  .c-carouselList .swiper-pagination {
    display: none;
  }

  .c-carouselList .swiper-button-next,
  .c-carouselList .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    --swiper-navigation-size: 34px;
    width: var(--swiper-navigation-size);
    border-radius: 9999px;
    background-color: rgba(119, 137, 147, 0.7);
    transition: opacity 200ms;
    cursor: pointer;
  }

  .c-carouselList .swiper-button-prev {
    left: -50px;
  }

  .c-carouselList .swiper-button-next {
    right: -50px;
  }

  .c-colWrap {
    display: flex;
    flex-wrap: wrap;
  }

  .c-colWrap--col2 .c-colWrap__col {
    width: calc((100% - 32px) / 2);
  }

  .c-colWrap--col2 .c-colWrap__col:nth-child(odd) {
    margin-right: 32px;
  }

  .c-colWrap--col2 .c-colWrap__col:nth-child(n+3) {
    margin-top: 32px;
  }

  .c-colWrap--col3 .c-colWrap__col {
    width: calc((100% - 32px * 2) / 3);
  }

  .c-colWrap--col3 .c-colWrap__col:not(:nth-child(3n)) {
    margin-right: 32px;
  }

  .c-colWrap--col3 .c-colWrap__col:nth-child(n+4) {
    margin-top: 32px;
  }

  .c-conts-list {
    display: flex;
    flex-wrap: wrap;
  }

  .c-conts-list__item {
    width: calc((100% - 32px) / 2);
  }

  .c-conts-list__item:nth-child(odd) {
    margin-right: 32px;
  }

  .c-conts-list__item:nth-child(n+3) {
    margin-top: 32px;
  }

  .c-conts-list__item__thumb {
    width: calc((100% - 26px) / 2);
    max-width: 145px;
    margin-right: 26px;
  }

  .c-hdg2,
  .c-hdg2--light {
    font-size: 32px;
  }

  .c-hdg2--light {
    font-size: 24px;
  }

  .c-hdg2--light .__smaller {
    font-size: 14px;
  }

  /*
  .l-hero__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1130px;
  }
  .l-hero__inner img {
    max-width: none;
  }
  .l-hero__upper {
    height: 240px;
    background-image: url(../images/bg_hero01@pc.png), url(../images/bg_hero02@pc.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center, center;
    background-size: auto 240px, auto 240px;
  }*/
  .l-hero__lower .l-hero__inner {
    padding: 10px;
  }

  .l-hero__badge {
    top: 17px;
    left: 48px;
    width: 128px;
  }

  .l-hero__dora {
    top: 26px;
    right: 63px;
  }

  .c-index-head {
    margin-bottom: 64px;
    padding: 24px 32px;
  }

  .c-index-head__ttl {
    margin-bottom: 24px;
  }

  .p-section {
    padding: 50px 0 64px;
    /* padding: 0; */
  }

  .p-section.__white::before {
    min-width: max(100vw, 1130px);
  }

  .p-section.__bg1::before {
    min-width: max(100vw, 1130px);
    background-image: url(../images/bg_pickup_01@pc.png);
  }

  .p-section.__bg2::before {
    min-width: max(100vw, 1130px);
    background-position: center top;
    background-size: cover;
  }

  .p-section.__bg3::before {
    min-width: max(100vw, 1130px);
  }

  .p-section__inner {
    --mt: 24px;
  }

  .p-guidance:not(:first-child) {
    --mt: 24px;
  }

  .p-sector:not(:first-child) {
    --mt: 50px;
  }

  .p-sector__inner {
    --mt: 16px;
  }

  .p-sector-white {
    padding: 60px var(--gutter);
  }

  .p-sector-white:not(:first-child) {
    --mt: 60px;
  }

  .p-sector-white .p-sector__inner {
    --mt: 42px;
  }

  .p-sector-white.__small {
    padding: 50px var(--gutter);
  }

  .p-sector-white.__small:not(:first-child) {
    --mt: 40px;
  }

  .p-sector-white.__wide {
    margin-left: 0;
    margin-right: 0;
  }

  .p-swipeGrid {
    --gutter: 0;
  }

  .p-swipeGrid.__guest {
    min-height: 400px;
  }

  .p-swipeGrid__icon-swipe {
    display: none;
  }

  .p-swipeGrid__list {
    gap: 32px;
  }

  .p-ttl-pickup {
    font-size: 26px;
  }

  .p-ttl-pickup .__head {
    font-size: 22px;
  }

  .p-ttl-pickup .__head .__before {
    height: 50px;
  }

  .p-ttl-pickup .__head .__after {
    height: 50px;
  }

  .p-ttl-pickup .__head .__month .__num {
    font-size: 34px;
  }

  .p-ttl-tape {
    --gutter: 0;
    text-align: center;
  }

  .p-hdg2,
  .p-hdg2--light {
    font-size: 32px;
  }

  .p-hdg2 .__smaller,
  .p-hdg2--light .__smaller {
    font-size: 16px;
  }

  .p-hdg2--light {
    font-size: 24px;
  }

  .p-hdg2--light .__smaller {
    font-size: 14px;
  }

  .p-shortmovie {
    width: auto;
    max-width: var(--width_content_02);
  }

  .p-shortmovie__inner {
    display: grid;
    grid-template-columns: 375px 1fr;
    gap: 32px;
  }

  .p-shortmovie__body {
    margin-top: 0;
  }

  .p-shortmovie__ttl {
    font-size: 20px;
  }

  .p-shortmovie__lead {
    margin-top: 14px;
  }

  .p-tieupBox {
    padding: 40px 15px;
  }

  .p-tieupBox:not(:first-child) {
    margin-top: 40px;
  }

  .p-tieupBox .c-hdg3 {
    font-size: 24px;
  }

  .p-tieupBox__column {
    gap: 24px;
  }

  .p-tieupBox__column:not(:first-child) {
    margin-top: 24px;
  }

  .p-tieupBox__column__pic {
    width: 320px;
  }

  .p-tieupBox__column__box {
    font-size: 20px;
  }

  .p-areanavi__list {
    grid-template-columns: repeat(5, 1fr);
  }

  .p-bnrList.__col4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 24px;
  }

  .p-bnrList.__col3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px 28px;
  }

  .p-bnrList:not(:first-child) {
    margin-top: 24px;
  }

  .p-featureArea {
    background-image: url(../images/bg_featureArea_01@pc.png);
  }

  .p-featureArea:not(:first-child) {
    margin-top: 56px;
  }

  .p-featureArea__lead {
    display: none;
  }

  .p-featureArea__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: var(--width_content_01);
  }

  .p-featureArea__pic__balloon {
    position: absolute;
    top: -72px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .p-featureArea__txt .__ttl {
    font-size: 20px;
  }

  .p-featureArea__txt> :not(:first-child) {
    margin-top: 14px;
  }

  .p-lyt-overlay {
    margin-left: -28px;
    margin-right: -28px;
  }

  .p-lyt-overlay__txt {
    font-size: 14px;
  }

  .p-lyt-overlay__txt .__text02 {
    font-size: 20px;
  }
}

@media (min-width: 767px) {
  .l-logout__btn {
    width: 20%;
    margin: 0 auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .l-page-nav__item a:hover {
    text-decoration: none;
  }

  .l-page-nav__item a:hover:before {
    opacity: 1;
    transform: scale(1);
  }

  .c-carouselList__slide>a:hover .c-carouselList__slide__pic {
    opacity: 0.7;
  }

  .p-swipeGrid__update button:hover {
    color: #349eff;
  }

  .p-swipeGrid__cell__inner:hover {
    text-decoration: none;
  }

  .p-swipeGrid__cell__inner:hover .p-swipeGrid__cell__pic {
    opacity: 0.7;
  }

  .p-shortmovie__pic>a:hover {
    opacity: 0.7;
  }

  .p-shortmovie__ttl a:hover {
    text-decoration: none;
  }

  .p-tieupBox__column__pic>a:hover {
    opacity: 0.7;
  }

  .p-tieupBox__column__box a:hover {
    text-decoration: none;
  }

  .p-areanavi__list__item .c-btn:hover .__ico {
    translate: 0 -10%;
  }

  .p-bnrList__item>a:hover {
    text-decoration: none;
  }

  .p-bnrList__item>a:hover .p-bnrList__item__pic {
    opacity: 0.7;
  }

  .p-section-sns__list__item a:hover {
    opacity: 0.7;
  }

  .p-featureArea__pic>a:hover {
    opacity: 0.7;
  }

  .p-featureArea__txt:hover {
    text-decoration: none;
  }
}

.hidetime {
  display: none;
}