/* reset */
*, *::before, *::after {
  box-sizing: border-box;
}
*:not(dialog) {
  margin: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
img, picture, video, canvas, svg {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
#root, #__next {
  isolation: isolate;
}

/* --------------------------------------------------
 LOOZER LP
-------------------------------------------------- */

/*---------- 共通設定 ----------*/
@media all and (max-width: 767px) {
  .pccont {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .spcont {
    display: none !important;
  }
}

body {
  background: #222;
  color: #fff;
  position: relative;
}
@media all and (min-width: 768px) {
  body {
    background: #222;
    color: #fff;
    min-width: 1280px;
  }
  .inner {
    width: 1280px;
    margin: 0 auto;
  }
}

#contents .content {
  padding-top: 21.5%;
  padding-bottom: 10%;
}
@media all and (min-width: 768px) {
  #contents .content {
    padding: 200px 0 100px;
  }
}

/*---------- TOP ----------*/
/* SP */

/* ローディングアニメ */
/* Loading背景画面設定　*/
#top #splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background:#000;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#top #splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#top #splash_logo img {
  width:130px;
}
#top .fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(30px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* header */
header {
  width: 100%;
  padding:3.3% 0 6.6%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .logo {
  width: 12.6%;
  margin: 0 auto;
}

/*---------- mvblock ----------*/
#top .mvblock {
  position: relative;
}
#top .mv {
  background: #000;
  overflow: hidden;
}
#top .mv .inner {
  position: relative;
}
#top .mv .mv-textbox {
  position: absolute;
  top: 20.2vw;
  left: 4%;
  z-index: 1;
}
#top .mv .mv-title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 1.25em;
  letter-spacing: 1px;
}
#top .mv .mv-lead {
  font-size: 12px;
  line-height: 2;
  text-shadow: 0 0 8px #333;
}
#top .mv .mv-slide {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/*---------- lineup ----------*/
#top .lineup {
  padding: 8% 0;
  background: #666;
}
#top .lineup-title {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5.3%;
}
#top .lineup-list {
  display: flex;
  width: 84%;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
  gap: 4%;
  list-style: none;
  flex-wrap: wrap;
}
#top .lineup-list li {
  width: 48%;
  text-align: center;
}
#top .lineup-list li a {
  height: 40.32vw;
  padding-top: 25vw;
  display: block;
  background: rgb(153 153 153/ .35);
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  transition: all .2s;
}
#top .lineup-list li a:hover {
  filter: brightness(1.5);
}
#top .lineup-list li a[href="#smarttable"] img {
  width: 70%;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
#top .lineup-list li a[href="#cookingheater"] img {
  width: 38%;
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
}
#top .lineup-list li a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10%;
  left: calc(50% - 6px);
}

/* 【特別エリア】2025年受賞 */
#top .item-special {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#top .item-special .item-special__wrap {
  width: 96%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
#top .item-special .item-special__title {
  width: 35%;
}
#top .item-special .item-special__text {
  width: 65%;
  font-size: 12px;
  line-height: 1.5;
  flex-grow: 1;
}

/*---------- メイン ----------*/
#top .item-main {
  position: relative;
}
#top .item-main .inner {
  position: relative;
}
#top .item-main video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top .item-main .item-main__textbox {
  position: absolute;
  left: 8%;
  top: 7.3vw;
}
#top .item-main .item-main__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}
#top .item-main .item-main__lead {
  font-size: 12px;
  line-height: 2;
}
/* 01.スマートテーブル */
#top #smarttable .item-main {
  height: 140vw;
  background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/bg_smarttable_sp.jpg') center no-repeat #000;
  background-size: auto 100%;
  background-size: cover;
}

/* 02.クッキングヒーター */
#top #cookingheater .item-main {
  height: 140vw;
  background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/bg_cookingheater_sp.jpg') center no-repeat #000;
  background-size: auto 100%;
  background-size: cover;
}

