@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

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

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
}

ol,
ul {
  list-style: none;
}

select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: underline; 
  color: #00f;
}
a:hover {
  text-decoration: none; 
  color: #f00;
}
a:active {
  text-decoration: none; 
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 768.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
html {
  overflow-y: scroll;
}

body {
  position: relative;
}

.content {
  position: relative;
  padding-top: 60px;
  padding-bottom: 190px;
}
@media screen and (max-width: 768px) {
  .content {
    padding-top: 16vw;
    padding-bottom: 5.33333vw;
  }
}
.content.-subhead01 {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .content.-subhead01 {
    padding-top: 16vw;
  }
}
.content.-subhead02 {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .content.-subhead02 {
    padding-top: 31.33333vw;
  }
}
.content.-subhead03 {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .content.-subhead03 {
    padding-top: 32vw;
  }
}

.content.isApp {
  padding-top: 0;
}

/* c-QandA */
.c-QandA {
  margin: 130px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .c-QandA {
    margin-top: 26.66667vw;
    width: 84%;
  }
}
.c-QandA dl {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .c-QandA dl {
    margin-top: 5.33333vw;
  }
}
.c-QandA dl p {
  display: inline-block;
  text-align: justify; 
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-QandA dl p {
    letter-spacing: 0em;
    font-size: 3.2vw;
    line-height: 1.66667;

    -webkit-box-flex: 1;

        -ms-flex: 1 1 0%;

            flex: 1 1 0%;
  }
}
.c-QandA dl a {
  color: #d90000;
}
.c-QandA dl dt,
.c-QandA dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-QandA dl dt:before,
.c-QandA dl dd:before {
  display: inline-block;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px); 
  text-align: center;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-QandA dl dt:before,
  .c-QandA dl dd:before {
    margin-right: 1.86667vw;
    width: 5.6vw;
    height: 5.6vw;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); 
    font-size: 3.2vw;
  }
}
.c-QandA dl dt:before {
  content: "Q";
  background-color: #000;
}
.c-QandA dl dd {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .c-QandA dl dd {
    margin-top: 2.4vw;
  }
}
.c-QandA dl dd + dt {
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .c-QandA dl dd + dt {
    margin-top: 9.06667vw;
  }
}
.c-QandA dl dd:before {
  content: "A";
  background-color: #d90000;
}
.c-QandA ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 47px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-QandA ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; 
    margin-top: 9.6vw;
  }
}
.c-QandA ul li {
  border: 1px solid #d7dbe0; 
  width: 49%;
}
@media screen and (max-width: 768px) {
  .c-QandA ul li {
    width: 100%;
  }
  .c-QandA ul li + li {
    margin-top: 4vw;
  }
}
.c-QandA ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #333;
}
.no-touchevents .c-QandA ul li a:hover img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.c-QandA ul li a > p {
  overflow: hidden;
  width: 178px;
}
@media screen and (max-width: 768px) {
  .c-QandA ul li a > p {
    width: 29.33333vw;
  }
}
.c-QandA ul li a img {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c-QandA ul li a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 30px; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-QandA ul li a > div {
    padding-right: 2vw; 
    padding-left: 3.33333vw;
  }
}
.c-QandA ul li a > div p {
  margin-top: 4px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-QandA ul li a > div p {
    letter-spacing: 0em; 
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}
.c-QandA ul li h4 {
  display: inline-block;
  position: relative;
  padding-right: 16px; 
  letter-spacing: 0.04em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-QandA ul li h4 {
    padding-right: 3.73333vw;
    letter-spacing: 0;
    font-size: 3.73333vw;
    line-height: 1.4;

    -webkit-font-feature-settings: "palt";

            font-feature-settings: "palt";
  }
}
.c-QandA ul li h4:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #d90000;
  border-right: 2px solid #d90000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .c-QandA ul li h4:after {
    width: 1.86667vw;
    height: 1.86667vw;
  }
}

.c-QandA_desc,
.c-validation_heading {
  margin-top: 33px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d7dbe0; 
  letter-spacing: 0.14em;
  font-size: 18px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-QandA_desc,
  .c-validation_heading {
    margin-top: 6.93333vw;
    padding-bottom: 1.06667vw;
    font-size: 3.2vw;
  }
}

/* c-products */
.c-products {
  margin: 140px auto 0;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-products {
    margin-top: 26.66667vw;
    width: 84%;
  }
}

.c-products_desc {
  margin-top: 36px;
  font-size: 14px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-products_desc {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.c-products_desc strong {
  display: block;
  margin: 18px 0 10px 0;
  letter-spacing: 0.04em;
  font-size: 24px;
  line-height: 1.33333;
}
.js-displayTime08.c-products_desc strong{
  margin: 8px 0 10px 0;
  color: #d90000;
}

@media screen and (max-width: 768px) {
  .c-products_desc strong {
    margin: 4vw 0 1.06667vw 0;
    letter-spacing: -0.02em;
    font-size: 4.26667vw;
    line-height: 1.3125;
  }
  .js-displayTime08.c-products_desc strong{
    margin: 0.8vw 0 1.06667vw 0;
  }
}

.c-products_desc span {
  display: block;
  color: #8a8a8a;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .c-products_desc span {
    font-size: 2.93333vw;
    line-height: 1.4;
  }
}

.c-products_img {
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .c-products_img {
    margin-top: 7.2vw;
  }
}
.c-products_img + .c-products_desc {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-products_img + .c-products_desc {
    margin-top: 9.6vw;
  }
}

.c-products_menu {
  margin-top: 20px;
  border: 1px solid #f0f2f5;
}
@media screen and (max-width: 768px) {
  .c-products_menu {
    margin-top: 7.2vw;
  }
}
.c-products_menu.-shop {
  margin: 20px auto 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-products_menu.-shop {
    margin-top: 5.33333vw;
    width: 84%;
  }
}
.c-products_menu h4 {
  padding: 8px 0;
  background-color: #f0f2f5;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-products_menu h4 {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
}
.c-products_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 18px 27px 30px; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}

.c-products_menu ul.g-diagnosis_list {
    padding: 0;
}

