@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 810px) {
  html {
    font-size: 1.9277108434vw;
  }
}
@media (min-width: 830px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #000;
}

@media screen and (min-width: 810px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

html {
  scroll-behavior: smooth;
}

.anchor-link {
  scroll-margin-top: 13.125rem;
}
@media screen and (min-width: 810px) {
  .anchor-link {
    scroll-margin-top: 5.9375rem;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 809px) {
  .l-footer {
    padding-top: 0;
  }
}
@media screen and (min-width: 810px) {
  .l-footer {
    padding-top: 0;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 810px) {
  .l-inner {
    max-width: 830px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-main {
  padding-top: 13.125rem;
}

@media screen and (min-width: 810px) {
  .l-main {
    padding-top: 5.9375rem;
  }
}

@media (max-width: 809px) {
  .l-main {
    padding-top: 8.5rem;
  }

  .l-mv {
    padding-top: 0;
  }
}

.l-mv {
  padding-top: 1.25rem;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 810px) {
  .l-mv {
    padding-top: 0;
  }
}

.c-copy-right {
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 5.0625rem;
}

.c-page-top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  z-index: 100;
  background: url(../images/btn_pagetop.png) no-repeat;
  background-size: 100% auto;
  width: 5rem;
  height: 6.875rem;
  cursor: pointer;
}
@media screen and (min-width: 810px) {
  .c-page-top {
    left: auto;
    right: 2.5rem;
    width: 8.5625rem;
    height: 13.375rem;
  }
}

.c-section-title img {
  width: 100%;
}

.p-akibear__inner {
  background: url(../images/bg_akibear.jpg) no-repeat center center/cover;
  padding-top: 1.875rem;
  padding-bottom: 1rem;
}

.p-akibear__box {
  background-color: #fff;
  border: 3px solid #f05382;
  border-radius: 1.625rem;
  max-width: 31.25rem;
  padding: 2.5rem 1.25rem 1.6875rem;
  margin-inline: auto;
}
@media screen and (min-width: 810px) {
  .p-akibear__box {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    max-width: 100%;
    padding: 2.25rem 0.3125rem 0.375rem;
  }
}

@media screen and (min-width: 810px) {
  .p-akibear__box-title {
    grid-area: 1/1/2/2;
    padding-left: 2.375rem;
  }
}

.p-akibear__box-title img {
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 810px) {
  .p-akibear__box-title img {
    max-width: 23.1875rem;
    margin-inline: initial;
  }
}

.p-akibear__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: -0.06em;
  max-width: 100%;
  text-align: center;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 810px) {
  .p-akibear__text {
    grid-area: 2/1/3/2;
    text-align: left;
    padding-left: 2.1875rem;
  }
}

.p-akibear__character {
  margin-top: 1.25rem;
}
@media screen and (min-width: 810px) {
  .p-akibear__character {
    grid-area: 1/2/3/3;
    padding-top: 0.625rem;
    padding-right: 3.5625rem;
    margin-top: 0;
  }
}

.p-akibear__character img {
  max-width: 14rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 810px) {
  .p-akibear__character img {
    margin-inline: initial;
  }
}

.p-akibear__line {
  margin-top: 1.625rem;
}
@media screen and (min-width: 810px) {
  .p-akibear__line {
    grid-area: 3/1/4/3;
    margin-top: 0;
  }
}

.p-akibear__btn {
  margin-top: 1.5625rem;
}

.p-akibear__btn a {
  display: inline-block;
  background: url(../images/brn-line_off.png) no-repeat center/contain;
  max-width: 48.75rem;
  width: 100%;
  height: 3.125rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-akibear__btn a:hover {
  background: url(../images/brn-line_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-campaign {
  font-size: 0;
}

.p-campaign__inner {
  background: url(../images/bg_campaign.jpg) no-repeat top center/cover;
  padding-top: 0.625rem;
  padding-bottom: 3.1875rem;
}

.p-footer {
  border-bottom: 20px solid #009FE8;
}

.p-header {
  background: url("../images/mv_bg.png") no-repeat center top;
  background-size: cover;
  height: 13.125rem;
  padding-top: 0.625rem;
  height: auto;
  padding-bottom: 0.6rem;
}

@media screen and (min-width: 810px) {
  .p-header {
    height: 5.9375rem;
  }
}

@media screen and (min-width: 810px) {
  .p-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-header__top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem;
  margin-top: 0.625rem;
}
@media screen and (min-width: 810px) {
  .p-header__top-btn {
    margin-left: 0.4375rem;
    margin-top: 0;
  }
}

.p-header__top-btn img {
  width: 9.1875rem;
}
@media screen and (min-width: 810px) {
  .p-header__top-btn img {
    width: 8.4375rem;
  }
}

.p-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 810px) {
  .p-header__sns {
    gap: 0.625rem;
    margin-left: auto;
    margin-top: 0;
  }
}

.p-header__sns-twitter {
  width: 4.375rem;
}

.p-header__sns-facebook {
  width: 5rem;
}

@media screen and (min-width: 810px) {
  .p-header__bottom {
    margin-top: 0.4375rem;
  }
}

.p-header__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* ← SPも3列 */
  gap: 0.3125rem;
  width: 100%;
  max-width: 36rem;       /* ← 3つ分の幅に制限して中央寄せ */
  margin-inline: auto;
}

/* PCも同じ（書かなくてもいいけど、明示したいなら） */
@media screen and (min-width: 810px) {
  .p-header__menu {
    grid-template-columns: repeat(3, 1fr);
    max-width: 36rem;
  }
}

.p-header__item a {
  display: block;
  width: 100%;
  height: 3rem;
  transition-duration: 0.3s;
}

.p-header__item-01 a {
  background: url(../images/menu01_off.png) no-repeat center/contain;
}
.p-header__item-02 a {
  background: url(../images/menu02_off.png) no-repeat center/contain;
}
.p-header__item-03 a {
  background: url(../images/menu03_off.png) no-repeat center/contain;
}

.p-header__item-01:hover a {
  background: url(../images/menu01_on.png) no-repeat center/contain;
  opacity: 1;
}
.p-header__item-02:hover a {
  background: url(../images/menu02_on.png) no-repeat center/contain;
  opacity: 1;
}
.p-header__item-03:hover a {
  background: url(../images/menu03_on.png) no-repeat center/contain;
  opacity: 1;
}

@media (max-width: 375px) {
  .p-header__item a {
    height: 2.6rem; /* 少しだけ低くする */
  }
}



.p-map__inner {
  background: url(../images/bg_map.jpg) no-repeat top center/cover;
  padding-top: 1.875rem;
  padding-bottom: 2.75rem;
}

@media (max-width: 809px) {
  .p-map__inner {
    padding-bottom: 7rem;
  }

  .c-copy-right {
    margin-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .l-footer {
    padding-top: 0;
  }
}


.p-map__text {
  max-width: 42.125rem;
  margin-inline: auto;
}

.p-map__img {
  max-width: 46.625rem;
  margin-inline: auto;
  margin-top: 1.25rem;
}

.p-map__btn {
  margin-top: 1.5625rem;
}

.p-map__btn a {
  display: inline-block;
  background: url(../images/btndl_off.png) no-repeat center/contain;
  max-width: 48.75rem;
  width: 100%;
  height: 3.125rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-map__btn a:hover {
  background: url(../images/btndl_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-mv {
  background: url(../images/bg_main.jpg) no-repeat center center/cover;
}

.p-mv__inner {
  display: contents;
}
@media screen and (min-width: 810px) {
  .p-mv__inner {
    display: block;
  }
}

.p-mv .swiper {
  width: 100%;
}

.p-mv .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv .swiper-slide a:hover {
  opacity: 1;
}

.p-recommended__inner {
  background: url(../images/bg_recommended_open.jpg) no-repeat top center/auto;
  padding-top: 0.875rem;
  padding-bottom: 3.1875rem;
}
@media screen and (min-width: 810px) {
  .p-recommended__inner {
    background: url(../images/bg_recommended_open.jpg) no-repeat top center/cover;
  }
}

.p-recommended__sub-title {
  max-width: 47.125rem;
  margin-inline: auto;
}

.p-recommended__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.3125rem 0.625rem;
  max-width: 24.0625rem;
  margin-inline: auto;
}
@media screen and (min-width: 810px) {
  .p-recommended__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.3125rem 0.625rem;
    max-width: 100%;
  }
}

.p-recommended__item a {
  display: block;
  width: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  aspect-ratio: 187/48;
}

.p-recommended__item.p-recommended__item--mitsubishi a {
  background: url(../images/recommended_logo_mitsubishi_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--hitachi a {
  background: url(../images/recommended_logo_hitachi_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--panasonic a {
  background: url(../images/recommended_logo_panasonic_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--toshiba a {
  background: url(../images/recommended_logo_toshiba_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--denon a {
  background: url(../images/recommended_logo_denon_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--sony a {
  background: url(../images/recommended_logo_sony_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--sharp a {
  background: url(../images/recommended_logo_sharp_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--victor a {
  background: url(../images/recommended_logo_victor_off.png) no-repeat center/contain;
}

.p-recommended__item.p-recommended__item--mitsubishi a:hover {
  background: url(../images/recommended_logo_mitsubishi_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--hitachi:hover a {
  background: url(../images/recommended_logo_hitachi_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--panasonic:hover a {
  background: url(../images/recommended_logo_panasonic_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--toshiba:hover a {
  background: url(../images/recommended_logo_toshiba_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--denon:hover a {
  background: url(../images/recommended_logo_denon_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--sony:hover a {
  background: url(../images/recommended_logo_sony_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--sharp:hover a {
  background: url(../images/recommended_logo_sharp_on.png) no-repeat center/contain;
  opacity: 1;
}

.p-recommended__item.p-recommended__item--victor:hover a {
  background: url(../images/recommended_logo_victor_on.png) no-repeat center/contain;
  opacity: 1;
}

#recbody {
  margin-top: 0.4375rem;
}

#recommendarea img {
  display: none;
  margin-top: 1.25rem;
}
@media screen and (min-width: 810px) {
  #recommendarea img {
    margin-top: 1.875rem;
  }
}

#recommendarea a:hover {
  opacity: 1;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 810px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 810px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 810px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */

/* 20260119リンク再設定 */
.campain__link{
    position: relative;
}

.campain__link .link01{
    position: absolute;
    top: 27.2%;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 615 / 92;
    width: calc(307.5 / 780 * 100%);
    z-index: 1;
}
.campain__link .link01 a {
    position: relative;
    display: block;
    container-type: inline-size;
    width: 100%;
    height: 100%;
    background: url(../images/kiyaku_off.png)no-repeat center center / contain;
}
.campain__link .link01 a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #24456b;
    opacity: 0;
    border-radius: clamp(1px, calc(30 / 307.5 * 100cqw), 20px);
    transition: opacity .3s;
    pointer-events: none;
}
.campain__link .link01 a:hover{
   opacity: 1;
}
.campain__link .link01 a:hover::before{
    opacity: .6;
}

.campain__link .link02{
    position: absolute;
    top: 50.5%;
    left: 15%;
    aspect-ratio: 615 / 93;
    width: calc(307.5 / 780 * 100%);
    z-index: 1;
}

.campain__link .link02 a {
    position: relative;
    display: block;
    container-type: inline-size;
    width: 100%;
    height: 100%;
    background: url(../images/sns_link_off.png)no-repeat center center / contain;
}
.campain__link .link02 a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #24456b;
    opacity: 0;
    border-radius: clamp(1px, calc(30 / 307.5 * 100cqw), 20px);
    transition: opacity .3s;
    pointer-events: none;
}
.campain__link .link02 a:hover{
   opacity: 1;
}
.campain__link .link02 a:hover::before{
    opacity: .6;
}



.partition-link {
    position: relative;
}

.partition-link.mitsubishi-link .link01 {
    position: absolute;
    width: 100%;
    height: calc(323 / 816 * 100%);
    left: 50%;
    bottom: calc(380 / 816 * 100%);
    transform: translateX(-50%);
}
.partition-link.mitsubishi-link .link02 {
    position: absolute;
    width: 100%;
    height: calc(380 / 816 * 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.partition-link.panasonic-link .link01 {
    position: absolute;
    width: 100%;
    height: calc(476 / 864.44 * 100%);
    left: 50%;
    bottom: calc(276 / 864.44 * 100%);
    transform: translateX(-50%);
}
.partition-link.panasonic-link .link02 {
    position: absolute;
    width: 100%;
    height: calc(276 / 864.44 * 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.partition-link.toshiba-link .link01 {
    position: absolute;
    width: 100%;
    height: calc(476 / 865 * 100%);
    left: 50%;
    bottom: calc(276 / 865 * 100%);
    transform: translateX(-50%);
}
.partition-link.toshiba-link .link02 {
    position: absolute;
    width: 100%;
    height: calc(276 / 865 * 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}