/* アイテムリスト */
#top .item-list {
  padding: 13.3% 4%;
}
#top .item-list ul.inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 4%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#top .item-list ul.inner > li {
  width: 48%;
}
#top .item-list .item-list__head {
  width: 100%;
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
}
#top .item-list .item-list__img {
  display: flex;
  width: 90%;
  height: 90%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top .item-list .item-list__colortype {
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
#top .item-list .item-list__colortype li {
  text-indent: -9999px;
  white-space: nowrap;
}
#top .item-list .item-list__colortype li:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #333;/* デフォルト */
  border-radius: 50px;
  border: 1px solid #fff;
}
/* カラーアイコンの色 */
#top .item-list .item-list__colortype li.bl:after {
  background-color: #000;
}
#top .item-list .item-list__colortype li.wh:after {
  background-color: #fff;
}
#top .item-list .item-list__colortype li.br:after {
  background-color: #6A1F1F;
}
#top .item-list__title {
  font-size: 14px;
  line-height: 1.68;
  margin-bottom: 20px;
  font-weight: bold;
  /* LOOZERアイテム用フォント */
  font-family: 'Audiowide', sans-serif;
	letter-spacing: 0;
}
#top .item-list__title .icon_new {
  font-size: 10px;
  background: #821E1E;
  line-height: 1;
  padding: 4px 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
}
#top .item-list__text {
  font-size: 11px;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 5em;
}
#top .item-list__btn a {
  line-height: 30px;
  display: block;
  border-radius: 50px;
  border: 1px solid #fff;
  background: #454545;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  transition: all .2s;
}
#top .item-list__btn a:hover {
  filter: brightness(1.5);
}
#top .item-list__btn a:after {
  content: '';
  display: block;
  width: 18px;
  height: 6px;
  background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/icon_arrow.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
}
#top .item-list__pdf {
  text-align: right;
  margin-top: 5px;
}
#top .item-list__pdf a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-size: 10px;
  line-height: 1.5;
}

/* 2025家電大賞アイコン */
#top .icon_special2025 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
}

/*---------- お知らせ ----------*/
#top .information {
  margin-top: 7.5%;
  margin-bottom: 5%;
}
#top .information .information-title {
  text-align: center;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 1em;
  letter-spacing: 1px;
}
#top .information .information-wrap {
  width: 84%;
  margin: 0 auto;
  padding: 5%;
  border: 1px solid #fff;
  max-height: 500px;
  overflow: auto;
}
#top .information .information-list {
  list-style: none;
  padding: 0;
}
#top .information .information-list li + li {
  border-top: 1px solid #707070;
}
#top .information .information-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
}
#top .information .information-list .information-list__date {
  color: #707070;
  font-size: 12px;
  line-height: 1.25;
  margin-bottom: 10px;
}
#top .information .information-list .information-list__text {
  font-size: 14px;
  line-height: 1.4;
}

/* スクロールバー */
#top .information-wrap::-webkit-scrollbar {
  width: 20px;
}
#top .information-wrap::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
  border-right: 6px solid transparent; /* 透明なボーダーをつける */
  border-left: 6px solid transparent; /* 透明なボーダーをつける */
  background-clip: padding-box; /* 背景を切り取る */
}
#top .information-wrap::-webkit-scrollbar-track {
  /* 上下に余白を付ける */
  margin-top: 4px;
  margin-bottom: 4px;
}


/*---------- footer ----------*/
footer {
  padding-top: 10%;
  padding-bottom: 20%;
}
footer .footer-wrap {
  margin-bottom: 15%;
  text-align: center;
}
footer .footer-logo {
  width: 20%;
  margin: 0 auto 10.6%;
}
footer .footer-link {
  list-style: none;
  margin: 0 0 10%;
  padding: 0;
}
footer .footer-link li {
  margin-bottom: 5%;
}
footer .footer-link a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 14px;
  line-height: 1.666;
}
footer .footer-link a + a {
  margin-top: .5em;
}
footer .footer-link h4 {
  margin-bottom: .5em;
}
footer .footer-link h4 a {
  font-size: 16px;
  line-height: 1.68;
}
footer .footer-copy {
  text-align: right;
}
footer .footer-copy__text {
  display: block;
  margin: 0 8%;
}
footer .footer-copy p {
  text-align: left;
  font-size: 12px;
  line-height: 1.71;
}
footer .footer-copy p + p {
  margin-top: 30px;
}
footer .footer-sns {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
}
footer .footer-sns li a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 100px;
  background: #454545;
}
footer .footer-sns li.insta a img {
  width: 22px;
  height: auto;
}
footer .footer-sns li.youtube a img {
  width: 28px;
  height: auto;
}

/* キャンペーンバナー関連 */
#campaignBanner {
  width: calc(100% - 60px);
  margin: 0 auto 30px;
}
#campaignFixed {
  position: fixed;
  right: 0px;
  bottom: 20px;
  width: 30%;
  background: #fff;
}
#campaignFixed a img {
  display: block;
}
#campaignFixed a:hover {
  opacity: 0.7;
}