@media screen and (max-width: 768px) {
  .c-products_menu ul {
    padding: 6.13333vw 4vw;
  }

  .c-products_menu ul.g-diagnosis_list {
    padding: 0 0 20px 0;
  }
}
.c-products_menu ul li > span,
.c-products_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #000; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .c-products_menu ul li > span,
  .c-products_menu ul li a {
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
  }
  .no-touchevents .c-products_menu ul li > span:hover,
  .no-touchevents .c-products_menu ul li a:hover {
    color: #d90000;
  }
  .no-touchevents .c-products_menu ul li > span:hover svg,
  .no-touchevents .c-products_menu ul li a:hover svg {
    fill: #d90000;
  }
}
.c-products_menu ul li > span.is-current,
.c-products_menu ul li a.is-current {
  opacity: 1;
  color: #d90000;
}
.c-products_menu ul li > span.is-current svg,
.c-products_menu ul li a.is-current svg {
  fill: #d90000;
}
.c-products_menu ul li > span {
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .no-touchevents .c-products_menu ul li > span:hover {
    color: #000;
  }
  .no-touchevents .c-products_menu ul li > span.-aq:hover {
    color: inherit;
  }
  .no-touchevents .c-products_menu ul li > span:hover svg {
    fill: #000;
  }
}
.c-products_menu ul li svg {
  width: 47px;
  height: 47px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (max-width: 768px) {
  .c-products_menu ul li svg {
    width: 9.86667vw;
    height: 13.33333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-products_menu ul li:nth-child(1) a,
  .c-products_menu ul li:nth-child(1) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(2) a,
  .c-products_menu ul li:nth-child(2) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(3) a,
  .c-products_menu ul li:nth-child(3) span {
    width: 107px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(4) a,
  .c-products_menu ul li:nth-child(4) span {
    width: 129px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(5) a,
  .c-products_menu ul li:nth-child(5) span {
    width: 105px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(6) a,
  .c-products_menu ul li:nth-child(6) span {
    width: 107px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(7) a,
  .c-products_menu ul li:nth-child(7) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(8) a,
  .c-products_menu ul li:nth-child(8) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(9) a,
  .c-products_menu ul li:nth-child(9) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(10) a,
  .c-products_menu ul li:nth-child(10) span {
    width: 99px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(11) a,
  .c-products_menu ul li:nth-child(11) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(12) a,
  .c-products_menu ul li:nth-child(12) span {
    width: 111px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(13) a,
  .c-products_menu ul li:nth-child(13) span {
    width: 120px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(14) a,
  .c-products_menu ul li:nth-child(14) span {
    width: 117px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(15) a,
  .c-products_menu ul li:nth-child(15) span {
    width: 89px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(16) a,
  .c-products_menu ul li:nth-child(16) span {
    width: 114px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(17) a,
  .c-products_menu ul li:nth-child(17) span {
    width: 100px;
    height: 92px;
  }
  .c-products_menu ul li:nth-child(n+10) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-products_menu ul li {
    width: 33%;
  }
  .c-products_menu ul li:nth-child(n+4) {
    margin-top: 7.46667vw;
  }
  .c-products_menu ul li:nth-child(n+7) {
    margin-top: 5.33333vw;
  }
  .c-products_menu ul li:nth-child(n+10) {
    margin-top: 7.73333vw;
  }
  .c-products_menu ul li:nth-child(n+13) {
    margin-top: 9.06667vw;
  }
  .c-products_menu ul li:nth-child(n+16) {
    margin-top: 7.73333vw;
  }
  .c-products_menu ul li:nth-child(4) p {
    -webkit-transform: translateY(-1.06667vw);
        -ms-transform: translateY(-1.06667vw);
            transform: translateY(-1.06667vw);
  }
}
.c-products_menu ul li p {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-products_menu ul li p {
    font-size: 2.93333vw;
    line-height: 1.09091;
  }
}

.c-products_note {
  margin-top: 9px;
  text-align: left;
  letter-spacing: 0.04em;
  color: #808080;
  font-size: 12px;
  line-height: 1.66667;

  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}


@media screen and (max-width: 768px) {
  .c-products_note {
    margin-top: 4vw;
    padding-left: 2.93333vw;
    text-indent: -2.93333vw;
    letter-spacing: 0.02em; 
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}
.c-products_note li {
  text-align: justify;
}

.c-products_btn .m-btn {
  margin-top: 38px;
}
@media screen and (max-width: 768px) {
  .c-products_btn .m-btn {
    margin-top: 10.66667vw;
    width: 100%;
  }
}

/* c-advantage */
.c-advantage {
  margin: 160px auto 0;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-advantage {
    margin-top: 26.66667vw;
    width: 84%;
  }
}

.c-advantage_list {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-advantage_list {
    margin-top: 8vw;
  }
}
.reason .c-advantage_list {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .reason .c-advantage_list {
    margin-top: 10.66667vw;
  }
}

.c-advantage_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item {
    display: block;
  }
}
.c-advantage_list_item + .c-advantage_list_item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item + .c-advantage_list_item {
    margin-top: 12.53333vw;
  }
}

.c-advantage_list_item-02 .c-advantage_list_item_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.c-advantage_list_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  width: 420px;
  text-align: left; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item_body {
    width: 100%;
  }
}
.c-advantage_list_item-02 .c-advantage_list_item_body {
  margin: 0 auto 0 0;
  width: 440px; 

  -webkit-box-ordinal-group: 2; 

      -ms-flex-order: 1; 

          order: 1;
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item-02 .c-advantage_list_item_body {
    width: 100%;
  }
}

.c-advantage_list_item_tag {
  color: #d90000; 
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item_tag {
    margin-top: 3.73333vw;
    font-size: 3.73333vw;
  }
}
.c-advantage_list_item_tag.-anim {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.c-advantage_list_item_tag.-anim.is-active,
.is-active .c-advantage_list_item_tag.-anim {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}

.c-advantage_list_item_title {
  letter-spacing: 0.04em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35714;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item_title {
    font-size: 5.33333vw;
    line-height: 1.3;
  }
}
.c-advantage_list_item_title.-anim {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.c-advantage_list_item_title.-anim.is-active,
.is-active .c-advantage_list_item_title.-anim {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1s;
          transition-delay: 1s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}

.c-advantage_list_item_desc {
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item_desc {
    margin-top: 2.4vw;
    text-align: justify; 
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.c-advantage_list_item_desc.-anim {
  opacity: 0;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.c-advantage_list_item_desc.-anim.is-active,
.is-active .c-advantage_list_item_desc.-anim {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}

.c-advantage_list_item_note {
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; 
  -webkit-transform: translate(0, 50px); 
      -ms-transform: translate(0, 50px); 
          transform: translate(0, 50px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  color: #999;
  font-size: 12px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.c-advantage_list_item_note.is-active,
.is-active .c-advantage_list_item_note {
  opacity: 1;
  -webkit-transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; 
  -webkit-transform: scale(1) translate(0, 0); 
      -ms-transform: scale(1) translate(0, 0); 
          transform: scale(1) translate(0, 0);
}
@media screen and (max-width: 768px) {
  .c-advantage_list_item_note {
    margin-top: 1.06667vw;
    font-size: 2.66667vw;
    line-height: 2.3;
  }
}

/* c-type */
.c-type {
  margin: auto;
  padding-top: 90px;
  max-width: 1000px;
  text-align: center;
}

.c-type .service{
  padding-top: 40px;
}


@media screen and (max-width: 768px) {
  .c-type {
    padding-top: 17.86667vw;
    width: 84%;
  }
  .c-type .service{
    padding-top: 0;
  }
}


#bnr{
    margin: 0 0 30px 0;
}

.headMenuWebbuy + #bnr {
  margin-top: 30px;
}

#bnr a{
    display: inline-block;
}

#bnr a + h3,
#bnr a + a {
    margin-top: 24px;
}


/* c-step */
.c-step {
    margin: auto;
    padding-top: 90px;
    max-width: 1000px;
    text-align: center;
}
@media screen and (max-width: 768px) {
  .c-step {
      /*padding-top: 17.86667vw;*/
      padding-top:10vw;
      width: 84%;
  }
  #bnr{
      margin: 25px 0 30px 0;
  }
  #bnr a + h3,
  #bnr a + a  {
      margin-top: 24px;
  }
  section#bnr{
    margin: 25px 0 50px 0;
  }
}
.sellWeb .c-step {
  padding-bottom: 0;
}

.c-step_title {
  letter-spacing: 0.08em;
  font-size: 28px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-step_title {
    letter-spacing: 0;
    font-size: 5.6vw;
    line-height: 1.28571;
  }
}

.c-step_desc {
  margin-top: 14px;
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.c-step_desc span {
  color: #8a8a8a;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .c-step_desc span {
    display: block;
    margin-top: 2.66667vw;
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .c-step_desc {
    margin-top: 4vw;
    letter-spacing: 0; 
    font-size: 2.93333vw;
    line-height: 1.63636;
  }
}

.c-step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .c-step_list {
    display: block;
    margin-top: 5.86667vw;
  }
}

.c-step_list_item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (min-width: 769px) {
  .c-step_list_item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .c-step_list_item.c-step_list_item-01:after,
  .c-step_list_item.c-step_list_item-02:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 117px;
    background-color: #d7dbe0;
  }
  .c-step_list_item.c-step_list_item-02:before,
  .c-step_list_item.c-step_list_item-03:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-width: 9px 0 9px 11px;
    border-style: solid;
    border-color: transparent transparent transparent #d90000; 
    width: 0;
    height: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-step_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 43.33333vw;
  }
  .c-step_list_item.c-step_list_item-02,
  .c-step_list_item.c-step_list_item-03 {
    border-top: 1px solid #d7dbe0;
  }
  .c-step_list_item.c-step_list_item-02:before,
  .c-step_list_item.c-step_list_item-03:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-width: 2.13333vw 1.86667vw 0 1.86667vw;
    border-style: solid;
    border-color: #d90000 transparent transparent transparent; 
    width: 0;
    height: 0;
  }
}

@media screen and (min-width: 769px) {
  .c-step_list_item_img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .c-step_list_item_img {
    width: 60%; 

    -webkit-box-ordinal-group: 3; 

        -ms-flex-order: 2; 

            order: 2;
  }
}

.c-step_list_item_body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .c-step_list_item_body {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-step_list_item_body {
    width: 40%; 

    -webkit-box-ordinal-group: 2; 

        -ms-flex-order: 1; 

            order: 1;
  }
}
.c-step_list_item_body h4 {
  letter-spacing: 0.1em; 
  color: #d90000;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-step_list_item_body h4 {
    letter-spacing: 0em; 
    font-size: 7.46667vw;
  }
  .c-step_list_item_body h4 span {
    letter-spacing: 0.1em;
  }
}
.c-step_list_item_body p {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .c-step_list_item_body p {
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .c-step_list_item_body p {
    white-space: nowrap; 
    font-size: 4vw;
    line-height: 1.2;
  }
}

/* c-process */
.c-process {
  margin: 160px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .c-process {
    margin-top: 26.66667vw;
    width: 84%;
  }
}

.c-process_list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-process_list {
    margin-top: 8vw;
  }
}

.c-process_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d7dbe0; 
  height: 261px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
.c-process-web .c-process_list_item {
  padding: 64px 0;
  height: auto;
}
.c-process-web .c-process_list_item.-accordion {
  border-top: none;
  display: block;
  padding: 35px 0;
}
.c-process-web .c-process_list_item.-accordion.-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-process-web .c-process_list_item.-accordion .js-bothPcSpAccordionContent {
  display: none;
}
.c-process_list_item_accrdionBody {
  border: 1px solid #f0f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: none; 
  padding:27px 28px;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
.c-process-web .c-process_list_item.-accordion.-half .c-process_list_item_accrdionBody {
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-process-web .c-process_list_item {
    padding: 0 0 8.53333vw;
  }
}
.c-process-web.c-process-business .c-process_list_item {
  padding: 50px 0;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-process-web.c-process-business .c-process_list_item {
    padding: 0 0 8.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-process_list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4vw 9.86667vw;
    height: auto; 

    -webkit-box-pack: start; 

        -ms-flex-pack: start; 

            justify-content: flex-start;
  }
  .c-process_list_item_accrdionBody {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4vw 4vw;
    height: auto;

    -webkit-box-pack: start; 

        -ms-flex-pack: start; 

            justify-content: flex-start;
  }
}
.c-process_list_item:nth-child(n+2) {
  position: relative;
}
.c-process_list_item:nth-child(n+2):before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-width: 11px 9px 0 9px;
  border-style: solid;
  border-color: #d90000 transparent transparent transparent; 
  width: 0;
  height: 0;
}
.process_list_item_accrdionBody .c-process_list_item:nth-child(n+2):before {
  top: -23px;
}
@media screen and (max-width: 768px) {
  .c-process_list_item:nth-child(n+2):before {
    border-width: 2.13333vw 1.86667vw 0 1.86667vw;
  }
  .process_list_item_accrdionBody .c-process_list_item:nth-child(n+2):before {
    top: -5.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-process_list_item.-half {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 3.73333vw; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}
.c-process_list_item.-half:before {
  left: -50%;
}
.c-process_list_item.-half:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50%;
  left: 0;
  margin: auto;
  border-width: 11px 9px 0 9px;
  border-style: solid;
  border-color: #d90000 transparent transparent transparent; 
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px) {
  .c-process_list_item.-half:after {
    border-width: 2.13333vw 1.86667vw 0 1.86667vw;
  }
}
.c-process_list_item:last-child {
  border-bottom: 1px solid #d7dbe0;
}

.c-process_list_item_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 263px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.c-process-web .c-process_list_item_heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-process-web .c-process_list_item_heading {
    margin: auto;
    width: 76vw;
  }
  .c-process-web .c-process_list_item_heading h4 {
    margin-top: 0;
  }
}
.c-process-web.c-process-business .c-process_list_item_heading {
  width: 287px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-process-web.c-process-business .c-process_list_item_heading {
    margin: auto;
    width: 84vw;
  }
  .c-process-web.c-process-business .c-process_list_item_heading h4 {
    margin-top: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .c-process_list_item_heading {
    width: 100%;
  }
}
.c-process_list_item_heading h4 {
  margin-top: 2px;
  letter-spacing: 0.04em; 
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-process_list_item_heading h4 {
    margin-top: 1.33333vw;
    font-size: 4vw;
  }
}

.c-process_list_item_title {
  margin-top: 2px;
  letter-spacing: 0.04em; 
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-process_list_item_title {
    margin-top: 1.33333vw;
    font-size: 4vw;
    line-height: 1.2;
  }
}

.c-process_list_item_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 690px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
.c-process-web .c-process_list_item_body {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .c-process-web .c-process_list_item_body {
    padding: 0;
  }
}
.c-process-web .-half .c-process_list_item_body {
  padding: 0 20px 0 0;
  width: 50%;

  -webkit-box-pack: start; 

      -ms-flex-pack: start; 

          justify-content: flex-start;
}
.c-process-web .-half .c-process_list_item_body + .c-process_list_item_body {
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c-process-web .-half .c-process_list_item_body,
  .c-process-web .-half .c-process_list_item_body + .c-process_list_item_body {
    padding: 0;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .c-process_list_item_body {
    margin-top: 2.66667vw;
    width: 100%;
  }
}
.c-process_list_item_body.-border {
  position: relative;
}
.c-process_list_item_body.-border:after {
  content: "";
  position: absolute;
  top: 14px;
  right: 0; 
  bottom: 0;
  width: 1px;
  height: 130px;
  background-color: #d7dbe0;
}
@media screen and (max-width: 768px) {
  .c-process_list_item_body.-border:after {
    top: 0;
    right: -1.33333vw;
    height: 100%;
  }
}

.c-process_list_item_txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.c-process-web .-half .c-process_list_item_txt {
  letter-spacing: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-process-web .-half .c-process_list_item_txt {
    margin-top: 3.46667vw;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-process_list_item_txt {
    text-align: justify; 
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .c-process-web.c-process-business .c-process_list_item_txt {
    text-align: center;
    letter-spacing: 0;
  }
}
.c-process_list_item_txt.-mat {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-process_list_item_txt.-mat {
    margin-top: 3.2vw;
  }
}
.c-process_list_item_txt a {
  color: #d90000;
}

.c-process_list_item_note {
  margin-top: 8px;
  padding-left: 12px;
  text-indent: -12px;
  letter-spacing: 0.04em;
  color: #808080;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.66667;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-process_list_item_note {
    margin-top: 1.33333vw;
    padding-left: 2.93333vw;
    text-indent: -2.93333vw;
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}
.c-process_list_item_note a {
  color: #d90000;
}
.c-process_list_item_note + .c-process_list_item_note {
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .c-process_list_item_note + .c-process_list_item_note {
    margin-top: 0.53333vw;
  }
}

/* c-accorddion */
.c-accordion {
  margin: auto;
  border: 1px solid #f0f2f5; 
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .c-accordion {
    width: 84%;
  }
}
.c-accordion .js-bothPcSpAccordionContent {
  display: none;
}

.c-accordion_link {
  display: block;
  margin-top: -58px;
  padding-top: 58px;
}
@media screen and (max-width: 768px) {
  .c-accordion_link {
    margin-top: -15vw;
    padding-top: 15vw;
  }
  .c-accordion_link.-first {
    margin-top: 0vw;
    padding-top: 0vw;
  }
}
.c-accordion_link:not(.-first) + .l-section-03 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-accordion_link:not(.-first) + .l-section-03 {
    margin-top: 7.2vw;
  }
}

.c-accordion_title {
  position: relative;
  padding: 16px 70px 16px 16px;
  cursor: pointer; 
  background-color: #f0f2f5;
  text-align: center;
  letter-spacing: 0.18em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-accordion_title {
    padding: 4vw 0;
    font-size: 3.2vw;
  }
  .c-process_list_item.-half .c-accordion_title {
    text-align:left;
    padding:4vw 0 4vw 1vw;
    font-size: 2.8vw;
  }
}
.c-accordion_title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 13px;
  height: 13px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  -webkit-transform: rotate(135deg) translate(-2px, 2px);
      -ms-transform: rotate(135deg) translate(-2px, 2px);
          transform: rotate(135deg) translate(-2px, 2px);
}
@media screen and (max-width: 768px) {
  .c-accordion_title:before {
    right: 5.33333vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
}
.c-accordion_title.is-show:before {
  -webkit-transform: rotate(-45deg) translate(-2px, 2px);
      -ms-transform: rotate(-45deg) translate(-2px, 2px);
          transform: rotate(-45deg) translate(-2px, 2px);
}
@media screen and (max-width: 768px) {
  .c-accordion_title {
    padding: 4vw 12vw 4vw 4vw;
    letter-spacing: 0.2em; 
    font-size: 3.2vw;
  }
}
.c-accordion_title svg {
  margin-right: 10px;
  width: 32px;
  height: 32px;

  fill: #000;
}
@media screen and (max-width: 768px) {
  .c-accordion_title svg {
    margin-right: 2.66667vw;
    width: 8vw;
    height: 8vw;
  }
}

/* c-cautions */
.c-cautions {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-cautions {
    margin-top: 10.66667vw;
  }
  .c-cautions + .c-cautions {
    margin-top: 5.33333vw;
  }
}

.c-cautions_list,
.c-validation_list {
  padding: 27px 28px;
  text-align: justify; 
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-cautions_list,
  .c-validation_list {
    padding: 4vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}
.c-cautions_list li:not(.normal),
.c-validation_list li:not(.normal) {
  padding-left: 8px;
  text-indent: -8px;
}
@media screen and (max-width: 768px) {
  .c-cautions_list li:not(.normal),
  .c-validation_list li:not(.normal) {
    padding-left: 1.86667vw;
    text-indent: -1.86667vw;
  }
}
.c-cautions_list li.mt,
.c-validation_list li.mt {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .c-cautions_list li.mt,
  .c-validation_list li.mt {
    margin-top: 2.66667vw;
  }
}
.c-cautions_list li.kome,
.c-validation_list li.kome {
  padding-left: 12px;
  text-indent: -15px;
}
@media screen and (max-width: 768px) {
  .c-cautions_list li.kome,
  .c-validation_list li.kome {
    padding-left: 3.73333vw;
    text-indent: -3.46667vw;
  }
}
.c-cautions_list li.bold,
.c-validation_list li.bold {
  margin-top: 22px;
  padding-left: 0px;
  text-indent: -4px; 
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-cautions_list li.bold,
  .c-validation_list li.bold {
    margin-top: 2.66667vw;
    text-indent: -0.26667vw;
    font-size: 3.73333vw;
  }
}
.c-cautions_list li a,
.c-validation_list li a {
  color: #333;
}

/* c-buyingReinforcing */
.c-buyingReinforcing {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-buyingReinforcing {
    margin-top: 10.66667vw;
  }
}

section.c-buyingReinforcing h4 {
    font-size: 20px;
    padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  section.c-buyingReinforcing h4 {
    font-size: 16px;
  }
}

.js-bothPcSpAccordionContent.c-purchaseImpossible h4 {
    font-size: 20px;
    padding: 30px 20px 0;
}
@media screen and (max-width: 768px) {
  .js-bothPcSpAccordionContent.c-purchaseImpossible h4 {
    font-size: 16px;
  }
}

.c-purchaseEnhancement {
    margin-top: 100px;
}
@media screen and (max-width: 768px){
  .c-purchaseEnhancement {
      margin-top: 10.66667vw;
  }
}

.g-local-navigation-method + .c-buyingReinforcing {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .g-local-navigation-method + .c-buyingReinforcing {
    margin-top: 17.33333vw;
  }
}


.c-buyingReinforcing_enhancement_group { 
    margin: 20px auto 0;
    max-width: 1000px;
    letter-spacing: 0.04em;
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-buyingReinforcing_enhancement_group {
    padding: 0vw 4vw;
    font-size: 3.2vw;
    line-height: 1.83333;
  }
}
.c-buyingReinforcing_enhancement_group h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-buyingReinforcing_enhancement_group h4 {
    margin-bottom: 2.66667vw;
  }
}



.c-buyingReinforcing_group {
  margin: 20px auto 0;
  max-width: 1000px;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .c-buyingReinforcing_group {
    padding: 0vw 4vw;
    font-size: 3.2vw;
    line-height: 1.83333;
  }
}
.c-buyingReinforcing_group h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-buyingReinforcing_group h4 {
    margin-bottom: 2.66667vw;
  }
}
.c-buyingReinforcing_group span {
  display: inline-block;
}
.c-buyingReinforcing_group + .c-buyingReinforcing_group {
  position: relative;
}
.c-buyingReinforcing_group + .c-buyingReinforcing_group:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .c-buyingReinforcing_group + .c-buyingReinforcing_group:before {
    width: 76vw;
  }
}




.c-buyingReinforcing_group span {
  display: inline-block;
}
.c-buyingReinforcing_group + .c-buyingReinforcing_group {
  position: relative;
}
.c-buyingReinforcing_group + .c-buyingReinforcing_group:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: calc(100% - 60px);
  height: 1px;
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .c-buyingReinforcing_group + .c-buyingReinforcing_group:before {
    width: 76vw;
  }
}

.c-buyingReinforcing_group h4 {
  margin-bottom: 10px;
}



/* c-otherMeans */
.c-otherMeans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-otherMeans {
    display: block;
    margin: 28.8vw auto 0;
    width: 84%;
  }
}
.purchase .c-otherMeans {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .purchase .c-otherMeans {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.c-otherMeans_item a {
  display: block;
  position: relative;
  border: 1px solid #000; 
  text-decoration: none;
}
.c-otherMeans_item a div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 318px;
  height: 124px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-otherMeans_item a div {
    width: 100%;
    height: 19.46667vw;
  }
}
.no-touchevents .c-otherMeans_item a:hover {
  border: 1px solid #d90000;
}

.c-otherMeans_item + .c-otherMeans_item {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .c-otherMeans_item + .c-otherMeans_item {
    margin-top: 2.66667vw; 
    margin-left: 0;
  }
}

.c-otherMeans_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-flex: 1;

      -ms-flex: 1 1 0%;

          flex: 1 1 0%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .c-otherMeans_item-web .c-otherMeans_item_img img {
    -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
            transform: translateX(15px);
  }
}
@media screen and (max-width: 768px) {
  .c-otherMeans_item_img img {
    width: 12.8vw;
    -webkit-transform: translateX(5.6vw);
        -ms-transform: translateX(5.6vw);
            transform: translateX(5.6vw);
  }
  .c-otherMeans_item-store .c-otherMeans_item_img img {
    width: 10.4vw;
  }
}

.c-otherMeans_item_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 150px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  letter-spacing: 0.12em;
  color: #666;
  font-size: 14px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.c-otherMeans_item-store .c-otherMeans_item_txt {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .c-otherMeans_item-store .c-otherMeans_item_txt {
    width: 44.53333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-otherMeans_item_txt {
    width: 44.53333vw;
    font-size: 3.2vw;
  }
}
.no-touchevents a:hover .c-otherMeans_item_txt {
  color: #d90000;
}
.c-otherMeans_item_txt .en {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  letter-spacing: 0.26em;
  color: #000;
  font-size: 30px;
  line-height: 1.3;
}
.no-touchevents a:hover .c-otherMeans_item_txt .en {
  color: #d90000;
}
@media screen and (max-width: 768px) {
  .c-otherMeans_item_txt .en {
    font-size: 5.6vw;
    line-height: 1;
  }
}

/* c-validation */
.c-validation {
  margin: 130px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .c-validation {
    margin-top: 26.66667vw;
    width: 84%;
  }
}

.m_desc,
.c-validation_desc {
  margin-top: 33px;
  text-align: center; 
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m_desc,
  .c-validation_desc {
    margin-top: 6.93333vw;
    letter-spacing: 0em; 
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.c-validation_accordion {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .c-validation_accordion {
    margin-top: 6.93333vw;
    width: 100%;
  }
}

.c-validation_inner {
  padding: 28px;
}
@media screen and (max-width: 768px) {
  .c-validation_inner {
    padding: 4vw;
  }
}

.c-validation_section + .c-validation_section {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-validation_section + .c-validation_section {
    margin-top: 8vw;
  }
}

.c-validation_heading {
  margin: 0 0 18px;
}
@media screen and (max-width: 768px) {
  .c-validation_heading {
    margin: 0 0 3.2vw;
  }
}

.c-validation_list {
  padding: 0;
}
.c-validation_list.c-validation_list-asterisk {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .c-validation_list.c-validation_list-asterisk {
    margin-top: 2.66667vw;
  }
}
.c-validation_list.c-validation_list-asterisk li {
  padding-left: 15px;
  text-indent: -15px;
}
@media screen and (max-width: 768px) {
  .c-validation_list.c-validation_list-asterisk li {
    padding-left: 3.46667vw;
    text-indent: -3.46667vw;
  }
}
.c-validation_list.c-validation_list-red {
  color: #d90000;
}
.c-validation_list.c-validation_list-strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d7dbe0;
  font-size: 18px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (min-width: 769px) {
  .c-validation_list.c-validation_list-strong li + li {
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-validation_list.c-validation_list-strong {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 6.93333vw;
    padding-top: 6.93333vw;
    font-size: 3.73333vw;
  }
}

.c-validation_txt {
  display: inline-block;
  text-align: justify; 
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-validation_txt {
    letter-spacing: 0em;
    font-size: 3.2vw;
    line-height: 1.66667;

    -webkit-box-flex: 1;

        -ms-flex: 1 1 0%;

            flex: 1 1 0%;
  }
}
.c-validation_txt.c-validation_txt-red {
  color: #d90000;
}

/* c-searchBox */
.c-searchBox {
  margin: 130px auto 0;
  max-width: 1000px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-searchBox {
    margin-top: 26.66667vw;
    width: 84%;
  }
}

.c-searchBox_lead {
  text-align: center; 
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-searchBox_lead {
    font-size: 3.2vw;
  }
}

.c-searchBox_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.-shop .c-searchBox_form {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-searchBox_form {
    margin-top: 2.66667vw;
  }
}

.c-searchBox_sbox {
  padding-left: 18px;
  border: 1px solid #000;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 324px;
  height: 40px;
  letter-spacing: 0.04em;
  color: black; 
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-searchBox_sbox {
    width: 52vw;
    height: 10.66667vw;
    font-size: 3.2vw;
    line-height: 1.3;
    padding: 3.2vw 0 3.2vw 3.46667vw;
  }
  .c-searchBox_sbox[type=search] {
    -webkit-appearance: none;
  }
}
.c-searchBox_sbox::-webkit-input-placeholder {
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); 
  font-size: 14px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.c-searchBox_sbox::-ms-input-placeholder {
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); 
  font-size: 14px;
  font-weight: bold;

  font-feature-settings: "palt";
}
.c-searchBox_sbox::placeholder {
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); 
  font-size: 14px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-searchBox_sbox::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .c-searchBox_sbox::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .c-searchBox_sbox::placeholder {
    font-size: 3.2vw;
  }
}

.c-searchBox_sbtn {
  border: 1px solid #000;
  border-radius: 0 4px 4px 0;
  width: 74px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  background: #000;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-searchBox_sbtn {
    width: 24vw;
    height: 10.66667vw;
    font-size: 3.46667vw;
  }
}
.no-touchevents .c-searchBox_sbtn:hover {
  border-color: #d90000;
  background-color: #d90000;
}

/* c-information */
.c-information {
  position: relative;
  padding: 70px 0 80px;
}
@media screen and (max-width: 768px) {
  .c-information {
    padding: 6.66667vw 0 8vw;
  }
}
.c-information.-shop {
  padding: 120px 0 110px;
}
@media screen and (max-width: 768px) {
  .c-information.-shop {
    padding: 20vw 0 13.33333vw;
  }
}

.c-information_news {
  margin: auto;
  padding: 50px 0px 30px;
  max-width: 840px;
}
.c-information_news.-shop {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-information_news {
    padding: 8vw;
  }
}

.c-information_news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: baseline;

      -ms-flex-align: baseline;

          align-items: baseline;
}
.c-information_news_item + .c-information_news_item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-information_news_item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-information_news_item_tag {
  display: block;
  padding: 3px 0 2px;
  width: 122px;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s; 
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.08em;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
.is-IE .c-information_news_item_tag {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-information_news_item_tag {
    padding: 4px 0 2px;
    width: 90px;
    font-size: 10px;
  }
  .c-information_news_item_tag.-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    width: 36.66667vw;
    height: 9.33333vw;
    font-size: 3.46667vw; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-information_news_item_tag.-magazine {
  background-color: #2196f3;
}
.c-information_news_item_tag.-other {
  background-color: #000;
}
.c-information_news_item_tag.-shop {
  background-color: #4caf50;
}
.c-information_news_item_tag.-event {
  background-color: #f44336;
}

.c-information_news_item_time {
  margin-right: 20px;
  letter-spacing: 0.04em;
  color: #999;
  font-size: 14px; 
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-information_news_item_time {
    margin-right: 10px;
    font-size: 12px;
  }
}

.c-information_news_item_txt {
  display: block;
  margin-left: 10px;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #333 !important; 
  font-size: 14px;
  font-weight: bold;

  -webkit-box-flex: 1;

      -ms-flex: 1;

          flex: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.no-touchevents .c-information_news_item_txt:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-information_news_item_txt {
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px; 

    -ms-flex-preferred-size: 100%; 

        flex-basis: 100%;
  }
}

@media screen and (max-width: 768px) {
  .c-information_btn .m-btn {
    margin-top: 8vw;
  }
}

/* c-news */
.c-news {
  margin: auto;
  padding-top: 50px;
  max-width: 1000px;
  text-align: center;
}

.c-news_box {
    overflow: hidden;
}

.c-news_box p {
    padding: 10px 0;
}

.c-news_box .bgText {
    display: inline-block;
    font-size: 14px;
    padding: 2px;
    margin: 8px;
}

.mywebbuy.c-news_box {
    overflow: hidden;
    margin: 0 0 40px 0;
    text-align: center;
}


@media screen and (max-width: 768px) {
  .c-news {
    padding-top: 5vw;
    width: 100%;
  }

  .mywebbuy.c-news_box {
      overflow: hidden;
      margin: 10px auto 0;
      text-align: center;
      width: 88%;
  }
}




@media screen and (max-width: 768px) {
  .c-news_box {
    padding: 2vw;
  }
}

.c-news_title {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
}

.c-news_link {
    color: #d90000;
    font-weight: bold;
}


@media screen and (max-width: 768px) {
  .c-news_title {
    font-size: 5vw;
  }
}


/* --------------------------------
  条件検索
-------------------------------- */
.c-filterSearch {
  text-align: center; 
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-filterSearch {
    font-size: 3.2vw;
  }
}

.c-filterSearch_inner {
  background-color: #fff;
}
.g-filterSearchModal .c-filterSearch_inner {
  border: 1px solid #f0f2f5;
}
.c-filterSearch_inner + .c-filterSearch_inner {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_inner + .c-filterSearch_inner {
    margin-top: 5.33333vw;
  }
}

.c-filterSearch_title {
  padding: 10px 0 8px;
  border-bottom: 1px solid #f0f2f5;
  letter-spacing: 0.1em;
}
.g-filterSearchModal .c-filterSearch_title {
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_title {
    padding: 1.33333vw 0 1.06667vw;
  }
}

/* checkbox ---------------- */
.c-filterSearch_want_input,
.c-filterSearch_product_input,
.c-filterSearch_feature_input {
  display: none;
}

/* SELL or BUY */
.c-filterSearch_want {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px auto 13px;
  width: 284px;
  text-align: left; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_want {
    margin: 4.53333vw auto 2.66667vw;
    width: 65%;
  }
}
.g-filterSearchModal .c-filterSearch_want {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .g-filterSearchModal .c-filterSearch_want {
    margin-top: 6.93333vw;
  }
}
.c-filterSearch_want li {
  width: 36%;
}
.c-filterSearch_want li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.c-filterSearch_want_txt {
  position: relative;
  padding-left: 36px;
  letter-spacing: 0.08em; 
  font-size: 14px;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_want_txt {
    padding-left: 5.33333vw;
    font-size: 2.66667vw;
  }
}
.c-filterSearch_want_txt span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_want_txt span {
    font-size: 5.6vw;
  }
}
.c-filterSearch_want_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #000;
  border-radius: 4px; 
  width: 22px;
  height: 22px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_want_txt:before {
    border-radius: 3px; 
    width: 3.73333vw;
    height: 3.73333vw;
  }
}

.c-filterSearch_want_input:checked + .c-filterSearch_want_txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  border-radius: 4px; 
  width: 14px;
  height: 14px;
  background-color: #d90000;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_want_input:checked + .c-filterSearch_want_txt:after {
    left: 0.53333vw;
    border-radius: 3px; 
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

/* 店舗の特徴 */
.c-filterSearch_feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 90px;
  text-align: left; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_feature {
    padding: 6.66667vw 2.66667vw; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .c-filterSearch_feature li {
    width: 25%;
  }
  .c-filterSearch_feature li label {
    cursor: pointer;
  }
  .c-filterSearch_feature li:nth-child(n+5) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-filterSearch_feature li {
    width: 49%;
  }
  .c-filterSearch_feature li:nth-child(n+3) {
    margin-top: 2.13333vw;
  }
}

.c-filterSearch_feature_txt {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  .c-filterSearch_feature_txt {
    position: relative;
    padding-left: 4vw;
    line-height: 3.2vw;
  }
}
.c-filterSearch_feature_txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 4px; 
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_feature_txt:before {
    border-radius: 3px; 
    width: 3.73333vw;
    height: 3.73333vw;
  }
}

.c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 3px;
  left: 3px;
  margin: auto;
  border-radius: 4px; 
  width: 9px;
  height: 9px;
  background-color: #d90000;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
    top: 0.8vw;
    left: 0.53333vw;
    border-radius: 3px; 
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

/* 取扱商品 */
.c-filterSearch_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 18px 16px 30px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_product {
    padding: 5.33333vw 4vw 8vw;
  }
}
.c-filterSearch_product li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .c-filterSearch_product li:nth-child(1) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(2) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(3) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(4) {
    width: 115px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(5) {
    width: 100px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(6) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(7) {
    width: 90px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(8) {
    width: 90px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(9) {
    width: 90px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(10) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(11) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(12) {
    width: 100px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(13) {
    width: 105px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(14) {
    width: 110px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(15) {
    width: 80px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(16) {
    width: 102px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(17) {
    width: 95px;
    height: 92px;
  }
  .c-filterSearch_product li:nth-child(n+10) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-filterSearch_product li {
    width: 33%;
  }
  .c-filterSearch_product li:nth-child(n+4) {
    margin-top: 6.4vw;
  }
  .c-filterSearch_product li:nth-child(n+7) {
    margin-top: 5.33333vw;
  }
  .c-filterSearch_product li:nth-child(n+10) {
    margin-top: 7.73333vw;
  }
  .c-filterSearch_product li:nth-child(n+13) {
    margin-top: 8vw;
  }
  .c-filterSearch_product li:nth-child(n+16) {
    margin-top: 6.66667vw;
  }
  .c-filterSearch_product li:nth-child(4) .c-filterSearch_product_txt {
    margin-top: -0.53333vw;
  }
}

.c-filterSearch_product_icon {
  width: 47px;
  height: 47px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_product_icon {
    width: 9.86667vw;
    height: 13.33333vw;
  }
}

.c-filterSearch_product_txt {
  margin-top: 10px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease; 
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-filterSearch_product_txt {
    margin-top: 0.8vw;
    font-size: 2.93333vw;
    line-height: 1.09091;
  }
}

.c-filterSearch_product_input:checked + .c-filterSearch_product_icon {
  fill: #d90000;
}
.c-filterSearch_product_input:checked + .c-filterSearch_product_icon + .c-filterSearch_product_txt {
  color: #d90000;
}

/* プルダウン ---------------- */
.c-filterSearch_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 532px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_area {
    width: 100%; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
  }
}

.c-filterSearch_area_wrap {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_area_wrap {
    padding: 8vw 4vw;
  }
}

.c-filterSearch_area_inner {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_area_inner {
    width: 100%;
  }
  .c-filterSearch_area_inner + .c-filterSearch_area_inner {
    margin-top: 2.66667vw;
  }
}
.c-filterSearch_area_inner:before,
.c-filterSearch_area_inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  pointer-events: none;
}
.c-filterSearch_area_inner:before {
  border-radius: 0 3px 3px 0; 
  width: 40px;
  height: 40px;
  background: #000;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_area_inner:before {
    width: 10.66667vw;
    height: 10.66667vw;
  }
}
.c-filterSearch_area_inner:after {
  right: 15px;
  bottom: 2px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .c-filterSearch_area_inner:after {
    right: 4vw;
    bottom: 0.53333vw; 
    width: 2.13333vw;
    height: 2.13333vw;
  }
}
.c-filterSearch_area_inner select {
  padding: 8px 12px;
  border: 1px solid #000;
  border-radius: 3px;
  outline: none;
  width: 100%;
  height: 40px;
  cursor: pointer; 
  background: none transparent;
  vertical-align: middle;
  text-indent: 0.01px;
  text-overflow: "";
  color: inherit;
  color: #b8b8b8;
  font-size: inherit;

  -webkit-appearance: button;

     -moz-appearance: button;

          appearance: button;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_area_inner select {
    padding: 2.13333vw 3.2vw;
    height: 10.66667vw;
  }
}
.c-filterSearch_area_inner select option {
  background-color: #fff;
  color: #000;
}
.c-filterSearch_area_inner select::-ms-expand {
  display: none;
}
.c-filterSearch_area_inner select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}


/* submit ---------------- */
.c-filterSearch_btn.m-btn {
  margin-top: 40px;
  outline: none;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_btn.m-btn {
    margin-top: 10.66667vw;
    width: 100%;
  }
}


/* フリーワード */
.c-filterSearch_keyword_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_keyword_wrap {
    padding: 8vw 4vw;
  }
}

.c-filterSearch_kbox {
  padding-left: 18px;
  border: 1px solid #000;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 324px;
  height: 40px;
  letter-spacing: 0.04em;
  color: black; 
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-filterSearch_kbox {
    width: 52vw;
    height: 10.66667vw;
    font-size: 3.2vw;
    line-height: 1.3;
    padding: 3.2vw 0 3.2vw 3.46667vw;
  }
  .c-filterSearch_kbox[type=search] {
    -webkit-appearance: none;
  }
}
.c-filterSearch_kbox::-webkit-input-placeholder {
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); 
  font-size: 14px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.c-filterSearch_kbox::-ms-input-placeholder {
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); 
  font-size: 14px;
  font-weight: bold;

  font-feature-settings: "palt";
}
.c-filterSearch_kbox::placeholder {
  letter-spacing: 0.04em;
  color: rgba(0, 0, 0, 0.4); 
  font-size: 14px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .c-filterSearch_kbox::-webkit-input-placeholder {
    font-size: 3.2vw;
  }
  .c-filterSearch_kbox::-ms-input-placeholder {
    font-size: 3.2vw;
  }
  .c-filterSearch_kbox::placeholder {
    font-size: 3.2vw;
  }
}

/* submit ---------------- */
.c-filterSearch_kbtn {
  border: 1px solid #000;
  border-radius: 0 4px 4px 0;
  width: 74px;
  height: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  background: #000;
  letter-spacing: 0.07em;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .c-filterSearch_kbtn {
    width: 24vw;
    height: 10.66667vw;
    font-size: 3.46667vw;
  }
}
.no-touchevents .c-filterSearch_kbtn:hover {
  border-color: #d90000;
  background-color: #d90000;
}

/* --------------------------------
  Layout
-------------------------------- */
.l-wrapper {
  position: relative;
  min-width: 1050px;
}
@media screen and (max-width: 768px) {
  .l-wrapper {
    overflow: hidden; 
    min-width: 100%;
  }
}

.l-section {
  margin: 140px auto 0;
  max-width: 1000px;
  color: #000; 

  -webkit-font-feature-settings: "palt"; 

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .l-section {
    margin-top: 26.66667vw;
    width: 84%;
  }
}
.l-section.-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-section.-sitemap {
    margin-top: 13.33333vw;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

        -ms-flex-flow: column;

            flex-flow: column;
  }
}
.l-section.-cut {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-section.-cut {
    margin-top: 13.33333vw;
  }
}
.l-section.-shop {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-section.-shop {
    margin-top: 13.33333vw;
  }
}

.l-section-02 {
  margin-top: 120px;
  padding: 56px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-section-02 {
    margin-top: 24vw;
    padding: 8vw 0;
  }
  .l-section-02 .m-textUnderlineLink {
    margin-top: 2.66667vw;
  }
}
.l-section-02.-gray {
  background-color: #f0f2f5;
}
.l-section-02.-contact {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .l-section-02.-contact {
    padding: 18.66667vw 0;
  }
}

.l-section-03 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-section-03 {
    margin-top: 13.33333vw;
  }
}

.l-inner {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #dadde2;
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .l-inner {
    margin-top: 5.33333vw;
    padding: 5.33333vw 4vw;
  }
}

.l-inner-02 {
  position: relative;
  margin: auto;
  padding: 48px 0 60px;
  max-width: 660px;
  color: #000; 

  -webkit-font-feature-settings: "palt"; 

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .l-inner-02 {
    padding: 8vw 0;
    width: 84%;
  }
}

.l-inner-03 {
  position: relative;
  margin: auto;
  padding: 80px 0 100px;
  max-width: 1000px;
  color: #000; 

  -webkit-font-feature-settings: "palt"; 

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .l-inner-03 {
    padding: 13.33333vw 0 18.66667vw;
    width: 84%;
  }
}

/* --------------------------------
  Module
-------------------------------- */
.m-newWindow {
  margin: 0 5px;
  vertical-align: 1px;
}
@media screen and (max-width: 768px) {
  .m-newWindow {
    margin: 0 0.8vw;
    vertical-align: 0.26667vw;
  }
}
.m-newWindow svg {
  width: 14px !important;
  height: 14px !important;

  fill: #666;
}
@media screen and (max-width: 768px) {
  .m-newWindow svg {
    width: 3.2vw !important;
    height: 3.2vw !important;
  }
}
.m-newWindow.m-newWindow-white svg {
  fill: #fff;
}
.m-newWindow.m-newWindow-red svg {
  fill: #d90000;
}

/* テキスト周り */
.m-title {
  position: relative;
  padding-bottom: 12px;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 18px;
  line-height: 1.44444;
}
.m-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 2px;
  background-color: #d90000;
}
.m-title.-cut:before {
  content: none;
}
@media screen and (max-width: 768px) {
  .m-title {
    padding-bottom: 3.46667vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  .m-title:before {
    width: 5.6vw;
  }
}

.m-title-02 {
  letter-spacing: 0.04em;
  color: #000;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.28571;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m-title-02 {
    font-size: 4vw;
    line-height: 1.4;
  }
  .-contact .m-title-02 {
    font-size: 4.8vw;
  }
}

.m-title-03 {
  margin: 70px 0;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 18px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.m-title-03 span {
  margin-left: 1px;
  color: #d90000; 
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .m-title-03 {
    margin: 9.33333vw 0;
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
  .m-title-03 span {
    font-size: 5.06667vw;
  }
}

.m-title + .brandSearchBox {
  margin: 40px auto 0;
}

.m-lead {
  margin-bottom: 50px;
  border: 1px solid #000;
  width: 100%;
  height: 43px;
  text-align: center; 
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;
  line-height: 41px;
}
@media screen and (max-width: 768px) {
  .m-lead {
    margin-bottom: 8.53333vw;
    height: 10.93333vw;
    letter-spacing: 0.2em; 
    font-size: 3.2vw;
    line-height: 10.93333vw;
  }
}

.m-desc-bold {
  text-align: left; 
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;
  line-height: 41px;
}
@media screen and (max-width: 768px) {
  .m-desc-bold {
    margin-bottom: 8.53333vw;
    height: 10.93333vw;
    letter-spacing: 0.2em; 
    font-size: 3.2vw;
    line-height: 5.46666vw;
  }
}

.m-desc-bold a {
  letter-spacing: 0.06em; 
  color: #d90000;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .m-desc-bold a {
    font-size: 3.2vw;
  }
}

.m-desc {
  margin-top: 20px;
  letter-spacing: 0.04em;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m-desc {
    font-size: 3.2vw;
    line-height: 1.66667;
  }
  .-gray .m-desc {
    margin-top: 2.66667vw;
  }
  .m-desc.-justify {
    text-align: justify;
  }
}
.m-desc.-cut {
  margin-top: 0;
}

.m-note {
  margin-top: 6px;
  text-align: left;
  text-align: center; 
  letter-spacing: 0.04em;
  color: #808080;
  font-size: 12px;
  line-height: 1.66667;
}
.m-note.-left {
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .m-note {
    letter-spacing: 0.02em;
    font-size: 2.66667vw;
    line-height: 20, 28;
  }
}

.m-blandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 36px auto 0; 
  width: 1000px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .m-blandList {
    width: 100%;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
  }
}

.m-blandList_item {
  width: 20%;
  text-align: left; 
  letter-spacing: 0.02em;
  font-size: 12px;
  line-height: 2.88;
}
@media screen and (max-width: 768px) {
  .m-blandList_item {
    width: 41.33333vw;
    letter-spacing: 0.02em;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

@media screen and (max-width: 768px) {
  .m-webPurchaseApplicationBtn {
    margin-right: auto; 
    margin-left: auto;
    width: 84%;
  }
  .m-webPurchaseApplicationBtn.-wide {
    width: 100%;
  }
}

/* m-btn */
.m-btn {
  display: block;
  margin: 60px auto 0;
  border: 1px solid #000;
  width: 320px;
  height: 60px;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.12em;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .m-btn {
    margin-top: 4vw;
    width: 84%;
    height: 13.6vw;
    font-size: 3.2vw; 
    line-height: 13.6vw;
  }
  .m-btn.-mat,
  .coordinates_btn .m-btn {
    margin-top: 10.66667vw;
  }
}
.m-btn.-cut {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .m-btn.-cut {
    margin-top: 5.33333vw;
  }
}
@media screen and (max-width: 768px) {
  .m-btn.-wide {
    width: 100%;
  }
}
.m-btn.-reverse {
  background-color: transparent;
  color: #000 !important;
}

.m-btn-arrow {
  position: relative;
  background-color: #fff;
  color: #000;
}
.m-btn-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  bottom: 2px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 10px;
  height: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease; 
  -webkit-transform: rotate(135deg); 
      -ms-transform: rotate(135deg); 
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .m-btn-arrow:before {
    right: 5.33333vw;
    bottom: 1.06667vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

.m-btn-instagram {
  position: relative;
}
.m-btn-instagram svg {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;

  fill: #fff;
}
@media screen and (max-width: 768px) {
  .m-btn-instagram svg {
    right: 7.46667vw;
    width: 3.73333vw;
    height: 3.73333vw;
  }
}

.m-btnEffect {
  -webkit-transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
  transition: border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.is-IE .m-btnEffect:hover,
.no-touchevents .m-btnEffect:hover {
  border-color: #d90000;
  background-color: #d90000;
  color: #fff !important;
}
.is-IE .m-btnEffect:hover svg,
.no-touchevents .m-btnEffect:hover svg {
  fill: #fff;
}
.no-touchevents .m-btnEffect.m-btn-arrow:hover:before {
  border-color: #fff;
}
.touchevents .m-btnEffect:hover {
  color: #fff;
}

/* テキストエフェクト */
.m-txtEffect {
  position: relative;
}
.m-txtEffect:after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0.3em;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.15s;
  transition: 0.15s; 
  background-color: #000;
}
.no-touchevents .m-txtEffect:hover:after {
  opacity: 1; 
  bottom: 0;
}
.no-touchevents .sitemap .m-txtEffect:hover:after {
  opacity: 1; 
  bottom: -1px;
}

/* m-heading */
.m-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #f0f2f5;
  height: 280px;
  text-align: center; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media screen and (max-width: 768px) {
  .m-heading {
    height: 61.33333vw;
  }
}
.m-heading.-narrow {
  height: 200px;
}
.m-heading.m-heading-06 {
    height: 230px;
}
@media screen and (max-width: 768px) {
  .m-heading.-narrow {
    height: 37.33333vw;
  }
  .m-heading.m-heading-06 {
      height: 45vw;
  }
}

.m-heading_title {
  letter-spacing: 0.12em;
  color: #000; 
  font-size: 30px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m-heading_title {
    letter-spacing: 0.08em;
    font-size: 6.13333vw;
    line-height: 1.30435;
  }
  .-narrow .m-heading_title {
    -webkit-transform: translateY(1.33333vw);
        -ms-transform: translateY(1.33333vw);
            transform: translateY(1.33333vw);
  }
}
.m-heading_title .RalewayExtraBold {
  font-size: 34px;
}
@media screen and (max-width: 768px) {
  .m-heading_title .RalewayExtraBold {
    font-size: 6.93333vw;
  }
}
.m-heading_title .RalewayExtraBold .second {
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .m-heading_title .RalewayExtraBold .second {
    font-size: 9.06667vw;
  }
}
.m-heading-02 .m-heading_title {
  letter-spacing: 0.08em; 
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-heading-02 .m-heading_title {
    font-size: 3.73333vw;
  }
}
.m-heading-03 .m-heading_title {
  color: #000;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .m-heading-03 .m-heading_title {
    letter-spacing: 0.08em; 
    font-size: 7.73333vw;
    line-height: 1.2069;
  }
}
@media screen and (max-width: 768px) {
  .m-heading-04 .m-heading_title {
    line-height: 1.21739;
  }
}
.m-heading-05 .m-heading_title {
  color: #000;
  font-size: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .m-heading-05 .m-heading_title {
    letter-spacing: 0.08em; 
    font-size: 6.13333vw;
  }
}
@media screen and (max-width: 768px) {
  .m-heading-06 .m-heading_title {
    font-size: 4.8vw;
    line-height: 1.33333;
  }
}

.m-heading_subtitle {
  margin-top: 4px;
  letter-spacing: 0.58em;
  color: #d90000; 
  font-size: 12px;
}

.m-heading_subtitle-no-liga {
  margin-top: 4px;
  letter-spacing: 0.58em;
  color: #d90000; 
  font-size: 12px;
  font-variant-ligatures: no-common-ligatures;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
     -moz-font-feature-settings: "liga" 0, "clig" 0;
          font-feature-settings: "liga" 0, "clig" 0;
}

@media screen and (max-width: 768px) {
  .m-heading_subtitle {
    margin-top: 0;
    font-size: 2.93333vw;
  }
  .-narrow .m-heading_subtitle {
    -webkit-transform: translateY(1.33333vw);
        -ms-transform: translateY(1.33333vw);
            transform: translateY(1.33333vw);
  }
}
.m-heading-02 .m-heading_subtitle {
  text-indent: 39px; 
  letter-spacing: 0.6em;
  color: #000;
  font-size: 48px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .m-heading-02 .m-heading_subtitle {
    text-indent: 5.86667vw;
    letter-spacing: 0.46em; 
    font-size: 10.4vw;
  }
}
.m-heading-03 .m-heading_subtitle,
.m-heading-05 .m-heading_subtitle {
  margin-top: 0;
  letter-spacing: 0.08em;
  color: #000;
  font-size: 16px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m-heading-05 .m-heading_subtitle {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .m-heading-04 .m-heading_subtitle {
    margin-top: 2.13333vw;
  }
}
.m-heading-06 .m-heading_subtitle {
  margin-top: 0;
  letter-spacing: 0.04em; 
  color: #000;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .m-heading-06 .m-heading_subtitle {
    margin-top: 2.66667vw;
    font-size: 3.2vw;
  }
}
.m-heading-06 .m-heading_subtitle span {
  color: #d90000;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-heading-06 .m-heading_subtitle span {
    font-size: 5.33333vw;
  }
}
.sellWeb .m-heading-02 .m-heading_subtitle,
.sellVisit .m-heading-02 .m-heading_subtitle {
  text-indent: 25px;
}
@media screen and (max-width: 768px) {
  .sellWeb .m-heading-02 .m-heading_subtitle,
  .sellVisit .m-heading-02 .m-heading_subtitle {
    text-indent: 2.66667vw;
  }
}

.m-heading_desc {
  margin-top: 20px;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .m-heading_desc {
    margin-top: 3.2vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.m-heading_note {
  color: #a3a3a3; 
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .m-heading_note {
    font-size: 2.66667vw;
  }
}

.m-firstApplicationBtn .m-btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .m-firstApplicationBtn .m-btn {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.m-webPurchaseApplicationBtn .m-btn {
  margin-top: 50px;
  padding-top: 19px;
  height: 80px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .m-webPurchaseApplicationBtn .m-btn {
    margin-top: 10.66667vw;
    padding-top: 0;
    width: 100%;
    height: 13.6vw;
    line-height: 13.6vw;
  }
}

.m-webPurchaseApplicationBtn.m-webPurchaseApplicationBtn-marginUp .m-btn {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .m-webPurchaseApplicationBtn.m-webPurchaseApplicationBtn-marginUp .m-btn {
    margin-top: 10.66667vw;
  }
}

.m-textUnderlineLink {
  margin-top: 18px;
  text-align: center;
}

.m-textUnderlineLink a {
  display: inline-block;
  letter-spacing: 0.06em; 
  color: #d90000;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-textUnderlineLink a {
    font-size: 3.2vw;
  }
}
.m-textUnderlineLink.-marginUp {
  margin-top: 54px;
}
@media screen and (max-width: 768px) {
  .m-textUnderlineLink.-marginUp {
    margin-top: 13.33333vw;
  }
}

.m-link {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-link {
    margin-top: 2.66667vw;
  }
}
.m-link a {
  display: inline-block;
  cursor: default; 
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #000 !important;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .m-link a {
    text-decoration: underline; 
    font-size: 3.2vw;
  }
}

/* pager */
.m-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}
.m-pager li {
  text-align: center; 

  -webkit-box-flex: 0; 

      -ms-flex: 0 0 35px; 

          flex: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .m-pagerWrap {
    margin: 4vw 0;
    overflow-x: auto;
  }
  .m-pager li {
    flex: 0 0 6.5vw;
    margin: 0 0.5vw;
  }
}
.m-pager li.ellipsis {
  color: rgba(0, 0, 0, 0.3);
}
.m-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
  font-weight: bold; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-pager li.is-current a {
  pointer-events: none;
}
.m-pager li:not([class*="is-current"]) a {
  opacity: 0.3;
}
.no-touchevents .m-pager li:not([class*="is-current"]):hover a {
  opacity: 1;
  color: #d90000;
}

.m-pager_arrow a {
  position: relative;
}
.m-pager_arrow a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.no-touchevents .m-pager_arrow:hover a:after {
  border-color: #d90000;
}

.m-pager_arrow.-prev {
  margin-right: 30px;
}
.m-pager_arrow.-prev a:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.m-pager_arrow.-next {
  margin-left: 30px;
}

/* local-navigation */
.g-local-navigation {
  height: 70px;
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .g-local-navigation {
    height: 41.6vw;
  }
}
.g-local-navigation.g-local-navigation-method {
  height: 49px;
}
@media screen and (max-width: 768px) {
  .g-local-navigation.g-local-navigation-method {
    height: 33.6vw;
  }
}
.g-local-navigation.g-local-navigation-web {
  height: 49px;
}
@media screen and (max-width: 768px) {
  .g-local-navigation.g-local-navigation-web {
    height: 50.4vw;
  }
  .g-local-navigation.g-local-navigation-web.g-local-navigation-static-index {
    height:67.2vw;
  }
}
.g-local-navigation.g-local-navigation-web.-lowerNav {
  border-bottom: 1px solid #d7dbe0; 
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .g-local-navigation.g-local-navigation-web.-lowerNav {
    height: 25vw;
  }
}

.g-local-navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1100px;
  height: 100%;
}
.-lowerNav .g-local-navigation_list {
  max-width: 860px;
}
@media screen and (max-width: 768px) {
  .-lowerNav .g-local-navigation_list {
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .g-local-navigation_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.g-local-navigation_list li {
  width: 25%;
  height: 70px;

  -ms-flex-item-align: center;

      -ms-grid-row-align: center;

      align-self: center;
}
@media screen and (max-width: 768px) {
  .g-local-navigation_list li {
    width: 50%;
    height: 20.8vw;
  }
}
.g-local-navigation-web .g-local-navigation_list li,
.g-local-navigation-method .g-local-navigation_list li {
  height: 49px;
}
@media screen and (max-width: 768px) {
  .g-local-navigation-web .g-local-navigation_list li,
  .g-local-navigation-method .g-local-navigation_list li {
    height: 16.8vw;
  }
}
.g-local-navigation-web .g-local-navigation_list li {
  width: auto; 

  -webkit-box-flex: 1; 

      -ms-flex: auto; 

          flex: auto;
}
@media screen and (max-width: 768px) {
  .g-local-navigation-web .g-local-navigation_list li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li {
    border: none; 
    height: 30px;
  }
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(1) a:after,
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(2) a:after,
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(4) a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 2.66667vw;
    background-color: #909193;
  }
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(1) {
    width: 28%;
  }
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(2) {
    width: 25%;
  }
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(3) {
    width: 44%;
  }
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(4) {
    width: 12%;
  }
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li:nth-child(5) {
    padding-right: 26%;
    width: 54%;
  }
}
.g-local-navigation_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease; 
  text-decoration: none;
  color: #666;
  font-size: 12px;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-local-navigation-web .g-local-navigation_list li a,
.g-local-navigation-method .g-local-navigation_list li a {
  letter-spacing: 0.1em;
  color: #000; 
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .g-local-navigation-web .g-local-navigation_list li a,
  .g-local-navigation-method .g-local-navigation_list li a {
    letter-spacing: 0; 
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 768px) {
  .g-local-navigation_list li a {
    font-size: 2.66667vw;
  }
}
@media screen and (max-width: 768px) {
  .g-local-navigation-web.-lowerNav .g-local-navigation_list li a {
    font-size: 3.2vw;
  }
}
.g-local-navigation_list li a .en {
  display: block;
  -webkit-transition: color 0.15s ease;
  transition: color 0.15s ease; 
  letter-spacing: 0.1em;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .g-local-navigation_list li a .en {
    font-size: 3.73333vw;
  }
}
.is-IE .g-local-navigation_list li a:hover,
.no-touchevents .g-local-navigation_list li a:hover {
  color: #d90000;
}
.is-IE .g-local-navigation_list li a:hover .en,
.no-touchevents .g-local-navigation_list li a:hover .en {
  color: #d90000;
}
@media screen and (min-width: 769px) {
  .g-local-navigation_list li:not(:last-child) a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 30px;
    background-color: #909193;
  }
  .-lowerNav .g-local-navigation_list li:not(:last-child) a:after,
  .g-local-navigation-method .g-local-navigation_list li:not(:last-child) a:after {
    height: 17px;
  }
}
@media screen and (max-width: 768px) {
  .g-local-navigation_list li:nth-child(n+3) {
    border-top: 1px solid #cacbce;
  }
  .g-local-navigation_list li:nth-child(2n) {
    border-left: 1px solid #cacbce;
  }

  .g-local-navigation-static-index li:first-child {
    width: 100%;
  }
  .g-local-navigation-static-index li:not(:first-child) {
    border-top: 1px solid #cacbce;
  }
  .g-local-navigation-static-index li:nth-child(even) {
    border-left: 0px;
    border-right: 1px solid #cacbce;
  }
}
.g-local-navigation_list li.is-current a {
  background-color: #000;
  color: #fff;
}
.g-local-navigation_list li.is-current a .en {
  color: #fff;
}
.g-local-navigation_list li.is-current a:after {
  content: none;
}
.no-touchevents .g-local-navigation_list li.is-current a:hover {
  color: #fff;
}
.no-touchevents .g-local-navigation_list li.is-current a:hover .en {
  color: #fff;
}
.g-local-navigation_list li.is-beforecurrent a:after {
  content: none;
}

/* --------------------------------
  pagetop
-------------------------------- */
.pagetop {
  position: fixed;
  z-index: 998;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
  max-width: 1220px;
  height: 32px;
  -webkit-transition: position 0s, -webkit-transform 0.3s;
  transition: position 0s, -webkit-transform 0.3s;
  transition: transform 0.3s, position 0s;
  transition: transform 0.3s, position 0s, -webkit-transform 0.3s;
  -webkit-transform: translateY(100%) translateY(20px);
      -ms-transform: translateY(100%) translateY(20px);
          transform: translateY(100%) translateY(20px); 
  text-align: right;
}
.is-showPagetop .pagetop {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.is-fixPagetop .pagetop {
  position: absolute;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .pagetop {
    position: static;
    margin-top: 21.33333vw;
    height: 8.53333vw;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
}
.pagetop a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease; 
  text-decoration: none;
  color: #000;
  font-size: 12px;
  line-height: 50px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.no-touchevents .pagetop a:hover {
  color: #d90000;
}
.no-touchevents .pagetop a:hover:before {
  border-color: #d90000;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    left: 0;
    margin: auto;
    width: 26.66667vw;
    font-size: 3.2vw;
    line-height: 13.33333vw;
  }
}
.pagetop a:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 15px;
  height: 15px;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease; 
  -webkit-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
          transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .pagetop a:before {
    width: 2.66667vw;
    height: 2.66667vw;
  }
}

/* --------------------------------
  SVG アイコン
-------------------------------- */
.svgIcon {
  pointer-events: none;
}

.svgIcon-logo .mainLogo {
  fill: #db030d;
}

.svgIcon-logo .subLogo {
  fill: #414b4c;
}

/* --------------------------------
  table
-------------------------------- */
.correspond {
  margin: 80px auto 0;
  max-width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .correspond {
    margin-top: 15.2vw;
    width: 84%;
  }
}

.correspond_desc {
  margin-top: 26px;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.57143;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .correspond_desc {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

@media screen and (min-width: 769px) {
  .c-products_note + .correspond_desc {
    margin-top: 94px;
  }
}

@media screen and (max-width: 768px) {
  .c-products_note + .correspond_desc {
    margin-top: 14.13333vw;
  }
}

.correspond_table {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .contact .correspond_table {
    margin-top: 0;
  }
}
.correspond_table + .correspond_table {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .correspond_table + .correspond_table {
    margin-top: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .guideline .correspond_table {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.correspond_table,
.correspond_table td,
.correspond_table th {
  border: 1px solid #d7dbe0;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .-contact .correspond_table,
  .-contact
  .correspond_table td,
  .-contact
  .correspond_table th {
    width: 100%;
  }
}
.correspond_table .asterisk,
.correspond_table td .asterisk,
.correspond_table th .asterisk {
  position: relative;
}
.correspond_table .asterisk:after,
.correspond_table td .asterisk:after,
.correspond_table th .asterisk:after {
  content: "※";
  display: block;
  position: absolute;
  right: 0.3em;
  bottom: 0.3em;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .correspond_table .asterisk:after,
  .correspond_table td .asterisk:after,
  .correspond_table th .asterisk:after {
    font-size: 2.66667vw;
  }
}
.correspond_table.gray,
.correspond_table td.gray,
.correspond_table th.gray {
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .correspond_table.gray,
  .correspond_table td.gray,
  .correspond_table th.gray {
    font-size: 3.2vw;
    line-height: 1.08333;
  }
}
.correspond_table.black,
.correspond_table td.black,
.correspond_table th.black {
  background-color: #000;
  color: #fff;
}
.correspond_table.none,
.correspond_table td.none,
.correspond_table th.none {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}

.correspond_table_body.correspond_table_body-01 th {
  width: 95px;
  height: 111px;
}
@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-01 th {
    width: 18.4vw;
    height: 12.8vw;
  }
}

.correspond_table_body.correspond_table_body-02 th {
  width: 145px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-02 th {
    width: 29.86667vw;
    height: 17.6vw;
  }
}

.correspond_table_body.correspond_table_body-03 th {
  width: 180px;
  height: auto;
  line-height: 1.1;
}

.correspond_table_body.correspond_table_body-03 td {
  width: 820px;
}

.correspond_table_body.correspond_table_body-03 .correspond_table_txt {
  margin: 0;
  padding: 10px 30px 9px;
  letter-spacing: 0.02em; 
  font-size: 14px;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-03 .correspond_table_txt {
    padding: 4.53333vw 4vw 4.26667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}
.correspond_table_body.correspond_table_body-03 .correspond_table_txt a {
  color: #d90000;
}

@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-03 th,
  .correspond_table_body.correspond_table_body-03 td {
    display: block;
    border-right: none; 
    border-bottom: none;
    border-left: none;
    width: 100%;
  }
  .correspond_table_body.correspond_table_body-03 th {
    padding: 3.46667vw 0;
    text-align: center; 
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
  .correspond_table_body.correspond_table_body-03 th.first {
    border-top: none;
  }
}

.correspond_table_body.correspond_table_body-04 th {
  width: 218px;
  height: auto;
  line-height: 1.1;
}

.correspond_table_body.correspond_table_body-04 td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  border-right: none; 
  border-bottom: none;
  border-left: none;
  width: 782px;
  text-align: left;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.correspond_table_body.correspond_table_body-04 td span {
  margin-left: 20px;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-04 td span {
    margin-left: 2.13333vw;
    font-size: 2.66667vw;
  }
}
.correspond_table_body.correspond_table_body-04 td.first {
  border-top: none;
}

.correspond_table_body.correspond_table_body-04 textarea,
.correspond_table_body.correspond_table_body-04 input,
.correspond_table_body.correspond_table_body-04 .correspond_table_txt {
  margin: 0;
  padding: 10px 30px 9px;
  letter-spacing: 0.02em; 
  font-size: 14px;
  line-height: 1.71429;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-04 textarea,
  .correspond_table_body.correspond_table_body-04 input,
  .correspond_table_body.correspond_table_body-04 .correspond_table_txt {
    padding: 4.53333vw 4vw 4.26667vw;
    font-size: 3.2vw;
    line-height: 1.66667;
  }
}

.correspond_table_body.correspond_table_body-04 textarea,
.correspond_table_body.correspond_table_body-04 input {
  padding: 10px 15px;
  border: none;
  outline: none; 
  width: 560px;
}

.correspond_table_body.correspond_table_body-04 textarea:focus,
.correspond_table_body.correspond_table_body-04 input:focus {
    background: #FFFDE7;
}

.correspond_table_body.correspond_table_body-04 textarea {
  height: 143px;
}

.correspond_table_body.correspond_table_body-04 .checkboxWrap {
  padding: 10px 15px;
  width: 560px;
  background: #fff;
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap-02 {
  padding: 10px 15px;
  width: 560px;
  background: #fff;
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap > p {
  margin-top: 0;
  letter-spacing: 0.04em;
  color: #000; 
  font-size: 14px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap-02 > p {
  margin-top: 0;
  letter-spacing: 0.04em;
  color: #000; 
  font-size: 14px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-04 .checkboxWrap > p {
    font-size: 3.2vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 > p {
    font-size: 3.2vw;
  }
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap-02 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap .c-filterSearch_feature_txt {
  margin-left: 0;
  font-size: 14px;
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap-02 .c-filterSearch_feature_txt {
  margin-left: 0;
  padding-right: 20px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .correspond_table_body.correspond_table_body-04 .checkboxWrap label + label {
    margin-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
  top: 1px;
}
.correspond_table_body.correspond_table_body-04 .checkboxWrap-02 .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
  top: 1px;
}

@media screen and (max-width: 768px) {
  .correspond_table_body.correspond_table_body-04 th,
  .correspond_table_body.correspond_table_body-04 td {
    display: block;
    border-right: none; 
    border-bottom: none;
    border-left: none;
    width: 100%;
  }
  .correspond_table_body.correspond_table_body-04 td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4vw 3.2vw;
  }
  .correspond_table_body.correspond_table_body-04 th {
    padding: 3.46667vw 0;
    text-align: center; 
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
  .correspond_table_body.correspond_table_body-04 th.first {
    border-top: none;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap,
  .correspond_table_body.correspond_table_body-04 textarea,
  .correspond_table_body.correspond_table_body-04 input {
    padding: 2.66667vw;
    border-radius: 0; 
    width: 85%;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02,
  .correspond_table_body.correspond_table_body-04 textarea,
  .correspond_table_body.correspond_table_body-04 input {
    padding: 2.66667vw;
    border-radius: 0; 
    width: 85%;
  }
  .correspond_table_body.correspond_table_body-04 textarea {
    height: 40vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap > p {
    font-size: 3.2vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 > p {
    font-size: 3.2vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap .c-filterSearch_feature_txt {
    font-size: 3.2vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 .c-filterSearch_feature_txt {
    font-size: 3.2vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
    top: 0.8vw;
    left: 0.53333vw;
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
    top: 0.5vw;
    left: 0.53333vw;
    width: 2.66667vw;
    height: 2.66667vw;
    margin: 0 0 0 0;
  }
  .correspond_table_body.correspond_table_body-04 .checkboxWrap-02 label + label {
    margin-right: 20px;
  }
}

.correspond_table_body th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease; 
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.16667;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .correspond_table_body th a {
    font-size: 2.66667vw;
  }
}
.no-touchevents .correspond_table_body th a:hover {
  color: #d90000;
}
.no-touchevents .correspond_table_body th a:hover svg {
  fill: #d90000;
}

.correspond_table_body svg {
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .correspond_table_body svg {
    width: 7.46667vw;
    height: 7.46667vw;
  }
}

.correspond_table_body p {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .correspond_table_body p {
    margin-top: 2.13333vw;
  }
}

.correspond_table_body .tick {
  display: block;
  margin: auto;
  border: 3px solid #d90000; 
  border-radius: 50%;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .correspond_table_body .tick {
    width: 7.46667vw;
    height: 7.46667vw;
  }
}

.correspond_table_body .cross {
  display: block;
  position: relative;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.correspond_table_body .cross:before,
.correspond_table_body .cross:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: o;
  left: 0;
  margin: auto;
  width: 26px;
  height: 3px;
  background-color: #b2b2b2;
}
@media screen and (max-width: 768px) {
  .correspond_table_body .cross:before,
  .correspond_table_body .cross:after {
    width: 8vw;
  }
}
.correspond_table_body .cross:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .correspond_btn {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .correspond_btn a {
    margin-top: 13px;
  }
}

@media screen and (max-width: 768px) {
  .correspond_btn a {
    width: 100%;
  }
}

/* ------------------------
  g-header
------------------------ */
.g-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1051px) {
  .g-header {
    min-width: 1000px;
  }
}
@media screen and (max-width: 1050px) {
  .g-header {
    min-width: 100%;
  }
}
@media print {
  .g-header {
    position: relative;
  }
}

.g-header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-bottom: 1px solid #f0f2f5; 
  height: 60px;
  background-color: #fff;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 931px) {
  .g-header_inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 930px) {
  .g-header_inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 870px) {
  .g-header_inner {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .g-header_inner {
    z-index: 1; 
    padding: 0 4vw;
    height: 16vw;

    -ms-flex-pack: distribute;

        justify-content: space-around;
  }
}

.g-header_logo {
  width: 160px;
  height: 80px;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .g-header_logo {
    margin-right: 0.53333vw; 
    width: 28.53333vw;
    height: 100%;
  }
}
.g-header_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
.g-header_logo a svg {
  width: 100%;
  height: 160px;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .g-header_logo a {
    width: 100%;
    height: 100%;
  }
}

.g-header_toggleDrawer {
  margin-left: 2.13333vw;
  width: 8vw;
  height: 8vw;
}
@media screen and (min-width: 769px) {
  .g-header_toggleDrawer {
    display: none;
  }
}

.g-header_toggleDrawer_btn {
  display: block;
  position: relative;
  border: none;
  outline: none; 
  width: 100%;
  height: 100%;
  background-color: transparent;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

.g-header_toggleDrawer_btn_inner {
  display: block;
  position: relative;
  margin: auto;
  width: 5.33333vw;
  height: 4.26667vw;
}

.g-header_toggleDrawer_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4.26667vw;
  height: 2px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1); 
  background-color: #000;
}
.g-header_toggleDrawer_line:nth-child(1),
.g-header_toggleDrawer_line:nth-child(3) {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.g-header_toggleDrawer_line:nth-child(1) {
  bottom: auto;
}
.g-header_toggleDrawer_line:nth-child(3) {
  top: auto;
}
.g-header_toggleDrawer_line:nth-child(4) {
  opacity: 0;
}
.is-showDrawer .g-header_toggleDrawer_line:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-showDrawer .g-header_toggleDrawer_line:nth-child(1),
.is-showDrawer .g-header_toggleDrawer_line:nth-child(3) {
  opacity: 0;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.is-showDrawer .g-header_toggleDrawer_line:nth-child(4) {
  opacity: 1; 
  -webkit-transform: rotate(135deg); 
      -ms-transform: rotate(135deg); 
          transform: rotate(135deg);
}

.g-header_sub {
  width: 100%;
  height: 50px;
  background-color: #f0f2f5;
}
@media screen and (max-width: 768px) {
  .g-header_sub {
    border-bottom: 1px solid #c1c3c7; 
    height: 40vw;
  }
  .g-header_sub.g-header_sub-02 {
    height: 21.33333vw;
  }
  .g-header_sub.g-header_sub-01,
  .g-header_sub.g-header_sub-03 {
    height: 16vw;
  }
}

.g-header_sub_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 580px;
  height: 100%; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media screen and (max-width: 768px) {
  .g-header_sub_inner {
    margin: auto;
    width: 84vw; 

    -webkit-box-orient: vertical; 

    -webkit-box-direction: normal; 

        -ms-flex-flow: column; 

            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header_sub_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .header_sub_flex {
    margin-top: 0.8vw;
    width: 100%; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}

.g-header_sub_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (min-width: 769px) {
  .g-header_sub_title {
    margin-right: 52px;
  }
}
@media screen and (max-width: 768px) {
  .g-header_sub_title {
    margin-top: 2.13333vw;
    line-height: 1.3;
  }
  .g-header_sub-01 .g-header_sub_title,
  .g-header_sub-02 .g-header_sub_title {
    margin-top: 0;
  }
}
.g-header_sub_title svg {
  position: relative;
  top: -4px;
  margin-right: 8px; 
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .g-header_sub_title svg {
    top: -0.26667vw;
    margin-right: 2.13333vw;
    width: 5.86667vw;
    height: 5.86667vw;
  }
}
.g-header_sub_title span {
  letter-spacing: 0.1em;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .g-header_sub_title span {
    font-size: 3.2vw; 
    line-height: inherit;
  }
}

.g-header_sub_btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 140px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .g-header_sub_btnList {
    margin-top: 0.8vw;
    width: 84vw; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
  .g-header_sub-01 .g-header_sub_btnList {
    margin-top: 0;
    width: auto;
  }
  .g-header_sub-03 .g-header_sub_btnList {
    margin-top: 0;
    width: 84vw;
  }
}

.g-header_sub_btnList_item {
  width: 120px;
  height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-header_sub_btnList_item {
    width: 40vw;
    height: 10.66667vw;
  }
  .g-header_sub-01 .g-header_sub_btnList_item {
    width: 26.66667vw;
  }
}
.g-header_sub_btnList_item a {
  display: block;
  border-radius: 4px; 
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
  letter-spacing: 0.13em;
  color: #000;
  font-size: 12px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .g-header_sub_btnList_item a {
    font-size: 3.2vw;
    line-height: 10.66667vw;
  }
  .g-header_sub-01 .g-header_sub_btnList_item a {
    letter-spacing: 0;
  }
}
.g-header_sub_btnList_item a:visited {
  color: #000;
}
.no-touchevents .g-header_sub_btnList_item a:hover {
  color: #d90000;
}
@media screen and (min-width: 769px) {
  .g-header_sub_btnList_item + .g-header_sub_btnList_item {
    margin-left: 8px;
  }
}

.g-header_sub_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .g-header_sub_search {
    margin-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .g-header_sub_search {
    margin-top: 2.66667vw;
    width: 84vw;
  }
  .g-header_sub-01 .g-header_sub_search {
    margin-top: 0;
    width: 54.66667vw;
  }
}
.g-header_sub_search input[type="text"] {
  padding: 0 0 0 16px;
  border: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  width: 174px;
  height: 30px;
  background: none;
  background-color: #fff;
  font-size: 12px;
}
.g-header_sub_search input[type="text"]:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}
.g-header_sub_search input[type="text"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.g-header_sub_search input[type="text"]:-moz-placeholder {
  opacity: 1; 
  color: rgba(0, 0, 0, 0.4);
}
.g-header_sub_search input[type="text"]::-moz-placeholder {
  opacity: 1; 
  color: rgba(0, 0, 0, 0.4);
}
.g-header_sub_search input[type="text"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .g-header_sub_search input[type="text"] {
    padding-left: 3.73333vw;
    width: auto;
    height: 10.66667vw;
    font-size: 3.2vw; 

    -webkit-box-flex: 1; 

        -ms-flex: 1; 

            flex: 1;
  }
}
.g-header_sub_search button,
.g-header_sub_search input[type="submit"] {
  padding: 0;
  padding: 0;
  border: none;
  border: none;
  border-radius: 0 4px 4px 0;
  outline: none;
  width: 64px;
  height: 30px;
  background: #000;
  letter-spacing: 0.07em;
  color: #fff; 
  font-size: 12px;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (max-width: 768px) {
  .g-header_sub_search button,
  .g-header_sub_search input[type="submit"] {
    overflow: hidden; 
    width: 10.66667vw;
    height: 10.66667vw;
    background: #000 url("/img/common/icon_search.svg") center no-repeat;
    background-size: 5.86667vw auto;
    white-space: nowrap;
    text-indent: 100%;
    font-size: 3.46667vw;
  }
}

/* ------------------------
g-nav
------------------------ */
.g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; 

  -ms-flex-line-pack: center; 

      align-content: center;
}
@media screen and (max-width: 768px) {
  .g-nav {
    display: none;
  }
}

.g-nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; 

  -ms-flex-line-pack: center; 

      align-content: center;
}

.g-nav_item {
  height: 100%;
}
.g-nav_item + .g-nav_item {
  margin-left: 34px;
}
@media screen and (max-width: 1050px) {
  .g-nav_item + .g-nav_item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 870px) {
  .g-nav_item + .g-nav_item {
    margin-left: 12px;
  }
}
.g-nav_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  height: 100%;
  text-decoration: none;
  letter-spacing: 0.22em;
  color: #000; 
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

      -ms-flex-flow: column;

          flex-flow: column;
}
@media screen and (max-width: 870px) {
  .g-nav_item a {
    font-size: 14px;
  }
}
.g-nav_item a:visited {
  color: #000;
}
.touchevents .g-nav_item a.is-touched,
.no-touchevents .g-nav_item a:hover {
  color: #d90000;
}
.touchevents .g-nav_item a.is-touched .svgIcon-about,
.no-touchevents .g-nav_item a:hover .svgIcon-about {
  fill: #d90000;
}
.touchevents .g-nav_item a.is-touched .svgIcon-contents,
.no-touchevents .g-nav_item a:hover .svgIcon-contents {
  fill: #d90000;
}
.touchevents .g-nav_item a.is-touched .svgIcon-login,
.no-touchevents .g-nav_item a:hover .svgIcon-login {
  fill: #d90000;
}
.touchevents .g-nav_item a.is-touched .svgIcon-onlineStore,
.no-touchevents .g-nav_item a:hover .svgIcon-onlineStore {
  fill: #d90000;
}
.touchevents .g-nav_item a.is-touched svg,
.no-touchevents .g-nav_item a:hover svg {
  fill: #d90000;
}
.g-nav_item a .g-nav_item_text {
  display: block;
  margin-top: auto;
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 870px) {
  .g-nav_item a .g-nav_item_text {
    font-size: 10px;
  }
}
.g-nav_item.is-hover-nav > a {
  color: #d90000;
}
.g-nav_item.is-hover-nav > a .svgIcon-about {
  fill: #d90000;
}
.g-nav_item.is-hover-nav > a .svgIcon-contents {
  fill: #d90000;
}
.g-nav_item.is-hover-nav > a .svgIcon-login {
  fill: #d90000;
}
.g-nav_item.is-hover-nav > a .svgIcon-onlineStore {
  fill: #d90000;
}

.g-nav_item_icon {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 1;
}
.g-nav_item_icon .svgIcon-about {
  margin: 2px 0 3px; 
  width: 22px;
  height: 22px;
}
.g-nav_item_icon .svgIcon-contents {
  margin: 4px 0 5px; 
  width: 18px;
  height: 18px;
}
.g-nav_item_icon .svgIcon-login {
  margin: 3px 0 6px; 
  width: 18px;
  height: 18px;
}
.g-nav_item_icon .svgIcon-onlineStore {
  margin: 2px 0 2px; 
  width: 22px;
  height: 22px;
}
.g-nav_item_icon .svgIcon-search {
  margin: 0 0 2px; 
  width: 26px;
  height: 26px;

  fill: #fff;
}

.js-spToggleTarget {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 0.1s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background-color: #f0f2f5;
  pointer-events: none;
}
.is-hover-nav .js-spToggleTarget {
  opacity: 1;
  pointer-events: painted;
}

.g-nav_subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
.g-nav_subList-img {
  height: 190px;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.g-nav_subList-img .g-nav_subItem {
  height: 140px;
}
.g-nav_subList-img .g-nav_subItem + .g-nav_subItem {
  margin-left: 14px;
}
.g-nav_subList-img .g-nav_subItem a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;

  -webkit-box-align: start;

      -ms-flex-align: start;

          align-items: flex-start;
}
.g-nav_subList-img .g-nav_subItem a .g-nav_subItem_text {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
}
.g-nav_subList-buy .g-nav_subItem {
  position: relative;
  padding: 0 30px; 
  height: 100%;
  font-size: 14px;
  font-weight: 700;
}
.g-nav_subList-buy .g-nav_subItem a {
  padding: 12px 0 12px; 
  height: 50px;
}
.g-nav_subList-buy .g-nav_subItem + .g-nav_subItem {
  margin-left: 0;
}
.g-nav_subList-buy .g-nav_subItem + .g-nav_subItem:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 16px;
  background-color: #dddfe3;
}

.g-nav_subItem + .g-nav_subItem {
  margin-left: 30px;
}

.g-nav_subItem a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-nav_subItem_thumb {
  width: 100%;
}

.g-nav_subItem_text {
  letter-spacing: 0.1em; 
  font-size: 16px;
  font-weight: bold;
}
.g-nav_subItem_text-instagram svg {
  display: inline-block;
  margin-left: 7px;
  width: 14px;
  height: 14px;
  vertical-align: text-top; 
  font-size: 0;
}

/* ------------------------
g-navSp
------------------------ */
@media screen and (min-width: 769px) {
  .g-navSp {
    display: none;
  }
}

.g-navSp_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-navSp_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 2.13333vw;
  text-align: center;
  text-decoration: none;
  color: #000; 
  font-size: 2.4vw;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 374px) {
  .g-navSp_list_item a {
    letter-spacing: -1.4px;
  }
}
.g-navSp_list_item a:visited {
  color: #000;
}
.touchevents .g-navSp_list_item a.is-touched,
.no-touchevents .g-navSp_list_item a:hover {
  color: #000;
}
.g-navSp_list_item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 6.66667vw;
  background-color: #dedfe0;
}
@media screen and (max-width: 768px) {
  .g-navSp_list_item a span {
    white-space: nowrap;
  }
  .g-navSp_list_item a span.onlinestore {
    background-color: #fff !important;
    letter-spacing: -0.1em;

    -webkit-font-feature-settings: "palt";

            font-feature-settings: "palt";
  }
}

.g-navSp_item_icon {
  width: 6.13333vw;
  height: 6.13333vw;
}
.g-navSp_item_icon .svgIcon-login {
  margin: 4px 0 0; 
  width: 4.26667vw;
}
.g-navSp_item_icon .svgIcon-onlineStore {
  margin: 4px 0 0; 
  width: 4.53333vw;
}
.g-navSp_item_icon .svgIcon-search {
  margin: 0; 
  width: 6.13333vw;
}

/* ------------------------
g-DrawerModal
------------------------ */
.g-DrawerModal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 16vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  -webkit-transition: opacity 0s 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.42, 0, 1, 1);
  transition: opacity 0s 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s cubic-bezier(0.42, 0, 1, 1);
  transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.4s cubic-bezier(0.42, 0, 1, 1);
  transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.4s cubic-bezier(0.42, 0, 1, 1), -webkit-transform 0.4s cubic-bezier(0.42, 0, 1, 1); 
  -webkit-transform: translate3d(0, -100%, 0); 
          transform: translate3d(0, -100%, 0);
}
.g-DrawerModal.is-showDrawer {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0s, visibility 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0s, visibility 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0s, visibility 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0s, visibility 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: translate3d(0, 0, 0); 
          transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 769px) {
  .g-DrawerModal {
    display: none;
  }
}

.g-DrawerModal_mask {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.g-DrawerModal_outer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.15s;
  transition: opacity 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.15s; 
  background: rgba(0, 0, 0, 0.7);
}
.is-showDrawer .g-DrawerModal_outer {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
  transition: opacity 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
}

.g-DrawerModal_inner {
  overflow: scroll;
  position: relative;
  width: 100%;
  height: calc(100vh - 30vw);
}

.g-DrawerModal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; 
  position: relative;
  z-index: 2;
  background-color: #dddfe3;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
.g-DrawerModal_list.is-sideCurrent .g-DrawerModal_list_item-side a {
  border-right: none;
  border-bottom: 0.26667vw solid #f0f2f5;
  border-left: none;
}

.g-DrawerModal_list_item {
  width: 100%;
}
.g-DrawerModal_list_item.is-toggle-side {
  position: absolute;
  top: 0;
  right: 0;
}
.g-DrawerModal_list_item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 4vw 0 10.66667vw;
  border-bottom: 0.26667vw solid #dddfe3;
  width: 100%;
  height: 14.4vw;
  background-color: #f0f2f5; 
  text-decoration: none;
  color: #000;
  font-size: 3.73333vw;
  font-weight: 700;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.g-DrawerModal_list_item > a:visited {
  color: #000;
}
.touchevents .g-DrawerModal_list_item > a.is-touched,
.no-touchevents .g-DrawerModal_list_item > a:hover {
  color: #000;
}
.g-DrawerModal_list_item > a.js-toggle {
  border-bottom: none;
}
.g-DrawerModal_list_item > a.js-toggle-side {
  border-bottom: 0.26667vw solid #dddfe3;
}
.g-DrawerModal_list_item > a.js-toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4vw;
  bottom: 0;
  margin: auto;
  border-top: solid 0.53333vw #000;
  border-right: solid 0.53333vw #000;
  width: 2.66667vw;
  height: 2.66667vw;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.g-DrawerModal_list_item > a.js-toggle.is-current:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.g-DrawerModal_list_item-side {
  position: relative;
  z-index: 1;
  width: 50%;
}
.g-DrawerModal_list_item-side > a {
  padding: 0;
  border-right: 0.06667vw solid #dddfe3; 
  height: 48vw;
  font-size: 6.13333vw;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
}
.g-DrawerModal_list_item-side > a.js-toggle-side:after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 6.26667vw;
  left: 0;
  margin: auto;
  border-top: solid 0.53333vw #000;
  border-right: solid 0.53333vw #000;
  width: 2.66667vw;
  height: 2.66667vw;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.is-toggle-side .g-DrawerModal_list_item-side > a.js-toggle-side {
  border-bottom: 0.26667vw solid #f0f2f5;
  background-color: #dddfe3;
}
.g-DrawerModal_list_item-side > a.js-toggle-side.is-current {
  background-color: #dddfe3;
}
.g-DrawerModal_list_item-side + .g-DrawerModal_list_item-side > a {
  border-right: none;
}
.g-DrawerModal_list_item-side:nth-child(2n) .g-DrawerModal_subList {
  margin-left: -50vw;
}

.g-DrawerModal_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4vw;
  margin: auto; 
  width: 4vw;
  height: 4vw;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.g-DrawerModal_icon .svgIcon {
  width: 100%;
  height: 100%;
}

.g-DrawerModal_subList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0 4vw;
  border-bottom: 0.26667vw solid #dddfe3; 
  width: 100vw;
  height: 0;
  -webkit-transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #f0f2f5;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.g-DrawerModal_list_item-side .g-DrawerModal_subList {
  display: block;
  padding: 0; 
  border-bottom: none;
}
.g-DrawerModal_subList.is-showSubDrawer {
  height: 116vw;
}
.g-DrawerModal_subList-2.is-showSubDrawer {
  height: 28.8vw;
}
.g-DrawerModal_subList-5.is-showSubDrawer {
  height: 72vw;
}

.g-DrawerModal_subList_item {
  margin-bottom: 6.13333vw; 
  width: 44.66667vw;
  height: 32.26667vw;
}
.g-DrawerModal_subList_item:nth-child(2n) {
  margin-left: 2.66667vw;
}
.g-DrawerModal_subList_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  letter-spacing: 0.06em;
  color: #000;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .g-DrawerModal_subList_item a {
    letter-spacing: 0.02em;
  }
}
.g-DrawerModal_subList_item a:visited {
  color: #000;
}
.touchevents .g-DrawerModal_subList_item a.is-touched,
.no-touchevents .g-DrawerModal_subList_item a:hover {
  color: #000;
}
.g-DrawerModal_list_item-side .g-DrawerModal_subList_item {
  margin-bottom: 0; 
  width: 100%;
  height: auto;
}
.g-DrawerModal_list_item-side .g-DrawerModal_subList_item:nth-child(2n) {
  margin-left: 0;
}
.g-DrawerModal_list_item-side .g-DrawerModal_subList_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 4vw;
  border-bottom: 0.26667vw solid #f0f2f5;
  height: 14.4vw;
  background-color: #dddfe3; 
  letter-spacing: 0.1em;
  font-size: 3.73333vw;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
.g-DrawerModal_subList_item:last-child a {
  border-bottom: none;
}

.g-DrawerModal_subList_item_instagram {
  display: inline-block;
  width: 3.2vw;
  height: 3.2vw;
  vertical-align: text-top; 
  font-size: 0;
}

/* --------------------------------
  .g-breadcrumb
-------------------------------- */
.g-breadcrumb {
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .g-breadcrumb {
    text-align: right; 

    -webkit-box-flex: 1; 

        -ms-flex: 1 0 0%; 

            flex: 1 0 0%;
  }
}
@media screen and (max-width: 768px) {
  .g-breadcrumb {
    margin: 3.2vw 0 0 0;
    padding: 3.2vw 8vw 0;
    border-top: 1px solid #f0f2f5;
    text-align: left;
    font-size: 2.66667vw;
  }
}
.g-breadcrumb li {
  display: inline-block;
}
.g-breadcrumb li:after {
  content: "/";
  padding: 0 0 0 5px;
  color: #000;
}
.g-breadcrumb li:last-child:after {
  content: none;
}
.g-breadcrumb li a {
  color: #d90000;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .g-breadcrumb li a {
    line-height: 1.4;
  }
}

/* --------------------------------
  g-footer
-------------------------------- */
.g-footer {
    clear: both;
    width: 100%;
}

@media screen and (min-width: 769px) {
  .g-footer {
    min-width: 1000px;
  }
}

/* g-footer_bnr ---------------- */
.g-footer_bnr {
  width: 100%;
}

.g-footer_bnr_inner {
  padding: 40px 0 36px; 
  width: 100%;
  height: 100%;
  background-color: #f5f7fa;
}
@media screen and (max-width: 768px) {
  .g-footer_bnr_inner {
    padding: 10.66667vw 8vw;
  }
}

.g-footer_bnr_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .g-footer_bnr_list {
    margin: 0 auto;
    max-width: 1000px;
  }
  .g-footer_bnr-shopdetails .g-footer_bnr_list {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_bnr_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.g-footer_bnr_list_item a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; 
  text-decoration: none;
  color: #000;
}
.no-touchevents .g-footer_bnr_list_item a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .g-footer_bnr_list_item {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .g-footer_bnr_list_item {
    margin-bottom: 7.46667vw; 
    width: 40.66667vw;
  }
  .g-footer_bnr_list_item:last-child,
  .g-footer_bnr_list_item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.g-footer_bnr_list_item_txt {
  margin-top: 0.8em;
  font-weight: 700;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .g-footer_bnr_list_item_txt {
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 1.42857;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_bnr_list_item_txt {
    letter-spacing: 0.02em; 
    font-size: 2.66667vw;
    line-height: 1.4;
  }
}

/*  ---------------- */
.g-footer_main {
  border-top: 1px solid #f0f2f5; 
  background-color: #d7dbe0;
}

.g-footer_bnr + .g-footer_main {
  border-top: none;
}

.g-footer_main_inner {
  margin: 0 auto;
  padding: 5.33333vw 8vw 55px; 
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .g-footer_main_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    padding: 75px 0px 38px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-footer_main_inner.-bottom {
    padding-top: 38px;
  }
}

.g-footer_main_title {
  width: 100%;
  background-color: #fff;
}

.g-footer_main_title_inner {
  margin: 0 auto;
  padding: 3.73333vw 0;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .g-footer_main_title_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0 15px;
    max-width:1000px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.g-footer_main_title_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media screen and (min-width: 769px) {
  .g-footer_main_title_logo {
    width: 160px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_title_logo {
    margin: auto;
    width: 33.33333vw;
    height: 6vw;
  }
}
.g-footer_main_title_logo .svgIcon-logo {
  width: 100%;
  height: 160px;
}

.g-footer_main_title_txt {
  color: #000;
  font-weight: 700;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .g-footer_main_title_txt {
    padding-left: 22px;
    width: 400px;
    text-align: left; 
    letter-spacing: 0.02em;
    font-size: 14px;
    line-height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_title_txt {
    margin-top: 0.26667vw; 
    letter-spacing: 0.02em;
    font-size: 2.66667vw;
  }
}

.g-footer_main_left {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .g-footer_main_left {
    width: 100%;
  }
}

.g-footer_main_group {
  width: 100%;
  height: 100%;
}
.g-footer_main_group-hHarf {
  height: 45%;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group-hHarf {
    margin-bottom: 12.8vw; 
    height: auto;
  }
}
.g-footer_main_group-quarter {
  padding-top: 17px;
  width: 45.833333334%;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group-quarter {
    padding-top: 1.86667vw;
    width: 48.412698413%;
  }
}
.g-footer_main_group-quarter + .g-footer_main_group {
  margin-left: 8.333333333%;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group-quarter + .g-footer_main_group {
    margin-left: 3.174603174%;
  }
}
@media screen and (min-width: 769px) {
  .g-footer_main_group-bnr {
    width: 246px;
  }
}
@media screen and (min-width: 769px) {
  .g-footer_main_group-app {
    width: 194px;
  }
}

.g-footer_main_group_title {
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  letter-spacing: 0.04em;
  color: #000;
  font-size: 14px; 
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_title {
    padding-bottom: 1.06667vw; 
    font-size: 3.84vw;
  }
}

.g-footer_main_group_contentList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .g-footer_main_group_contentList {
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_contentList {
    padding-top: 1.6vw;
  }
}

.g-footer_main_group_contentList_item {
  width: 50%;
}
@media screen and (min-width: 769px) {
  .g-footer_main_group_contentList_item:nth-child(n+3) {
    margin-top: 7px;
  }
}
.g-footer_main_group_contentList_item a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-weight: 700;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.g-footer_main_group_contentList_item a:visited {
  color: #000;
}
.touchevents .g-footer_main_group_contentList_item a.is-touched,
.no-touchevents .g-footer_main_group_contentList_item a:hover {
  color: #000;
}
@media screen and (min-width: 769px) {
  .g-footer_main_group_contentList_item a {
    letter-spacing: 0.06em; 
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_contentList_item a {
    letter-spacing: 0.04em; 
    font-size: 3.46667vw;
    line-height: 3;
  }
}

.g-footer_main_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .g-footer_main_right {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_right {
    margin-top: 10.66667vw; 
    width: 100%;
  }
}

.g-footer_main_group_snsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_snsList {
    padding-top: 4vw;
  }
}

.g-footer_main_group_snsList_item a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.no-touchevents .g-footer_main_group_snsList_item a:hover {
  opacity: 0.65;
}

@media screen and (min-width: 769px) {
  .g-footer_main_group_snsList_item {
    width: 44px;
    height: 44px;
  }
  .g-footer_main_group_snsList_item + .g-footer_main_group_snsList_item {
    margin-left: 12px;
  }
}

@media screen and (max-width: 768px) {
  .g-footer_main_group_snsList_item {
    width: 10.66667vw;
    height: 10.66667vw;
  }
  .g-footer_main_group_snsList_item + .g-footer_main_group_snsList_item {
    margin-left: 4.53333vw;
  }
}

.g-footer_main_group_bnr {
  display: block;
  padding-top: 8px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.no-touchevents .g-footer_main_group_bnr:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_bnr {
    padding-top: 2.66667vw;
    width: 100%;
  }
}

.g-footer_main_group_clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 9px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_clm {
    padding-top: 2.66667vw;
  }
}

.g-footer_main_group_clm_left {
  display: block;
  margin-right: 14px;
  width: 66px;
  height: 66px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_clm_left {
    margin-right: 2.4vw;
    width: 18.4vw;
    height: 18.4vw;
  }
}
.no-touchevents .g-footer_main_group_clm_left:hover {
  opacity: 0.65;
}

.g-footer_main_group_clm_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify;
  letter-spacing: -1px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
@media screen and (min-width: 769px) {
  .g-footer_main_group_clm_right {
    font-size: 12px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_group_clm_right {
    width: 20vw;
    letter-spacing: 0.01em; 
    font-size: 2.4vw;
    line-height: 1.55556;
  }
}

.g-footer_main_linkList {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .g-footer_main_linkList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_linkList {
    margin-top: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .g-footer_main_linkList_item + .g-footer_main_linkList_item {
    margin-left: 15px;
  }
}

@media screen and (max-width: 768px) {
  .g-footer_main_linkList_item + .g-footer_main_linkList_item {
    margin-top: 4vw;
  }
}

.g-footer_main_linkList_item a {
  display: block;
  text-decoration: none;
  letter-spacing: 0.02em;
  color: #000;
  font-size: 12px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.g-footer_main_linkList_item a:visited {
  color: #000;
}
.touchevents .g-footer_main_linkList_item a.is-touched,
.no-touchevents .g-footer_main_linkList_item a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  .g-footer_main_linkList_item a {
    font-size: 3.46667vw;
  }
}

.g-footer_associate {
    background: #fff;
}

.g-footer_associate_logo {
    align-items: stretch;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .g-footer_associate_logo {
    padding: 0 8vw;
    justify-content: space-between;
  }
}

.g-footer_associate_logo a {
    display: block;
    width: 100%;
    height: 100%;
}

.g-footer_associate_logo li {
    margin: 0 30px;
    max-width: 50%;
}

@media screen and (max-width: 768px) {
  .g-footer_associate_logo li {
    margin: 0;
    width: 48.412698413%;
  }
}

.g-footer_associate_reuse {
    background: url('/v2/cmn/img/footer/g-footer_associate_jreuse.png') center/100% auto no-repeat;
    height: 63px;
    text-indent: -9999px;
    width: 160px;
}

.g-footer_associate_aacd {
    background: url('/v2/cmn/img/footer/g-footer_associate_aacd.png') left center/42px auto no-repeat;
    position: relative;
    text-indent: -9999px;
    width: 160px;
}

.g-footer_associate_aacd span {
    color: #333;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    left: 50px;
    position: absolute;
    text-indent: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

@media screen and (max-width: 768px) {
  .g-footer_associate_logo li.g-footer_associate_aacd {
    background-position: 13% center;
    background-size: 10vw auto;
  }
  .g-footer_associate_aacd span {
    font-size: 2.4vw;
    left: 36%;
    width: auto;
  }
}

.g-footer_main_copyright {
  width: 100%;
  background: #000;
  text-align: center;
  letter-spacing: 0.04em; 
  text-transform: uppercase;
  color: #fff;
}

body>#asitis>article p.g-footer_main_copyright {
    margin: 0;
}

@media screen and (min-width: 769px) {
  .g-footer_main_copyright {
    height: 34px;
    font-size: 12px;
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer_main_copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 7.2vw;
    font-size: 2.4vw;
    line-height: 1; 

    -webkit-box-align: center; 
        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.g-footer_main_copyright.-store {
    height: auto;
    padding: 0.5em 0;
  }



/* --------------------------------
  sign up/会員登録
-------------------------------- */


section.userFlow {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: 500;

}

.m-heading.user-heading {
    height: 120px;
}


h3.m-title.user-title {
    background-color: #fff;
    color: #000;
    width: 100%;
}


h3.regist_h3{
    border-bottom: 1px solid #ccc;
    color: #333;
}

h3.member_subtitle .annotation{
    color: #828282;
    display: inline;
    font-size: 12px;
    padding: 0 10px;
}

footer h3{
    border-bottom: none;
}



.aboutId{
    text-align: right;
}


body>#asitis>article .aboutId span {
    color: #d90000;aboutId
    padding: 6px;
    text-decoration: underline;
}

.aboutIdMail {
    text-align: right;
}

body > #asitis > article .aboutIdMail a {
    color: #d90000;
    text-align: right;
    text-decoration: underline;
}



.user-stepBar {
    align-items: center;
    background-color: #d7dbe0;
    color: #333;
    display: flex;
    font-size: 14px;
    list-style: none;
    justify-content: center;
    margin: 2em 0 5em;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.user-stepBar .step.current {
    background-color: #000;
    color: #fff;
}


.user-stepBar .step {
    background-color: #f1f1f1;
    box-sizing: border-box!important;
    color: #999;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 40px 0 20px;
    position: relative;
    width: 25%;

    -webkit-box-sizing: border-box!important;
       -moz-box-sizing: border-box!important;
}

.user-stepBar .step:before,
.user-stepBar .step:after {
    background-color: #eee;
    border-left: 4px solid #fff;
    content: '';
    display: block;
    height: 20px;
    left: -15px;
    position: absolute;
    width: 20px;
}




.user-stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.user-stepBar .step::before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.user-stepBar .step.current:before,
.user-stepBar .step.current:after {
    background: #000;
}

.user-stepBar .step:first-child {
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.user-stepBar .step:first-child:before, .user-stepBar .step:first-child:after {
  content: none;
}

.user-stepBar .step:last-child {
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}


.regist_select_txt{
    margin: 0 0 35px;
}

.regist_txt{
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

p.regist_txt.atten {
    padding: 0 0 35px;
}

p.regist_txt .pTitle {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 4px;
}

body > #asitis > article p.regist_txt.atten {
    color: #d90000;
}


.m-btn_prev {
    background: none;
    border: 1px solid #000;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    letter-spacing: .2em;
    line-height: 60px;
    margin-top: 12px;
    outline: none;
    position: relative;
    text-decoration: none;
            transition: background-color .3s ease;
    width: 320px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -webkit-transition: background-color .3s ease;
}


.m-btn_prev:hover{
    background-color: #d7dbe0;
}

.m-btn_prev span {
    display: inline-block;
    transform: translateX(30px);
}


.m-btn_prev span::after {
    background-color: #000;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    margin: auto;
    top: 1px;
    transform: translateX(-80px);
            transition: background-color .3s cubic-bezier(0, 0, .58, 1);
    width: 42px;

    -webkit-transition: background-color .3s cubic-bezier(0, 0, .58, 1);
}

.m-btn_prev span::before {
    background-color: #000;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 1px;
    left: 2px;
    margin: auto;
    top: 0;
            transform: translate(-40px, -3px) rotate(135deg);
    width: 10px;

    -webkit-transform: translate(-40px, -3px) rotate(135deg) ;
        -ms-transform: translate(-40px, -3px) rotate(135deg) ;
}

.member_form dl.registration dt.onlyRadio{
    padding: 0;
}


.changeBox {
    padding: 10px 0 0 5%;
}

#mgznShopBlock {
    clear: both;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 640px;
}


#mgznRegistBlock {
    box-sizing: border-box;
    clear: both;
    display: flex;
    margin-top: 0;
    width: 640px;

    flex-wrap: wrap;
}

#mgznShopBlock .brand_detail_text{
    width: 640px;
}


/* 新規登録：フォーム */

body > #asitis dl.registration
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    margin: 10px auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

dl.registration dt{
    background-color: #000;
    border-bottom: 1px solid #d7dbe0;
    color: #fff;
    height: auto;
    line-height: 1.1;
    padding: 0;
    text-align: center;
    width: 210px;
}

dl.registration dt:last-child {
    border-bottom: none;
}

dl.registration dt p{
    font-size: 16px;
    font-weight: 700;
    padding: 24px;
}

dl.registration dd{
    border: 1px solid #d7dbe0;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;
    padding: 20px 0 10px;
    text-align: left;
    width: 428px;

    -webkit-box-direction: normal;
       -moz-box-direction: normal;
    -webkit-box-orient: vertical;
       -moz-box-orient: vertical;
    -webkit-box-pack: center;
       -moz-box-pack: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}

dl.registration dd:last-child {
    border-bottom: 1px solid #d7dbe0;
}

dl.registration dd.chooseMgzn {
    border-bottom: 1px solid #d7dbe0;
}

dl.registration dd.chooseType{
    border-top: none;
}


body > #asitis > article .delMgznShopSlect{
    box-sizing: border-box;
}


.prefecture_shop.mgzn_popup_prefecture_shop .brand_tabbox li input {
    display: none;
    height: 32px;
}

#buy_left .mgzn_popup_prefecture_shop .brand_tabbox li input  {
    display: inline-block;
    height: 32px;
}

span.mgzn_popup_shop_title.c-filterSearch_feature_txt::before {
    border: 1px solid #000;
    border-radius: 4px;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 15px;
}

.explain_ponta_point{
    border: 1px solid #c10;
    box-sizing: border-box!important;
    display: block;
    margin: 5px 0 20px;
    padding: 2px 5px;
}


.explain_ponta_point p{
    color: #cc1100;
}

.regist_h {
    color: #333;
    font-size: 30px;
    margin: 43px 0 10px;
}

.regist_h::before {
    background: url(/../img/pc/hdr/h_registration_icon.png) top left no-repeat;
    content: '';
    display: inline-block;
    height: 26px;
    width: 50px;
}

.userFinish-ponta{
    margin-top: 60px;
}

/* 新規登録：フォーム・ラジオ/チェックボタン */

.registration .c-filterSearch_feature_txt:before {
    border: 1px solid #000;
    border-radius: 4px;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

.registration .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
    background-color: #d90000;
    border-radius: 4px;
    bottom: 0;
    content: '';
    display: block;
    height: 9px;
    left: 4px;
    margin: auto;
    position: absolute;
    width: 9px;
}



/* マイページ＞ID変更 */

h3.m-title.user-title.change {
    margin-top: 40px;
}

.mailSend {
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

.data_text{
    font-size: 14px;
}

.btn_area{
    margin: 0 auto 60px;
    padding: 30px 0;
}

.btn_area strong{
    display: block;
    line-height: 1;
    text-align: center;
}

.btn_area div{
    margin: 18px auto 0;
}

.btn_area button{
    display: block;
    float: left;
}


.btn_area button{
    margin: 0 10px 0 0;
    text-align: center;
}

p.data_text.change {
    text-align: center;
}

.member_form.recaptcha_area{
    margin:  30px auto 0;
    padding: 0 0 25px;
    border: 2px solid #e6e6e6;
}

.recaptcha_area dt {
    padding: 65px 26px 0 24px;
    width: 250px;
}

.recaptcha_area dt img{
    margin: 0 auto;
    width: 80px;
    height: 30px;
    display: block;
}

.recaptcha_area dd{
    padding: 25px 0 0;
}

.recaptcha_area p{
    margin: 0 0 5px;
    color: #333;
}

.recaptcha_area p span{
    display: block;
    font-size: 11px;
    color: #4c4c4c;
    line-height: 1.6;
}

.recaptcha_area dd input{
    width: 310px;
}

.recaptcha_area dd a{
    margin: 10px 0 0;
    display: block;
    color: #2f63af!important;
}

.recaptcha_area dd a img{
    margin: 0 7px 0 0;
    vertical-align: bottom;
}

a.more300{
    background: url(/img/pc/cmn/icon_arrow.png) left center no-repeat;
    background-size: 15px;
    font-size: 12px;
    line-height: 1;
    padding: 5px 0 2px 20px;
    text-align: right;
    width: 300px;
}


dl.registration dd p{
    line-height: 1.6;
    padding: 0 5% 10px ;
}

dl.registration dd input{
    border:1px solid #000;
    margin: 0 0 0 5%;
    width: 90%;
}

dl.registration dd input[type="radio"] {
    margin: 0 10px;
    vertical-align: middle;
    width: auto;
}

/* 新規登録：エラー */

#authNumError{
    font-size: 14px;
    margin: 6px 5%;
}


#emailError,#nicknameError {
    font-size: 14px;
    margin: 10px 0 0 5%;
    width: 90%;
}

#passwordError {
    margin: 6px 5%;
    font-size: 14px;
    width: 90%;
}


.error.regist,
.error.errChangeID {
    border: 1px solid #db3a46;
    font-size: 14px;
    margin: 10px auto;
    padding: 18px;
    text-align: center;
    width: 640px;
}


.error.regist span,.error.errChangeID span {
    padding: 0 10px;
}

#recaptchaErr {
    text-align: center;
}

dl.registration dd input:focus {
    background-color: #FFFDE7;
}

dl.registration dd input.inputError,
dl.registration dd input.inputError:focus {
    background-color: #FFCDD2;
    box-shadow: 0 0 0px 999px #FFCDD2 inset;
}

/* 新規登録：ボタンエリア */

.infoForm {
    width: 800px;
}

.checkForm {
    width: 650px;
}


body>#asitis>article .checkForm a {
    color: #d90000;
    text-decoration: underline;
}

body>#asitis>article .checkForm a:hover {
    color: #d90000;
    text-decoration: none;
}

.authentication_btn {
    text-align: center;
    display: flex;
    justify-content: center;
}

.authentication_btn.change {
    margin-top: 60px;
}


.authentication_btn button{
    margin: 0 20px;
    float: none;
}

body>#asitis>article a.m-btn.m-btnEffect {
    color: #fff;
    text-decoration: none;
}

/* 新規登録：モーダルエリア */
.modal.signUp{
  padding: 50px 0 0;
}

.signUp_modal_title{
    display: block;
    margin: 18px 0 2px;
    font-weight: bold;
}


/* 新規登録・ラジオボタン部分(checkマークタイプ) */
span.c-filterSearch_feature_check {
    display: inline-block;
    padding-left: 24px;
    position: relative;
}

.c-filterSearch_feature_check:before {
    border: 1px solid #000;
    border-radius: 4px;
    content: '';
    display: block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}


@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf') format('opentype');
}


.c-filterSearch_feature_input:checked + .c-filterSearch_feature_check:after {
    box-sizing: border-box;
    color: #d90000;
    content: '\f00c';
    display: block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 15px;
    height: 16px;
    left: 2px;
    margin: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



/* --------------------------------
  会員登録・SP版設定
-------------------------------- */
@media screen and (max-width: 1024px) {

    .m-heading.user-heading {
        height: 28vw;
    }

    .user-heading .m-heading_title {
        font-size: 6.13333vw;
        letter-spacing: .08em;
        line-height: 1.30435;
    }


    #userFinish h2.m-heading_title {
        font-size: 6.13333vw;
        letter-spacing: .08em;
        line-height: 1.30435;
        margin: 0;
    }


    .regist_txt{
        font-size: 3.2vw;
        text-align: center;
    }


    p.regist_txt.atten {
        margin: 0 auto 4%;
    }

    h3.m-title.user-title {
        font-size: 4vw;
        line-height: 1.4;
        padding-bottom: 3.46667vw;
    }

    h3.m-title.user-title.change {
        margin-top: 3.46667vw;
    }

    .data_text {
        font-size: 3.2vw;
    }

    .aboutIdMail {
        text-align: right;
    }

    body>#asitis>article p.aboutIdMail a,
    body>#asitis>article .aboutId a {
        color: #D90000;
        font-size: 2.93333vw;
        text-decoration: underline;
    }

    .aboutId{
        overflow: hidden;
        margin: 4px auto 0;
        text-align: right;
        width: 84%;
    }

    .aboutId span {
        color: #fff;
        font-size: 2.93333vw;
        display: inline-block;
        text-decoration: none;
    }

    .user-stepBar{
        font-size: 2.93333vw;
        margin: 4vw 0;
        width: 100%;
    }


    .user-stepBar .step {
        background-color: #f1f1f1;
        box-sizing: border-box!important;
        color: #999;
        display: inline-block;
        font-size: 2.2vw;
        font-weight: bold;
        line-height: 10vw;
        position: relative;
        width: 25%;

        -webkit-box-sizing: border-box!important;
           -moz-box-sizing: border-box!important;
    }


    .user-stepBar .step:before,
    .user-stepBar .step:after {
        background-color: #eee;
        border-left: 2vw solid #fff;
        content: '';
        display: block;
        height: 50%;
        left: -10%;
        position: absolute;
        width: 10%;
    }


    .user-stepBar .step:nth-child(1) {
      letter-spacing: -0.2em;
        width: 28%;
    }



    /* 会員登録フォーム */
    dl.registration {
        font-size: 3.2vw;
        margin: 0 auto 10%;
        width: 84%;
    }


    dl.registration dt {
        background-color: #000;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 3.73333vw;
        font-weight: 700;
        color: #fff;
        justify-content: center;
        overflow: hidden;
        padding: 0;
        width:100%;
    }

    dl.registration dt p{
        font-size: 3.46667vw;
        padding: 3%;
        width: 100%;
    }

    dl.registration dd {
        border: 1px solid #d7dbe0;
        border-top: none;
        padding: 3% 0;
        width:100%;
    }

    dl.registration dd p {
        padding: 4px 5%;
    }

    dl.registration dd input {
        border: 1px solid #000;
        font-size: 3.2vw;
        margin: 10px auto 4px;
        padding: 0 2%;
        width: 90%;
        line-height: 9.067vw;
        height: 9.067vw;
    }


    dl.registration dd input[type="radio"] {
        width: auto;
    }

  .changeBox {
      padding: 0 0 0 5%;
  }

    .m-btn_prev{
        margin: 12px auto;
        margin-top: 4vw;
        width: 84%;
        height: 13.6vw;
        font-size: 3.2vw;
        line-height: 13.6vw;
    }

    .m-btn_prev span {
        transform: translateX(8vw);
    }


    .m-btn_prev span::before {
        height: 0.267vw;
        left: 0.533vw;
        transform: translate(-11.5vw, -0.9vw) rotate(135deg);
        width: 2.667vw;
        -webkit-transform: translate(-11.5vw, -0.9vw) rotate(135deg);
        -ms-transform: translate(-11.5vw, -0.9vw) rotate(135deg);
    }

    .m-btn_prev span::after {
        height: 0.267vw;
        top: 0.267vw;
        transform: translateX(-21.333vw);
        width: 11.2vw;
    }



    #mgznRegistBlock{
        width:100%;
        margin: 0;
    }

    .delvMgznOnlineCheck {
        width: 90%;
        margin: 2% auto;
    }

    #recaptchaErr {
        text-align: center;
    }

    #emailError,#passwordError,#authNumError {
        font-size:2.93333vw;
        margin: 6px 5%;
        width: 90%;
    }

    .error.regist,.error.errChangeID {
        border: 1px solid #db3a46;
        font-size: 2.93333vw;
        padding: 18px;
        margin: 10px auto;
        text-align: center;
        width: 84%;
    }

    .error.regist span,.error.errChangeID span {
        padding: 0 10px;
    }


    button#nextButton.m-btn {
        background: #000;
        padding: 0;
    }

    .authentication_btn{
        margin: 0 0 10% 0;
    }

    body>#asitis>article .authentication_btn.geouser button {
        width: 40%;
        font-size: 3.2vw;
        height: 10.667vw;
        padding: 0;
        line-height: 10.667vw;
        box-sizing: border-box;
    }

    body>#asitis>article .authentication_btn.geouser button.m-btn_prev span {
        display: inline-block;
        transform: translateX(5.2vw);
    }

    body>#asitis>article .authentication_btn.geouser button.m-btn_prev span::before {
        background-color: #000;
        bottom: 0;
        position: absolute;
        content: '';
        display: inline-block;
        height: 0.267vw;
        left: 0vw;
        margin: auto;
        top: 0;
        transform: translate(-40px, -3px) rotate(135deg);
        width: 1.337vw;
        -webkit-transform: translate(-10.667vw, -0.3vw) rotate(135deg);
        -ms-transform: translate(-40px, -3px) rotate(135deg);
    }

    body>#asitis>article .authentication_btn.geouser button.m-btn_prev span::after {
        background-color: #000;
        bottom: 0;
        content: '';
        display: inline-block;
        height: 0.267vw;
        left: 0;
        position: absolute;
        margin: auto;
        top: 0.267vw;
        transform: translateX(-10.667vw);
        transition: background-color .3s cubic-bezier(0, 0, .58, 1);
        width: 6.4vw;
        -webkit-transition: background-color .3s cubic-bezier(0, 0, .58, 1);
    }

    body > #asitis .flow_regist .m-btn,
    body > #asitis .flow_input .m-btn
    {
        background: #000;
        color: #fff;
        font-size: 3.2vw;
        height: 13.6vw;
        line-height: 13.6vw;
        padding: 0;
        width: 84%;
    }


    .flow_changeID{
        margin: 10px auto;
    }

    .flow_changeID p{
        margin: 10px auto !important;
        width: 84%;
    }

    .flow_changeID .m-btn {
        background: #000;
        padding: 0;
    }

    #asitis .flow_changeID a.m-btn {
        color: #fff;
        font-weight: bold;
    }

    .infoForm, .checkForm {
        font-size: 2.66667vw;
        margin: 10px auto;
        width: 84%;
    }

    #asitis .checkForm a {
        color: #d90000;
        text-decoration: underline;
    }

    #asitis .checkForm a:hover {
        color: #d90000;
        text-decoration: none;
    }


    #chooseMailAddressArea {
        margin: 3% 5%;
    }

    #asitis .flow_input p.regist_txt.atten{
        font-size: 2.93333vw;
    }

    /* ブランドボックス部分 */

    #mgznShopBlock .brand_detail_text {
        width: 100%;
        display: none;
    }

    #mgznShopBlock .brand_detail_text.on {
        display: block;
    }

    .brand_detail_text{
        margin: 10px 0 0 0px;
        padding: 0;
        box-sizing: border-box!important;
        width: 100%;
    }

    body>#asitis .brand_title{
        margin: 8px 0 0;
        padding: 10px;
        width: 100%;
        background: #eee;
        font-size: 3.2vw;
        font-weight: bold;
        color: #333;
        line-height: 1;
        box-sizing: border-box;
    }

    .brand_title .prefecture_name{
        float: left;
    }

    .brand_title .all_check{
        text-align: right;
        font-size: 3.2vw;
        font-weight: normal;
    }

    .brand_title .all_check input{
        vertical-align: middle;
    }

    .brand_title.ob{
        margin: 15px 0 0 10px;
        width: 93%;
    }

    .brand_tabbox{
        padding: 0 0 12px;
    }

    .brand_tabbox li{
        padding: 10px 0;
        display: block;
        border-bottom: 1px dotted #ccc;
        line-height: 1.4;
        width: 100%;
    }
    .mgzn_popup_prefecture_shop .brand_tabbox li {
        width: 100%;
    }

    .brand_tabbox.ob li{
        margin: 0 0 0 10px;
        width: 96%;
        border-bottom: none;
    }

    .brand_tabbox li input{
        margin: 0 6px 0 10px;
        display: inline-block;
    }

    .mgzn_popup_prefecture_shop .brand_tabbox li input {
        height: 32px;
    }

    .brand_tabbox li label{
        white-space: nowrap;
        width: 80%;
        display: inline-block;
        overflow: hidden;
        vertical-align: bottom;
    }

    .mgzn_popup_prefecture_shop .brand_tabbox li label {
        width: 100%;
    }

    .brand_tabbox li label span{
        font-size: 1.86667vw;
    }

    .mgzn_popup_prefecture_shop .brand_tabbox li label span {
        font-size: 3.2vw;
    }

    .mgzn_popup_prefecture_shop .brand_tabbox li label span.house_name {
        font-size: 1.86667vw;
    }

    span.mgzn_popup_shop_title.c-filterSearch_feature_txt {
        display: inline-block;
    }

    /* フォーム：メルマガ部分 */
    #mgznShopBlock {
        width: 84%;
        margin: 0 auto;
        padding: 0;
    }

    .mgzn_popup_area_select {
        font-size: 3.2vw;
        margin: 0 auto 10%;
    }



    /* 新規登録：モーダルエリア */

    .view-modal-11 .modal_content.modal_content-11 {
      visibility: visible;
      opacity: 1;
      position: relative;
    }

    .view-modal-11 #globalheader {
        position: inherit;
    }

    .view-modal-11 #globalfooter {
        position: inherit;
    }

    .view-modal-11 .member_subtitle {
        z-index: 0;
    }

    .view-modal-11 .modal{
        position: absolute !important;
        width: 90%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .view-modal-11 h2.modal_title {
        font-size: 3.2vw;
    }

    .view-modal-11 .modal_section {
        padding: 2%;
    }

    .view-modal-11 .modal_inner {
        width: 90%;
        padding: 20px;
    }


    .modal.signUp{
      padding: 10% 0 0;
    }

    .signUp_modal_title{
        display: block;
        margin: 18px 0 2px;
        font-weight: bold;
    }


    /* 新規登録：フォーム・ラジオ/チェックボタン */

    .registration .c-filterSearch_feature_txt:before {
        border: 1px solid #000;
        border-radius: 4px;
        content: '';
        display: block;
        height: 3.2vw;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 3.2vw;
    }

    .registration .c-filterSearch_feature_input:checked + .c-filterSearch_feature_txt:after {
        background: none;
        border: 1px solid transparent;
        box-sizing: border-box;
        color: #d90000;
        color: #d90000;
        content: '●';
        display: block;
        font-size: 3.2vw;
        height: 3.2vw;
        left: 0;
        letter-spacing: 3.2vw;
        line-height: 3.2vw;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 3.2vw;
    }



    /* ラジオボタン部分(checkマークタイプ) */
    span.c-filterSearch_feature_check {
        position: relative;
        padding-left: 5.06667vw;
        display: inline-block;
    }

    .c-filterSearch_feature_check:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        border: 1px solid #000;
        border-radius: 4px;
        width: 3.2vw;
        height: 3.2vw;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


    .c-filterSearch_feature_input:checked + .c-filterSearch_feature_check:after {
        box-sizing: border-box;
        color: #d90000;
        content: '\f00c';
        display: block;
        font-family: FontAwesome;
        font-size: 3.2vw;
        height: 3.2vw;
        left: 0.1vw;
        line-height: 3.2vw;
        margin: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }


    section.userFlow {
        height: auto;
        margin: 0;
        min-height: calc(100vh - 70px);
        padding-bottom: 30px;
    }



    h3.member_subtitle {
        background: #eaeaea;
        box-sizing: border-box!important;
        display: block;
        font-size: 3.2vw;
        font-weight: bold;
        margin: 10px 0;
        padding: 12px 0 12px 18px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    h3.member_subtitle::after {
        position: absolute;
        left: 5px;
        bottom: 12px;
        z-index: 2;
        content: '';
        height: 3.2vw;
        width: 4px;
        border-radius: 5px;
        background-color: #db245b;
    }



}

@media screen and (max-width: 620px) {
    .view-modal-11 .modal_section_txt{
        font-size: 2.93333vw;
    }
}


/* --------------------------------
  g-diagnosis
-------------------------------- */

.g-diagnosis, .g-diagnosisIndex, .g-filterSearchModal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1001;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 60px 25px;
  width: 1050px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.25s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.25s;
}

