body {
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
  left: 0;
}

html {
  -webkit-overflow-scrolling: touch;
}

.font-maru {
  font-family: 'Kosugi Maru', sans-serif;
}

.btn-anime {
  transition: .3s;
  cursor: pointer;
}

.btn-anime:hover {
  opacity: 0.8;
  filter: brightness(110%);
}

.disp-flex {
  display: flex;
}

.p-relative {
  position: relative;
}

.btn-anime {
  transition: .3s;
}

.btn-anime:hover {
  opacity: 0.8;
}

.wrapper {
  min-width: 1200px;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.common-motif1 {
  position: absolute;
  right: -18%;
  bottom: 0;
  width: 15%;
}

.common-motif2 {
  position: absolute;
  left: -18%;
  top: 0;
  width: 16%;
}

.common-header {
  height: 90px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}

.header-area {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 0;
  display: flex;
  justify-content: space-between;
  z-index: 500;
  flex-wrap: wrap;
}

.common-header .header-right-area .pc-disp ul {
  display: flex;
  margin-right: 30px;
  font-size: 18px;
}

.common-header .header-right-area .pc-disp li {
  color: #E10212;
}

.common-header .header-right-area .pc-disp li:nth-child(n + 2)::before {
  color: #a9a9a9;
  margin: 0 18px;
  content: "|";
}

.header-logo {
  height: 60px;
  margin: auto 10px;
}

.header-shopbutton {
  height: 50px;
  margin: auto 20px auto 10px;
}

.header-right-area {
  display: flex;
  align-items: center;
}

.container {
  width: 80%;
  max-width: 1100px;
  margin: auto;
}

.title-red-u {
  text-align: center;
  border-bottom: solid 2px #E10012;
  margin: 3% 0 5%;
  padding: 2% 0;
  font-size: 200%;
  color: #E10012;
  line-height: 170%;
  font-weight: bold;
}

.title-red-m {
  font-size: 25px;
  margin: 3% 0;
  color: #E10012;
  line-height: 32px;
}

.title-l {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 2% 0 3%;
}

.common-newa-tag-new-color {
  color: #FFB600;
  font-weight: bold;
}

.news-tag-color-newsrelease {
  background-color: #E10012;
}

.news-tag-color-new {
  background-color: #FFB600;
}

.news-tag-color-outinfo {
  background-color: #0392FF;
}

.news-tag-color-company {
  background-color: #daa520;
}

.news-tag-color-item {
  background-color: #800080;
}

.news-tag-color-campaign {
  background-color: #006400;
}

.news-tag-color-cm {
  background-color: #00008b;
}

.footer-pagetop {
  text-align: center;
  margin: 8% auto 6%;
  position: relative;
  max-width: 1600px;
}

.footer-pagetop a {
  cursor: pointer;
}

footer {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 40px 20px 20px;
  text-align: center;
  font-size: 18px;
}

.commmon-footer {
  background-color: #E10212;
}

footer ul {
  display: flex;
  justify-content: center;
  color: white;
}

footer li:nth-child(n + 2)::before {
  margin: 0 20px;
  content: "|";
}

footer img {
  margin: 3% 0 2%;
  width: 24%;
}

#page-top-scroll-js {
  cursor: pointer;
}

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

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

.pc-disp-h {
  visibility: hidden;
}

.sp-disp-h {
  display: none !important;
}