/* PC */
@media all and (min-width: 768px) {

  /* header */
  header {
    width: 100%;
    padding:50px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  header .logo {
    width: 108px;
    height: 84px;
    margin: 0 auto;
  }

  /*---------- mvblock ----------*/
  #top .mvblock {
    position: relative;
  }
  #top .mv {
    background: #000;
    overflow: hidden;
  }
  #top .mv .inner {
    position: relative;
    padding-top: 50px;
  }
  #top .mv .mv-textbox {
    position: absolute;
    top: 184px;
    left: 0;
    z-index: 1;
  }
  #top .mv .mv-title {
    margin-bottom: 52px;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 1px;
  }
  #top .mv .mv-lead {
    font-size: 25px;
    line-height: 2;
    text-shadow: 0 0 8px #333;
  }
  #top .mv .mv-slide {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }

  /*---------- lineup ----------*/
  #top .lineup {
    padding: 100px 0;
    background: #666;
  }
  #top .lineup-title {
    text-align: center;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 60px;
  }
  #top .lineup-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style: none;
  }
  #top .lineup-list li {
    width: 400px;
    text-align: center;
  }
  #top .lineup-list li a {
    height: 350px;
    padding-top: 243px;
    display: block;
    background: rgb(153 153 153/ .35);
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 24px;
    font-weight: bold;
  }
  #top .lineup-list li a[href="#smarttable"] img {
    width: 70%;
    position: absolute;
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
  }
  #top .lineup-list li a[href="#cookingheater"] img {
    width: 38%;
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
  #top .lineup-list li a:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: 30px;
    left: calc(50% - 9px);
  }

  /* 【特別エリア】2025年受賞 */
  #top .item-special {
    position: static;
    background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/bg_trendy.jpg') center no-repeat #000;
    background-size: auto 100%;
    height: 850px;
    position: relative;
  }
  #top .item-special .item-special__wrap {
    display: block;
    text-align: center;
    width: 1280px;
    position: absolute;
    top: 0;
    left: calc(50% - 640px);
  }
  #top .item-special .item-special__title {
    width: 300px;
    margin: 0 auto;
  }
  #top .item-special .item-special__text {
    width: auto;
    font-size: 24px;
    line-height: 1.666;
    font-weight: 500;
    text-shadow: 0 0 8px #333;
  }

  /*---------- メイン ----------*/
  #top .item-main .inner {
    position: relative;
  }
  #top .item-main .item-main__textbox {
    position: absolute;
    left: 0;
    top: 120px;
  }
  #top .item-main .item-main__title {
    font-size: 60px;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 1px;
  }
  #top .item-main .item-main__lead {
    font-size: 20px;
    line-height: 2;
  }
  /* 01.スマートテーブル */
  #top #smarttable .item-main {
    height: 850px;
    background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/bg_smarttable.jpg') center no-repeat #000;
    background-size: auto 100%;
    background-size: cover;
  }

  /* 02.クッキングヒーター */
  #top #cookingheater .item-main {
    height: 850px;
    background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/bg_cookingheater.jpg') center no-repeat #000;
    background-size: auto 100%;
    background-size: cover;
  }

  /* アイテムリスト */
  #top .item-list {
    padding: 100px 0 120px;
  }
  #top .item-list ul.inner {
    display: flex;
    justify-content: center;
    gap: 50px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  #top .item-list ul.inner > li {
    width: 370px;
  }
  #top .item-list .item-list__head {
    width: 100%;
    padding-top: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  #top .item-list .item-list__img {
    display: flex;
    width: 80%;
    height: 80%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #top .item-list .item-list__colortype {
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
  }
  #top .item-list .item-list__colortype li {
    text-indent: -9999px;
    white-space: nowrap;
  }
  #top .item-list .item-list__colortype li:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #333;/* デフォルト */
    border-radius: 50px;
    border: 1px solid #fff;
  }
  /* カラーアイコンの色 */
  #top .item-list .item-list__colortype li.bl:after {
    background-color: #000;
  }
  #top .item-list .item-list__colortype li.wh:after {
    background-color: #fff;
  }
  #top .item-list .item-list__colortype li.br:after {
    background-color: #6A1F1F;
  }
  #top .item-list__title {
    font-size: 22px;
    line-height: 1.68;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #top .item-list__title .icon_new {
    font-size: 14px;
    background: #821E1E;
    line-height: 1;
    padding: 4px 6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 6px;
  }
  #top .item-list__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 4em;
  }
  #top .item-list__btn a {
    line-height: 60px;
    display: block;
    border-radius: 50px;
    border: 1px solid #fff;
    background: #454545;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
  }
  #top .item-list__btn a:after {
    content: '';
    display: block;
    width: 30px;
    height: 8px;
    background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/icon_arrow.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 5px);
    right: 25px;
  }
  #top .item-list__pdf {
    text-align: right;
    margin-top: 20px;
  }
  #top .item-list__pdf a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #top .item-list__pdf a:hover {
    text-decoration: none;
  }

  /* 2025家電大賞アイコン */
  #top .icon_special2025 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
  }

  /*---------- お知らせ ----------*/
  #top .information {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #top .information .information-title {
    text-align: center;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 50px;
  }
  #top .information .information-wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 50px;
    border: 1px solid #fff;
    max-height: 500px;
    overflow: auto;
  }
  #top .information .information-list {
    list-style: none;
    padding: 0;
  }
  #top .information .information-list li + li {
    border-top: 1px solid #707070;
  }
  #top .information .information-list a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    transition: all .2s;
  }
  #top .information .information-list a:hover {
    opacity: .7;
  }
  #top .information .information-list .information-list__date {
    color: #707070;
    font-size: 12px;
    line-height: 1.25;
    margin-bottom: 10px;
  }
  #top .information .information-list .information-list__text {
    font-size: 14px;
    line-height: 1.28;
  }

  /* スクロールバー */
  #top .information-wrap::-webkit-scrollbar {
    width: 20px;
  }
  #top .information-wrap::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 10px;
    border-right: 6px solid transparent; /* 透明なボーダーをつける */
    border-left: 6px solid transparent; /* 透明なボーダーをつける */
    background-clip: padding-box; /* 背景を切り取る */
  }
  #top .information-wrap::-webkit-scrollbar-track {
    /* 上下に余白を付ける */
    margin-top: 4px;
    margin-bottom: 4px;
  }


  /*---------- footer ----------*/
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer .footer-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  footer .footer-logo {
    width: 150px;
    margin: 0 90px 0 0;
  }
  footer .footer-link {
    display: flex;
    gap: 90px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  footer .footer-link li {
    margin-bottom: 0;
  }
  footer .footer-link a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 1.666;
    text-align: left;
    transition: all .2s;
  }
  footer .footer-link a:hover {
    opacity: .7;
  }
  footer .footer-link a + a {
    margin-top: 10px;
  }
  footer .footer-link h4 {
    margin-bottom: 28px;
  }
  footer .footer-link h4 a {
    font-size: 18px;
    line-height: 1.68;
  }
  footer .footer-copy {
    text-align: right;
  }
  footer .footer-copy__text {
    margin: 0;
    display: inline-block;
  }
  footer .footer-copy p {
    text-align: left;
    font-size: 14px;
    line-height: 1.71;
  }
  footer .footer-copy p + p {
    margin-top: 30px;
  }
  footer .footer-sns {
    flex-grow: 1;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
  }
  footer .footer-sns li a {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100px;
    background: #454545;
    transition: all .2s;
  }
  footer .footer-sns li a:hover {
    filter: brightness(1.5);
  }
  footer .footer-sns li.insta a img {
    width: 22px;
    height: auto;
  }
  footer .footer-sns li.youtube a img {
    width: 28px;
    height: auto;
  }

  /* キャンペーンバナー関連 */
  #campaignBanner {
    width: 700px;
    margin: 0 auto 50px;
    background: #fff;
  }
  #campaignFixed {
    position: fixed;
    right: 0px;
    bottom: 20px;
    width: 200px;
    background: #fff;
  }
  #campaignBanner a img,
  #campaignFixed a img {
    display: block;
  }
  #campaignBanner a,
  #campaignFixed a {
    transition: all .2s;
  }
  #campaignBanner a:hover,
  #campaignFixed a:hover {
    opacity: 0.7;
  }
}