.is-Edge .g-diagnosis,
.is-Edge
  .g-filterSearchModal {
  width: 100%;
}

@media screen and (max-width: 1051px) {
  .is-Edge .g-diagnosis,
  .is-Edge
  .g-filterSearchModal {
    width: 1050px;
  }
}

@media screen and (max-width: 768px) {
  .g-diagnosis,
  .g-diagnosisIndex,
  .g-filterSearchModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 0 8vw 13.33333vw;
    width: 100%;
    -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.25s;
    transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.25s;

  }
}

.g-filterSearchModal.is-openFilterSearchModal,
.g-diagnosis.is-openDiagnosisModal,
.g-diagnosisIndex.is-openDiagnosisModal {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
  transition: opacity 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
}

.g-diagnosis_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.is-Edge .g-diagnosis_mask {
  position: absolute;
}
.is-IE .g-diagnosis_mask {
  background: rgba(0, 0, 0, 0.9);
}

.g-diagnosis_trigger,
.g-inquiry_trigger {
  position: fixed;
  z-index: 999; 
  top: 100px;
  right: 0;
  width: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.33s ease-out;
  transition: opacity 0.33s ease-out;
  letter-spacing: 0.04em;
  font-size: 14px;
  font-weight: bold;

  -webkit-writing-mode: vertical-rl;

      -ms-writing-mode: tb-rl;

          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_trigger,
  .g-inquiry_trigger {
    opacity: 1;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 13.33333vw;
    -webkit-transition: opacity 0s, -webkit-transform 0.33s ease-out;
    transition: opacity 0s, -webkit-transform 0.33s ease-out;
    transition: transform 0.33s ease-out, opacity 0s;
    transition: transform 0.33s ease-out, opacity 0s, -webkit-transform 0.33s ease-out; 
    font-size: 3.2vw;

    -webkit-writing-mode: lr-tb;

        -ms-writing-mode: lr-tb;

            writing-mode: lr-tb;
  }
}
.g-diagnosis_trigger.is-openDiagnosisModal {
  -webkit-transition: opacity 0s 0.11s, -webkit-transform 0.11s ease-in;
  transition: opacity 0s 0.11s, -webkit-transform 0.11s ease-in;
  transition: transform 0.11s ease-in, opacity 0s 0.11s;
  transition: transform 0.11s ease-in, opacity 0s 0.11s, -webkit-transform 0.11s ease-in; 
  -webkit-transform: translateX(100%); 
      -ms-transform: translateX(100%); 
          transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .g-diagnosis_trigger.is-openDiagnosisModal {
    opacity: 0; 
    -webkit-transform: translateY(100%); 
        -ms-transform: translateY(100%); 
            transform: translateY(100%);
  }
}
@media screen and (max-width: 768px) {
  .g-diagnosis_trigger.is-hideDiagnosisTrigger {
    opacity: 0; 
    -webkit-transition: opacity 0s 0.11s, -webkit-transform 0.11s ease-in; 
    transition: opacity 0s 0.11s, -webkit-transform 0.11s ease-in; 
    transition: transform 0.11s ease-in, opacity 0s 0.11s; 
    transition: transform 0.11s ease-in, opacity 0s 0.11s, -webkit-transform 0.11s ease-in;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.g-diagnosis_trigger a,
.g-inquiry_trigger a {
  display: block;
  position: relative;
  padding: 26px 0 48px;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; 
  background-color: #db0004;
  text-decoration: none;
  color: #fff;
  line-height: 40px;
}

.g-inquiry_trigger a {
  background-color: #000;
  padding: 26px 0;
}

@media screen and (max-width: 768px) {
  .g-diagnosis_trigger a,
  .g-inquiry_trigger a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    line-height: normal; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.no-touchevents .g-diagnosis_trigger a:hover {
  background-color: #000;
}

.no-touchevents .g-inquiry_trigger a:hover {
  background-color: #db0004;
}


.g-diagnosis_trigger a i {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto;
  border: 2px solid #fff; 
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.is-Edge .g-diagnosis_trigger a i,
.is-IE .g-diagnosis_trigger a i {
  -webkit-writing-mode: lr-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
}
@media screen and (min-width: 769px) {
  .g-diagnosis_trigger a i {
    top: auto;
    right: 0;
    bottom: 17px; 
    left: 0;
  }
}
.g-diagnosis_trigger a i:before,
.g-diagnosis_trigger a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
}
.g-diagnosis_trigger a i:before {
  width: 8px;
  height: 2px;
}
.g-diagnosis_trigger a i:after {
  width: 2px;
  height: 8px;
}

.g-diagnosis_outer,
.g-diagnosisIndex .g-diagnosisIndex_outer {
  position: relative;
  margin: auto;
  width: 1000px;
}


@media screen and (max-width: 768px) {
  .g-diagnosis_outer,
  .g-diagnosisIndex .g-diagnosisIndex_outer {
    width: 100%;
  }
}

.g-diagnosis_closeBtn span {
  display: block;
  position: relative;
  margin-left: auto;
  width: 31px;
  height: 56px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_closeBtn span {
    width: 6.93333vw;
    height: 15.73333vw;
  }
}
.g-diagnosis_closeBtn span:before,
.g-diagnosis_closeBtn span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 35px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_closeBtn span:before,
  .g-diagnosis_closeBtn span:after {
    top: 2.66667vw;
    width: 8vw;
  }
}
.g-diagnosis_closeBtn span:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-diagnosis_closeBtn span:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.no-touchevents .g-diagnosis_closeBtn span:hover {
  opacity: 0.6;
}

.g-diagnosis_inner,
.g-diagnosisIndex .g-diagnosisIndex_inner,
.g-filterSearchModal_inner {
  display: none; 
  overflow-x: auto;
  overflow-y: auto;
  padding: 50px 40px 60px;
  width: 1000px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_inner,
  .g-diagnosisIndex .g-diagnosisIndex_inner,
  .g-filterSearchModal_inner {
    padding: 11.46667vw 4vw 16vw;
    width: 100%;
  }
}

.is-openDiagnosisModal .g-diagnosis_inner,
.is-openDiagnosisModal .g-diagnosisIndex_inner,
.is-openFilterSearchModal .g-filterSearchModal_inner {
  display: block;
}

.g-filterSearchModal-title,
.g-diagnosis_title {
  letter-spacing: 0.12em;
  font-size: 30px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .g-filterSearchModal-title,
  .g-diagnosis_title {
    font-size: 6.13333vw;
  }
}

.g-diagnosis_desc {
  margin-top: 40px;
  letter-spacing: 0.06em;
  font-size: 16px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .g-diagnosis_desc {
    margin-top: 4.53333vw;
    font-size: 3.46667vw;
  }
}

.g-diagnosis_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; 

  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
}



@media screen and (max-width: 768px) {
  .g-diagnosis_list {
    margin-top: 6.4vw;
  }
}
.g-diagnosis_list li a,
.g-diagnosis_list li button,
.g-diagnosis_list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  outline: none; 
  width: 100%;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  color: #000;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.no-touchevents .g-diagnosis_list li a:hover,
.no-touchevents .g-diagnosis_list li button:hover,
.no-touchevents .g-diagnosis_list li span:hover {
  color: #d90000;
}
.no-touchevents .g-diagnosis_list li a:hover svg,
.no-touchevents .g-diagnosis_list li button:hover svg,
.no-touchevents .g-diagnosis_list li span:hover svg {
  fill: #d90000;
}
.g-diagnosis_list li a > *,
.g-diagnosis_list li button > *,
.g-diagnosis_list li span > * {
  pointer-events: none;
}
.g-diagnosis_list li a.g-diagnosis_button.is-selected,
.g-diagnosis_list li button.g-diagnosis_button.is-selected,
.g-diagnosis_list li span.g-diagnosis_button.is-selected {
  color: #d90000;
}
.g-diagnosis_list li a.g-diagnosis_button.is-selected svg,
.g-diagnosis_list li button.g-diagnosis_button.is-selected svg,
.g-diagnosis_list li span.g-diagnosis_button.is-selected svg {
  fill: #d90000;
}
.g-diagnosis_list li svg {
  width: 47px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_list li svg {
    width: 9.86667vw;
    height: 13.33333vw;
  }
}
@media screen and (min-width: 769px) {
  .g-diagnosis_list li:nth-child(1) a,
  .g-diagnosis_list li:nth-child(1) button,
  .g-diagnosis_list li:nth-child(1) span {
    width: 115px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(2) a,
  .g-diagnosis_list li:nth-child(2) button,
  .g-diagnosis_list li:nth-child(2) span {
    width: 86px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(3) a,
  .g-diagnosis_list li:nth-child(3) button,
  .g-diagnosis_list li:nth-child(3) span {
    width: 107px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(4) a,
  .g-diagnosis_list li:nth-child(4) button,
  .g-diagnosis_list li:nth-child(4) span {
    width: 123px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(5) a,
  .g-diagnosis_list li:nth-child(5) button,
  .g-diagnosis_list li:nth-child(5) span {
    width: 101px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(6) a,
  .g-diagnosis_list li:nth-child(6) button,
  .g-diagnosis_list li:nth-child(6) span {
    width: 107px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(7) a,
  .g-diagnosis_list li:nth-child(7) button,
  .g-diagnosis_list li:nth-child(7) span {
    width: 86px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(8) a,
  .g-diagnosis_list li:nth-child(8) button,
  .g-diagnosis_list li:nth-child(8) span {
    width: 105px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(9) a,
  .g-diagnosis_list li:nth-child(9) button,
  .g-diagnosis_list li:nth-child(9) span {
    width: 80px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(10) a,
  .g-diagnosis_list li:nth-child(10) button,
  .g-diagnosis_list li:nth-child(10) span {
    width: 116px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(11) a,
  .g-diagnosis_list li:nth-child(11) button,
  .g-diagnosis_list li:nth-child(11) span {
    width: 89px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(12) a,
  .g-diagnosis_list li:nth-child(12) button,
  .g-diagnosis_list li:nth-child(12) span {
    width: 107px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(13) a,
  .g-diagnosis_list li:nth-child(13) button,
  .g-diagnosis_list li:nth-child(13) span {
    width: 111px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(14) a,
  .g-diagnosis_list li:nth-child(14) button,
  .g-diagnosis_list li:nth-child(14) span {
    width: 117px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(15) a,
  .g-diagnosis_list li:nth-child(15) button,
  .g-diagnosis_list li:nth-child(15) span {
    width: 89px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(16) a,
  .g-diagnosis_list li:nth-child(16) button,
  .g-diagnosis_list li:nth-child(16) span {
    width: 108px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(17) a,
  .g-diagnosis_list li:nth-child(17) button,
  .g-diagnosis_list li:nth-child(17) span {
    width: 87px;
    height: 92px;
  }
  .g-diagnosis_list li:nth-child(n+10) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .g-diagnosis_list li {
    width: 33%;
  }
  .g-diagnosis_list li:nth-child(n+4) {
    margin-top: 7.46667vw;
  }
  .g-diagnosis_list li:nth-child(n+7) {
    margin-top: 5.33333vw;
  }
  .g-diagnosis_list li:nth-child(n+10) {
    margin-top: 7.73333vw;
  }
  .g-diagnosis_list li:nth-child(n+13) {
    margin-top: 9.06667vw;
  }
  .g-diagnosis_list li:nth-child(n+16) {
    margin-top: 7.73333vw;
  }
  .g-diagnosis_list li:nth-child(4) p {
    -webkit-transform: translateY(-1.06667vw);
        -ms-transform: translateY(-1.06667vw);
            transform: translateY(-1.06667vw);
  }
}
.g-diagnosis_list li p {
  white-space: nowrap;
  font-size: 12px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .g-diagnosis_list li p {
    font-size: 2.93333vw;
    line-height: 1.09091;
  }
}

.g-diagnosis_cagory {
  position: relative;
  margin-top: 50px;
  padding: 25px 30px 30px;
  background-color: #f5f7fa;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory {
    margin-top: 13.33333vw;
    padding: 6.66667vw 5.33333vw 8vw;
    -webkit-transition: 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .g-diagnosis_cagory.is-currentWeb {
    padding-bottom: 21.33333vw;
  }
}

.g-diagnosis_cagory_title {
  letter-spacing: 0.06em;
  color: #000; 
  font-size: 16px;
  font-weight: bold;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_title {
    font-size: 3.46667vw;
  }
}

.g-diagnosis_cagory_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list {
    display: block;
    margin-top: 4.53333vw;
  }
}

.g-diagnosis_cagory_list_item {
  margin: 0 4px 0 4px; 

  -webkit-box-flex: 1; 

      -ms-flex: 1 1 0%; 

          flex: 1 1 0%;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list_item {
    margin: 0;
  }
  .g-diagnosis_cagory_list_item + .g-diagnosis_cagory_list_item {
    margin-top: 2.66667vw;
  }
}
.g-diagnosis_cagory_list_item a {
  display: block;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  background-color: #d0d2d5;
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list_item a {
    padding: 3.46667vw 0 4.8vw;
  }
}
.g-diagnosis_cagory_list_item.is-current a {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list_item {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: transform 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: transform 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .g-diagnosis_cagory_list_item.is-currentWeb.g-diagnosis_cagory_list_item-web,
  .g-diagnosis_cagory_list_item.is-currentWeb.g-diagnosis_cagory_list_item-visit {
    -webkit-transform: translateY(13.33333vw);
        -ms-transform: translateY(13.33333vw);
            transform: translateY(13.33333vw);
  }
}

.g-diagnosis_cagory_list_item_lead {
  letter-spacing: 0.16em; 
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list_item_lead {
    font-size: 5.06667vw;
  }
}

.g-diagnosis_cagory_list_item_desc {
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list_item_desc {
    margin-top: 0.26667vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.g-diagnosis_cagory_list_item_txt {
  display: inline-block;
  margin-top: 4px;
  border-bottom: 1px solid; 
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_list_item_txt {
    margin-top: 0.26667vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}

.g-diagnosis_cagory_balloon {
  display: inline-block;
  opacity: 0;
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  margin: auto;
  padding: 14px 0;
  width: 514px;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s; 
  -webkit-transform: translateY(-20px); 
      -ms-transform: translateY(-20px); 
          transform: translateY(-20px);
  background: #d90000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
.g-diagnosis_cagory_balloon.is-currentWeb {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.25, 0.25, 0.75, 0.75), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_balloon {
    top: 53.33333vw;
    padding: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 2.66667vw;
    line-height: 1.4;
  }
  .g-diagnosis_cagory_balloon p {
    padding: 1.86667vw;
    text-align: center; 
    white-space: nowrap;
  }
}
.g-diagnosis_cagory_balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #d90000;
}
@media screen and (max-width: 768px) {
  .g-diagnosis_cagory_balloon:before {
    margin-left: -2.66667vw;
    border-width: 2.66667vw;
  }
}

.NotoSansMedium {
  font-family: 'Noto Sans JP';
  font-weight: 700;
}

.RalewayBold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.RalewayExtraBold {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