@media only screen and (max-width: 767px) {

  .pc-disp-h {
    display: none !important;
  }

  .sp-disp-h {
    visibility: hidden;
  }

  header {
    z-index: 1000;
  }

  .common-header {
    height: 70px;
    top: 0;
    padding: 35px 20px;
  }

  body {
    overflow-x: hidden;
  }

  .pc-disp {
    display: none !important;
  }

  .sp-disp {
    display: block !important;
  }

  .container {
    width: 84%;
  }

  .title-motifi1-img {
    position: absolute;
    left: 18.5%;
    top: 0%;
    width: 14%;
  }

  .title-motifi2-img {
    position: absolute;
    right: 20%;
    top: 0%;
    width: 10%;
  }

  .title-red-m {
    font-size: 16px;
    line-height: 25px;
  }

  .wrapper {
    padding-top: 70px;
    -webkit-overflow-scrolling: touch;
    min-width: 100%;
  }

  .title-l {
    font-size: 16px;
    margin: 2% 0 3%;
  }

  .header-logo {
    height: 40px;
    margin: auto 5px;
  }

  .title-red-u {
    font-size: 120%;
    margin: 3% 0 8%;
    border-bottom: solid 2px #E10012;
  }

  header {
    height: 60px;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 300;
  }

  .header-logo {
    left: 0%;
    margin: 2%;
  }

  .header-logo-img {
    height: 90%;
  }

  .header-nav-sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 0px;
  }

  .header-nav-sp-menu-list {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    text-align: left;
    transition: right 0.5s;
  }

  .header-nav-sp-menu-list a {
    display: inline-block;
    padding: 0;
  }

  .header-nav-sp-menu-list li:not(.header-nav-sp-menu-img, .header-nav-sp-menu-shop) {
    padding: 25px 0;
    height: 70px;
    text-align: center;
    background-color: #E10012;
    border-bottom: solid 1px white;
    color: white;
    vertical-align: middle;
  }

  .header-nav-sp-menu-img {
    padding: 20px 5px;
    border-bottom: solid 1px white;
    background-color: #E10012;
    text-align: left;
    height: 80px;
  }

  .header-nav-sp-menu-shop {
    padding: 20px 5px;
    border-bottom: solid 1px white;
    background-color: #E10012;
    text-align: center;
    height: 80px;
  }

  .header-nav-sp-menu-shop-img {
    width: 70%;
  }


  .header-nav-sp-menu-list li img:not(.header-nav-sp-menu-register-img, .header-nav-sp-menu-shop-img) {
    text-align: left;
    width: 50%;
  }

  .header-nav-sp-menu {
    display: flex;
    align-items: center;
    padding-top: 5px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 10;
    margin: 0 0 0 auto;
    text-align: right;
  }

  .header-nav-sp-menu img {
    height: 100%;
  }

  .header-nav-sp-menu-icon {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #E10012;
    position: relative;
    transition: all 0.5s;
    position: relative;
    z-index: 120;
  }

  .header-nav-sp-menu-icon::before,
  .header-nav-sp-menu-icon::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #E10012;
    position: absolute;
    transition: all 0.5s;
  }

  .header-nav-sp-menu-icon::before {
    transform: translateY(-12px);
  }

  .header-nav-sp-menu-icon::after {
    transform: translateY(12px);
  }

  .header-nav-sp-menu.open {
    display: block;
  }

  .header-nav-sp-menu.open .header-nav-sp-menu-icon {
    background-color: transparent;
  }

  .header-nav-sp-menu.open .header-nav-sp-menu-icon::before {
    transform: rotate(45deg);
    background-color: white;
  }

  .header-nav-sp-menu.open .header-nav-sp-menu-icon::after {
    transform: rotate(-45deg);
    background-color: white;
  }

  .header-nav-sp-menu-list.open {
    right: 0;
  }

  .commmon-footer {
    background-color: #E10212;
    padding: 30px 8%;
    text-align: center;
    font-size: 16px;
  }

  footer ul {
    justify-content: start;
    color: white;
    display: flex;
    flex-wrap: wrap;
    height: 190px;
  }

  footer li {
    text-align: left;
    font-size: 90%;
    margin: 0% 0 0%;
    width: 50%;
  }

  footer li:nth-child(n + 2)::before {
    margin: 0 0px;
    content: "";
  }

  footer img {
    margin: 5% 0;
    width: 80%;
  }
}