/*---------- 【下層共通】topへ戻るボタン ----------*/
#contents .post_return {
  text-align: center;
  width: 280px;
  margin: 15% auto 0;
}
#contents .post_return a {
  display: block;
  border: 1px solid #fff;
  background: #454545;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all .2s;
}
#contents .post_return a:hover {
  filter: brightness(1.5);
}
#contents .post_return a:after {
  content: '';
  display: block;
  width: 18px;
  height: 6px;
  background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/icon_arrow.png') center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  left: 20px;
  transform: scale(-1, 1);
}
@media all and (min-width: 768px) {
  /* topへ戻るボタン */
  #contents .post_return {
    text-align: center;
    width: 280px;
    margin: 100px auto 0;
  }
  #contents .post_return a {
    display: block;
    border: 1px solid #fff;
    background: #454545;
    font-size: 14px;
    line-height: 40px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    position: relative
  }
  #contents .post_return a:after {
    content: '';
    display: block;
    width: 18px;
    height: 6px;
    background: url('//media.aws.locondo.jp/royalstatic/common/img/loozer/icon_arrow.png') center no-repeat;
    background-size: contain;
    position: absolute;
    top: calc(50% - 5px);
    left: 20px;
    transform: scale(-1, 1);
  }
}


/* --------------------------------------------------
 取扱店舗一覧（shoplist）
-------------------------------------------------- */

