/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/common.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/* Box sizing rules */
*,:after,:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ol[class],ul[class] {
  padding: 0;
  list-style: none;
}

/* Remove default margin */
blockquote,body,dd,dl,figure,h1,h2,h3,h4,ol[class],p,ul[class] {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,picture {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
/* Inherit fonts for inputs and buttons */
button,input,select,textarea {
  font: inherit;
  cursor: pointer;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
/* Base
   ----------------------------------------------------------------- */
* {
  font-family: Roboto,Noto Sans JP,sans-serif;
}

input[type=button],input[type=submit] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
input[type=button]:hover,input[type=submit]:hover {
  opacity: 0.7;
}
input[type=button].noopacity:hover,input[type=submit].noopacity:hover {
  opacity: 1;
}

main {
  min-height: 300px;
}

a {
  cursor: pointer;
  font-weight: 400;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-style: normal;
  text-decoration: none;
  color: #262626;
}
a:hover {
  opacity: 0.7;
}
a.noopacity:hover {
  opacity: 1;
}

.sp_menu,.sp_menu_nav {
  display: none;
}

input {
  cursor: pointer;
  font-style: normal;
  color: #262626;
}

input,textarea {
  -webkit-appearance: none;
}

input:focus {
  outline: 0;
}

input::-webkit-input-placeholder {
  font: normal normal normal 16px/21px Roboto;
}

input::-moz-placeholder {
  font: normal normal normal 16px/21px Roboto;
}

input::placeholder {
  font: normal normal normal 16px/21px Roboto;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input[type=button],input[type=checkbox],input[type=radio],label {
  -webkit-appearance: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

input[type=checkbox] {
  border: 1px solid #e0e0e0;
}

input:active[type=checkbox] {
  border: 1px solid #098ffa;
}

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

input[type=button]::focus,input[type=submit]::focus {
  outline-offset: -2px;
}

.hide {
  display: none !important;
}

.cG {
  color: #4ab419;
}

.cB {
  color: #1f2b5e;
}

h1,h2,h3,h4,h5,p {
  font-style: normal;
  color: #262626;
}

.js-more-text {
  overflow-y: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
.l-header-wrap{
  width: 100%;
  z-index: 1000;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.l-header {
  width: 100%;
  background: white;
  border-bottom: 1px solid #e0e0e0;
}
.l-header__box {
  display: grid;
  grid-template-columns: 235.11px auto;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 70px;
}
a.l-header__logo {
  display: block;
  width: 239px;
}

@media (min-width: 768px){
.l-header-wrap.transform{
  position: fixed;
  top: 0px;
  animation: nav-anime 0.4s;
}
@keyframes nav-anime {
  from {
  transform: translateY(-100%);
  opacity: 1;
  }
  to {
  transform: translateY(0);
  opacity: 1;
  }
}
.l-header-wrap.transform + .l-header-blank{
  height: 127px;
}
}
@media (max-width: 768px){
.l-header {
  position: fixed;
  top: 0px;
  z-index: 1000;
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
}
.l-header--hide {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  opacity: 0;
}

}

/* footer
   ----------------------------------------------------------------- */
.l-footer--top {
  display: block;
  padding: 56px 0;
  min-height: 458px;
  background: #393939;
}
.l-footer--top__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  gap: 88px;
  flex-wrap: wrap;
}
.l-footer--top__hp {
  margin-top: 32px;
}
.l-footer--top__icon {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  gap: 20px;
  -webkit-box-align: center;
          align-items: center;
}
.l-footer--top__nav {
  margin-top: 30px;
  display: grid;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  gap: 22px;
}
.l-footer--top__address {
  margin: 24px 0 32px;
}
.l-footer--top__card {
  padding-top: 10px;
  width: 100%;
}
.l-footer--top__card:first-child {
  padding-top: 0px;
}
.l-footer--bottom {
  background: #262626;
  -webkit-box-pack: center;
          justify-content: center;
  height: 49px;
}
.l-footer--bottom,.l-footer--bottom__box {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.l-footer--bottom__box {
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 19px 0;
  width: 100%;
}
.l-footer--bottom__link {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  gap: 32px;
  -webkit-box-align: center;
          align-items: center;
}

/* Main
   ----------------------------------------------------------------- */
.l-main {
  padding: 0 0 160px;
}

/* Global-nav
   ----------------------------------------------------------------- */
.l-global-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  -webkit-box-align: center;
          align-items: center;
  gap: 24px;
  opacity: 1;
}
.l-global-nav--notice {
  position: relative;
}
.l-global-nav--notice:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #D3222A 0% 0% no-repeat padding-box;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 9px;
  z-index: 10;
}
.l-global-nav--sp,.l-global-nav--sp__menu__img-box .js-menu-close,.l-global-nav--sp__menu__text {
  display: none;
}
.l-global-nav__hover {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 239px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 0;
  top: 8px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, transform 0.5s;
  transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  z-index: 3;
}
.l-global-nav__hover__inner {
  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 8px #0000003D;
          box-shadow: 0px 0px 8px #0000003D;
  min-height: 100px;
  display: block;
}
.l-global-nav__hover--box {
  padding-top: 10px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -10px;
  right: 0px;
}
.l-global-nav__hover__card {
  height: 45px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 16px;
}
.l-global-nav__hover__wrap {
  padding: 20px 0;
  position: relative;
}
.l-global-nav__hover__wrap:after {
  content: "";
  display: block;
  width: calc(100% - 32px);
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #E0E0E0;
}
.l-global-nav__hover__wrap--nopd {
  padding-top: 0px;
}
.l-global-nav__hover__wrap:last-child:after {
  display: none;
}
.l-global-nav__hover__wrap--user:last-child {
  padding-bottom: 20px;
}
.l-global-nav__hover--parent {
  position: relative;
}
.l-global-nav__hover--parent.active .l-global-nav__hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: unset;
}
.l-global-nav__hover--parent .l-global-nav__close{
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.l-global-nav__hover--parent.active .l-global-nav__close{
  display: block;
}
.l-global-nav__hover--more {
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-top: 1px solid #e0e0e0;
}
.l-global-nav__hover--head {
  padding: 24px 16px 15px;
  border-bottom: 1px solid #e0e0e0;
}
.l-global-nav__hover--head--tooltip {
  display: grid;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  padding: 32px 16px 20px;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
}
.l-global-nav__hover--scroll {
  max-height: 402px;
  padding: 0 16px 0 0;
  overflow-y: scroll;
  scrollbar-track-color: #FAFAFA;
}
.l-global-nav__hover--scroll__card {
  padding: 13px 16px 17px;
  border-bottom: 1px solid #e0e0e0;
  display: grid;
  gap: 11px;
}
.l-global-nav__hover--scroll__card:last-child {
  border-bottom: none;
}

/* Sub-nav
   ----------------------------------------------------------------- */
.l-sub-nav {
  height: 56px;
  width: 100vw;
  background: white;
}
.l-sub-nav__box {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  height: 100%;
  gap: 32px;
  -webkit-box-align: center;
          align-items: center;
}

/* Box
   ----------------------------------------------------------------- */
.l-box {
  max-width: 1100px;
  margin: 0 auto;
}
.l-box,.l-box--header {
  width: calc(100% - 80px);
}

/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/* Button
   ----------------------------------------------------------------- */
.c-button {
  width: 200px;
  height: 50px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  color: white;
  font-size: 15px;
  border: none;
}
.c-button,.c-button__inner {
  -webkit-box-align: center;
          align-items: center;
}
.c-button__inner {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  gap: 4px;
}
.c-button__inner--sub {
  color: #6FB92B;
}
.c-button__inner--default {
  color: #FFF;
}
.c-button--main {
  background: transparent -webkit-gradient(linear, left top, right top, from(#6FBA2C), color-stop(48%, #ABCD03), to(#6FBA2C));
  background: transparent linear-gradient(90deg, #6FBA2C 0%, #ABCD03 48%, #6FBA2C 100%);
  background-size: 200%;
  -webkit-transition: background 0.2s ease-out !important;
  transition: background 0.2s ease-out !important;
}
.c-button--main:hover {
  opacity: 1 !important;
  background-position: 90% !important;
}
.c-button--main--confirm {
  background: transparent -webkit-gradient(linear, left top, right top, from(#6FBA2C), color-stop(48%, #ABCD03), to(#6FBA2C));
  background: transparent linear-gradient(90deg, #6FBA2C 0%, #ABCD03 48%, #6FBA2C 100%);
  background-size: 200%;
}
.c-button--confirm,.c-button--main--confirm {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.c-button--confirm {
  background: #28A7E1;
}
.c-button--inactive {
  background: #C7C7C7;
}
.c-button--blue {
  background: #28A7E1;
}
.c-button--gray {
  background: #767676;
}
.c-button--error {
  background: #D3222A;
}
.c-button--border {
  background: white;
  border: 1px solid #e0e0e0;
}
.c-button--border--main {
  background: none;
  border: 1px solid #6fb92b;
}
.c-button--border--error {
  background: none;
  border: 1px solid #d3222a;
}
.c-button--sub {
  width: 332px;
  height: 48px;
  background: none;
  border: 1px solid #6fb92b;
  color: #6FB92B;
}
.c-button--sub--min {
  width: 192px;
  height: 42px;
}
.c-button--login {
  width: 92px;
  height: 31px;
  background: white;
  border-radius: 5px;
  border: 1px solid #6fb92b;
}
.c-button--logout {
  width: 102px;
  height: 35px;
  border-radius: 5px;
  background: white;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.c-button--arrow {
  width: 362px;
  height: 71px;
  background: linear-gradient(to right, #6FBA2C, #ABCD03);
  color: #fff;
  font-size: 20px;
  -webkit-box-shadow: 10px 10px 20px #00000029;
          box-shadow: 10px 10px 20px #00000029;
  position: relative;
  margin: 30px auto 0;
}
.c-button--arrow:before {
  content: "";
  display: block;
  width: 9px;
  height: 100%;
  background: url(/images/icon/parts/ico-arrow-right-white.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 4.7%;
}
@media (min-width: 1680px) {
.c-button--arrow {
  width: 21.55vw;
  height: 4.23vw;
  font-size: 1.19vw;
  margin: 1.79vw auto 0;
}
.c-button--arrow:before {
  width: 0.54vw;
}
}
.c-button--arrow .c-button__inner--sub{
  color: #fff;
}
.c-button__download {
  width: 132px;
  height: 35px;
}
.c-button__download__icon {
  width: 12px;
  height: 14px;
}

/* More
   ----------------------------------------------------------------- */
.c-more {
  color: #28A7E1;
  font-weight: 500;
}
.c-more--arrow {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
  height: 21px;
}
.c-more--arrow:before {
  content: attr(data-text);
  display: block;
  color: #28A7E1;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
  font-weight: 500;
}
.c-more--arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-image: url(/images/icon/parts/ico-arrow-down3.png);
  background-size: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-more--arrow--right:after {
  background-image: url(/images/icon/parts/ico-arrow-right3.png);
  width: 6px;
  height: 10px;
}
.c-more--arrow--back:after {
  display: none;
}
.c-more--arrow--back:before {
  background-image: url(/images/icon/parts/ico-arrow-back.png);
  background-size: cover;
  width: 6px;
  height: 10px;
}
.c-more--arrow--open:before {
  content: "元に戻す";
  display: block;
  color: #28A7E1;
  font-size: 15px;
  line-height: 21px;
  white-space: nowrap;
}
.c-more--arrow--open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-more--arrow--cart--open:before {
  content: "戻る";
}

/* Icon
   ----------------------------------------------------------------- */
.c-icon__nav {
  width: 24px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.c-icon__nav--active {
  opacity: 0;
}
.c-icon__nav--header,.c-icon__nav--header--login {
  -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
}
.c-icon__nav--user {
  width: 32px;
  height: 32px;
}
.c-icon__nav--color {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.c-icon__nav--color--active {
  opacity: 1;
}
.c-icon__add,.c-icon__nav--color__box {
  position: relative;
}
.c-icon__add {
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  border: 1px solid #767676;
}
.c-icon__add:before {
  width: 11px;
  height: 1px;
}
.c-icon__add:after,.c-icon__add:before {
  content: "";
  display: block;
  background: #767676;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-icon__add:after {
  height: 11px;
  width: 1px;
}
.c-icon__add--remove {
  border: 1px solid #c3c3c3;
}
.c-icon__add--remove:before {
  background: #C3C3C3;
}
.c-icon__add--remove:after {
  display: none;
}
.c-icon__loading {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-icon__error {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

/* Text
----------------------------------------------------------------- */
p {
  line-height: 1.67;
}

span.c-text--mid {
  display: block;
}

.c-text {
  font-size: 15px;
  line-height: 1.67;
}
.c-text:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text:after,.c-text:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text__label {
  padding: 3px 0px;
}
.c-text--bold {
  font-weight: 700;
}
.c-text--medium {
  font-weight: 500;
}
.c-text--reg {
  font-weight: 400;
}
.c-text__howto__title {
  font-size: 26px;
  line-height: 1.67;
}
.c-text__howto__title:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
  content: "";
}
.c-text__howto__title:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.67) * 0.5em);
  content: "";
}
.c-text__howto__title__label {
  padding: 5.5px 0px;
}
.c-text--xxl-title {
  font-size: 28px;
  line-height: 1.67;
}
.c-text--xxl-title:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xxl-title:after,.c-text--xxl-title:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xxl-title:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xxl-title__label {
  padding: 5.5px 0px;
}
.c-text--xl-title {
  font-size: 24px;
  line-height: 1.67;
}
.c-text--xl-title:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xl-title:after,.c-text--xl-title:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xl-title:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xl-title__label {
  padding: 5.5px 0px;
}
.c-text--title {
  font-size: 20px;
  line-height: 1.67;
}
.c-text--title:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--title:after,.c-text--title:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--title:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--title__label {
  padding: 4.5px 0px;
}
.c-text--title-x {
  font-size: 20px;
  line-height: 1.67;
}
.c-text--title-x:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--title-x:after,.c-text--title-x:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--title-x:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--title-x__label {
  padding: 4.5px 0px;
}
.c-text--l {
  font-size: 22px;
  line-height: 1.67;
}
.c-text--l:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--l:after,.c-text--l:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--l:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xl {
  font-size: 20px;
  line-height: 1.67;
}
.c-text--xl:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xl:after,.c-text--xl:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xl:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xl__label {
  padding: 3px 0;
}
.c-text--xx {
  font-size: 18px;
  line-height: 1.67;
}
.c-text--xx:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xx:after,.c-text--xx:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xx:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xx__label {
  padding: 3px 0;
}
.c-text--xx-x {
  font-size: 18px;
  line-height: 1.67;
}
.c-text--xx-x:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xx-x:after,.c-text--xx-x:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xx-x:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xx-x__label {
  padding: 3px 0;
}
.c-text--x,.c-text--x-normal {
  font-size: 16px;
  line-height: 1.67;
}
.c-text--x-bold {
  font-size: 16px;
  line-height: 1.67;
  font-weight: bold;
}
.c-text--x-normal:before,.c-text--x:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
  content: "";
}
.c-text--x-normal:after,.c-text--x:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.67) * 0.5em);
  content: "";
}
.c-text--x__label {
  padding: 4px 0;
}
.c-text--x-normal__label {
  padding: 4px 0px;
}
.c-text--normal-xmid {
  font-size: 15px;
  line-height: 1.67;
}
.c-text--normal-xmid:before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.67) * 0.5em);
  content: "";
}
.c-text--normal-xmid:after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.67) * 0.5em);
  content: "";
}
.c-text--normal-xmid__label {
  padding: 3px 0px;
}
.c-text--xmid {
  font-size: 14px;
  line-height: 1.67;
}
.c-text--xmid:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xmid:after,.c-text--xmid:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xmid:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xmid--label,.c-text--xmid__label {
  padding: 3px 0px;
}
.c-text--mid {
  font-size: 12px;
  line-height: 1.67;
}
.c-text--mid:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--mid:after,.c-text--mid:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--mid:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--mid__label {
  padding: 2.5px 0;
}
.c-text--min {
  font-size: 10px;
  line-height: 1.67;
}
.c-text--min:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--min:after,.c-text--min:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--min:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--min__label {
  padding: 2.5px 0;
}
.c-text--xmid-mid {
  font-size: 14px;
  line-height: 1.67;
}
.c-text--xmid-mid:before {
  margin-top: calc((1 - 1.67) * 0.5em);
}
.c-text--xmid-mid:after,.c-text--xmid-mid:before {
  display: block;
  width: 0;
  height: 0;
  content: "";
}
.c-text--xmid-mid:after {
  margin-bottom: calc((1 - 1.67) * 0.5em);
}
.c-text--xmid-mid__label {
  padding: 3px 0;
}
.c-text--over {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.c-text--over--1 {
  -webkit-line-clamp: 1;
}
.c-text--over--line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.c-text__bottom-text {
  margin-top: 8px;
}
.c-text--center {
  text-align: center;
}
.c-text--end {
  text-align: end;
}
.c-text--gray {
  color: #767676;
}
.c-text--white {
  color: #FFF;
}
.c-text--link {
  color: #28A7E1;
}
.c-text--inactive {
  color: #C7C7C7;
}
.c-text--main {
  color: #6FB92B;
}
.c-text--error {
  color: #D3222A;
}
.c-text--noto {
  font-family: Noto Sans JP,sans-serif;
}

/* Media
   ----------------------------------------------------------------- */
.c-media__logo--footer {
  width: 169px;
  height: 41px;
}
.c-media__banner {
  max-width: unset;
  width: 100%;
  height: 100%;
  scroll-snap-align: center;
}
.c-media__banner,.c-media__check {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media__check {
  width: 56px;
  height: 56px;
}

/* Modal
   ----------------------------------------------------------------- */
.c-modal__back {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: background 0.3s, opacity 0.3s;
  transition: background 0.3s, opacity 0.3s;
  z-index: 990;
  position: fixed;
  top: 0px;
  left: 0px;
  pointer-events: none;

  overflow-y: scroll;
  overscroll-behavior: contain;
  -ms-overflow-style: none;
  scrollbar-width: none;
  touch-action: none;
}
.c-modal__back::before{
  content: "";
  display: block;
  width: 1px;
  height: calc(100vh + 1px);
}
.c-modal__back::-webkit-scrollbar {
  display: none;
}
.c-modal__back--active {
  opacity: 1;
  pointer-events: unset;
}
.c-modal__error {
  padding: 14px 16px 15px;
  background: #FFF0F1 0% 0% no-repeat padding-box;
  border: 1px solid #d3222a;
  border-radius: 5px;
  margin-top: 8px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 8px;
}
.c-modal__error:before {
  content: "";
  display: block;
  margin-top: 3px;
  width: 16px;
  height: 16px;
  min-width: 16px;
  background-image: url(/images/icon/parts/ico-error.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.c-modal__success {
  padding: 14px 16px 15px;
  background: #F4F8F0 0% 0% no-repeat padding-box;
  border: 1px solid #6fb92b;
  border-radius: 5px;
  margin-top: 8px;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 8px;
}
.c-tooltip__box,.c-tooltip__img {
  display: inline;
}
.c-tooltip__img {
  width: 15px;
  height: 15px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-width: 15px;
  min-height: 15px;
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.c-tooltip__img:hover {
  opacity: 0.7;
}
.c-tooltip__modal {
  padding: 80px 0;
  position: fixed;
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: scroll;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  display: none;
}
.c-tooltip__modal--open {
  pointer-events: unset;
  display: block;
  opacity: 1;
}
.c-tooltip__modal__content {
  width: calc(100% - 80px);
  max-width: 800px;
  margin: 0 auto;
  background: white;
  border-radius: 5px;
  position: relative;
  z-index: 20;
}
.c-tooltip__modal__content,.c-tooltip__modal__content--tip {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-tooltip__modal__content--code,.c-tooltip__modal__content--sort {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-tooltip__modal__content--code {
  width: calc(100% - 66px);
}
.c-tooltip__modal__content--pay_form {
  max-width: 626px;
}
.c-tooltip__modal__content--message {
  padding: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-tooltip__modal__content--review,.c-tooltip__modal__content--review_complete {
  max-width: 840px;
}
.c-tooltip__modal__content--cancel_policy,.c-tooltip__modal__content--quote_cancel {
  max-width: 626px;
}
.c-tooltip__modal__close {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(38, 38, 38, 0.3);
  background-image: url(/images/icon//navi//ico-close.png);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 30;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-tooltip__modal__close:hover {
  opacity: 0.7;
}
.c-tooltip__modal__back {
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
}
.c-tooltip__content {
  padding: 56px 41px 64px;
  display: grid;
  gap: 40px;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}
.c-tooltip__content__title {
  margin-bottom: 16px;
}
.c-tooltip__content__title--sub {
  margin-bottom: 8px;
}

.js-tooltip-button {
  cursor: pointer;
}

/* ==========================================================================
   Animation
   ========================================================================== */
.a-hover__zoom--child {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.a-hover__zoom:hover .a-hover__zoom--child {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.a-hover__gray {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
.a-hover__gray:hover {
  background: #F4F4F4;
}
@media (max-width: 768px){
  .pc {
    display: none !important;
  }
  h1 {
    font: normal normal 700 20px Roboto;
  }
  .l-header {
    -webkit-box-shadow: 0px 3px 4px #0000001A;
            box-shadow: 0px 3px 4px #0000001A;
  }
  .l-header--hide {
    top: -48px;
    -webkit-transform: unset;
            transform: unset;
  }
  .l-header--hide .c-icon__nav--header {
    top: -60px;
  }
  .l-header--hide .c-icon__nav--header--login {
    top: -58px;
  }
  .l-header__box {
    height: 48px;
  }
  a.l-header__logo {
    width: 120px;
  }
  a.l-header__logo img {
    width: 100%;
    height: 32px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .l-footer--top {
    min-height: unset;
    padding: 32px 0 40px;
  }
  .l-footer--top__box {
    gap: 0px;
  }
  .l-footer--top__hp {
    margin-top: 20px;
  }
  .l-footer--top__nav {
    display: none;
    margin: 20px 0 23px;
    padding: 0 17px;
    gap: 17px;
  }
  .l-footer--top__nav>.c-text--xmid {
    font-size: 12px;
  }
  .l-footer--top__address {
    margin: 16px 0 20px;
  }
  .l-footer--top__card {
    padding: 0px;
  }
  .l-footer--top__card:first-child {
    -webkit-box-ordinal-group: 5;
            order: 4;
    margin-top: 26px;
  }
  .l-footer--top__card:first-child>.c-text {
    padding-top: 0px;
  }
  .l-footer--top__card>.c-text {
    padding: 16px 8px;
    font-size: 12px;
    border-bottom: 1px solid #767676;
    position: relative;
  }
  .l-footer--top__card>.c-text:after {
    content: "";
    display: block;
    background-image: url(/images/icon/parts/ico-arrow-down.png);
    width: 12px;
    height: 7px;
    background-size: cover;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-footer--top__card>.c-text.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .l-footer--bottom {
    height: auto;
  }
  .l-footer--bottom__box {
    flex-wrap: wrap;
    gap: 36px;
  }
  .l-footer--bottom__link {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    gap: 13px 16px;
  }
  .l-main {
    padding: 48px 0 100px;
  }
  .l-main--control {
    padding-bottom: 0px;
  }
  .l-global-nav {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    height: 64px;
    bottom: 0px;
    left: 0;
    gap: 0;
    grid-template-columns: repeat(5, 1fr);
    background: #FFF;
    -webkit-box-shadow: 0px -3px 6px #00000029;
            box-shadow: 0px -3px 6px #00000029;
    -webkit-transition: opacity 0.3s, bottom 0.3s;
    transition: opacity 0.3s, bottom 0.3s;
  }
  .l-global-nav--nologin {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-global-nav--hide {
    bottom: -64px;
  }
  .l-global-nav--hide .c-button--sub--min  .c-button--mov--sub--min {
    opacity: 0;
  }
  .l-global-nav__user__text {
    display: none;
  }
  .l-global-nav--sp {
    display: block;
  }
  .l-global-nav--sp__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    position: relative;
    top: 3px;
  }
  .l-global-nav--sp__menu:nth-child(3) {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .l-global-nav--sp__menu:nth-child(4) {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .l-global-nav--sp__menu:nth-child(5) {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .l-global-nav--sp__menu:nth-child(6) {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .l-global-nav--sp__menu:nth-child(8) {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .l-global-nav--sp__menu__img-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
  .l-global-nav--sp__menu__img-box--open .js-menu-open {
    display: none;
  }
  .l-global-nav--sp__menu__img-box--open .js-menu-close {
    display: block;
  }
  .l-global-nav--sp__menu__text {
    display: block;
    margin-top: 8px;
  }
  .l-global-nav__hover--sp-menu {
    width: 239px;
    height: 100%;
    background-color: white;
    margin-left: auto;
    overflow-y: scroll;
    padding-bottom: 120px;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: scroll;
    overscroll-behavior: contain;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-global-nav__hover--scroll {
    max-height: calc(100vh - 455px);
  }
  .l-sub-nav {
    display: none;
  }
  .l-box {
    width: calc(100% - 30px);
  }
  .l-box--header {
    width: calc(100% - 26px);
  }
  .l-box--sp {
    max-width: 1100px;
    margin: 0 auto;
    width: calc(100% - 30px);
  }
  .c-button--sub--min {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    position: fixed;
    bottom: 81px;
    right: 10px;
    z-index: 1000;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background: #FFF;
    font-size: 12px;
  }
  .c-button--sub--min .c-icon__nav,.c-button--sub--min--hide {
    display: none;
  }
  .c-button--sub--min:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
    background-size: cover;
    background-image: url(/images/icon/navi/ico-dentaku.png);
  }
.c-button--mov--sub--min {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  position: fixed;
  bottom: 81px;
  right: 10px;
  z-index: 1000;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #FFF;
  font-size: 12px;
  line-height:22px;
}
.c-button--mov--sub--min .c-icon__nav,.c-button--mov--sub--min--hide {
  display: none;
}
.c-button--mov--sub--min:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
  background-size: cover;
}

  .c-button--login {
    width: 84px;
    height: 28px;
  }
  .c-button--arrow:before {
    width: 1.6vw;
    right: 6.4%;
  }
  .c-button--arrow {
    font-size: 4.26vw;
    width: 66.4vw;
    height: 14.93vw;
    border-radius: 5px;
    margin: 1vw auto 0;
  }
  .c-icon__nav--header {
    position: fixed;
    top: 12px;
  }
  .c-icon__nav--header--bell {
    right: 16px;
  }
  .c-icon__nav--header--bell--hide {
    display: none;
  }
  .c-icon__nav--header--tooltip {
    right: 56px;
  }
  .c-icon__nav--header--tooltip--nologin {
    right: 118px;
  }
  .c-icon__nav--header--tooltip--hide {
    display: none;
  }
  .c-icon__nav--header--login {
    position: fixed;
    top: 10px;
    right: 16px;
  }
  .c-icon__nav--header--login--hide {
    display: none;
  }
  .c-icon__nav--color__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .c-text__howto__title {
    font-size: 20px;
    line-height: 1.67;
  }
  .c-text__howto__title:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text__howto__title:after,.c-text__howto__title:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text__howto__title:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text__howto__title__label {
    padding: 4.5px 0px;
  }
  .c-text--xxl-title {
    font-size: 20px;
    line-height: 1.67;
  }
  .c-text--xxl-title:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xxl-title:after,.c-text--xxl-title:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--xxl-title:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xxl-title__label {
    padding: 4.5px 0px;
  }
  .c-text--xl-title {
    font-size: 20px;
    line-height: 1.67;
  }
  .c-text--xl-title:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xl-title:after,.c-text--xl-title:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--xl-title:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xl-title__label {
    padding: 4.5px 0px;
  }
  .c-text--title {
    font-size: 16px;
  }
  .c-text--title:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--title:after,.c-text--title:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--title:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--title__label {
    padding: 4px 0px;
  }
  .c-text--title-x {
    font-size: 16px;
    line-height: 1.67;
  }
  .c-text--title-x:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--title-x:after,.c-text--title-x:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--title-x:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--title-x__label {
    padding: 4px 0;
  }
  .c-text--xx-x {
    font-size: 16px;
    line-height: 1.67;
  }
  .c-text--xx-x:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xx-x:after,.c-text--xx-x:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--xx-x:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xx-x__label {
    padding: 4px 0;
  }
  .c-text--x-normal {
    font-size: 15px;
    line-height: 1.67;
  }
  .c-text--x-normal:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--x-normal:after,.c-text--x-normal:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--x-normal:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--x-normal__label {
    padding: 3px 0px;
  }
  .c-text--normal-xmid {
    font-size: 14px;
    line-height: 1.67;
  }
  .c-text--normal-xmid:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--normal-xmid:after,.c-text--normal-xmid:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--normal-xmid:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--normal-xmid__label {
    padding: 3px 0px;
  }
  .c-text--xmid-mid {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.67;
  }
  .c-text--xmid-mid:before {
    margin-top: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xmid-mid:after,.c-text--xmid-mid:before {
    display: block;
    width: 0;
    height: 0;
    content: "";
  }
  .c-text--xmid-mid:after {
    margin-bottom: calc((1 - 1.67) * 0.5em);
  }
  .c-text--xmid-mid__label {
    padding: 2.5px 0;
  }
  .c-media__logo--footer {
    width: 124px;
    height: 30px;
  }
  .c-tooltip__modal {
    padding: 40px 0;
  }
  .c-tooltip__modal__content--tip img {
    max-width: unset;
    width: 100%;
  }
  .c-tooltip__modal__content--cancel_policy,.c-tooltip__modal__content--pay_form,.c-tooltip__modal__content--quote_cancel {
    margin-top: 24px;
  }
  .c-tooltip__modal__close {
    top: 4px;
    right: 4px;
  }
  .c-tooltip__content {
    gap: 28px;
    padding: 32px 15px 48px;
  }
}
@media (min-width: 769px){
  .sp {
    display: none !important;
  }
  .l-footer--top__card {
    max-width: 185px;
  }
  .l-footer--top__card:first-child {
    max-width: 225px;
  }
  .l-global-nav__user {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    gap: 8px;
    margin-left: 9px;
  }
  .l-global-nav__user:before {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    margin-right: 27px;
    background: #E0E0E0;
  }
  .l-global-nav__hover__wrap:last-child {
    padding-bottom: 20px;
  }
  .c-modal__back[data-target=sp-menu] {
    display: none;
  }
  .c-tooltip__modal__content--tip {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-tooltip__modal__content--review,.c-tooltip__modal__content--review_complete {
    margin-top: -150px;
  }
}
@media (prefers-reduced-motion: reduce){
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*# sourceMappingURL=common.css.map*/
