@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol, ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  .header-site {
    position: static;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  html,
  body {
    margin: 0;
  }
  @page {
    margin: 0;
    size: 16.5in 25.5in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  line-height: 1;
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  transition: opacity 0.3s ease;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  overflow-y: scroll;
  font-size: 0.14rem;
}

.hidden {
  display: none;
}

.trans {
  opacity: 1;
  transition: opacity 0.26s ease;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.container {
  overflow: hidden;
}

@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
  .container {
    min-width: 1400px;
    padding-top: 104px;
  }
  .container.is-product-list {
    padding-top: 269px;
  }
  .wrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 20vw;
    min-height: 100vh;
  }
  .container {
    min-width: 320px;
    padding-top: 0.69rem;
  }
  .container.is-product-list {
    padding-top: 1.29rem;
  }
  .wrapper {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
  .md {
    display: none !important;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-bottom: 107px;
    padding: 21px 0;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .breadcrumb-common .breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child) {
    margin-right: 12px;
  }
  .breadcrumb-common .breadcrumb-list > li:not(:last-child):after {
    content: "＞";
    margin-left: 3px;
  }
  .breadcrumb-common,
  .breadcrumb-common a {
    font-weight: 300;
    font-size: 0.12rem;
    color: #ababab;
  }
  .breadcrumb-common a {
    text-decoration: none;
  }
  .wf-active .breadcrumb-common {
    opacity: 1;
  }
}
.link-common {
  position: relative;
  border-bottom: 1px solid #8c32f0;
  text-decoration: none;
  color: #8c32f0;
}
.link-common:after {
  content: "";
  border-top: 1px solid #8c32f0;
  border-right: 1px solid #8c32f0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
.link-common:hover {
  border-bottom: none;
}

@media print, (min-width: 768px) {
  .link-common {
    padding: 0 26px 8px 5px;
  }
  .link-common:after {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 5px;
  }
}
@media only screen and (max-width: 767.98px) {
  .link-common {
    padding: 0 0.26rem 0.11rem 0.05rem;
  }
  .link-common:after {
    width: 0.08rem;
    height: 0.08rem;
    margin-top: -0.08rem;
    right: 0.05rem;
  }
}
.button-primary,
.button-default,
.button-secondary,
.button-success {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.button-primary span,
.button-default span,
.button-secondary span,
.button-success span {
  position: relative;
}
.button-primary span:after,
.button-default span:after,
.button-secondary span:after,
.button-success span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
}

.button-default span:after,
.button-secondary span:after,
.button-success span:after {
  background: no-repeat center/100% auto;
}

.button-primary span:after {
  transition: right 0.3s;
}
.button-primary:hover span:after {
  right: -6%;
}

.button-primary {
  color: #8c32f0;
  font-weight: 500;
  background: #fff;
  border: 1px solid #8c32f0;
  font-size: 0.14rem;
}
.button-primary span:after {
  background: url(../img/common/ico_arrow_button.svg) no-repeat center/100% auto;
}
.button-primary.is-small {
  font-size: 0.1rem;
}

@media print, (min-width: 768px) {
  .button-primary {
    width: 173px;
    min-height: 44px;
    padding: 4px 25px 5px 34px;
    border-radius: 25px;
    box-shadow: 0 5px 0 rgba(228, 228, 228, 0.85);
  }
  .button-primary span {
    padding-right: 52px;
  }
  .button-primary span:after {
    width: 37px;
    height: 11px;
    margin-top: -8px;
  }
  .button-primary.is-small {
    width: 120px;
    min-height: 31px;
    border-radius: 21px;
    padding: 4px 15px 4px 24px;
    box-shadow: none;
  }
  .button-primary.is-small span {
    padding-right: 36px;
  }
  .button-primary.is-small span:after {
    width: 26px;
    height: 8px;
    margin-top: -5px;
  }
  .is-firefox .button-primary {
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-primary {
    width: 1.73rem;
    min-height: 0.44rem;
    padding: 0.04rem 0.25rem 0.05rem 0.34rem;
    border-radius: 0.25rem;
    box-shadow: 0 0.05rem 0 rgba(228, 228, 228, 0.85);
  }
  .button-primary span {
    padding-right: 0.52rem;
  }
  .button-primary span:after {
    width: 0.37rem;
    height: 0.11rem;
    margin-top: -0.08rem;
  }
  .button-primary.is-small {
    width: 1.2rem;
    min-height: 0.31rem;
    padding: 0.04rem 0.15rem 0.05rem 0.24rem;
    border-radius: 0.21rem;
    box-shadow: none;
  }
  .button-primary.is-small span {
    padding-right: 0.35rem;
  }
  .button-primary.is-small span:after {
    width: 0.26rem;
    height: 0.08rem;
    margin-top: -0.04rem;
  }
}
.button-default {
  border: 1px solid #8c32f0;
  color: #8c32f0;
  font-size: 0.18rem;
}
.button-default span:after {
  background-image: url(../img/common/ico_arrow_purple.png);
}

@media print, (min-width: 768px) {
  .button-default {
    width: 316px;
    min-height: 76px;
    padding: 9px 35px 14px;
    margin-bottom: 145px;
    border-radius: 10px;
  }
  .button-default span {
    padding-right: 31px;
  }
  .button-default span:after {
    width: 9px;
    height: 15px;
    margin-top: -7px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-default {
    width: 3.16rem;
    min-height: 0.76rem;
    padding: 0.1rem 0.35rem 0.13rem;
    margin-bottom: 1.38rem;
    border-radius: 0.1rem;
  }
  .button-default span {
    padding-right: 0.31rem;
  }
  .button-default span:after {
    width: 0.09rem;
    height: 0.15rem;
    margin-top: -0.07rem;
  }
}
.button-secondary {
  font-size: 0.18rem;
  background: #8c32f0;
  color: #fff;
}
.button-secondary span:after {
  background-image: url(../img/common/ico_arrow_white.png);
}

@media print, (min-width: 768px) {
  .button-secondary {
    width: 316px;
    min-height: 76px;
    border-radius: 10px;
    padding: 9px 10px 14px 33px;
  }
  .button-secondary span {
    padding-right: 60px;
  }
  .button-secondary span:after {
    width: 9px;
    height: 15px;
    margin-top: -6px;
  }
  .is-firefox .button-secondary span:after {
    margin-top: -5px;
  }
  .is-firefox .button-secondary {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-secondary {
    width: 3.16rem;
    min-height: 0.76rem;
    border-radius: 0.1rem;
    padding: 0.1rem 0.1rem 0.13rem 0.35rem;
  }
  .button-secondary span {
    padding-right: 0.6rem;
  }
  .button-secondary span:after {
    width: 0.09rem;
    height: 0.15rem;
    margin-top: -0.06rem;
  }
}
.button-success {
  border: 2px solid #8c32f0;
  color: #8c32f0;
  font-size: 0.16rem;
}
.button-success span:after {
  background-image: url(../img/common/ico_arrow_purple.png);
}

@media print, (min-width: 768px) {
  .button-success {
    width: 230px;
    min-height: 55px;
    padding: 9px 18px 14px 26px;
    border-radius: 10px;
  }
  .button-success span {
    padding-right: 39px;
  }
  .button-success span:after {
    width: 9px;
    height: 15px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-success {
    width: 2.3rem;
    min-height: 0.56rem;
    padding: 0.1rem 0.24rem 0.13rem 0.28rem;
    border-radius: 0.1rem;
  }
  .button-success span {
    padding-right: 0.37rem;
  }
  .button-success span:after {
    width: 0.09rem;
    height: 0.15rem;
    margin-top: -0.06rem;
  }
}
.section-heading-common {
  background: no-repeat center/100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #8c32f0;
  line-height: 1.2857142857;
}
.section-heading-common .heading-title {
  margin: 0;
  position: relative;
  font-weight: 700;
  font-size: 0.28rem;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: center;
}
.section-heading-common .heading-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #8c32f0;
  height: 2px;
}

.wf-active .heading-title {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-heading-common {
    min-height: 272px;
    padding: 10px 20px 22px;
    background-image: url(../img/common/heading_bg.jpg);
  }
  .section-heading-common .heading-title {
    padding-bottom: 30px;
  }
  .section-heading-common .heading-title:after {
    width: 44px;
  }
  .is-mac .section-heading-common .heading-title {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-heading-common {
    min-height: 1.42rem;
    padding: 0.15rem 0.2rem 0.2rem;
    background-image: url(../img/common/sp/heading_bg.jpg);
  }
  .section-heading-common .heading-title {
    padding-bottom: 0.2rem;
  }
  .section-heading-common .heading-title:after {
    width: 0.44rem;
  }
}
.title-primary {
  color: #8c32f0;
  font-size: 0.16rem;
  text-align: center;
  font-weight: 400;
}
.title-primary .title-english {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.3rem;
  display: block;
  position: relative;
}
.title-primary .title-english:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #8c32f0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.title-primary,
.title-default {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .title-primary,
.wf-active .title-default {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .title-primary {
    margin-bottom: 34px;
  }
  .title-primary .title-english {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
  .title-primary .title-english:after {
    width: 44px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary {
    margin-bottom: 0.34rem;
  }
  .title-primary .title-english {
    padding-bottom: 0.12rem;
    margin-bottom: 0.15rem;
  }
  .title-primary .title-english:after {
    width: 0.44rem;
  }
}
.title-default {
  text-align: center;
  border-top: 3px solid #e7e7f3;
  border-bottom: 3px solid #e7e7f3;
  font-weight: 700;
  font-size: 0.18rem;
}

@media print, (min-width: 768px) {
  .title-default {
    padding: 21px 20px 24px;
    margin-bottom: 47px;
  }
  .is-mac .title-default {
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-default {
    padding: 0.2rem 0.2rem 0.24rem;
    margin-bottom: 0.54rem;
  }
}
.social-common {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.social-common .social-link {
  display: block;
  background: no-repeat center/100% auto;
}

@media print, (min-width: 768px) {
  .social-common > li:not(:last-child) {
    margin-right: 24px;
  }
  .social-common .social-link {
    width: 36px;
    height: 36px;
  }
  .social-common .social-link.icon-twitter {
    background-image: url(../img/common/ico_twitter.png);
  }
  .social-common .social-link.icon-instagram {
    background-image: url(../img/common/ico_instagram.png);
  }
  .social-common .social-link.icon-youtube {
    background-image: url(../img/common/ico_youtube.png);
  }
  .social-common .social-link.icon-line {
    background-image: url(../img/common/ico_line.png);
  }
}
@media only screen and (max-width: 767.98px) {
  .social-common {
    padding: 0.33rem 0 0.31rem;
    justify-content: center;
  }
  .social-common > li:not(:last-child) {
    margin-right: 0.48rem;
  }
  .social-common .social-link {
    width: 0.5rem;
    height: 0.5rem;
  }
  .social-common .social-link.icon-twitter {
    background-image: url(../img/common/sp/ico_twitter.png);
  }
  .social-common .social-link.icon-instagram {
    background-image: url(../img/common/sp/ico_instagram.png);
  }
  .social-common .social-link.icon-youtube {
    background-image: url(../img/common/sp/ico_youtube.png);
  }
  .social-common .social-link.icon-line {
    background-image: url(../img/common/sp/ico_line.png);
  }
  .social-common .social-link.icon-twitter-white {
    background-image: url(../img/common/sp/ico_twitter_white.png);
  }
  .social-common .social-link.icon-instagram-white {
    background-image: url(../img/common/sp/ico_instagram_white.png);
  }
  .social-common .social-link.icon-youtube-white {
    background-image: url(../img/common/sp/ico_youtube_white.png);
  }
  .social-common .social-link.icon-line-white {
    background-image: url(../img/common/sp/ico_line_white.png);
  }
}
.policy-common .policy-wrapper {
  border: 1px solid #e7e7f3;
}
.policy-common .policy-inner {
  line-height: 2.1428571429;
  text-align: justify;
  overflow: auto;
}
.policy-common .policy-title {
  text-align: center;
}

@media print, (min-width: 768px) {
  .policy-common {
    margin-bottom: 75px;
  }
  .policy-common .policy-title {
    font-size: 0.18rem;
    margin-bottom: 21px;
  }
  .policy-common .policy-wrapper {
    padding: 22px 0 33px 37px;
  }
  .policy-common .policy-inner {
    font-size: 0.14rem;
    padding-right: 27px;
    max-height: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .policy-common {
    margin-bottom: 0.63rem;
  }
  .policy-common .policy-title {
    font-size: 0.18rem;
    margin-bottom: 0.21rem;
  }
  .policy-common .policy-wrapper {
    padding: 0.22rem 0 0.33rem 0.16rem;
  }
  .policy-common .policy-inner {
    font-size: 0.14rem;
    padding-right: 0.27rem;
    max-height: 3rem;
  }
}
.mCSB_scrollTools {
  background: #e7e7f3;
  opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  background: #8c32f0 !important;
}

@media print, (min-width: 768px) {
  .mCSB_scrollTools {
    width: 9px;
  }
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mCSB_scrollTools {
    width: 0.09rem;
  }
  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 0.09rem;
  }
}
@media print, (min-width: 768px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 56px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mCSB_inside > .mCSB_container {
    margin-right: 0.55rem;
  }
}
.header-site {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
.header-site,
.header-site .header-content {
  background: #8c32f0;
}
.header-site .navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-site .navigation-link,
.header-site .navigation-button {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  display: block;
}
.header-site.is-has-input .header-search {
  opacity: 1;
  visibility: visible;
}

.header-search {
  position: absolute;
  background: #e7e7f3;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: ease 0.35s;
}
.header-search .search-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-search .search-input {
  background: #fff;
  flex: 1;
}
.header-search .search-button,
.header-search .search-input {
  letter-spacing: 0.06em;
  font-size: 0.18rem;
}
.header-search .search-button {
  background: #8c32f0;
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search ::placeholder {
  color: #aeaeae;
}

.header-logo {
  margin: 0;
  position: absolute;
}
.header-logo img {
  width: 100%;
  display: block;
}

.header-navigation .navigation-list {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .header-search {
  display: block;
}
.wf-active .header-navigation .navigation-list {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .header-site {
    min-width: 1400px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  }
  .header-site .header-content,
  .header-site .navigation-list,
  .header-site .navigation-inner,
  .header-site .header-navigation {
    display: flex;
    flex-wrap: wrap;
  }
  .header-content {
    min-height: 104px;
    padding: 10px 36px;
    align-items: center;
    position: relative;
    z-index: 20;
  }
  .header-search {
    padding: 31px 0 30px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  }
  .header-search .search-block {
    width: 920px;
    margin: 0 auto;
  }
  .header-search .search-input,
  .header-search .search-button {
    height: 45px;
    border-radius: 16px;
  }
  .header-search .search-input {
    max-width: 782px;
    padding: 5px 20px 8px;
  }
  .header-search .search-button {
    padding: 5px 5px 8px;
    width: 129px;
  }
  .is-firefox .header-search .search-button, .is-mac.is-chrome .header-search .search-button {
    padding-bottom: 10px;
  }
  .header-logo {
    width: 71px;
    top: 27px;
    left: 36px;
  }
  .header-logo .logo-image {
    display: block;
  }
  .header-navigation {
    max-width: 1300px;
    height: auto !important;
    display: flex !important;
    margin-left: auto;
    padding-left: 110px;
  }
  .header-navigation .navigation-inner {
    min-width: 1093px;
    align-items: center;
    justify-content: space-between;
  }
  .header-navigation .navigation-list:not(.list-button) {
    flex: 1;
  }
  .header-navigation .navigation-list.list-button {
    padding-left: 20px;
  }
  .header-navigation .navigation-list.list-button > li:not(:last-child) {
    margin-right: 15px;
  }
  .header-navigation .navigation-list > li:not(:last-child) {
    margin-right: 25px;
  }
  .header-navigation .navigation-link {
    padding: 5px 1px 8px 2px;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s;
  }
  .header-navigation .navigation-link:hover, .header-navigation .navigation-link.is-active {
    border-color: #fff;
  }
  .header-navigation .navigation-button {
    width: 136px;
    min-height: 34px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 18px;
    letter-spacing: 0.06em;
    position: relative;
  }
  .is-firefox .header-navigation .navigation-button {
    padding-top: 4px;
  }
  .is-firefox .header-navigation .navigation-button, .is-mac.is-safari .header-navigation .navigation-button {
    padding-bottom: 6px;
  }
  .header-navigation .navigation-button.button-search {
    width: 138px;
    min-height: 36px;
    background: #fff;
    color: #8c32f0;
    top: -1px;
  }
  .header-navigation .navigation-button.button-search span {
    padding-right: 27px;
    position: relative;
  }
  .header-navigation .navigation-button.button-search span:after {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url(../img/common/ico_search.svg) no-repeat center/100% auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-site {
    box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.8);
  }
  .header-site .header-content,
  .header-site .logo-image {
    display: flex;
    align-items: center;
  }
  .header-site .social-common {
    background: #8c32f0;
  }
  .header-search {
    padding: 0.34rem 0 0.31rem;
    box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.8);
    font-size: 0.18rem;
  }
  .header-search .search-block {
    width: 4.4rem;
    margin: 0 auto;
  }
  .header-search .search-input,
  .header-search .search-button {
    height: 0.45rem;
    border-radius: 0.16rem;
  }
  .header-search .search-input {
    max-width: 3.19rem;
    padding: 0.06rem 0.2rem 0.1rem;
  }
  .header-search .search-button {
    padding: 0.05rem;
    width: 1.12rem;
  }
  .header-content {
    height: 0.69rem;
    justify-content: center;
  }
  .header-logo {
    width: 0.57rem;
    margin-top: 0.04rem;
  }
  .header-button,
  .header-button span,
  .header-button-search {
    position: absolute;
  }
  .header-button-search {
    width: 0.31rem;
    height: 0.3rem;
    top: 0.19rem;
    left: 0.19rem;
    background: url(../img/common/ico_search_purple.svg) no-repeat center/100% auto;
  }
  .header-button {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.13rem;
    right: 0.18rem;
  }
  .header-button span {
    width: 0.36rem;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -0.18rem;
    background: #e2e2e2;
    transition: ease 0.3s;
  }
  .header-button span:first-child {
    margin-top: -0.13rem;
  }
  .header-button span:last-child {
    margin-top: 0.13rem;
  }
  .header-button.is-active span {
    margin-top: 0;
  }
  .header-button.is-active span:first-child {
    transform: rotate(-45deg);
  }
  .header-button.is-active span:nth-child(2), .header-button.is-active span:last-child {
    transform: rotate(45deg);
  }
  .header-navigation {
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 0.69rem;
    background: #1e1e1e;
    display: none;
    position: fixed;
    z-index: -1;
    overflow-y: scroll;
  }
  .header-navigation .navigation-link,
  .header-navigation .navigation-button {
    color: #fff;
    font-size: 0.18rem;
    padding: 0.26rem 0.3rem 0.25rem;
  }
  .header-navigation .navigation-inner {
    border-top: 1px solid #f0f0f0;
  }
  .header-navigation .navigation-list > li {
    border-bottom: 1px solid #f0f0f0;
  }
}
@media print, (min-width: 768px) {
  .header-navigation .navigation-list.list-button .point {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding-left: 20px;
    position: relative;
  }
  .header-navigation .navigation-list.list-button .point:before {
    content: "P";
    font-size: 12px;
    width: 17px;
    height: 17px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 54%;
    left: 0;
    transform: translateY(-50%);
    padding: 6px 5px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-navigation .navigation-list.list-button .txt {
    font-size: 13px;
    color: #fff;
  }
  .header-navigation .navigation-list.list-button a.txt {
    display: block;
    text-decoration: none;
  }
  .header-navigation .navigation-list.list-button a.txt:hover {
    text-decoration: underline;
  }
  .header-navigation .navigation-list.list-button .navigation-list-item {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-navigation .navigation-list.list-button .navigation-list-item:not(:last-child) {
    margin-right: 40px;
  }
  .header-navigation .navigation-list.list-button .navigation-list-link {
    text-align: center;
    display: block;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon {
    max-width: 40px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon.--cart {
    position: relative;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon.--cart .num {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 25px;
    height: auto;
    background: red;
    border-radius: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: -10px;
    right: -17px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon.--search, .header-navigation .navigation-list.list-button .navigation-list-icon.--mypage {
    cursor: pointer;
  }
  .header-navigation .navigation-list.list-button .navigation-list-icon:hover {
    opacity: 0.6;
  }
  .header-navigation .navigation-list.list-button .navigation-child {
    background: #fff;
    border-radius: 10px;
    width: 196px;
    padding: 24px;
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list .navigation-child__item:not(:first-child) {
    margin-top: 1em;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list .navigation-child__link {
    text-decoration: none;
  }
  .header-navigation .navigation-list.list-button .navigation-child .navigation-child__list .navigation-child__link:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-button-search {
    display: none;
  }
  .header-button {
    right: auto;
    left: 0.18rem;
  }
  .header-button-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    list-style: none;
  }
  .header-button-list .txt {
    font-size: 13px;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .header-button-list .header-button-list-item:not(:first-child) {
    margin-left: 10px;
  }
  .header-button-list .header-button-list-link {
    text-align: center;
    display: block;
  }
  .header-button-list .header-button-list-icon {
    max-width: 25px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }
  .header-button-list .header-button-list-icon.--cart {
    position: relative;
  }
  .header-button-list .header-button-list-icon.--cart .num {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    width: 100%;
    max-width: 20px;
    height: auto;
    background: red;
    border-radius: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    top: -8px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-top {
    border-bottom: 1px solid #f0f0f0;
    padding: 32px 0.3rem;
  }
  .navigation-top .navigation-top__point {
    font-size: 16px;
    color: #fff;
    display: flex;
    margin-bottom: 24px;
    padding-left: 26px;
    position: relative;
  }
  .navigation-top .navigation-top__point:before {
    content: "";
    background: url(../img/common/ico_person.svg) no-repeat center center/contain;
    width: 17px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .navigation-top .navigation-top__buttonList {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item {
    font-size: 16px;
    color: #fff;
    background: #8c32f0;
    flex: 0 0 48%;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item:nth-child(even) {
    margin-left: 4%;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item:nth-child(n+3) {
    margin-top: 4%;
  }
  .navigation-top .navigation-top__buttonList .navigation-top__buttonList__item .navigation-top__buttonList__link {
    color: inherit;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding: 16px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navigation-top .header-search {
    font-size: 0.18rem;
    margin-top: 24px;
    padding: 0;
    background: none;
    box-shadow: none;
    position: relative;
    visibility: visible;
    z-index: auto;
    opacity: 1;
    display: block;
  }
  .navigation-top .header-search .search-block {
    width: 100%;
  }
  .navigation-top .header-search .search-input {
    background: #fff;
    border: 1px solid #8c32f0;
    max-width: 100%;
    height: 0.6rem;
    padding: 0.1rem 0.2rem;
  }
  .navigation-top .header-search .search-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 0.6rem;
    position: absolute;
    right: 0;
    width: 53px;
  }
  .navigation-top .header-search .search-button img {
    max-width: 27px;
  }
}
.footer-site {
  background: #1e1e1e;
}
.footer-site * {
  color: #fff;
}
.footer-site,
.footer-site .footer-link {
  font-weight: 300;
}

.footer-head {
  display: inline-block;
  font-weight: 700;
}

.footer-head,
.footer-link,
.footer-phone,
.footer-privacy {
  text-decoration: none;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-logo {
  display: block;
}
.footer-logo img {
  width: 100%;
}

.footer-privacy {
  position: relative;
}
.footer-privacy:after {
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}

.footer-copyright {
  text-align: center;
  display: block;
  letter-spacing: 0.06em;
  font-size: 0.12rem;
}

@media print, (min-width: 768px) {
  .footer-site {
    padding: 92px 0 38px;
    border-bottom: 17px solid #8c32f0;
  }
  .footer-site,
  .footer-site .footer-link {
    font-size: 0.12rem;
  }
  .footer-logo {
    width: 78px;
    margin-bottom: 41px;
  }
  .footer-navigation {
    margin-bottom: 19px;
    padding-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #969696;
  }
  .footer-column {
    width: 250px;
    padding-right: 10px;
  }
  .footer-column:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 29px;
  }
  .footer-column:nth-child(1) {
    width: 157px;
  }
  .footer-column:nth-child(2) {
    width: 139px;
  }
  .footer-column:nth-child(3) {
    width: 206px;
  }
  .footer-column:nth-child(4) {
    width: 181px;
  }
  .footer-column:nth-child(5) {
    width: 160px;
  }
  .footer-column:nth-child(6) {
    width: 150px;
  }
  .footer-head {
    pointer-events: none;
    margin-bottom: 14px;
    font-size: 0.14rem;
  }
  .footer-list {
    display: block !important;
  }
  .footer-link {
    line-height: 1.5966666667;
  }
  .footer-info {
    margin-bottom: 51px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.52;
  }
  .footer-info .info-left,
  .footer-info .footer-privacy {
    max-width: 50%;
  }
  .footer-social {
    margin: -4px 101px 0 auto;
  }
  .footer-social .footer-head {
    margin-bottom: 17px;
  }
  .footer-phone {
    pointer-events: none;
  }
  .footer-privacy {
    padding-right: 22px;
  }
  .footer-privacy:after {
    width: 7px;
    height: 7px;
    margin-top: -3px;
    right: 3px;
  }
  .footer-expand {
    width: 100%;
    min-width: 1400px;
    position: fixed;
    z-index: 30;
    bottom: 58px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
  }
  .footer-expand.is-show {
    opacity: 1;
    visibility: visible;
  }
  .footer-expand .expand-list {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    margin-right: 128px;
  }
  .footer-expand .expand-list > li:not(:last-child) {
    margin-bottom: 19px;
  }
  .footer-expand .expand-icon {
    width: 24px;
    height: 24px;
    margin-left: auto;
    display: block;
    background: no-repeat center/100% auto;
    pointer-events: auto;
  }
  .footer-expand .expand-icon.icon-twitter {
    background-image: url(../img/common/ico_twitter_small.png);
  }
  .footer-expand .expand-icon.icon-instagram {
    background-image: url(../img/common/ico_instagram_small.png);
  }
  .footer-expand .expand-icon.icon-youtube {
    background-image: url(../img/common/ico_youtube_small.png);
  }
  .footer-expand .expand-icon.icon-line {
    background-image: url(../img/common/ico_line_small.png);
  }
}
@media screen and (max-width: 1000px) {
  .footer-expand {
    margin-right: 128px;
  }
}
@media screen and (max-width: 1000px) {
  .footer-expand {
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.49rem 0 0.37rem;
    border-bottom: 0.3rem solid #8c32f0;
  }
  .footer-site .wrapper {
    padding: 0;
  }
  .footer-logo {
    width: 0.78rem;
    margin: 0 auto 0.31rem;
  }
  .footer-head {
    font-size: 0.16rem;
  }
  .footer-navigation {
    border-top: 1px solid #fff;
  }
  .footer-column,
  .footer-social .social-common {
    border-bottom: 1px solid #fff;
  }
  .footer-list {
    padding: 0.1rem 0;
    display: none;
  }
  .footer-head,
  .footer-link {
    display: block;
  }
  .footer-head {
    padding: 0.29rem 0.5rem 0.28rem 0.3rem;
    position: relative;
    transition: background 0.3s;
  }
  .footer-head.is-active {
    background: #8c32f0;
  }
  .footer-head.is-active .footer-label:before {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }
  .footer-label {
    width: 0.18rem;
    height: 0.18rem;
    right: 0.28rem;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .footer-label, .footer-label:before, .footer-label:after {
    position: absolute;
  }
  .footer-label:before, .footer-label:after {
    content: "";
    top: 50%;
  }
  .footer-label:before {
    width: 2px;
    height: 0.18rem;
    border-left: 2px solid #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    opacity: 1;
  }
  .footer-label:after {
    width: 0.18rem;
    height: 2px;
    border-top: 2px solid #fff;
    transform: translateY(-50%);
    left: 0;
  }
  .footer-link {
    padding: 0.1rem 0.5rem;
  }
  .footer-social .social-common {
    padding: 0.46rem 0 0.52rem;
    margin-bottom: 0.55rem;
  }
  .footer-info {
    margin-bottom: 1.25rem;
    padding: 0 0.35rem;
    font-size: 0.16rem;
  }
  .footer-info .info-left {
    margin-bottom: 0.37rem;
  }
  .footer-privacy {
    padding-right: 0.22rem;
    font-size: 0.12rem;
  }
  .footer-privacy:after {
    width: 0.07rem;
    height: 0.07rem;
    margin-top: -0.03rem;
    right: 0.03rem;
  }
}
@media print, (min-width: 768px) {
  .footer-column:nth-child(7) {
    width: 157px;
  }
  .footer-column:nth-child(8) {
    width: 139px;
  }
}
@media print, (min-width: 768px) {
  .breadcrumb-common {
    margin-bottom: 120px;
  }
}
.section-contact {
  font-size: 0.16rem;
}
.section-contact .contact-list,
.section-contact .contact-title,
.section-contact .contact-text {
  display: flex;
}
.section-contact .contact-title,
.section-contact .contact-link {
  color: #8c32f0;
}
.section-contact .contact-title,
.section-contact .contact-link,
.section-contact .contact-head {
  font-weight: 700;
}
.section-contact .contact-title,
.section-contact .contact-text {
  justify-content: center;
  align-items: center;
}
.section-contact .contact-title {
  background: #e7e7f3;
}
.section-contact .contact-list {
  flex-wrap: wrap;
}
.section-contact .contact-list,
.section-contact .warranty-list,
.section-contact .case-list,
.section-contact .detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-contact .contact-list.is-tall .contact-link {
  flex-direction: column;
}
.section-contact .contact-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #8c32f0;
  text-align: center;
}
.section-contact .contact-link,
.section-contact .detail-phone {
  text-decoration: none;
}
.section-contact .contact-list,
.section-contact .contact-text,
.section-contact .warranty-list {
  margin: 0;
}
.section-contact .contact-title,
.section-contact .contact-head {
  font-size: 0.18rem;
  line-height: 1.9255555556;
}
.section-contact .contact-head {
  border-bottom: 1px solid #000;
}
.section-contact .contact-head,
.section-contact .contact-info {
  text-align: center;
}
.section-contact .contact-info {
  margin: 0 auto;
}
.section-contact .contact-info {
  line-height: 2.5625;
}
.section-contact .button-default {
  margin-bottom: 0;
  border-width: 2px;
}
.section-contact .contact-warranty,
.section-contact .contact-case,
.section-contact .contact-detail {
  line-height: 1.875;
}
.section-contact .warranty-list > li:before {
  content: "●";
}
.section-contact .warranty-text,
.section-contact .case-text,
.section-contact .contact-detail p {
  margin-bottom: 0;
}
.section-contact .case-list {
  counter-reset: number;
}
.section-contact .case-list > li:before {
  counter-increment: number;
  content: counter(number) ". ";
}
.section-contact .detail-phone {
  color: #000;
  font-weight: 700;
}
.section-contact .detail-list > li:before {
  content: "※";
}
.section-contact .contact-title,
.section-contact .contact-text,
.section-contact .contact-image {
  opacity: 0;
  transition: opacity 0.3s;
}

.wf-active .section-contact .contact-title,
.wf-active .section-contact .contact-text,
.wf-active .section-contact .contact-image {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-contact {
    padding-bottom: 136px;
  }
  .is-mac .section-contact .contact-title,
  .is-mac .section-contact .contact-link,
  .is-mac .section-contact .contact-head,
  .is-mac .section-contact .detail-phone {
    font-weight: 500;
  }
  .section-contact .contact-service {
    margin-bottom: 76px;
  }
  .section-contact .contact-customer {
    margin-bottom: 150px;
  }
  .section-contact .contact-title {
    min-height: 73px;
    padding: 10px 10px 13px;
    margin-bottom: 35px;
  }
  .section-contact .contact-item {
    width: 232px;
    margin-bottom: 24px;
  }
  .section-contact .contact-item:not(:nth-child(4n)) {
    margin-right: 24px;
  }
  .section-contact .contact-image {
    width: 78px;
    margin-bottom: 6px;
  }
  .section-contact .contact-link {
    min-height: 123px;
    padding: 5px 10px;
    border-radius: 12px;
    box-shadow: 6px 5px 0 -2px rgba(228, 228, 228, 0.75);
    line-height: 1.75;
  }
  .section-contact .contact-text {
    min-height: 56px;
  }
  .section-contact .contact-list.is-tall .contact-link {
    min-height: 181px;
  }
  .section-contact .contact-support {
    margin-bottom: 91px;
  }
  .section-contact .contact-support .contact-title {
    margin-bottom: 59px;
  }
  .section-contact .support-row:not(:last-child) {
    margin-bottom: 120px;
  }
  .section-contact .contact-head {
    margin-bottom: 26px;
    padding-bottom: 19px;
    border-bottom: 3px solid #e7e7f3;
  }
  .section-contact .contact-info {
    width: 590px;
    margin-bottom: 32px;
  }
  .section-contact .contact-info p {
    margin-bottom: 49px;
  }
  .section-contact .button-default {
    padding-right: 12px;
  }
  .section-contact .button-default span {
    padding-right: 58px;
  }
  .section-contact .contact-warranty {
    margin-bottom: 30px;
  }
  .section-contact .contact-case {
    margin-bottom: 80px;
  }
  .section-contact .case-list {
    margin-bottom: 78px;
  }
  .section-contact .button-secondary {
    padding-left: 27px;
  }
  .section-contact .button-secondary span {
    padding-right: 31px;
  }
  .is-firefox .section-contact .button-secondary span:after {
    margin-top: -5px;
  }
  .section-contact .button-secondary.is-small {
    padding-left: 18px;
    padding-right: 25px;
  }
  .section-contact .button-secondary.is-small span {
    padding-right: 19px;
  }
  .section-contact .contact-detail {
    margin-bottom: 161px;
  }
  .section-contact .detail-list:not(:last-child),
  .section-contact .detail-info:not(:last-child),
  .section-contact .detail-text:not(:last-child) {
    margin-bottom: 30px;
  }
  .section-contact .detail-phone {
    pointer-events: none;
  }
  .section-contact .policy-wrapper {
    padding-left: 39px;
    padding-bottom: 29px;
  }
  .section-contact .policy-inner {
    max-height: 476px;
    padding-right: 31px;
  }
  .section-contact .mCSB_inside > .mCSB_container {
    margin-right: 61px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-contact {
    padding: 0.62rem 0 1.08rem;
  }
  .section-contact .contact-service {
    margin-bottom: 0.57rem;
  }
  .section-contact .contact-customer {
    margin-bottom: 1.28rem;
  }
  .section-contact .contact-title {
    min-height: 0.73rem;
    padding: 0.1rem 0.1rem 0.13rem;
    margin-bottom: 0.22rem;
  }
  .section-contact .contact-item {
    width: 50%;
    margin-bottom: 0.13rem;
  }
  .section-contact .contact-item:not(:nth-child(2n)) {
    padding-right: 0.06rem;
  }
  .section-contact .contact-item:nth-child(2n) {
    padding-left: 0.06rem;
  }
  .section-contact .contact-image {
    width: 0.71rem;
    margin-bottom: 0.05rem;
  }
  .section-contact .contact-link {
    min-height: 1.14rem;
    padding: 0.05rem 0.05rem 0.08rem;
    border-radius: 0.12rem;
    box-shadow: 0 0.08rem 0 -0.02rem rgba(228, 228, 228, 0.75);
    line-height: 1.625;
  }
  .section-contact .contact-text {
    min-height: 0.52rem;
  }
  .section-contact .contact-list.is-tall .contact-item {
    margin-bottom: 0.16rem;
  }
  .section-contact .contact-list.is-tall .contact-link {
    min-height: 1.67rem;
  }
  .section-contact .contact-support {
    margin-bottom: 0.72rem;
  }
  .section-contact .contact-support .contact-title {
    margin-bottom: 0.45rem;
  }
  .section-contact .support-row:not(:last-child) {
    margin-bottom: 0.93rem;
  }
  .section-contact .contact-head {
    margin-bottom: 0.26rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.03rem solid #e7e7f3;
  }
  .section-contact .contact-info {
    margin-bottom: 0.42rem;
  }
  .section-contact .contact-info p {
    margin-bottom: 0.49rem;
  }
  .section-contact .button-default {
    padding-right: 0.12rem;
  }
  .section-contact .button-default span {
    padding-right: 0.58rem;
  }
  .section-contact .contact-warranty {
    margin-bottom: 0.3rem;
  }
  .section-contact .contact-case {
    margin-bottom: 0.86rem;
  }
  .section-contact .case-list {
    margin-bottom: 1.12rem;
  }
  .section-contact .button-secondary {
    padding-left: 0.2rem;
  }
  .section-contact .button-secondary span {
    padding-right: 0.22rem;
  }
  .section-contact .button-secondary.is-small {
    padding-left: 0.11rem;
    padding-right: 0.15rem;
  }
  .section-contact .button-secondary.is-small span {
    padding-right: 0.19rem;
  }
  .section-contact .contact-detail {
    margin-bottom: 1.1rem;
  }
  .section-contact .detail-list:not(:last-child),
  .section-contact .detail-info:not(:last-child),
  .section-contact .detail-text:not(:last-child) {
    margin-bottom: 0.3rem;
  }
  .section-contact .policy-wrapper {
    padding-left: 0.23rem;
    padding-bottom: 0.29rem;
  }
  .section-contact .policy-inner {
    max-height: 4.85rem;
    padding-right: 0.31rem;
    text-align: left;
  }
  .section-contact .mCSB_inside > .mCSB_container {
    margin-right: 0.39rem;
  }
}