#store_info h2.naked {
  font-size: 24px;
  padding: 0 8% 5%;
  letter-spacing: 1px;
}
#store_info h2.naked .small {
  font-size: 14px;
  display: block;
}
#store_info .introduction {
  font-size: 14px;
  padding: 0 8% 5%;
}
#store_info .pref_list {
  width: 84%;
  margin: 0 auto 15%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
#store_info .pref_list li {
  width: calc((100% - 20px) / 3);
}
#store_info .pref_list li a {
  display: block;
  text-align: center;
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}
#store_info h3[id^="pref_"] {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
#store_info table {
  width: 92%;
  margin: 0 auto 10%;
}
#store_info table th {
  width: 40%;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  padding-right: 1em;
  vertical-align: top;
}
#store_info table td {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 1em;
}
#store_info table td a {
  color: #fff;
  text-underline-offset: 4px;
}

@media all and (min-width: 768px) {

  #store_info h2.naked {
    font-size: 40px;
    padding: 0 0 20px;
    letter-spacing: 1px;
  }
  #store_info h2.naked .small {
    font-size: 18px;
    display: block;
  }
  #store_info .introduction {
    font-size: 16px;
    padding: 0 0 70px;
  }
  #store_info .pref_list {
    width: 700px;
    margin: 0 auto 70px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
  }
  #store_info .pref_list li {
    width: calc((100% - 60px) / 3);
  }
  #store_info .pref_list li a {
    display: block;
    text-align: center;
    border: none;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    position: relative;
  }
  #store_info .pref_list li a:after {
    content: '';
    display: none;
    background: #fff;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
  #store_info .pref_list li a:hover:after {
    display: block;
  }
  #store_info h3[id^="pref_"] {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #store_info table {
    width: 1000px;
    margin: 0 auto 10%;
  }
  #store_info table th {
    font-size: 18px;
    line-height: 1.5;
    padding-right: 30px;
    width: 400px;
    text-align: left;
    vertical-align: top;
  }
  #store_info table td {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 30px;
  }
  #store_info table td a {
    color: #fff;
    text-underline-offset: 4px;
  }
  #store_info table td a:hover {
    text-decoration: none;
  }
}

/* --------------------------------------------------
 ニュース（news_XXXX.html）
-------------------------------------------------- */

#article h1.naked {
  padding: 0 8% 5%;
  font-size: 22px;
}
#article .post_date {
  padding: 0 8% 3%;
  text-align: right;
  font-size: 12px;
  color: #999;
}
#article .post_date time {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}

/* 記事本文 */
#article .post_content .post_image {
  width: 84%;
  margin: 0 auto 5%;
} 
#article .post_content .post_body {
  color: #fff;
  width: 84%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8;
}
#article .post_content .post_body a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#article .post_content .post_body p {
  margin-bottom: 1.5em;
}
#article .post_content .post_body h2 {
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: .5em;
}
#article .post_content .post_body h3 {
  font-size: 14px;
  font-weight: bold;
}
#article .post_content .post_body ul,
#article .post_content .post_body ol {
  margin-left: -20px;
}
#article .post_content .post_body button {
  margin-top: 10px;
  padding: 4px 10px;
  border: 1px solid #999;
  background: #fff;
  color: #000;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

@media all and (min-width: 768px) {

  #article h1.naked {
    padding: 0 0 20px;
    font-size: 40px;
  }
  #article .post_date {
    padding: 0 0 20px;
    text-align: right;
    font-size: 16px;
  }
  #article .post_date time {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-top: .25em;
  }

  /* 記事本文 */
  #article .post_content .post_image {
    width: 700px;
    margin: 0 auto 30px;
  } 
  #article .post_content .post_body {
    color: #fff;
    width: auto;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
  }
  #article .post_content .post_body a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  #article .post_content .post_body a:hover {
    text-decoration: none;
  }
  #article .post_content .post_body p {
    margin-bottom: 1.5em;
  }
  #article .post_content .post_body h2 {
    font-size: 20px;
    margin-top: 2em;
    margin-bottom: .5em;
  }
  #article .post_content .post_body h3 {
    font-size: 16px;
    font-weight: bold;
  }
  #article .post_content .post_body ul,
  #article .post_content .post_body ol {
    margin-left: -20px;
  }
}