@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input:focus, input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

main {
  display: block;
}

button {
  appearance: none;
  padding: 0;
  border: 0;
  background: none;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
}

strong {
  font-weight: normal;
}

select {
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

.bx-wrapper {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70%;
}

body {
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
}
body.lang-cn {
  font-family: 'Noto Sans SC', sans-serif;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

ul,
ol {
  list-style-position: inside;
}

.contents {
  line-height: 1.875;
}
.contents-main {
  padding-bottom: 100px;
}

.header {
  background: #FFF;
  position: relative;
  border-bottom: 1px solid #E50012;
}
.header-layout {
  display: grid;
  grid-template: "headerlogo headermenu" auto "headerlogo headermenu2" auto / 270px 1fr;
}
@media screen and (max-width: 1098px) {
  .header-layout {
    grid-template: "headerlogo headermenu" auto "headermenu2 headermenu2" auto / 170px 1fr;
  }
}
@media screen and (max-width: 800px) {
  .header-layout {
    display: block;
  }
}
.header-layout1 {
  grid-area: headerlogo;
}
.header-layout2 {
  grid-area: headermenu;
}
.header-layout3 {
  grid-area: headermenu2;
}
.header-container {
  width: calc(1098px + 20px + 20px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.header-logo {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1098px) {
  .header-logo {
    padding-top: 7px;
  }
}
@media screen and (max-width: 800px) {
  .header-logo {
    padding: 0;
    height: 59px;
  }
}
.header-mobile-menu {
  width: 70px;
  height: 59px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: background 0.2s;
  will-change: background;
}
.header-mobile-menu.is-active {
  background: #E50012;
  color: #FFF;
}
.header-mobile-menu-body {
  text-align: center;
  height: 100%;
  padding-top: 16px;
}
.header-mobile-menu-line {
  display: block;
  width: 24px;
  height: 2px;
  margin: 0 auto;
  background: #E50012;
  transition: background 0.1s;
  will-change: background;
}
.header-mobile-menu.is-active .header-mobile-menu-line {
  background: #FFF;
}
.header-mobile-menu-line-2, .header-mobile-menu-line-3 {
  margin-top: 6px;
}
.header-mobile-menu-text {
  margin-top: 3px;
  font-size: 1.1rem;
  font-weight: bold;
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 7px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1098px) {
  .header-menu {
    margin-top: 10px;
  }
}
.header-search-link {
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .header-search-link:hover {
    opacity: 0.6;
  }
}
.header-search-link:active {
  color: #000;
}
.header-search-icon {
  margin-right: 4px;
}
.header-search-text {
  vertical-align: middle;
  font-size: 1.3rem;
}
.header-lang {
  margin-left: 20px;
  padding: 2px 0 2px 20px;
  border-left: 1px dotted #A5A5A5;
}
@media screen and (max-width: 1098px) {
  .header-lang {
    margin-left: 10px;
    padding: 2px 0 2px 10px;
  }
}
@media screen and (max-width: 800px) {
  .header-lang {
    margin-left: 0;
    padding: 0;
    text-align: center;
    border: 0;
  }
}
.header-lang-en {
  margin-left: 10px;
  padding: 2px 0 2px 10px;
  font-size: 1.3rem;
}
@media screen and (max-width: 800px) {
  .header-lang-en {
    margin-left: 0;
    padding: 0;
    font-size: inherit;
  }
}
.header-lang-link {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .header-lang-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .header-lang-link {
    font-size: 1.4rem;
    text-decoration: underline;
  }
}
.header-lang-en .header-lang-link {
  margin-left: 6px;
  letter-spacing: -0.3px;
  vertical-align: middle;
}
.header-lang-link-en {
  margin-left: 10px;
}
.header-lang-link-c {
  margin-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-lang-link-c {
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header-lang-link-c {
    margin-left: 20px;
  }
}
.header-inquiry {
  margin-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-inquiry {
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .header-inquiry {
    margin-left: 0;
    margin-right: 5px;
  }
}
.header-estimate {
  margin-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-estimate {
    margin-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .header-estimate {
    margin-right: 0;
  }
}
.header-catch {
  margin-left: 20px;
}
@media screen and (max-width: 1098px) {
  .header-catch {
    margin-left: 10px;
    width: 182px;
  }
}
@media screen and (max-width: 800px) {
  .header-catch {
    width: 100%;
    height: 50px;
    margin-left: 0;
    line-height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 1098px) {
  .header-catch-en {
    width: 165px;
  }
}
@media screen and (max-width: 800px) {
  .header-catch-en {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .header-catch-image {
    width: 179px;
  }
}
.header-menu2 {
  margin-top: 20px;
}
@media screen and (max-width: 1098px) {
  .header-menu2 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .header-menu2 {
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .header-wrapper {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    transform: translate3d(0, -100%, 0);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 800px) {
  .header-wrapper.is-products {
    transform: translate3d(0, -60px, 0);
  }
}
@media screen and (max-width: 800px) {
  .header-wrapper.is-visible, .header-wrapper.is-visible.is-roducts {
    transform: none;
  }
}

@media screen and (max-width: 800px) {
  .root {
    padding-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .root-products-lower {
    padding-top: 123px;
  }
}

.container {
  width: calc(1098px + 50px + 50px);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row-gapy-24 {
  margin-top: -24px;
}
@media screen and (max-width: 800px) {
  .row-gapy-24.row-col2, .row-gapy-24.row-col3 {
    margin-top: 0;
  }
}
.row-gapy-30 {
  margin-top: -30px;
}
@media screen and (max-width: 800px) {
  .row-gapy-30.row-col2, .row-gapy-30.row-col3 {
    margin-top: 0;
  }
}
.row-col2 {
  margin-left: -40px;
}
@media screen and (max-width: 800px) {
  .row-col2 {
    display: block;
    margin-left: 0;
  }
}
.row-col3 {
  margin-left: -39px;
}
@media screen and (max-width: 800px) {
  .row-col3 {
    display: block;
    margin-left: 0;
  }
}

.row-col2 .col {
  width: calc((100% - (40px * 2)) / 2);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .row-col2 .col {
    width: 100%;
    margin-left: 0;
  }
}
.row-col3 .col {
  width: calc((100% - (39px * 3)) / 3);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .row-col3 .col {
    width: 100%;
    margin-left: 0;
  }
}
.row-gapy-24 .col {
  margin-top: 24px;
}
.row-gapy-30 .col {
  margin-top: 30px;
}

.footer {
  position: relative;
}
.footer-main {
  background: #E2E2E2;
  padding: 50px 0 53px;
}
@media screen and (max-width: 800px) {
  .footer-main {
    background: #F8F8F8;
    padding: 30px 0 0;
  }
}
.footer-sub {
  padding: 18px 0;
  background: #313131;
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .footer-sub {
    padding: 0;
  }
}
.footer-sub-layout {
  max-width: calc(1098px + 20px + 20px);
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 800px) {
  .footer-sub-layout {
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-sub-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1098px) {
  .footer-sub-inner {
    display: block;
  }
}
@media screen and (max-width: 1098px) {
  .footer-sub-copy {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .footer-sub-copy {
    margin-top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1.2rem;
  }
}
.footer-logo {
  text-align: center;
}
.footer-menu {
  margin-top: 28px;
}
@media screen and (max-width: 800px) {
  .footer-menu {
    margin-top: 25px;
  }
}
.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
}
@media screen and (max-width: 1098px) {
  .footer-list {
    width: 600px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 800px) {
  .footer-list {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.footer-list-item {
  margin-top: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  .footer-list-item {
    margin: 0;
    border-bottom: 1px solid #E2E2E2;
  }
}
.footer-list2 {
  display: flex;
}
@media screen and (max-width: 1098px) {
  .footer-list2 {
    justify-content: center;
  }
}
@media screen and (max-width: 800px) {
  .footer-list2 {
    display: block;
    background: #E2E2E2;
    color: #000;
  }
}
.footer-list2-item + .footer-list2-item {
  margin-left: 38px;
}
@media screen and (max-width: 800px) {
  .footer-list2-item + .footer-list2-item {
    margin-left: 0;
    border-top: 1px solid #FFF;
  }
}
.footer-link {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .footer-link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .footer-link {
    display: block;
    position: relative;
    padding: 17px 38px 17px 30px;
  }
}
@media screen and (max-width: 800px) {
  .footer-link::after {
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
    content: "";
  }
}
.footer-link2 {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .footer-link2:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 800px) {
  .footer-link2 {
    display: block;
    padding: 17px 44px;
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  .footer-link2::before {
    display: block;
    width: 4px;
    height: 6px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
    content: "";
  }
}
.footer-catch {
  padding: 30px 0;
  background: #FFF;
  text-align: center;
}
.footer-lang {
  padding: 30px 0;
  background: #F8F8F8;
  color: #000;
  text-align: center;
}
.footer-lang-link {
  text-decoration: underline;
}
.footer-lang-link-en {
  margin-left: 10px;
}
.footer-lang-link-c {
  margin-left: 20px;
}

.nav-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
  .nav-list {
    display: block;
    background: #F8F8F8;
  }
}
.nav-list-en {
  justify-content: space-around;
}
.nav-item {
  padding-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .nav-item {
    border-bottom: 1px solid #E2E2E2;
    padding: 0;
  }
}
.nav-link {
  display: block;
  position: relative;
}
@media screen and (max-width: 1098px) {
  .nav-link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 800px) {
  .nav-link {
    display: block;
    height: 52px;
    padding: 0 30px;
    line-height: 52px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 800px) {
  .nav-link::before {
    display: block;
    width: 8px;
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
    content: "";
  }
}
.nav-link::after {
  width: 100%;
  height: 3px;
  margin: auto;
  position: absolute;
  bottom: -20px;
  left: 0;
  background: #E50012;
  content: "";
  transform: scaleX(0);
  transition: transform 0.3s;
}
@media screen and (max-width: 800px) {
  .nav-link::after {
    content: none;
  }
}
.nav-link.is-active::after, .nav-link:hover::after {
  transform: none;
}

.mobile-menu {
  position: fixed;
  top: 60px;
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 1000;
  background: #F8F8F8;
  opacity: 0;
  pointer-events: none;
}
.mobile-menu.is-load {
  transform: translate3d(0, -100%, 0);
  transition: opacity 0.3s ease, transform 0.5s;
  will-change: opacity, transform;
}
.mobile-menu.is-visible {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.mobile-menu-layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-menu-main {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-menu-btns {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  padding-top: 20px;
  background: #FFF;
}
.mobile-menu-search {
  padding: 20px 25px 0;
  background: #FFF;
  border-radius: 5px;
}
.mobile-menu-search-form {
  background: #E2E2E2;
}
.mobile-menu-search-input {
  display: inline-block;
  width: calc(100% - 60px);
  background: transparent;
  padding: 8px 0;
  border: 0;
}
.mobile-menu-search-btn {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.mobile-menu-lang {
  padding: 20px 0 30px;
  background: #FFF;
}
.mobile-menu-catch {
  background: #F8F8F8;
}

.scope-smm .articles-row {
  display: flex;
}
@media screen and (max-width: 800px) {
  .scope-smm .articles-row {
    display: block;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 16px;
  }
}
.scope-smm .articles-row + .scope-smm .articles-row {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .articles-row + .scope-smm .articles-row {
    margin-top: 16px;
  }
}
.scope-smm .articles-date {
  display: inline-block;
  width: 130px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .scope-smm .articles-date {
    width: 140px;
  }
}
.scope-smm .articles-label {
  display: inline-block;
  width: 100px;
  height: 26px;
  text-align: center;
  margin-left: 30px;
  color: #FFF;
  font-weight: bold;
  line-height: 26px;
}
@media screen and (max-width: 800px) {
  .scope-smm .articles-label {
    height: 20px;
    margin-left: 0;
    line-height: 20px;
    font-size: 1.2rem;
  }
}
.scope-smm .articles-label-red {
  background: #EC5458;
}
.scope-smm .articles-label-orange {
  background: #F4A752;
}
.scope-smm .articles-label-blue {
  background: #4DC1F9;
}
.scope-smm .articles-label-green {
  background: #5EBE6E;
}
.scope-smm .articles-label-pink {
  background: #FF6C70;
}
.scope-smm .articles-label-yellow {
  background: #FDC241;
}
.scope-smm .articles-title {
  flex: 1;
  padding-left: 22px;
}
@media screen and (max-width: 800px) {
  .scope-smm .articles-title {
    padding-left: 0;
    margin-top: 4px;
  }
}
.scope-smm .articles-footer {
  margin-top: 30px;
}
.scope-smm .articles-footer-top {
  margin-top: 50px;
  text-align: center;
}
.scope-smm .articles-footer-release {
  margin-top: 70px;
}
.scope-smm .banner-media-link {
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  .scope-smm .banner-media-link {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .banner-media-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
}
.scope-smm .box {
  padding: 40px;
}
@media screen and (max-width: 800px) {
  .scope-smm .box {
    padding: 30px;
  }
}
.scope-smm .box + .scope-smm .box {
  margin-top: 30px;
}
.scope-smm .box-border {
  border: 1px solid;
}
.scope-smm .box-border-red {
  border-color: #E50012;
}
.scope-smm .box-border-gray {
  border-color: #A5A5A5;
}
.scope-smm .box-border-gray2 {
  border-color: #E0E0E0;
}
.scope-smm .box-border-gray-light {
  border-color: #E2E2E2;
}
.scope-smm .box-bg {
  background: #F8F8F8;
}
.scope-smm .box-bg-blue {
  background-color: #D4E0F3;
}
.scope-smm .box-strech {
  height: 100%;
}
.scope-smm .box-inner {
  height: 100%;
}
.scope-smm .box-content {
  height: 100%;
  position: relative;
}
.scope-smm .box-content-hasbtn {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 800px) {
  .scope-smm .box-content-hasbtn {
    display: block;
  }
}
.scope-smm .box-btn {
  margin-top: auto;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
  .scope-smm .box-btn {
    margin-top: 20px;
    padding-top: 0;
  }
}
.scope-smm .box-bluedash {
  padding: 10px;
  border: 2px dotted #205CA6;
  background: #A7C1E7;
}
.scope-smm .breadcrumb {
  background: #F8F8F8;
  color: #5A5A5A;
  line-height: 2.142857;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .scope-smm .breadcrumb-footer {
    background: #FFF;
    border-top: 1px solid #E2E2E2;
  }
}
.scope-smm .breadcrumb-inner {
  padding: 3px 0;
}
.scope-smm .breadcrumb-list {
  list-style: none;
}
.scope-smm .breadcrumb-item {
  display: inline;
}
.scope-smm .breadcrumb-item + .scope-smm .breadcrumb-item::before {
  content: ">";
  margin: 0 6px 0 8px;
}
.scope-smm .breadcrumb-label-link {
  text-decoration: underline;
}
.scope-smm .breadcrumb-label-link:hover {
  text-decoration: none;
}
.scope-smm .btn {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  padding: 0.8em;
  font-weight: 500;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .scope-smm .btn:hover {
    opacity: 0.6;
  }
}
.scope-smm .btn-header {
  width: 120px;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 1098px) {
  .scope-smm .btn-header {
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .btn-header {
    width: 120px;
  }
}
.scope-smm .btn-border {
  border: 2px solid;
  border-radius: 20px;
}
.scope-smm .btn-border-red {
  border-color: #E50012;
  color: #E50012;
}
.scope-smm .btn-border-blue {
  border-color: #0096E5;
  color: #0096E5;
}
.scope-smm .btn-icon {
  vertical-align: middle;
}
.scope-smm .btn-inner {
  vertical-align: middle;
}
.scope-smm .btn2 {
  display: inline-block;
  width: 340px;
  max-width: 100%;
  position: relative;
  border: 3px solid #E2E2E2;
  text-align: center;
  font-weight: 500;
  padding: 12px;
  background: #FFF;
  transition: border 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 544px) {
  .scope-smm .btn2 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .btn2:hover {
    border-color: #A5A5A5;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .btn2:hover .btn2-inner {
    opacity: 0.7;
  }
}
.scope-smm .btn2-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.scope-smm .btn2-inner-tel-l {
  padding-left: 24px;
  background: url(/common/img/common/icon/icon_tel.svg) left 5px/18px auto no-repeat;
}
@media screen and (max-width: 800px) {
  .scope-smm .btn2-inner-tel-l {
    font-size: 1.6rem;
    background-position: left center;
  }
}
.scope-smm .btn2-inner-q {
  padding: 8px 33px 8px 0;
  background: url(/common/img/common/icon/icon_q.svg) right top/23px auto no-repeat;
}
.scope-smm .btn2-inner-line {
  text-decoration: underline;
}
.btn2:hover .scope-smm .btn2-inner-line {
  text-decoration: none;
}
.scope-smm .btn2-inner-pdf {
  padding-left: 44px;
  background: url(/common/img/common/icon/icon_pdf.svg) left center/34px auto no-repeat;
}
.scope-smm .btn2.is-active {
  padding-top: 14px;
  padding-bottom: 14px;
  border: 1px solid #E50012;
}
.scope-smm .btn2-white {
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
}
.scope-smm .btn2-arrow {
  padding-right: 34px;
  padding-left: 34px;
}
.scope-smm .btn2-arrow::after {
  display: block;
  width: 9px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) left top/contain no-repeat;
  content: "";
  transition: transform 0.3s;
}
@media screen and (min-width: 801px) {
  .scope-smm .btn2-arrow:hover:after {
    transform: translateX(5px);
  }
}
.scope-smm .btn2-arrow2 {
  padding-left: 34px;
  padding-right: 34px;
}
.scope-smm .btn2-arrow2::after {
  display: block;
  width: 14px;
  height: 9px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  background: url(/common/img/common/icon/icon_arrow_red_bottom.svg) left top/contain no-repeat;
  content: "";
  transition: transform 0.3s;
}
.scope-smm .btn2-arrow2:hover:after {
  transform: translateY(5px);
}
.scope-smm .btn2-m {
  width: 500px;
}
.scope-smm .btn2-l {
  width: 700px;
  font-size: 2rem;
  padding-top: 18px;
  padding-bottom: 18px;
}
.scope-smm .btn2-max {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .scope-smm .btn2-max-sp {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .btn2-anchor {
    background: #F8F8F8;
    padding: 3px 0 3px 24px;
    border: 0;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .btn2-anchor:after {
    top: 14px;
    left: 0;
    bottom: auto;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .btn2-tel-br {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1.5;
  }
}
.scope-smm .btn2-hover-red {
  transition: border 0.2s, background 0.2s, color 0.2s;
}
.scope-smm .btn2-hover-red.is-active, .scope-smm .btn2-hover-red:hover {
  background: #E50012;
  border-color: #E50012;
  color: #FFF;
}
.scope-smm .btn2-hover-red.is-active .btn2-inner, .scope-smm .btn2-hover-red:hover .btn2-inner {
  opacity: 1;
}
.scope-smm .btn2-arrow.btn2-m:after {
  right: 24px;
}
.scope-smm .btn2-arrow.btn2-l:after {
  right: 26px;
}
.scope-smm .card-link {
  display: block;
}
.scope-smm .card-link:hover .card-title-inner {
  color: #E50012;
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .scope-smm .card-link {
    display: flex;
    align-items: center;
  }
}
.scope-smm .card-thumbnail {
  border: 1px solid #E2E2E2;
  overflow: hidden;
}
.card-link:hover .scope-smm .card-thumbnail:not(.is-active) {
  border-color: #A5A5A5;
}
.scope-smm .card-thumbnail.is-active {
  border-color: #E50012;
}
@media screen and (max-width: 600px) {
  .scope-smm .card-thumbnail {
    width: 107px;
    margin-right: 10px;
  }
}
.scope-smm .card-image {
  width: 100%;
  transition: transform 0.2s, opacity 0.4s;
  will-change: transform, opacity;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  image-rendering: auto;
}
.card-link:hover .scope-smm .card-image {
  border-color: #A5A5A5;
  opacity: 0.8;
  transform: scale(1.05);
}
.scope-smm .card-button {
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .scope-smm .card-button {
    margin-top: 0;
    flex: 1;
  }
}
.scope-smm .card-title {
  padding-left: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) left 9px/8px auto no-repeat;
}
@media screen and (max-width: 600px) {
  .scope-smm .card-title {
    padding-left: 0;
    padding-right: 10px;
    font-size: 1.6rem;
    background-position: right center;
  }
}
.scope-smm .card-title-inner {
  text-decoration: underline;
}
.scope-smm .card2-strech {
  height: 100%;
}
.scope-smm .card2-link {
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  border: 1px solid #A5A5A5;
  transition: border 0.2s, opacity 0.2s;
}
.scope-smm .card2-link:hover {
  border-color: #E50012;
  opacity: 0.7;
}
.scope-smm .card2-link:hover .link-inner {
  color: #E50012;
  text-decoration: none;
}
.scope-smm .card2-row {
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 544px) {
  .scope-smm .card2-row {
    display: block;
  }
}
.scope-smm .card2-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  padding: 10px;
  background: #FFF;
}
@media screen and (max-width: 544px) {
  .scope-smm .card2-thumbnail {
    display: block;
    width: 100%;
    padding: 12px 20px;
    text-align: center;
  }
}
.scope-smm .card2-main {
  flex: 1;
}
.scope-smm .card2-links {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.scope-smm .cards-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -37px;
  margin-left: -39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .cards-list {
    margin-left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-list {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
.scope-smm .cards-list-gapy-50 {
  margin-top: -50px;
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-list-gapy-50 {
    margin-top: 0;
  }
}
.scope-smm .cards-list-gapy-30 {
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-list-gapy-30 {
    margin-top: 0;
  }
}
.scope-smm .cards-list-gapy-70 {
  margin-top: -70px;
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-list-gapy-70 {
    margin-top: 0;
  }
}
.scope-smm .cards-item {
  width: calc((100% / 3) - 39px);
  margin-top: 37px;
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .cards-item {
    width: calc((100% / 2) - 40px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
.cards-list-gapy-50 .scope-smm .cards-item {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .cards-list-gapy-50 .scope-smm .cards-item {
    margin-top: 0;
  }
}
.cards-list-gapy-30 .scope-smm .cards-item {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .cards-list-gapy-30 .scope-smm .cards-item {
    margin-top: 0;
  }
}
.cards-list-gapy-70 .scope-smm .cards-item {
  margin-top: 70px;
}
@media screen and (max-width: 600px) {
  .cards-list-gapy-70 .scope-smm .cards-item {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-item + .scope-smm .cards-item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .cards-item-section + .scope-smm .cards-item-section {
    margin-top: 70px;
  }
}
.scope-smm .cards2-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -39px;
}
.scope-smm .cards2-item {
  margin-left: 39px;
}
.scope-smm .cards2-item-short {
  width: calc((100% / 3) - 39px);
}
@media screen and (max-width: 800px) {
  .scope-smm .cards2-item-short {
    margin-top: 37px;
    width: calc((100% / 2) - 39px);
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .cards2-item-short {
    width: 100%;
    margin-top: 70px;
  }
}
.scope-smm .cards2-item-long {
  width: calc((100% / 3 * 2) - 39px);
}
@media screen and (max-width: 800px) {
  .scope-smm .cards2-item-long {
    width: 100%;
  }
}
.scope-smm .cards2-row2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -39px;
}
.scope-smm .cards2-item2 {
  margin-left: 39px;
  width: calc((100% / 2) - 39px);
}
@media screen and (max-width: 600px) {
  .scope-smm .cards2-item2 {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .cards2-item2 + .scope-smm .cards2-item2 {
    margin-top: 10px;
  }
}
.scope-smm .entry p + h2,
.scope-smm .entry ul + h2,
.scope-smm .entry ol + h2 {
  margin-top: 70px;
}
.scope-smm .entry ul,
.scope-smm .entry ol {
  margin: 30px 0;
}
.scope-smm .entry p a {
  font-weight: 500;
  text-decoration: underline;
}
.scope-smm .entry p a:hover {
  text-decoration: none;
}
.scope-smm .entry p + p {
  margin-top: 20px;
}
.scope-smm .entry img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.scope-smm .entry img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.scope-smm .entry img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.scope-smm .entry strong {
  font-weight: bold;
}
.scope-smm .entry sup {
  vertical-align: super;
  font-size: smaller;
}
.scope-smm .form {
  width: 800px;
  max-width: 100%;
}
.scope-smm .form-group {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 800px) {
  .scope-smm .form-group {
    border: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.scope-smm .form-group + .scope-smm .form-group {
  margin-top: -1px;
}
@media screen and (max-width: 800px) {
  .scope-smm .form-group + .scope-smm .form-group {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .form-group.is-error {
    background: #FEE5E6;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.scope-smm .form-group.is-error .form-message {
  display: block;
}
.scope-smm .form-group.is-error .form-message::after {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 100%;
  left: 30px;
  border-style: solid;
  border-width: 13px 7.5px 0 7.5px;
  border-color: #E50012 transparent transparent transparent;
  content: "";
}
.scope-smm .form-item {
  display: flex;
  line-height: 1.875;
}
@media screen and (max-width: 800px) {
  .scope-smm .form-item {
    padding: 0 20px;
    display: block;
  }
}
.scope-smm .form-label {
  padding: 26px 12px;
  width: 187px;
  flex-shrink: 0;
  background: #F8F8F8;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  .scope-smm .form-label {
    width: 100%;
    padding: 0 0 10px;
    background: transparent;
  }
}
.scope-smm .form-input-area {
  flex: 1 1 auto;
  padding: 20px;
  background: #FFF;
}
@media screen and (max-width: 800px) {
  .scope-smm .form-input-area {
    padding: 0;
    background: transparent;
  }
}
.form-group.is-error .scope-smm .form-input-area {
  background: #FEE5E6;
}
@media screen and (max-width: 800px) {
  .form-group.is-error .scope-smm .form-input-area {
    background: transparent;
  }
}
.scope-smm .form-message {
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 23px;
  position: relative;
  background: #E50012;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1428;
  display: none;
}
.scope-smm .form-required {
  display: inline-block;
  width: 40px;
  height: 20px;
  background-color: #E50012;
  color: #FFF;
  line-height: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.scope-smm .form-radio {
  display: none;
}
.scope-smm .form-radio-label {
  display: block;
  padding-left: 30px;
  position: relative;
}
.scope-smm .form-radio-label:nth-of-type(n + 2) {
  margin-top: 16px;
}
.scope-smm .form-radio-label::before, .scope-smm .form-radio-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
}
.scope-smm .form-radio-label::before {
  width: 21px;
  height: 21px;
  margin: auto;
  top: 6px;
  left: 0;
  background: #FFF;
  border: 2px solid #A5A5A5;
}
.scope-smm .form-radio-label:after {
  width: 11px;
  height: 11px;
  top: 11px;
  left: 5px;
  background: #E50012;
  opacity: 0;
  transition: opacity 0.2s;
  will-change: opacity;
}
.scope-smm .form-radio:checked + .scope-smm .form-radio-label::after {
  opacity: 1;
}
.scope-smm .form-checkbox {
  display: block;
}
.scope-smm .form-checkbox + .scope-smm .form-checkbox {
  margin-top: 16px;
}
.scope-smm .form-checkbox-input {
  display: none;
}
.scope-smm .form-checkbox-label {
  padding-left: 31px;
  position: relative;
}
.scope-smm .form-checkbox-label::before, .scope-smm .form-checkbox-label::after {
  display: block;
  margin: auto;
  position: absolute;
  line-height: 1;
  content: "";
}
.scope-smm .form-checkbox-label::before {
  width: 21px;
  height: 21px;
  top: 4px;
  left: 0;
  background: #FFF;
  border: 2px solid #A5A5A5;
  border-radius: 3px;
}
.scope-smm .form-checkbox-label::after {
  width: 13px;
  height: 7px;
  top: 9px;
  left: 4px;
  border-left: 2px solid #E50012;
  border-bottom: 2px solid #E50012;
  opacity: 0;
  transform: rotate(-45deg);
  transition: opacity 0.2s;
  will-change: opacity;
}
.scope-smm .form-checkbox-input:checked + .scope-smm .form-checkbox-label::after {
  opacity: 1;
}
.scope-smm .form-input {
  appearance: none;
  display: block;
  max-width: 100%;
  background: #F8F8F8;
  border: 1px solid #A5A5A5;
  padding: 10px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.scope-smm .form-input:active, .scope-smm .form-input:focus {
  box-shadow: none;
  outline: none;
}
.scope-smm .form-input-s {
  width: 100%;
  max-width: 200px;
}
.scope-smm .form-input-m {
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 544px) {
  .scope-smm .form-input-m {
    width: 100%;
  }
}
.scope-smm .form-input-l {
  width: 100%;
  max-width: 550px;
}
@media screen and (max-width: 544px) {
  .scope-smm .form-input-l {
    width: 100%;
  }
}
.scope-smm .form-input-l2 {
  width: 100%;
  max-width: 500px;
  height: 150px;
}
@media screen and (max-width: 544px) {
  .scope-smm .form-input-l2 {
    width: 100%;
  }
}
.scope-smm .form-input-full {
  width: 100%;
}
.scope-smm .form-input-telnum {
  width: 70px;
}
.scope-smm .form-input-tel-bar {
  margin: 0 8px;
}
.scope-smm .form-select-wrap {
  display: inline-block;
  width: 246px;
  background: #F8F8F8;
  position: relative;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  font-size: 1.6rem;
  vertical-align: middle;
}
@media screen and (max-width: 544px) {
  .scope-smm .form-select-wrap {
    width: 100%;
  }
}
.scope-smm .form-select-wrap::after {
  display: block;
  width: 46px;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  background: #313131 url(/common/img/common/icon/icon_arrow_white_bottom.svg) center/15px auto no-repeat;
  pointer-events: none;
  content: "";
}
.scope-smm .form-select {
  display: inline-block;
  width: 100%;
  padding: 11px;
  font-size: 1.6rem;
}
.scope-smm .form-button, .scope-smm .form-button2 {
  appearance: none;
  display: inline-block;
  max-width: 100%;
  border: 0;
  cursor: pointer;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.scope-smm .form-button {
  padding: 15px;
  width: 340px;
  position: relative;
  background: #E50012;
  border: 3px solid #E50012;
  color: #FFF;
  line-height: 1.875;
  text-align: center;
  transition: background 0.2s, color 0.2s;
  vertical-align: middle;
}
@media screen and (max-width: 544px) {
  .scope-smm .form-button {
    width: 100%;
  }
}
.scope-smm .form-button:after {
  display: block;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background: url(/common/img/common/icon/icon_arrow_white_right.svg) left center/contain no-repeat;
  margin: auto;
  content: "";
  transition: transform 0.2s;
}
.scope-smm .form-button:hover {
  color: #E50012;
  background: #FFF;
}
.scope-smm .form-button:hover:after {
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) left center/contain no-repeat;
  transform: translateX(5px);
}
.scope-smm .form-button2 {
  padding-left: 18px;
}
.scope-smm .form-button2-inner {
  text-decoration: underline;
}
.scope-smm .form-confirm-value {
  padding: 8px 0;
}
.scope-smm .form-telnums {
  display: flex;
  align-items: center;
}
.scope-smm .heading, .scope-smm .entry h1, .scope-smm .entry h2, .scope-smm .entry h3, .scope-smm .entry h4 {
  position: relative;
  font-feature-settings: "palt";
  font-weight: normal;
}
.scope-smm .heading-red {
  color: #E50012;
}
.scope-smm .heading-xl, .scope-smm .entry h1 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.333;
}
.scope-smm .heading-l, .scope-smm .entry h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.72px;
  line-height: 1.4166;
}
.scope-smm .heading-m, .scope-smm .entry h3, .scope-smm .entry h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.scope-smm .heading-s {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
}
.scope-smm .heading-mt-l, .scope-smm .entry h3, .scope-smm .entry h4 {
  margin-top: 40px;
}
.scope-smm .heading-mb-l, .scope-smm .entry h1 {
  margin-bottom: 50px;
}
.scope-smm .heading-mb-m, .scope-smm .entry h2, .scope-smm .entry h3 {
  margin-bottom: 30px;
}
.scope-smm .heading-mb-s, .scope-smm .entry h4 {
  margin-bottom: 20px;
}
.scope-smm .heading-border1, .scope-smm .entry h1 {
  border-left: 8px solid #E50012;
  padding: 0.2em 0 0.2em 20px;
}
.scope-smm .heading-border2, .scope-smm .entry h2 {
  padding-bottom: 15px;
  border-bottom: 2px solid #E50012;
}
.scope-smm .heading-border3, .scope-smm .entry h3 {
  padding-left: 30px;
}
.scope-smm .heading-border3::after, .scope-smm .entry h3::after {
  display: block;
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 13px;
  left: 0;
  background: #E50012;
  content: "";
}
.scope-smm .heading-border4 {
  padding-bottom: 20px;
  border-bottom: 5px solid #E50012;
}
.scope-smm .heading-border5 {
  padding-bottom: 16px;
  border-bottom: 2px solid #A5A5A5;
}
.scope-smm .heading-border6 {
  padding-bottom: 4px;
  border-bottom: 2px solid #205CA6;
}
.scope-smm .heading-bg {
  padding: 10px 20px;
  background: #313131;
  color: #FFF;
}
.scope-smm .heading-bg_orange {
  background: #ED7737;
}
.scope-smm .heading-bg_blue {
  background: #049DAD;
}
.scope-smm .heading-bg_yellow {
  background: #F8A904;
}
.scope-smm .heading-bg_green {
  background: #6EB929;
}
.scope-smm .heading-has-link {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.scope-smm .heading-has-link .js-heading-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.scope-smm .heading-link {
  font-size: 1.6rem;
  margin-left: 1em;
}
.scope-smm .heading-store {
  padding-bottom: 4px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: 2px solid #31859C;
}
.scope-smm .heading-store a:hover {
  text-decoration: underline;
}
.scope-smm .heading-store-2 {
  border-color: #FFC000;
}
.scope-smm .inquiry-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
}
@media screen and (min-width: 801px) {
  .scope-smm .inquiry-banner {
    display: none;
  }
}
.scope-smm .inquiry-banner-main {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
}
.scope-smm .inquiry-banner-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.scope-smm .inquiry-banner-btn {
  display: inline-block;
  width: 260px;
  background: #E50012;
  border-radius: 30px;
  color: #FFF;
  line-height: 46px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.48px;
}
.scope-smm .link {
  font-weight: 500;
  display: inline-block;
}
.scope-smm .link-font-normal {
  font-weight: normal;
}
.scope-smm .link-arrow {
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) no-repeat;
  background-position: left 0.55em;
  background-size: 7.37px 11.8px;
  padding-left: 18px;
}
.scope-smm .link-pdf {
  background: url(/common/img/common/icon/icon_pdf.svg) left 8px/34px 18px no-repeat;
  padding-left: 44px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.scope-smm .link-excel {
  background: url(/common/img/common/icon/icon_excel.svg) left 8px/34px 18px no-repeat;
  padding-left: 44px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.scope-smm .link-outside {
  background: url(/common/img/common/icon/icon_outside.svg) left 7px/20px 15px no-repeat;
  padding-left: 30px;
}
.scope-smm .link-inner {
  text-decoration: underline;
}
.scope-smm .link-inner:hover {
  color: #E50012;
  text-decoration: none;
}
.scope-smm .link-icon-q {
  vertical-align: top;
  margin-left: 10px;
}
.scope-smm .links-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .links-row {
    margin-left: -40px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .links-row {
    margin-top: 0;
    margin-left: 0;
  }
}
.scope-smm .links-col {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 3) - 39px);
  max-width: calc((100% / 3) - 39px);
  margin-top: 24px;
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .links-col {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: calc((100% / 2) - 40px);
    max-width: calc((100% / 2) - 40px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .links-col {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .links-col + .scope-smm .links-col {
    margin-top: 24px;
  }
}
.scope-smm .list {
  list-style: none;
}
.scope-smm .list-child-dot {
  margin-left: 5px;
}
.scope-smm .list-order {
  list-style: decimal;
  list-style-position: inside;
}
.scope-smm .list-order .list-order {
  counter-reset: ol_list-child;
}
.scope-smm .list-order .list-order li {
  list-style: none;
  padding-left: 1.8em;
  position: relative;
  text-indent: 0;
}
.scope-smm .list-order .list-order li::before {
  content: "(" counter(ol_list-child) ")";
  counter-increment: ol_list-child;
  left: 0;
  position: absolute;
}
.scope-smm .list-order .list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.scope-smm .list-item {
  position: relative;
}
.scope-smm .list-item-dot {
  padding-left: 14px;
}
.scope-smm .list-item-dot::after {
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: calc(1em - 3px);
  left: 0;
  border-radius: 50%;
  content: "";
}
.scope-smm .list-item-dot-red::after {
  background: #E50012;
}
.scope-smm .list-item-dot-gray-dark::after {
  background: #313131;
}
.scope-smm .list-item-square {
  position: relative;
  padding-left: 16px;
}
.scope-smm .list-item-square::before {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 14px;
  left: 0;
  background: #000;
  content: "";
}
@media screen and (max-width: 800px) {
  .scope-smm .logo-image-header {
    width: 120px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .logo-image-footer {
    width: 127px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .logo-image-products-top {
    width: 135px;
  }
}
.scope-smm .logo-link {
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .scope-smm .logo-link:hover {
    opacity: 0.6;
  }
}
.scope-smm .media-s {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.scope-smm .media-images-center {
  text-align: center;
}
@media screen and (max-width: 544px) {
  .scope-smm .media-image {
    width: 100%;
  }
}
.scope-smm .media-image-l {
  width: 1098px;
}
.scope-smm .media-image-m {
  width: 800px;
}
.scope-smm .media-image-s {
  width: 600px;
}
.scope-smm .media-image-xs {
  width: 360px;
}
@media screen and (min-width: 801px) {
  .scope-smm .media-image-pc-xs {
    width: 360px;
  }
}
.scope-smm .media-image-mw-xs {
  max-width: 300px;
}
.scope-smm .media-image-max {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-image.is-portrait {
    width: 60%;
    height: auto;
  }
}
.scope-smm .media-image-border {
  border: 1px solid #E2E2E2;
}
.scope-smm .media-image-link {
  transition: opacity 0.3s;
}
.scope-smm .media-image-link:hover {
  opacity: 0.7;
}
.scope-smm .media-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
}
@media screen and (max-width: 544px) {
  .scope-smm .media-row {
    margin-top: -26px;
  }
}
.scope-smm .media-row-col2 {
  margin-left: -40px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-row-col2 {
    margin-left: -26px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media-row-col2 {
    margin-left: 0;
  }
}
.scope-smm .media-row-col3 {
  margin-left: -39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-row-col3 {
    margin-left: -25px;
  }
}
.scope-smm .media-row-col4 {
  margin-left: -30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-row-col4 {
    margin-left: -36px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media-row-col4 {
    margin-left: -26px;
  }
}
.scope-smm .media-row-col5 {
  margin-left: -39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-row-col5 {
    margin-left: -25px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media-row-col5 {
    margin-left: -26px;
  }
}
.scope-smm .media-col {
  margin-top: 30px;
}
@media screen and (max-width: 544px) {
  .scope-smm .media-col {
    margin-top: 26px;
  }
}
.media-row-col2 .scope-smm .media-col {
  width: calc((100% - 80px) / 2);
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  .media-row-col2 .scope-smm .media-col {
    width: calc((100% - 52px) / 2);
    margin-left: 26px;
  }
}
@media screen and (max-width: 544px) {
  .media-row-col2 .scope-smm .media-col {
    width: 100%;
    margin-left: 0;
  }
}
.media-row-col3 .scope-smm .media-col {
  width: calc((100% - 117px) / 3);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .media-row-col3 .scope-smm .media-col {
    width: calc((100% - 75px) / 3);
    margin-left: 25px;
  }
}
@media screen and (max-width: 544px) {
  .media-row-col3 .scope-smm .media-col {
    width: 100%;
  }
}
.media-row-col4 .scope-smm .media-col {
  width: calc((100% - 120px) / 4);
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .media-row-col4 .scope-smm .media-col {
    width: calc((100% - 72px) / 2);
    margin-left: 36px;
  }
}
@media screen and (max-width: 544px) {
  .media-row-col4 .scope-smm .media-col {
    width: calc((100% - 52px) / 2);
    margin-left: 26px;
  }
}
.media-row-col5 .scope-smm .media-col {
  width: calc((100% - 195px) / 5);
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .media-row-col5 .scope-smm .media-col {
    width: calc((100% - 75px) / 3);
    margin-left: 25px;
  }
}
@media screen and (max-width: 544px) {
  .media-row-col5 .scope-smm .media-col {
    width: calc((100% - 52px) / 2);
    margin-left: 26px;
  }
}
.scope-smm .media-col-align-center {
  align-self: center;
}
.scope-smm .media-caption-top {
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-caption-top {
    margin-bottom: 5px;
  }
}
.scope-smm .media-caption-bottom {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media-caption-bottom {
    margin-top: 5px;
  }
}
.scope-smm .media2-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-row {
    display: block;
  }
}
.scope-smm .media2-row + .scope-smm .media2-row {
  margin-top: 50px;
}
.scope-smm .media2-col-main {
  flex: 1;
}
.scope-smm .media2-col-sub-right {
  margin-left: 40px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-right {
    margin-left: 25px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-right {
    margin-left: 0;
    margin-top: 20px;
  }
}
.scope-smm .media2-col-sub-left {
  margin-right: 40px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-left {
    margin-right: 25px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-left {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.scope-smm .media2-col-sub-right2 {
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-right2 {
    margin-left: 25px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-right2 {
    margin-left: 0;
    margin-top: 20px;
  }
}
.scope-smm .media2-col-sub-left2 {
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-left2 {
    margin-right: 25px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-left2 {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.scope-smm .media2-col-sub-type1 {
  width: 404px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-type1 {
    width: 282px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-type1 {
    width: 100%;
  }
}
.scope-smm .media2-col-sub-type2 {
  width: 300px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-type2 {
    width: 210px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-type2 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
.scope-smm .media2-col-sub-type3 {
  width: 318px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media2-col-sub-type3 {
    width: 282px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sub-type3 {
    width: 100%;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media2-col-sp-small {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
}
.scope-smm .media3-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -40px;
  margin-left: -50px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media3-list {
    display: block;
    margin-top: 0;
    margin-left: 0;
  }
}
.scope-smm .media3-item {
  width: calc((100% - 100px) / 2);
  margin-top: 40px;
  margin-left: 50px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media3-item {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .media3-item + .scope-smm .media3-item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media3-item + .scope-smm .media3-item {
    margin-top: 24px;
  }
}
.scope-smm .media3-item-content {
  display: flex;
}
.scope-smm .media3-item-main {
  flex: 1;
}
.scope-smm .media3-item-thumbnail {
  width: 188px;
  margin-right: 25px;
}
@media screen and (max-width: 800px) {
  .scope-smm .media3-item-thumbnail {
    width: 210px;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .media3-item-thumbnail {
    width: 122px;
  }
}
.scope-smm .modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.scope-smm .modal.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.scope-smm .modal-layout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}
@media screen and (max-width: 800px) {
  .scope-smm .modal-layout {
    padding: 0 20px;
  }
}
.scope-smm .modal-main {
  width: 700px;
  height: 55vh;
  padding: 50px;
  background: #FFF;
  line-height: 1.850;
  overflow-y: auto;
}
@media screen and (max-width: 800px) {
  .scope-smm .modal-main {
    padding: 30px;
  }
}
.scope-smm .modal-agree {
  margin-top: 24px;
  text-align: center;
}
.scope-smm .modal-link {
  margin-top: 24px;
  text-align: center;
}
.scope-smm .error .modal {
  display: none;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-links {
    padding: 10px;
    background: #F8F8F8;
  }
}
.scope-smm .page-links-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -39px;
  margin-top: -24px;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-links-row {
    margin-top: -10px;
    margin-left: -30px;
  }
}
.scope-smm .page-links-col {
  width: calc((100% - 117px) / 3);
  margin-left: 39px;
  margin-top: 24px;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-links-col {
    width: calc((100% - 60px) / 2);
    margin-top: 10px;
    margin-left: 30px;
  }
}
.scope-smm .page-nav {
  background: #F8F8F8;
  border-top: 2px solid #E2E2E2;
  border-bottom: 2px solid #E2E2E2;
}
.scope-smm .page-nav-header {
  border-bottom: 2px solid #E2E2E2;
  font-weight: 500;
}
.scope-smm .page-nav-header-noimage {
  padding: 30px 0;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-nav-header-noimage {
    padding: 26px 0;
  }
}
.scope-smm .page-nav-header-hasimage {
  padding: 18px 0;
}
.scope-smm .page-nav-heading {
  display: inline-block;
  font-size: 2.4rem;
  position: relative;
  padding-right: 54px;
  line-height: 1.167;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-nav-heading {
    font-size: 2rem;
    padding-right: 35px;
    background-size: 9px auto;
  }
}
.scope-smm .page-nav-heading-link {
  display: inline-block;
}
.scope-smm .page-nav-heading-link::after {
  display: block;
  width: 13px;
  height: 21px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
  content: "";
  transform: translate3d(-5px, 0, 0);
  transition: transform 0.2s;
  will-change: transform;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-nav-heading-link::after {
    width: 9px;
    height: 14px;
  }
}
.scope-smm .page-nav-heading-link:hover::after {
  transform: none;
}
.scope-smm .page-nav-heading-link:hover .page-nav-heading-text,
.scope-smm .page-nav-heading-link:hover .page-nav-heading-image {
  opacity: 0.7;
}
.scope-smm .page-nav-heading-text {
  transition: opacity 0.2s;
}
.scope-smm .page-nav-heading-image {
  width: 100px;
  margin-right: 20px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 800px) {
  .scope-smm .page-nav-heading-image {
    width: 70px;
    margin-right: 10px;
  }
}
.scope-smm .page-nav-content {
  padding: 50px 0 70px;
  font-weight: 500;
  line-height: 1.875;
}
.scope-smm .page-nav-slider {
  margin-top: 67px;
}
.scope-smm .products-inquiry {
  padding: 50px 100px;
  border: 1px solid #A5A5A5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .scope-smm .products-inquiry {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry {
    padding: 30px;
  }
}
.scope-smm .products-inquiry-heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #E50012;
  font-size: 2.4rem;
  line-height: 1.167;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-heading-before {
    display: block;
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.scope-smm .products-inquiry-body {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-body {
    margin-top: 20px;
  }
}
.scope-smm .products-inquiry-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-row {
    display: block;
  }
}
.scope-smm .products-inquiry-col-left {
  width: 55%;
  min-width: 370px;
  position: relative;
}
@media screen and (max-width: 1098px) {
  .scope-smm .products-inquiry-col-left {
    width: 60%;
    min-width: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-col-left {
    width: 100%;
  }
}
.scope-smm .products-inquiry-col-left:after {
  display: block;
  width: 0px;
  height: calc(100% - 77px);
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border-right: 1px dashed #A5A5A5;
  content: "";
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-col-left:after {
    content: none;
  }
}
.scope-smm .products-inquiry-col-right {
  width: 45%;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 1098px) {
  .scope-smm .products-inquiry-col-right {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-col-right {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    border-top: 1px dashed #A5A5A5;
  }
}
.scope-smm .products-inquiry-name {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-name {
    font-size: 1.8rem;
  }
}
.scope-smm .products-inquiry-name-left {
  text-align-last: left;
  width: 435px;
  max-width: 100%;
  margin: 0 auto;
}
.scope-smm .products-inquiry-tel {
  margin-top: 10px;
}
.scope-smm .products-inquiry-time {
  margin-top: 10px;
}
.scope-smm .products-inquiry-time-left {
  text-align-last: left;
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
}
.scope-smm .products-inquiry-comment {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.714;
}
.scope-smm .products-inquiry-comment2 {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-top: 10px;
}
.scope-smm .products-inquiry-tel-list {
  display: flex;
  flex-wrap: wrap;
  width: 435px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-top: -14px;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-tel-list {
    display: none;
    width: 100%;
    margin-top: 0;
    padding: 20px;
    border-top: 1px solid #E2E2E2;
    background: #F8F8F8;
  }
}
.scope-smm .products-inquiry-tel-list-item {
  width: 50%;
  margin-top: 14px;
  padding-right: 8px;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-tel-list-item {
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.scope-smm .products-inquiry-tel-list-text1 {
  font-size: 1.4rem;
  text-align: center;
}
.scope-smm .products-inquiry-tel-list-text2 {
  margin-top: 8px;
  text-align: center;
}
.scope-smm .products-inquiry-tel-button {
  display: block;
  width: 100%;
  height: 56px;
  position: relative;
  background: #FFF;
  padding-right: 54px;
  text-align: center;
  font-weight: 500;
  line-height: 56px;
  font-family: "Noto Sans JP", sans-serif;
}
.scope-smm .products-inquiry-tel-button::after {
  display: block;
  width: 54px;
  height: 56px;
  background: #313131 url(/common/img/common/icon/icon_arrow_white_bottom.svg) center/15.84px auto no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  right: 0;
  content: "";
}
.scope-smm .products-inquiry-tel-button-text {
  display: inline-block;
  padding-left: 20px;
  background: url(/common/img/common/icon/icon_tel.svg) left center/14.46px auto no-repeat;
}
.scope-smm .products-inquiry-link + .scope-smm .products-inquiry-link {
  margin-top: 10px;
}
.scope-smm .products-inquiry-btn {
  width: 300px;
  max-width: 100%;
  padding: 11px;
  position: relative;
  display: inline-block;
  background: #FFF;
  border: 3px solid #E2E2E2;
  border-radius: 30px;
  transition: border 0.2s;
}
@media screen and (max-width: 960px) {
  .scope-smm .products-inquiry-btn {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-btn {
    font-size: 1.5rem;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .products-inquiry-btn {
    padding: 11px 20px 11px 0;
  }
}
.scope-smm .products-inquiry-btn::after {
  display: block;
  width: 9px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) left center/contain no-repeat;
  content: "";
  transition: transform 0.2s;
}
.scope-smm .products-inquiry-btn:hover {
  border-color: #A5A5A5;
}
.scope-smm .products-inquiry-btn:hover:after {
  transform: translateX(5px);
}
.scope-smm .products-inquiry-btn-icon {
  vertical-align: middle;
  margin-right: 10px;
}
.scope-smm .products-inquiry-btn-inner {
  vertical-align: middle;
}
.scope-smm .products-inquiry-tel-link {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-inquiry-tel-acodion {
    border: 3px solid #E2E2E2;
  }
}
.scope-smm .products-header {
  text-align: center;
}
.scope-smm .products-heading {
  margin-top: 10px;
  font-size: 4.1rem;
  letter-spacing: 4.1px;
  line-height: 1.68;
}
.scope-smm .products-body {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-body {
    margin-top: 30px;
  }
}
.scope-smm .scroll-top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 24px;
  bottom: 50px;
  background: #E50012;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  will-change: opacity;
}
.scope-smm .scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (min-width: 801px) {
  .scope-smm .scroll-top.is-visible:hover {
    opacity: 0.3;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .scroll-top {
    width: 50px;
    height: 50px;
    right: 0;
    bottom: 60px;
  }
}
.scope-smm .scroll-top-button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(/common/img/common/icon/icon_arrow_white_top.svg) center 12px/15.67px auto no-repeat;
}
@media screen and (max-width: 800px) {
  .scope-smm .scroll-top-button {
    background-size: 12.39px auto;
  }
}
.scope-smm .scroll-top-button:after {
  display: block;
  width: 100%;
  height: 1em;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 12px;
  left: 0;
  color: #FFF;
  content: "TOPへ";
  font-size: 1.4rem;
  text-align: center;
}
.scope-smm .scroll-top-button-en::after {
  content: "Top";
}
.scope-smm .service-area {
  padding: 30px 0 55px;
  background: #F8F8F8;
}
@media screen and (max-width: 800px) {
  .scope-smm .service-area {
    padding: 20px 0 55px;
  }
}
.scope-smm .slider-header {
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider-header {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .slider-image {
    width: 100%;
  }
}
.scope-smm .slider .bx-wrapper {
  margin-bottom: 26px;
}
.scope-smm .slider .bx-wrapper .bx-pager.bx-default-pager a {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #A5A5A5;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
  }
}
.scope-smm .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .scope-smm .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E50012;
}
.scope-smm .slider .bx-wrapper .bx-controls-direction a {
  width: 12px;
  height: 26px;
  top: auto;
  bottom: -34px;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .bx-wrapper .bx-controls-direction a {
    width: 10px;
    height: 21px;
    bottom: -28px;
  }
}
.scope-smm .slider .bx-wrapper .bx-prev {
  background: url(/common/img/common/icon/icon_arrow_red_left.svg) center/contain no-repeat;
  left: 30%;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .bx-wrapper .bx-prev {
    left: 0;
  }
}
.scope-smm .slider .bx-wrapper .bx-next {
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
  right: 30%;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .bx-wrapper .bx-next {
    right: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .bx-wrapper .bx-pager {
    bottom: -24px;
  }
}
.scope-smm .slider .slick-slider .slick-prev,
.scope-smm .slider .slick-slider .slick-next {
  position: absolute;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  width: 12px;
  height: 26px;
  top: auto;
  bottom: -34px;
}
.scope-smm .slider .slick-slider .slick-prev {
  background: url(/common/img/common/icon/icon_arrow_red_left.svg) center/contain no-repeat;
  left: 30%;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .slick-slider .slick-prev {
    left: 0;
  }
}
.scope-smm .slider .slick-slider .slick-next {
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
  right: 30%;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .slick-slider .slick-next {
    right: 0;
  }
}
.scope-smm .slider .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -28px;
  width: 100%;
}
.scope-smm .slider .slick-slider .slick-dots li {
  list-style-type: none;
  margin: 0 5px;
  width: 14px;
  height: 14px;
}
.scope-smm .slider .slick-slider .slick-dots button {
  position: relative;
  width: 14px;
  height: 14px;
  text-indent: -9999px;
}
.scope-smm .slider .slick-slider .slick-dots button::before {
  content: '';
  outline: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #A5A5A5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 800px) {
  .scope-smm .slider .slick-slider .slick-dots button::before {
    width: 10px;
    height: 10px;
  }
}
.scope-smm .slider .slick-slider .slick-dots button:hover::before {
  background: #E50012;
}
.scope-smm .slider .slick-slider .slick-dots .slick-active button::before {
  background: #E50012;
}
.scope-smm .slider .slider-link,
.scope-smm .slider .slick-slide:focus {
  outline: none;
}
.scope-smm .table {
  width: 100%;
  font-size: 1.4rem;
  border-collapse: collapse;
  border-spacing: 0;
}
.scope-smm .table-fixed {
  table-layout: fixed;
}
@media screen and (max-width: 800px) {
  .scope-smm .table-responsive {
    display: block !important;
    border: 1px solid #A5A5A5;
  }
}
.scope-smm .table-responsive tr + tr {
  border-top: 1px solid #A5A5A5;
}
@media screen and (max-width: 800px) {
  .scope-smm .table-responsive tr + tr.table-responsive-no-border {
    border: none;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .table-responsive thead,
  .scope-smm .table-responsive tbody,
  .scope-smm .table-responsive tr,
  .scope-smm .table-responsive th,
  .scope-smm .table-responsive td {
    display: block !important;
    width: 100% !important;
  }
  .scope-smm .table-responsive thead.display-sp-none,
  .scope-smm .table-responsive tbody.display-sp-none,
  .scope-smm .table-responsive tr.display-sp-none,
  .scope-smm .table-responsive th.display-sp-none,
  .scope-smm .table-responsive td.display-sp-none {
    display: none !important;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .table-responsive td {
    border: 0;
  }
  .scope-smm .table-responsive td.table-responsive-border {
    padding-top: 20px;
    border-top: 1px solid #A5A5A5;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .table-sp-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 800px) {
  .container .scope-smm .table-sp-scroll {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .table-sp-scroll-fixed {
    display: table;
    table-layout: fixed;
    width: 1098px;
    white-space: normal;
  }
}
.scope-smm .table-sp-scroll-fixed.is-copy {
  display: none;
}
@media screen and (max-width: 800px) {
  .scope-smm .table-sp-scroll-fixed.is-copy {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.scope-smm .table-sp-scroll-fixed.is-copy th:not(.table-cell-fixed),
.scope-smm .table-sp-scroll-fixed.is-copy td:not(.table-cell-fixed) {
  opacity: 0;
  border-color: transparent;
}
.scope-smm .table-center {
  text-align: center;
}
.scope-smm .table-cell {
  border: 1px solid #A5A5A5;
  padding: 10px 20px;
  vertical-align: middle;
  background: #FFF;
}
.scope-smm .table-cell-padding-0 {
  padding: 0;
}
.scope-smm .table-cell-s {
  padding: 2px 20px;
}
.scope-smm .table-cell-hs {
  padding: 10px;
}
.scope-smm .table-cell-w80 {
  width: 80px;
}
.scope-smm .table-cell-w120 {
  width: 120px;
}
.scope-smm .table-cell-w160 {
  width: 160px;
}
.scope-smm .table-cell-w200 {
  width: 200px;
}
.scope-smm .table-cell-w250 {
  width: 250px;
}
.scope-smm .table-cell-w300 {
  width: 300px;
}
.scope-smm .table-cell-head {
  font-weight: bold;
  background: #E2E2E2;
}
.scope-smm .table-cell-align-left {
  text-align: left;
}
.scope-smm .table-cell-valign-top {
  vertical-align: top;
}
.scope-smm .table-cell-fixed {
  width: 140px;
}
.scope-smm .table-wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .container .scope-smm .table-wrapper {
    width: calc(100% + 20px);
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .table-wrapper-inner {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 800px) {
  .container .scope-smm .table-wrapper-inner {
    width: calc(100% + 20px);
  }
}
.scope-smm .table-wrapper-inner2 {
  width: 100%;
  overflow: hidden;
}
.scope-smm .tel-data-title {
  font-weight: 500;
  padding-left: 18px;
  position: relative;
}
.scope-smm .tel-data-title::after {
  display: block;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #E50012;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.scope-smm .tel-data-title-empty::after {
  width: 1px;
  height: 1.875em;
  background: none;
  position: static;
  content: "";
}
@media screen and (max-width: 800px) {
  .scope-smm .tel-data-title-empty {
    display: none;
  }
}
.scope-smm .tel-data-value {
  padding-left: 18px;
}
.scope-smm .tel {
  font-weight: bold;
  padding-left: 1em;
  background-image: url(/common/img/common/icon/icon_tel.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .scope-smm .tel {
    pointer-events: none;
  }
}
.scope-smm .tel-m {
  padding-left: 20px;
  font-size: 24px;
  background-size: 14.46px auto;
  letter-spacing: 0.722px;
}
@media screen and (max-width: 1040px) {
  .scope-smm .tel-m {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .tel-m {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 400px) {
  .scope-smm .tel-m {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}
.scope-smm .tel-xl {
  padding-left: 30px;
  font-size: 4.1rem;
  line-height: 1.17;
  background-size: 23.66px auto;
  letter-spacing: 1.23px;
}
@media screen and (max-width: 800px) {
  .scope-smm .tel-xl {
    padding-left: 25px;
    font-size: 3.3rem;
    background-size: 19.41px auto;
    letter-spacing: 0.99px;
  }
}
@media screen and (max-width: 400px) {
  .scope-smm .tel-xl {
    font-size: 2.5rem;
    letter-spacing: normal;
  }
}
.scope-smm .text-bg {
  padding: 10px 20px;
  background: #F8F8F8;
}
.scope-smm .text-controller-inner {
  display: flex;
  align-items: center;
}
.scope-smm .text-controller-inner-right {
  justify-content: flex-end;
}
.scope-smm .text-controller-label {
  margin-right: 20px;
}
.scope-smm .text-controller-button {
  display: inline-block;
  width: 46px;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  font-family: inherit;
}
.scope-smm .text-controller-button-en {
  width: 80px;
}
.scope-smm .text-controller-button.is-active {
  background: #E2E2E2;
}
.scope-smm .text-link-row + .scope-smm .text-link-row {
  margin-top: 10px;
}
.scope-smm .text-link {
  text-decoration: underline;
}
.scope-smm .text-link:hover {
  text-decoration: none;
  color: #E50012;
}
.scope-smm .cookiebox {
  display: none;
  z-index: 99999;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #fff;
  border-top: 2px solid #E50012;
  padding: 20px;
}
.scope-smm .cookiebox .btn2:hover {
  opacity: .7;
}
.scope-smm .cookiebox p {
  line-height: 1.875;
}
@media screen and (max-width: 800px) {
  .scope-smm .cookiebox {
    padding: 10px 20px;
  }
}
.scope-smm .area-label {
  display: inline-block;
  padding: 5px 10px;
  background: #FFF;
}
.scope-smm .area-label-name {
  vertical-align: middle;
  margin-right: 4px;
}
.scope-smm .area-label-name2 {
  font-size: 2rem;
  font-weight: bold;
  vertical-align: middle;
}
.scope-smm .store-label {
  display: inline-block;
  width: 160px;
  max-width: 100%;
  text-align: center;
  color: #FFF;
}
.scope-smm .store-label-bg-blue {
  background-color: steelblue;
}
.scope-smm .store-label-bg-yellow {
  background-color: #FFC000;
}
.scope-smm .top-news {
  position: relative;
  padding: 100px 0;
}
.scope-smm .top-news-inner {
  width: calc(898px + 20px * 2);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.scope-smm .top-news-section + .scope-smm .top-news-section {
  margin-top: 100px;
}
.scope-smm .top-etc {
  padding: 50px 0;
}
.scope-smm .top-etc-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc-list {
    margin-left: -36px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .top-etc-list {
    margin-top: -10px;
    margin-left: 0;
  }
}
.scope-smm .top-etc-item {
  width: calc((100% - 120px) / 4);
  margin-top: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc-item {
    width: calc((100% - 72px) / 2);
    margin-left: 36px;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .top-etc-item {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}
.scope-smm .top-heading {
  font-weight: normal;
}
.scope-smm .top-heading-s {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.scope-smm .top-etc2 {
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc2 {
    padding: 50px 20px 100px;
  }
}
.scope-smm .top-etc2-inner {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc2-inner {
    width: 100%;
  }
}
.scope-smm .top-etc2-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .scope-smm .top-etc2-list {
    justify-content: space-around;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc2-list {
    display: block;
    margin-left: 0;
  }
}
.scope-smm .top-etc2-item {
  margin: 0 40px;
}
@media screen and (max-width: 900px) {
  .scope-smm .top-etc2-item {
    margin: 0 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc2-item {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-etc2-item + .scope-smm .top-etc2-item {
    margin-top: 20px;
  }
}
.scope-smm .top-banner-link {
  display: flex;
  align-items: center;
}
.scope-smm .top-banner-link:hover {
  color: #E50012;
}
.scope-smm .top-banner-link:hover .top-banner-image {
  opacity: 0.7;
}
.scope-smm .top-banner-link:hover .link-inner {
  text-decoration: none;
}
.scope-smm .top-banner-thumbnail {
  width: 80px;
}
.scope-smm .top-banner-image {
  width: 80px;
  transition: opacity 0.2s;
}
.scope-smm .top-banner-text {
  margin-left: 20px;
  line-height: 1.75;
}
.scope-smm .top-bg-title {
  position: absolute;
  width: 100%;
  overflow: hidden;
}
.scope-smm .top-bg-title-about {
  width: calc(100% + 20px);
  top: 0;
  left: -20px;
}
.scope-smm .top-bg-title-steel {
  width: calc(100% + 20px);
  top: 0;
  left: -20px;
}
.scope-smm .top-bg-title-news {
  width: calc(100% + 20px);
  top: 40px;
  left: -20px;
  z-index: -1;
}
.scope-smm .top-bg-title-products {
  width: calc(100% + 20px);
  left: -20px;
  z-index: -1;
  top: 7%;
}
@media screen and (max-width: 1380px) {
  .scope-smm .top-bg-title-products {
    top: 2%;
  }
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-bg-title-products {
    top: -3%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-bg-title-products {
    top: 49%;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .top-bg-title-products {
    top: 40%;
  }
}
.scope-smm .top-bg-title-tech {
  width: calc(100% + 20px);
  top: -14px;
  left: -20px;
  z-index: -1;
}
.scope-smm .top-bg-title-sustainability {
  width: calc(100% + 20px);
  top: 24%;
  left: -20px;
}
@media screen and (max-width: 1380px) {
  .scope-smm .top-bg-title-sustainability {
    top: 29%;
  }
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-bg-title-sustainability {
    top: 33%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-bg-title-sustainability {
    top: 37%;
  }
}
.scope-smm .top-bg-title-safety {
  top: 25%;
  left: -20px;
}
@media screen and (max-width: 1380px) {
  .scope-smm .top-bg-title-safety {
    top: 30%;
  }
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-bg-title-safety {
    top: 33%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-bg-title-safety {
    width: calc(100% + 20px);
    top: 2%;
  }
}
.scope-smm .top-bg-title-text {
  font-size: 12.012vw;
  font-weight: 900;
  color: rgba(211, 211, 211, 0.3);
  line-height: 1.3;
  letter-spacing: -10px;
  white-space: nowrap;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-bg-title-text {
    font-size: 8.6rem;
    letter-spacing: -4.3px;
  }
}
.scope-smm .top-bg-title-text-about, .scope-smm .top-bg-title-text-steel, .scope-smm .top-bg-title-text-products, .scope-smm .top-bg-title-text-safety {
  line-height: 1;
}
.scope-smm .top-bg-title-text-about, .scope-smm .top-bg-title-text-steel {
  color: rgba(211, 211, 211, 0.2);
}
.scope-smm .top-section-dark {
  color: #FFF;
}
.scope-smm .top-section-fade {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition: transform 0.4s, opacity 0.4s;
}
.scope-smm .top-section-fade.is-visible {
  opacity: 1;
  transform: none;
}
.scope-smm .top-section-title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4.2rem;
  letter-spacing: -4.2px;
  line-height: 1.19;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-section-title {
    font-size: 3rem;
    letter-spacing: -0.32px;
  }
}
.scope-smm .top-section-title-lead {
  font-size: 4.204vw;
  letter-spacing: 1.4px;
  font-weight: 600;
  line-height: 1.4285;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-section-title-lead {
    font-size: 6.25vw;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .top-section-title-lead {
    font-size: 8.889vw;
    letter-spacing: 0.64px;
  }
}
.scope-smm .top-section-text {
  margin-top: 30px;
}
.scope-smm .top-section-text-lead {
  font-size: 2rem;
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-section-text-lead {
    max-width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-section-text-lead {
    max-width: 100%;
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.scope-smm .top-section-btn {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-section-btn {
    margin-top: 40px;
  }
}
.scope-smm .top-section-btn-lead {
  margin-top: 100px;
}
.scope-smm .top-section-br-products {
  display: none;
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-section-br-products {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-section-br-products {
    display: none;
  }
}
.scope-smm .top-products {
  position: relative;
  overflow: hidden;
  transform: translateY(-180px);
  margin-bottom: -180px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-products {
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
}
.scope-smm .top-products-triangle {
  width: 100%;
  height: 180px;
  position: absolute;
  right: 0;
  bottom: 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  content: "";
}
.scope-smm .top-products-wrapper {
  height: 769px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1380px) {
  .scope-smm .top-products-wrapper {
    height: 627px;
  }
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-products-wrapper {
    height: 500px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-products-wrapper {
    height: auto;
    margin-top: 20px;
  }
}
.scope-smm .top-products-image-area {
  width: 753px;
  display: flex;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 0;
  right: -70px;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 1664px) {
  .scope-smm .top-products-image-area {
    width: 50vw;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-products-image-area {
    display: block;
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-products-image {
    display: block;
    width: auto;
    height: 58vw;
    min-height: 309px;
    margin-left: auto;
    margin-bottom: -10%;
    transform: translateX(40px);
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .top-products-image {
    height: 50vw;
    min-height: none;
    margin-bottom: 0;
  }
}
.scope-smm .top-tech {
  padding-top: 11.41%;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-tech {
    margin-top: 74px;
    padding-top: 90px;
    padding-bottom: 0;
  }
}
.scope-smm .top-tech-carousel {
  margin-top: 50px;
}
.scope-smm .top-tech-carousel .bx-wrapper {
  margin-bottom: 0;
  max-width: 100% !important;
  overflow: visible;
}
.scope-smm .top-tech-slides {
  list-style: none;
}
.scope-smm .top-tech-slide {
  width: 238px;
}
.scope-smm .top-sustainability {
  position: relative;
  padding-top: 400px;
  padding-bottom: 100px;
  margin-top: 50px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-sustainability {
    margin-top: 0;
    padding-top: 337px;
    padding-bottom: 50px;
  }
}
.scope-smm .top-sustainability-bg {
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/common/img/pages/top/bg_dot_pc.png) left top/6px 6px repeat, url(/common/img/pages/top/bg_sustainability.jpg) center/cover no-repeat;
  z-index: -1;
  will-change: transform;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-sustainability-bg {
    background: url(/common/img/pages/top/bg_dot.png) left top/3px 3px repeat, url(/common/img/pages/top/bg_sustainability.jpg) center/cover no-repeat;
  }
}
.scope-smm .top-sustainability-triangle {
  width: 100%;
  height: 30%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-sustainability-triangle {
    top: -1px;
    height: 10%;
  }
}
.scope-smm .top-about {
  padding-top: 10.450%;
  position: relative;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-about {
    margin-top: 100px;
    padding-top: 70px;
  }
}
.scope-smm .top-steel {
  margin-top: 70%;
  padding-top: 10.210%;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-steel {
    margin-top: 73%;
    padding-top: 70px;
    padding-bottom: 0;
  }
}
.scope-smm .top-lead {
  padding-top: 138px;
  padding-bottom: 138px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-lead {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-lead::before {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 560px;
    background: url(/common/img/pages/top/bg_dot.png) left top/3px 3px repeat, url(/common/img/pages/top/bg_main_sp.jpg) center top/cover no-repeat;
    content: "";
  }
}
.scope-smm .top-lead-section {
  max-width: 1565px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.scope-smm .top-lead-section.is-load {
  transition: opacity 0.4s linear 0.2s, transform 0.4s linear 0.2s;
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-lead-section {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 120px;
    height: calc(100vh - 60px);
    min-height: 500px;
  }
}
.scope-smm .top-safety {
  padding-top: 350px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-safety {
    padding-top: 90px;
    padding-bottom: 0;
    margin-top: 50px;
  }
}
.scope-smm .top-safety-images {
  display: flex;
  position: absolute;
  top: 0;
  right: -133px;
  z-index: -1;
}
@media screen and (max-width: 1664px) {
  .scope-smm .top-safety-images {
    right: -100px;
  }
}
@media screen and (max-width: 1380px) {
  .scope-smm .top-safety-images {
    right: -70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-safety-images {
    margin-top: 30px;
    position: static;
    right: auto;
    justify-content: flex-end;
    transform: translateX(20px);
  }
}
.scope-smm .top-safety-thumbnail {
  width: 256px;
}
@media screen and (max-width: 1664px) {
  .scope-smm .top-safety-thumbnail {
    width: 15vw;
  }
}
@media screen and (max-width: 1380px) {
  .scope-smm .top-safety-thumbnail {
    width: 13vw;
  }
}
@media screen and (max-width: 1098px) {
  .scope-smm .top-safety-thumbnail {
    width: 12vw;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-safety-thumbnail {
    width: calc((100% - 24px) / 3);
  }
}
.scope-smm .top-safety-thumbnail-2 {
  margin-top: 110px;
  margin-right: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-safety-thumbnail-2 {
    margin-top: 47px;
    margin-right: 12px;
    margin-left: 12px;
  }
}
.scope-smm .top-safety-thumbnail-3 {
  margin-top: 155px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-safety-thumbnail-3 {
    margin-top: 70px;
  }
}
.scope-smm .top-contents-banners {
  width: 400px;
  position: absolute;
  top: 273px;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-contents-banners {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .top-contents-banners-layout {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 20px;
  }
}
.scope-smm .top-contents-banners-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-contents-banners-title {
    width: 340px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.scope-smm .top-contents-banners-main {
  padding: 25px 30px 57px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-contents-banners-main {
    width: 340px;
    max-width: 100%;
    background: transparent;
    border-radius: 0;
    margin: 0 auto;
    padding: 10px 0 30px;
  }
}
.scope-smm .top-contents-banners-link {
  display: block;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .scope-smm .top-contents-banners-link:hover {
    opacity: 0.6;
  }
}
.scope-smm .top-contents-banners-image-lazy {
  display: none;
}
.scope-smm .top-contents-banners .bx-wrapper {
  margin-bottom: 32px;
}
.scope-smm .top-contents-banners .bx-wrapper .bx-pager.bx-default-pager a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A5A5A5;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-contents-banners .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
  }
}
.scope-smm .top-contents-banners .bx-wrapper .bx-pager.bx-default-pager a:hover, .scope-smm .top-contents-banners .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #E50012;
}
.scope-smm .top-contents-banners .bx-wrapper .bx-controls-direction a {
  width: 10px;
  height: 21px;
  top: auto;
  bottom: -33px;
  margin-top: 5px;
}
.scope-smm .top-contents-banners .bx-wrapper .bx-prev {
  background: url("/common/img/common/icon/icon_arrow_red_left.svg") center/contain no-repeat;
  left: 0;
}
.scope-smm .top-contents-banners .bx-wrapper .bx-next {
  background: url("/common/img/common/icon/icon_arrow_red_right.svg") center/contain no-repeat;
  right: 0;
}
.scope-smm .top-contents-banners .slick-slider .slick-prev,
.scope-smm .top-contents-banners .slick-slider .slick-next {
  position: absolute;
  outline: 0;
  text-indent: -9999px;
  z-index: 9999;
  width: 10px;
  height: 21px;
  top: auto;
  bottom: -33px;
  margin-top: 5px;
}
.scope-smm .top-contents-banners .slick-slider .slick-prev {
  background: url("/common/img/common/icon/icon_arrow_red_left.svg") center/contain no-repeat;
  left: 0;
}
.scope-smm .top-contents-banners .slick-slider .slick-next {
  background: url("/common/img/common/icon/icon_arrow_red_right.svg") center/contain no-repeat;
  right: 0;
}
.scope-smm .top-contents-banners .slick-slider .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -28px;
  width: 100%;
}
.scope-smm .top-contents-banners .slick-slider .slick-dots li {
  list-style-type: none;
  margin: 0 5px;
  width: 10px;
  height: 10px;
}
.scope-smm .top-contents-banners .slick-slider .slick-dots button {
  position: relative;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
}
.scope-smm .top-contents-banners .slick-slider .slick-dots button::before {
  content: '';
  outline: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A5A5A5;
  position: absolute;
  top: 0;
  left: 0;
}
.scope-smm .top-contents-banners .slick-slider .slick-dots .slick-active button::before {
  background: #E50012;
}
.scope-smm .top-contents-banners .slider-link,
.scope-smm .top-contents-banners .slick-slide:focus {
  outline: none;
}
.scope-smm .top-scroll {
  width: 60px;
  height: 52px;
  margin: auto;
  position: absolute;
  right: 0;
  top: calc(100vh - 107px);
  left: 0;
  color: #FFF;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-scroll {
    top: calc(100vh - 150px);
  }
}
.scope-smm .top-scroll-icon-area {
  position: relative;
}
.scope-smm .top-scroll-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: -10px;
  right: 0;
  left: 0;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}
.scope-smm .top-scroll-en {
  top: calc(100vh - 207px);
}
@media screen and (max-width: 800px) {
  .scope-smm .top-scroll-en {
    top: calc(100vh - 150px);
  }
}
.scope-smm .top-bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.scope-smm .top-bg-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -27%;
  left: 0;
  background-image: url(/common/img/pages/top/bg_dot_pc.png), url(/common/img/pages/top/bg_main.jpg);
  background-repeat: repeat, no-repeat;
  background-position: left top, center top;
  background-size: 6px, cover;
  content: "";
  pointer-events: none;
  z-index: -1;
  will-change: transform;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-bg-main {
    display: none;
    background-size: 3px, cover;
    background-image: url(/common/img/pages/top/bg_dot.png), url(/common/img/pages/top/bg_main.jpg);
  }
}
.scope-smm .top-contact1 {
  width: 400px;
  padding: 15px 40px 10px;
  position: absolute;
  top: 37px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 30px 0 0 30px;
  color: #FFF;
  overflow: hidden;
}
.scope-smm .top-contact1-link {
  display: block;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .scope-smm .top-contact1-link:hover {
    opacity: 0.6;
  }
}
.scope-smm .top-contact1-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E2E2E2;
  border-radius: 11px;
  color: #000;
  font-weight: bold;
}
.scope-smm .top-contact1-heading-sub {
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 10px;
}
.scope-smm .top-contact1-tel {
  margin-top: 7px;
  text-align: center;
}
.scope-smm .top-contact1-tel-inner {
  display: inline-block;
  padding-left: 44px;
  background: url(/common/img/common/icon/tel_free.svg) left 22px/auto 23px no-repeat;
}
.scope-smm .top-contact1-tel-type {
  line-height: 1.25;
  font-size: 1.2rem;
  text-align: left;
}
.scope-smm .top-contact1-tel-number {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
.scope-smm .top-contact1-time {
  font-size: 1.4rem;
  text-align: center;
}
.scope-smm .top-contact2 {
  width: 400px;
  position: absolute;
  top: 189px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 40px 0 0 40px;
  color: #FFF;
  overflow: hidden;
}
.scope-smm .top-contact2-link {
  display: block;
  padding: 10px 66px 10px 74px;
  text-align: center;
}
.scope-smm .top-contact2-link:hover .top-contact2-inner {
  opacity: 0.7;
}
.scope-smm .top-contact2-link:hover::after {
  transform: translate3d(5px, 0, 0);
}
.scope-smm .top-contact2-link::after {
  display: block;
  position: absolute;
  margin: auto;
  width: 9px;
  height: 14px;
  top: 0;
  right: 30px;
  bottom: 0;
  background: url("/common/img/common/icon/icon_arrow_red_right.svg") center/contain no-repeat;
  content: "";
  transition: transform 0.2s;
}
.scope-smm .top-contact2-icon {
  width: 13px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 74px;
}
.scope-smm .top-contact2-icon-tel {
  fill: #FFF;
  width: 13px;
  height: 20px;
}
.scope-smm .top-contact2-inner {
  transition: opacity 0.2s;
}
.scope-smm .top-contact3 {
  color: #FFF;
  position: absolute;
  z-index: 1;
}
.scope-smm .top-contact3-news {
  top: 20px;
  left: 20px;
  background: url(/common/img/common/icon/icon_arrow_white_bottom.svg) center 46px/11.5px 7.2px no-repeat;
}
@media screen and (max-width: 359px) {
  .scope-smm .top-contact3-news {
    left: 10px;
  }
}
.scope-smm .top-contact3-tel {
  top: 20px;
  left: 94px;
}
@media screen and (max-width: 359px) {
  .scope-smm .top-contact3-tel {
    left: 78px;
  }
}
.scope-smm .top-contact3-link {
  display: block;
  width: 62px;
  height: 62px;
  position: relative;
  border: 1px solid;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.16667;
}
.scope-smm .top-contact3-text {
  display: inline-block;
  margin-top: 11px;
}
.scope-smm .top-contact3-icon-area {
  width: 8px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 43px;
  right: 0;
  left: 0;
}
.scope-smm .top-contact3-icon-tel {
  width: 8px;
  height: 12px;
  fill: #FFF;
}
.scope-smm .top-contact3-en .top-contact3-link {
  width: 76px;
  height: 76px;
}
.scope-smm .top-contact3-en .top-contact3-icon-area {
  top: 56px;
}
.scope-smm .top-contact3-tel {
  left: 106px;
}
.scope-smm .top-contact3-news-en .top-contact3-text {
  margin-top: 24px;
}
.scope-smm .top-contact4 {
  width: 191px;
  position: absolute;
  top: 20px;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 40px 0 0 40px;
  color: #FFF;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 359px) {
  .scope-smm .top-contact4 {
    width: 170px;
  }
}
.scope-smm .top-contact4:after {
  display: block;
  width: 9px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  background: url("/common/img/common/icon/icon_arrow_red_right.svg") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 359px) {
  .scope-smm .top-contact4:after {
    right: 8px;
  }
}
.scope-smm .top-contact4-link {
  display: block;
  padding: 10px 0 14px;
}
.scope-smm .top-contact4-text {
  font-size: 1.4rem;
  font-weight: bold;
}
.scope-smm .top-contact4-text-sub {
  margin-top: 8px;
  font-size: 1.2rem;
  font-weight: normal;
}
.scope-smm .top-contents-area {
  position: relative;
  z-index: 1;
  background: #FFF;
}
.scope-smm .top-contents-area::before {
  width: 100%;
  height: 5%;
  position: absolute;
  right: 0;
  bottom: 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #FFF 50.5%) no-repeat top left/100% 100%;
  content: "";
}
@media screen and (max-width: 800px) {
  .scope-smm .top-contents-area::before {
    height: 1.2%;
    bottom: calc(100% - 1px);
  }
}
.scope-smm .top-bg-area2 {
  padding-bottom: 180px;
}
@media screen and (max-width: 800px) {
  .scope-smm .top-bg-area2 {
    padding-top: 80px;
    position: relative;
  }
}
.scope-smm .star-object {
  width: 56.637vw;
  height: 57.778vw;
  position: absolute;
  top: 200px;
  right: 0;
  transform: translateX(100px);
  background: url(/common/img/pages/top/star.png) center/contain no-repeat;
}
@media screen and (max-width: 800px) {
  .scope-smm .star-object {
    width: 70vw;
    height: 70vw;
    min-width: 334px;
    min-height: 334px;
    top: auto;
    bottom: -340px;
    transform: translateX(80px);
  }
}
.scope-smm .service-about {
  padding: 16px 20px;
}
@media screen and (max-width: 800px) {
  .scope-smm .service-about {
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
  }
}
.scope-smm .service-about + .scope-smm .service-about {
  border-top: 1px solid #E2E2E2;
}
.scope-smm .service-about-title {
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 801px) {
  .scope-smm .service-about-title {
    display: none;
  }
}
.scope-smm .about-profile-layout {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .scope-smm .about-profile-layout {
    display: block;
  }
}
.scope-smm .about-profile-main {
  flex: 1;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .scope-smm .about-profile-main {
    margin-top: 30px;
    margin-right: 0;
  }
}
.scope-smm .release-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -39px;
}
@media screen and (max-width: 544px) {
  .scope-smm .release-nav-list {
    margin-left: -20px;
  }
}
.scope-smm .release-nav-item {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: calc((100% / 3) - 39px);
  max-width: calc((100% / 3) - 39px);
  margin-top: 24px;
  margin-left: 39px;
}
@media screen and (max-width: 800px) {
  .scope-smm .release-nav-item {
    flex-basis: calc((100% / 2) - 39px);
    max-width: calc((100% / 2) - 39px);
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .release-nav-item {
    flex-basis: calc((100% / 2) - 20px);
    max-width: calc((100% / 2) - 20px);
    margin-left: 20px;
  }
}
.scope-smm .release-nav2-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -40px;
  list-style: none;
}
.scope-smm .release-nav2-item {
  margin-left: 40px;
}
.scope-smm .release-post-meta-left {
  float: left;
  margin-right: 20px;
  color: #A5A5A5;
}
@media screen and (max-width: 800px) {
  .scope-smm .release-post-meta-left {
    float: none;
  }
}
.scope-smm .release-post-date, .scope-smm .release-post-name, .scope-smm .release-post-subtext {
  text-align: right;
  color: #A5A5A5;
}
.scope-smm .release-post-header {
  margin-top: 20px;
}
.scope-smm .release-post-body {
  margin-top: 50px;
}
.scope-smm .release-post-inquiry {
  margin-top: 70px;
}
@media screen and (max-width: 544px) {
  .scope-smm .about-domestic__row {
    display: flex;
    flex-direction: column-reverse;
  }
  .scope-smm .about-domestic__row .media2-col:last-child {
    margin-top: 0;
  }
  .scope-smm .about-domestic__row--no-image .media2-col {
    margin-top: 0;
  }
  .scope-smm .about-domestic__row--no-image .media2-col-sub-type1 {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .about-overseas__row {
    display: flex;
    flex-direction: column-reverse;
  }
  .scope-smm .about-overseas__row .media2-col:last-child {
    margin-top: 0;
  }
  .scope-smm .about-overseas__row--no-image .media2-col {
    margin-top: 0;
  }
  .scope-smm .about-overseas__row--no-image .media2-col-sub-type1 {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .about-facilities__table tr + tr.is-sp-no-border {
    border: none;
  }
}
.scope-smm .about-facilities__table .table-cell-w220 {
  width: 220px;
}
.scope-smm .products-lead-layout {
  background: #F8F8F8 url(/common/img/pages/products/index/bg_lead.png) right center/671px auto no-repeat;
}
@media screen and (max-width: 1098px) {
  .scope-smm .products-lead-layout {
    background-size: 50% auto;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-lead-layout {
    padding-top: 50px;
    padding-bottom: 32%;
    background-position: right 96%;
    background-size: 90% auto;
  }
}
.scope-smm .products-lead-section {
  padding: 70px 0;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-lead-section {
    padding: 0 0 32px;
  }
}
.scope-smm .products-lead-heading {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: 3.12px;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-lead-heading {
    font-size: 2rem;
    letter-spacing: 2.4px;
    line-height: 1.95;
  }
}
.scope-smm .products-lead-text {
  margin-top: 38px;
  line-height: 2.75;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-lead-text {
    margin-top: 30px;
    line-height: 2.12;
  }
}
.scope-smm .products-archive-body {
  margin-top: 50px;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-archive-body {
    margin-top: 30px;
  }
}
.scope-smm .products-archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}
@media screen and (max-width: 600px) {
  .scope-smm .products-archive-list {
    display: block;
    margin: 0;
  }
}
.scope-smm .products-archive-heading {
  margin-top: 20px;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 5.4px;
  line-height: 1.06;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .scope-smm .products-archive-heading {
    font-size: 3.7rem;
  }
}
.scope-smm .products-archive-footer {
  margin-top: 50px;
}
.scope-smm .products-card {
  width: calc((100% / 2) - 5px);
  margin-top: 5px;
  margin-left: 5px;
  background: #F8F8F8;
}
@media screen and (max-width: 600px) {
  .scope-smm .products-card {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .scope-smm .products-card + .scope-smm .products-card {
    margin-top: 10px;
  }
}
.scope-smm .products-card-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 27px 78px 27px 20px;
  position: relative;
}
@media screen and (max-width: 1664px) {
  .scope-smm .products-card-link {
    padding-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-card-link {
    padding-top: 17px;
    padding-right: 30px;
    padding-bottom: 17px;
  }
}
.scope-smm .products-card-link:hover::after {
  transform: translate3d(5px, 0, 0);
}
.scope-smm .products-card-link::after {
  display: block;
  width: 13px;
  height: 21px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 57px;
  bottom: 0;
  background: url(/common/img/common/icon/icon_arrow_red_right.svg) center/contain no-repeat;
  content: "";
  transition: transform 0.2s;
}
@media screen and (max-width: 1664px) {
  .scope-smm .products-card-link::after {
    right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-card-link::after {
    width: 8px;
    height: 13px;
  }
}
.scope-smm .products-card-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1380px) {
  .scope-smm .products-card-row {
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-card-row {
    align-items: center;
  }
}
.scope-smm .products-card-thumbnail {
  width: 350px;
  margin-right: 30px;
}
@media screen and (max-width: 1664px) {
  .scope-smm .products-card-thumbnail {
    max-width: 40%;
  }
}
@media screen and (max-width: 1380px) {
  .scope-smm .products-card-thumbnail {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-card-thumbnail {
    width: 107px;
    max-width: 107px;
    margin-right: 10px;
  }
}
.scope-smm .products-card-main {
  flex: 1;
}
.scope-smm .products-card-heading {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.25;
}
@media screen and (max-width: 1380px) {
  .scope-smm .products-card-heading {
    font-size: 2.0rem;
    align-items: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-card-heading {
    font-size: 1.6rem;
    font-weight: bold;
  }
}
.scope-smm .products-card-text {
  max-width: 90%;
  margin-top: 20px;
}
@media screen and (max-width: 1380px) {
  .scope-smm .products-card-text {
    margin-top: 14px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-card-text {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .products-submenu {
    padding-top: 100px;
    border-top: 3px solid #E2E2E2;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .scaleup-media {
    overflow: hidden;
    padding: 10% 0;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .scaleup-media-cold {
    padding: 15% 0;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .scaleup-media-image {
    transform: scale(1.4);
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .scaleup-media-image-reduction {
    transform: translateX(10%) scale(1.4);
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .scaleup-media-image-cold {
    transform: translateX(5%) scale(1.5);
  }
}
.scope-smm .duplex-table {
  width: 841px;
  max-width: 100%;
}
.scope-smm .products-tool-dha_hs1 {
  position: relative;
  overflow: hidden;
}
.scope-smm .products-tool-dha_hs1::before, .scope-smm .products-tool-dha_hs1::after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  width: 15%;
  max-width: 213px;
}
.scope-smm .products-tool-dha_hs1::before {
  left: 0;
  background: url(../img/pages/products/tool/dha_hs1/bg_side_left.png) no-repeat left top/100% 100%;
}
.scope-smm .products-tool-dha_hs1::after {
  right: 0;
  background: url(../img/pages/products/tool/dha_hs1/bg_side_right.png) no-repeat left top/100% 100%;
}
.scope-smm .products-tool-dha_hs1-inner {
  position: relative;
  z-index: 1;
}
.scope-smm .products-tool-dha_hs1 .heading-border2, .scope-smm .products-tool-dha_hs1 .entry h2, .scope-smm .entry .products-tool-dha_hs1 h2 {
  border-image: url(../img/pages/products/tool/dha_hs1/bdr_gradation.jpg) 2;
  border-bottom-width: 3px;
}
.scope-smm .products-tool-dha_hs1-heading {
  background-color: #02339A;
}
.scope-smm .products-tool-dha_hs1-heading::before {
  font-size: 1.4em;
  line-height: 1;
  margin-right: .2em;
}
.scope-smm .products-tool-dha_hs1-heading--num1::before {
  content: '1';
}
.scope-smm .products-tool-dha_hs1-heading--num2::before {
  content: '2';
}
.scope-smm .products-tool-dha_hs1-heading--num3::before {
  content: '3';
}
.scope-smm .products-tool-dha_hs1-heading small {
  font-size: .7em;
  margin-left: 1em;
}
.scope-smm .products-tool-dha_hs1-heading2 {
  color: #fff;
  padding: 5px;
  text-align: center;
  background: linear-gradient(to bottom, #b90508 0%, #f6af7f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.scope-smm .products-tool-dha_hs1-media-row {
  align-items: flex-end;
}
.scope-smm .products-tool-dha_hs1-features {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scope-smm .products-tool-dha_hs1-features > a {
  width: 32%;
}
.scope-smm .products-tool-dha_hs1-definition {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.scope-smm .products-tool-dha_hs1-definition dt {
  width: 3em;
}
.scope-smm .products-tool-dha_hs1-definition dd {
  width: calc(100% - 4em);
  text-indent: -1em;
  padding-left: 1em;
}
.scope-smm .products-tool-dha_hs1-definition.has-8 dt {
  width: 8em;
}
.scope-smm .products-tool-dha_hs1-definition.has-8 dd {
  width: calc(100% - 8em);
}
@media screen and (max-width: 800px) {
  .scope-smm .ask-tel .heading-s {
    display: none;
  }
}
.scope-smm .ask-tel-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 800px) {
  .scope-smm .ask-tel-box {
    display: block;
    border: 1px solid #A5A5A5;
  }
}
.scope-smm .ask-tel-image {
  width: 100%;
  max-width: 320px;
  margin-right: 40px;
}
.scope-smm .ask-tel-image img {
  border: 1px solid #E2E2E2;
}
.scope-smm .ask-tel-image.has-multi {
  display: flex;
}
.scope-smm .ask-tel-image.has-multi img {
  flex-grow: 1;
  width: 50%;
  height: 198px;
  object-fit: cover;
}
.scope-smm .ask-tel-image.has-multi img + img {
  border-left: none;
}
@media screen and (max-width: 800px) {
  .scope-smm .ask-tel-image {
    width: 100%;
    max-width: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 10px;
    background: #F8F8F8;
    position: relative;
    cursor: pointer;
  }
  .scope-smm .ask-tel-image::after {
    content: attr(data-title);
    font-size: 1.6rem;
    font-weight: bold;
  }
  .scope-smm .ask-tel-image::before {
    display: block;
    width: 14px;
    height: 9px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    background: url(/common/img/common/icon/icon_arrow_red_bottom.svg) left top/contain no-repeat;
    content: "";
    transition: transform 0.3s;
  }
  .scope-smm .ask-tel-image img {
    width: 72px;
    height: 44px;
    border: none;
    object-fit: cover;
    margin-right: 10px;
  }
  .scope-smm .ask-tel-image.has-multi img {
    flex-grow: 0;
    width: 36px;
    height: 44px;
  }
  .scope-smm .ask-tel-image.has-multi img:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ask-tel-box.is-open .scope-smm .ask-tel-image::before {
    transform: rotate(180deg);
  }
}
.scope-smm .ask-tel-main {
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  .scope-smm .ask-tel-main {
    overflow: hidden;
    padding: 0;
    height: 0;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ask-tel-box.is-open .scope-smm .ask-tel-main {
    padding: 30px 20px;
    height: auto;
  }
}
.scope-smm .ask-tel-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.scope-smm .ask-tel-row + .scope-smm .ask-tel-row {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 1098px) {
  .scope-smm .ask-tel-row {
    display: block;
  }
}
.scope-smm .ask-tel-row.has-empty .scope-smm .ask-tel-col {
  flex-grow: 0;
  margin-right: 2em;
}
@media screen and (max-width: 1098px) {
  .scope-smm .ask-tel-row.has-empty .scope-smm .ask-tel-col {
    margin-right: 0;
  }
  .scope-smm .ask-tel-row.has-empty .scope-smm .ask-tel-col:not(:first-child) {
    padding-top: 0;
    margin-top: 10px;
    padding-left: 8em;
    border-top: none;
  }
}
.scope-smm .ask-tel-col {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1098px) {
  .scope-smm .ask-tel-col + .scope-smm .ask-tel-col {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #E2E2E2;
  }
}
.scope-smm .ask-tel-label {
  flex-shrink: 0;
  margin-right: 1em;
  white-space: nowrap;
  min-width: 6em;
}
.scope-smm .align-left {
  text-align: left;
}
.scope-smm .align-right {
  text-align: right;
}
.scope-smm .align-center {
  text-align: center;
}
.scope-smm .align-justify {
  text-align: justify;
}
.scope-smm .align-justify-center {
  justify-content: center;
}
.scope-smm .align-item-center {
  align-items: center;
}
.scope-smm .align-item-end {
  align-items: flex-end;
}
@media screen and (min-width: 801px) {
  .scope-smm .align-pc-left {
    text-align: left;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .align-pc-right {
    text-align: right;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .align-pc-center {
    text-align: center;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .align-pc-justify {
    text-align: justify;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .align-sp-left {
    text-align: left;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .align-sp-right {
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .align-sp-center {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .align-sp-justify {
    text-align: justify;
  }
}
.scope-smm .bg-gray-thin {
  background-color: #F8F8F8 !important;
}
.scope-smm .bg-gray-light {
  background-color: #E2E2E2 !important;
}
.scope-smm .bg-gray {
  background-color: #A5A5A5 !important;
}
.scope-smm .bg-gray-dark {
  background-color: #313131 !important;
}
.scope-smm .bg-red {
  background-color: #E50012 !important;
}
.scope-smm .bg-red-light {
  background-color: #FF9999 !important;
}
.scope-smm .bg-pink {
  background-color: #FEE5E6 !important;
}
.scope-smm .bg-yellow {
  background-color: #ffff99 !important;
}
.scope-smm .bg-yellow-2 {
  background-color: #F4D670 !important;
}
.scope-smm .bg-blue {
  background-color: #BBE3F9 !important;
}
.scope-smm .bg-blue-2 {
  background-color: #85CFF4 !important;
}
.scope-smm .bg-green {
  background-color: #CBE4B9 !important;
}
.scope-smm .bg-purple {
  background-color: #F5E5FE !important;
}
.scope-smm .bg-orange {
  background-color: #FFEBCC !important;
}
.scope-smm .color-main {
  color: #E50012;
}
.scope-smm .color-gray-mid {
  color: #898989;
}
.scope-smm .display-none {
  display: none;
}
@media screen and (min-width: 801px) {
  .scope-smm .display-pc-none {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .display-sp-none {
    display: none;
  }
}
@media screen and (max-width: 1098px) {
  .scope-smm .display-l-none {
    display: none;
  }
}
@media screen and (max-width: 544px) {
  .scope-smm .display-s-none {
    display: none;
  }
}
.scope-smm .display-inline-block {
  display: inline-block;
}
@media screen and (min-width: 801px) {
  .scope-smm .display-pc-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .display-sp-inline-block {
    display: inline-block;
  }
}
.scope-smm .font-f-roboto {
  font-family: 'Roboto', sans-serif;
}
.scope-smm .font-f-mincho {
  font-family: 'Noto Serif JP', serif;
}
.scope-smm .font-f-mincho-cn {
  font-family: 'Noto Serif SC', serif;
}
.scope-smm .font-size-10 {
  font-size: 10px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-10 {
    font-size: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-10 {
    font-size: 10px;
  }
}
.scope-smm .font-size-11 {
  font-size: 11px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-11 {
    font-size: 11px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-11 {
    font-size: 11px;
  }
}
.scope-smm .font-size-12 {
  font-size: 12px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-12 {
    font-size: 12px;
  }
}
.scope-smm .font-size-13 {
  font-size: 13px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-13 {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-13 {
    font-size: 13px;
  }
}
.scope-smm .font-size-14 {
  font-size: 14px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-14 {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-14 {
    font-size: 14px;
  }
}
.scope-smm .font-size-15 {
  font-size: 15px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-15 {
    font-size: 15px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-15 {
    font-size: 15px;
  }
}
.scope-smm .font-size-16 {
  font-size: 16px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-16 {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-16 {
    font-size: 16px;
  }
}
.scope-smm .font-size-17 {
  font-size: 17px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-17 {
    font-size: 17px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-17 {
    font-size: 17px;
  }
}
.scope-smm .font-size-18 {
  font-size: 18px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-18 {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-18 {
    font-size: 18px;
  }
}
.scope-smm .font-size-19 {
  font-size: 19px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-19 {
    font-size: 19px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-19 {
    font-size: 19px;
  }
}
.scope-smm .font-size-20 {
  font-size: 20px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-20 {
    font-size: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-20 {
    font-size: 20px;
  }
}
.scope-smm .font-size-21 {
  font-size: 21px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-21 {
    font-size: 21px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-21 {
    font-size: 21px;
  }
}
.scope-smm .font-size-22 {
  font-size: 22px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-22 {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-22 {
    font-size: 22px;
  }
}
.scope-smm .font-size-23 {
  font-size: 23px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-23 {
    font-size: 23px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-23 {
    font-size: 23px;
  }
}
.scope-smm .font-size-24 {
  font-size: 24px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-24 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-24 {
    font-size: 24px;
  }
}
.scope-smm .font-size-25 {
  font-size: 25px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-25 {
    font-size: 25px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-25 {
    font-size: 25px;
  }
}
.scope-smm .font-size-26 {
  font-size: 26px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-26 {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-26 {
    font-size: 26px;
  }
}
.scope-smm .font-size-27 {
  font-size: 27px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-27 {
    font-size: 27px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-27 {
    font-size: 27px;
  }
}
.scope-smm .font-size-28 {
  font-size: 28px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-28 {
    font-size: 28px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-28 {
    font-size: 28px;
  }
}
.scope-smm .font-size-29 {
  font-size: 29px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-29 {
    font-size: 29px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-29 {
    font-size: 29px;
  }
}
.scope-smm .font-size-30 {
  font-size: 30px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-30 {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-30 {
    font-size: 30px;
  }
}
.scope-smm .font-size-31 {
  font-size: 31px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-31 {
    font-size: 31px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-31 {
    font-size: 31px;
  }
}
.scope-smm .font-size-32 {
  font-size: 32px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-32 {
    font-size: 32px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-32 {
    font-size: 32px;
  }
}
.scope-smm .font-size-33 {
  font-size: 33px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-33 {
    font-size: 33px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-33 {
    font-size: 33px;
  }
}
.scope-smm .font-size-34 {
  font-size: 34px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-34 {
    font-size: 34px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-34 {
    font-size: 34px;
  }
}
.scope-smm .font-size-35 {
  font-size: 35px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-35 {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-35 {
    font-size: 35px;
  }
}
.scope-smm .font-size-36 {
  font-size: 36px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-36 {
    font-size: 36px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-36 {
    font-size: 36px;
  }
}
.scope-smm .font-size-37 {
  font-size: 37px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-37 {
    font-size: 37px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-37 {
    font-size: 37px;
  }
}
.scope-smm .font-size-38 {
  font-size: 38px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-38 {
    font-size: 38px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-38 {
    font-size: 38px;
  }
}
.scope-smm .font-size-39 {
  font-size: 39px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-39 {
    font-size: 39px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-39 {
    font-size: 39px;
  }
}
.scope-smm .font-size-40 {
  font-size: 40px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-40 {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-40 {
    font-size: 40px;
  }
}
.scope-smm .font-size-41 {
  font-size: 41px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-41 {
    font-size: 41px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-41 {
    font-size: 41px;
  }
}
.scope-smm .font-size-42 {
  font-size: 42px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-42 {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-42 {
    font-size: 42px;
  }
}
.scope-smm .font-size-43 {
  font-size: 43px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-43 {
    font-size: 43px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-43 {
    font-size: 43px;
  }
}
.scope-smm .font-size-44 {
  font-size: 44px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-44 {
    font-size: 44px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-44 {
    font-size: 44px;
  }
}
.scope-smm .font-size-45 {
  font-size: 45px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-45 {
    font-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-45 {
    font-size: 45px;
  }
}
.scope-smm .font-size-46 {
  font-size: 46px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-46 {
    font-size: 46px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-46 {
    font-size: 46px;
  }
}
.scope-smm .font-size-47 {
  font-size: 47px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-47 {
    font-size: 47px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-47 {
    font-size: 47px;
  }
}
.scope-smm .font-size-48 {
  font-size: 48px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-48 {
    font-size: 48px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-48 {
    font-size: 48px;
  }
}
.scope-smm .font-size-49 {
  font-size: 49px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-49 {
    font-size: 49px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-49 {
    font-size: 49px;
  }
}
.scope-smm .font-size-50 {
  font-size: 50px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-50 {
    font-size: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-50 {
    font-size: 50px;
  }
}
.scope-smm .font-size-51 {
  font-size: 51px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-51 {
    font-size: 51px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-51 {
    font-size: 51px;
  }
}
.scope-smm .font-size-52 {
  font-size: 52px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-52 {
    font-size: 52px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-52 {
    font-size: 52px;
  }
}
.scope-smm .font-size-53 {
  font-size: 53px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-53 {
    font-size: 53px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-53 {
    font-size: 53px;
  }
}
.scope-smm .font-size-54 {
  font-size: 54px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-54 {
    font-size: 54px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-54 {
    font-size: 54px;
  }
}
.scope-smm .font-size-55 {
  font-size: 55px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-55 {
    font-size: 55px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-55 {
    font-size: 55px;
  }
}
.scope-smm .font-size-56 {
  font-size: 56px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-56 {
    font-size: 56px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-56 {
    font-size: 56px;
  }
}
.scope-smm .font-size-57 {
  font-size: 57px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-57 {
    font-size: 57px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-57 {
    font-size: 57px;
  }
}
.scope-smm .font-size-58 {
  font-size: 58px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-58 {
    font-size: 58px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-58 {
    font-size: 58px;
  }
}
.scope-smm .font-size-59 {
  font-size: 59px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-59 {
    font-size: 59px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-59 {
    font-size: 59px;
  }
}
.scope-smm .font-size-60 {
  font-size: 60px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-60 {
    font-size: 60px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-60 {
    font-size: 60px;
  }
}
.scope-smm .font-size-61 {
  font-size: 61px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-61 {
    font-size: 61px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-61 {
    font-size: 61px;
  }
}
.scope-smm .font-size-62 {
  font-size: 62px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-62 {
    font-size: 62px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-62 {
    font-size: 62px;
  }
}
.scope-smm .font-size-63 {
  font-size: 63px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-63 {
    font-size: 63px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-63 {
    font-size: 63px;
  }
}
.scope-smm .font-size-64 {
  font-size: 64px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-64 {
    font-size: 64px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-64 {
    font-size: 64px;
  }
}
.scope-smm .font-size-65 {
  font-size: 65px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-65 {
    font-size: 65px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-65 {
    font-size: 65px;
  }
}
.scope-smm .font-size-66 {
  font-size: 66px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-66 {
    font-size: 66px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-66 {
    font-size: 66px;
  }
}
.scope-smm .font-size-67 {
  font-size: 67px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-67 {
    font-size: 67px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-67 {
    font-size: 67px;
  }
}
.scope-smm .font-size-68 {
  font-size: 68px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-68 {
    font-size: 68px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-68 {
    font-size: 68px;
  }
}
.scope-smm .font-size-69 {
  font-size: 69px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-69 {
    font-size: 69px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-69 {
    font-size: 69px;
  }
}
.scope-smm .font-size-70 {
  font-size: 70px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-70 {
    font-size: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-70 {
    font-size: 70px;
  }
}
.scope-smm .font-size-71 {
  font-size: 71px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-71 {
    font-size: 71px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-71 {
    font-size: 71px;
  }
}
.scope-smm .font-size-72 {
  font-size: 72px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-72 {
    font-size: 72px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-72 {
    font-size: 72px;
  }
}
.scope-smm .font-size-73 {
  font-size: 73px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-73 {
    font-size: 73px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-73 {
    font-size: 73px;
  }
}
.scope-smm .font-size-74 {
  font-size: 74px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-74 {
    font-size: 74px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-74 {
    font-size: 74px;
  }
}
.scope-smm .font-size-75 {
  font-size: 75px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-75 {
    font-size: 75px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-75 {
    font-size: 75px;
  }
}
.scope-smm .font-size-76 {
  font-size: 76px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-76 {
    font-size: 76px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-76 {
    font-size: 76px;
  }
}
.scope-smm .font-size-77 {
  font-size: 77px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-77 {
    font-size: 77px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-77 {
    font-size: 77px;
  }
}
.scope-smm .font-size-78 {
  font-size: 78px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-78 {
    font-size: 78px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-78 {
    font-size: 78px;
  }
}
.scope-smm .font-size-79 {
  font-size: 79px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-79 {
    font-size: 79px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-79 {
    font-size: 79px;
  }
}
.scope-smm .font-size-80 {
  font-size: 80px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-80 {
    font-size: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-80 {
    font-size: 80px;
  }
}
.scope-smm .font-size-81 {
  font-size: 81px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-81 {
    font-size: 81px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-81 {
    font-size: 81px;
  }
}
.scope-smm .font-size-82 {
  font-size: 82px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-82 {
    font-size: 82px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-82 {
    font-size: 82px;
  }
}
.scope-smm .font-size-83 {
  font-size: 83px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-83 {
    font-size: 83px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-83 {
    font-size: 83px;
  }
}
.scope-smm .font-size-84 {
  font-size: 84px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-84 {
    font-size: 84px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-84 {
    font-size: 84px;
  }
}
.scope-smm .font-size-85 {
  font-size: 85px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-85 {
    font-size: 85px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-85 {
    font-size: 85px;
  }
}
.scope-smm .font-size-86 {
  font-size: 86px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-86 {
    font-size: 86px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-86 {
    font-size: 86px;
  }
}
.scope-smm .font-size-87 {
  font-size: 87px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-87 {
    font-size: 87px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-87 {
    font-size: 87px;
  }
}
.scope-smm .font-size-88 {
  font-size: 88px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-88 {
    font-size: 88px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-88 {
    font-size: 88px;
  }
}
.scope-smm .font-size-89 {
  font-size: 89px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-89 {
    font-size: 89px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-89 {
    font-size: 89px;
  }
}
.scope-smm .font-size-90 {
  font-size: 90px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-90 {
    font-size: 90px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-90 {
    font-size: 90px;
  }
}
.scope-smm .font-size-91 {
  font-size: 91px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-91 {
    font-size: 91px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-91 {
    font-size: 91px;
  }
}
.scope-smm .font-size-92 {
  font-size: 92px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-92 {
    font-size: 92px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-92 {
    font-size: 92px;
  }
}
.scope-smm .font-size-93 {
  font-size: 93px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-93 {
    font-size: 93px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-93 {
    font-size: 93px;
  }
}
.scope-smm .font-size-94 {
  font-size: 94px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-94 {
    font-size: 94px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-94 {
    font-size: 94px;
  }
}
.scope-smm .font-size-95 {
  font-size: 95px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-95 {
    font-size: 95px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-95 {
    font-size: 95px;
  }
}
.scope-smm .font-size-96 {
  font-size: 96px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-96 {
    font-size: 96px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-96 {
    font-size: 96px;
  }
}
.scope-smm .font-size-97 {
  font-size: 97px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-97 {
    font-size: 97px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-97 {
    font-size: 97px;
  }
}
.scope-smm .font-size-98 {
  font-size: 98px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-98 {
    font-size: 98px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-98 {
    font-size: 98px;
  }
}
.scope-smm .font-size-99 {
  font-size: 99px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-99 {
    font-size: 99px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-99 {
    font-size: 99px;
  }
}
.scope-smm .font-size-100 {
  font-size: 100px;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-size-pc-100 {
    font-size: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-size-sp-100 {
    font-size: 100px;
  }
}
.scope-smm .font-weight-100 {
  font-weight: 100;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-100 {
    font-weight: 100;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-100 {
    font-weight: 100;
  }
}
.scope-smm .font-weight-200 {
  font-weight: 200;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-200 {
    font-weight: 200;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-200 {
    font-weight: 200;
  }
}
.scope-smm .font-weight-300 {
  font-weight: 300;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-300 {
    font-weight: 300;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-300 {
    font-weight: 300;
  }
}
.scope-smm .font-weight-400 {
  font-weight: 400;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-400 {
    font-weight: 400;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-400 {
    font-weight: 400;
  }
}
.scope-smm .font-weight-500 {
  font-weight: 500;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-500 {
    font-weight: 500;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-500 {
    font-weight: 500;
  }
}
.scope-smm .font-weight-600 {
  font-weight: 600;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-600 {
    font-weight: 600;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-600 {
    font-weight: 600;
  }
}
.scope-smm .font-weight-700 {
  font-weight: 700;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-700 {
    font-weight: 700;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-700 {
    font-weight: 700;
  }
}
.scope-smm .font-weight-800 {
  font-weight: 800;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-800 {
    font-weight: 800;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-800 {
    font-weight: 800;
  }
}
.scope-smm .font-weight-900 {
  font-weight: 900;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-900 {
    font-weight: 900;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-900 {
    font-weight: 900;
  }
}
.scope-smm .font-weight-normal {
  font-weight: normal;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-normal {
    font-weight: normal;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-normal {
    font-weight: normal;
  }
}
.scope-smm .font-weight-bold {
  font-weight: bold;
}
@media screen and (min-width: 801px) {
  .scope-smm .font-weight-pc-bold {
    font-weight: bold;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .font-weight-sp-bold {
    font-weight: bold;
  }
}
.scope-smm .m-5 {
  margin: 5px;
}
.scope-smm .mt-5 {
  margin-top: 5px;
}
.scope-smm .mr-5 {
  margin-right: 5px;
}
.scope-smm .mb-5 {
  margin-bottom: 5px;
}
.scope-smm .ml-5 {
  margin-left: 5px;
}
.scope-smm .mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}
.scope-smm .my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-5 {
    margin: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-5 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-5 {
    margin-right: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-5 {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-5 {
    margin-left: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-5 {
    margin: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-5 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-5 {
    margin-right: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-5 {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-5 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-5 {
    margin-right: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-5 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.scope-smm .m-10 {
  margin: 10px;
}
.scope-smm .mt-10 {
  margin-top: 10px;
}
.scope-smm .mr-10 {
  margin-right: 10px;
}
.scope-smm .mb-10 {
  margin-bottom: 10px;
}
.scope-smm .ml-10 {
  margin-left: 10px;
}
.scope-smm .mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}
.scope-smm .my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-10 {
    margin: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-10 {
    margin-top: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-10 {
    margin-right: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-10 {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-10 {
    margin-left: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-10 {
    margin: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-10 {
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-10 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-10 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-10 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-10 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.scope-smm .m-16 {
  margin: 16px;
}
.scope-smm .mt-16 {
  margin-top: 16px;
}
.scope-smm .mr-16 {
  margin-right: 16px;
}
.scope-smm .mb-16 {
  margin-bottom: 16px;
}
.scope-smm .ml-16 {
  margin-left: 16px;
}
.scope-smm .mx-16 {
  margin-right: 16px;
  margin-left: 16px;
}
.scope-smm .my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-16 {
    margin: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-16 {
    margin-top: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-16 {
    margin-right: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-16 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-16 {
    margin-left: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-16 {
    margin: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-16 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-16 {
    margin-right: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-16 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-16 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-16 {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.scope-smm .m-20 {
  margin: 20px;
}
.scope-smm .mt-20 {
  margin-top: 20px;
}
.scope-smm .mr-20 {
  margin-right: 20px;
}
.scope-smm .mb-20 {
  margin-bottom: 20px;
}
.scope-smm .ml-20 {
  margin-left: 20px;
}
.scope-smm .mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}
.scope-smm .my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-20 {
    margin: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-20 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-20 {
    margin-right: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-20 {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-20 {
    margin-left: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-20 {
    margin: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-20 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-20 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-20 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-20 {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.scope-smm .m-24 {
  margin: 24px;
}
.scope-smm .mt-24 {
  margin-top: 24px;
}
.scope-smm .mr-24 {
  margin-right: 24px;
}
.scope-smm .mb-24 {
  margin-bottom: 24px;
}
.scope-smm .ml-24 {
  margin-left: 24px;
}
.scope-smm .mx-24 {
  margin-right: 24px;
  margin-left: 24px;
}
.scope-smm .my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-24 {
    margin: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-24 {
    margin-top: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-24 {
    margin-right: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-24 {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-24 {
    margin-left: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-24 {
    margin: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-24 {
    margin-top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-24 {
    margin-right: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-24 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-24 {
    margin-left: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-24 {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-24 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.scope-smm .m-30 {
  margin: 30px;
}
.scope-smm .mt-30 {
  margin-top: 30px;
}
.scope-smm .mr-30 {
  margin-right: 30px;
}
.scope-smm .mb-30 {
  margin-bottom: 30px;
}
.scope-smm .ml-30 {
  margin-left: 30px;
}
.scope-smm .mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}
.scope-smm .my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-30 {
    margin: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-30 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-30 {
    margin-right: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-30 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-30 {
    margin-left: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-30 {
    margin: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-30 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-30 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-30 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-30 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-30 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.scope-smm .m-40 {
  margin: 40px;
}
.scope-smm .mt-40 {
  margin-top: 40px;
}
.scope-smm .mr-40 {
  margin-right: 40px;
}
.scope-smm .mb-40 {
  margin-bottom: 40px;
}
.scope-smm .ml-40 {
  margin-left: 40px;
}
.scope-smm .mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}
.scope-smm .my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-40 {
    margin: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-40 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-40 {
    margin-right: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-40 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-40 {
    margin-left: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-40 {
    margin: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-40 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-40 {
    margin-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-40 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-40 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-40 {
    margin-right: 40px;
    margin-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.scope-smm .m-50 {
  margin: 50px;
}
.scope-smm .mt-50 {
  margin-top: 50px;
}
.scope-smm .mr-50 {
  margin-right: 50px;
}
.scope-smm .mb-50 {
  margin-bottom: 50px;
}
.scope-smm .ml-50 {
  margin-left: 50px;
}
.scope-smm .mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}
.scope-smm .my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-50 {
    margin: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-50 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-50 {
    margin-right: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-50 {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-50 {
    margin-left: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-50 {
    margin: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-50 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-50 {
    margin-right: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-50 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-50 {
    margin-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-50 {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.scope-smm .m-70 {
  margin: 70px;
}
.scope-smm .mt-70 {
  margin-top: 70px;
}
.scope-smm .mr-70 {
  margin-right: 70px;
}
.scope-smm .mb-70 {
  margin-bottom: 70px;
}
.scope-smm .ml-70 {
  margin-left: 70px;
}
.scope-smm .mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}
.scope-smm .my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-70 {
    margin: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-70 {
    margin-top: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-70 {
    margin-right: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-70 {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-70 {
    margin-left: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-70 {
    margin: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-70 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-70 {
    margin-right: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-70 {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-70 {
    margin-left: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-70 {
    margin-right: 70px;
    margin-left: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.scope-smm .m-80 {
  margin: 80px;
}
.scope-smm .mt-80 {
  margin-top: 80px;
}
.scope-smm .mr-80 {
  margin-right: 80px;
}
.scope-smm .mb-80 {
  margin-bottom: 80px;
}
.scope-smm .ml-80 {
  margin-left: 80px;
}
.scope-smm .mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}
.scope-smm .my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-80 {
    margin: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-80 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-80 {
    margin-right: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-80 {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-80 {
    margin-left: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-80 {
    margin: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-80 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-80 {
    margin-right: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-80 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-80 {
    margin-left: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-80 {
    margin-right: 80px;
    margin-left: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.scope-smm .m-100 {
  margin: 100px;
}
.scope-smm .mt-100 {
  margin-top: 100px;
}
.scope-smm .mr-100 {
  margin-right: 100px;
}
.scope-smm .mb-100 {
  margin-bottom: 100px;
}
.scope-smm .ml-100 {
  margin-left: 100px;
}
.scope-smm .mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}
.scope-smm .my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (min-width: 801px) {
  .scope-smm .m-pc-100 {
    margin: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mt-pc-100 {
    margin-top: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mr-pc-100 {
    margin-right: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mb-pc-100 {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .ml-pc-100 {
    margin-left: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .mx-pc-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .my-pc-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .m-sp-100 {
    margin: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mt-sp-100 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mr-sp-100 {
    margin-right: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mb-sp-100 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .ml-sp-100 {
    margin-left: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .mx-sp-100 {
    margin-right: 100px;
    margin-left: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .my-sp-100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.scope-smm .p-5 {
  padding: 5px;
}
.scope-smm .pt-5 {
  padding-top: 5px;
}
.scope-smm .pr-5 {
  padding-right: 5px;
}
.scope-smm .pb-5 {
  padding-bottom: 5px;
}
.scope-smm .pl-5 {
  padding-left: 5px;
}
.scope-smm .px-5 {
  padding-right: 5px;
  padding-left: 5px;
}
.scope-smm .py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-5 {
    padding: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-5 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-5 {
    padding-right: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-5 {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-5 {
    padding-left: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-5 {
    padding: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-5 {
    padding-top: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-5 {
    padding-right: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-5 {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-5 {
    padding-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-5 {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-5 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.scope-smm .p-10 {
  padding: 10px;
}
.scope-smm .pt-10 {
  padding-top: 10px;
}
.scope-smm .pr-10 {
  padding-right: 10px;
}
.scope-smm .pb-10 {
  padding-bottom: 10px;
}
.scope-smm .pl-10 {
  padding-left: 10px;
}
.scope-smm .px-10 {
  padding-right: 10px;
  padding-left: 10px;
}
.scope-smm .py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-10 {
    padding: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-10 {
    padding-top: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-10 {
    padding-right: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-10 {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-10 {
    padding-left: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-10 {
    padding: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-10 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-10 {
    padding-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-10 {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-10 {
    padding-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-10 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.scope-smm .p-16 {
  padding: 16px;
}
.scope-smm .pt-16 {
  padding-top: 16px;
}
.scope-smm .pr-16 {
  padding-right: 16px;
}
.scope-smm .pb-16 {
  padding-bottom: 16px;
}
.scope-smm .pl-16 {
  padding-left: 16px;
}
.scope-smm .px-16 {
  padding-right: 16px;
  padding-left: 16px;
}
.scope-smm .py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-16 {
    padding: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-16 {
    padding-top: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-16 {
    padding-right: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-16 {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-16 {
    padding-left: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-16 {
    padding: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-16 {
    padding-top: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-16 {
    padding-right: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-16 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-16 {
    padding-left: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-16 {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-16 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.scope-smm .p-20 {
  padding: 20px;
}
.scope-smm .pt-20 {
  padding-top: 20px;
}
.scope-smm .pr-20 {
  padding-right: 20px;
}
.scope-smm .pb-20 {
  padding-bottom: 20px;
}
.scope-smm .pl-20 {
  padding-left: 20px;
}
.scope-smm .px-20 {
  padding-right: 20px;
  padding-left: 20px;
}
.scope-smm .py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-20 {
    padding: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-20 {
    padding-top: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-20 {
    padding-right: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-20 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-20 {
    padding-left: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-20 {
    padding: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-20 {
    padding-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-20 {
    padding-right: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-20 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-20 {
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-20 {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.scope-smm .p-24 {
  padding: 24px;
}
.scope-smm .pt-24 {
  padding-top: 24px;
}
.scope-smm .pr-24 {
  padding-right: 24px;
}
.scope-smm .pb-24 {
  padding-bottom: 24px;
}
.scope-smm .pl-24 {
  padding-left: 24px;
}
.scope-smm .px-24 {
  padding-right: 24px;
  padding-left: 24px;
}
.scope-smm .py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-24 {
    padding: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-24 {
    padding-top: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-24 {
    padding-right: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-24 {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-24 {
    padding-left: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-24 {
    padding: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-24 {
    padding-top: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-24 {
    padding-right: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-24 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-24 {
    padding-left: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-24 {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.scope-smm .p-30 {
  padding: 30px;
}
.scope-smm .pt-30 {
  padding-top: 30px;
}
.scope-smm .pr-30 {
  padding-right: 30px;
}
.scope-smm .pb-30 {
  padding-bottom: 30px;
}
.scope-smm .pl-30 {
  padding-left: 30px;
}
.scope-smm .px-30 {
  padding-right: 30px;
  padding-left: 30px;
}
.scope-smm .py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-30 {
    padding: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-30 {
    padding-top: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-30 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-30 {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-30 {
    padding-left: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-30 {
    padding: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-30 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-30 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-30 {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-30 {
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-30 {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.scope-smm .p-40 {
  padding: 40px;
}
.scope-smm .pt-40 {
  padding-top: 40px;
}
.scope-smm .pr-40 {
  padding-right: 40px;
}
.scope-smm .pb-40 {
  padding-bottom: 40px;
}
.scope-smm .pl-40 {
  padding-left: 40px;
}
.scope-smm .px-40 {
  padding-right: 40px;
  padding-left: 40px;
}
.scope-smm .py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-40 {
    padding: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-40 {
    padding-top: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-40 {
    padding-right: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-40 {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-40 {
    padding-left: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-40 {
    padding: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-40 {
    padding-top: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-40 {
    padding-right: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-40 {
    padding-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-40 {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.scope-smm .p-50 {
  padding: 50px;
}
.scope-smm .pt-50 {
  padding-top: 50px;
}
.scope-smm .pr-50 {
  padding-right: 50px;
}
.scope-smm .pb-50 {
  padding-bottom: 50px;
}
.scope-smm .pl-50 {
  padding-left: 50px;
}
.scope-smm .px-50 {
  padding-right: 50px;
  padding-left: 50px;
}
.scope-smm .py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-50 {
    padding: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-50 {
    padding-top: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-50 {
    padding-right: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-50 {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-50 {
    padding-left: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-50 {
    padding: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-50 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-50 {
    padding-right: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-50 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-50 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.scope-smm .p-70 {
  padding: 70px;
}
.scope-smm .pt-70 {
  padding-top: 70px;
}
.scope-smm .pr-70 {
  padding-right: 70px;
}
.scope-smm .pb-70 {
  padding-bottom: 70px;
}
.scope-smm .pl-70 {
  padding-left: 70px;
}
.scope-smm .px-70 {
  padding-right: 70px;
  padding-left: 70px;
}
.scope-smm .py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-70 {
    padding: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-70 {
    padding-top: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-70 {
    padding-right: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-70 {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-70 {
    padding-left: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-70 {
    padding: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-70 {
    padding-top: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-70 {
    padding-right: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-70 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-70 {
    padding-left: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-70 {
    padding-right: 70px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.scope-smm .p-80 {
  padding: 80px;
}
.scope-smm .pt-80 {
  padding-top: 80px;
}
.scope-smm .pr-80 {
  padding-right: 80px;
}
.scope-smm .pb-80 {
  padding-bottom: 80px;
}
.scope-smm .pl-80 {
  padding-left: 80px;
}
.scope-smm .px-80 {
  padding-right: 80px;
  padding-left: 80px;
}
.scope-smm .py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-80 {
    padding: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-80 {
    padding-top: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-80 {
    padding-right: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-80 {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-80 {
    padding-left: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-80 {
    padding: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-80 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-80 {
    padding-right: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-80 {
    padding-left: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-80 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.scope-smm .p-100 {
  padding: 100px;
}
.scope-smm .pt-100 {
  padding-top: 100px;
}
.scope-smm .pr-100 {
  padding-right: 100px;
}
.scope-smm .pb-100 {
  padding-bottom: 100px;
}
.scope-smm .pl-100 {
  padding-left: 100px;
}
.scope-smm .px-100 {
  padding-right: 100px;
  padding-left: 100px;
}
.scope-smm .py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (min-width: 801px) {
  .scope-smm .p-pc-100 {
    padding: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pt-pc-100 {
    padding-top: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pr-pc-100 {
    padding-right: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pb-pc-100 {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .pl-pc-100 {
    padding-left: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .px-pc-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .py-pc-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .p-sp-100 {
    padding: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pt-sp-100 {
    padding-top: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pr-sp-100 {
    padding-right: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pb-sp-100 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .pl-sp-100 {
    padding-left: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .px-sp-100 {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .py-sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.scope-smm .text-decoration-underline {
  text-decoration: underline;
}
.scope-smm .text-space-0p {
  letter-spacing: 0 !important;
}
.scope-smm .text-vertical-super {
  vertical-align: super;
  font-size: .6em;
  position: relative;
}
.scope-smm .text-vertical-sub {
  vertical-align: sub;
  font-size: .6em;
  bottom: .4em;
  position: relative;
}
.scope-smm .v-align-top {
  vertical-align: top;
}
.scope-smm .v-align-middle {
  vertical-align: middle;
}
.scope-smm .v-align-bottom {
  vertical-align: bottom;
}
@media screen and (min-width: 801px) {
  .scope-smm .v-align-pc-top {
    vertical-align: top;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .v-align-pc-middle {
    vertical-align: middle;
  }
}
@media screen and (min-width: 801px) {
  .scope-smm .v-align-pc-bottom {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .v-align-sp-top {
    vertical-align: top;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .v-align-sp-middle {
    vertical-align: middle;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .v-align-sp-bottom {
    vertical-align: bottom;
  }
}
.scope-smm .width-1p {
  width: 1%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-1p {
    width: 1%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-1p {
    width: 1%;
  }
}
.scope-smm .width-2p {
  width: 2%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-2p {
    width: 2%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-2p {
    width: 2%;
  }
}
.scope-smm .width-3p {
  width: 3%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-3p {
    width: 3%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-3p {
    width: 3%;
  }
}
.scope-smm .width-4p {
  width: 4%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-4p {
    width: 4%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-4p {
    width: 4%;
  }
}
.scope-smm .width-5p {
  width: 5%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-5p {
    width: 5%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-5p {
    width: 5%;
  }
}
.scope-smm .width-6p {
  width: 6%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-6p {
    width: 6%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-6p {
    width: 6%;
  }
}
.scope-smm .width-7p {
  width: 7%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-7p {
    width: 7%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-7p {
    width: 7%;
  }
}
.scope-smm .width-8p {
  width: 8%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-8p {
    width: 8%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-8p {
    width: 8%;
  }
}
.scope-smm .width-9p {
  width: 9%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-9p {
    width: 9%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-9p {
    width: 9%;
  }
}
.scope-smm .width-10p {
  width: 10%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-10p {
    width: 10%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-10p {
    width: 10%;
  }
}
.scope-smm .width-11p {
  width: 11%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-11p {
    width: 11%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-11p {
    width: 11%;
  }
}
.scope-smm .width-12p {
  width: 12%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-12p {
    width: 12%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-12p {
    width: 12%;
  }
}
.scope-smm .width-13p {
  width: 13%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-13p {
    width: 13%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-13p {
    width: 13%;
  }
}
.scope-smm .width-14p {
  width: 14%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-14p {
    width: 14%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-14p {
    width: 14%;
  }
}
.scope-smm .width-15p {
  width: 15%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-15p {
    width: 15%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-15p {
    width: 15%;
  }
}
.scope-smm .width-16p {
  width: 16%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-16p {
    width: 16%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-16p {
    width: 16%;
  }
}
.scope-smm .width-17p {
  width: 17%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-17p {
    width: 17%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-17p {
    width: 17%;
  }
}
.scope-smm .width-18p {
  width: 18%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-18p {
    width: 18%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-18p {
    width: 18%;
  }
}
.scope-smm .width-19p {
  width: 19%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-19p {
    width: 19%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-19p {
    width: 19%;
  }
}
.scope-smm .width-20p {
  width: 20%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-20p {
    width: 20%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-20p {
    width: 20%;
  }
}
.scope-smm .width-21p {
  width: 21%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-21p {
    width: 21%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-21p {
    width: 21%;
  }
}
.scope-smm .width-22p {
  width: 22%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-22p {
    width: 22%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-22p {
    width: 22%;
  }
}
.scope-smm .width-23p {
  width: 23%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-23p {
    width: 23%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-23p {
    width: 23%;
  }
}
.scope-smm .width-24p {
  width: 24%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-24p {
    width: 24%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-24p {
    width: 24%;
  }
}
.scope-smm .width-25p {
  width: 25%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-25p {
    width: 25%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-25p {
    width: 25%;
  }
}
.scope-smm .width-26p {
  width: 26%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-26p {
    width: 26%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-26p {
    width: 26%;
  }
}
.scope-smm .width-27p {
  width: 27%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-27p {
    width: 27%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-27p {
    width: 27%;
  }
}
.scope-smm .width-28p {
  width: 28%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-28p {
    width: 28%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-28p {
    width: 28%;
  }
}
.scope-smm .width-29p {
  width: 29%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-29p {
    width: 29%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-29p {
    width: 29%;
  }
}
.scope-smm .width-30p {
  width: 30%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-30p {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-30p {
    width: 30%;
  }
}
.scope-smm .width-31p {
  width: 31%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-31p {
    width: 31%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-31p {
    width: 31%;
  }
}
.scope-smm .width-32p {
  width: 32%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-32p {
    width: 32%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-32p {
    width: 32%;
  }
}
.scope-smm .width-33p {
  width: 33%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-33p {
    width: 33%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-33p {
    width: 33%;
  }
}
.scope-smm .width-34p {
  width: 34%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-34p {
    width: 34%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-34p {
    width: 34%;
  }
}
.scope-smm .width-35p {
  width: 35%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-35p {
    width: 35%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-35p {
    width: 35%;
  }
}
.scope-smm .width-36p {
  width: 36%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-36p {
    width: 36%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-36p {
    width: 36%;
  }
}
.scope-smm .width-37p {
  width: 37%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-37p {
    width: 37%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-37p {
    width: 37%;
  }
}
.scope-smm .width-38p {
  width: 38%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-38p {
    width: 38%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-38p {
    width: 38%;
  }
}
.scope-smm .width-39p {
  width: 39%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-39p {
    width: 39%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-39p {
    width: 39%;
  }
}
.scope-smm .width-40p {
  width: 40%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-40p {
    width: 40%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-40p {
    width: 40%;
  }
}
.scope-smm .width-41p {
  width: 41%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-41p {
    width: 41%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-41p {
    width: 41%;
  }
}
.scope-smm .width-42p {
  width: 42%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-42p {
    width: 42%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-42p {
    width: 42%;
  }
}
.scope-smm .width-43p {
  width: 43%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-43p {
    width: 43%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-43p {
    width: 43%;
  }
}
.scope-smm .width-44p {
  width: 44%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-44p {
    width: 44%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-44p {
    width: 44%;
  }
}
.scope-smm .width-45p {
  width: 45%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-45p {
    width: 45%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-45p {
    width: 45%;
  }
}
.scope-smm .width-46p {
  width: 46%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-46p {
    width: 46%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-46p {
    width: 46%;
  }
}
.scope-smm .width-47p {
  width: 47%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-47p {
    width: 47%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-47p {
    width: 47%;
  }
}
.scope-smm .width-48p {
  width: 48%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-48p {
    width: 48%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-48p {
    width: 48%;
  }
}
.scope-smm .width-49p {
  width: 49%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-49p {
    width: 49%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-49p {
    width: 49%;
  }
}
.scope-smm .width-50p {
  width: 50%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-50p {
    width: 50%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-50p {
    width: 50%;
  }
}
.scope-smm .width-51p {
  width: 51%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-51p {
    width: 51%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-51p {
    width: 51%;
  }
}
.scope-smm .width-52p {
  width: 52%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-52p {
    width: 52%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-52p {
    width: 52%;
  }
}
.scope-smm .width-53p {
  width: 53%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-53p {
    width: 53%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-53p {
    width: 53%;
  }
}
.scope-smm .width-54p {
  width: 54%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-54p {
    width: 54%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-54p {
    width: 54%;
  }
}
.scope-smm .width-55p {
  width: 55%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-55p {
    width: 55%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-55p {
    width: 55%;
  }
}
.scope-smm .width-56p {
  width: 56%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-56p {
    width: 56%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-56p {
    width: 56%;
  }
}
.scope-smm .width-57p {
  width: 57%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-57p {
    width: 57%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-57p {
    width: 57%;
  }
}
.scope-smm .width-58p {
  width: 58%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-58p {
    width: 58%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-58p {
    width: 58%;
  }
}
.scope-smm .width-59p {
  width: 59%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-59p {
    width: 59%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-59p {
    width: 59%;
  }
}
.scope-smm .width-60p {
  width: 60%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-60p {
    width: 60%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-60p {
    width: 60%;
  }
}
.scope-smm .width-61p {
  width: 61%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-61p {
    width: 61%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-61p {
    width: 61%;
  }
}
.scope-smm .width-62p {
  width: 62%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-62p {
    width: 62%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-62p {
    width: 62%;
  }
}
.scope-smm .width-63p {
  width: 63%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-63p {
    width: 63%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-63p {
    width: 63%;
  }
}
.scope-smm .width-64p {
  width: 64%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-64p {
    width: 64%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-64p {
    width: 64%;
  }
}
.scope-smm .width-65p {
  width: 65%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-65p {
    width: 65%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-65p {
    width: 65%;
  }
}
.scope-smm .width-66p {
  width: 66%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-66p {
    width: 66%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-66p {
    width: 66%;
  }
}
.scope-smm .width-67p {
  width: 67%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-67p {
    width: 67%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-67p {
    width: 67%;
  }
}
.scope-smm .width-68p {
  width: 68%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-68p {
    width: 68%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-68p {
    width: 68%;
  }
}
.scope-smm .width-69p {
  width: 69%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-69p {
    width: 69%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-69p {
    width: 69%;
  }
}
.scope-smm .width-70p {
  width: 70%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-70p {
    width: 70%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-70p {
    width: 70%;
  }
}
.scope-smm .width-71p {
  width: 71%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-71p {
    width: 71%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-71p {
    width: 71%;
  }
}
.scope-smm .width-72p {
  width: 72%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-72p {
    width: 72%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-72p {
    width: 72%;
  }
}
.scope-smm .width-73p {
  width: 73%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-73p {
    width: 73%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-73p {
    width: 73%;
  }
}
.scope-smm .width-74p {
  width: 74%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-74p {
    width: 74%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-74p {
    width: 74%;
  }
}
.scope-smm .width-75p {
  width: 75%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-75p {
    width: 75%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-75p {
    width: 75%;
  }
}
.scope-smm .width-76p {
  width: 76%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-76p {
    width: 76%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-76p {
    width: 76%;
  }
}
.scope-smm .width-77p {
  width: 77%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-77p {
    width: 77%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-77p {
    width: 77%;
  }
}
.scope-smm .width-78p {
  width: 78%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-78p {
    width: 78%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-78p {
    width: 78%;
  }
}
.scope-smm .width-79p {
  width: 79%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-79p {
    width: 79%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-79p {
    width: 79%;
  }
}
.scope-smm .width-80p {
  width: 80%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-80p {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-80p {
    width: 80%;
  }
}
.scope-smm .width-81p {
  width: 81%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-81p {
    width: 81%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-81p {
    width: 81%;
  }
}
.scope-smm .width-82p {
  width: 82%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-82p {
    width: 82%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-82p {
    width: 82%;
  }
}
.scope-smm .width-83p {
  width: 83%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-83p {
    width: 83%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-83p {
    width: 83%;
  }
}
.scope-smm .width-84p {
  width: 84%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-84p {
    width: 84%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-84p {
    width: 84%;
  }
}
.scope-smm .width-85p {
  width: 85%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-85p {
    width: 85%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-85p {
    width: 85%;
  }
}
.scope-smm .width-86p {
  width: 86%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-86p {
    width: 86%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-86p {
    width: 86%;
  }
}
.scope-smm .width-87p {
  width: 87%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-87p {
    width: 87%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-87p {
    width: 87%;
  }
}
.scope-smm .width-88p {
  width: 88%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-88p {
    width: 88%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-88p {
    width: 88%;
  }
}
.scope-smm .width-89p {
  width: 89%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-89p {
    width: 89%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-89p {
    width: 89%;
  }
}
.scope-smm .width-90p {
  width: 90%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-90p {
    width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-90p {
    width: 90%;
  }
}
.scope-smm .width-91p {
  width: 91%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-91p {
    width: 91%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-91p {
    width: 91%;
  }
}
.scope-smm .width-92p {
  width: 92%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-92p {
    width: 92%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-92p {
    width: 92%;
  }
}
.scope-smm .width-93p {
  width: 93%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-93p {
    width: 93%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-93p {
    width: 93%;
  }
}
.scope-smm .width-94p {
  width: 94%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-94p {
    width: 94%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-94p {
    width: 94%;
  }
}
.scope-smm .width-95p {
  width: 95%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-95p {
    width: 95%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-95p {
    width: 95%;
  }
}
.scope-smm .width-96p {
  width: 96%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-96p {
    width: 96%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-96p {
    width: 96%;
  }
}
.scope-smm .width-97p {
  width: 97%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-97p {
    width: 97%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-97p {
    width: 97%;
  }
}
.scope-smm .width-98p {
  width: 98%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-98p {
    width: 98%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-98p {
    width: 98%;
  }
}
.scope-smm .width-99p {
  width: 99%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-99p {
    width: 99%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-99p {
    width: 99%;
  }
}
.scope-smm .width-100p {
  width: 100%;
}
@media screen and (min-width: 801px) {
  .scope-smm .width-pc-100p {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .scope-smm .width-sp-100p {
    width: 100%;
  }
}

.search-area {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 10;
}
.search-area.is-load {
  transition: opacity .3s linear 0.2s;
  will-change: opacity;
}
.search-area.is-visible {
  pointer-events: auto;
  transition: opacity .3s;
  opacity: 1;
}
.search-area::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.search-area-main {
  background: #FFF;
  padding: 10px 50px;
  position: relative;
  transform: translate3d(0, -100%, 0);
}
@media screen and (max-width: 1098px) {
  .search-area-main {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.search-area.is-load .search-area-main {
  transition: transform 0.2s ease 0.1s;
  will-change: transform;
}
.search-area.is-visible .search-area-main {
  transform: none;
}
.search-area-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-area-form {
  margin-right: 20px;
}
.search-area-input {
  display: inline-block;
  width: 502px;
  margin-right: 10px;
  border: 0;
  background: #E2E2E2;
  padding: 21px 20px;
  font-size: 1.6rem;
  vertical-align: middle;
}
.search-area-submit {
  width: 100px;
  height: 60px;
  display: inline-block;
  background: #313131;
  color: #FFF;
  text-align: center;
  line-height: 60px;
  vertical-align: middle;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .search-area-submit:hover {
    opacity: 0.6;
  }
}
.search-area-close {
  width: 70px;
  height: 60px;
  position: relative;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: bold;
  transition: opacity 0.2s;
  will-change: opacity;
}
@media screen and (min-width: 801px) {
  .search-area-close:hover {
    opacity: 0.6;
  }
}
.search-area-close:active {
  color: #000;
}
.search-area-close::before, .search-area-close::after {
  display: block;
  width: 24px;
  height: 2px;
  margin: auto;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  background: #000;
  content: "";
}
.search-area-close::before {
  transform: rotate(45deg);
}
.search-area-close::after {
  transform: rotate(-45deg);
}
.search-area-close-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.search-area-close-text {
  margin-bottom: 10px;
}
