@charset "utf-8";
.sp-only {
    display: none;
}
@media screen and (max-width: 500px) {
    .sp-only {
        display: block;
    } 
}

#nav_toggle {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 23px !important;
  right: 20px;
  z-index: 100;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  display: block;
  height: 2px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle span:nth-child(1) {
  top: 0px;
}
#nav_toggle span:nth-child(2) {
  top: 12px;
}
#nav_toggle span:nth-child(3) {
  top: 24px;
}
.open #nav_toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #nav_toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#slider {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  animation: fadeIn 3s ease 1.5s 1 forwards;
  -webkit-animation: fadeIn 3s ease 1.5s 1 forwards;
  -mos-animation: fadeIn 3s ease 1.5s 1 forwards;
  -ms-animation: fadeIn 3s ease 1.5s 1 forwards;
  -o-animation: fadeIn 3s ease 1.5s 1 forwards;
}
.top-mv img {
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
  -mos-animation: anime 18s 0s infinite;
  -ms-animation: anime 18s 0s infinite;
  -o-animation: anime 18s 0s infinite;
}
.main_imgBox {
  height: 100vh;
  width: 100%;
  position: absolute;
}
.main_imgBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.main_imgBox img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.main_imgBox img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.main_imgBox img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.main_imgBox img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
@keyframes menuopen {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
header {
  background: rgba(255, 255, 255, 0.75);
  position: fixed;
  z-index: 100;
  border-bottom: solid 1px #1657a3 !important;
  width: 100%;
}
body {
  letter-spacing: 0.1em !important;
  margin: 0;
}
_::-webkit-full-page-media,
_:future,
:root body {
  font-family: 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, sans-serif !important;
}
main {
  background: #fff;
}
aside {
  background: #fff;
  position: relative;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  display: inline-block;
  transition-duration: 0.3s;
  -ms-transition: 0.3s;
  -webkit-transition: 0.3s;
  word-break: break-all;
  color: #000;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
}
h2 {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
th {
  text-align: left;
}
footer {
  background: #fff;
  position: relative;
}
footer h2 a {
  font-weight: 600;
}
footer a {
  text-decoration: none;
}
.section-page-overview-table td.no_bdr {
  border-top: none !important;
}
.chart_sp {
  display: none;
}
.menu-button {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  font-size: 3rem;
  line-height: 1.5rem;
}
header .logo {
  padding: 25px 0 25px 1%;
  float: left;
}
header .menu-header-navigation-container ul {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
}
header .menu-header-navigation-container ul .toggle {
  display: none;
}
header .menu-header-navigation-container ul.sub-menu {
  padding-left: 1rem;
  display: none;
}
header .menu-header-navigation-container ul li {
  list-style-type: none;
  border-bottom: solid #fff 1px;
  position: relative;
} /* 共通：サイドバー：見出し */
aside h2 {
  font-size: 1.4rem;
  text-align: center;
  padding: 1rem;
  color: #000;
}
aside h2 div {
  font-size: 0.8rem;
  padding: 0.5rem 1rem 0;
}
aside .row {
  display: flex;
  display: -ms-flexbox;
}
aside .row > div {
  background: #a0a0a0;
  text-align: center;
  transition-duration: 0.3s;
  width: 50%;
  position: relative;
}
aside .row > div:hover {
  background: #1657a3;
}
aside .row > div > a {
  display: block;
  padding: 3rem;
  color: #000;
  text-decoration: none;
  position: relative;
}
aside .row > div > a > div {
  background: #fff;
  padding: 3rem;
}
aside .row > div > a:hover::after {
  content: "";
  border-bottom: 2px solid #1657a3;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5rem;
  margin: auto;
  width: 3rem;
} /* 共通：フッター：コンテナー */
footer .container {
  padding: 0;
}
footer div:nth-child(1) {
  max-width: 960px;
  margin: 0 auto;
}
.header-nav-container {
  float: right;
  box-shadow: none;
}
header .menu-header-navigation-container ul li {
  border: none;
}
.menu-button {
  display: none;
}
header .menu-header-navigation-container ul.sub-menu li {
  border: none;
}
header .menu-header-navigation-container ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0.5rem;
  border-bottom: solid 3px transparent;
}
header .menu-header-navigation-container ul li.current-menu-item a,
header .menu-header-navigation-container ul li a:hover {
  color: #000;
  margin-bottom: 0;
  border-bottom: solid 2px #1657a3;
}
header .menu-header-navigation-container ul li:nth-child(5) a {
  border-bottom: none !important;
}
header .menu-header-navigation-container ul li a:hover {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
header .menu-header-navigation-container ul li:nth-child(5) a {
  background: #357ed3;
  color: #fff;
  position: relative;
}
header .menu-header-navigation-container ul li:nth-child(5) a::before {
  opacity: 0;
  position: absolute;
  content: "";
  display: block;
  border: 1px solid #ffffff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  left: 4px;
  top: 4px;
  transition: 0.3s;
}
header .menu-header-navigation-container ul li:nth-child(5) a:hover::before {
  opacity: 1;
}
header .menu-header-navigation-container ul {
  padding: 0 2rem;
  margin: 0;
  font-size: 0.8rem;
  display: flex;
  justify-content: flex-end;
}
header .menu-header-navigation-container ul li {
  list-style-type: none;
  margin: 0 0.7rem;
}
header .menu-header-navigation-container ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  padding: 0.35rem;
  text-align: center;
  font-weight: bold;
}
header .menu-trigger,
header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menu-trigger {
  width: 50px;
  height: 44px;
  display: none !important;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #555;
  border-radius: 4px;
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-button {
  top: 1.1rem !important;
}
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(20px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-20px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
} /* 共通：ヘッダー：検索フォーム */
.search-for-sp {
  position: relative;
  display: none;
}
.search-for-sp input[type="text"] {
  width: 90%;
  margin: 5px 5%;
}
.search-for-sp input[type="submit"] {
  position: absolute;
  right: 5%;
  top: 10px;
  border: none;
  background: none;
}
.next_prev {
  text-align: center;
}
a.page-numbers,
.page-numbers.current {
  display: inline-block !important;
  width: 25px;
  height: 25px;
  background: #ebebeb;
}
.page-numbers.current {
  background: #1657a3;
  color: #fff;
}
a.page-numbers:hover {
  background: #1657a3;
  color: #fff;
}
header .menu-support-navigation-container ul {
  padding: 0;
  margin: 0;
  font-size: 0.8rem;
  display: flex;
  justify-content: space-around;
}
header .menu-support-navigation-container ul li {
  list-style-type: none;
}
header .menu-support-navigation-container ul li.menu-item-6,
header .menu-support-navigation-container ul li.menu-item-54 {
  margin: 0.8rem;
}
header .menu-support-navigation-container ul li.menu-item-56 {
  width: 280px;
  overflow: hidden;
  padding-left: 10px;
}
header .menu-support-navigation-container ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  text-align: center;
  line-height: 1rem;
}
header .menu-support-navigation-container ul li a {
  border-right: solid 1px #000;
  color: #000;
}
header .menu-support-navigation-container ul li:nth-child(3) a {
  border: none;
  position: relative;
}
header .menu-support-navigation-container ul li:nth-child(3) a::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: calc(50% - 9px);
  left: calc(50% - -25px);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #555;
}
header .menu-support-navigation-container ul li:nth-child(3) a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 3px;
  top: calc(50% + 2px);
  left: calc(50% + 33px);
  border-top: solid 2px #555;
  transform: rotate(45deg);
}
header .menu-support-navigation-container ul {
  margin: 0;
  font-size: 0.8rem;
  display: flex;
  justify-content: flex-end;
}
.sp-menu {
  display: none;
}
footer .fa-plus-square {
  display: none;
}
footer .container {
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}
footer .container-fluid:nth-child(1) {
  border-bottom: solid 1px #a0a0a0;
  padding: 2rem 0;
} /* 共通：フッター：見出し */
footer h2 {
  font-size: 0.9rem !important;
  margin-bottom: 1rem;
  font-weight: bold;
  position: relative;
}
footer h3 {
  font-size: 0.8rem;
  font-weight: bold;
}
footer ul {
  font-size: 0.8rem;
  margin: 0 0 1rem;
  padding: 0;
}
footer ul {
  margin: 0;
  padding-bottom: 1rem;
}
footer ul.navbar-nav {
  background: #fff;
}
footer ul ul {
  padding-left: 1rem;
}
footer ul li {
  list-style-type: none;
}
footer a {
  color: #000;
}
footer ul .text-right a::before {
  content: "";
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  border-right: solid 2px #000;
  border-top: solid 2px #000;
  transform: rotate(45deg);
  z-index: 10;
  top: 0.3rem;
  right: 0;
}
#menu-footer-navigation {
  padding: 1rem;
  background: #fff !important;
  text-align: center;
}
#menu-footer-navigation li {
  display: inline;
  border-right: solid 1px #333;
  padding: 0 1rem;
  margin: 0.5rem 0;
}
#menu-footer-navigation li:last-child {
  border: none;
}
.footer-logo img {
  max-width: 240px;
  vertical-align: middle;
}
.footer-sns img {
  max-width: 36px;
}
small {
  display: block;
  background: #1657a3;
  color: #fff;
  text-align: center;
}
main h1 {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
main h1 div {
  font-size: 1rem;
  padding: 0.5rem 1rem 0;
  font-family: 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}
main h2 {
  font-size: 1.8rem;
  text-align: center;
  padding: 1.5rem 0;
  font-weight: 400;
  font-family: "Verdana", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, sans-serif !important;
}
main h2 div {
  font-size: 0.9rem;
  padding: 0.5rem 1rem 0;
  font-family: 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}
main p {
  font-size: 0.9rem;
  line-height: 1.8;
}
.page article > div:nth-child(1),
.archive article > div:nth-child(1) {
  width: 100%;
  padding-top: 0rem;
  background-size: cover !important;
}
.single-mobile article > div:nth-child(1),
.single-forshop article > div:nth-child(1),
.single-forbusiness article > div:nth-child(1) {
  width: 100%;
  height: 80vh;
  background-size: cover;
}
.page.page-business article > div:nth-child(1) {
  background: url(./images/page-business.jpg);
  background-position: center;
}
.page.page-consumer article > div:nth-child(1) {
  background: url(./images/page-consumer.jpg) right top 30%;
}
.page.page-forshop article > div:nth-child(1) {
  background: url(./images/page-forshop.jpg) center center;
}
.page.page-forbusiness article > div:nth-child(1) {
  background: url(./images/page-forbusiness.jpg) center center;
}
.page.page-company article > div:nth-child(1) {
  background: url(./images/page-company.jpg) center center;
}
.page.page-message article > div:nth-child(1) {
  background: url(./images/page-message.jpg) top center / cover;
  background-position: 50% 20%;
}
.page.page-philosophy article > div:nth-child(1) {
  background: url(./images/page-philosophy.jpg) center center;
}
.page.page-overview article > div:nth-child(1) {
  background: url(./images/page-overview.jpg) center center;
}
.page.page-history article > div:nth-child(1) {
  background: url(./images/page-history.jpg) center center;
}
.page.page-mobile article > div:nth-child(1) {
  background: url(./images/page-mobile.jpg) center center;
}
.page.page-tsutaya article > div:nth-child(1) {
  background: url(./images/page-tsutaya.jpg) center top;
}
.page.page-privacy article > div:nth-child(1),
.page.page-policy article > div:nth-child(1),
.page.page-purpose article > div:nth-child(1),
.page.page-disclosure article > div:nth-child(1),
.page.page-information article > div:nth-child(1),
.page.page-securitycameras article > div:nth-child(1),
.page.page-consultation article > div:nth-child(1),
.page.page-contact-forconsumer article > div:nth-child(1),
.page.page-contact-forbusiness article > div:nth-child(1),
.page.page-sitemap article > div:nth-child(1),
.page.page-contact article > div:nth-child(1),
.archive article > div:nth-child(1),
.search article > div:nth-child(1),
.single-post article > div:nth-child(1),
.single-post article > div:nth-child(1),
.page-inquiry-for-business article > div:nth-child(1),
.page-inquiry-for-consumer article > div:nth-child(1) {
  height: 50vh;
}
.page.page-privacy article > div:nth-child(1) h1,
.page.page-policy article > div:nth-child(1) h1,
.page.page-purpose article > div:nth-child(1) h1,
.page.page-disclosure article > div:nth-child(1) h1,
.page.page-information article > div:nth-child(1) h1,
.page.page-securitycameras article > div:nth-child(1) h1,
.page.page-consultation article > div:nth-child(1) h1,
.page.page-contact-forconsumer article > div:nth-child(1) h1,
.page.page-contact-forbusiness article > div:nth-child(1) h1,
.page.page-sitemap article > div:nth-child(1) h1,
.page.page-contact article > div:nth-child(1) h1,
.archive article > div:nth-child(1) h1,
.search article > div:nth-child(1) h1,
.page-inquiry-for-business article > div:nth-child(1) h1,
.page-inquiry-for-consumer article > div:nth-child(1) h1,
.single-post article > div:nth-child(1) h1 {
  color: #000 !important;
  text-shadow: none;
} /* メイン：共通：パンくずリスト */
.breadcrumbs {
  padding: 1rem;
  font-size: 0.8rem;
  background: #fff;
}
.breadcrumbs a {
  color: #000;
} /* メイン：共通：さらに表示リンク */
.link-more a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  font-weight: bold;
  border: solid 1px #fff;
  padding: 1rem;
  margin: 0.5rem auto;
  text-align: center;
  position: relative;
  text-decoration: none;
  max-width: 13rem;
  transition-duration: 0.3s;
}
.link-more a::after {
  content: ">";
  position: absolute;
  top: 58%;
  right: 0.5rem;
  transform: scaleY(1.75) translate(0, -50%);
  font-weight: normal;
}
.link-more a:hover {
  background: #fff;
  color: #1657a3;
} /* **************************************************************************************************** */ /* メイン：ページ：会社案内 */
.page-business main h2 {
  color: #fff;
}
.section-page-business-forconsumer > a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.section-page-business-forshop > a {
  text-decoration: none;
  transition-duration: 0.3s;
  display: block;
}
.section-page-business-forbusiness > a {
  text-decoration: none;
  transition-duration: 0.3s;
}
.section-page-business-forconsumer > a,
.section-page-business-forshop > a,
.section-page-business-forbusiness > a {
  position: relative;
}
.section-page-business-forconsumer > a > .col-lg-4,
.section-page-business-forshop > a > .col-lg-4,
.section-page-business-forbusiness > a > .col-lg-4 {
  background: rgba(22, 87, 163, 0.5);
  position: absolute;
  top: 0;
}
.section-page-business-forconsumer > a > .col-lg-8 {
  position: absolute;
  right: 0;
  top: 0;
  width: 66.66%;
}
.section-page-business-forshop > a > .col-lg-4 {
  right: 0;
}
.section-page-business-forconsumer > a:hover > div:nth-child(2) .link-more a,
.section-page-business-forshop > a:hover > div:nth-child(2) .link-more a,
.section-page-business-forbusiness > a:hover > div:nth-child(2) .link-more a {
  background: #fff;
  color: #1657a3;
}
.page-business main p {
  color: #fff;
  padding: 3%;
}
.section-page-consumer-top p {
  text-align: center;
  color: #000;
}
.section-page-consumer-index {
  background: #000;
}
.section-page-consumer-index div a {
  transition-duration: 0.3s;
  color: #fff;
  text-decoration: none;
}
.section-page-consumer-index div a:hover {
  background-size: 110%;
  opacity: 0.9;
}
.section-page-consumer-index div a:nth-child(1) img,
.section-page-consumer-index div a:nth-child(2) img {
  transition: transform 0.3s linear;
  height: 400px;
}
.section-page-consumer-index div a:nth-child(1):hover img,
.section-page-consumer-index div a:nth-child(2):hover img {
  transform: scale(1.1);
}
.section-page-mobile-top h2 {
  padding-bottom: 3%;
}
.section-page-mobile-top p {
  color: #000;
  text-align: center;
  padding-bottom: 2%;
}
.section-page-mobile-link {
  padding-bottom: 3%;
}
.section-page-mobile-link a {
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #a0a0a0;
  height: 25px;
}
.link_more#linemobile a {
  padding: 1.1rem 1rem 0.9rem 1rem;
}
.section-page-mobile-link a.allbtn {
  color: #a0a0a0;
  font-size: 0.9rem;
  padding: 1.1rem 1rem 0.9rem 1rem;
}
.section-page-mobile-link a.allbtn:hover {
  color: #1657a3;
}
.section-page-mobile-link .link-more a::after {
  color: #a0a0a0;
}
.section-page-mobile-link img {
  max-width: 130px;
  vertical-align: middle;
}
.section-page-mobile-list {
  max-width: 1024px;
  margin: auto;
}
.section-page-mobile-list > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.section-page-mobile-list ul li > div {
  border-bottom: solid 2px #1657a3;
  position: relative;
  padding-bottom: 1rem;
}
.section-page-mobile-list ul li a {
  color: #000;
  text-decoration: none;
  height: 100%;
}
.section-page-mobile-list ul li .area-link > a:first-child {
  width: 100%;
}
.section-page-mobile-list ul li div.area-link::before,
.section-page-mobile-list ul li div.area-link::after {
  border-color: #000;
}
.section-page-mobile-list ul li div.ml-img {
  position: relative;
}
.section-page-mobile-list ul li div.ml-jpg {
  overflow: hidden;
  height: 206px;
}
.section-page-mobile-list ul li div.ml-jpg img {
  transition-duration: 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-page-mobile-list ul li:hover div.ml-img img {
  transform: scale(1.2);
}
.section-page-mobile-list ul li div.borderbox {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 10rem;
  width: 14rem;
  transform: translate(-50%, -50%);
  display: none;
}
.section-page-mobile-list ul li:hover div.ml-img div.borderbox {
  display: block;
}
.borderbox div.ml-border {
  width: 100%;
  height: 100%;
  padding: 3rem;
  position: relative;
  background: none;
  box-sizing: border-box;
}
.borderbox .borders {
  position: absolute;
  background: none;
  transition: all 1s ease-in-out;
}
.borderbox .borders:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid;
}
.borderbox .borders:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 2px solid;
}
.borderbox .borders:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid;
}
.borderbox .borders:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 2px solid;
}
.main-docomo .borderbox .borders {
  border-color: #d00e31;
}
.main-au .borderbox .borders {
  border-color: #ea5404;
}
.main-softbank .borderbox .borders {
  border-color: #babcbe;
}
.main-tone .borderbox .borders {
  border-color: #014098;
}
.main-ymobile .borderbox .borders {
  border-color: #e71438;
}
.borderbox .borders.active:nth-of-type(1) {
  width: 100%;
}
.borderbox .borders.active:nth-of-type(2) {
  height: 100%;
}
.borderbox .borders.active:nth-of-type(3) {
  width: 100%;
}
.borderbox .borders.active:nth-of-type(4) {
  height: 100%;
}
.section-page-mobile-list ul li div.ml-brand img {
  width: 131px;
}
.section-page-mobile-list ul li div.ml-shop {
  color: #fff;
  text-align: center;
  padding-top: 0.5rem;
  font-family: 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}
.section-page-mobile-list ul li div.ml-title {
  text-align: center;
  font-weight: bold;
  padding: 1rem 0 0;
}
.section-page-mobile-list ul li div.ml-info {
  font-size: 0.8rem;
}
.section-page-mobile-list ul li div.ml-info p {
  padding: 0;
}
.section-page-mobile-list ul li div.ml-info img {
  width: 80px;
  display: inline-block !important;
  padding: 0 1rem;
}
.area-link:hover .ml-info img {
  transform: none;
}
.section-page-mobile-list .row .col-md-4:hover .ml-info img {
  opacity: inherit;
}
.ml-info ul {
  padding: 0 0 1rem;
}
.ml-info ul li {
  display: block !important;
  list-style-type: none;
}
.ml-info ul li::before {
  content: "▪";
  font-size: 3rem;
  line-height: 1rem;
  position: relative;
  top: 0.75rem;
}
.ml-tel-title {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
.ml-tel {
  text-align: center;
  font-size: 1.2rem;
}
.ml-tel span {
  color: #1657a3;
  font-weight: bold;
  margin-right: 1rem;
}
.pagenation {
  text-align: center;
}
.pagenation ul {
  display: inline-block;
  margin: 1rem 0;
  padding: 0;
}
.pagenation li {
  float: left;
  display: block;
  border: 1px solid #000;
  width: 24px;
  height: 26px;
  margin: 0 1rem;
}
.pagenation li a {
  display: block;
  font-weight: 500;
  transition-duration: 0.3s;
}
.pagenation li a:hover {
  background: #1657a3;
  color: var(--white);
} /* メイン：ページ：ショップ支援 */
.section-page-forshop-top p {
  text-align: center;
  color: #000;
}
.section-page-forshop-index a {
  color: #fff;
  text-decoration: none;
}
.section-page-forshop-index a div,
.section-page-forbusiness-index a div {
  background: rgba(0, 0, 0, 0.5);
  height: 11rem;
  padding: 1rem 1rem 3rem;
  box-sizing: border-box;
}
.section-page-forshop-index a div h3 {
  text-align: center;
  font-size: 1.2rem;
}
.section-page-forshop-index img,
.section-page-forbusiness-index img {
  position: absolute;
  top: 0;
  height: 450px;
}
.section-page-forbusiness-index-sp-img,
.section-page-forshop-index-sp-img,
.single-forshop-sp-img,
.single-forbusiness-sp-img {
  display: none;
}
.section-page-forbusiness-top p {
  text-align: center;
  color: #000;
}
.section-page-forbusiness-index a {
  padding-top: 11rem;
  color: #fff;
  text-decoration: none;
}
.section-page-forbusiness-index a div {
  background: rgba(0, 0, 0, 0.5);
  height: 11rem;
  padding: 1rem 1rem 3rem;
}
.section-page-forbusiness-index a div h3 {
  text-align: center;
  font-size: 1.2rem;
}
.page-company section {
  background: #000;
}
.page-company section a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.page-company .section-page-company-message > div {
  transition-duration: 0.3s;
}
.page-company .section-page-company-philosophy > div {
  background: url(./images/section-page-company-philosophy.jpg) top center;
  background-size: 100%;
  transition-duration: 0.3s;
}
.page-company .section-page-company-overview > div {
  background: url(./images/section-page-company-overview.jpg) top center;
  background-size: 100%;
  transition-duration: 0.3s;
}
.page-company .section-page-company-history > div {
  background: url(./images/section-page-company-history.jpg) top center;
  background-size: 100%;
  transition-duration: 0.3s;
}
.page-company .section-page-company-message,
.page-company .section-page-company-philosophy,
.page-company .section-page-company-overview,
.page-company .section-page-company-history {
  height: 400px;
}
.page-company .section-page-company-message img,
.page-company .section-page-company-philosophy img,
.page-company .section-page-company-overview img,
.page-company .section-page-company-history img {
  height: 400px;
  display: block;
}
.page-company .section-page-company-message img {
  font-family: "object-fit:cover; object-position: top;";
  object-position: top;
  height: 400px;
}
.page-company .section-page-company-message > div:hover,
.page-company .section-page-company-philosophy > div:hover,
.page-company .section-page-company-overview > div:hover,
.page-company .section-page-company-history > div:hover {
  background-size: 110%;
  opacity: 0.9;
}
.page-message h1 {
  position: relative;
}
.page-message h1::before {
  content: "代表取締役社長";
  position: absolute;
  bottom: -4rem;
  font-size: 1rem;
  right: 0;
  left: 0;
}
.page-message h1::after {
  content: "中内 克寛";
  position: absolute;
  bottom: -6rem;
  font-size: 1.8rem;
  white-space: nowrap;
  right: 0;
  left: 0;
}
.page-message .section-page-message-message {
  background: #eee;
  padding: 3rem;
}
.page-message .section-page-message-message h2 {
  margin-bottom: 3rem;
  position: relative;
}
.page-message .section-page-message-message h2::after {
  content: "";
  border-bottom: 2px solid #1657a3;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 3rem;
}
.page-message .section-page-message-message p {
  max-width: 640px;
  margin: 0 auto;
  color: #000;
}
.page-message .section-page-message-message p.mb-3 {
  padding: 1rem 0.5rem;
}
.page-message .section-page-message-message p img {
  max-width: 160px;
  height: auto;
}
ul.nav-fill {
  padding: 0;
  margin: 0;
}
.nav-fill .nav-item {
  width: 25%;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
}
.nav-fill .nav-item:hover::before {
  content: url(./images/menu-page-icon.svg);
  position: absolute;
  top: -50%;
  left: 45%;
  width: 50px;
  z-index: 2;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
  transition: 0.3s;
}
.page.page-health-management article > div:first-child {
    display: flex!important;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
    background-repeat: no-repeat;
    background: url(./images/health_visual.jpg) center center;
    height: 60vh;
}
.section-page-philosophy-top p {
  color: #000;
  padding: 3rem;
  text-align: center;
}
.section-page-health-bottom {
    padding: 4rem 2rem 2rem;
}
.section-page-philosophy-top .health-list,
.section-page-health-bottom .lead-text {
  width: 910px;
  max-width: 90%;
  margin: 2em auto 0;
}
.section-page-health-bottom img {
  display: block;
  margin: 2em auto;
}
.section-page-philosophy-top .health-item {
  text-align: left;
  line-height: 1.7;
}
.section-page-philosophy-top .health-item:nth-child(n+2) {
  margin-top: 2em;
}
.section-page-philosophy-top .president-name {
  padding: 0;
  margin-top: 2em;
  text-align: right;
}
.section-page-philosophy-code {
  background: #eee;
}
.section-page-philosophy-code > div {
  text-align: center;
}
.section-page-philosophy-code h2 {
  padding: 3rem;
}
.section-page-philosophy-code .row div {
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.section-page-philosophy-code .row div h3 div {
  font-size: 1rem;
}
.section-page-philosophy-code .row div h3::after {
  content: "";
  border-bottom: 3px solid #000;
  position: absolute;
  right: 0;
  left: 0;
  width: 3rem;
  bottom: 0;
  margin: auto;
}
.section-page-philosophy-code .row div p {
  color: var(--colorblack);
  height: 6rem;
}
.section-page-philosophy-code .row div:nth-child(1) h3,
.section-page-philosophy-code .row div:nth-child(1) h3::after {
  color: #255d99;
  border-color: #255d99;
}
.section-page-philosophy-code .row div:nth-child(2) h3,
.section-page-philosophy-code .row div:nth-child(2) h3::after {
  color: #55585c;
  border-color: #55585c;
}
.section-page-philosophy-code .row div:nth-child(3) h3,
.section-page-philosophy-code .row div:nth-child(3) h3::after {
  color: #2c6922;
  border-color: #2c6922;
}
.section-page-philosophy-code .row div:nth-child(4) h3,
.section-page-philosophy-code .row div:nth-child(4) h3::after {
  color: #f04242;
  border-color: #f04242;
}
.section-page-philosophy-code .row div:nth-child(5) h3,
.section-page-philosophy-code .row div:nth-child(5) h3::after {
  color: #6a2c0f;
  border-color: #6a2c0f;
}
.section-page-overview-table {
  max-width: 1024px;
  margin: auto;
}
.section-page-overview-table table img {
  width: 100%;
}
.section-page-history-table {
  background: #eee;
}
.section-page-privacy-index {
  background: #eee;
}
.section-page-privacy-index a {
  color: #000;
  display: block;
  text-align: center;
  text-decoration: none;
  border-right: solid 1px #fff;
  transition-duration: 0.3s;
  position: relative;
}
.section-page-privacy-index a:hover {
  color: #fff;
  background: #1657a3;
}
.section-page-privacy-index a:nth-child(4) {
  border-right: none;
}
.section-page-privacy-index h3 {
  padding: 5rem 1rem;
  font-size: 1rem;
  margin-bottom: 0;
}
.section-page-privacy-index h3::after {
  content: "";
  border-bottom: 3px solid #1657a3;
  position: absolute;
  right: 0;
  left: 0;
  width: 3rem;
  bottom: 4rem;
  margin: auto;
}
.section-page-privacy-index a:hover h3::after {
  border-color: #fff;
}
.section-page-privacy-index .area-link::before,
.section-page-privacy-index .area-link::after {
  border-color: #000;
}
.section-page-privacy-index .area-link:hover::before,
.section-page-privacy-index .area-link:hover::after {
  border-color: #fff;
}
.section-page-privacy-index .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-page-privacy-index .col-md-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  box-sizing: border-box;
}
.section-page-policy-text {
  padding: 0 1rem;
}
.section-page-policy-text h3 {
  font-size: 1rem;
  padding: 1rem 0;
}
.section-page-policy-text p {
  color: #000;
}
.section-page-purpose-text {
  padding: 0 1rem;
}
.section-page-purpose-text h2,
.section-page-policy-text h2,
.section-page-consultation-text h2 {
  font-size: 1.2rem;
  font-weight: 600;
}
.section-page-purpose-text p {
  color: #000;
}
.section-page-purpose-text ul,
.section-page-purpose-text ol {
  font-size: 0.8rem;
}
.section-page-purpose-text ol li {
  list-style: decimal;
}
.section-page-disclosure-text {
  padding: 0 1rem;
}
.section-page-disclosure-text h2 {
  font-size: 1.2rem;
  padding: 5rem 0 1.5rem !important;
  font-weight: 600;
}
.section-page-disclosure-text h3 {
  font-size: 1rem;
  padding-top: 2rem;
  font-weight: 600;
}
.section-page-disclosure-text h4 {
  font-size: 1rem;
  border-bottom: dotted 1px #a0a0a0;
  padding: 0.3rem;
}
.section-page-disclosure-text h5 {
  font-size: 0.8rem;
  background: #eee;
}
.section-page-disclosure-text h6 {
  font-size: 0.8rem;
}
.section-page-disclosure-text ul,
.section-page-disclosure-text ol {
  font-size: 0.8rem;
}
.section-page-disclosure-text p {
  color: #000;
}
.section-page-disclosure-text p span {
  font-weight: 600;
}
.inside-link a {
  display: block;
  color: #fff;
  background: #1657a3;
  position: relative;
  font-size: 0.8rem;
}
.inside-link a::before {
  content: "";
  position: absolute;
  right: 1.55rem;
  bottom: 50%;
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(135deg) translate(0, -50%);
}
.page-disclosure .link-more a,
.page-inquiry-for-consumer-text .link-more a,
.page-inquiry-for-business-text .link-more a {
  background: #1657a3;
  margin: 3rem auto 1rem;
}
itycameras-text {
  padding: 0 1rem;
}
.section-page-securitycameras-text h2 {
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: 600;
}
.section-page-securitycameras-text h3 {
  font-size: 1rem;
  padding: 1rem 0;
  font-weight: 600;
}
.section-page-securitycameras-text h4 {
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: dotted 1px #a0a0a0;
}
.section-page-securitycameras-text h5 {
  font-size: 0.8rem;
  background: #eee;
}
.section-page-securitycameras-text h6 {
  font-size: 0.8rem;
}
.section-page-securitycameras-text ul,
.section-page-securitycameras-text ol {
  font-size: 0.8rem;
}
.section-page-securitycameras-text ul li {
  list-style: disc;
}
.section-page-securitycameras-text ol li,
.section-page-disclosure-text ol li {
  list-style: decimal;
  list-style-position: outside;
}
.section-page-securitycameras-text p {
  color: #000;
}
.section-page-consultation-text {
  padding: 0 1rem;
}
.section-page-consultation-text p {
  color: #000;
}
.page-inquiry-for-consumer-text ul li,
.page-inquiry-for-business-text ul li {
  margin: 2rem 0;
  list-style: decimal;
  list-style-position: outside;
  font-weight: 600;
  font-size: 1rem;
}
.page-inquiry-for-consumer-text ul li h3,
.page-inquiry-for-business-text ul li h3 {
  font-weight: 600;
  font-size: 1rem;
}
.page-inquiry-for-consumer-text ul li p,
.page-inquiry-for-business-text ul li p {
  font-weight: 300;
  line-height: 2;
}
.page-contact-child h1 {
  width: 100%;
}
.page-contact-forconsumer h1::after {
  content: "個人のお客様はこちらよりお問い合わせください。";
  font-size: 0.8rem;
}
.section-page-contact-forconsumer-text {
  text-align: center;
}
.section-page-contact-forconsumer-text p {
  color: #000;
}
.section-page-contact-forconsumer-form {
  padding: 0 3rem;
}
.section-page-contact-forconsumer-form tr:nth-child(1) th,
.section-page-contact-forconsumer-form tr:nth-child(1) td,
.section-page-contact-forconsumer-form tr:nth-child(7) th,
.section-page-contact-forconsumer-form tr:nth-child(7) td {
  border-top: none;
}
.section-page-contact-forconsumer-form input,
.section-page-contact-forconsumer-form textarea,
.section-page-contact-forbusiness-form input,
.section-page-contact-forbusiness-form textarea {
  width: 100%;
}
span.mwform-radio-field > label > input {
  width: auto;
}
th.required::after {
  content: "必須";
  background: #1657a3;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
}
.section-page-contact-forconsumer-form input[type="submit"] {
  border: none;
  padding: 1rem;
  background: #357ed3;
  color: #fff;
}
.section-page-contact-forconsumer-form tr:nth-child(7) td div {
  position: relative;
  max-width: 210px;
  margin: 0 auto;
}
.section-page-contact-forconsumer-form tr:nth-child(7) td div:after {
  content: ">";
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  transform: scaleY(1.75);
  font-weight: normal;
}
.page-contact-forbusiness h1::after {
  content: "法人・企業のお客様はこちらよりお問い合わせください。";
  font-size: 0.8rem;
}
.section-page-contact-forbusiness-text {
  text-align: center;
}
.section-page-contact-forbusiness-text p {
  color: #000;
}
.section-page-contact-forbusiness-form {
  padding: 0 3rem;
}
.section-page-contact-forbusiness-form tr:nth-child(1) th,
.section-page-contact-forbusiness-form tr:nth-child(1) td,
.section-page-contact-forbusiness-form tr:nth-child(10) th,
.section-page-contact-forbusiness-form tr:nth-child(10) td {
  border-top: none;
}
.section-page-contact-forbusiness-form input[type="submit"] {
  border: none;
  padding: 1rem;
  background: #357ed3;
  color: #fff;
  width: 100%;
}
.section-page-contact-forbusiness-form tr:nth-child(10) td div {
  position: relative;
  max-width: 210px;
  margin: 0 auto;
}
.section-page-contact-forbusiness-form tr:nth-child(10) td div:after {
  content: ">";
  color: #fff;
  position: absolute;
  bottom: 1rem;
  right: 0.5rem;
  transform: scaleY(1.75);
  font-weight: normal;
}
.section-single-forshop-top p {
  text-align: center;
  padding: 0 1rem;
  line-height: 2;
}
.section-single-forshop-detail > div:nth-child(1),
.section-single-forshop-detail > div:nth-child(3),
.section-single-forshop-detail > div:nth-child(5),
.section-single-forshop-detail > div:nth-child(7) {
  background: #1657a3;
}
.section-single-forshop-detail > div:nth-child(2),
.section-single-forshop-detail > div:nth-child(4),
.section-single-forshop-detail > div:nth-child(6),
.section-single-forshop-detail > div:nth-child(8) {
  background: #a0a0a0;
  padding: 0rem;
}
.section-single-forshop-detail > div:nth-child(1) > div > div > div,
.section-single-forshop-detail > div:nth-child(3) > div > div > div,
.section-single-forshop-detail > div:nth-child(5) > div > div > div,
.section-single-forshop-detail > div:nth-child(7) > div > div > div {
  border: solid 1px #fff;
  color: #fff;
  margin: 1rem;
  padding: 1rem 1.5rem;
  height: calc(100% - 2rem);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.section-single-forshop-detail > div:nth-child(2) > div > div > div,
.section-single-forshop-detail > div:nth-child(4) > div > div > div,
.section-single-forshop-detail > div:nth-child(6) > div > div > div,
.section-single-forshop-detail > div:nth-child(8) > div > div > div {
  border: solid 1px #fff;
  color: #fff;
  margin: 1rem;
  padding: 1rem 1.5rem;
  height: calc(100% - 2rem);
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.section-single-forshop-detail > div h2 {
  font-size: 1.2rem;
  padding-bottom: 1rem;
  font-family: 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
}
.section-single-forshop-detail > div p {
  font-size: 0.9rem;
}
.section-single-forshop-detail > div img {
  width: 100%;
}
.section-single-forshop-freespace {
  background: #eee;
}
.section-single-forshop-freespace a::before,
.section-single-forshop-freespace a::after {
  border-color: #000;
}
.section-single-forshop-freespace img {
  height: 100%;
}
.section-page-sitemap-sitemap h3 {
  font-size: 1rem;
}
.section-page-sitemap-sitemap ul {
  padding: 0;
  font-size: 0.8rem;
}
.section-page-sitemap-sitemap li {
  list-style-type: none;
}
.section-page-sitemap-sitemap a {
  color: #000;
  display: block;
  padding: 0 1rem;
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.section-page-sitemap-sitemap a::before {
  content: ">";
  transform: scaleY(1.2);
  position: absolute;
  left: 0;
  font-weight: 600;
}
.section-page-sitemap-sitemap h3 a {
  border-bottom: solid 2px #1657a3;
  padding: 1rem !important;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.section-page-sitemap-sitemap .row {
  display: flex;
  flex-wrap: wrap;
}
.section-page-sitemap-sitemap .container .row div {
  box-sizing: border-box;
}
.section-page-sitemap-sitemap .container .row:first-child .col-lg-4 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 0.5rem;
}
.section-page-sitemap-sitemap .container .row:first-child .col-lg-8 {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding: 0 0.5rem;
}
.section-page-sitemap-sitemap .col-lg-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 0.5rem;
}
.section-page-sitemap-sitemap .col-lg-8 {
  max-width: 66.66%;
  flex: 0 0 66.66%;
  -ms-flex: 0 0 66.66%;
  padding: 0 1rem;
}
.section-page-sitemap-sitemap .col-lg-2 {
  max-width: 16.66%;
  flex: 0 0 16.66%;
  -ms-flex: 0 0 16.66%;
  padding: 0 0.5rem;
}
.section-page-sitemap-sitemap .col-md-4 h3 > a {
  border-bottom: 1px solid #eee !important;
  padding: 1rem !important;
}
.section-page-sitemap-sitemap ul.ul-child {
  padding-left: 1rem;
}
.section-page-tsutaya-top {
  text-align: center;
}
.section-page-tsutaya-top p {
  text-align: center;
}
.section-page-tsutaya-top h2 img {
  max-width: 320px;
}
.section-page-tsutaya-store {
  padding: 2rem;
  background: #09377b;
  color: #fff;
}
.section-page-tsutaya-store p {
  text-align: center;
}
.section-single-mobile-information dl,
.section-page-tsutaya-information dl {
  margin: 0;
  font-size: 0.8rem;
}
.section-single-mobile-information dl div,
.section-page-tsutaya-information dl div {
  border-bottom: solid 1px #a0a0a0;
  padding-top: 0.5rem;
}
.section-single-mobile-information dl dd,
.section-page-tsutaya-information dl dd,
.section-single-mobile-information dl dt,
.section-page-tsutaya-information dl dt {
  margin: 0.3rem 0;
}
.section-single-mobile-access,
.section-page-tsutaya-access {
  padding: 0 3rem;
}
.section-single-mobile-access iframe,
.section-page-tsutaya-access iframe {
  width: 80%;
  height: 600px;
}
.section-single-mobile-access dl,
.section-page-tsutaya-access dl {
  max-width: 640px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
}
.section-single-mobile-access dl dt,
.section-page-tsutaya-access dl dt {
  white-space: nowrap;
  font-weight: 600;
}
.section-single-mobile-access dl dt::before,
.section-page-tsutaya-access dl dt::before {
  content: "■";
}
.section-page-tsutaya-access {
  text-align: center;
}
.section-page-tsutaya-access .container {
  margin-bottom: 1rem;
}
.section-page-tsutaya-access .container div {
  margin: 1rem 0 2rem;
}
.section-page-tsutaya-access dl {
  text-align: left;
}
.section-page-consumer-index .detailed-shop,
.section-page-consumer-index .mobile-corner {
  flex: 50%;
  position: relative;
}
.section-single-mobile-manager.docomo {
  background: #d00e31;
}
.section-single-mobile-manager.tone {
  background: #014098;
}
.section-single-mobile-manager.tsutaya {
  background: #09377b;
}
.section-single-mobile-manager.au {
  background: #ea5404;
}
.section-single-mobile-manager.softbank {
  background: #babcbe;
}
.section-single-mobile-manager.uqmobile {
  background: #e4007f;
}
.section-single-mobile-manager.ymobile {
  background: #e71438;
}
.section-single-mobile-manager h2 {
  padding: 2rem 0 1.5rem;
  color: #fff;
}
.section-single-mobile-manager h3 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.section-single-mobile-manager p {
  color: #fff;
  padding: 1rem 1rem 3rem;
  font-size: 1rem;
  text-align: left;
  margin: 0;
}
.section-single-mobile-manager img {
  width: 640px;
  height: auto;
  display: block;
}
.single-mobile-map {
  text-align: center;
}
.section-page-information-sort {
  max-width: 100%;
  margin: 0 auto 3rem;
}
.section-page-information-sort a {
  font-size: 0.8rem;
  color: #000;
  display: block;
  text-align: center;
  padding: 0rem;
  text-decoration: none;
  border-bottom: solid 3px #fff;
}
.section-page-information-sort a:hover {
  border-bottom: solid 3px #1657a3;
}
.section-page-information-sort select {
  margin: 1rem auto;
  display: block;
  background: #fff;
  border: none;
}
.section-page-information-list {
  max-width: 1024px;
  margin: auto;
}
.section-page-information-list a {
  text-decoration: none;
  color: #000;
}
.section-page-information-list a.active {
  border-bottom: solid 3px #1657a3;
}
.section-page-information-list ul li:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.section-page-information-list ul li {
  transition-duration: 0.3s;
  padding: 0.5rem;
}
.section-home-top {
  padding-top: 0rem;
  background-attachment: fixed;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section-home-top::after,
.section-home-top::before {
  box-sizing: content-box !important;
}
.section-home-top .top_vg {
  height: 100vh;
}
.section-home-top-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  height: 100vh;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.section-home-top-image img {
  width: 100%;
  animation: zooming 40s linear infinite;
  object-fit: cover;
  height: 100%;
}
.section-home-top-information {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
.section-home-top-information h2 {
  margin: 0;
}
.text-right {
  text-align: right;
}
.section-home-top-information .text-right a {
  position: relative;
  padding-right: 2rem;
  display: inline-block;
}
.section-home-top-information .text-right a::after {
  content: ">";
  position: absolute;
  top: 40%;
  transform: translate(0, -50%) scaleY(1.75);
  right: 1rem;
  font-weight: normal;
  color: #000;
  font-size: 12px;
}
@keyframes zooming {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.section-home-top-controller {
  display: block !important;
  position: absolute;
  right: 2rem;
  bottom: 5rem;
}
.section-home-top-controller span {
  color: #a0a0a0;
  font-size: 10px;
}
.section-home-top-controller span.active {
  color: #1657a3;
}
.section-home-top-copy {
  display: inline-block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  width: 400px;
  height: 400px;
  z-index: 4;
}
.section-home-top-copy > div:nth-child(2) {
  color: #fff;
  text-align: center;
  transition: all 0.5s ease-in-out;
  transition-delay: 2s;
  opacity: 0;
}
.section-home-top-copy > div.active {
  font-family: 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  letter-spacing: 0.1em;
  margin: 1rem 0;
}
.section-home-top-copy > div.active:nth-child(2) {
  opacity: 1;
}
.topbox {
  position: relative;
  margin: 0 auto;
  text-align: left;
  font-family: "Verdana", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  color: #fff;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.5;
  width: 400px;
  height: 400px;
  display: table-cell;
  vertical-align: middle;
  align-items: center;
}
.topbox div {
  position: relative;
  background: none;
  padding: 2rem;
  height: auto;
}
.topbox span {
  font-family: "Verdana", serif, 游ゴシック体, "Yu Gothic",
    "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", YuGothic, メイリオ,
    Meiryo, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
.topbox > .borders {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
  mix-blend-mode: overlay;
}
.topbox > .borders:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  z-index: 2;
}
.topbox > .borders:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 5px solid #fff;
  z-index: 0;
}
.topbox > .borders:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 5px solid #fff;
  z-index: 3;
}
.topbox > .borders:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  z-index: 0;
}
.borders.active:nth-of-type(1) {
  width: 100%;
}
.borders.active:nth-of-type(2) {
  height: 100%;
}
.borders.active:nth-of-type(3) {
  width: 100%;
}
.borders.active:nth-of-type(4) {
  height: 100%;
}
.topbox .text {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.25) translate(8px, 4px);
}
.topbox .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}
.text:nth-child(1) {
  transition: opacity 1.2s ease 0.1s, transform 1.2s ease 0.2s;
}
.text:nth-child(2) {
  transition: opacity 1.2s ease 0.2s, transform 1.2s ease 0.25s;
}
.text:nth-child(3) {
  transition: opacity 1.2s ease 0.25s, transform 1.2s ease 0.3s;
}
.text:nth-child(4) {
  transition: opacity 1.2s ease 0.3s, transform 1.2s ease 0.35s;
}
.text:nth-child(5) {
  transition: opacity 1.2s ease 0.35s, transform 1.2s ease 0.4s;
}
.text:nth-child(6) {
  transition: opacity 1.2s ease 0.4s, transform 1.2s ease 0.45s;
}
.text:nth-child(7) {
  transition: opacity 1.2s ease 0.45s, transform 1.2s ease 0.5s;
}
.text:nth-child(8) {
  transition: opacity 1.2s ease 0.5s, transform 1.2s ease 0.55s;
}
.text:nth-child(9) {
  transition: opacity 1.2s ease 0.55s, transform 1.2s ease 0.6s;
}
.text:nth-child(10) {
  transition: opacity 1.2s ease 0.6s, transform 1.2s ease 0.65s;
}
.text:nth-child(11) {
  transition: opacity 1.2s ease 0.65s, transform 1.2s ease 0.7s;
}
.text:nth-child(12) {
  transition: opacity 1.2s ease 0.7s, transform 1.2s ease 0.75s;
}
.text:nth-child(13) {
  transition: opacity 1.2s ease 0.75s, transform 1.2s ease 0.8s;
}
.text:nth-child(14) {
  transition: opacity 1.2s ease 0.8s, transform 1.2s ease 0.85s;
}
.text:nth-child(15) {
  transition: opacity 1.2s ease 0.85s, transform 1.2s ease 0.9s;
}
.text:nth-child(16) {
  transition: opacity 1.2s ease 0.9s, transform 1.2s ease 0.95s;
}
.text:nth-child(17) {
  transition: opacity 1.2s ease 0.95s, transform 1.2s ease 1s;
}
.text:nth-child(18) {
  transition: opacity 1.2s ease 1s, transform 1.2s ease 1.05s;
}
.text:nth-child(19) {
  transition: opacity 1.2s ease 1.05s, transform 1.2s ease 1.1s;
}
.text:nth-child(20) {
  transition: opacity 1.2s ease 1.1s, transform 1.2s ease 1.15s;
}
.section-home-top-nav {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
}
.menu-top-navigation .section-home-top-nav li {
  width: 25%;
}
.section-home-top-nav li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  font-weight: bold;
  padding: 1.5rem 0;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  position: relative;
  transition-duration: 0.3s;
  border: solid 1px #fff;
}
.section-home-top-nav li:nth-child(1) a,
.section-home-top-nav li:nth-child(4) a {
  border: solid 1px #fff;
}
.section-home-top-nav li a:hover {
  background: #1657a3;
  color: #fff;
}
.section-home-top-nav li a::after {
  content: ">";
  position: absolute;
  top: 46%;
  right: 1.5rem;
  transform: translate(0, -50%) scaleY(1.5);
}
.section-home-top-nav li a:hover::before {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 15px;
  margin: auto;
  width: 3rem;
}
.section-home-top-information > div {
  padding: 0 3rem;
}
.section-home-top-information ul {
  margin: 0 auto;
}
.section-home-top-information .p-3 {
  padding: 1.5rem !important;
}
.information-category {
  width: 100px;
  display: inline-block;
}
.information-category div {
  background: #a0a0a0;
  color: #fff;
  width: 100px;
  padding: 0.5rem 0.1rem;
  white-space: nowrap;
  font-size: 0.8rem;
  text-align: center;
}
.information-date {
  padding: 0.5rem 0;
  margin: 0 1rem;
  font-size: 0.8rem;
  white-space: nowrap;
  vertical-align: middle;
  display: inline;
}
.information-text {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  display: block;
}
.information-text p {
  margin: 0;
  line-height: 1.8;
  list-style: none;
}
.section-home-top-information ul li {
  transition-duration: 0.3s;
  padding: 0.6rem;
}
.section-home-top-information ul li:hover {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.section-home-top-information a {
  text-decoration: none;
  color: #000;
  display: block;
}
.section-home-top-information p > a {
  display: inline-flex !important;
}
.section-home-index {
  background: #000;
  position: relative;
}
.section-home-index a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 100%;
}
.section-home-index .row .col-lg-6:nth-child(2) {
  width: 50%;
  float: right;
}
.section-home-index .row {
  display: block;
  font-size: 0;
}
.section-home-index h2 {
  padding: 0;
}
.section-home-index .col-md-5 {
  width: 50%;
  position: absolute;
  display: inline-block;
  bottom: 20%;
}
.section-home-index .col-md-5:nth-child(3) {
  left: 0;
}
.section-home-index .col-md-5:nth-child(4) {
  right: 0;
}
.section-home-index .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.section-home-index .w-100 {
  width: 100%;
}
.section-home-index h2.w-100 {
  position: absolute;
}
.section-home-index .d-flex {
  display: flex;
  text-align: center;
}
.section-home-index-forshop h2,
.section-home-index-forbusiness h2 {
  top: 34%;
}
.area-link img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s linear;
}
.area-link:hover img {
  transform: scale(1.1);
}
.section-home-index-forconsumer img {
  height: 350px;
}
.section-home-index-forconsumer {
  padding: 0;
  color: #fff;
  transition-duration: 0.3s;
  height: 350px;
  display: flex;
  text-align: center;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.section-home-index-forconsumer h2 {
  position: absolute;
  top: 0;
  padding: 3rem 0 1rem;
  width: 100%;
  font-family: "Verdana", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-display: swap;
}
.section-home-index-forshop img,
.section-home-index-forbusiness img {
  height: 250px;
}
.section-home-index-forshop,
.section-home-index-forbusiness {
  height: 250px;
  background-size: 100%;
  position: relative;
  transition-duration: 0.3s;
}
.section-home-index-forshop,
.section-home-index-forbusiness {
  background-size: 100%;
  background-position: center center;
  width: 50%;
  float: left;
}
.section-home-index-business img,
.section-home-index-company img {
  height: 600px;
}
.section-home-index-business {
  background-repeat: no-repeat;
  position: relative;
  transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  width: 50%;
  height: 600px;
  display: inline-block;
}
.section-home-index-company {
  background-position: center top;
  position: relative;
  transition-duration: 0.3s;
  height: 600px;
}
.section-home-index-forconsumer:hover,
.section-home-index-forshop:hover,
.section-home-index-forbusiness:hover {
  background-size: 110%;
  opacity: 0.9;
}
.section-home-index-business:hover {
  background-size: 130%;
  opacity: 0.9;
}
.section-home-index-company:hover {
  background-size: 130%;
  opacity: 0.9;
}
.section-home-index-forconsumer a {
  border: solid 1px #fff;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
}
.section-home-index-forconsumer a::after {
  content: ">";
}
.section-home-index-forconsumer .link-more a:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.area-link {
  overflow: hidden;
}
.area-link::after {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border: solid 1px #fff;
  text-align: center;
  font-weight: bold;
  z-index: 10;
  pointer-events: none;
}
.area-link::before {
  content: "";
  position: absolute;
  right: 1.6rem;
  bottom: 1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transform: rotate(45deg);
  z-index: 10;
  pointer-events: none;
}
.area-link h2 {
  position: absolute;
  width: 100%;
}
.section-home-link {
  background: url(./images/section-home-link.jpg) top center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
.col-lg-4 a {
  background-color: rgba(255, 255, 255, 0.5);
}
.col-lg-6 {
  position: relative;
}
.section-home-link a {
  color: #fff;
  text-decoration: none;
}
.section-home-link .row {
  display: flex;
  flex-wrap: wrap;
}
.section-home-link .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.section-home-link .link-more {
  max-width: 33.3333%;
  flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
}
.section-home-link-career {
  padding: 0 3rem;
}
.section-home-link-career h2 {
  color: #fff;
}
.section-home-link-career div {
  text-align: center;
}
.section-home-link-career img {
  max-width: 130px;
}
.section-home-link-recruit a:hover > div {
  background: none;
  background-color: rgba(255, 255, 255, 0.3);
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
}
.section-home-link-recruit h2:after {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  left: 0;
  width: 10rem;
  bottom: 2rem;
  margin: auto;
}
.topbox2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  color: #fff;
  text-align: left;
  font-size: 3rem;
  padding: 10rem 0;
  width: 60%;
}
.topbox2 > .borders {
  position: absolute;
  background: none;
  transition: all 0.5s ease-in-out;
  transition-delay: 1s;
}
.topbox2 > .borders:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 1px solid #fff;
}
.topbox2 > .borders:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 1px solid #fff;
}
.topbox2 > .borders:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 1px solid #fff;
}
.topbox2 > .borders:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 1px solid #fff;
}
.topbox2 > .borders.active:nth-of-type(1) {
  width: 100%;
}
.topbox2 > .borders.active:nth-of-type(2) {
  height: 100%;
}
.topbox2 > .borders.active:nth-of-type(3) {
  width: 100%;
}
.topbox2 > .borders.active:nth-of-type(4) {
  height: 100%;
}
.topbox2 .text {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(1.25) translate(8px, 4px);
}
.topbox2 .text.active {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1) translate(0);
  transform: scale(1) translate(0);
}
.section-home-link .section-home-link-career {
  padding: 0 !important;
  height: 600px;
}
.section-home-link-career h2 {
  padding: 5rem 0 !important;
}
.section-home-link-career div {
  text-align: center;
  margin-bottom: 2rem !important;
}
.section-home-link .section-home-link-recruit {
  height: 600px;
  position: relative;
  background-image: -webkit-linear-gradient(
    130deg,
    rgba(22, 87, 163, 0.5) 28%,
    rgba(22, 87, 163, 0.2) 72%
  ) !important;
  background-image: -moz-linear-gradient(
    130deg,
    rgba(22, 87, 163, 0.5) 28%,
    rgba(22, 87, 163, 0.2) 72%
  ) !important;
  background-image: -o-linear-gradient(
    130deg,
    rgba(22, 87, 163, 0.5) 28%,
    rgba(22, 87, 163, 0.2) 72%
  ) !important;
  background-image: linear-gradient(
    -40deg,
    rgba(22, 87, 163, 0.5) 28%,
    rgba(22, 87, 163, 0.2) 72%
  ) !important;
  animation: huerotator 3s infinite alternate;
}
footer .d-lg-block {
  display: block !important;
}
footer .d-lg-flex {
  display: flex !important;
}
footer .d-lg-flex .col-lg-4 {
  padding: 0 1rem 1rem;
}
footer .col-lg-8 {
  padding: 0 2rem;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
footer .col-lg-2 {
  margin: 0 auto;
}
footer nav {
  display: flex;
}
footer nav a {
  display: inline-block;
  position: relative;
  border-bottom: solid 2px transparent;
}
footer nav a:hover {
  text-decoration: none;
  color: #000;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  border-bottom: solid 2px #1657a3 !important;
}
footer .footer-logo {
  padding: 1.5rem 0;
  text-align: center;
}
footer .footer-sns {
  float: right;
}
footer small {
  font-size: 12px;
  padding: 0.5rem 0;
}
@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}
.section-home-link {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.section-home-link-recruit a {
  display: block;
  padding: 6.7rem 0;
}
.section-home-link-recruit h2 {
  padding: 0 !important;
  letter-spacing: 0.2em;
  top: 46%;
  transform: translate(0, -50%);
  width: 100%;
}
.section-home-link-recruit h2 > div {
  padding-top: 1rem;
}
.section-home-link-recruit h2:after {
  border-bottom: 3px solid #fff !important;
  bottom: -2rem !important;
  width: 13rem !important;
}
.topbox2 > .borders:nth-of-type(1) {
  border-top: 3px solid #fff !important;
}
.topbox2 > .borders:nth-of-type(2) {
  border-right: 3px solid #fff !important;
}
.topbox2 > .borders:nth-of-type(3) {
  border-bottom: 3px solid #fff !important;
}
.topbox2 > .borders:nth-of-type(4) {
  border-left: 3px solid #fff !important;
}
aside .row > div > a > div {
  padding: 5rem 0 !important;
}
aside .row > div > a:hover::after {
  bottom: 7rem !important;
}
aside h2 {
  padding: 3rem 0 !important;
  letter-spacing: 0.2em;
  font-weight: 400;
}
footer ul {
  padding-left: 1em !important;
}
.container .text-right a {
  display: inline-block;
  width: 40px;
}
.container .text-right a::before {
  border-right: none;
  border-top: none;
}
.page.page-forbusiness article > div:nth-child(1),
.page.page-forshop article > div:nth-child(1),
.page.page-business article > div:nth-child(1),
.page.page-company article > div:nth-child(1),
.page.page-consumer article > div:nth-child(1),
.page.page-mobile article > div:nth-child(1),
.single-mobile article > div:nth-child(1),
.page.page-message article > div:nth-child(1),
.page.page-philosophy article > div:nth-child(1),
.page.page-overview article > div:nth-child(1),
.page.page-history article > div:nth-child(1),
.page.page-tsutaya article > div:nth-child(1) {
  background-size: cover !important;
  background-repeat: no-repeat;
  height: 60vh;
}
.single-forshop article > div:nth-child(1),
.single-forbusiness article > div:nth-child(1) {
  height: 50vh;
  display: flex !important;
}
.single-forshop article > div:nth-child(1) img,
.single-forbusiness article > div:nth-child(1) img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.page.page-information article > div:nth-child(1) h1,
.page.page-forbusiness article > div:nth-child(1) h1,
.page.page-forshop article > div:nth-child(1) h1,
.page.page-business article > div:nth-child(1) h1,
.page.page-company article > div:nth-child(1) h1,
.page.page-consumer article > div:nth-child(1) h1,
.page.page-mobile article > div:nth-child(1) h1,
.single-mobile article > div:nth-child(1) h1,
.page.page-message article > div:nth-child(1) h1,
.page.page-philosophy article > div:nth-child(1) h1,
.page.page-overview article > div:nth-child(1) h1,
.page.page-history article > div:nth-child(1) h1,
.page.page-contact article > div:nth-child(1) h1,
.page.page-contact-forconsumer article > div:nth-child(1) h1,
.page.page-contact-forbusiness article > div:nth-child(1) h1,
.page.page-sitemap article > div:nth-child(1) h1,
.page.page-privacy article > div:nth-child(1) h1,
.page.page-policy article > div:nth-child(1) h1,
.page.page-purpose article > div:nth-child(1) h1,
.page.page-disclosure article > div:nth-child(1) h1,
.page.page-consultation article > div:nth-child(1) h1,
.single-post article > div:nth-child(1) h1,
.search article > div:nth-child(1) h1,
.date article > div:nth-child(1) h1,
.page-inquiry-for-consumer article > div:nth-child(1) h1,
.page-inquiry-for-business article > div:nth-child(1) h1,
.page-securitycameras article > div:nth-child(1) h1,
.archive article > div:nth-child(1) h1 {
  margin-top: 0;
  letter-spacing: 0.1em;
  font-family: "Verdana", 游ゴシック体, "Yu Gothic", "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", YuGothic, メイリオ, Meiryo, Osaka,
    "MS Pゴシック", "MS PGothic", sans-serif !important;
  font-display: swap;
}
.page.page-information
  article
  > div:nth-child(1)
  h1.section-page-information-sort
  .pl-3,
.section-page-information-sort .px-3 {
  padding: 0 !important;
}
.section-page-information-sort option {
  font-size: 14px;
}
.section-page-information-sort select {
  margin: 0rem !important;
  height: 20px;
}
article.type-post .container p {
  padding: 1rem 2rem;
  max-width: 1024px;
  margin: auto;
}
.search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 28px;
  height: 28px;
  border-radius: 20px;
  margin: 2% auto;
  border: none;
  cursor: pointer;
  background: #ebebeb;
}
.search-box + label .search-icon {
  color: black;
  pointer-events: none;
}
.search-box + label .search-icon::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.search-box:hover {
  color: white;
  background: #c8c8c8;
  box-shadow: 0 0 0 5px #3d4752;
}
.search-box:hover + label .search-icon {
  color: white;
}
.search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s,
    background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 15px;
  cursor: text;
  width: 220px;
  border-radius: auto;
  background: #ebebeb;
  color: black;
}
.search-box:focus + label .search-icon {
  color: black;
}
.search-box:not(:focus) {
  text-indent: -5000px;
}
.search-submit {
  position: relative;
  left: -5000px;
}
.search-icon {
  position: relative;
  left: -29px;
  top: 1px;
  color: white;
  cursor: pointer;
}
#searchsubmit {
  text-indent: -9999px;
  cursor: pointer;
  width: 35px;
  height: 30px;
}
#searchform > div::before {
  content: "" !important;
  position: absolute;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
  right: calc(-1% - -22px);
  border-radius: 50%;
  box-shadow: 0 0 0 2px #555;
  z-index: 11;
}
#searchform > div::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 4px;
  top: calc(50% + 5px);
  right: calc(-1% + 18px);
  border-top: solid 2px #555;
  transform: rotate(45deg);
  z-index: 11;
}
.section-page-forbusiness-index a div h3,
.section-page-forshop-index a div h3 {
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.section-page-forbusiness-index a div h3:before,
.section-page-forshop-index a div h3:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1657a3 !important;
}
.section-page-forbusiness-index a,
.section-page-forshop-index a {
  height: 450px;
  position: relative;
  background-size: 140% !important;
  box-sizing: border-box;
}
.section-page-forbusiness-index a:hover,
.section-page-forshop-index a:hover {
  background-size: 160% !important;
}
.section-page-forbusiness-index a div,
.section-page-forshop-index a div {
  position: absolute;
  bottom: 0;
  padding: 0.3rem 1rem 3rem !important;
  width: 100%;
  height: 50%;
}
.page-company .container-fluid > div > section {
  background: none !important;
}
.section-page-company-message .py-5,
.section-page-company-philosophy .py-5,
.section-page-company-overview .py-5,
.section-page-company-history .py-5 {
  padding: 0 !important;
}
.section-page-company-message a h2 {
  margin-bottom: 0 !important;
  position: absolute;
  top: 30%;
}
.page-company section a {
  display: block;
}
.page-company section p {
  margin: 0.5rem 0;
}
.page-company .area-link h2 {
  top: 35%;
}
.section-page-company-message p {
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  text-align: center;
}
.page-company .section-page-company-message > div {
  background-position: center -100px;
}
.section-page-consumer-top .mb-5 h2 {
  padding-bottom: 3%;
}
.section-page-consumer-index div a {
  position: relative;
}
.section-page-mobile-link .col-lg-4 {
  margin-bottom: 10px;
}
.ml-info ul li::before {
  font-size: 1.6rem !important;
  top: 0.3rem !important;
}
.section-page-mobile-list .row .col-md-4 {
  position: relative;
  height: 480px;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.section-page-mobile-list .row .col-md-4 .ml-jpg {
  background-color: #000;
}
.section-page-mobile-list .row .col-md-4:hover img {
  display: block;
  opacity: 0.7;
}
.section-page-mobile-list ul li > div {
  border-bottom: none !important;
  position: unset !important;
  height: 100%;
}
.tel_area {
  position: absolute;
  width: 95%;
  border-bottom: solid 2px #1657a3;
  bottom: 0;
  padding-bottom: 3rem;
  text-align: center;
}
main h2 div img {
  max-width: 16rem;
}
.section-single-mobile-information dl div,
.section-page-tsutaya-information dl div {
  padding: 1rem !important;
}
.section-single-mobile-information > .row,
.section-page-tsutaya-information > .row {
  max-width: 1024px;
  margin: auto;
  display: flex;
}
.section-single-mobile-information .col-md-6,
.section-page-tsutaya-information .col-md-6 {
  text-align: center;
  flex: 0 0 50%;
  max-width: 50%;
}
.section-single-mobile-information .col-md-6 .row,
.section-page-tsutaya-information .col-md-6 .row {
  text-align: left;
  display: flex;
}
.section-single-mobile-information .col-md-6 .mb-3 .col,
.section-page-tsutaya-information .col-md-6 .mb-3 .col {
  padding-top: 0.5rem;
}
.section-single-mobile-information .col-md-6 .mb-3 .col:nth-child(1),
.section-page-tsutaya-information .col-md-6 .mb-3 .col:nth-child(1) {
  padding-right: 1rem;
}
.section-single-mobile-information .col-md-6 .mb-3 .col:nth-child(3),
.section-page-tsutaya-information .col-md-6 .mb-3 .col:nth-child(3) {
  padding-left: 1rem;
}
.section-single-mobile-information,
.section-page-tsutaya-information {
  margin: 4rem auto !important;
  max-width: 1024px;
}
.section-single-mobile-information .col-md-6 img,
.section-page-tsutaya-information .col-md-6 img:nth-child(1) {
  width: 100%;
  object-fit: cover;
  height: 310px;
}
.section-page-tsutaya-information .col-md-6 img {
  width: 25%;
  object-fit: cover;
  height: 200px;
}
.section-single-mobile-information .col-md-6 .col-sm-9 img,
.section-page-tsutaya-information .col-md-6 .col-sm-9 img {
  width: 100%;
  object-fit: cover;
  height: auto;
  max-width: 80px;
}
.section-single-mobile-information .col,
.section-page-tsutaya-information .col {
  text-align: center;
}
.section-single-mobile-information .col a .img-fluid,
.section-page-tsutaya-information .col a .img-fluid {
  width: 150px;
  height: 90px;
  object-fit: cover;
}
.section-single-mobile-manager h3 {
  font-size: 1.5rem !important;
  padding-top: 1rem;
}
.section-single-mobile-manager .col-sm-4 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.section-single-mobile-manager .col-sm-8 {
  margin: 0 auto;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
  box-sizing: border-box;
  text-align: center;
}
.section-page-tsutaya-store div > div {
  text-align: center;
  padding: 1rem 0;
}
.section-page-tsutaya-store .col-md-4 {
  margin: 1rem 0;
  text-align: center;
}
.section-page-tsutaya-store .row {
  display: flex;
  flex-wrap: wrap;
}
.section-page-tsutaya-store .justify-content-center {
  max-width: 1024px !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  margin: 0 auto;
}
.section-single-forshop-top {
  margin-bottom: 4rem;
}
.page-message .section-page-message-message h2::after {
  width: 5rem !important;
}
.page-message .section-page-message-message h2 {
  padding: 1rem 0 1.5rem !important;
}
.section-page-philosophy-code .row div h3 {
  position: relative;
  font-size: 1.25rem !important;
  padding: 1rem 0 0.5rem;
  margin-bottom: 0.5rem;
}
.section-page-philosophy-code .row div h3 div {
  font-size: 0.9rem !important;
}
.section-page-philosophy-code .row div h3::after {
  border-bottom-width: 2px !important;
}
.section-page-history-table .table td {
  position: relative;
}
.section-page-history-table .table td,
.section-page-history-table .table th {
  border: none !important;
}
.section-page-history-table table {
  max-width: 1024px;
  margin: auto;
}
.section-page-history-table table td::before {
  content: "";
  border-left: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.section-page-contact-forconsumer-form .table,
.section-page-contact-forbusiness-form .table {
  max-width: 1024px;
  margin: auto;
}
.section-page-contact-forconsumer-form th.required::after,
.section-page-contact-forbusiness-form th.required::after {
  padding: 0.2rem 0.5rem 0.1rem !important;
  font-size: 14px !important;
  float: right !important;
  font-weight: 400;
}
.section-page-contact-forconsumer-form input[type="text"],
.section-page-contact-forconsumer-form input[type="email"],
.section-page-contact-forconsumer-form textarea,
.section-page-contact-forbusiness-form input[type="text"],
.section-page-contact-forbusiness-form input[type="email"],
.section-page-contact-forbusiness-form textarea {
  border: 1px solid #a0a0a0;
  border-radius: unset !important;
  box-sizing: border-box;
}
.section-page-contact-forconsumer-form input[type="submit"],
.section-page-contact-forbusiness-form input[type="submit"] {
  border-radius: unset !important;
  -webkit-appearance: none;
}
.section-page-contact-forbusiness-form textarea.message,
.section-page-contact-forconsumer-form textarea.message {
  height: 18rem;
}
.section-page-sitemap-sitemap a {
  padding: 0.3rem 0 0.3rem 1rem !important;
}
.section-page-sitemap-sitemap .col-md-4 {
  margin-bottom: 5%;
  padding: 0 1rem;
}
.section-page-privacy-index h3 {
  padding: 8rem 1rem !important;
}
.section-page-privacy-index h3::after {
  border-bottom: 2px solid #1657a3 !important;
  bottom: 6.5rem !important;
}
.section-page-privacy-index h3:hover::after {
  border-bottom: 2px solid #fff !important;
}
.section-page-policy-text,
.section-page-purpose-text,
.section-page-disclosure-text,
.section-page-consultation-text,
.page-inquiry-for-consumer-text,
.page-inquiry-for-business-text,
.section-page-policy-text,
.section-page-securitycameras-text {
  max-width: 1024px;
  margin: auto;
}
.page-inquiry-for-consumer-text,
.page-inquiry-for-business-text,
.mw_wp_form_complete {
  padding: 0 5rem;
}
.section-page-policy-text h2,
.section-page-purpose-text h2,
.section-page-consultatin-text h2,
.page-inquiry-for-business-text h2,
.page-inquiry-for-consumer-text h2 {
  padding: 1.5rem !important;
}
.section-page-disclosure-text .inside-link a {
  font-size: 1.2rem;
}
.section-page-disclosure-text .inside-link a::after {
  content: "";
  position: absolute;
  left: 21px;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.2rem;
  border: solid 1px #fff;
  text-align: center;
  font-weight: bold;
  z-index: 10;
}
.section-page-disclosure-text .inside-link a::before {
  left: 24.4px !important;
}
.section-page-disclosure-text p {
  margin-left: 25px;
  line-height: 2;
  font-size: 0.9rem;
}
.section-page-disclosure-text .link-more a {
  margin: 3rem auto 1.5rem;
}
.section-page-disclosure-text .link-more a:hover,
.page-inquiry-for-consumer-text .link-more a:hover,
.page-inquiry-for-business-text .link-more a:hover {
  color: #fff !important;
  opacity: 0.8;
}
.col-lg-4,
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.section-page-information-sort {
  text-align: center;
}
.section-page-information-sort > .row > .col-12 {
  width: 50%;
  margin: 0 auto 1%;
}
.section-page-information-sort .row .col-lg-2 {
  display: inline-block;
  padding: 3% 0;
}
.page.page-privacy article > div:nth-child(1),
.page.page-policy article > div:nth-child(1),
.page.page-purpose article > div:nth-child(1),
.page.page-disclosure article > div:nth-child(1),
.page.page-information article > div:nth-child(1),
.page.page-securitycameras article > div:nth-child(1),
.page.page-consultation article > div:nth-child(1),
.page.page-contact-forconsumer article > div:nth-child(1),
.page.page-contact-forbusiness article > div:nth-child(1),
.page.page-sitemap article > div:nth-child(1),
.page.page-contact article > div:nth-child(1),
.archive article > div:nth-child(1),
.search article > div:nth-child(1),
.single-post article > div:nth-child(1),
.page.page-forbusiness article > div:nth-child(1),
.page.page-forshop article > div:nth-child(1),
.page.page-business article > div:nth-child(1),
.page.page-company article > div:nth-child(1),
.page.page-consumer article > div:nth-child(1),
.page.page-mobile article > div:nth-child(1),
.single-mobile article > div:nth-child(1),
.single-forshop article > div:nth-child(1),
.single-forbusiness article > div:nth-child(1),
.page.page-message article > div:nth-child(1),
.page.page-philosophy article > div:nth-child(1),
.page.page-overview article > div:nth-child(1),
.page.page-history article > div:nth-child(1),
.page.page-tsutaya article > div:nth-child(1),
.page-inquiry-for-business article > div:nth-child(1),
.page-inquiry-for-consumer article > div:nth-child(1) {
  position: relative;
  font-size: 2.5rem;
}
.archive article > div:nth-child(1) h1,
.page.page-information article > div:nth-child(1) h1,
.page.page-forbusiness article > div:nth-child(1) h1,
.page.page-forshop article > div:nth-child(1) h1,
.page.page-business article > div:nth-child(1) h1,
.page.page-company article > div:nth-child(1) h1,
.page.page-consumer article > div:nth-child(1) h1,
.page.page-mobile article > div:nth-child(1) h1,
.single-mobile article > div:nth-child(1) h1,
.page.page-message article > div:nth-child(1) h1,
.page.page-philosophy article > div:nth-child(1) h1,
.page.page-overview article > div:nth-child(1) h1,
.page.page-history article > div:nth-child(1) h1,
.page.page-contact article > div:nth-child(1) h1,
.page.page-contact-forconsumer article > div:nth-child(1) h1,
.page.page-contact-forbusiness article > div:nth-child(1) h1,
.page.page-sitemap article > div:nth-child(1) h1,
.page.page-privacy article > div:nth-child(1) h1,
.page.page-policy article > div:nth-child(1) h1,
.page.page-purpose article > div:nth-child(1) h1,
.page.page-disclosure article > div:nth-child(1) h1,
.page.page-consultation article > div:nth-child(1) h1,
.single-post article > div:nth-child(1) h1,
.search article > div:nth-child(1) h1,
.date article > div:nth-child(1) h1,
.page-inquiry-for-business article > div:nth-child(1) h1,
.page-inquiry-for-consumer article > div:nth-child(1) h1,
.page-securitycameras article > div:nth-child(1) h1 {
  position: absolute;
  width: 100%;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-tsutaya .d-flex {
  justify-content: center;
  align-items: center;
  display: flex !important;
}
#searchform {
  width: 65%;
  margin: 0 auto;
  height: 40px;
  display: inline;
}
#searchform > div > #s {
  position: relative !important;
  padding: 0;
  box-sizing: border-box;
  height: 30px;
}
#searchsubmit {
  padding: 0;
}
.section-page-information-sort > .row {
  width: 80%;
  margin: 0 auto;
}
.section-page-information-sort select {
  font-size: 0.8rem;
}
.section-page-business-forconsumer::after {
  content: "";
  display: block;
  clear: both;
}
.section-page-business-forconsumer,
.section-page-business-forshop,
.section-page-business-forbusiness {
  display: grid;
  box-sizing: border-box;
}
.section-page-business-forconsumer h2,
.section-page-business-forshop h2,
.section-page-business-forbusiness h2 {
  padding-top: 10%;
}
.section-page-business-forconsumer .p-5,
.section-page-business-forshop .p-5,
.section-page-business-forbusiness .p-5 {
  display: grid;
  height: 100%;
}
.section-page-business-forconsumer > a,
.section-page-business-forshop > a,
.section-page-business-forbusiness > a {
  width: 100%;
  height: 450px;
}
a.no-gutters {
  overflow: hidden;
}
.section-page-business-forconsumer > a img,
.section-page-business-forshop > a img,
.section-page-business-forbusiness > a img {
  height: 450px;
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s linear;
  display: block;
}
.section-page-business-forconsumer > a:hover img,
.section-page-business-forshop > a:hover img,
.section-page-business-forbusiness > a:hover img {
  transform: scale(1.05);
}
.section-page-business-forconsumer,
.section-page-business-forshop,
.section-page-business-forbusiness {
  font-size: 0;
}
.section-page-business-forconsumer > a > div:nth-child(1),
.section-page-business-forbusiness > a > div:nth-child(1) {
  float: left;
  width: 30%;
}
.section-page-business-forshop > a > div:nth-child(1) {
  float: right;
  width: 30%;
}
.section-page-business-forconsumer .col-lg-5 {
  padding-top: 30%;
}
.section-page-business-forconsumer .col-lg-5:nth-child(1) {
  width: 50%;
  float: left;
}
.section-page-business-forconsumer .col-lg-5:nth-child(2) {
  width: 50%;
  float: right;
}
.section-page-consumer-index {
  margin-top: 5%;
}
.section-page-consumer-index > .no-gutters {
  display: flex;
}
.section-page-consumer-index div a:nth-child(odd),
.section-page-consumer-index div a:nth-child(even) {
  width: 50%;
  align-items: center;
  display: flex;
  height: 400px;
}
.page-tsutaya .section-page-consumer-index > .no-gutters > a.area-link > h2 {
  top: 40%;
}
.section-page-consumer-index > .no-gutters > a.area-link > h2 {
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.section-page-consumer-index > .no-gutters > a.area-link > div {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.section-page-mobile-link {
  max-width: 1024px;
  margin: auto;
}
.section-page-mobile-link > .no-gutters {
  display: flex;
  -ms-display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-page-mobile-list .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-3 {
  padding: 1rem;
}
.col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-sm-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-sm-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-sm-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.section-single-mobile-information .row .img-change,
.section-page-tsutaya-information .row .img-change {
  padding: 0 1rem;
  box-sizing: border-box;
}
.section-single-mobile-information .col-md-6 dl dt.col-sm-3,
.section-page-tsutaya-information .col-md-6 dl dt.col-sm-3 {
  font-weight: 600;
}
.section-single-mobile-information .col-md-6:nth-child(2),
.section-page-tsutaya-information .col-md-6:nth-child(2) {
  padding: 0 1rem;
  box-sizing: border-box;
}
.section-single-mobile-manager .row,
.section-page-forshop-index .row,
.section-single-forshop-detail .container-fluid .row,
.section-page-forbusiness-index .row,
.section-page-philosophy-code .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-single-mobile-access dl,
.section-page-tsutaya-access dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-page-forshop-top .mb-5,
.section-page-forbusiness-top .mb-5 {
  margin-bottom: 2rem;
}
.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.section-single-forshop-detail .col-md-8 > div {
  box-sizing: border-box;
}
.section-single-forshop-detail .container-fluid:nth-child(odd) .col-md-8,
.section-single-forshop-detail .container-fluid:nth-child(even) .col-md-4 {
  order: 1;
  -ms-order: 1;
}
.section-single-forshop-detail .container-fluid:nth-child(even) .col-md-8,
.section-single-forshop-detail .container-fluid:nth-child(odd) .col-md-4 {
  order: 2;
  -ms-order: 2;
}
.section-single-forshop-top h2 {
  padding: 1rem 0;
}
.section-single-forshop-top h2 > div {
  padding: 0.5rem 0;
}
.section-single-forshop-freespace .row a {
  display: block;
  padding: 3rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.section-page-philosophy-code .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.section-page-philosophy-code .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.section-page-philosophy-code .d-flex {
  display: flex;
}
.section-page-philosophy-code .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.section-page-overview-table table,
.section-page-history-table table,
.section-page-contact-forconsumer-form table {
  border-collapse: collapse;
}
.section-page-overview-table .table td,
.section-page-overview-table .table th,
.section-page-history-table .table td,
.section-page-history-table .table th,
.section-page-contact-forconsumer-form .table td,
.section-page-contact-forconsumer-form .table th,
.section-page-contact-forbusiness-form .table td,
.section-page-contact-forbusiness-form .table th {
  padding: 0.75rem 1.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.section-page-overview-table .table th,
.section-page-history-table .table th,
.section-page-contact-forconsumer-form .table th,
.section-page-contact-forbusiness-form .table th {
  font-weight: 600;
}
.text-nowrap {
  white-space: nowrap !important;
}
.section-page-contact-forconsumer-text p,
.section-page-contact-forbusiness-text p {
  padding: 3rem 0;
}
.section-page-contact-forconsumer-form .table,
.section-page-contact-forbusiness-form .table {
  width: 100%;
}
.section-page-contact-forconsumer-form .text-nowrap,
.section-page-contact-forbusiness-form .text-nowrap {
  white-space: nowrap !important;
}
.section-page-contact-forconsumer-form button,
.section-page-contact-forconsumer-form input,
.section-page-contact-forbusiness-form button,
.section-page-contact-forbusiness-form input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.section-page-contact-forconsumer-form tr td .my-3,
.section-page-contact-forbusiness-form tr td .my-3 {
  margin: 0 auto;
}
.section-page-disclosure-text .inside-link .p-3 {
  text-align: center;
  margin: 2rem auto;
}
@media screen and (min-width: 1440px) {
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img {
    height: 450px;
  }
}
@media screen and (min-width: 1600px) {
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img {
    height: 500px;
  }
  .section-page-business-forconsumer .col-lg-5 {
    padding-top: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img {
    height: 600px;
  }
}
@media screen and (min-width: 2048px) {
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img {
    height: 800px;
  }
}
@media screen and (max-height: 650px) {
  .section-home-top-copy {
    width: 300px;
    height: 300px;
  }
  .topbox {
    font-size: 48px;
    width: 300px;
    height: 300px;
  }
  .topbox span {
    font-size: 48px;
  }
  .topbox div {
    padding: 1rem;
  }
  .section-home-top-copy > div.active {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    text-align: center;
    width: 100%;
  }
  .section-home-top-image img {
    height: 100%;
  }
  .skippr-nav-container {
    bottom: 14% !important;
  }
  .section-page-forbusiness-index a div,
  .section-page-forshop-index a div {
    height: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .section-home-index-business,
  .link_box,
  .section-home-link .section-home-link-career,
  .section-home-link .section-home-link-recruit,
  .section-home-index-company,
  .section-home-index-business img,
  .section-home-link .section-home-link-recruit img,
  .section-home-index-company img {
    height: 450px;
  }
  .section-home-index-forconsumer,
  .section-home-index-forconsumer img {
    height: 250px;
  }
  .section-home-index-forshop,
  .section-home-index-forbusiness,
  .section-home-index-forshop img,
  .section-home-index-forbusiness img {
    height: 200px;
  }
  .section-page-information-list {
    width: 95%;
    margin: auto;
  }
  .section-home-link-career h2 {
    padding: 4rem 0 1rem !important;
  }
  .section-home-link-recruit a {
    padding: 4rem 0;
  }
  .topbox2 {
    padding: 8rem 0;
  }
}
@media screen and (max-width: 1024px) {
  .section-home-index-business,
  .link_box,
  .section-home-link .section-home-link-career,
  .section-home-link .section-home-link-recruit,
  .section-home-index-company {
    height: 400px;
  }
  .section-home-index-forconsumer {
    height: 220px;
  }
  .section-home-index-forshop,
  .section-home-index-forbusiness {
    height: 180px;
  }
  .section-page-business-forconsumer > a,
  .section-page-business-forshop > a,
  .section-page-business-forbusiness > a {
    height: 400px;
  }
  main h1 div {
    font-size: 0.9rem;
  }
  header .logo {
    padding: 26px 0 26px 1%;
    width: 30%;
  }
  header .menu-support-navigation-container ul li.menu-item-6,
  header .menu-support-navigation-container ul li.menu-item-54 {
    margin: 0.8rem;
  }
  header .menu-header-navigation-container {
    padding: 0rem 0.5rem 0.3rem;
  }
  header .menu-header-navigation-container ul {
    padding: 0 1rem;
  }
  header .menu-header-navigation-container ul li a {
    padding: 0.4rem;
  }
  .page.page-information article > div:nth-child(1) h1,
  .page.page-forbusiness article > div:nth-child(1) h1,
  .page.page-forshop article > div:nth-child(1) h1,
  .page.page-business article > div:nth-child(1) h1,
  .page.page-company article > div:nth-child(1) h1,
  .page.page-consumer article > div:nth-child(1) h1,
  .page.page-mobile article > div:nth-child(1) h1,
  .single-mobile article > div:nth-child(1) h1,
  .page.page-message article > div:nth-child(1) h1,
  .page.page-philosophy article > div:nth-child(1) h1,
  .page.page-overview article > div:nth-child(1) h1,
  .page.page-history article > div:nth-child(1) h1,
  .page.page-contact article > div:nth-child(1) h1,
  .page.page-contact-forconsumer article > div:nth-child(1) h1,
  .page.page-contact-forbusiness article > div:nth-child(1) h1,
  .page.page-sitemap article > div:nth-child(1) h1,
  .page.page-privacy article > div:nth-child(1) h1,
  .page.page-policy article > div:nth-child(1) h1,
  .page.page-purpose article > div:nth-child(1) h1,
  .page.page-disclosure article > div:nth-child(1) h1,
  .page.page-consultation article > div:nth-child(1) h1,
  .single-post article > div:nth-child(1) h1,
  .search article > div:nth-child(1) h1,
  .page-inquiry-for-consumer article > div:nth-child(1) h1,
  .page-inquiry-for-business article > div:nth-child(1) h1 {
    font-size: 1.6rem;
  }
  .section-home-top-nav li a {
    padding: 1.2rem 0;
  }
  main h2 {
    font-size: 1.4rem;
    padding: 1.2rem 0 0rem;
  }
  aside h2 {
    font-size: 1.3rem;
  }
  .link-more a {
    font-size: 0.7rem;
    max-width: 10rem;
  }
  .section-home-index-forconsumer a {
    padding: 0.8rem;
  }
  .section-home-top-information .text-right a {
    font-size: 0.9rem;
  }
  .area-link::before {
    right: 1.65rem;
    bottom: 1.5rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  .area-link::after {
    right: 1.1rem;
    bottom: 1.1rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  aside .row > div > a {
    padding: 2.5rem;
  }
  aside .row > .area-link::after {
    right: 0.6rem;
    bottom: 0.6rem;
  }
  aside .row > .area-link::before {
    right: 1.2rem;
    bottom: 1.05rem;
  }
  article .container {
    padding: 0 2rem;
  }
  .section-page-consumer-index,
  .section-page-forbusiness-index a,
  .section-page-forshop-index a,
  .section-home-index-business,
  .link_box,
  .section-home-link .section-home-link-career,
  .section-home-link .section-home-link-recruit,
  .section-home-index-company,
  .section-home-index-business img,
  .section-home-link .section-home-link-recruit img,
  .section-home-index-company img {
    height: 400px;
  }
  .section-page-mobile-link a.allbtn {
    font-size: 0.8rem;
  }
  .section-page-mobile-list ul li div.borderbox {
    height: 8rem;
    width: 12rem;
  }
  .borderbox div.ml-border {
    padding: 2.5rem 2rem;
  }
  .section-page-mobile-list ul li div.ml-shop {
    font-size: 0.8rem;
  }
  .section-page-mobile-top h2 {
    padding-bottom: 2%;
  }
  .section-page-mobile-link {
    padding-bottom: 2%;
  }
  .section-page-mobile-list ul li div.ml-title,
  .ml-tel-title,
  .section-single-mobile-access dl dt,
  .section-page-tsutaya-access dl dt,
  .section-single-mobile-access dl dd,
  .section-page-tsutaya-access dl dd,
  .page-message h1::before,
  .section-page-overview-table .table td,
  .section-page-overview-table .table th,
  .section-page-history-table .table td,
  .section-page-history-table .table th,
  .section-page-contact-forconsumer-form .table td,
  .section-page-contact-forconsumer-form .table th,
  .section-page-contact-forbusiness-form .table td,
  .section-page-contact-forbusiness-form .table th {
    font-size: 0.9rem;
  }
  .section-single-mobile-access iframe,
  .section-page-tsutaya-access iframe {
    height: 450px;
  }
  .ml-tel,
  .section-page-philosophy-code .row div h3 {
    font-size: 1.1rem !important;
  }
  .section-single-mobile-manager h3 {
    font-size: 1.2rem !important;
  }
  .page-message h1::after {
    font-size: 1.4rem;
  }
  .page-message .section-page-message-message h2 {
    padding: 1rem 0 1rem !important;
    margin-bottom: 2rem;
  }
  .page-message .section-page-message-message p img {
    max-width: 140px;
  }
  .page-message .section-page-message-message {
    padding: 2rem;
  }
  .col-xl-five-1,
  .col-lg-five-1,
  .col-md-five-1,
  .col-sm-five-1,
  .col-xs-five-1,
  .col-xl-five-2,
  .col-lg-five-2,
  .col-md-five-2,
  .col-sm-five-2,
  .col-xs-five-2,
  .col-xl-five-3,
  .col-lg-five-3,
  .col-md-five-3,
  .col-sm-five-3,
  .col-xs-five-3,
  .col-xl-five-4,
  .col-lg-five-4,
  .col-md-five-4,
  .col-sm-five-4,
  .col-xs-five-4 {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .section-page-philosophy-code .row div h3 div {
    font-size: 0.8rem !important;
  }
  .section-single-forshop-detail > div h2 {
    font-size: 1.1rem;
  }
  .section-single-forshop-detail > div p {
    font-size: 0.8rem;
  }
  .section-page-contact-forconsumer-form tr:nth-child(7) td div,
  .section-page-contact-forbusiness-form tr:nth-child(10) td div {
    max-width: 180px;
  }
  .section-page-contact-forconsumer-form input[type="submit"],
  .section-page-contact-forbusiness-form input[type="submit"] {
    font-size: 0.8rem;
  }
  .section-page-privacy-index h3 {
    padding: 6rem 1rem !important;
  }
  .section-page-privacy-index h3::after {
    bottom: 4.5rem !important;
  }
}
@media screen and (max-width: 900px) {
  .section-page-mobile-list ul li div.ml-title,
  .ml-tel-title,
  .section-single-mobile-access dl dt,
  .section-page-tsutaya-access dl dt,
  .section-single-mobile-access dl dd,
  .section-page-tsutaya-access dl dd,
  .page-message h1::before,
  .section-page-overview-table .table td,
  .section-page-overview-table .table th,
  .section-page-history-table .table td,
  .section-page-history-table .table th,
  .section-page-contact-forconsumer-form .table td,
  .section-page-contact-forconsumer-form .table th,
  .section-page-contact-forbusiness-form .table td,
  .section-page-contact-forbusiness-form .table th {
    font-size: 0.8rem;
  }
  .section-page-contact-forconsumer-form th.required::after,
  .section-page-contact-forbusiness-form th.required::after {
    font-size: 12px !important;
  }
  header .menu-support-navigation-container ul li.menu-item-56 {
    width: 200px;
  }
  .search-box:focus {
    width: 160px;
  }
  header .menu-header-navigation-container {
    padding: 0rem 0.5rem 0.3rem;
  }
  header .menu-header-navigation-container ul {
    padding: 0;
  }
  header .menu-header-navigation-container ul li {
    margin: 0 0.5rem;
  }
  header .menu-support-navigation-container ul li a,
  header .menu-header-navigation-container ul li a,
  .section-home-top-nav li a {
    font-size: 0.7rem;
  }
  .nav-fill .nav-item:hover::before {
    transform: scale(0.8);
    top: -55%;
  }
  .section-home-top-nav li a {
    padding: 1rem 0;
  }
  .topbox {
    font-size: 54px !important;
    width: 350px !important;
    height: 350px !important;
  }
  .section-home-top-copy > div.active {
    font-size: 14px !important;
  }
  .section-home-top-nav li a::after {
    right: 0.6rem;
  }
  .skippr-nav-element-bubble {
    width: 9px !important;
    height: 9px !important;
  }
  .breadcrumbs {
    padding: 0.8rem;
  }
  main h1 {
    font-size: 1.6rem;
  }
  main h2,
  aside h2 {
    font-size: 1.2rem;
  }
  .page.page-information article > div:nth-child(1) h1,
  .page.page-forbusiness article > div:nth-child(1) h1,
  .page.page-forshop article > div:nth-child(1) h1,
  .page.page-business article > div:nth-child(1) h1,
  .page.page-company article > div:nth-child(1) h1,
  .page.page-consumer article > div:nth-child(1) h1,
  .page.page-mobile article > div:nth-child(1) h1,
  .single-mobile article > div:nth-child(1) h1,
  .page.page-message article > div:nth-child(1) h1,
  .page.page-philosophy article > div:nth-child(1) h1,
  .page.page-overview article > div:nth-child(1) h1,
  .page.page-history article > div:nth-child(1) h1,
  .page.page-contact article > div:nth-child(1) h1,
  .page.page-contact-forconsumer article > div:nth-child(1) h1,
  .page.page-contact-forbusiness article > div:nth-child(1) h1,
  .page.page-sitemap article > div:nth-child(1) h1,
  .page.page-privacy article > div:nth-child(1) h1,
  .page.page-policy article > div:nth-child(1) h1,
  .page.page-purpose article > div:nth-child(1) h1,
  .page.page-disclosure article > div:nth-child(1) h1,
  .page.page-consultation article > div:nth-child(1) h1,
  .single-post article > div:nth-child(1) h1,
  .search article > div:nth-child(1) h1,
  .page-inquiry-for-consumer article > div:nth-child(1) h1,
  .page-inquiry-for-business article > div:nth-child(1) h1 {
    font-size: 1.4rem;
  }
  main h2 div,
  footer h2 a,
  .section-page-tsutaya-store,
  .section-page-consumer-index > .no-gutters > a.area-link > div,
  main p,
  .section-page-sitemap-sitemap .col-md-4 h3 > a,
  .section-page-sitemap-sitemap h3 a {
    font-size: 0.8rem;
  }
  .information-category div {
    padding: 0.4rem 0.1rem;
  }
  .section-home-top-information .text-right a {
    font-size: 0.8rem;
  }
  .topbox2 {
    padding: 7rem 0;
  }
  .section-home-index-business,
  .link_box,
  .section-home-link .section-home-link-career,
  .section-home-link .section-home-link-recruit,
  .section-home-index-company,
  .section-page-business-forconsumer > a,
  .section-page-business-forshop > a,
  .section-page-business-forbusiness > a,
  .section-page-consumer-index,
  .section-page-forbusiness-index a,
  .section-page-forshop-index a,
  .section-page-consumer-index div a:nth-child(1) img,
  .section-page-consumer-index div a:nth-child(2) img,
  .section-page-consumer-index div a:nth-child(odd),
  .section-page-consumer-index div a:nth-child(even),
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img,
  .section-home-index-company,
  .section-home-index-business img,
  .section-home-link .section-home-link-recruit img,
  .section-home-index-company img {
    height: 360px;
  }
  .section-home-index-forconsumer {
    height: 200px;
  }
  .section-home-index-forshop,
  .section-home-index-forbusiness {
    height: 160px;
  }
  aside .row > div > a > div {
    padding: 4rem 0 !important;
    font-size: 0.9rem;
  }
  aside .row > div > a:hover::after {
    bottom: 6rem !important;
  }
  footer .col-lg-8 {
    padding: 0 0.5rem;
  }
  footer .d-lg-flex .col-lg-4 {
    padding: 0;
  }
  footer .footer-logo {
    padding: 1rem 0.6rem;
  }
  #menu-footer-navigation,
  .link-more a {
    padding: 0.8rem !important;
  }
  #menu-footer-navigation li {
    padding: 0 0.5rem;
  }
  .section-home-link-career img,
  .section-page-mobile-link img {
    max-width: 110px;
  }
  .section-page-mobile-list ul li div.ml-jpg {
    height: 150px;
  }
  .section-page-mobile-link a.allbtn {
    padding: 1rem 0.8rem 0.6rem 0.8rem !important;
  }
  .ml-tel span,
  .ml-tel a,
  .ml-tel,
  .section-page-philosophy-code .row div h3 {
    font-size: 1rem !important;
  }
  main h2 div img {
    max-width: 12rem;
  }
  .section-page-tsutaya-top h2 img {
    max-width: 260px;
  }
  .section-single-mobile-information dl div,
  .section-page-tsutaya-information dl div {
    padding: 0.5rem !important;
  }
  .section-single-mobile-information .col-md-6:nth-child(2),
  .section-page-tsutaya-information .col-md-6:nth-child(2),
  .section-single-mobile-information .row .img-change,
  .section-page-tsutaya-information .row .img-change {
    padding: 0 0.5rem;
  }
  .section-single-mobile-information,
  .section-page-tsutaya-information {
    margin: 2rem auto !important;
  }
  .section-page-forbusiness-index a,
  .section-page-forshop-index a {
    background-size: 150% !important;
  }
  .section-page-forshop-index a div h3 {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  .area-link::before {
    right: 1.1rem;
    bottom: 1rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .area-link::after {
    right: 0.6rem;
    bottom: 0.6rem;
    width: 1.1rem;
    height: 1.1rem;
  }
  aside .row > .area-link::before {
    right: 1.1rem;
    bottom: 1rem;
  }
  .page-message h1::after {
    font-size: 1.3rem;
  }
  .page-message .section-page-message-message h2 {
    margin-bottom: 1.6rem;
  }
  .section-page-overview-table .table td,
  .section-page-overview-table .table th,
  .section-page-history-table .table td,
  .section-page-history-table .table th,
  .section-page-contact-forconsumer-form .table td,
  .section-page-contact-forconsumer-form .table th,
  .section-page-contact-forbusiness-form .table td,
  .section-page-contact-forbusiness-form .table th {
    padding: 0.6rem 1rem;
  }
  .section-page-sitemap-sitemap .col-md-4 h3 > a {
    padding: 0.6rem !important;
  }
  .section-page-privacy-index h3 {
    padding: 5rem 1rem !important;
    font-size: 0.8rem;
  }
  .section-page-privacy-index h3::after {
    bottom: 3.5rem !important;
  }
  aside h2 {
    padding: 3rem 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .skippr-nav-container {
    bottom: 15% !important;
  }
  #nav_toggle {
    display: inline-block;
  }
  .sp-menu {
    overflow: hidden;
    display: none;
    width: 100%;
    position: absolute;
    top: 64px;
  }
  .sp-menu ul {
    background: rgba(22, 87, 163, 0.75);
    animation: menuopen 0.5s ease-in-out forwards;
    padding: 0;
    margin: 0;
  }
  .sp-menu ul li {
    border-bottom: solid 1px #fff;
    color: #fff;
    position: relative;
    font-size: 0.8rem;
  }
  .sp-menu ul li:nth-child(1) {
    height: 50px;
  }
  .sp-menu ul li a {
    padding: 1rem;
    width: 85%;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
  }
  .sp-menu ul li input {
    opacity: 0;
  }
  .sp-menu ul li label.sp-formicon {
    border: none;
    position: absolute;
    top: 13px;
    right: 9rem;
  }
  .sp-menu ul li label.sp-formicon span {
    pointer-events: none;
    position: relative;
  }
  .sp-menu ul li label.sp-formicon:after {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.3rem;
    bottom: -1px;
  }
  .sp-menu ul li label span {
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #fff;
    position: absolute;
    right: 0.5rem;
    top: 11px;
  }
  .android .sp-menu ul li label span {
    top: 9px;
  }
  .sp-menu ul li label span::before {
    opacity: 1;
    content: "";
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sp-menu ul li label span:after {
    opacity: 1;
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sp-menu-sub {
    display: none;
    overflow: hidden;
  }
  .sp-menu ul li input#keywords {
    opacity: 1 !important;
    width: 84%;
    height: 1rem;
    margin: 0.9rem 0.5rem;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.1);
    border-radius: unset !important;
  }
  .sp-menu ul li .search-submit {
    width: 2rem;
    height: 2rem;
    background: transparent;
    border: none;
    top: 1px;
    left: 0 !important;
    color: #fff;
  }
  .sp-menu ul li .search-submit .fas {
    color: #fff;
    font-size: 1.3rem;
  }
  .sp-menu ul li input[type="radio"] + label .sp-menu-sub {
    display: none;
  }
  .sp-menu ul li input[type="radio"]:checked + label .sp-menu-sub {
    display: block;
  }
  .sp-menu ul li input[type="radio"] + label span::before {
    display: block;
  }
  .sp-menu ul li input[type="radio"]:checked + label span::before {
    display: none;
  }
  header .menu-support-navigation-container ul li a::after {
    content: ">";
    padding-left: 0.5rem;
  }
  .footer-sns img {
    max-width: 26px;
  }
  footer .sp-menu ul li .search-submit .fas {
    color: #000;
  }
  footer .sp-menu {
    display: block !important;
    position: relative;
    top: 0;
  }
  footer .container-fluid:nth-child(1) {
    display: none;
  }
  footer .sp-menu ul {
    animation: none;
    padding: 0 !important;
    background: #eee;
  }
  footer .sp-menu ul li {
    border-bottom: solid 1px #ddd;
  }
  footer .sp-menu ul li a {
    color: #000;
  }
  footer .sp-menu ul li label span {
    background: #1657a3;
  }
  footer .sp-menu-sub ul {
    background: #fff;
    animation: menuopen 0.5s ease-in-out forwards;
  }
  footer nav a,
  footer nav a:hover {
    border-bottom: none !important;
  }
  footer h2 {
    padding: 1rem;
    margin-bottom: 0;
  }
  footer h3 {
    padding: 1rem;
    margin: 0;
  }
  .section-page-privacy-index a {
    border-right: none;
    border-bottom: solid 1px #fff;
  }
  .section-page-privacy-index a:nth-child(4) {
    border-right: none;
    border-bottom: none;
  }
  .topbox > .borders:nth-of-type(1) {
    border-top: 3px solid #fff;
  }
  .topbox > .borders:nth-of-type(2) {
    border-right: 3px solid #fff;
  }
  .topbox > .borders:nth-of-type(3) {
    border-bottom: 3px solid #fff;
  }
  .topbox > .borders:nth-of-type(4) {
    border-left: 3px solid #fff;
  }
  .borders.active:nth-of-type(1) {
    width: 100%;
  }
  .borders.active:nth-of-type(2) {
    height: 100%;
  }
  .borders.active:nth-of-type(3) {
    width: 100%;
  }
  .borders.active:nth-of-type(4) {
    height: 100%;
  }
  .section-home-top-controller {
    bottom: 10rem;
  }
  .section-home-top-nav li {
    width: 25%;
  }
  .section-home-top-nav li a {
    border-right: solid 1px #fff;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
  }
  .section-home-top-nav li:nth-child(4) a {
    border-right: none;
  }
  .topbox {
    font-size: 50px !important;
    width: 300px !important;
    height: 300px !important;
  }
  .section-home-top-copy > div.active {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 18px !important;
  }
  .topbox div {
    padding: 1rem !important;
    height: auto !important;
  }
  .topbox {
    font-size: 50px !important;
    width: 300px !important;
    height: 300px !important;
    padding: 1.5rem 0.4rem !important;
  }
  .section-home-top-copy > div.active {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 14px !important;
  }
  .topbox div {
    padding: 1rem !important;
    height: auto !important;
  }
  .section-home-top-copy {
    top: 50%;
    width: 320px;
    height: 400px;
  }
  .section-home-top-nav li {
    width: 50% !important;
  }
  .section-home-link-career h2 {
    padding: 2rem 0 1rem !important;
  }
  .section-home-top-information a {
    display: block !important;
  }
  .section-home-top-information a .information-category,
  .section-home-top-information a .information-date {
    display: inline-block;
  }
  header .menu-trigger {
    display: inline-block !important;
  }
  .header-nav-container {
    display: none;
  }
  .toggle {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 22px;
    font-size: 20px;
  }
  header .toggle {
    color: #fff;
    top: 10px;
  }
  footer .toggle {
    color: #1657a3;
    top: 1rem;
  }
  header .logo {
    padding: 22px 0 18px 3%;
  }
  header .menu-trigger {
    width: 32px;
    height: 28px;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 2px;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 14px;
  }
  header .menu-trigger span {
    height: 2px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: -7px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: -7px;
  }
  .skippr-nav-element-bubble {
    width: 6px !important;
    height: 6px !important;
  }
  .section-page-information-sort .row:nth-child(2) {
    padding: 0 1rem;
  }
  .section-page-information-sort a {
    display: inline-block;
    padding: 1rem 0 0.2rem;
  }
  .col-4 {
    flex: 16.666666%;
    text-align: center;
  }
  .aside h2 {
    padding: 2rem 0 !important;
    font-size: 1.2rem;
  }
  .section-page-privacy-index .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-home-index-business,
  .section-home-index .row .col-lg-6:nth-child(2) {
    width: 100%;
    float: none;
  }
  .section-home-index-forconsumer,
  .section-home-index-forconsumer img {
    height: 260px;
  }
  .section-home-index-forshop,
  .section-home-index-forbusiness,
  .section-home-index-forshop img,
  .section-home-index-forbusiness img,
  .section-home-index > .row > .col-lg-6:nth-child(2) > .row:nth-child(2) {
    height: 280px;
  }
  .section-home-index-business,
  .link_box,
  .section-home-link .section-home-link-career,
  .section-home-link .section-home-link-recruit,
  .section-home-index-company,
  .section-page-business-forconsumer > a,
  .section-page-business-forshop > a,
  .section-page-business-forbusiness > a,
  .section-page-consumer-index,
  .section-page-consumer-index div a:nth-child(1) img,
  .section-page-consumer-index div a:nth-child(2) img,
  .section-page-consumer-index div a:nth-child(odd),
  .section-page-consumer-index div a:nth-child(even),
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img,
  .section-home-index-company,
  .section-home-index-business img,
  .section-home-link .section-home-link-recruit img,
  .section-home-index-company img,
  .section-page-business-forconsumer > a img,
  .section-page-business-forshop > a img,
  .section-page-business-forbusiness > a img {
    height: 320px;
  }
  .section-page-forbusiness-index a,
  .section-page-forshop-index a {
    height: 400px;
  }
  .section-page-forbusiness-index a div,
  .section-page-forshop-index a div {
    height: auto;
  }
  .section-page-forbusiness-index-sp-img,
  .section-page-forshop-index-sp-img,
  .single-forshop-sp-img,
  .single-forbusiness-sp-img {
    display: block;
  }
  .section-page-forbusiness-index-pc-img,
  .section-page-forshop-index-pc-img,
  .single-forshop-pc-img,
  .single-forbusiness-pc-img {
    display: none;
  }
  .section-home-link-recruit a {
    padding: 3rem 0;
  }
  aside h2 {
    padding: 2rem 0 !important;
  }
  #menu-footer-navigation .link-more a {
    padding: 1rem 0;
  }
  #menu-footer-navigation li {
    padding: 0.3rem;
  }
  #menu-footer-navigation li a {
    font-size: 0.7rem;
  }
  .information-text,
  .information-text p,
  main h2 div,
  footer h2 a,
  .section-page-tsutaya-store,
  .section-page-consumer-index > .no-gutters > a.area-link > div,
  main p,
  .section-page-sitemap-sitemap .col-md-4 h3 > a,
  .section-page-sitemap-sitemap h3 a,
  .section-home-top-information .text-right a,
  .section-single-mobile-manager p {
    font-size: 0.75rem;
  }
  .section-home-top-information .text-right a::after {
    font-size: 8px;
  }
  .section-home-top-nav li a:hover::before {
    bottom: 12px;
  }
  .section-page-business-forconsumer .col-lg-5 {
    padding-top: 45%;
  }
  .section-page-mobile-list .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
    height: 450px;
  }
  .section-page-mobile-list ul li div.ml-jpg {
    height: 200px;
  }
  .section-page-mobile-list .row .col-md-4:hover img {
    opacity: 1;
  }
  .section-page-mobile-list ul li:hover div.ml-img img {
    transform: scale(1);
  }
  .section-page-mobile-list ul li:hover div.ml-img div.borderbox {
    display: none;
  }
  .section-page-mobile-list .row .col-md-4:active img {
    display: block;
    opacity: 1;
  }
  .section-page-mobile-list ul li:active div.ml-img img {
    transform: scale(1.2);
  }
  .section-page-mobile-list ul li:active div.ml-img div.borderbox {
    display: block;
  }
  .section-page-mobile-list ul li div.ml-img {
    pointer-events: none;
  }
  .page.page-forbusiness article > div:nth-child(1),
  .page.page-forshop article > div:nth-child(1),
  .page.page-business article > div:nth-child(1),
  .page.page-company article > div:nth-child(1),
  .page.page-consumer article > div:nth-child(1),
  .page.page-mobile article > div:nth-child(1),
  .single-mobile article > div:nth-child(1),
  .page.page-message article > div:nth-child(1),
  .page.page-philosophy article > div:nth-child(1),
  .page.page-overview article > div:nth-child(1),
  .page.page-history article > div:nth-child(1),
  .page.page-tsutaya article > div:nth-child(1) {
    height: 50vh !important;
  }
  .section-single-mobile-information .col-md-6 .mb-3 .col,
  .section-page-tsutaya-information .col-md-6 .mb-3 .col {
    flex: 0 0 31%;
  }
  .section-page-tsutaya-access .container div {
    margin: 0;
  }
  .section-single-mobile-manager .col-sm-8 {
    padding: 1rem !important;
  }
  .section-page-forbusiness-index a div h3 {
    font-size: 0.9rem;
    margin-bottom: 0.5em;
  }
  .section-single-forshop-detail > div h2 {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
  .section-single-forshop-top {
    margin-bottom: 2rem;
  }
  .page-message h1::after {
    font-size: 1.2rem;
  }
  main h2,
  aside h2 {
    font-size: 1.1rem;
  }
  .page-message .section-page-message-message p img {
    max-width: 120px;
  }
  .section-page-philosophy-top p {
    padding: 1rem;
  }
  .section-page-philosophy-code h2 {
    padding: 2rem 0 1rem;
  }
  .section-page-overview-table table,
  .section-page-history-table table,
  .section-page-contact-forconsumer-form table {
    margin: 0 auto;
  }
  .col-lg-five-1 {
    width: 33.33%;
  }
  img.chart_sp {
    display: block;
    width: 80% !important;
    margin: 0 auto;
  }
  .chart_pc {
    display: none;
  }
  th.required::after {
    margin: 0;
  }
  .page-message .section-page-message-message {
    padding: 1rem;
  }
  .section-page-overview-table .table td,
  .section-page-overview-table .table th,
  .section-page-history-table .table td {
    font-size: 0.75rem;
    padding: 0.6rem 0.5rem;
  }
  .section-page-history-table .table th {
    font-size: 0.7rem;
    padding: 0.5rem;
  }
  .page-inquiry-for-consumer-text ul li,
  .page-inquiry-for-business-text ul li {
    margin: 1rem 0;
    font-size: 0.7rem;
  }
  .section-page-contact-forconsumer-form .table td,
  .section-page-contact-forconsumer-form .table th,
  .section-page-contact-forbusiness-form .table td,
  .section-page-contact-forbusiness-form .table th {
    font-size: 0.75rem;
    padding: 0.6rem 0.3rem;
  }
  .section-page-sitemap-sitemap .container .row:first-child .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-page-sitemap-sitemap .container .row:nth-child(2) .col-lg-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-page-sitemap-sitemap .col-lg-2,
  .section-page-sitemap-sitemap .container .row:first-child .col-lg-4 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .section-page-sitemap-sitemap a::before {
    font-size: 8px;
  }
  .section-page-contact-forconsumer-text p,
  .section-page-contact-forbusiness-text p {
    padding: 1rem 0;
  }
  .section-single-mobile-access dl,
  .section-page-tsutaya-access dl {
    padding-bottom: 1rem;
  }
  .section-page-disclosure-text p {
    font-size: 0.8rem;
  }
  .section-page-policy-text h2,
  .section-page-purpose-text h2,
  .section-page-consultation-text h2,
  .page-inquiry-for-business-text h2,
  .page-inquiry-for-consumer-text h2 {
    font-size: 1rem;
    padding: 1rem !important;
  }
  .section-page-disclosure-text h2 {
    font-size: 1rem;
  }
  .section-page-consultation-text h3,
  .section-page-disclosure-text h3,
  .section-page-policy-text h3 {
    font-size: 0.9rem;
  }
  .section-page-disclosure-text .inside-link a {
    font-size: 1rem;
  }
  .section-page-disclosure-text .inside-link a::after {
    width: 1.2rem;
    height: 1.2rem;
  }
  .inside-link a::before {
    width: 0.4rem;
    height: 0.4rem;
  }
  footer .footer-logo {
    padding: 1rem 0.6rem 0;
    text-align: center;
  }
  #menu-footer-navigation li a {
    padding: 0.3rem 0;
  }
  footer small {
    font-size: 11px;
    padding: 0.3rem 0;
  }
  .section-page-securitycameras-text h2 {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 576px) {
  header .logo {
    width: 50%;
  }
  main h2 {
    padding: 0.8rem 0 0rem;
  }
  .sp-menu ul li label.sp-formicon {
    right: 2.5rem;
  }
  #searchform {
    width: 90%;
    text-align: center;
    display: block;
  }
  .sp-menu ul li input#keywords {
    width: 80%;
    margin: 0.9rem 0.3rem;
  }
  .sp-menu ul li .search-submit {
    left: -8px !important;
  }
  .sp-menu ul li label {
    right: 1rem;
  }
  .skippr-nav-container {
    right: -20px;
    bottom: 18% !important;
  }
  .breadcrumbs {
    padding: 0.5rem;
    font-size: 0.75rem;
  }
  .section-home-top-copy {
    width: 220px;
    height: 220px;
  }
  .topbox span {
    font-size: 34px;
  }
  .section-home-top-copy > div.active:nth-child(2) {
    font-size: 12px !important;
    width: 260px;
    text-align: center;
    left: -18px;
    position: absolute;
  }
  .section-home-top-information .text-right a::after {
    right: -0.1rem;
    top: 60%;
    transform: scaleY(1.75) scale(0.8) translate(0, -50%);
  }
  .section-home-top-information .text-right a {
    padding-right: 1rem;
  }
  .section-home-index .col-md-5 {
    bottom: 10%;
  }
  .d-flex {
    display: block !important;
  }
  .information-date {
    padding: 0.5rem 0.4rem;
    margin: 0;
    font-size: 0.75rem;
    display: inline-block;
    width: 50%;
  }
  .section-home-link .link-more a::after {
    bottom: 18%;
  }
  .section-home-top-information {
    background: #fff;
  }
  .section-home-top-information,
  .section-home-index,
  .section-home-link {
    z-index: 1;
  }
  .section-home-link:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(./images/section-home-link.jpg) top center no-repeat;
    background-size: cover;
  }
  .section-home-link {
    background: none;
    z-index: 0;
  }
  .inside-link a {
    padding-right: 3rem !important;
  }
  input.checkbox {
    width: 28px;
    height: 28px;
    right: 40px;
    top: 10px;
    position: absolute;
  }
  .section-page-contact-forconsumer-form th,
  .section-page-contact-forconsumer-form td,
  .section-page-contact-forbusiness-form th,
  .section-page-contact-forbusiness-form td {
    display: block;
  }
  aside .row > div > a {
    padding: 1.6rem 1.2rem;
  }
  aside .row > div > a > div {
    padding: 3rem 0 !important;
    font-size: 0.7rem;
  }
  aside .row > div > a:hover::after {
    bottom: 4.5rem !important;
  }
  .link-more a {
    max-width: 9rem;
    font-size: 0.65rem;
  }
  .link-more a::after {
    bottom: 8%;
    right: 0.2rem;
    transform: scaleY(1.75) scale(0.8) translate(0, -50%);
  }
  .area-link::after {
    right: 0.4rem;
    bottom: 0.6rem;
    width: 1.3rem;
    height: 1.3rem;
  }
  .area-link::before {
    right: 0.95rem;
    bottom: 1rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .sp-menu ul li input.subcheck {
    position: absolute;
    right: 1rem;
  }
  .section-home-top-nav li a {
    padding: 0.8rem 0;
  }
  .section-home-top-nav li a::after {
    top: 50%;
    transform: scaleY(1.5) scale(0.7) translate(0, -50%);
  }
  .section-home-top-information > div {
    padding: 0;
  }
  .section-home-top-information ul {
    margin: 0 auto;
    padding: 0 0.5rem;
  }
  .section-home-top-controller {
    bottom: 7rem;
  }
  .section-home-index h2.w-100 {
    top: 50%;
    transform: translate(0, -50%);
  }
  .area-link::before {
    bottom: 0.85rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .area-link::after {
    right: 0.5rem;
    bottom: 0.5rem;
    width: 1rem;
    height: 1rem;
  }
  .topbox {
    font-size: 34px !important;
    width: 220px !important;
    height: 220px !important;
    padding: 0 !important;
  }
  .information-category div {
    width: 90px;
    padding: 0.3rem 0.1rem;
    margin-left: 0.8rem;
    font-size: 0.75rem;
  }
  .section-home-top-information ul li {
    padding: 0.4rem;
  }
  .section-home-top-information .p-3 {
    padding: 1rem !important;
  }
  .section-home-index-business,
  .link_box,
  .section-home-link .section-home-link-recruit,
  .section-home-index-company,
  .page-company .section-page-company-message,
  .page-company .section-page-company-philosophy,
  .page-company .section-page-company-overview,
  .page-company .section-page-company-history,
  .page-company .section-page-company-message img,
  .page-company .section-page-company-philosophy img,
  .page-company .section-page-company-overview img,
  .page-company .section-page-company-history img,
  .section-home-index-company,
  .section-home-index-business img,
  .section-home-link .section-home-link-recruit img,
  .section-home-index-company img {
    height: 260px;
  }
  .section-home-link .section-home-link-career {
    height: 320px;
  }
  .section-home-index-forconsumer h2 {
    padding: 2.5rem 0 1rem;
  }
  .section-home-index-forconsumer,
  .section-home-index-forconsumer img {
    height: 220px;
  }
  .section-home-index > .row > .col-lg-6:nth-child(2) > .row:nth-child(2),
  .section-home-index-forshop,
  .section-home-index-forbusiness,
  .section-home-index-forshop img,
  .section-home-index-forbusiness img {
    height: 180px;
  }
  .section-home-link-career h2 {
    padding: 1.5rem 0 0.5rem !important;
  }
  .section-home-link-career div {
    margin-bottom: 1rem !important;
  }
  .section-home-link .link-more {
    max-width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
  }
  .section-home-link-career div {
    margin-bottom: 0.5rem !important;
  }
  .topbox2 {
    padding: 6rem 0;
    width: 75%;
  }
  .section-home-link-recruit h2:after {
    width: 9rem !important;
    border-bottom: 2px solid #fff !important;
  }
  .section-home-link-recruit a {
    padding: 2rem 0 2.3rem;
  }
  aside h2 {
    padding: 1.2rem 0 !important;
  }
  aside .row > .area-link::after {
    right: 0.3rem;
    bottom: 0.3rem;
  }
  aside .row > .area-link::before {
    right: 0.75rem;
    bottom: 0.65rem;
  }
  .topbox2 > .borders:nth-of-type(1) {
    border-top: 2px solid #fff !important;
  }
  .topbox2 > .borders:nth-of-type(2) {
    border-right: 2px solid #fff !important;
  }
  .topbox2 > .borders:nth-of-type(3) {
    border-bottom: 2px solid #fff !important;
  }
  .topbox2 > .borders:nth-of-type(4) {
    border-left: 2px solid #fff !important;
  }
  .section-page-business-forconsumer > a,
  .section-page-business-forshop > a,
  .section-page-business-forbusiness > a,
  .section-page-business-forconsumer > a img,
  .section-page-business-forshop > a img,
  .section-page-business-forbusiness > a img {
    height: 400px;
  }
  .section-page-business-forconsumer > a img {
    object-position: 75% 0%;
  }
  .section-page-business-forconsumer .p-5,
  .section-page-business-forshop .p-5,
  .section-page-business-forbusiness .p-5 {
    height: 50%;
  }
  .section-page-business-forconsumer > a > .col-lg-8 {
    width: 100%;
  }
  .section-page-business-forconsumer .col-lg-5 {
    padding-top: 30%;
  }
  .section-page-business-forconsumer h2,
  .section-page-business-forshop h2,
  .section-page-business-forbusiness h2 {
    padding-top: 2%;
  }
  .section-page-forbusiness-index a,
  .section-page-forshop-index a {
    background-size: 160% !important;
  }
  .section-page-forshop-index img,
  .section-page-forbusiness-index img {
    top: 0%;
    height: 360px;
  }
  .page-business main p {
    margin: 0;
    padding: 3% 5%;
  }
  article .container {
    padding: 0;
    margin: 0 auto;
  }
  .p-3 {
    padding: 0.8rem;
  }
  .section-page-forshop-index .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-page-business-forconsumer > a > .col-lg-4,
  .section-page-business-forshop > a > .col-lg-4,
  .section-page-business-forbusiness > a > .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
    bottom: 0;
    top: inherit;
  }
  .section-page-consumer-index div a:nth-child(1) img,
  .section-page-consumer-index div a:nth-child(2) img,
  .section-page-consumer-index div a:nth-child(odd),
  .section-page-consumer-index div a:nth-child(even),
  .section-page-consumer-index {
    height: 240px;
  }
  .section-page-forbusiness-index a,
  .section-page-forshop-index a {
    height: 360px;
  }
  .section-page-forbusiness-index a div,
  .section-page-forshop-index a div {
    padding: 0.3rem 0.6rem 3rem !important;
  }
  .information-text,
  .information-text p,
  main h2 div,
  footer h2 a,
  .section-page-consumer-index > .no-gutters > a.area-link > div,
  main p,
  .section-home-top-information .text-right a,
  .page-contact-forbusiness h1::after,
  .page-contact-forconsumer h1::after {
    font-size: 0.7rem;
    margin: 0;
  }
  .section-page-sitemap-sitemap .col-md-4 h3 > a,
  .section-page-sitemap-sitemap h3 a {
    font-size: 0.7rem;
    margin: 0;
    padding: 0.5rem 1rem !important;
  }
  .section-page-tsutaya-store {
    font-size: 0.7rem;
    margin: 0;
    padding: 0 1rem;
  }
  .section-page-forshop-index a div h3 {
    font-size: 0.9rem;
  }
  main h1 div {
    font-size: 0.8rem;
  }
  .page-message h1::before {
    bottom: -3rem;
  }
  .page-message h1::after {
    bottom: -5rem;
  }
  .page-message .section-page-message-message h2 {
    margin-bottom: 1.4rem;
    font-size: 0.8rem;
  }
  .page-message .section-page-message-message p img {
    max-width: 100px;
  }
  .section-page-philosophy-top p {
    margin: 0;
    padding: 1rem !important;
  }
  .section-page-philosophy-top .president-name {
    margin-top: 1em;
  }
  .section-page-philosophy-code .row div h3::after {
    border-bottom-width: 1px !important;
  }
  img.chart_sp {
    width: 100% !important;
  }
  .section-page-overview-table .table td,
  .section-page-overview-table .table th,
  .section-page-history-table .table td {
    padding: 0.5rem;
  }
  .section-page-history-table .table td {
    font-size: 0.7rem;
  }
  .section-page-history-table {
    padding: 0;
  }
  .section-page-history-table .table th {
    padding: 0.5rem 0;
    font-size: 0.65rem;
  }
  .section-page-contact-forconsumer-form th.required::after,
  .section-page-contact-forbusiness-form th.required::after {
    float: none !important;
    padding: 0.3rem 0.5rem 0.3rem !important;
    margin-left: 0.5rem;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  .section-page-mobile-link .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-page-mobile-list ul li div.ml-jpg {
    height: 150px;
  }
  .section-page-mobile-list ul li div.ml-info {
    font-size: 0.75rem;
  }
  .section-page-mobile-list .row .col-md-4 {
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto;
    height: 360px;
  }
  .section-page-mobile-list ul li div.ml-info img {
    padding: 0.5rem 1rem;
  }
  .ml-tel span,
  .ml-tel a,
  .ml-tel,
  .section-page-philosophy-code .row div h3 {
    font-size: 0.8rem !important;
  }
  .ml-tel-title,
  .section-page-sitemap-sitemap a {
    font-size: 0.7rem;
  }
  .tel_area {
    padding-bottom: 2rem;
  }
  .page-tsutaya .d-flex {
    display: flex;
  }
  .section-page-tsutaya-top h2 img {
    max-width: 200px;
  }
  .section-page-tsutaya-information > .row > .col-md-6 > img:nth-child(1),
  .section-single-mobile-information > .row > .col-md-6 > img:nth-child(1) {
    height: 240px;
  }
  .section-single-mobile-manager h3 {
    font-size: 1.1rem !important;
  }
  .section-single-mobile-access iframe,
  .section-page-tsutaya-access iframe {
    width: 80%;
    height: 225px;
  }
  .section-single-mobile-information .col-md-6,
  .section-page-tsutaya-information .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-single-mobile-information > .row,
  .section-page-tsutaya-information > .row {
    display: block;
  }
  .section-single-mobile-manager .col-sm-8,
  .section-single-mobile-manager .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-single-mobile-manager img {
    width: 160px;
    margin: 1rem auto 0;
  }
  .section-single-mobile-manager p {
    margin: 0;
  }
  .section-single-mobile-access,
  .section-page-tsutaya-access {
    padding: 1rem 1rem 0 !important;
  }
  .single-mobile-map {
    padding: 0;
  }
  #menu-footer-navigation li {
    padding: 0 0.3rem;
    line-height: 2;
  }
  .section-page-tsutaya-store .col-md-4 {
    padding: 0 0.5rem;
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0.4rem 0;
  }
  .section-page-forbusiness-index a div h3:before,
  .section-page-forshop-index a div h3:before {
    bottom: -4px;
  }
  .section-single-forshop-detail > div h2 {
    font-size: 0.8rem;
    padding: 0 0 0.5rem;
  }
  .section-single-forshop-top h2 > div {
    padding: 0.5rem 1rem;
  }
  .section-single-forshop-top {
    margin-bottom: 1rem;
  }
  .section-single-forshop-detail > div p {
    font-size: 0.7rem;
  }
  .section-page-tsutaya-information {
    overflow: hidden;
  }
  .section-page-tsutaya-information .col-md-6 dl dt.col-sm-3 {
    max-width: 20%;
  }
  .section-single-forshop-detail .container-fluid .col-md-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 200px !important;
    order: 2 !important;
    -ms-order: 2 !important;
  }
  .section-single-forshop-detail .container-fluid .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1 !important;
    -ms-order: 1 !important;
  }
  .section-single-forshop-freespace .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-single-forshop-freespace .row a {
    padding: 1rem;
    font-size: 0.8rem;
  }
  .section-page-tsutaya-information > .row > .col-md-6 > img {
    height: 240px;
  }
  .section-page-history-table table td::before {
    border-left: 1px solid #fff;
  }
  .col-lg-five-1:nth-child(4),
  .col-lg-five-1:nth-child(5) {
    width: 50%;
  }
  .section-page-contact-forconsumer-text,
  .section-page-contact-forbusiness-text {
    padding: 0 1rem;
  }
  .section-page-contact-forbusiness-form,
  .section-page-contact-forconsumer-form {
    padding: 0 1.5rem;
  }
  .section-page-disclosure-text .inside-link .p-3 {
    font-size: 0.8rem;
    margin: 2rem auto;
    padding: 0.8rem 4rem !important;
  }
  .section-page-disclosure-text h4 {
    font-size: 0.8rem;
  }
  .section-page-sitemap-sitemap .col-lg-2,
  .section-page-sitemap-sitemap .container .row:first-child .col-lg-4 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .section-page-sitemap-sitemap .col-md-4 {
    padding: 0 0.3rem;
  }
  .section-page-sitemap-sitemap a {
    padding: 0.3rem 0 0.3rem 0.5rem !important;
  }
  .section-page-sitemap-sitemap a::before {
    transform: scale(0.8);
  }
  .section-page-sitemap-sitemap .col-md-4 h3 > a {
    padding: 0.6rem 0.4rem !important;
  }
  .page-inquiry-for-consumer-text,
  .page-inquiry-for-business-text {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 350px) {
  .sp-menu ul li:nth-child(1) {
    height: 41px;
  }
  .sp-menu ul li input#keywords {
    margin: 0.6rem 0.5rem;
    width: 80%;
  }
  .sp-menu ul li a {
    padding: 0.7rem;
  }
  .sp-menu ul li label {
    top: 7px;
  }
  .topbox {
    font-size: 32px !important;
    width: 200px !important;
    height: 200px !important;
  }
  .section-home-top-copy {
    width: 200px;
    height: 240px;
  }
  .section-home-top-nav li a::after {
    right: 0.2rem;
  }
  .skippr-nav-container {
    bottom: 24% !important;
  }
  .sp-menu ul li label.sp-formicon {
    right: 2rem;
  }
  .section-home-index .col-md-5 {
    width: 100%;
  }
  .section-home-index .col-md-5:nth-child(3) {
    bottom: 35%;
  }
  .section-home-index .col-md-5:nth-child(4) {
    bottom: 10%;
  }
  aside .row > div > a {
    padding: 1.6rem 1rem;
  }
  .section-page-forshop-index .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-page-mobile-list .row .col-md-4 {
    height: 380px;
  }
  .section-page-business-forconsumer .col-lg-5 {
    padding-top: 8%;
  }
  .section-page-business-forconsumer .col-lg-5:nth-child(1),
  .section-page-business-forconsumer .col-lg-5:nth-child(2) {
    width: 100%;
  }
  .section-single-mobile-access iframe,
  .section-page-tsutaya-access iframe {
    width: 280px;
    height: 210px;
  }
  .section-home-link-career .link-more a,
  .section-page-mobile-link .link-more a {
    max-width: 7rem;
  }
  .information-text,
  .information-text p,
  main h2 div,
  footer h2 a,
  .section-page-tsutaya-store,
  .section-page-consumer-index > .no-gutters > a.area-link > div,
  main p,
  .section-page-sitemap-sitemap .col-md-4 h3 > a,
  .section-page-sitemap-sitemap h3 a,
  .section-home-top-information .text-right a,
  .page-contact-forbusiness h1::after,
  .page-contact-forconsumer h1::after {
    padding: 0 1rem;
  }
  .section-page-philosophy-code > .row > .col-lg-five-1 > p {
    padding: 0;
  }
  .section-page-history-table,
  .section-page-overview-table {
    padding: 0;
  }
  .section-page-overview-table .table td,
  .section-page-overview-table .table th,
  .section-page-history-table .table td,
  .section-page-history-table .table th {
    padding: 0.5rem 0 0.5rem 0.5rem;
  }
  #searchform {
    width: 100%;
  }
}
body.android .information-date {
  padding: 0.6rem 0 0.4rem 0.4rem;
}
.sp-menu ul li label span {
  top: 12px;
}
@media all and (-ms-high-contrast: none) {
  .topbox {
    display: flex;
    font-size: 52px;
  }
  main h1 {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.4);
  }
  .topbox span {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5), 1px 1px 5px rgba(0, 0, 0, 0.5);
  }
  .section-home-top-copy > div.active {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5), 1px 1px 5px rgba(0, 0, 0, 0.5);
    font-weight: 600;
  }
  .information-category {
    width: auto;
  }
  .section-home-index h2.w-100,
  .section-page-consumer-index h2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .section-home-index-forconsumer h2 {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .section-page-philosophy-code .row div {
    padding: 0;
  }
  .section-page-contact-forbusiness-form input[type="text"],
  .section-page-contact-forbusiness-form input[type="email"],
  .section-page-contact-forbusiness-form textarea {
    width: 80%;
  }
  .section-page-overview-table .table th,
  .section-page-contact-forconsumer-form .table th,
  .section-page-contact-forbusiness-form .table th {
    width: 30%;
  }
  .section-page-business-forconsumer > a > .col-lg-4 > p,
  .section-page-business-forshop > a > .col-lg-4 > p,
  .section-page-business-forbusiness > a > .col-lg-4 > p {
    padding: 3rem 1rem 2rem;
  }
  .link-more a::after {
    top: 68%;
  }
  .section-home-top-nav li a::after {
    top: 53%;
  }
}
