@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
}
/******************************************
[global]
******************************************/
html {
  -webkit-overflow-scrolling: touch;
}
html.skrollr {
  overflow: auto !important;
}
html.skrollr body {
  overflow: auto !important;
}

body {
  font-size: 15px;
  font-family: "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
body.is-open {
  overflow: hidden;
  touch-action: none;
}

*:last-child {
  margin-bottom: 0;
}

/*
[link]
******************************************/
a {
  text-decoration: none;
  color: #0095fe;
  transition: 0.3s;
}

.link:hover {
  text-decoration: underline;
}
.link-underline {
  text-decoration: underline;
}
.link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
[text]
******************************************/
.text {
  margin: 0 0 35px;
  font-weight: 400;
}
.text-red {
  color: #ff0000;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.br {
  display: block;
}

.fw-b {
  font-weight: bold;
}

/*
[img]
******************************************/
img {
  vertical-align: middle;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.aspect:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.aspect-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
[margin / padding]
******************************************/
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.p1e {
  padding-left: 1em;
}

/*
[display]
******************************************/
@media (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
  .text {
    margin: 0 0 15px;
    font-size: 0.8rem;
  }
}
/*
[bg]
******************************************/
.bg-gray {
  background: #f1f1f1;
}

/*
[container]
******************************************/
.container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    padding: 0 10px;
  }
}
/*
[fullHeight]
******************************************/
/******************************************
[haeder]
******************************************/
#global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
#global-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
#global-header-left, #global-header-right {
  display: flex;
  align-items: center;
  height: 70px;
}

@media (max-width: 768px) {
  #global-header {
    position: relative;
    top: auto;
    left: auto;
    border-bottom: 1px solid #d4d4d4;
  }
  #global-header-inner {
    padding: 10px;
  }
  #global-header-left, #global-header-right {
    height: auto;
  }
  #global-header-left {
    max-width: 185px;
  }
  #global-header-right {
    align-self: flex-end;
  }
}
/*
[gloval-header-left]
******************************************/
#global-header-logo {
  width: 259px;
  margin: 0 20px 0 0;
}
#global-header-logo h1 {
  margin: 0 0 5px;
  font-size: 0.65rem;
  font-weight: 400;
}

.global-header-search {
  display: flex;
  align-items: center;
  width: 250px;
  height: 38px;
}
.global-header-search input[type=text] {
  flex: 1 0 auto;
  height: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  border-radius: 4px 0 0 4px;
  border: 2px solid #e3e3e3;
  border-right: none;
  font-size: 0.8125rem;
}
.global-header-search-btn {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
}
.global-header-search button {
  flex: 0 0 auto;
  width: 38px;
  height: 100%;
  background: #033e92;
  border-radius: 0 4px 4px 0;
}

@media (max-width: 768px) {
  #global-header-logo {
    width: auto;
    margin: 0;
    margin: 0 5px 0 0;
  }
  #global-header-logo h1 {
    margin: 0;
    font-size: 0.55rem;
  }
  .global-header-search {
    width: auto;
    margin: 10px;
  }
  .global-header-search input[type=text] {
    flex: 0 1 auto;
    width: 100%;
  }
}
@media (max-width: 320px) {
  #global-header-logo h1 {
    font-size: 0.5rem;
  }
}
/*
[global-header-right]
******************************************/
.global-nav-item {
  height: 100%;
}
.global-nav-link, .global-nav-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 15px;
}
.global-nav-trigger {
  white-space: nowrap;
  color: #033e92;
}
.global-nav-trigger .icon-menu {
  margin: 0 0 5px;
}
.global-nav-text {
  display: block;
  font-size: 0.75rem;
  color: #033e92;
  line-height: 1;
}
.global-nav-chatBadge {
  position: absolute;
  top: -4px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #fe0000;
  border-radius: 50%;
}

@media (min-width: 769px) {
  .global-nav-item:hover > .global-menu-wrap {
    opacity: 1;
    z-index: 100;
    visibility: visible;
  }
  .global-nav-link:hover, .global-nav-trigger:hover {
    background: #eee;
  }
}
@media (max-width: 768px) {
  .global-nav-item {
    height: auto;
    padding: 0 5px;
  }
  .global-nav-link {
    padding: 0;
  }
  .global-nav-trigger {
    padding: 0;
    font-size: 0.6875rem;
  }
}
@media (max-width: 320px) {
  .global-nav-item {
    padding: 0;
  }
  .global-nav-link {
    padding: 10px;
  }
}
/*
[global-menu]
******************************************/
.global-menu {
  width: 160px;
  font-weight: 400;
}
.global-menu li {
  margin: 0 0 15px;
}
.global-menu li:last-child {
  margin-bottom: 0;
}
.global-menu a {
  color: #222;
}
.global-menu-wrap {
  position: absolute;
  top: 71px;
  display: table;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 3px 5px rgba(34, 34, 34, 0.1);
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.global-menu-inner {
  display: table-cell;
  padding: 15px 25px;
  border-right: 1px solid #e6e6e6;
}
.global-menu-inner:last-child {
  border-right: none;
}
.global-menu-title {
  margin: 0 0 20px;
  font-size: 1.1rem;
  font-weight: 700;
}

#global-nav-account .global-menu-wrap {
  left: 50%;
  transform: translateX(-50%);
}
#global-nav-menu .global-menu-wrap {
  right: 0;
}

@media (min-width: 769px) {
  .global-menu a:hover {
    text-decoration: underline;
  }
}
/*
[drawer]
******************************************/
#drawer-wrap.is-open #drawer-slide {
  transform: translateX(0);
}
#drawer-wrap.is-open #drawer-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
#drawer-trigger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #033e92;
}
#drawer-trigger .global-nav-text {
  font-size: 0.6875rem;
}
#drawer-trigger .icon {
  margin: 0 0 5px;
}
#drawer-inner {
  transition: 0.3s;
}
#drawer-slide {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  z-index: 9999;
}
#drawer-close {
  padding: 10px;
  text-align: right;
}
#drawer-item {
  flex: 1 1 auto;
  width: 100%;
  max-width: 300px;
  background: #fff;
  font-size: 0.9rem;
  overflow-y: scroll;
}
#drawer-account {
  padding: 10px;
  text-align: right;
  font-weight: 400;
}

.drawer-head {
  height: 35px;
  padding: 0 10px;
  background: #eee;
  border-bottom: 1px solid #cfcfcf;
  line-height: 35px;
  font-weight: 700;
}
.drawer-menu li {
  border-bottom: 1px solid #cfcfcf;
  line-height: 1;
  font-weight: 400;
}
.drawer-menu a {
  display: block;
  height: 44px;
  padding: 0 10px;
  line-height: 44px;
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.15);
}

/*
[global-nav-badge]
******************************************/
.global-nav-badge {
  position: absolute;
  top: 15px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  background: #fe0000;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

@media (max-width: 768px) {
  .global-nav-badge {
    top: -8px;
    right: 0;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    border-radius: 7px;
    font-size: 0.6rem;
  }
}
@media (max-width: 320px) {
  .global-nav-badge {
    top: 3px;
    right: 3px;
  }
}
/******************************************
[footer]
******************************************/
#global-footer {
  font-weight: 400;
}
#global-footer-inner {
  width: 100%;
  padding: 50px 0 30px;
}
#global-footer-inner .container {
  padding: 0;
}
#global-footer-nav {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
#global-footer-menu {
  display: flex;
  flex-wrap: wrap;
}

.global-footer-menu-item {
  width: 160px;
  margin: 0 35px 0 0;
}
.global-footer-menu-item:last-child {
  margin-right: 0;
}
.global-footer-menu-item li {
  margin: 0 0 15px;
  line-height: 1;
  font-size: 0.8125rem;
}
.global-footer-menu-item li:last-child {
  margin-bottom: 0;
}
.global-footer-menu-sub li {
  margin: 0 0 35px;
}
.global-footer-head {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 1rem;
  font-weight: 700;
}
.global-footer-link {
  display: flex;
  align-items: center;
  color: #6c6c6c;
}
.global-footer-link:before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  margin: 0 5px 0 0;
  background: url("../img/arrow/arrow-tri-black.svg") no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  #global-footer .slide-item {
    display: block;
  }
  .global-footer-menu-item a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  #global-footer-inner {
    padding: 15px 0;
  }
  #global-footer-nav {
    flex-direction: column;
    margin: 0 0 15px;
  }
  #global-footer-menu {
    border-top: 1px solid #d8d8d8;
  }
  .global-footer-menu-item {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .global-footer-menu-item .slide-item li {
    margin: 0;
    border-bottom: 1px solid #d8d8d8;
  }
  .global-footer-menu-item .slide-item li:last-child {
    border-bottom: none;
  }
  .global-footer-menu-item .slide-item a {
    padding: 15px 25px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  .global-footer-menu-sub {
    display: flex;
    width: 100%;
  }
  .global-footer-menu-sub li {
    width: 50%;
    margin: 0;
    border-right: 1px solid #272727;
  }
  .global-footer-menu-sub li:last-child {
    border-right: none;
  }
  .global-footer-head {
    margin: 0;
    padding: 15px 20px;
    font-weight: 500;
  }
  .global-footer-head.slide-toggle:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 6px;
    background: url(../img/arrow/arrow-thin-gray.png) no-repeat center;
    background-size: cover;
    transition: 0.3s;
  }
  .global-footer-head.slide-toggle.is-open:before {
    transform: translateY(-50%) rotate(-180deg);
  }
}
/*
[pagetop]
******************************************/
#pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #222;
  border: 1px solid #222;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#pagetop .icon {
  margin: 0 0 5px;
}

@media (min-width: 769px) {
  #pagetop:hover {
    background: #fff;
    color: #222;
    cursor: pointer;
  }
  #pagetop:hover .icon:before {
    background-image: url(../img/arrow/arrow-pagetop-black.png);
  }
}
@media (max-width: 768px) {
  #pagetop {
    order: -1;
    align-self: center;
    margin: 0 0 15px;
  }
}
/*
[copyright]
******************************************/
#copyright {
  text-align: right;
  font-size: 0.65rem;
  color: #6c6c6c;
}

@media (max-width: 768px) {
  #copyright {
    text-align: center;
    font-size: 0.5rem;
  }
}
/******************************************
[page-header]
******************************************/
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  font-size: 0.8rem;
  font-weight: 400;
  color: #6b6b6b;
}
.breadcrumb a {
  color: #6b6b6b;
}
.breadcrumb-item:not(:first-child):before {
  content: ">";
  margin: 0 15px;
}

#page-title-wrap {
  margin: 0 0 20px;
}
#page-title-wrap .page-title {
  margin: 0;
}
#page-title-wrap p {
  font-weight: 400;
  text-align: right;
}

.page-title {
  margin: 0 0 30px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

@media (min-width: 769px) {
  .breadcrumb a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
  }
  #page-title-wrap p {
    margin: 10px 0 0;
    text-align: left;
  }
  .page-title {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}
/******************************************
[navbar]
******************************************/
.navbar {
  background: #033e92;
}
.navbar-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.navbar-item {
  width: 100%;
  height: 100%;
}
.navbar-item-home {
  flex: 0 0 auto;
  width: auto;
}
.navbar-item-home .navbar-link {
  padding: 0 30px;
}
.navbar-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}

@media (min-width: 769px) {
  .navbar-link:hover {
    background: #002a65;
  }
}
@media (max-width: 768px) {
  .navbar-unit {
    padding: 0;
  }
  .navbar-item:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 10px);
    background: #2f65b2;
    z-index: 1;
  }
  .navbar-item:last-child:before {
    display: none;
  }
  .navbar-item-home {
    display: none;
  }
  .navbar-link {
    font-size: 0.6875rem;
    text-align: center;
  }
}
/******************************************
[btn]
******************************************/
button {
  transition: 0.3s;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #efefef;
  border-radius: 4px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  color: #222;
}
.btn-square {
  border-radius: 0;
}
.btn-red {
  background: #da0606;
  color: #fff;
}
.btn-blue {
  background: #005dad;
  color: #fff;
}
.btn-blue2 {
  background: #033e92;
  color: #fff;
}
.btn-black {
  background: #222;
  color: #fff;
}
.btn-white {
  background: #fff;
  border: 1px solid #cdd1d4;
}
.btn-plane {
  padding: 10px;
  background: none;
}
.btn-gray {
  background: #9babb5;
  color: #fff;
}
.btn-pale {
  background: #f8f9fb;
  border: 1px solid #cdd1d4;
  line-height: 58px;
}
.btn-green {
  background: #14ac46;
  color: #fff;
}
.btn-bd-blue {
  background: #fff;
  border: 2px solid #033e92;
  color: #033e92;
}
.btn-bd-gray {
  background: #f5f7f9;
  border: 1px solid #cdd1d4;
  color: #222;
}
.btn-list {
  display: flex;
  justify-content: space-between;
}
.btn-list-item {
  flex: 0 1 auto;
  width: 100%;
  margin: 0 20px 0 0;
}
.btn-list-item:last-child {
  margin-right: 0;
}
.btn-icon .icon {
  margin: 0 10px;
}
.btn-icon .icon:first-child {
  margin-left: 0;
}
.btn-icon .icon:last-child {
  margin-right: 0;
}
.btn-w240 {
  width: 240px;
}
.btn-center {
  display: flex;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .btn:hover {
    background: #ddd;
  }
  .btn-red:hover {
    background: #f21f1f;
  }
  .btn-blue:hover {
    background: #167dd6;
  }
  .btn-blue2:hover {
    background: #005dad;
  }
  .btn-black:hover {
    background: rgba(34, 34, 34, 0.8);
  }
  .btn-plane:hover, .btn-gray:hover {
    opacity: 0.7;
  }
  .btn-gray:hover {
    background: #b2c2cc;
  }
  .btn-pale:hover {
    border-color: #167dd6;
    color: #167dd6;
  }
  .btn-green:hover {
    background: #18cb53;
  }
}
@media (max-width: 768px) {
  .btn {
    height: 60px;
    font-size: 1rem;
    font-weight: 700;
  }
  .btn-list {
    flex-direction: column;
  }
  .btn-list-item {
    margin: 0 0 10px;
  }
  .btn-list-item:last-child {
    margin-bottom: 0;
  }
  .btn-w240 {
    height: 45px;
  }
}
/******************************************
[form]
******************************************/
::-moz-placeholder {
  color: #c2c2c2;
}
::placeholder {
  color: #c2c2c2;
}

.form-head {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
}
.form-wrap {
  background: #f1f4f6;
  margin: 0 0 4px;
  padding: 20px;
}
.form-wrap:last-child {
  margin-bottom: 0;
}
.form-wrap .form-row {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.form-wrap .form-row-alignStart {
  align-items: flex-start;
}
.form-wrap .form-row-alignStart .form-label {
  display: flex;
  align-items: center;
  height: 36px;
}
.form-wrap .form-row-w100 {
  flex-wrap: wrap;
}
.form-wrap .form-row-w100 .form-label {
  width: 100%;
  margin: 0 0 10px;
}
.form-wrap .form-label {
  flex: 0 0 auto;
  width: 215px;
  margin: 0;
  font-weight: 500;
}
.form-wrap .form-required {
  margin: 0 10px 0 0;
}
.form-wrap .form-radio-label:before {
  background: #fff;
}
.form-row {
  margin: 0 0 30px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px;
  font-weight: 400;
}
.form-label-space {
  padding: 0 0 0 45px;
}
.form-item {
  width: 100%;
}
.form-group {
  display: flex;
  align-items: center;
  width: 100%;
}
.form-group > * {
  margin: 0 10px 0 0;
}
.form-group > *:last-child {
  margin-right: 0;
}
.form-narrow {
  width: 310px;
}
.form-required {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 35px;
  height: 20px;
  background: #ff0000;
  text-align: center;
  line-height: 20px;
  font-size: 0.7rem;
  color: #fff;
}
.form-optional {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 35px;
  height: 20px;
  background: #808080;
  text-align: center;
  line-height: 20px;
  font-size: 0.7rem;
  color: #fff;
}
.form-help {
  margin: 10px 0 0;
  font-size: 0.85rem;
  font-weight: 400;
}
.form-help-unit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-error {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  font-size: 0.8rem;
  font-weight: 700;
  color: #ff0000;
}
.form-error-input {
  border-color: #ff0000 !important;
}
.form-action-btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 15px;
}
.form-action-btn:last-child {
  margin-bottom: 0;
}
.form-action-btn .btn {
  line-height: 1.2;
}
.form-confirm .form-wrap .form-label {
  margin: 0;
}
.form-confirm .form-wrap .form-row-w100 .form-label {
  margin: 0 0 10px;
}
.form-confirm .form-label + .form-item {
  margin: 0 0 0 1rem;
}
.form-confirm .form-item {
  font-weight: 400;
}
.form-confirm .reviewEdit {
  margin: 0 0 0 -1em;
}
.form-policy-ttl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}
.form-policy-box {
  margin-bottom: 30px;
}
.form-policy-box:last-of-type {
  margin-bottom: 0;
}
.form-policy-minttl {
  font-weight: normal;
}

@media (max-width: 768px) {
  .form-wrap {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
  }
  .form-wrap .form-row {
    flex-wrap: wrap;
  }
  .form-wrap .form-row-alignStart {
    align-items: flex-start;
  }
  .form-wrap .form-row-alignStart .form-label {
    height: auto;
  }
  .form-wrap .form-label {
    width: 100%;
    margin: 0 0 10px;
    font-size: 0.9rem;
  }
  .form-wrap .form-item {
    width: 100%;
  }
  .form-label-space {
    padding: 0;
  }
  .form-group > * {
    margin: 0 5px 0 0;
  }
  .form-narrow {
    width: 100%;
  }
}
/*
[form-control]
******************************************/
.form-control {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  font-size: 0.9rem;
  font-weight: 400;
}
.form-control[type=text], .form-control[type=number] {
  height: 36px;
  padding: 0 10px;
}

/*
[select]
******************************************/
.form-select {
  min-width: 290px;
  height: 36px;
  padding: 0 25px 0 10px;
  background: url(../img/arrow/arrow-line-black2.png) no-repeat right 10px center #fff;
  background-size: 14px 8px;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  font-size: 0.9rem;
  font-weight: 400;
}
.form-select:hover {
  cursor: pointer;
}
.form-select:disabled {
  color: #d6d6d6;
}
.form-select-disabled {
  background-color: #f1f4f6;
}
.form-select-disabled:disabled {
  color: #222;
}
.form-select-num {
  flex: 0 0 auto;
  width: 100px;
  min-width: 0;
}
.form-select-category {
  flex: 0 0 auto;
  width: 200px;
  min-width: 0;
}

@media (max-width: 768px) {
  .form-select {
    width: 100%;
    min-width: 0;
  }
  .form-select-num {
    width: 75px;
  }
}
/*
[multiselect]
******************************************/
.form-multiselect {
  height: 100%;
}
.form-multiselect .ms-parent {
  width: 100% !important;
  height: 100%;
}
.form-multiselect .ms-choice {
  height: 100%;
  border-radius: 3px;
  border: 1px solid #d6d6d6;
  font-size: 0.9rem;
  font-weight: 400;
}
.form-multiselect .ms-choice > span {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 15px;
}
.form-multiselect .ms-choice > span.placeholder {
  color: #222;
}
.form-multiselect .ms-choice > div {
  right: 10px;
  transform: translateY(-50%);
  width: 14px;
  height: 8px;
  margin: 0;
  background: url(../img/arrow/arrow-line-black2.png) no-repeat center;
  background-size: cover;
  border: none;
}
.form-multiselect .ms-drop {
  border-color: #d6d6d6;
}
.form-multiselect .ms-drop input[type=checkbox] {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d6d6d6;
}
.form-multiselect .ms-drop input[type=checkbox]:checked {
  background: url(../img/icon/icon-check-white2.png) no-repeat center #033e92;
  background-size: 8px 7px;
  border-color: #033e92;
}
.form-multiselect .ms-drop ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.form-multiselect .ms-drop ul > li.multiple {
  display: flex;
  align-items: center;
  float: none;
}
.form-multiselect .ms-drop ul > li.multiple label {
  display: flex;
  align-items: center;
}

/*
[radio]
******************************************/
.form-radio-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px 0 0;
}
.form-radio-list li {
  margin: 10px 20px 0 0;
}
.form-radio-list li:last-child {
  margin-right: 0;
}
.form-radio-list-v {
  display: block;
  margin: 0;
}
.form-radio-list-v li {
  margin: 0 0 15px;
}
.form-radio-list-v li:last-child {
  margin-bottom: 0;
}
.form-radio-wrap {
  display: block;
  font-weight: 400;
}
.form-radio-wrap input[type=radio] {
  display: none;
}
.form-radio-wrap input[type=radio]:checked + .form-radio-label:before {
  background: #033e92;
}
.form-radio-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
.form-radio-label:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  box-shadow: 2px 2px 0 #d0d0d0;
  background: #ebebeb;
  border-radius: 50%;
}
.form-radio-label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  flex: 0 0 auto;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.form-radio-label:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .form-radio-list {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.8rem;
  }
}
/*
[choice]
******************************************/
.form-choice-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px 0 0;
}
.form-choice-list li {
  margin: 10px 30px 0 0;
}
.form-choice-list li:last-child {
  margin-right: 0;
}
.form-choice-wrap {
  display: block;
}
.form-choice-wrap input[type=radio],
.form-choice-wrap input[type=checkbox] {
  display: none;
}
.form-choice-wrap input[type=radio]:checked + .form-choice-label:before,
.form-choice-wrap input[type=checkbox]:checked + .form-choice-label:before {
  background: url(../img/icon/icon-check-white2.png) no-repeat center #033e92;
  background-size: 17px 14px;
  border-color: #033e92;
}
.form-choice-label {
  display: flex;
  align-items: center;
  line-height: 1;
}
input[type=radio] + .form-choice-label:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border: 1px solid #d6d6d6;
  background: #fff;
  border-radius: 50%;
}
input[type=checkbox] + .form-choice-label:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  border: 1px solid #d6d6d6;
  background: #fff;
}
.form-choice-label:hover {
  cursor: pointer;
}

/*
[form-address]
******************************************/
#form-address-wrap > .form-label {
  margin: 0 0 10px;
}
#form-address-item {
  display: block;
  padding: 15px;
  background: #e9eaeb;
  border-radius: 10px;
  border: 1px solid #d7d7d7;
}
#form-address-item .form-label {
  width: 199px;
  margin: 0;
}

#btn-address {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  background: #222;
  border-radius: 15px;
  line-height: 30px;
  font-size: 0.75rem;
  color: #fff;
  white-space: nowrap;
}
#btn-address .icon {
  margin: 0 0 0 5px;
}

/*
[form-policy]
******************************************/
#form-policy-wrap {
  height: 200px;
  margin: 0 0 15px;
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  font-size: 0.8rem;
  font-weight: 400;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  .form-privacy-check {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 768px) {
  #form-policy-wrap {
    padding: 10px;
  }
  .form-privacy-check .form-required {
    margin: 0 0 5px;
  }
  .form-privacy-check .form-choice-label {
    font-size: 0.8rem;
  }
}
/*
[form-finish]
******************************************/
#form-finish-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#form-finish-title {
  margin: 0 0 20px;
  text-align: center;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
}
#form-finish-catch {
  text-align: center;
  font-size: 1.2rem;
}
#form-finish-btn {
  display: flex;
  width: 100%;
  max-width: 340px;
  margin: 30px auto 0;
}

.form-finish-item {
  padding: 40px 60px;
  background: #f1f4f6;
  border-bottom: 2px solid #fff;
}
.form-finish-item:last-child {
  border-bottom: none;
}
.form-finish-text {
  margin: 0 0 15px;
  font-weight: 400;
}
.form-finish-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #form-finish-title {
    margin: 0 0 15px;
    font-size: 1.6rem;
  }
  #form-finish-catch {
    font-size: 1rem;
  }
  #form-finish-btn {
    margin: 15px 0 0;
  }
  .form-finish-item {
    padding: 30px 15px;
  }
}
/*
[formFile]
******************************************/
.formFile {
  width: 120px;
}
.formFile-action {
  display: none;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 5px;
}
.formFile-action-zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #005dad;
}
.formFile-action-zoom .icon:before {
  width: 13px;
  height: 13px;
}
.formFile-action-close {
  display: flex;
  align-items: center;
  height: 100%;
}
.formFile-trigger {
  display: block;
  width: 100%;
  height: 90px;
  background: #fff;
  border: 1px solid #dddfe1;
  cursor: pointer;
}
.formFile-trigger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39px;
  height: 39px;
  background: url("../img/icon/icon-plus-gray.svg") no-repeat center;
  background-size: cover;
}
.formFile-input {
  display: none;
}
.formFile-thumb {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
}
.formFile.is-upload .formFile-trigger {
  background: none;
  border: none;
}
.formFile.is-upload .formFile-trigger:before {
  display: none;
}
.formFile.is-upload .formFile-action {
  display: flex;
}
.formFile.is-upload .formFile-thumb {
  display: flex;
}

.formFileList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -15px 0 0;
}
.formFileList-item {
  margin: 15px 15px 0 0;
}
.formFileList-item:last-child {
  margin-right: 0;
}

/******************************************
[pagination]
******************************************/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.page-item:last-child {
  margin-right: 0;
}
.page-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f7f9fb;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  color: #222;
}
.page-link.is-active {
  background: #afafaf;
  border-color: #afafaf;
  color: #fff;
}
.page-previous, .page-next {
  background: #005dad;
  border-color: #005dad;
}
.page-next .icon:before {
  transform: scale(-1, 1);
}

@media (min-width: 769px) {
  .page-previous:hover, .page-next:hover {
    background: #167dd6;
  }
  .page-link:hover {
    border-color: #167dd6;
    color: #167dd6;
  }
}
/******************************************
[swotch]
******************************************/
.switch-label {
  display: block;
  width: 55px;
}
.switch-box {
  display: block;
  height: 24px;
  border-radius: 12px;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.switch-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #d2d2d2;
  border-radius: 12px;
  transition: 0.3s;
}
.switch-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #005dad;
  transition: 0.3s;
}
.switch-circle {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 11px;
  background: #222;
  border-radius: 50%;
  transition: 0.3s;
}
.switch-input {
  display: none;
}
.switch-input:disabled ~ .switch-box, .switch-input:disabled ~ .switch-box:before, .switch-input:disabled ~ .switch-box:after, .switch-input:disabled ~ .switch-circle {
  opacity: 0.5;
}
.switch-input:checked ~ .switch-box {
  background: #005dad;
}
.switch-input:checked ~ .switch-box:before {
  border-color: #005dad;
}
.switch-input:checked ~ .switch-box:after {
  width: 100%;
}
.switch-input:checked ~ .switch-circle {
  left: 37px;
  background: #fff;
}

/******************************************
[goods]
******************************************/
.goods-headline {
  margin: 0 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #033e92;
}
.goods-name {
  margin: 0 0 20px;
  font-size: 1.1875rem;
  font-weight: 700;
}
.goods-name-aside {
  display: block;
  margin: 10px 0 0;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
}
.goods-cacth {
  margin: 0 0 20px;
  padding: 10px;
  background: #ff0000;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}
.goods-newcar {
  position: absolute;
  top: 0;
  left: 20px;
  padding: 20px 0 0 10px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}
.goods-newcar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 140px 140px 0 0;
  border-color: #da0606 transparent transparent transparent;
  z-index: -1;
}
.goods-badge {
  position: absolute;
  top: 20px;
  right: 0;
  height: 35px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  background: #d9bd00;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  z-index: 10;
}
.goods-badge:after {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 25px;
  border-color: transparent transparent #d9bd00 transparent;
}
.goods-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 60px;
  background: #ff0000;
  border-radius: 30px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  z-index: 100;
}
.goods-status-soldout {
  width: 220px;
  background: rgba(255, 0, 0, 0.75);
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 2rem;
  font-weight: 600;
}
.goods-trader:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  display: block;
  width: 131px;
  height: 46px;
  background: url(../img/icon/icon-trader.png) no-repeat center;
  background-size: cover;
  z-index: 10;
}
.goods-section {
  margin: 0 0 40px;
}
.goods-section:last-child {
  margin-bottom: 0;
}
.goods-section.bg-gray {
  padding: 40px 0;
}
.goods-cont {
  margin: 0 0 65px;
}
.goods-cont:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .goods-headline {
    margin: 0 0 10px;
    font-size: 1.3125rem;
  }
  .goods-name {
    margin: 0 0 15px;
    font-size: 1rem;
    line-height: 1.2;
  }
  .goods-name-aside {
    margin: 5px 0 0;
  }
  .goods-newcar {
    left: 10px;
    padding: 10px 0 0 5px;
    font-size: 0.875rem;
  }
  .goods-newcar:before {
    border-width: 65px 65px 0 0;
  }
  .goods-badge {
    top: 10px;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-size: 1rem;
  }
  .goods-badge:after {
    left: -24px;
    border-width: 0 0 30px 25px;
  }
  .goods-trader:after {
    bottom: 15px;
    width: 90px;
    height: 32px;
  }
  .goods-section {
    margin: 0 0 20px;
  }
  .goods-section .container {
    padding: 0;
  }
  .goods-section .sec-header {
    padding: 0 10px;
  }
  .goods-section.bg-gray {
    padding: 30px 0;
  }
  .goods-cont {
    margin: 0 0 40px;
  }
  .goods-status {
    width: 135px;
    height: 48px;
    border-radius: 24px;
    line-height: 48px;
    font-size: 1.2rem;
  }
}
/*
[goods-aside]
******************************************/
@media (max-width: 768px) {
  #goods-aside-wrap .table {
    margin: 0 0 10px;
  }
  .goods-aside-btn {
    margin: 0 0 10px;
  }
}
/******************************************
[goodsContent]
******************************************/
.goodsContent {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.goodsContent-main {
  width: 580px;
}
.goodsContent-aside {
  width: 360px;
}
.goodsContent-aside-item {
  margin: 0 0 15px;
}
.goodsContent-aside-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .goodsContent {
    flex-direction: column;
  }
  .goodsContent-main, .goodsContent-aside {
    width: 100%;
  }
  .goodsContent-aside {
    padding: 0;
  }
  .goodsContent-aside-item {
    margin: 0 0 10px;
  }
}
/******************************************
[goodsPhoto]
******************************************/
.goodsPhoto {
  margin: 0 0 40px;
  overflow: hidden;
}
.goodsPhoto img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 450px;
}
.goodsPhoto .swiper-wrapper {
  align-items: center;
}
.goodsPhoto .swiper-slide {
  padding: 0 20px;
  text-align: center;
}
.goodsPhoto .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.goodsPhoto .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  text-align: left;
}
.goodsPhoto .swiper-pagination-bullet {
  display: inline-flex;
  align-items: center;
  width: 80px;
  height: 60px;
  margin: 12px 12px 0 0;
  background: none;
  border-radius: 0;
  vertical-align: middle;
  opacity: 1;
  transition: 0.3s;
  overflow: hidden;
}
.goodsPhoto .swiper-pagination-bullet:nth-child(6n) {
  margin-right: 0;
}
.goodsPhoto .swiper-pagination-bullet img {
  width: 100%;
}
.goodsPhoto-main {
  max-height: 450px;
}
.goodsPhoto-main:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 30px;
  width: 111px;
  height: 46px;
  background: url("../img/goods/photo-mark.png") no-repeat center;
  background-size: cover;
  z-index: 10;
}
.goodsPhoto-thumbnail {
  padding: 0 20px;
}
.goodsPhoto-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #222;
  z-index: 15;
}
.goodsPhoto-arrow.goodsPhoto-arrow-next {
  left: auto;
  right: 0;
}
.goodsPhoto-arrow.goodsPhoto-arrow-next:before {
  transform: scale(-1, 1);
}
.goodsPhoto-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/arrow/arrow-cursor-white.png) no-repeat center;
  background-size: cover;
}
.goodsPhoto-arrow.swiper-button-disabled {
  background: #919191;
}

@media (min-width: 769px) {
  .goodsPhoto .swiper-pagination-bullet:hover {
    opacity: 0.5;
  }
  .goodsPhoto-arrow:hover {
    background: #033e92;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .goodsPhoto {
    margin: 0 0 15px;
  }
  .goodsPhoto img {
    max-height: 300px;
  }
  .goodsPhoto .swiper-slide {
    padding: 0 10px;
  }
  .goodsPhoto .swiper-pagination-bullet {
    width: 16.6666666667%;
    height: 40px;
    margin: 3px 0 0;
    padding: 0 3px;
  }
  .goodsPhoto .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 75%;
  }
  .goodsPhoto-main {
    max-height: 300px;
  }
  .goodsPhoto-main:before {
    content: "";
    bottom: 5px;
    left: 15px;
    width: 77px;
    height: 32px;
  }
  .goodsPhoto-thumbnail {
    margin: 7px -3px 0;
    padding: 0 10px;
  }
  .goodsPhoto-arrow {
    width: 30px;
    height: 30px;
  }
  .goodsPhoto-arrow:before {
    width: 18px;
    height: 18px;
  }
}
/*
[zoom]
******************************************/
.zoomContainer {
  margin: -120px 0 0;
  overflow: hidden;
  z-index: 10;
}

/******************************************
[goodsInquiry]
******************************************/
.goodsInquiry {
  margin: 0 0 15px;
}
.goodsInquiry-item {
  margin: 0 0 15px;
}
.goodsInquiry-item:last-child {
  margin-bottom: 0;
}
.goodsInquiry-btn {
  height: 50px;
}
.goodsInquiry-btn .icon {
  margin: 0 10px 0 0;
}
.goodsInquiry-mail {
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 0 0 25px;
  background: #da0606;
  border-radius: 4px;
  text-align: left;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.goodsInquiry-mail:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 11px;
  height: 20px;
  background: url(../img/arrow/arrow-line-white2.png) no-repeat center;
  background-size: cover;
}
.goodsInquiry-mail span {
  display: block;
  margin: 0 0 5px;
  font-size: 0.9rem;
  color: #ffea00;
}
.goodsInquiry-mail .icon {
  margin: 0 10px 0 0;
}
.goodsInquiry-mail:disabled {
  background: #bebebe;
}
.goodsInquiry-mail:disabled span {
  color: #fff;
}
.goodsInquiry-mail.is-soldout {
  justify-content: center;
  height: 55px;
  padding: 0;
  line-height: 55px;
}
.goodsInquiry-mail.is-soldout:before {
  display: none;
}
.goodsInquiry-img:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 359px;
  height: 97px;
  margin: 0 auto 5px;
  background: url(../img/goods/goods-inquiry-comment.png) no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  .goodsInquiry-mail:not(:disabled):hover {
    background: #ff0000;
  }
}
@media (max-width: 768px) {
  .goodsInquiry {
    margin: 0 0 10px;
  }
  .goodsInquiry-item {
    margin: 0 0 10px;
  }
  .goodsInquiry-img:before {
    width: 100%;
    max-width: 318px;
    height: 86px;
    margin: 0 auto;
    background-size: contain;
  }
}
@media (max-width: 320px) {
  .goodsInquiry-mail {
    padding: 0 0 0 15px;
    font-size: 1.1rem;
  }
}
/******************************************
[goodsOutline]
******************************************/
.goodsOutline {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .goodsOutline {
    margin: 0 0 20px;
  }
}
/******************************************
[goodsDesc]
******************************************/
.goodsDesc-item {
  margin: 0 0 40px;
  font-size: 0.875rem;
  font-weight: 400;
  word-break: break-word;
}
.goodsDesc-item:last-child {
  margin: 0;
}

@media (max-width: 768px) {
  .goodsDesc-item {
    margin: 0 0 30px;
  }
}
/******************************************
[goodsPrice]
******************************************/
.goodsPrice {
  flex: 1 0 auto;
  margin: 0 0 15px;
  border: 4px solid #da0606;
}
.goodsPrice-unit {
  display: flex;
  flex-wrap: wrap;
}
.goodsPrice-unit:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #cdd1d4;
}
.goodsPrice-unit.biz:not(:last-child) {
  margin: 0 0 15px;
}
.goodsPrice-unit.biz:not(:last-child):after {
  display: none;
}
.goodsPrice-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: 15px 0;
}
.goodsPrice-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #cdd1d4;
}
.goodsPrice-title {
  margin: 0 0 15px;
  font-size: 0.875rem;
  line-height: 1;
}
.goodsPrice-num {
  display: flex;
  align-items: flex-end;
  font-weight: 400;
  margin: 0 0 20px;
  font-size: 0.875rem;
}
.goodsPrice-num:last-child {
  margin-bottom: 0;
}
.goodsPrice-num span {
  margin: 0 10px 0 0;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: bold;
  line-height: 1;
  font-size: 2.125rem;
}
.goodsPrice-aside {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
  font-size: 0.75rem;
  font-weight: 400;
}
.goodsPrice-aside:last-child {
  margin-bottom: 0;
}
.goodsPrice-aside-item {
  margin: 0 10px 0 0;
}
.goodsPrice-aside-item:last-child {
  margin-right: 0;
}
.goodsPrice-aside-tax {
  font-size: 0.6875rem;
  color: #828282;
}
.goodsPrice-aside-btn {
  display: flex;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  border-radius: 3px;
  background: #005dad;
  font-size: 0.6875rem;
  color: #fff;
}
.goodsPrice-aside-btn:disabled {
  background: #c1c1c1;
}
.goodsPrice-red {
  color: #da0606;
}
.goodsPrice-gray {
  font-size: 0.6875rem;
  color: #828282;
}
.goodsPrice-top {
  padding: 15px 0;
}
.goodsPrice-top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #cdd1d4;
}
.goodsPrice-top-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
.goodsPrice-top-price .goodsPrice-title {
  margin: 0 15px 0 0;
}
.goodsPrice-top-price .goodsPrice-num span {
  font-size: 2.5rem;
}
.goodsPrice-top-note {
  padding: 0 1rem;
  text-align: center;
  font-size: 0.5625rem;
  font-weight: 400;
}

/******************************************
[goodsInfo]
******************************************/
.goodsInfo-item {
  margin: 0 0 15px;
}
.goodsInfo-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .goodsInfo {
    margin: 0 0 15px;
  }
  .goodsInfo-item {
    margin: 0 0 10px;
  }
}
/******************************************
[goodsShare]
******************************************/
.goodsShare {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.goodsShare-item {
  width: 44px;
  height: 44px;
  margin: 0 10px 0 0;
  line-height: 1;
}
.goodsShare-item:last-child {
  margin-right: 0;
}
.goodsShare-item:first-child {
  flex: 1 1 auto;
}
.goodsShare-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  background: #f8f8f8;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
}
.goodsShare-favorite .icon {
  margin: 0 10px 0 0;
}
.goodsShare-favorite.is-checked .icon:before {
  background-image: url(../img/icon/icon-star-big-fill.png);
}

@media (min-width: 769px) {
  .goods-share-favorite:hover {
    border-color: #167dd6;
  }
  .goods-share-btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  .goodsShare {
    margin: 0 0 10px;
  }
  .goodsShare-favorite {
    font-size: 0.9rem;
  }
  .goodsShare-favorite .icon {
    margin: 0 5px 0 0;
  }
}
/******************************************
[option]
******************************************/
.goodsOption {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
.goodsOption-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 40px;
  border-bottom: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #adadad;
}
.goodsOption-item.is-active {
  background: #e8f1fe;
  font-weight: bold;
  color: #222;
}

@media (max-width: 768px) {
  .goodsOption {
    margin: 0 0 20px;
  }
  .goodsOption-item {
    width: 33.3333333333%;
    height: 35px;
    font-size: 0.6875rem;
    line-height: 1.2;
  }
}
/******************************************
[shop]
******************************************/
.goodsShop {
  border-radius: 4px;
  border: 1px solid #d6d6d6;
  overflow: hidden;
}
.goodsShop-headline {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  background: #f8f8f8;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.goodsShop-body {
  padding: 20px;
}
.goodsShop-top {
  display: flex;
  margin: 0 0 20px;
}
.goodsShop-photo {
  flex: 0 0 auto;
  width: 200px;
  margin: 0 20px 0 0;
}
.goodsShop-name {
  margin: 0 0 20px;
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.2;
}
.goodsShop-name a {
  text-decoration: underline;
}
.goodsShop-detail {
  display: flex;
  align-items: flex-start;
}
.goodsShop-detail-unit {
  width: calc((100% - 20px) / 2);
  margin: 0 20px 0 0;
}
.goodsShop-detail-item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d6d6d6;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.goodsShop-detail-item:last-child {
  margin-bottom: 0;
}
.goodsShop-detail-title {
  width: 4em;
  margin: 0 10px 0 0;
  font-size: 0.75rem;
  font-weight: bold;
}
.goodsShop-bottom {
  display: flex;
}
.goodsShop-btn {
  flex: 0 0 auto;
  width: 300px;
  margin: 0 15px 0 0;
}
.goodsShop-btn-item {
  margin: 0 0 10px;
}
.goodsShop-btn-item:last-child {
  margin-bottom: 0;
}
.goodsShop-btn .btn {
  height: 45px;
  font-size: 1rem;
}
.goodsShop-btn .btn .icon {
  margin: 0 10px 0 0;
}
.goodsShop-inquiry {
  flex: 1 0 auto;
  border-radius: 4px;
  overflow: hidden;
}
.goodsShop-inquiry-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #ffea00;
}
.goodsShop-inquiry-headline {
  width: 569px;
  height: auto;
}
.goodsShop-inquiry-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 105px;
  background: #da0606;
  color: #fff;
}
.goodsShop-inquiry-body:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 20px;
  background: url(../img/arrow/arrow-line-white2.png) no-repeat center;
  background-size: cover;
}
.goodsShop-inquiry-icon {
  display: flex;
  align-items: center;
}
.goodsShop-inquiry-aside {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  color: #ffea00;
}
.goodsShop-inquiry-aside:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 33px;
  margin: 0 10px 0 0;
  background: url(../img/icon/icon-mail-white.svg) no-repeat center;
  background-size: cover;
}
.goodsShop-inquiry-title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 769px) {
  .goodsShop-info {
    flex: 1 0 auto;
  }
}
@media (max-width: 768px) {
  .goodsShop-headline {
    font-size: 0.875rem;
  }
  .goodsShop-body {
    padding: 10px;
  }
  .goodsShop-top {
    flex-wrap: wrap;
    margin: 0 0 15px;
  }
  .goodsShop-photo {
    width: 100px;
    margin: 0 15px 10px 0;
  }
  .goodsShop-name {
    flex: 1 0 auto;
    width: 1%;
    margin: 5px 0 0;
    font-size: 0.9375rem;
  }
  .goodsShop-name a {
    word-break: break-all;
  }
  .goodsShop-info {
    width: 100%;
  }
  .goodsShop-detail {
    display: block;
    width: 100%;
  }
  .goodsShop-detail-unit {
    width: 100%;
    margin: 0 0 10px;
  }
  .goodsShop-detail-unit:last-child {
    margin-bottom: 0;
  }
  .goodsShop-detail-unit:last-child .goodsShop-detail-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .goodsShop-detail-item {
    align-items: flex-start;
  }
  .goodsShop-detail-title {
    flex: 0 0 auto;
    margin: 0 10px 0 5px;
  }
  .goodsShop-bottom {
    flex-wrap: wrap;
  }
  .goodsShop-btn {
    width: 100%;
    margin: 0 0 10px;
  }
  .goodsShop-inquiry {
    flex: 0 0 auto;
    width: 100%;
  }
  .goodsShop-inquiry-header {
    height: 25px;
    padding: 0 5px;
  }
  .goodsShop-inquiry-headline {
    width: 100%;
    max-width: 322px;
    height: auto;
  }
  .goodsShop-inquiry-body {
    height: auto;
    padding: 15px 0;
  }
  .goodsShop-inquiry-body:before {
    right: 10px;
    width: 9px;
    height: 15px;
  }
  .goodsShop-inquiry-icon {
    display: block;
    padding: 0 0 0 50px;
  }
  .goodsShop-inquiry-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 27px;
    margin: 0;
    background: url(../img/icon/icon-mail-white.svg) no-repeat center;
    background-size: cover;
  }
  .goodsShop-inquiry-aside {
    width: 100%;
    font-size: 0.75rem;
  }
  .goodsShop-inquiry-aside:before {
    display: none;
  }
  .goodsShop-inquiry-title {
    font-size: 1.25rem;
  }
}
@media (max-width: 320px) {
  .goodsShop-inquiry-title {
    font-size: 1rem;
  }
}
/******************************************
[goodsTag]
******************************************/
.goodsTag {
  padding: 40px 0 0;
  border-top: 1px solid #d6d6d6;
}
.goodsTag-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px 0 0;
}
.goodsTag-list-item {
  margin: 10px 10px 0 0;
}
.goodsTag-list-item:last-child {
  margin-right: 0;
}
.goodsTag-list-link {
  display: block;
  height: 36px;
  padding: 0 30px;
  border-radius: 18px;
  border: 1px solid #c1c1c1;
  line-height: 34px;
}
.goodsTag-list-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 10px;
  background: url(../img/arrow/arrow-line-gray-small.png) no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  .goodsTag-list-link:hover {
    border-color: #167dd6;
  }
  .goodsTag-list-link:hover:before {
    background-image: url(../img/arrow/arrow-line-blue-small.png);
  }
}
@media (max-width: 768px) {
  .goodsTag {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  .goodsTag-list-link {
    height: 30px;
    padding: 0 20px;
    line-height: 28px;
    font-size: 0.8rem;
  }
  .goodsTag-list-link:before {
    right: 5px;
    width: 5px;
    height: 8px;
  }
}
/******************************************
[goodsChat]
******************************************/
.goodsChat {
  margin: 40px 0;
  padding: 40px 0 0;
  border-top: 1px solid #d6d6d6;
}
.goodsChat-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 20px 0;
}
.goodsChat-toggle-caption {
  margin-right: 10px;
}
.goodsChat-switch-btn {
  display: block;
  width: 85px;
  height: 30px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #d6d6d6;
  transition: border-color 0.6s ease-out;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.goodsChat-switch-bg {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 57px;
  width: 22px;
  background-color: #d6d6d6;
  border-radius: 19px;
  cursor: pointer;
  transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
}
.goodsChat-switch-on, .goodsChat-switch-off {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
.goodsChat-switch-on {
  left: 0;
  right: 0;
  color: transparent;
  font-weight: bold;
}
.goodsChat-switch-off {
  right: 8px;
}
.goodsChat-switch-check:checked + .goodsChat-switch-btn {
  border-color: #005dad;
  transition: all 0.5s 0.15s ease-out;
}
.goodsChat-switch-check:checked + .goodsChat-switch-btn .goodsChat-switch-bg {
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 23px;
  background-color: #005dad;
  transition: all 0.2s 0.1s, right 0.1s;
}
.goodsChat-switch-check:checked + .goodsChat-switch-btn .goodsChat-switch-on {
  color: #fff;
  transition: color 0.3s 0.15s;
}
.goodsChat-switch-check:checked + .goodsChat-switch-btn .goodsChat-switch-off {
  color: transparent;
}
.goodsChat-switch input[type=radio],
.goodsChat-switch input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
  padding: 0;
}

@media (max-width: 768px) {
  .goodsChat {
    margin: 20px 0;
    padding: 20px 0 0;
  }
  .goodsChat-toggle-caption {
    font-size: 0.85rem;
    margin-right: 5px;
  }
  .goodsChat-switch-btn {
    width: 70px;
  }
  .goodsChat-switch-bg {
    right: 42px;
  }
}
/******************************************
[chat]
******************************************/
.chat-item {
  display: flex;
  margin: 0 0 30px;
}
.chat-avatar {
  width: 60px;
  margin: 0 10px 0 0;
}
.chat-name {
  margin: 0 0 10px 15px;
  font-weight: 700;
}
.chat-text-wrap {
  width: 100%;
}
.chat-balloon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 0 10px;
  padding: 15px 25px;
  background: #efefef;
  border-radius: 25px;
}
.chat-balloon:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #efefef;
  transform: rotate(25deg);
}
.chat-comment {
  flex: 1 0 auto;
  font-weight: 400;
}
.chat-date {
  margin: 10px 0 0;
  font-size: 0.8rem;
  color: #7a7a7a;
}
.chat-owner .chat-balloon {
  background: #f0f6fe;
}
.chat-owner .chat-balloon:after {
  border-right-color: #f0f6fe;
}
.chat-owner .chat-date {
  color: #033e92;
}
.chat-owner .icon-garbage:before {
  background-image: url(../img/icon/icon-garbage-blue.png);
}
.chat-input .form-control {
  margin: 0 0 10px;
}

@media (min-width: 769px) {
  .chat-delete button:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .chat-item {
    margin: 0 0 15px;
  }
  .chat-avatar {
    width: 40px;
  }
  .chat-balloon {
    padding: 15px;
    border-radius: 12px;
  }
  .chat-comment {
    flex: 0 1 auto;
    font-size: 0.9rem;
  }
}
/******************************************
[goodsDesc-biz]
******************************************/
.goodsDesc-biz {
  margin: 40px 0 0;
  padding: 15px 20px;
  background: #fffad6;
  border-radius: 5px;
  border: 1px solid #d9bd00;
  font-weight: 400;
}
.goodsDesc-biz-headline {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  font-size: 1.3rem;
  font-weight: 700;
}
.goodsDesc-biz-headline .icon {
  margin: 0 10px 0 0;
}
.goodsDesc-biz-text {
  margin: 0 0 40px;
  word-break: break-word;
}
.goodsDesc-biz-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .goodsDesc-biz {
    margin: 20px 0 0;
    padding: 15px;
  }
  .goodsDesc-biz-headline {
    font-size: 1.2rem;
  }
}
/******************************************
[goodsPrice-biz]
******************************************/
.goodsPrice-top-biz:after {
  display: none;
}
.goodsPrice-biz {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  margin: 0 15px;
  padding: 0 30px;
  background: #222;
  border-radius: 33px;
}
.goodsPrice-biz-title {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}
.goodsPrice-biz-num {
  display: flex;
  align-items: baseline;
  color: #ffde00;
}
.goodsPrice-biz-num span {
  margin: 0 10px 0 0;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .goodsPrice-biz {
    height: 50px;
    margin: 0 10px;
    border-radius: 25px;
  }
  .goodsPrice-biz-title {
    font-size: 0.75rem;
  }
  .goodsPrice-biz-num {
    font-size: 0.75rem;
  }
  .goodsPrice-biz-num span {
    font-size: 1.875rem;
  }
}
/******************************************
[goodsInquiry-biz]
******************************************/
.goodsInquiry-biz {
  width: 100%;
  height: 55px;
  background: #ff0000;
  border-radius: 4px;
  line-height: 55px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
}
.goodsInquiry-biz:disabled {
  background: #bebebe;
}

/******************************************
[note]
******************************************/
.goodsNote-item {
  display: flex;
  margin: 0 0 10px;
  font-size: 0.875rem;
}
.goodsNote-item:last-child {
  margin-bottom: 0;
}
.goodsNote-item:before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  margin: 5px 5px 0 0;
  background: #d6d6d6;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .goodsNote-item {
    padding: 0 15px;
    font-size: 0.8125rem;
  }
}
/******************************************
[item]
******************************************/
.goodsItem {
  padding: 0 0 5px;
}

@media (min-width: 769px) {
  .goodsItem {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .goodsItem {
    padding: 0;
  }
}
/******************************************
[cost]
******************************************/
.cost {
  margin: 0 0 15px;
}
.cost-item {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0 5px 15px;
  border-bottom: 1px dashed #d2d2d2;
  font-size: 1rem;
  line-height: 1;
}
.cost-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cost-total {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 15px;
  background: #fffad6;
  border: 1px solid #d9bd00;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.cost-note {
  margin: 0 0 5px;
  font-size: 0.8125rem;
}
.cost-note:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .cost-item {
    font-size: 0.875rem;
  }
  .cost-total {
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  .cost-note {
    font-size: 0.75rem;
  }
}
/******************************************
[modal]
******************************************/
#modal-goods-attention .modal-title {
  color: #ff0000;
}
#modal-goods-attention .modal-body p {
  margin: 0 0 35px;
}
#modal-goods-attention .modal-body p:last-child {
  margin: 0;
}

#goods-order-detail {
  display: none;
  margin: 0 0 20px;
  padding: 20px;
  background: #fafafa;
  border: 1px solid #d6d6d6;
}
#goods-order-detail > li {
  display: flex;
  margin: 0 0 15px;
}
#goods-order-detail > li:last-child {
  margin-bottom: 0;
}
#goods-order-detail .form-choice-list {
  margin-bottom: 10px;
}
#goods-order-detail .form-choice-list li {
  min-width: 100px;
}

.goods-order-item {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.goods-order-item:last-child {
  margin-bottom: 0;
}
.goods-order-item .form-choice-wrap {
  margin: 0 25px 0 0;
}
.goods-order-detail-label {
  width: 7rem;
  margin: 5px 20px 0 0;
  white-space: nowrap;
}
.goods-order-detail-item {
  flex: 1 1 auto;
}
.goods-order-attention {
  margin: 10px 0 0;
  text-align: center;
  font-size: 0.8rem;
  color: #ff0000;
}

@media (max-width: 768px) {
  #goods-order-detail {
    padding: 15px;
  }
  #goods-order-detail > li {
    flex-direction: column;
  }
  .goods-order-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .goods-order-select {
    width: 100%;
    padding: 0 0 0 40px;
  }
  .goods-order-detail-label {
    width: 100%;
    margin: 0 0 10px;
  }
}
[id^=modal-goods-inquiry] .modal-btn-wrap .btn {
  font-weight: bold;
}

/******************************************
[goodsMovie]
******************************************/
.goodsMovie {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.goodsMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/******************************************
[goodsCampaign]
******************************************/
.goodsCampaign {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background: #49cd62;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
.goodsCampaign:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 7px;
  height: 12px;
  background: url(../img/arrow/arrow-campaign.svg) no-repeat center;
  background-size: cover;
}

/******************************************
[review]
******************************************/
#review-wrap {
  padding: 15px 20px;
  min-height: 60px;
  border-radius: 4px;
  border: 1px solid #d6d6d6;
}

.review-item {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  text-align: left;
}
.review-item:last-child {
  margin-bottom: 0;
}
.review-head {
  width: 6.5rem;
  margin: 0 20px 0 0;
}
.review-text {
  text-align: right;
  font-weight: normal;
}

#review-star {
  width: 162px;
  height: 25px;
  background: url(../img/icon/review-empty.png) no-repeat left center;
  background-size: cover;
}
#review-star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  background: url(../img/icon/review-fill.png) no-repeat left center;
  background-size: cover;
}
#review-star.rate0-5:before {
  width: 13px;
}
#review-star.rate1:before {
  width: 25px;
}
#review-star.rate1-5:before {
  width: 47px;
}
#review-star.rate2:before {
  width: 60px;
}
#review-star.rate2-5:before {
  width: 81px;
}
#review-star.rate3:before {
  width: 94px;
}
#review-star.rate3-5:before {
  width: 115px;
}
#review-star.rate4:before {
  width: 127px;
}
#review-star.rate4-5:before {
  width: 149px;
}
#review-star.rate5:before {
  width: 162px;
}

@media (max-width: 768px) {
  #review-wrap {
    margin: 0 0 20px;
  }
}
@media (max-width: 320px) {
  #review-star {
    flex: 0 0 auto;
  }
  .review-head {
    flex: 0 0 auto;
    width: 4rem;
  }
}
/*
[reviewUnit]
******************************************/
.reviewUnit {
  display: flex;
  align-items: center;
}

/*
[reviewTitle]
******************************************/
.reviewTitle {
  margin: 0 15px 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

/*
[reviewNum]
******************************************/
.reviewNum {
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1;
  color: #da0606;
}
.reviewNum span {
  font-size: 1.75rem;
}

@media (max-width: 768px) {
  .reviewNum {
    font-size: 1.8125rem;
  }
  .reviewNum span {
    font-size: 1.375rem;
  }
}
/*
[reviewStar]
******************************************/
.reviewStar {
  display: flex;
  margin: 0 15px 0 0;
}
.reviewStar:last-child {
  margin-right: 0;
}
.reviewStar-icon {
  display: block;
  margin: 0 0 0 3px;
}
.reviewStar-icon:before {
  content: "";
  display: block;
  width: 34px;
  height: 32px;
  background: url("../img/icon/icon-star-empty.png") no-repeat center;
  background-size: cover;
}
.reviewStar-icon:first-child {
  margin-left: 0;
}
.reviewStar-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 0;
  z-index: 1;
  overflow: hidden;
}
.reviewStar-fill .reviewStar-icon:before {
  background-image: url("../img/icon/icon-star-fill.png");
}

.reviewStar[data-rate="0"] .reviewStar-fill {
  width: -2px;
}

.reviewStar[data-rate="0.5"] .reviewStar-fill {
  width: 16.5px;
}

.reviewStar[data-rate="1"] .reviewStar-fill {
  width: 35px;
}

.reviewStar[data-rate="1.5"] .reviewStar-fill {
  width: 53.5px;
}

.reviewStar[data-rate="2"] .reviewStar-fill {
  width: 72px;
}

.reviewStar[data-rate="2.5"] .reviewStar-fill {
  width: 90.5px;
}

.reviewStar[data-rate="3"] .reviewStar-fill {
  width: 109px;
}

.reviewStar[data-rate="3.5"] .reviewStar-fill {
  width: 127.5px;
}

.reviewStar[data-rate="4"] .reviewStar-fill {
  width: 146px;
}

.reviewStar[data-rate="4.5"] .reviewStar-fill {
  width: 164.5px;
}

.reviewStar[data-rate="5"] .reviewStar-fill {
  width: 183px;
}

@media (max-width: 768px) {
  .reviewStar {
    margin: 0 10px 0 0;
  }
  .reviewStar-icon:before {
    width: 27px;
    height: 25px;
  }
  .reviewStar[data-rate="0"] .reviewStar-fill {
    width: -2px;
  }
  .reviewStar[data-rate="0.5"] .reviewStar-fill {
    width: 13px;
  }
  .reviewStar[data-rate="1"] .reviewStar-fill {
    width: 28px;
  }
  .reviewStar[data-rate="1.5"] .reviewStar-fill {
    width: 43px;
  }
  .reviewStar[data-rate="2"] .reviewStar-fill {
    width: 58px;
  }
  .reviewStar[data-rate="2.5"] .reviewStar-fill {
    width: 73px;
  }
  .reviewStar[data-rate="3"] .reviewStar-fill {
    width: 88px;
  }
  .reviewStar[data-rate="3.5"] .reviewStar-fill {
    width: 103px;
  }
  .reviewStar[data-rate="4"] .reviewStar-fill {
    width: 118px;
  }
  .reviewStar[data-rate="4.5"] .reviewStar-fill {
    width: 133px;
  }
  .reviewStar[data-rate="5"] .reviewStar-fill {
    width: 148px;
  }
}
/*
[review-sm]
******************************************/
.reviewUnit-sm .reviewTitle {
  font-size: 0.8125rem;
}
.reviewUnit-sm .reviewStar {
  margin: 0 10px 0 0;
}
.reviewUnit-sm .reviewStar-icon:before {
  width: 17px;
  height: 16px;
}
.reviewUnit-sm .reviewStar[data-rate="0"] .reviewStar-fill {
  width: -2px;
}
.reviewUnit-sm .reviewStar[data-rate="0.5"] .reviewStar-fill {
  width: 8px;
}
.reviewUnit-sm .reviewStar[data-rate="1"] .reviewStar-fill {
  width: 18px;
}
.reviewUnit-sm .reviewStar[data-rate="1.5"] .reviewStar-fill {
  width: 28px;
}
.reviewUnit-sm .reviewStar[data-rate="2"] .reviewStar-fill {
  width: 38px;
}
.reviewUnit-sm .reviewStar[data-rate="2.5"] .reviewStar-fill {
  width: 48px;
}
.reviewUnit-sm .reviewStar[data-rate="3"] .reviewStar-fill {
  width: 58px;
}
.reviewUnit-sm .reviewStar[data-rate="3.5"] .reviewStar-fill {
  width: 68px;
}
.reviewUnit-sm .reviewStar[data-rate="4"] .reviewStar-fill {
  width: 78px;
}
.reviewUnit-sm .reviewStar[data-rate="4.5"] .reviewStar-fill {
  width: 88px;
}
.reviewUnit-sm .reviewStar[data-rate="5"] .reviewStar-fill {
  width: 98px;
}
.reviewUnit-sm .reviewNum {
  font-size: 1.125rem;
}
.reviewUnit-sm .reviewNum span {
  font-size: 0.875rem;
}

/******************************************
[reviewPost]
******************************************/
.reviewPost {
  margin: 0 0 90px;
}
.reviewPost-shop {
  width: auto;
  height: 36px;
  margin: 0 0 10px;
  padding: 0 20px;
  border-radius: 18px;
  font-size: 0.875rem;
}
.reviewPost-shop .icon {
  margin: 0 10px 0 0;
}
.reviewPost-shopName {
  padding: 15px;
  background: #E4F3FD;
  border: 1px solid #B7D6EB;
  font-size: 0.875rem;
  line-height: 1;
}
.reviewPost-price {
  display: flex;
  align-items: center;
}
.reviewPost-price-input {
  flex: 0 0 auto;
  width: 150px;
  margin: 0 5px 0 0;
}
.reviewPost-price-unit {
  margin: 0 15px 0 0;
  font-size: 0.875rem;
}
.reviewPost-price-note {
  font-size: 0.75rem;
}
.reviewPost-mileage {
  display: flex;
  align-items: center;
}
.reviewPost-mileage-unit {
  margin: 0 5px;
}
.reviewPost-mileage .form-select {
  width: 130px;
  min-width: 0;
}

@media (max-width: 768px) {
  .reviewPost {
    margin: 0 0 10px;
  }
}
/*
[reviewEdit]
******************************************/
.reviewEdit {
  border: 1px solid #D7D7D7;
}
.reviewEdit-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  padding: 0 50px 0 25px;
  background: #fff;
  border-bottom: 1px solid #D7D7D7;
}
.reviewEdit-item:last-child {
  border-bottom: none;
}
.reviewEdit-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reviewEdit-title {
  flex: 0 0 auto;
  width: 9em;
  margin: 0 45px 0 0;
  font-size: 0.875rem;
}
.reviewEdit-desc {
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .reviewEdit-item {
    height: auto;
    padding: 15px;
  }
  .reviewEdit-header {
    margin: 0 0 10px;
  }
  .reviewEdit-title {
    width: 100%;
    margin: 0 0 10px;
    font-size: 0.9375rem;
    line-height: 1;
  }
  .reviewEdit-desc {
    font-size: 0.8125rem;
    line-height: 1;
  }
  .reviewEdit .reviewInput {
    margin: 0 0 0 auto;
  }
}
/*
[reviewInput]
******************************************/
.reviewInput {
  display: flex;
  align-items: center;
}
.reviewInput-star {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 25px 0 0;
}
.reviewInput-label {
  flex: 0 0 auto;
  display: block;
  width: 34px;
  height: 32px;
  margin: 0 0 0 3px;
  background: url("../img/icon/icon-star-empty.png") no-repeat center;
  background-size: cover;
  border-radius: 0;
  cursor: pointer;
}
.reviewInput-label:last-child {
  margin-left: 0;
}
.reviewInput-radio {
  display: none;
}
.reviewInput-radio:checked {
  background-image: url("../img/icon/icon-star-fill.png");
}
.reviewInput-radio:checked + .reviewInput-label, .reviewInput-radio:checked ~ .reviewInput-label {
  background-image: url("../img/icon/icon-star-fill.png");
}
.reviewInput-num {
  flex: 0 0 auto;
  width: 1em;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  color: #da0606;
}

/*
[reviewAttention]
******************************************/
.reviewAttention {
  margin: 0 0 15px;
  padding: 30px;
  background: #FFF0F0;
  border-radius: 3px;
  border: 2px solid #FFCACA;
}
.reviewAttention:last-child {
  margin-bottom: 0;
}
.reviewAttention-headline {
  margin: 0 0 20px;
  text-align: center;
  color: #F50000;
}
.reviewAttention-headline .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.reviewAttention-unit {
  display: flex;
  flex-wrap: wrap;
}
.reviewAttention-item {
  flex: 1 0 auto;
  width: 1%;
  margin: 0 30px 0 0;
}
.reviewAttention-item:last-child {
  margin-right: 0;
}
.reviewAttention-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
}
.reviewAttention-box {
  height: 340px;
  padding: 20px;
  background: #fff;
  border: 1px solid #D2D2D2;
  font-size: 0.8125rem;
  overflow-y: scroll;
}
.reviewAttention-box-red {
  border-color: #E80000;
  color: #F50000;
}
.reviewAttention-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0;
}
.reviewAttention-list-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  width: calc((100% - 15px) / 2);
  margin: 15px 15px 0 0;
  padding: 10px;
  background: #fff;
  font-size: 1.125rem;
  line-height: 1;
}
.reviewAttention-list-item:nth-child(even) {
  margin-right: 0;
}
.reviewAttention-list-icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
  background: #E80000;
}
.reviewAttention-list-icon:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/icon/icon-close-white.png") no-repeat center;
  background-size: cover;
}
.reviewAttention-textList {
  margin: 0 0 0 1em;
  list-style: decimal outside;
}
.reviewAttention-textList-item {
  margin: 0 0 20px;
}
.reviewAttention-textList-item:last-child {
  margin-bottom: 0;
}
.reviewAttention-text {
  margin: 0 0 20px;
}
.reviewAttention-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .reviewAttention {
    padding: 15px 10px;
  }
  .reviewAttention-headline {
    margin: 0 0 10px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .reviewAttention-headline .icon:before {
    width: 19px;
    height: 17px;
  }
  .reviewAttention-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .reviewAttention-item:last-child {
    margin-bottom: 0;
  }
  .reviewAttention-title {
    font-size: 0.875rem;
  }
  .reviewAttention-box {
    height: 200px;
  }
  .reviewAttention-list-item {
    width: 100%;
    font-size: 1rem;
    font-weight: bold;
  }
}
/*
[reviewPost-finish]
******************************************/
.reviewPost-finish {
  padding: 0 0 80px;
}

@media (max-width: 768px) {
  .reviewPost-finish {
    padding: 0 0 10px;
  }
  .reviewPost-finish .form-finish-text {
    font-size: 0.8125rem;
  }
}
/******************************************
[shop-detail]
******************************************/
.sd-section {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sd-section {
    margin-bottom: 20px;
  }
}
/*
[shop-detail-header]
******************************************/
#sd-header .shopInfo {
  margin: 0 0 30px;
}
#sd-header .tagSquare {
  padding: 0 0 30px;
}
#sd-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
#sd-header-inner .page-title {
  margin: 0;
}
#sd-info {
  margin: 0 0 15px;
}
#sd-info-wrap .table th {
  width: 200px;
  white-space: normal;
}
#sd-tag {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 20px;
}

.sd-info-item {
  display: flex;
  font-weight: 700;
}
.sd-info-head {
  flex: 0 0 auto;
  width: 4rem;
  margin: 0 20px 0 0;
  font-weight: 400;
}
.sd-tag-item {
  height: 24px;
  margin: 10px 10px 0 0;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid #0095fe;
  line-height: 24px;
  font-size: 0.8rem;
  color: #0095fe;
}
.sd-address-btn {
  display: inline-flex;
  width: auto;
  height: 25px;
  margin: 0 0 0 10px;
  padding: 0 10px;
  font-size: 0.6875rem;
}
.sd-address-btn .icon {
  margin: 0 5px 0 0;
}
.sd-youtube {
  width: 600px;
  margin: 0 auto;
}
.sd-youtube iframe {
  width: 100%;
}

@media (max-width: 768px) {
  #sd-header .shopInfo {
    margin: 0 0 20px;
  }
  #sd-header .tagSquare {
    padding: 0 0 20px;
  }
  #sd-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #sd-header-inner .page-title {
    margin: 0 0 10px;
  }
  #sd-info {
    font-size: 0.8rem;
  }
  #sd-info-wrap .table th {
    width: 100px;
  }
  #sd-tag {
    margin-bottom: 15px;
  }
  .sd-tag-item {
    font-size: 0.7rem;
  }
  .sd-youtube {
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
  }
  .sd-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*
[shop-detaik-slider]
******************************************/
#sd-slider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
#sd-slider .slick-dots li {
  margin: 0 15px 0 0;
}
#sd-slider .slick-dots li:last-child {
  margin-right: 0;
}
#sd-slider .slick-dots button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 3px solid #cbcbcb;
  color: transparent;
}
#sd-slider .slick-dots .slick-active button {
  background: #222;
  border: none;
}

@media (max-width: 768px) {
  #sd-slider .slick-dots {
    margin: 10px 0 0;
  }
}
/*
[shop-detail-banner]
******************************************/
#sd-banner {
  width: 750px;
  margin: 0 auto 50px;
}

@media (min-width: 769px) {
  #sd-banner a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  #sd-banner {
    width: 100%;
    margin: 0 0 20px;
    padding: 0 10px;
  }
}
/*
[shop-detail-text]
******************************************/
#sd-text-wrap .sec-title {
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  #sd-text .sec-title {
    font-size: 1.5rem;
  }
}
.sd-text-item {
  font-weight: 400;
}

/*
[shop-detail-sns]
******************************************/
#sd-sns-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -10px;
}

.sd-sns-item {
  width: 16.6666666667%;
  padding: 0 10px;
}

.sd-sns-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 0 0 20px;
  border-radius: 25px;
  border: 1px solid #d6d6d6;
  font-size: 0.8rem;
  font-weight: 400;
  color: #222;
}
.sd-sns-btn .icon {
  margin: 0 10px 0 0;
}

@media (min-width: 769px) {
  .sd-sns-btn:hover {
    border-color: #005dad;
    color: #005dad;
  }
  #sd-sns-web:hover .icon:before {
    background-image: url(../img/icon/icon-sns-web-blue.png);
  }
  #sd-sns-mail:hover .icon:before {
    background-image: url(../img/icon/icon-sns-mail-blue.png);
  }
  #sd-sns-fb:hover .icon:before {
    background-image: url(../img/icon/icon-sns-fb-blue.png);
  }
  #sd-sns-twitter:hover .icon:before {
    background-image: url(../img/icon/icon-sns-twitter-blue.png);
  }
  #sd-sns-line:hover .icon:before {
    background-image: url(../img/icon/icon-sns-line-blue.png);
  }
  #sd-sns-insta:hover .icon:before {
    background-image: url(../img/icon/icon-sns-insta-blue.png);
  }
}
@media (max-width: 768px) {
  #sd-sns-list {
    margin: -10px -5px 0;
  }
  .sd-sns-item {
    flex: 0 0 auto;
    width: 50%;
    margin: 10px 0 0;
    padding: 0 5px;
  }
  .sd-sns-btn {
    height: 44px;
    padding: 0 0 0 15px;
    border-radius: 22px;
  }
}
/*
[shop-detail-info]
******************************************/
#sd-info-wrap {
  margin: 0 0 80px;
}
#sd-info-wrap .sec-title {
  margin: 0 0 10px;
  font-weight: 500;
}
#sd-info-wrap .table {
  border-radius: 0;
}
#sd-info-tel {
  margin: 0 15px 0 0;
  line-height: 1;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.6rem;
  font-weight: 600;
}
#sd-info-tel-btn {
  width: 150px;
  height: 36px;
  line-height: 36px;
  font-size: 0.8rem;
  font-weight: 700;
}

#sd-map-wrap {
  width: 100%;
  height: 500px;
  border: 5px solid #ebebeb;
}

@media (max-width: 768px) {
  #sd-info-wrap {
    margin: 0 0 15px;
  }
  #sd-map-wrap {
    height: 355px;
  }
}
/*
[shop-detail-tel]
******************************************/
.sd-tel {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.sd-tel .btn {
  width: auto;
  height: 24px;
  padding: 0 10px;
  border-radius: 12px;
  font-size: 0.6875rem;
}
.sd-tel .btn .icon {
  margin: 0 5px 0 0;
}
.sd-tel .btn .icon:before {
  width: 14px;
  height: 14px;
}

@media (max-width: 768px) {
  .sd-tel {
    flex-direction: column;
    align-items: flex-start;
  }
  #sd-info-tel {
    margin: 0 0 10px;
  }
}
/*
[tagSquare]
******************************************/
.tagSquare {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -5px 0 0;
}
.tagSquare-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 5px 5px 0 0;
  padding: 0 10px;
  border: 1px solid #d4d4d4;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
.tagSquare-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  .tagSquare-item {
    height: 25px;
    padding: 0 5px;
    font-size: 0.75rem;
  }
}
/******************************************
[shopInfo]
******************************************/
.shopInfo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.shopInfo-photo {
  flex: 0 0 auto;
  width: 300px;
  margin: 0 35px 0 0;
}
.shopInfo-body {
  flex: 1 0 auto;
  width: 1%;
}
.shopInfo-body .reviewUnit {
  margin: 0 0 20px;
}
.shopInfo-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopInfo-action-item {
  flex: 1 0 auto;
  width: 1%;
  margin: 0 15px 0 0;
}
.shopInfo-action-item:last-child {
  margin-right: 0;
}
.shopInfo-action-btn {
  height: 45px;
  font-size: 1rem;
}
.shopInfo-action-btn .icon {
  margin: 0 20px 0 0;
}
.shopInfo-action-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.shopInfo-detail {
  margin: 0 0 20px;
  font-size: 0.875rem;
}
.shopInfo-detail tr:last-child th,
.shopInfo-detail tr:last-child td {
  padding-bottom: 0;
}
.shopInfo-detail th,
.shopInfo-detail td {
  vertical-align: top;
  text-align: left;
}
.shopInfo-detail th {
  padding: 0 15px 15px 0;
  white-space: nowrap;
}
.shopInfo-detail td {
  padding: 0 0 15px;
  font-weight: 400;
}
.shopInfo-number {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.shopInfo-number-title {
  margin: 0 10px 0 0;
  font-size: 0.9375rem;
  white-space: nowrap;
}
.shopInfo-number-num {
  display: flex;
  align-items: center;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1rem;
  font-weight: bold;
}
.shopInfo-number-num span {
  margin: 0 5px 0 0;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .shopInfo-photo {
    width: 100%;
    margin: 0 0 15px;
  }
  .shopInfo-body {
    flex: 0 0 auto;
    width: 100%;
  }
  .shopInfo-body .reviewUnit {
    margin: 0 0 15px;
  }
  .shopInfo-action-item {
    flex: 0 0 auto;
    width: 100%;
    margin: 0 0 10px;
  }
  .shopInfo-action-item:last-child {
    margin-bottom: 0;
  }
  .shopInfo-detail {
    margin: 0 0 15px;
  }
  .shopInfo-detail th {
    padding: 0 15px 10px 0;
  }
  .shopInfo-detail td {
    padding: 0 0 10px;
  }
  .shopInfo-number {
    margin: 0 10px 0 0;
  }
  .shopInfo-number-title {
    font-size: 0.875rem;
  }
  .shopInfo-number-num {
    font-size: 0.875rem;
  }
  .shopInfo-number-num span {
    font-size: 1.25rem;
  }
}
/******************************************
[shopTab]
******************************************/
.sdTab {
  margin: 0 0 60px;
}
.sdTab-section {
  margin: 0 0 45px;
}
.sdTab-section:last-child {
  margin-bottom: 0;
}
.sdTab-headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 0 15px 15px;
  border-left: 5px solid #005dad;
  border-bottom: 1px solid #005dad;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.sdTab .resFooter {
  padding-bottom: 0;
}
.sdTab .resBody {
  margin: 0;
}
.sdTab .reportList .tagSquare {
  margin: 10px 0 0;
}

@media (max-width: 768px) {
  .sdTab {
    margin: 0 0 40px;
  }
  .sdTab-section {
    margin: 0 0 30px;
  }
  .sdTab-headline {
    margin: 0 0 15px;
    font-size: 1rem;
  }
  .sdTab .resBody {
    margin: 0 0 0;
  }
  .sdTab .reportList .tagSquare {
    margin: 5px 0 0;
  }
}
/*
[shopMenu]
******************************************/
.sdMenu {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.sdMenu-item {
  flex: 1 0 auto;
  width: 1%;
  border: 1px solid #cdd1d4;
}
.sdMenu-item:not(:first-child) {
  border-left: none;
}
.sdMenu-item.is-active .sdMenu-btn {
  background: #005dad;
  font-weight: 600;
  color: #fff;
}
.sdMenu-item.is-active .sdMenu-btn:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8.5px 0 8.5px;
  border-color: #005dad transparent transparent transparent;
  z-index: 1;
}
.sdMenu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  background: #f5f7f9;
  font-weight: 400;
  line-height: 1.2;
}
.sdMenu-btn:disabled {
  color: #cdd1d4;
}

@media (max-width: 768px) {
  .sdMenu {
    margin: 0 0 20px;
  }
  .sdMenu-item.is-active .sdMenu-btn {
    font-weight: bold;
  }
  .sdMenu-btn {
    height: 45px;
    padding: 0 5px;
    font-size: 0.6875rem;
    font-weight: normal;
  }
}
/*
[sdShop]
******************************************/
.sdShop {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -30px -15px 0;
}
.sdShop-item {
  width: 25%;
  margin: 30px 0 0;
  padding: 0 15px;
}
.sdShop-photo {
  width: 100%;
  margin: 0 0 15px;
}
.sdShop-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #0095fe;
}

@media (max-width: 768px) {
  .sdShop {
    margin: -15px -5px 0;
  }
  .sdShop-item {
    width: 50%;
    margin: 15px 0 0;
    padding: 0 5px;
  }
  .sdShop-photo {
    margin: 0 0 10px;
  }
  .sdShop-text {
    font-size: 0.8125rem;
  }
}
/*
[sdStaff]
******************************************/
.sdStaff {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -30px 0 0;
}
.sdStaff-item {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  width: calc((100% - 35px) / 2);
  margin: 30px 35px 0 0;
}
.sdStaff-item:nth-child(even) {
  margin-right: 0;
}
.sdStaff-photo {
  width: 220px;
  margin: 0 15px 0 0;
}
.sdStaff-info {
  flex: 1 0 auto;
  width: 1%;
}
.sdStaff-position {
  margin: 0 0 10px;
  font-size: 0.875rem;
  line-height: 1;
}
.sdStaff-name {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
.sdStaff-text {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .sdStaff {
    margin: -15px 0 0;
  }
  .sdStaff-item {
    width: 100%;
    margin: 15px 0 0;
  }
  .sdStaff-photo {
    width: 170px;
    margin: 0 10px 0 0;
  }
  .sdStaff-position {
    margin: 0 0 5px;
    font-size: 0.6875rem;
  }
  .sdStaff-name {
    font-size: 1rem;
  }
  .sdStaff-text {
    font-size: 0.8125rem;
  }
}
/*
[sdPrice]
******************************************/
.sdPriceSelect {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.sdPriceSelect-title {
  margin: 0 15px 0 0;
  font-size: 1rem;
  font-weight: 600;
}
.sdPriceSelect-select {
  width: 150px;
  min-width: 0;
  height: 50px;
}

.sdPrice {
  margin: 0 0 30px;
}
.sdPrice-headline {
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  background: #222;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.sdPrice-item {
  padding: 10px 15px 20px;
  border: 1px solid #D4D4D4;
  border-top: none;
}
.sdPrice-item .tagSquare {
  margin: 0 0 20px;
}
.sdPrice-sec {
  margin: 0 0 30px;
  padding: 0 15px;
}
.sdPrice-sec:last-child {
  margin-bottom: 0;
}
.sdPrice-group {
  display: flex;
  flex-wrap: wrap;
}
.sdPrice-group-item {
  flex: 0 0 auto;
  width: calc((100% - 15px) / 2);
  margin: 0 15px 0 0;
}
.sdPrice-group-item:last-child {
  margin-right: 0;
}
.sdPrice-group .sdPrice-title {
  margin: 0 0 15px;
}
.sdPrice-title {
  display: flex;
  align-items: center;
  height: 45px;
  margin: 0 -15px 15px;
  padding: 0 15px;
  background: #F5F7F9;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.sdPrice-title + .sdPrice-list {
  margin-top: -15px;
}
.sdPrice-list {
  margin: 0 -15px 15px;
}
.sdPrice-list-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  border-bottom: 1px dashed #D4D4D4;
}
.sdPrice-list-title {
  font-weight: 600;
}
.sdPrice-list-price {
  margin: 0 0 0 auto;
  text-align: right;
}
.sdPrice-strong {
  background: #FEF2F2;
  border-bottom: none;
}
.sdPrice-strong-text {
  font-size: 1rem;
  font-weight: 600;
  color: #da0606;
}
.sdPrice-text {
  margin: 0 0 10px;
  font-size: 0.875rem;
  font-weight: 400;
}
.sdPrice-text.fw-b {
  font-weight: bold;
}
.sdPrice-note {
  font-size: 0.8125rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .sdPriceSelect {
    margin: 0 0 15px;
  }
  .sdPriceSelect-title {
    margin: 0 10px 0 0;
    font-size: 0.875rem;
  }
  .sdPriceSelect-select {
    height: 45px;
  }
  .sdPrice {
    margin: 0 0 15px;
  }
  .sdPrice-headline {
    height: 35px;
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .sdPrice-item {
    padding: 10px 10px 20px;
  }
  .sdPrice-item .tagSquare {
    margin: 0 0 15px;
  }
  .sdPrice-sec {
    margin: 0 0 20px;
    padding: 0;
  }
  .sdPrice-group-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .sdPrice-group-item:last-child {
    margin-bottom: 0;
  }
  .sdPrice-group .sdPrice-title {
    margin: 0 0 10px;
  }
  .sdPrice-title {
    height: 40px;
    margin: 0;
    padding: 0 10px;
  }
  .sdPrice-title + .sdPrice-list {
    margin: 0;
  }
  .sdPrice-list {
    margin: 0 0 15px;
  }
  .sdPrice-list-item {
    padding: 10px;
  }
  .sdPrice-list-title, .sdPrice-list-price {
    width: 100%;
    font-size: 0.8125rem;
  }
  .sdPrice-strong-title, .sdPrice-strong-text {
    font-size: 0.875rem;
  }
}
/*
[sdMaint]
******************************************/
.sdMaint {
  margin: 0 0 20px;
  padding: 0 15px;
}
.sdMaint:last-child {
  margin-bottom: 0;
}
.sdMaint-headline {
  margin: 0 -15px 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.sdMaint-text {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .sdMaint {
    margin: 0 0 15px;
    padding: 0 10px;
  }
  .sdMaint-headline {
    margin: 0 -10px 10px;
    font-size: 0.875rem;
  }
}
/*
[sdWork]
******************************************/
.sdWork {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sdWork-main {
  flex: 0 0 auto;
  width: 695px;
}
.sdWork-main .home-topics-btn {
  top: 5px;
}
.sdWork-list.is-hide {
  display: none;
}
.sdWork-aside {
  flex: 0 0 auto;
  width: 245px;
}
.sdWork-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.sdWork-btn {
  width: auto;
  height: 25px;
  margin: 0 0 15px;
  padding: 0 10px;
  background: #f5f5f5;
  border: 1px solid #dcddde;
  font-size: 0.6875rem;
}
.sdWork-btn .icon {
  margin: 0 5px 0 0;
}
.sdWork-address {
  font-size: 0.875rem;
}
.sdWork .sdTab-headline {
  margin: 0 0 15px;
  font-size: 1.125rem;
}

#sdWork-map {
  width: 100%;
  height: 185px;
  margin: 0 0 10px;
}

@media (max-width: 768px) {
  .sdWork-main {
    width: 100%;
    margin: 0 0 40px;
  }
  .sdWork-aside {
    width: 100%;
  }
  #sdWork-map {
    height: 235px;
  }
}
/*
[shopReview]
******************************************/
.sdReviewPost {
  width: 300px;
  height: 45px;
  margin: 0 0 15px;
  font-size: 1rem;
}
.sdReviewPost .arrow-line-white {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.sdReviewPost .icon {
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  .sdReviewPost {
    width: 100%;
    margin: 0 0 15px;
  }
}
.sdReviewTotal {
  margin: 0 0 30px;
  border: 1px solid #cdd1d4;
}
.sdReviewTotal-headline {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  background: #222;
  font-size: 1rem;
  color: #fff;
}
.sdReviewTotal-item {
  padding: 15px;
}
.sdReviewTotal-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.sdReviewTotal-list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 1%;
  margin: -10px 0 0;
}
.sdReviewTotal-list-item {
  margin: 10px 35px 0 0;
}
.sdReviewTotal-list-item:nth-child(odd) .reviewTitle {
  width: 9em;
}
.sdReviewTotal-list-item:nth-child(even) {
  margin-right: 0;
}
.sdReviewTotal-list-item:nth-child(even) .reviewTitle {
  width: 6em;
}
.sdReviewTotal-note {
  margin: 15px 0 0;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .sdReviewTotal {
    margin: 0 0 20px;
  }
  .sdReviewTotal-headline {
    height: auto;
    padding: 10px;
    font-size: 0.875rem;
  }
  .sdReviewTotal-group .reviewTitle {
    margin: 0 10px 0 0;
    font-size: 0.875rem;
  }
  .sdReviewTotal-group-item {
    margin: 0 0 20px;
  }
  .sdReviewTotal-list {
    width: 100%;
    margin: -10px 0 0;
  }
  .sdReviewTotal-list-item {
    width: 50%;
    margin: 10px 0 0;
  }
  .sdReviewTotal-list-item .reviewTitle {
    margin: 0 0 10px;
  }
  .sdReviewTotal-list-item:nth-child(odd) .reviewTitle {
    width: 100%;
  }
  .sdReviewTotal-list-item:nth-child(even) .reviewTitle {
    width: 100%;
  }
  .sdReviewTotal-list .reviewUnit {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .sdReviewTotal-list .reviewTitle {
    width: 100%;
  }
  .sdReviewTotal-note {
    margin: 10px 0 0;
  }
}
.sdReview {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 20px;
  padding: 15px;
  background: #F5F7F9;
  border: 1px solid #D4D4D4;
}
.sdReview:last-child {
  margin-bottom: 0;
}
.sdReview-num {
  margin: 0 0 15px;
}

@media (max-width: 768px) {
  .sdReview {
    margin: 0 0 10px;
    padding: 10px;
  }
}
.sdReviewHead {
  flex: 0 0 auto;
  width: 350px;
  margin: 0 20px 0 0;
}
.sdReviewHead-headline {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: 600;
}
.sdReviewHead-icon {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.sdReviewHead-total {
  margin: 0 0 20px;
}
.sdReviewHead-total .reviewTitle {
  font-size: 0.875rem;
}
.sdReviewHead-total .reviewUnit {
  justify-content: center;
}
.sdReviewHead-list {
  padding: 15px;
  background: #fff;
}
.sdReviewHead-list-item {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d2d2d2;
}
.sdReviewHead-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sdReviewHead-list-item .reviewStar {
  margin-left: auto;
}

@media (max-width: 768px) {
  .sdReviewHead {
    width: 100%;
    margin: 0 0 15px;
  }
  .sdReviewHead-headline {
    margin: 0 0 5px;
    font-size: 0.875rem;
  }
  .sdReviewHead-total {
    margin: 0 0 10px;
  }
  .sdReviewHead-total .reviewUnit {
    justify-content: flex-start;
  }
  .sdReviewHead-list {
    padding: 10px;
  }
}
@media (max-width: 320px) {
  .sdReviewHead .reviewTitle {
    font-size: 0.8rem;
  }
  .sdReviewHead-list .reviewTitle {
    font-size: 0.75rem;
  }
}
.sdReviewCont {
  flex: 1 0 auto;
  width: 1%;
  font-weight: 400;
}
.sdReviewCont-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1;
}
.sdReviewCont-header-category {
  display: inline-flex;
  align-items: center;
  height: 25px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  background: #da0606;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #fff;
}
.sdReviewCont-header-info {
  display: flex;
  margin: 0 15px 0 0;
  font-size: 0.8125rem;
  white-space: nowrap;
}
.sdReviewCont-header-info span {
  font-weight: 600;
  color: #da0606;
}
.sdReviewCont-header-title {
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}
.sdReviewCont-header-date {
  margin: 0 0 0 auto;
  font-size: 0.75rem;
}
.sdReviewCont-body {
  margin: 0 0 15px;
}
.sdReviewCont-body:last-child {
  margin-bottom: 0;
}
.sdReviewCont-text {
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .sdReviewCont-header {
    margin: 0 0 10px;
  }
  .sdReviewCont-header-info {
    font-size: 0.75rem;
  }
  .sdReviewCont-header-title {
    font-size: 0.8125rem;
  }
  .sdReviewCont-header-date {
    margin: 10px 0 0 auto;
  }
  .sdReviewCont-text {
    font-size: 0.8125rem;
  }
}
.sdReviewShop {
  padding: 15px;
  background: #FFF0F0;
  border: 2px solid #FFCACA;
}
.sdReviewShop .sdReviewCont-header {
  border-bottom-color: #FFCACA;
}

@media (max-width: 768px) {
  .sdReviewShop {
    padding: 10px;
  }
  .sdReviewShop .sdReviewCont-header-date {
    margin-top: 0;
  }
}
/******************************************
[search]
******************************************/
.search-detail-title {
  margin: 0 0 15px;
  font-size: 1.1rem;
  font-weight: 700;
}
.search-detail-wrap .search-check-list li {
  width: 33%;
  font-size: 0.9rem;
}
.search-detail-item {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #d4d4d4;
}
.search-detail-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.search-detail-item-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.search-detail-item-flex-box50 {
  flex: 0 1 48%;
  margin: 0 0 20px;
}
.search-detail-item-flex-box100 {
  flex: 0 1 100%;
  margin: 0 0 20px;
}
.search-detail-item.noborder {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: none;
}
.search-detail-business {
  display: flex;
  justify-content: center;
}
.search-detail-business .search-check-wrap {
  display: inline-flex;
  width: auto;
}
.search-detail-group {
  margin: 0 0 20px;
}
.search-detail-group:last-child {
  margin-bottom: 0;
}
.search-detail-head {
  margin: 0 0 10px;
  line-height: 1;
}
.search-detail-unit {
  display: flex;
  flex-wrap: wrap;
}
.search-detail-select, .search-detail-selectPre, .search-detail-selectCity, .search-detail-selectBtn {
  flex: 0 0 auto;
  height: 45px;
}
.search-detail-select .form-select,
.search-detail-select .btn, .search-detail-selectPre .form-select,
.search-detail-selectPre .btn, .search-detail-selectCity .form-select,
.search-detail-selectCity .btn, .search-detail-selectBtn .form-select,
.search-detail-selectBtn .btn {
  min-width: 0;
  width: 100%;
  height: 100%;
}
.search-detail-selectPre {
  width: 150px;
  margin: 0 10px 0 0;
}
.search-detail-selectCity {
  width: 200px;
  margin: 0 10px 0 0;
}
.search-detail-selectBtn {
  width: 160px;
}
.search-detail-selectBtn .btn {
  font-size: 1rem;
  font-weight: bold;
}
.search-detail-location .btn {
  min-width: 0;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  font-size: 0.9rem;
  font-weight: 500;
}

.search-btn-wrap .btn {
  font-weight: bold;
}

.search-check-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-check-wrap {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  font-weight: 500;
}
.search-check-wrap input[type=checkbox] {
  display: none;
}
.search-check-wrap input[type=checkbox]:checked + .search-check-label:before {
  background: url(../img/icon/icon-check-white.png) no-repeat center #da0606;
  background-size: 15px;
}
.search-check-label {
  display: flex;
  align-items: center;
}
.search-check-label:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 15px 0 0;
  background: #fff;
  box-shadow: 2px 2px 0 #d0d0d0;
}

.search-btn {
  width: 240px;
  text-align: center;
}
.search-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.search-btn-wrap li {
  margin: 0 20px 0 0;
}
.search-btn-wrap li:last-child {
  margin-right: 0;
}

@media (min-width: 769px) {
  .search-check-wrap:hover {
    background: #efefef;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  .search-detail-wrap .search-check-list {
    margin: -15px 0 15px;
  }
  .search-detail-wrap .search-check-list:last-child {
    margin-bottom: 0;
  }
  .search-detail-wrap .search-check-list li {
    width: 50%;
    margin: 15px 0 0;
    font-size: 0.8rem;
  }
  .search-detail-title {
    font-size: 1rem;
  }
  .search-detail-item {
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .search-detail-item-flex-box50 {
    flex: 0 1 100%;
    margin: 0 0 20px;
  }
  .search-detail-selectPre, .search-detail-selectCity, .search-detail-selectBtn, .search-detail-location {
    width: 100%;
    margin: 0 0 10px;
  }
  .search-detail-selectPre:last-child, .search-detail-selectCity:last-child, .search-detail-selectBtn:last-child, .search-detail-location:last-child {
    margin-bottom: 0;
  }
  .search-detail-location .btn {
    height: 45px;
  }
  .search-check-wrap {
    padding: 0;
  }
  .search-btn {
    width: 100%;
  }
  .search-btn-wrap li {
    width: 100%;
    margin: 0;
  }
}
/******************************************
[resHeader]
******************************************/
.resHeader {
  margin: 0 0 30px;
  padding: 20px;
  background: #f5f7f9;
  border: 1px solid #cdd1d4;
}
.resHeader-item {
  margin: 0 0 20px;
}
.resHeader-item:last-child {
  margin-bottom: 0;
}
.resHeader-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.resHeader-sort-item {
  width: calc((100% - 45px) / 4);
}
.resHeader-sort-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  font-weight: 400;
}
.resHeader-sort-btn.is-desc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.resHeader-sort-btn.is-asc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(-180deg);
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.resHeader-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resHeader-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.resHeader-total {
  display: flex;
  align-items: flex-end;
  margin: 0 10px 0 0;
  font-weight: 700;
  line-height: 1;
}
.resHeader-total span {
  margin: 0 5px 0 10px;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.4rem;
  font-weight: 600;
  color: #da0606;
}
.resHeader-search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 36px;
  background: #da0606;
  border-radius: 18px;
  font-size: 1rem;
  color: #fff;
}
.resHeader-search .icon {
  margin: 0 5px 0 0;
}
.resHeader-layout {
  display: flex;
  align-items: center;
}
.resHeader-layout-item {
  margin: 0 20px 0 0;
  line-height: 1;
}
.resHeader-layout-item:last-child {
  margin-right: 0;
}
.resHeader-layout-btn {
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .resHeader-sort-btn:hover {
    background: #f7f9fb;
    border: 1px solid #a9a9a9;
  }
}
@media (max-width: 768px) {
  .resHeader {
    margin: 0 -10px;
    padding: 10px;
    border-right: none;
    border-left: none;
  }
  .resHeader-item {
    margin: 0 0 5px;
  }
  .resHeader-total {
    margin: 10px 0 0;
  }
  .resHeader-sort {
    margin: -10px 0 0;
  }
  .resHeader-sort-item {
    width: calc((100% - 10px) / 2);
    margin: 10px 0 0;
  }
  .resHeader-sort-btn {
    justify-content: flex-start;
    height: 35px;
    padding: 0 15px;
  }
  .resHeader-sort-btn:before {
    right: 10px;
  }
  .resHeader-action {
    align-items: flex-end;
    margin: 0 0 10px;
  }
  .resHeader-layout-item {
    margin: 0 15px 0 0;
  }
  .resHeader-layout .icon:before {
    width: 20px;
    height: 20px;
  }
  .resHeader-search {
    width: 100%;
  }
  .resHeader-shop .resHeader-total {
    margin: 0 0 10px;
  }
  .resHeader-shop .resHeader-action {
    margin-bottom: 0;
  }
}
/******************************************
[resBody]
******************************************/
.resBody.resLayout-row .resBody-item {
  border-top: 3px solid #222;
}
.resBody.resLayout-row .resBody-item:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #dfe2e5 0%, #fff 100%);
}
.resBody.resLayout-row .column {
  display: none;
}
.resBody.resLayout-row .row {
  animation: fadeIn 0.3s ease;
}
.resBody.resLayout-column {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -20px 0;
}
.resBody.resLayout-column .resBody-item {
  width: calc(33.3333333333% - 40px);
  box-sizing: content-box;
  margin: 40px 0 0;
  padding: 0 20px;
}
.resBody.resLayout-column .column {
  animation: fadeIn 0.3s ease;
}
.resBody.resLayout-column .row {
  display: none;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.resGoods-aside {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  line-height: 1;
}
.resGoods-aside-btn {
  height: 35px;
  padding: 0 5px 0 20px;
  font-size: 0.875rem;
}
.resGoods-aside-btn .icon {
  margin: 0 0 0 20px;
}
.resGoods-new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 25px;
  background: #d9bd00;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
.resGoods-newcar {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 0 5px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
.resGoods-newcar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #da0606 transparent transparent transparent;
  z-index: -1;
}
.resGoods-campaign {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 0 10px;
  background: rgba(73, 205, 98, 0.9);
  font-size: 0.6875rem;
  color: #fff;
  z-index: 1;
}
.resGoods-detail-title {
  font-weight: bold;
  line-height: 1;
}
.resGoods-detail-num {
  display: flex;
  align-items: baseline;
  font-weight: 400;
  line-height: 1;
}
.resGoods-detail-num span {
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-weight: bold;
}
.resGoods-detail-red {
  color: #da0606;
}
.resGoods-detail-gray {
  color: #828282;
}
.resGoods-tel {
  padding: 50px 0 60px;
  text-align: center;
}
.resGoods-tel-name {
  margin: 0 0 35px;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1;
}
.resGoods-tel-time {
  margin: 0 0 35px;
  font-weight: 400;
  line-height: 1;
}
.resGoods-tel-num {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1;
  color: #14ac46;
}
.resGoods-tel-num .icon {
  margin: 0 15px 0 0;
}
.resGoods-text {
  margin: 5px 0 0;
  font-size: 0.6875rem;
}
.resGoods-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.resGoods.row {
  padding: 30px 0;
}
.resGoods.row .resGoods-header {
  margin: 0 0 15px;
}
.resGoods.row .resGoods-header-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.resGoods.row .resGoods-name {
  max-width: calc(100% - 190px);
  margin: 0 10px 0 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.resGoods.row .resGoods-name-aside {
  display: block;
  font-size: 0.9375rem;
  font-weight: 400;
  word-wrap: break-word;
}
.resGoods.row .resGoods-name .resGoods-new {
  margin: 0 10px 0 0;
}
.resGoods.row .resGoods-fav {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 30px;
  background: #f7f9fb;
  border: 1px solid #dfdfdf;
  font-size: 0.75rem;
  font-weight: 400;
}
.resGoods.row .resGoods-fav.is-checked {
  background: #d9bd00;
  border-color: #d9bd00;
}
.resGoods.row .resGoods-fav.is-checked .resGoods-fav-text {
  font-weight: bold;
  color: #fff;
}
.resGoods.row .resGoods-fav.is-checked .resGoods-fav-text:before {
  background-image: url("../img/icon/icon-fav-yellow.png");
}
.resGoods.row .resGoods-fav-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.resGoods.row .resGoods-fav-text:before {
  content: "";
  display: block;
  width: 18px;
  height: 17px;
  margin: 0 5px 0 0;
  background: url("../img/icon/icon-fav-gray.png") no-repeat center;
  background-size: cover;
}
.resGoods.row .resGoods-desc {
  font-size: 0.75rem;
  font-weight: 400;
}
.resGoods.row .resGoods-body {
  display: flex;
}
.resGoods.row .resGoods-body .btn {
  height: 45px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: bold;
}
.resGoods.row .resGoods-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.resGoods.row .resGoods-photo {
  flex: 0 0 auto;
  width: 300px;
  margin: 0 20px 0 0;
}
.resGoods.row .resGoods-thumb {
  margin: 0 0 10px;
}
.resGoods.row .resGoods-detail {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 0;
  border: 1px solid #cdd1d4;
}
.resGoods.row .resGoods-detail-unit {
  display: flex;
  justify-content: center;
  width: 100%;
}
.resGoods.row .resGoods-detail-unit:not(:last-child):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background: #cdd1d4;
}
.resGoods.row .resGoods-detail-item {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}
.resGoods.row .resGoods-detail-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #cdd1d4;
}
.resGoods.row .resGoods-detail-price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}
.resGoods.row .resGoods-detail-price .resGoods-detail-title {
  margin: 0 15px 0 0;
}
.resGoods.row .resGoods-detail-title {
  margin: 0 0 15px;
  font-size: 0.875rem;
}
.resGoods.row .resGoods-detail-num {
  margin: 0 0 20px;
  font-size: 0.875rem;
}
.resGoods.row .resGoods-detail-num:last-child {
  margin-bottom: 0;
}
.resGoods.row .resGoods-detail-num span {
  margin: 0 10px 0 0;
  font-size: 2rem;
}
.resGoods.row .resGoods-detail-aside {
  font-size: 0.75rem;
  font-weight: 400;
}
.resGoods.row .resGoods-shop {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 300px;
}
.resGoods.row .resGoods-shop-bottom .btn {
  margin: 0 0 10px;
}
.resGoods.row .resGoods-shop-bottom .btn:last-child {
  margin-bottom: 0;
}
.resGoods.row .resGoods-shop-bottom .icon {
  margin: 0 15px 0 0;
}
.resGoods.row .resGoods-shop-city {
  margin: 0 0 10px;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;
}
.resGoods.row .resGoods-shop-headline {
  margin: 0 0 15px;
  font-weight: bold;
  line-height: 1.2;
}
.resGoods.row .resGoods-shop-headline a {
  text-decoration: underline;
}
.resGoods.row .resGoods-shop-detail {
  display: flex;
  align-items: flex-start;
}
.resGoods.row .resGoods-shop-thumb {
  flex: 0 0 auto;
  width: 90px;
  margin: 0 10px 0 0;
}
.resGoods.row .resGoods-shop-info {
  font-size: 0.75rem;
  font-weight: 400;
}
.resGoods.row .resGoods-shop-title {
  font-size: 0.6875rem;
  font-weight: bold;
}
.resGoods.row .resGoods-shop-address {
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #cdd1d4;
  word-break: break-all;
}
.resGoods.row .resGoods-shop-review {
  display: flex;
  align-items: center;
}
.resGoods.row .resGoods-shop-star {
  display: block;
  width: 93px;
  height: 15px;
  margin: 0 0 0 15px;
  background: url("../img/icon/icon-review-empty.png") no-repeat left center;
  background-size: cover;
}
.resGoods.row .resGoods-shop-star:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  background: url(../img/icon/icon-review-fill.png) no-repeat left center;
  background-size: cover;
}
.resGoods.row .resGoods-shop-star0:before {
  width: 0;
}
.resGoods.row .resGoods-shop-star0-5:before {
  width: 8px;
}
.resGoods.row .resGoods-shop-star1:before {
  width: 16px;
}
.resGoods.row .resGoods-shop-star1-5:before {
  width: 28px;
}
.resGoods.row .resGoods-shop-star2:before {
  width: 36px;
}
.resGoods.row .resGoods-shop-star2-5:before {
  width: 47px;
}
.resGoods.row .resGoods-shop-star3:before {
  width: 55px;
}
.resGoods.row .resGoods-shop-star3-5:before {
  width: 66px;
}
.resGoods.row .resGoods-shop-star4:before {
  width: 74px;
}
.resGoods.row .resGoods-shop-star4-5:before {
  width: 85px;
}
.resGoods.row .resGoods-shop-star5:before {
  width: 93px;
}
.resGoods.row .resGoods-btn {
  display: none;
}
.resGoods.column .resGoods-link {
  display: block;
  color: #222;
}
.resGoods.column .resGoods-thumb {
  margin: 0 0 10px;
}
.resGoods.column .resGoods-new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.resGoods.column .resGoods-name {
  margin: 0 0 5px;
  font-size: 0.875rem;
}
.resGoods.column .resGoods-shop-city {
  font-size: 0.8125rem;
}
.resGoods.column .resGoods-detail {
  display: flex;
  align-items: baseline;
  font-size: 0.6875rem;
}
.resGoods.column .resGoods-detail-num {
  font-weight: 400;
}
.resGoods.column .resGoods-detail-num span {
  margin: 0 5px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .resBody {
    margin: 0 -10px;
  }
  .resBody.resLayout-row .resBody-item {
    border-top: none;
    border-bottom: 1px solid #cdd1d4;
  }
  .resBody.resLayout-row .resBody-item:after {
    height: 10px;
  }
  .resBody.resLayout-column {
    margin: 0;
  }
  .resBody.resLayout-column .resBody-item {
    width: calc((100% - 15px) / 2);
    margin: 30px 15px 0 0;
    padding: 0;
  }
  .resBody.resLayout-column .resBody-item:nth-child(even) {
    margin-right: 0;
  }
  .resGoods-new {
    width: 50px;
    height: 20px;
    font-size: 0.8125rem;
  }
  .resGoods.row {
    padding: 20px 10px;
  }
  .resGoods.row .resGoods-header {
    margin: 0 0 10px;
  }
  .resGoods.row .resGoods-header-head {
    display: block;
    margin: 0;
  }
  .resGoods.row .resGoods-name {
    display: block;
    max-width: 100%;
    margin: 0 0 10px;
    font-size: 1rem;
  }
  .resGoods.row .resGoods-name-aside {
    display: block;
    width: 100%;
    margin: 5px 0 0;
    font-size: 0.875rem;
  }
  .resGoods.row .resGoods-name .resGoods-new {
    display: inline-flex;
  }
  .resGoods.row .resGoods-fav {
    width: 100%;
  }
  .resGoods.row .resGoods-desc {
    display: none;
  }
  .resGoods.row .resGoods-body {
    flex-direction: column;
  }
  .resGoods.row .resGoods-photo, .resGoods.row .resGoods-detail {
    width: 100%;
  }
  .resGoods.row .resGoods-photo {
    margin: 0 0 10px;
  }
  .resGoods.row .resGoods-detail {
    margin: 0 0 10px;
  }
  .resGoods.row .resGoods-detail-item {
    margin: 20px 0;
  }
  .resGoods.row .resGoods-detail-title, .resGoods.row .resGoods-detail-num {
    margin: 0 0 10px;
  }
  .resGoods.row .resGoods-shop {
    display: none;
  }
  .resGoods.row .resGoods-btn {
    display: flex;
  }
  .resGoods.row .resGoods-btn-item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 0 0;
  }
  .resGoods.row .resGoods-btn-item:last-child {
    margin-right: 0;
  }
  .resGoods.row .resGoods-btn-item .icon {
    margin: 0 10px 0 0;
  }
  .resGoods.column .resGoods-thumb {
    margin: 0 0 5px;
  }
  .resGoods.column .resGoods-campaign {
    font-size: 0.625rem;
  }
  .resGoods-aside {
    justify-content: flex-end;
  }
  .resGoods-aside-btn {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (max-width: 320px) {
  .resGoods.column .resGoods-campaign {
    font-size: 0.5rem;
  }
}
/******************************************
[resFooter]
******************************************/
.resFooter {
  padding: 40px 0 80px;
}

@media (max-width: 768px) {
  .resFooter {
    padding: 30px 0;
  }
}
/******************************************
[searchShop]
******************************************/
.searchShop-main {
  background: url("../img/searchShop/searchShop-mainBg.jpg") no-repeat center;
  background-size: cover;
}
.searchShop-main .homeSearch {
  position: relative;
  bottom: auto;
  left: auto;
}
.searchShop-main-text {
  width: 860px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
}
.searchShop-slide-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
  padding: 15px;
  background: #f7f9fb;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}
.searchShop-slide-trigger:after {
  content: "";
  transform: rotate(90deg);
  display: block;
  width: 10px;
  height: 18px;
  background: url("../img/arrow/arrow-line-gray3.png") no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.searchShop-slide-trigger.is-open:after {
  transform: rotate(-90deg);
}
.searchShop-slide-body {
  display: none;
}
.searchShop-slide-pd {
  padding: 0 0 20px;
}
.searchShop-slide-item {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #d4d4d4;
}
.searchShop-slide-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.searchShop-slide-title {
  margin: 0 0 20px;
  font-size: 1.125rem;
  line-height: 1;
}
.searchShop-check {
  margin: 0 0 30px;
}
.searchShop-check:last-child {
  margin-bottom: 0;
}
.searchShop-check li {
  width: 25%;
  letter-spacing: -0.05em;
}
.searchShop-check li.searchShop-check-w50 {
  width: 50%;
}
.searchShop-report {
  background: url(../img/home/home-used-bg.jpg) no-repeat center;
  background-size: cover;
}
.searchShop-report .area-headline {
  color: #fff;
}
.searchShop-report .slick-track {
  display: flex;
}
.searchShop-report .slick-slide {
  float: none;
  height: auto;
}
.searchShop-report-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin: 0 auto;
  padding: 15px 0;
  border: 1px solid #fff;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  color: #fff;
}
.searchShop-report-btn .icon {
  margin: 0 10px 0 0;
}
.searchShop-catch {
  padding: 80px 0;
  background: url("../img/searchShop/searchShop-catchBg.jpg") no-repeat center;
  background-size: cover;
}
.searchShop-catch-headline {
  margin: 0 0 40px;
  font-size: 2.25rem;
  line-height: 1.2;
}
.searchShop-catch-text {
  margin: 0 0 30px;
  font-size: 1rem;
}
.searchShop-catch-btn {
  margin: 0 0 70px;
}
.searchShop-catch-img {
  width: 766px;
}
.searchShop-maint {
  width: 800px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .searchShop-report-btn:hover {
    background: #fff;
    color: #222;
  }
  .searchShop-report-btn:hover .icon:before {
    background-image: url(../img/arrow/arrow-circle-black.png);
  }
  .searchShop-maint a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .searchShop-main {
    background-position: left center;
  }
  .searchShop-main-text {
    width: 100%;
    padding: 30px 15px;
  }
  .searchShop-main-text img {
    max-width: 345px;
  }
  .searchShop-slide-trigger {
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  .searchShop-slide-pd {
    padding: 0 0 10px;
  }
  .searchShop-slide-title {
    padding: 0 5px;
    font-size: 0.875rem;
  }
  .searchShop-check {
    margin: -10px 0 20px;
    padding: 0 5px;
  }
  .searchShop-check li {
    width: 50%;
    font-size: 0.75rem;
    margin: 10px 0 0;
  }
  .searchShop-catch {
    padding: 30px 0;
    background: url("../img/searchShop/searchShop-catchBg-sp.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .searchShop-catch-headline {
    margin: 0 0 15px;
    font-size: 1.4375rem;
  }
  .searchShop-catch-text {
    margin: 0 0 15px;
    font-size: 0.8125rem;
  }
  .searchShop-catch-btn {
    width: 100%;
    margin: 0 0 20px;
  }
  .searchShop-catch-img {
    width: 100%;
    max-width: 359px;
    margin: 0 auto;
  }
  .searchShop-maint {
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
  }
}
.result__related {
  padding: 10px 0 60px;
}
.result__related-inner {
  padding: 20px 15px;
  background: #f1f2f3;
}
.result__related-card {
  display: flex !important;
  align-items: center;
}
.result__related-card .slick-prev {
  width: 20px;
  height: 37px;
  margin: 0 15px 0 0;
  background: url(../img/result/arrow_left.svg) no-repeat center;
  background-size: cover;
  color: transparent;
}
.result__related-card .slick-next {
  width: 20px;
  height: 37px;
  margin: 0 0 0 5px;
  background: url(../img/result/arrow_right.svg) no-repeat center;
  background-size: cover;
  color: transparent;
}
.result__related-card .slick-disabled {
  opacity: 0.1;
}
.result__related .card-detail {
  margin: 0;
}

@media (max-width: 768px) {
  .result__related {
    margin: 0 -15px;
    padding: 15px 0 50px;
  }
  .result__related-inner {
    padding: 20px 0;
  }
}
/******************************************
[lity]
******************************************/
@media (max-width: 768px) {
  .lity-container {
    width: auto !important;
    max-width: 95% !important;
  }
  .lity-wrap:before {
    margin-right: 0 !important;
  }
}
/******************************************
[modal]
******************************************/
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.modal-title {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
}
.modal-title .icon {
  margin: 0 10px 0 0;
}
.modal-close:hover {
  cursor: pointer;
}
.modal-body {
  padding: 30px;
  font-weight: 400;
}
.modal-btn-wrap {
  margin: 30px 0 0;
}

.iziModal {
  max-height: 90%;
  box-shadow: 0 0 0 transparent !important;
}
.iziModal-header-title, .iziModal-header-subtitle {
  white-space: normal !important;
}
.iziModal:after {
  display: none;
}

@media (max-width: 768px) {
  .modal-header {
    padding: 15px;
  }
  .modal-body {
    padding: 20px;
  }
  .modal-btn-wrap {
    margin: 15px 0 0;
  }
  .iziModal {
    max-width: 95% !important;
  }
}
/*
[modal-cancel]
******************************************/
#modal-cancel-body {
  text-align: center;
}
#modal-cancel-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.modal-cancel-btn-item {
  width: 200px;
  margin: 0 20px;
}

/******************************************
[bannerList]
******************************************/
.bannerList {
  padding: 45px 0;
  background: #003e91;
}
.bannerList-unit {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -15px 0;
}
.bannerList-item {
  width: 50%;
  margin: 30px 0 0;
  padding: 0 15px;
}

@media (min-width: 769px) {
  .bannerList-item a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .bannerList {
    padding: 30px 0;
  }
  .bannerList-unit {
    margin: -10px 0 0;
  }
  .bannerList-item {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }
}
/******************************************
[content & common]
******************************************/
#content {
  background: #fff;
}
#content-wrap {
  overflow-x: hidden;
}

#common-wrap {
  padding: 50px 0 0;
  background: #fff;
}

.common-section {
  padding-bottom: 60px;
}

.content-section {
  margin-bottom: 30px;
}
.content-section:last-child {
  margin-bottom: 0;
}

.sec-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
.sec-header .sec-title {
  margin-bottom: 0;
}
.sec-header .link-icon {
  margin: 0 15px 0 0;
  font-size: 0.9rem;
  font-weight: 700;
  color: #222;
}
.sec-header .link-icon .icon {
  margin: 0 0 0 10px;
}
.sec-title {
  margin: 0 0 20px;
  font-size: 1.2rem;
  font-weight: 700;
}

@media (min-width: 769px) {
  #content-wrap {
    margin: 120px 0 0;
  }
  .sec-header .link-icon:hover {
    color: #167dd6;
  }
  .sec-header .link-icon:hover .icon:before {
    background-image: url(../img/arrow/arrow-line-blue3.png);
  }
}
@media (max-width: 768px) {
  #common-wrap {
    padding: 20px 0 0;
  }
  .content-section {
    margin-bottom: 20px;
  }
  .common-section {
    padding-bottom: 20px;
  }
  .common-section .container {
    padding: 0 20px;
  }
  .sec-title {
    margin: 0 0 10px;
    font-size: 1.05rem;
  }
}
/*
[common-banenr]
******************************************/
#common-banner-slide {
  display: flex;
}
#common-banner-slide .slick-arrow {
  flex: 0 0 auto;
  width: 45px;
  background-color: transparent;
  background-image: url(../img/arrow/arrow-circle-gray.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent;
}
#common-banner-slide .slick-arrow.slick-next {
  transform: scale(-1, 1);
}

.common-banner-item {
  width: 286px;
  margin: 0 15px 0 0;
}
.common-banner-item a {
  display: block;
}

@media (min-width: 769px) {
  #common-app-banner a:hover {
    opacity: 0.5;
  }
  .common-banner-item a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  #common-banner-wrap .container {
    padding: 0;
  }
  #common-banner-slide .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow/arrow-square-gray.png);
    z-index: 1;
  }
  #common-banner-slide .slick-arrow.slick-prev {
    left: 0;
  }
  #common-banner-slide .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%) scale(-1, 1);
  }
  .common-banner-item {
    margin: 0 5px 0 0;
  }
}
/******************************************
[area]
******************************************/
.area {
  padding: 60px 0;
}
.area-sec {
  margin: 0 0 20px;
}
.area-sec:last-child {
  margin-bottom: 0;
}
.area-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .area {
    padding: 30px 0;
  }
  .area-sec {
    margin: 0 0 10px;
  }
  .area-headline {
    margin: 0 0 20px;
    font-size: 1.125rem;
  }
}
/******************************************
[error]
******************************************/
#error-wrap {
  margin: 40px 0 0;
}

.error-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto 20px;
  padding: 10px 15px;
  background: #fff0f0;
  border-radius: 3px;
  border: 2px solid #ffcaca;
  font-weight: 700;
  color: #ff0000;
  width: 100%;
  max-width: 980px;
}
.error-wrap .icon {
  margin: 0 10px 0 0;
}
.error-text {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.error-text::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  margin: 0 5px 2px 0;
  background: url(../img/icon/icon-attention.png) no-repeat center;
  background-size: cover;
  vertical-align: middle;
}
.error-text:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #error-wrap {
    margin: 20px 0 0;
  }
  .error-wrap {
    margin: 0 10px 20px;
    width: auto;
  }
  .error-text {
    text-indent: -2em;
    padding-left: 2em;
  }
}
/******************************************
[icon]
******************************************/
.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon-search-white:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/icon/icon-search-white.png);
}
.icon-hands:before {
  width: 38px;
  height: 23px;
  background-image: url(../img/icon/icon-hands.png);
}
.icon-star-line:before {
  width: 25px;
  height: 24px;
  background-image: url(../img/icon/icon-star-line.png);
}
.icon-star-big:before {
  width: 26px;
  height: 25px;
  background-image: url(../img/icon/icon-star-big-gray.png);
}
.icon-star-small:before {
  width: 17px;
  height: 16px;
  background-image: url(../img/icon/icon-star-small-gray.png);
}
.icon-cart-line:before {
  width: 30px;
  height: 22px;
  background-image: url(../img/icon/icon-cart-line.png);
}
.icon-menu:before {
  width: 25px;
  height: 16px;
  background-image: url(../img/icon/icon-menu.png);
}
.icon-switch-line:before {
  width: 28px;
  height: 26px;
  background-image: url(../img/icon/icon-switch-line.png);
}
.icon-switch-column:before {
  width: 28px;
  height: 28px;
  background-image: url(../img/icon/icon-switch-column.png);
}
.icon-mail-line:before {
  width: 19px;
  height: 14px;
  background-image: url(../img/icon/icon-mail-line-gray.png);
}
.icon-mail-big:before {
  width: 45px;
  height: 31px;
  background-image: url(../img/icon/icon-mail-big.png);
}
.icon-mail-white:before {
  width: 26px;
  height: 18px;
  background-image: url(../img/icon/icon-mail-white.svg);
}
.icon-close:before {
  width: 30px;
  height: 30px;
  background-image: url(../img/icon/icon-close.png);
}
.icon-close-modal:before {
  width: 26px;
  height: 26px;
  background-image: url(../img/icon/icon-close-modal.png);
}
.icon-close-black:before {
  width: 17px;
  height: 17px;
  background-image: url(../img/icon/icon-close-black.png);
}
.icon-twitter:before {
  width: 44px;
  height: 44px;
  background-image: url(../img/icon/icon-twitter.png);
}
.icon-fb:before {
  width: 44px;
  height: 44px;
  background-image: url(../img/icon/icon-fb.png);
}
.icon-comment-yellow:before {
  width: 32px;
  height: 29px;
  background-image: url(../img/icon/icon-comment-yellow.png);
}
.icon-garbage:before {
  width: 20px;
  height: 25px;
  background-image: url(../img/icon/icon-garbage-gray.png);
}
.icon-attention:before {
  width: 25px;
  height: 22px;
  background-image: url(../img/icon/icon-attention.png);
}
.icon-sns-web:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/icon-sns-web-gray.png);
}
.icon-sns-mail:before {
  width: 19px;
  height: 19px;
  background-image: url(../img/icon/icon-sns-mail-gray.png);
}
.icon-sns-fb:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/icon-sns-fb-gray.png);
}
.icon-sns-twitter:before {
  width: 20px;
  height: 16px;
  background-image: url(../img/icon/icon-sns-twitter-gray.png);
}
.icon-sns-line:before {
  width: 22px;
  height: 21px;
  background-image: url(../img/icon/icon-sns-line-gray.png);
}
.icon-sns-insta:before {
  width: 19px;
  height: 19px;
  background-image: url(../img/icon/icon-sns-insta-gray.png);
}
.icon-check-blue:before {
  width: 37px;
  height: 32px;
  background-image: url(../img/icon/icon-check-blue.png);
}
.icon-question-circle:before {
  width: 22px;
  height: 22px;
  background-image: url(../img/icon/icon-question-circle.png);
}
.icon-tel-white:before {
  width: 23px;
  height: 23px;
  background-image: url(../img/icon/icon-tel-white.svg);
}
.icon-tel-green:before {
  width: 39px;
  height: 39px;
  background-image: url(../img/icon/icon-tel-green.svg);
}
.icon-home-white:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/icon-home-white.svg);
}
.icon-map-white:before {
  width: 8px;
  height: 14px;
  background-image: url(../img/icon/icon-map-white.svg);
}
.icon-map-black:before {
  width: 8px;
  height: 14px;
  background-image: url(../img/icon/icon-map-black.svg);
}
.icon-edit-white:before {
  width: 19px;
  height: 20px;
  background-image: url(../img/icon/icon-edit-white.svg);
}
.icon-tool-white:before {
  width: 35px;
  height: 33px;
  background-image: url(../img/icon/icon-tool-white.png);
}
.icon-hand-white:before {
  width: 17px;
  height: 24px;
  background-image: url(../img/icon/icon-hand-white.svg);
}
.icon-time-gray:before {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon-time-gray.svg);
}
.icon-user:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon-user.svg);
}
.icon-chat:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon-chat.svg);
}

/******************************************
[arrow]
******************************************/
.arrow-circle-white:before {
  width: 16px;
  height: 16px;
  background-image: url(../img/arrow/arrow-circle-white.png);
}
.arrow-line-black:before {
  width: 9px;
  height: 15px;
  background-image: url(../img/arrow/arrow-line-black.png);
}
.arrow-line-black-small:before {
  width: 5px;
  height: 8px;
  background-image: url(../img/arrow/arrow-line-black-small.png);
}
.arrow-line-white:before {
  width: 8px;
  height: 13px;
  background-image: url(../img/arrow/arrow-line-white.png);
}
.arrow-line-gray-small:before {
  width: 7px;
  height: 10px;
  background-image: url(../img/arrow/arrow-line-gray-small.png);
}
.arrow-pagetop-white:before {
  width: 14px;
  height: 19px;
  background-image: url(../img/arrow/arrow-pagetop-white.png);
}
.arrow-tri-white:before {
  width: 9px;
  height: 15px;
  background-image: url(../img/arrow/arrow-tri-white.svg);
}

/******************************************
[message]
******************************************/
.message-wrap {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 20px;
  padding: 10px;
  background: rgba(0, 93, 173, 0.1);
  border-radius: 5px;
  border: 2px solid rgba(0, 93, 173, 0.3);
}
.message-text {
  margin: 0 0 5px 0;
  font-weight: bold;
  color: #005dad;
}
.message-text:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .message-wrap {
    margin: 0 10px 20px;
    width: auto;
  }
}
/******************************************
[table]
******************************************/
.table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  font-size: 0.9rem;
  overflow: hidden;
}
.table tr:last-child th,
.table tr:last-child td {
  border-bottom: none;
}
.table th,
.table td {
  padding: 10px 15px;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: top;
}
.table th {
  width: 100px;
  background: #f8f8f8;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.table td {
  font-weight: 400;
}

/******************************************
[breakdown-list]
******************************************/
.breakdown-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #dbdbdb;
}
.breakdown-list-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.breakdown-list-item.breakdown-total {
  border-top: 2px solid #dbdbdb;
}
.breakdown-list-item.breakdown-total .breakdown-price {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .breakdown-list-item.breakdown-total .breakdown-price {
    font-size: 1rem;
  }
}
/******************************************
[tab]
******************************************/
.tab-item {
  display: none;
}
.tab-item.is-active {
  display: block;
}

/******************************************
[accordion,tab]
******************************************/
.slide-item {
  display: none;
}

.tab-item {
  display: none;
}
.tab-item.is-active {
  display: block;
}

/******************************************
[goods-common]
******************************************/
.goods-common-wrap {
  display: flex;
  align-items: flex-start;
}
.goods-common-img {
  flex: 0 0 auto;
  width: 240px;
}
.goods-common-info {
  flex: 1 0 0;
  padding: 10px 25px 0;
}
.goods-common-name {
  margin: 0 0 10px;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 700;
}
.goods-common-price {
  color: #ff0000;
}

@media (max-width: 768px) {
  .goods-common-wrap {
    flex-wrap: wrap;
  }
  .goods-common-img {
    width: 100px;
  }
  .goods-common-info {
    padding: 5px 0 0 10px;
  }
  .goods-common-name {
    font-size: 1rem;
  }
  .goods-common-side {
    width: 100%;
  }
}
/******************************************
[goods-list]
******************************************/
#goods-list-sort-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
#goods-list-sort-wrap li {
  width: 480px;
}

.goods-list-sort-btn {
  width: 100%;
  height: 40px;
  background: #f7f9fb;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  text-align: center;
  line-height: 38px;
  font-weight: 400;
}
.goods-list-sort-btn.is-changed:before {
  transform: translateY(-50%) rotate(-180deg);
}
.goods-list-sort-btn.is-desc:before, .goods-list-sort-btn.is-asc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.goods-list-sort-btn.is-desc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.goods-list-sort-btn.is-asc:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
  transition: 0.3s;
  transform: translateY(-50%) rotate(-180deg);
}

@media (max-width: 768px) {
  #goods-list-sort-wrap {
    margin: 0 -5px 15px;
  }
  #goods-list-sort-wrap li {
    margin: 0 5px;
  }
  .goods-list-sort-btn {
    padding: 0 0 0 10px;
    text-align: left;
  }
}
/*
[goods-list-header]
******************************************/
#goods-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#goods-list-header-left {
  display: flex;
  align-items: center;
}
#goods-list-header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#goods-list-header-right li {
  margin: 0 20px 0 0;
  line-height: 1;
}
#goods-list-header-right li:last-child {
  margin-right: 0;
}
#goods-list-total {
  margin: 0 10px 0 0;
  font-weight: 700;
}
#goods-list-total span {
  display: inline-block;
  margin: 0 5px 0 10px;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.4rem;
  font-weight: 600;
  color: #da0606;
}

[data-layout=row].is-active .icon:before {
  background-image: url(../img/icon/icon-switch-line-active.png);
}

[data-layout=column].is-active .icon:before {
  background-image: url(../img/icon/icon-switch-column-active.png);
}

@media (min-width: 769px) {
  .goods-list-switch-btn:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  #goods-list-header {
    flex-wrap: wrap;
  }
  #goods-list-header .search-detail-btn {
    width: 100%;
    justify-content: center;
    margin: 10px 0 0;
  }
  #goods-list-header-left, #goods-list-header-right {
    flex: 0 0 auto;
  }
}
/*
[goods-list]
******************************************/
#goods-list {
  margin-bottom: 30px;
}

.goods-list-item-wrap {
  transition: 0.3s;
}
.goods-list-item-wrap > * {
  transition: 0.3s;
}
.goods-list-img {
  width: 300px;
}
.goods-list-img a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.goods-list-img a:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.goods-list-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.goods-list-new {
  width: 60px;
  height: 25px;
  background: #d9bd00;
  text-align: center;
  line-height: 25px;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}
.goods-list-name {
  margin: 0 0 10px;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 700;
}
.goods-list-name a {
  color: #222;
}
.goods-list-price {
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.3rem;
  font-weight: 400;
  color: #da0606;
}
.goods-list-action {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 400;
}
.goods-list-action li {
  width: 145px;
  margin: 0 10px 0 0;
}
.goods-list-action-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  line-height: 23px;
}
.goods-list-action-btn .icon {
  margin: 0 5px 0 0;
}
.goods-list-action-btn.is-checked .icon-star-small:before {
  background-image: url(../img/icon/icon-star-small-fill.png);
}

#detail-column {
  font-size: 0.9rem;
  font-weight: 400;
}
#detail-row {
  display: flex;
  margin: 0 0 20px;
}
#detail-row li {
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #d1d1d1;
  font-weight: 700;
}
#detail-row li span {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #919191;
}
#detail-row li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

#goods-list {
  transition: 0.3s;
}
#goods-list.goods-list-layout-column {
  display: flex;
  flex-wrap: wrap;
}
#goods-list.goods-list-layout-column .goods-list-item-wrap {
  width: 300px;
  margin: 0 40px 40px 0;
}
#goods-list.goods-list-layout-column .goods-list-img {
  margin: 0 0 10px;
}
#goods-list.goods-list-layout-column .goods-list-info {
  position: static;
}
#goods-list.goods-list-layout-column .goods-list-new {
  position: absolute;
  top: 0;
  left: 0;
}
#goods-list.goods-list-layout-column .goods-list-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
#goods-list.goods-list-layout-column .goods-list-price {
  order: 1;
}
#goods-list.goods-list-layout-column .goods-list-price span {
  display: none;
}
#goods-list.goods-list-layout-column #detail-row {
  display: none;
}
#goods-list.goods-list-layout-row .goods-list-item-wrap {
  display: flex;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dcdcdc;
}
#goods-list.goods-list-layout-row .goods-list-item-wrap:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
#goods-list.goods-list-layout-row .goods-list-info {
  padding: 20px 0 0;
}
#goods-list.goods-list-layout-row .goods-list-img {
  margin: 0 20px 0 0;
}
#goods-list.goods-list-layout-row .goods-list-new {
  margin: -20px 0 20px;
}
#goods-list.goods-list-layout-row .goods-list-price {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  line-height: 1;
}
#goods-list.goods-list-layout-row .goods-list-price span {
  margin: 2px 10px 0 0;
  font-size: 0.9rem;
  color: #222;
}
#goods-list.goods-list-layout-row #detail-column {
  display: none;
}

@media (min-width: 769px) {
  #goods-list.goods-list-layout-column .goods-list-item-wrap:nth-child(3n) {
    margin-right: 0;
  }
  .goods-list-img a:hover {
    opacity: 0.5;
  }
  .goods-list-name a:hover {
    text-decoration: underline;
  }
  .goods-list-action li:last-child {
    margin-right: 0;
  }
  .goods-list-action-btn:hover {
    border-color: #167dd6;
    color: #167dd6;
  }
  .goods-list-action-btn:hover .icon-mail-line:before {
    background-image: url(../img/icon/icon-mail-line-blue.png);
  }
  .goods-list-action-btn:hover .icon-star-small:before {
    background-image: url(../img/icon/icon-star-small-blue.png);
  }
}
@media (max-width: 768px) {
  #goods-list {
    margin: 0 0 20px;
  }
  .goods-list-new {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8rem;
  }
  .goods-list-img {
    width: 100%;
  }
  .goods-list-price {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .goods-list-action {
    margin: 0 -5px;
  }
  .goods-list-action li {
    width: 100%;
    margin: 0 5px;
  }
  #detail-column {
    margin: 0 0 5px;
    line-height: 1;
  }
  #detail-row {
    margin: 0 0 10px;
  }
  #detail-row li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
  #goods-list.goods-list-layout-column .goods-list-item-wrap {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  #goods-list.goods-list-layout-column .goods-list-item-wrap:nth-child(even) {
    margin-right: 0;
  }
  #goods-list.goods-list-layout-column .goods-list-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  #goods-list.goods-list-layout-column .goods-list-name {
    font-size: 0.9rem;
  }
  #goods-list.goods-list-layout-column .goods-list-action-btn span {
    display: none;
  }
  #goods-list.goods-list-layout-column .goods-list-action-btn .icon {
    margin: 0;
  }
  #goods-list.goods-list-layout-row .goods-list-item-wrap {
    flex-direction: column;
  }
  #goods-list.goods-list-layout-row .goods-list-info {
    padding: 0;
  }
  #goods-list.goods-list-layout-row .goods-list-img {
    margin: 0 0 10px;
  }
  #goods-list.goods-list-layout-row .goods-list-new {
    margin: 0 0 10px;
  }
  #goods-list.goods-list-layout-row .goods-list-price {
    margin: 0 0 10px;
  }
}
/******************************************
[campaign]
******************************************/
.campaign-home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  background: #49cd62;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}
.campaign-home:after {
  content: "";
  width: 10px;
  height: 18px;
  margin: 0 0 0 25px;
  background: url(../img/arrow/arrow-campaign.svg) no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  .campaign-home {
    font-size: 1.125rem;
  }
}
/******************************************
[card]
******************************************/
.card {
  flex: 0 0 auto;
  width: 300px;
  margin: -5px 15px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.card-area {
  display: block;
  z-index: 100;
}
.card-img {
  display: block;
}
.card-body {
  padding: 15px;
}
.card-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #222;
  word-wrap: break-word;
}
.card-price {
  text-align: right;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.2rem;
  font-weight: 400;
  color: #da0606;
}
.card-shop {
  text-align: right;
  font-size: 0.75rem;
  color: #8c8b8b;
}
.card-link {
  text-decoration: underline;
  font-size: 0.8125rem;
}
.card-detail {
  margin: 10px 0 15px;
}
.card-detail-item {
  display: flex;
  align-items: baseline;
  margin: 0 0 10px;
  font-size: 0.8125rem;
  color: #222;
  line-height: 1;
}
.card-detail-item:last-child {
  margin-bottom: 0;
}
.card-detail-price {
  margin: 0 5px 0 10px;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.625rem;
  font-weight: bold;
  color: #da0606;
}
.card-tag {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 10px;
}
.card-tag:last-child {
  margin-bottom: 0;
}
.card-tag-item {
  margin: 5px 5px 0 0;
  padding: 5px;
  background: #033e92;
  border-radius: 3px;
  font-size: 0.6875rem;
  line-height: 1;
  color: #fff;
}
.card-tag-item:last-child {
  margin-right: 0;
}
.card-badge-new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 0 0 5px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  z-index: 110;
}
.card-badge-new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 65px 0 0;
  border-color: #da0606 transparent transparent transparent;
  z-index: -1;
}
.card-noshadow .card {
  box-shadow: none;
}
.card-4column .card {
  width: 205px;
  margin: 0 10px;
}
.card-group {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px 40px;
}
.card-group:last-child {
  margin-bottom: 0;
}
.card-group-arrow {
  display: flex !important;
  margin-right: 0;
  margin-left: 0;
}
.card-group-arrow .card {
  width: 283.3333333333px;
  margin-right: 15px;
  margin-left: 0;
}
.card-group-arrow .slick-track {
  display: flex;
  justify-content: center;
}
.card-group-arrow .slick-list {
  width: 940px;
  margin: 0 10px;
}
.card-group-arrow .slick-arrow {
  width: 30px;
  background-color: transparent;
  background-image: url(../img/arrow/arrow-circle-gray.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 30px;
  color: transparent;
}
.card-group-arrow .slick-arrow.slick-next {
  transform: scale(-1, 1);
}
.card-shopInfo {
  border-top: 1px solid #e8e8e8;
  color: #222;
}
.card-shopInfo-title {
  margin: 0 0 10px;
  font-weight: bold;
}
.card-shopInfo-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.card-shopInfo-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.card-shopInfo-area {
  display: flex;
}
.card-shopInfo-photo {
  display: block;
  width: 96px;
  height: 72px;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.card-shopInfo-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: bottom;
}
.card-shopInfo-address {
  font-size: 0.8125rem;
  line-height: 1.4;
}
.card-shopInfo-address::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.card-shopInfo-address::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.card .slick-track {
  display: flex;
}
.card .slick-slide {
  float: none;
  height: auto;
}

@media (min-width: 769px) {
  .card-link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
  .card {
    width: 260px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .card-img {
    height: 210px;
  }
  .card-group {
    margin-bottom: 15px;
  }
  .card-group-arrow .slick-list {
    margin: 0;
  }
  .card-group-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-image: url(../img/arrow/arrow-square-gray.png);
    z-index: 1;
  }
  .card-group-arrow .slick-arrow.slick-prev {
    left: 0;
  }
  .card-group-arrow .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%) scale(-1, 1);
  }
  .card-group-arrow .card {
    margin-right: 10px;
    margin-left: 10px;
  }
  .card-group-arrow .card-img {
    height: 200px;
  }
  .card-group-scroll {
    padding-left: 20px;
    overflow-x: scroll;
  }
  .card-group-scroll .card {
    width: 300px;
  }
  .card-shopInfo-title {
    font-size: 0.8125rem;
  }
  .card-shopInfo-address {
    font-size: 0.75rem;
  }
  .card-4column .card {
    width: 260px;
  }
}
/******************************************
[chatList]
******************************************/
.chatList {
  margin: 0 0 30px;
}
.chatList-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid #cdd1d4;
}
.chatList-title {
  margin: 0 30px 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.chatList-action {
  display: flex;
  align-items: center;
}
.chatList-new {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 20px;
  margin: 0 20px 0 auto;
  background: #ff0000;
  border-radius: 10px;
  font-style: normal;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #fff;
}
.chatList-btn {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 60px;
  background: #005dad;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}

/******************************************
[chatList_hover]
******************************************/
@media (min-width: 769px) {
  .chatList-btn:hover {
    background: #167dd6;
  }
}
/******************************************
[chatList_tab]
******************************************/
@media (max-width: 768px) {
  .chatList {
    margin: 0 0 20px;
  }
  .chatList-item {
    height: auto;
    min-height: 65px;
    padding: 10px 0;
  }
  .chatList-title {
    margin: 0 20px 0 0;
    font-size: 0.9375rem;
  }
  .chatList-new {
    margin: 0 10px 0 0;
  }
  .chatList-btn {
    width: 76px;
    height: 44px;
    font-size: 0.875rem;
  }
  .chatList-btn-text {
    display: none;
  }
}
/******************************************
[chatRoom]
******************************************/
.chatRoom {
  display: flex;
  flex-direction: column;
  width: 800px;
  margin: 0 auto;
  padding: 0 0 10px;
}
.chatRoom-header {
  margin: 0 0 20px;
}
.chatRoom-header-back {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1;
  color: #222;
}
.chatRoom-header-back:before {
  content: "";
  width: 7px;
  height: 12px;
  margin: 0 15px 0 0;
  background: url(../img/arrow/arrow-back.svg) no-repeat center;
  background-size: cover;
}
.chatRoom-body {
  flex: 1 1 auto;
  border: 1px solid #cdd1d4;
  overflow-y: scroll;
}
.chatRoom-section {
  display: flex;
  flex-direction: column;
  padding: 25px 20px 30px;
  border-bottom: 1px dashed #cdd1d4;
}
.chatRoom-section:last-child {
  border-bottom: none;
}
.chatRoom-headline {
  margin: 0 0 20px;
  text-align: center;
  font-size: 0.875rem;
}

/******************************************
[chatRoom_tab]
******************************************/
@media (max-width: 768px) {
  .chatRoom {
    width: calc(100% - 20px);
  }
  .chatRoom-section {
    padding: 20px 15px;
  }
}
/******************************************
[chatMsg]
******************************************/
.chatMsg {
  margin: 0 0 15px;
}
.chatMsg:last-child {
  margin-bottom: 0;
}
.chatMsg-title {
  margin: 0 0 15px;
  text-align: right;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}
.chatMsg-content {
  display: flex;
}
.chatMsg-time {
  align-self: flex-end;
  font-size: 0.75rem;
  line-height: 1;
}
.chatMsg-avatar {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.chatMsg-avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chatMsg-comment {
  max-width: 550px;
  padding: 15px;
  border-radius: 12px;
  font-size: 0.875rem;
}
.chatMsg-image {
  width: 100%;
  height: auto;
}
.chatMsg-user {
  margin-left: auto;
}
.chatMsg-user .chatMsg-content {
  justify-content: flex-end;
}
.chatMsg-user .chatMsg-time {
  margin: 0 5px 0 0;
}
.chatMsg-user .chatMsg-comment {
  background: #167dd6;
  color: #fff;
}
.chatMsg-user .chatMsg-comment:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #167dd6;
}
.chatMsg-shop .chatMsg-time {
  order: 3;
  margin: 0 0 0 5px;
}
.chatMsg-shop .chatMsg-comment {
  margin: 0 0 0 8px;
  background: #f1f4f6;
}
.chatMsg-shop .chatMsg-comment:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #f1f4f6 transparent transparent;
}

/******************************************
[chatMsg_tab]
******************************************/
@media (max-width: 768px) {
  .chatMsg {
    margin: 0 0 10px;
  }
  .chatMsg-title {
    margin: 0 0 10px;
    font-size: 1.125rem;
  }
  .chatMsg-comment {
    max-width: 265px;
    padding: 10px;
  }
}
/******************************************
[chatFooter]
******************************************/
.chatFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #f1f4f6;
  border-top: 1px solid #cdd1d4;
}
.chatFooter-container {
  width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}
.chatFooter-action {
  display: flex;
}
.chatFooter-toggle {
  flex: 0 0 auto;
  margin: 0 15px 0 0;
}
.chatFooter-toggle-icon {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/icon/icon-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.chatFooter-toggle.is-active .chatFooter-toggle-icon {
  background-image: url(../img/icon/icon-minus.svg);
}
.chatFooter-input {
  flex: 1 1 auto;
  display: flex;
  align-items: flex-end;
}
.chatFooter-textarea {
  flex: 1 1 auto;
  width: 100%;
  height: 40px;
  max-height: 6em;
  margin: 0 10px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  font-size: 0.875rem;
  line-height: 1.5em;
  resize: none;
}
.chatFooter-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  background: #da0606;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
}
.chatFooter-image {
  display: flex;
  padding: 0 0 0 44px;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
.chatFooter-image.is-active {
  margin: 10px 0 0;
  height: 36px;
}
.chatFooter-image-item {
  margin: 0 30px 0 0;
}
.chatFooter-image-item:last-child {
  margin-right: 0;
}
.chatFooter-upload-input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.chatFooter-upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.chatFooter-upload-btn:before {
  content: "";
  width: 24px;
  height: 20px;
  margin: 0 10px 0 0;
  background: url(../img/icon/icon-image.svg) no-repeat center;
  background-size: cover;
}
.chatFooter-camera {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 0 20px;
  border-radius: 18px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}
.chatFooter-camera:before {
  content: "";
  width: 23px;
  height: 19px;
  margin: 0 10px 0 0;
  background: url(../img/icon/icon-camera.svg) no-repeat center;
  background-size: cover;
}

/******************************************
[chatFooter_hover]
******************************************/
@media (min-width: 769px) {
  .chatFooter-upload-btn:hover {
    background: #e0e2e4;
  }
  .chatFooter-camera:hover {
    background: #e0e2e4;
  }
}
/******************************************
[chatFooter_tab]
******************************************/
@media (max-width: 768px) {
  .chatFooter-container {
    width: 100%;
  }
  .chatFooter-toggle {
    margin: 0 10px 0 0;
  }
  .chatFooter-toggle-icon {
    width: 22px;
    height: 22px;
  }
  .chatFooter-submit {
    width: 50px;
    font-size: 0.875rem;
  }
  .chatFooter-image {
    padding: 0 0 0 34px;
  }
  .chatFooter-image.is-active {
    height: 20px;
    margin: 15px 0 0;
  }
  .chatFooter-upload-btn {
    height: 20px;
    padding: 0;
    font-size: 0.75rem;
  }
  .chatFooter-camera {
    height: 20px;
    padding: 0;
    font-size: 0.75rem;
  }
}
/******************************************
[about]
******************************************/
.about-section {
  margin: 0 0 60px;
}
.about-section:last-child {
  margin-bottom: 0;
}
.about-title {
  margin: 0 0 20px;
  text-align: center;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
}
.about-title span {
  display: inline-block;
  height: 30px;
  margin: 0 0 0 15px;
  padding: 0 10px;
  background: #da0606;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 30px;
  font-size: 1rem;
  color: #fff;
}

@media (max-width: 768px) {
  .about-section {
    margin: 0 0 30px;
  }
  .about-title {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}
/*
[about-header]
******************************************/
#about-header {
  display: flex;
  width: 100%;
  text-align: center;
  color: #fff;
}
#about-header-customer {
  background-image: url(../img/about/about-header-customer.jpg);
}
#about-header-customer .about-header-btn {
  background: #023e92;
}
#about-header-business {
  background-image: url(../img/about/about-header-business.jpg);
}
#about-header-business .about-header-btn {
  background: #da0606;
}
#about-title {
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 4px solid #fff;
  font-size: 3.2rem;
  font-weight: 700;
}
#about-title-wrap {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  z-index: 1;
}
#about-copy {
  font-size: 1.4rem;
}

.about-header-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 550px;
  padding: 0 0 75px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 1.6rem;
}
.about-header-btn {
  display: block;
  width: 300px;
  height: 50px;
  margin: 40px 0 0;
  line-height: 50px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

@media (min-width: 769px) {
  #about-header-customer .about-header-btn:hover {
    background: #105cc5;
  }
  #about-header-business .about-header-btn:hover {
    background: #ff2020;
  }
}
@media (max-width: 768px) {
  #about-header {
    flex-direction: column;
  }
  #about-header-customer {
    padding: 0 0 45px;
  }
  #about-header-business {
    padding: 40px 0 0;
  }
  #about-title {
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 1.6rem;
  }
  #about-title-wrap {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 15px 0;
    background: rgba(0, 0, 0, 0.55);
  }
  #about-copy {
    font-size: 0.75rem;
    font-weight: 500;
  }
  .about-header-item {
    justify-content: center;
    width: 100%;
    height: 260px;
    padding: 0;
    font-size: 1.2rem;
  }
  .about-header-btn {
    width: 200px;
    height: 45px;
    margin: 15px 0 0;
    line-height: 45px;
  }
}
/*
[about-catch]
******************************************/
#about-catch {
  margin: 0 0 30px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #033e92;
}
#about-catch img {
  display: inline-block;
  width: 320px;
  height: auto;
  margin: 0 20px 0 0;
  vertical-align: text-bottom;
}
#about-catch-wrap {
  padding: 55px 0;
  text-align: center;
}
#about-catch-wrap p {
  font-size: 1.1rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  #about-catch {
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.2rem;
  }
  #about-catch img {
    display: block;
    width: 250px;
    margin: 0 auto 10px;
  }
  #about-catch-wrap {
    padding: 25px 20px;
    text-align: left;
  }
  #about-catch-wrap p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/*
[about-head]
******************************************/
.about-head-wrap {
  position: absolute;
  width: 100%;
  height: 220px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  writing-mode: vertical-lr;
  z-index: 1;
}
.about-head-item {
  padding: 0 40px;
}

#ac-head {
  top: 0;
  left: -100%;
}
#ac-head .about-head-item {
  background: #033e92;
}
#ac-head:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #033e92;
}

#ab-head {
  top: -60px;
  right: 0;
}
#ab-head .about-head-item {
  position: absolute;
  right: 0;
  height: 100%;
  background: #da0606;
}
#ab-head:before {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background: #da0606;
}

@media (max-width: 768px) {
  .about-head-wrap {
    height: 150px;
    font-size: 1.2rem;
  }
  .about-head-item {
    padding: 0 10px;
  }
  #ab-head {
    top: -30px;
  }
}
/*
[about-customer]
******************************************/
#about-customer {
  padding: 0 0 60px;
  background: #f5f5f5;
}

@media (max-width: 768px) {
  #about-customer {
    padding: 0 0 30px;
  }
  #about-customer .container {
    padding: 0;
  }
}
/*
[ac-top]
******************************************/
#ac-top {
  display: flex;
  align-items: center;
}
#ac-top:before {
  content: "";
  display: block;
  width: 490px;
  height: 450px;
  background: url(../img/about/about-customer-top-bg.jpg) no-repeat center;
  background-size: cover;
}
#ac-top-item {
  padding: 0 0 0 45px;
}
#ac-top-item p {
  margin: 0 0 45px;
}
#ac-top-item p:last-child {
  margin-bottom: 0;
}
#ac-top-title {
  margin: 0 0 40px;
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #033e92;
}

@media (max-width: 768px) {
  #ac-top {
    flex-direction: column;
    margin: 0;
  }
  #ac-top:before {
    width: 100%;
    height: 375px;
  }
  #ac-top-item {
    padding: 25px 20px;
  }
  #ac-top-item p {
    margin: 0;
  }
  #ac-top-title {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}
/*
[ac-step]
******************************************/
#ac-step-list {
  display: flex;
}
#ac-step1 {
  background: #e0e7ec;
}
#ac-step1 .ac-step-title:before {
  width: 11px;
  height: 25px;
  background-image: url(../img/about/about-customer-step-num1.png);
}
#ac-step1 .ac-step-cont:before {
  background-image: url(../img/about/about-customer-step1.png);
  background-size: 127px 68px;
}
#ac-step2 {
  background: #edf2f6;
}
#ac-step2 .ac-step-title:before {
  width: 19px;
  height: 26px;
  background-image: url(../img/about/about-customer-step-num2.png);
}
#ac-step2 .ac-step-cont:before {
  background-image: url(../img/about/about-customer-step2.png);
  background-size: 109px 76px;
}
#ac-step3 {
  background: #fff;
}
#ac-step3 .ac-step-title:before {
  width: 18px;
  height: 26px;
  background-image: url(../img/about/about-customer-step-num3.png);
}
#ac-step3 .ac-step-cont:before {
  background-image: url(../img/about/about-customer-step3.png);
  background-size: 96px 84px;
}

.ac-step-item {
  padding-top: 35px;
  padding-bottom: 35px;
}
.ac-step-title {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 700;
  color: #033e92;
  z-index: 1;
}
.ac-step-title:before {
  content: "";
  display: block;
  margin: 0 15px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ac-step-cont {
  margin: -15px 0 0;
  font-size: 0.9rem;
  font-weight: 400;
}
.ac-step-cont:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto 15px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media (min-width: 769px) {
  #ac-step1 {
    width: 295px;
    padding-left: 30px;
  }
  #ac-step1:after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 60px;
    height: 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #e0e7ec 50%) no-repeat top left/100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e0e7ec 50%) no-repeat bottom right/100% 50.5%;
    z-index: 1;
  }
  #ac-step2 {
    width: 330px;
    padding-left: 70px;
  }
  #ac-step2:after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    width: 60px;
    height: 100%;
    background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #edf2f6 50%) no-repeat top left/100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #edf2f6 50%) no-repeat bottom right/100% 50.5%;
    z-index: 1;
  }
  #ac-step3 {
    width: 360px;
    padding-right: 30px;
    padding-left: 80px;
  }
  #ac-step3 .ac-step-cont:before {
    border: 6px solid #f2f5f8;
  }
}
@media (max-width: 768px) {
  #ac-step-list {
    flex-direction: column;
    padding: 0 20px;
  }
  .ac-step-item {
    width: 100%;
    padding: 20px;
  }
  .ac-step-title {
    margin: 0 0 10px;
  }
  .ac-step-cont {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 0.8rem;
  }
  .ac-step-cont:before {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0;
  }
  #ac-step1:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 35px;
    display: block;
    width: 45px;
    height: 15px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #e0e7ec 50%) no-repeat top left/52% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #e0e7ec 50%) no-repeat top right/52% 100%;
    z-index: 1;
  }
  #ac-step1 .ac-step-cont:before {
    background-size: 60px auto;
  }
  #ac-step2:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 35px;
    display: block;
    width: 45px;
    height: 15px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #edf2f6 50%) no-repeat top left/52% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #edf2f6 50%) no-repeat top right/52% 100%;
    z-index: 1;
  }
  #ac-step2 .ac-step-cont:before {
    background-size: 55px auto;
  }
  #ac-step3 .ac-step-cont:before {
    background-size: 50px auto;
  }
}
/*
[about-business]
******************************************/
#about-business {
  margin: 0 0 60px;
  padding: 60px 0 0;
}

@media (max-width: 768px) {
  #about-business {
    margin: 0 0 30px;
    padding: 30px 0 0;
  }
}
/*
[about-merit]
******************************************/
.ab-merit-item {
  height: 270px;
  margin: 0 0 1px;
  padding: 35px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.ab-merit-item:last-child {
  margin-bottom: 0;
}
.ab-merit-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 40px;
  font-size: 2rem;
  font-weight: 700;
}
.ab-merit-title:before {
  content: "";
  display: block;
  margin: 0 25px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ab-merit-text {
  margin: 0 0 40px;
  font-size: 1.2rem;
}
.ab-merit-text:last-child {
  margin-bottom: 0;
}
.ab-merit-text-sub {
  font-size: 0.8rem;
}

#ab-merit1 {
  background-image: url(../img/about/about-business-merit1.jpg);
}
#ab-merit1 .ab-merit-title:before {
  width: 24px;
  height: 64px;
  background-image: url(../img/about/about-business-merit-num1.png);
}
#ab-merit2 {
  background-image: url(../img/about/about-business-merit2.jpg);
}
#ab-merit2 .ab-merit-title:before {
  width: 47px;
  height: 65px;
  background-image: url(../img/about/about-business-merit-num2.png);
}
#ab-merit3 {
  background-image: url(../img/about/about-business-merit3.jpg);
}
#ab-merit3 .ab-merit-title:before {
  width: 44px;
  height: 66px;
  background-image: url(../img/about/about-business-merit-num3.png);
}

@media (max-width: 768px) {
  .ab-merit-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
  .ab-merit-title {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .ab-merit-text {
    margin: 0 0 20px;
    font-size: 1rem;
  }
  #ab-merit .container {
    padding: 0;
  }
  #ab-merit1 .ab-merit-title:before, #ab-merit2 .ab-merit-title:before, #ab-merit3 .ab-merit-title:before {
    height: 50px;
    background-size: contain;
  }
  #ab-merit1 .ab-merit-title:before {
    margin: 0 15px 0 0;
  }
  #ab-merit2 .ab-merit-title:before, #ab-merit3 .ab-merit-title:before {
    margin: 0 10px 0 0;
  }
}
/*
[ab-system]
******************************************/
#ab-system-item {
  width: 751px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #ab-system .about-title span {
    margin: 10px 0 0;
  }
  #ab-system-item {
    width: 100%;
    padding: 0 10px;
  }
}
/*
[ab-option]
******************************************/
#ab-option {
  padding: 60px 0 0;
  background: #f5f5f5;
}
#ab-option-cont {
  display: flex;
}
#ab-option-cont:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  width: 488px;
  height: 459px;
  background: url(../img/about/about-business-option-img1.png) no-repeat center;
  background-size: cover;
}
#ab-option-item {
  flex: 1 1 0;
  padding: 45px 0 0;
}
#ab-option-catch {
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: -0.05rem;
  font-size: 1.4rem;
  font-weight: 700;
}
#ab-option-catch span {
  font-size: 1.7rem;
}
#ab-option-app {
  width: 386px;
  margin: 0 auto 20px;
}
#ab-option-link {
  display: block;
  width: 405px;
  height: 48px;
  margin: 0 auto;
  border: 1px solid #033e92;
  text-align: center;
  line-height: 46px;
  font-weight: 700;
  color: #033e92;
}
#ab-option-link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 18px;
  background: url(../img/arrow/arrow-line-blue.png) no-repeat center;
  background-size: cover;
}

@media (min-width: 769px) {
  #ab-option-link:hover {
    background: #033e92;
    color: #fff;
  }
  #ab-option-link:hover:before {
    background-image: url(../img/arrow/arrow-line-white3.png);
  }
}
@media (max-width: 768px) {
  #ab-option {
    padding: 30px 0 0;
  }
  #ab-option .container {
    padding: 0;
  }
  #ab-option-cont {
    flex-direction: column;
  }
  #ab-option-cont:before {
    order: 2;
    width: 100%;
    height: 250px;
    margin: 20px 0 0;
    background-position: center bottom;
    background-size: contain;
  }
  #ab-option-item {
    padding: 0;
  }
  #ab-option-catch {
    margin: 0 0 15px;
    font-size: 0.9rem;
  }
  #ab-option-catch span {
    font-size: 1.5rem;
  }
  #ab-option-app {
    width: 300px;
    margin-bottom: 10px;
  }
  #ab-option-link {
    width: 300px;
  }
}
/*
[ab-price]
******************************************/
#ab-price {
  text-align: center;
}
#ab-price-list {
  display: flex;
  justify-content: center;
  margin: 0 0 35px;
}

.ab-price-item {
  width: 280px;
  margin: 0 10px;
  padding: 25px 0 15px;
  border: 2px solid #e8e8e8;
}
.ab-price-title {
  font-size: 1.2rem;
}
.ab-price-text {
  font-size: 1.6rem;
  font-weight: 700;
}
.ab-price-text span {
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 1em;
  vertical-align: sub;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 5.5rem;
  font-weight: 600;
  color: #da0606;
}

@media (max-width: 768px) {
  #ab-price {
    padding: 0 20px;
    text-align: left;
  }
  #ab-price-list {
    margin: 0 0 15px;
    text-align: center;
  }
  .ab-price-item {
    width: 50%;
    margin: 0 15px 0 0;
  }
  .ab-price-item:last-child {
    margin: 0;
  }
  .ab-price-title {
    font-size: 1rem;
  }
  .ab-price-text {
    font-size: 1.4rem;
  }
  .ab-price-text span {
    margin: 0 5px 0 0;
    font-size: 4.5rem;
  }
}
/*
[about-footer]
******************************************/
#about-footer {
  padding: 100px 0;
  background: url(../img/about/about-footer-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  color: #fff;
}
#about-footer-title {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 2.2rem;
}
#about-footer-text {
  margin: 0 0 40px;
  line-height: 2.2;
}

@media (max-width: 768px) {
  #about-footer {
    padding: 30px 0;
  }
  #about-footer .container {
    padding: 0;
  }
  #about-footer-title {
    font-size: 1.6rem;
  }
  #about-footer-text {
    margin: 0 0 20px;
    padding: 0 20px;
    line-height: 1.5;
  }
}
/*
[about-footer-head]
******************************************/
#about-footer-head {
  margin: 0 0 65px;
}
#about-footer-head-title {
  margin: 0 0 20px;
  font-size: 1.4rem;
  font-weight: 700;
}
#about-footer-head-logo {
  width: 425px;
  padding: 60px 0;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}
#about-footer-head-logo img {
  width: 278px;
  height: auto;
}

@media (max-width: 768px) {
  #about-footer-head {
    margin: 0 0 30px;
  }
  #about-footer-head-title {
    margin: 0 0 10px;
    font-size: 1rem;
  }
  #about-footer-head-logo {
    width: 280px;
    padding: 30px 0;
  }
  #about-footer-head-logo img {
    width: 155px;
  }
}
/*
[about-footer-list]
******************************************/
#about-footer-list {
  display: flex;
  justify-content: center;
}

.about-footer-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  margin: 0 25px;
  border: 2px solid #fff;
  border-radius: 50%;
  letter-spacing: -0.05rem;
  font-size: 1.1rem;
  font-weight: 700;
}
.about-footer-list-item span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.6rem;
}
.about-footer-list-item .about-footer-list-num {
  margin: 0 5px;
  line-height: 1;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about-footer-list-item {
    flex: 0 0 auto;
    width: 95px;
    height: 95px;
    margin: 0 15px 0 0;
    font-size: 0.65rem;
  }
  .about-footer-list-item:last-child {
    margin-right: 0;
  }
  .about-footer-list-item span {
    font-size: 0.9rem;
  }
  .about-footer-list-item .about-footer-list-num {
    margin: 0 3px;
    font-size: 1.6rem;
  }
}
/*
[about-btn]
******************************************/
#about-btn {
  display: flex;
  justify-content: center;
}

.about-btn-item {
  width: 380px;
  margin: 0 15px;
  text-align: center;
  font-weight: 700;
}
.about-btn-item .btn {
  height: 80px;
  font-size: 1.5rem;
  line-height: 80px;
}

@media (max-width: 768px) {
  #about-btn {
    flex-direction: column;
    padding: 0 20px;
  }
  .about-btn-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .about-btn-item:last-child {
    margin-bottom: 0;
  }
  .about-btn-item .btn {
    height: 60px;
    line-height: 60px;
    font-size: 1.2rem;
  }
}
/******************************************
[cart]
******************************************/
@media (min-width: 769px) {
  #cart-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
/*
[cart-main]
******************************************/
@media (min-width: 769px) {
  #cart-main {
    width: 640px;
  }
}
/*
[cart-list]
******************************************/
#cart-list-wrap {
  margin: 0 0 20px;
}

.cart-list-item {
  display: flex;
  margin: 0 0 20px;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #cdd1d4;
}
.cart-list-img {
  flex: 0 0 auto;
  width: 240px;
}
.cart-list-info {
  padding: 15px 20px;
}
.cart-list-name {
  margin: 0 0 5px;
  font-size: 1.2rem;
  font-weight: 700;
}
.cart-list-price {
  margin: 0 0 20px;
  font-weight: 400;
}
.cart-list-operate {
  display: flex;
  align-items: center;
}
.cart-list-operate .form-select {
  margin: 0 5px 0 0;
  padding: 0 25px 0 15px;
}

@media (min-width: 769px) {
  .cart-list-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cart-list-item {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cdd1d4;
  }
  .cart-list-img {
    max-width: 100px;
  }
  .cart-list-info {
    padding: 0 0 0 10px;
  }
  .cart-list-name {
    margin: 0;
    font-size: 0.9rem;
  }
  .cart-list-price {
    margin: 0 0 5px;
  }
}
/*
[cart-breakdown]
******************************************/
#cart-breakdown-wrap {
  float: right;
  width: 240px;
  font-size: 0.9rem;
  font-weight: 400;
}
#cart-breakdown-list {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dbdbdb;
}
#cart-breakdown-total .cart-breakdown-price {
  font-size: 1.1rem;
}

.cart-breakdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
  line-height: 1;
}
.cart-breakdown-item:last-child {
  margin-bottom: 0;
}
.cart-breakdown-price {
  text-align: right;
}

@media (max-width: 768px) {
  #cart-breakdown-wrap {
    float: none;
    width: 100%;
  }
  #cart-breakdown-total {
    display: none;
  }
  #cart-breakdown-list {
    padding: 0;
    border: none;
  }
}
/*
[cart-sub]
******************************************/
#cart-sub {
  background: #f7f9fb;
  border-radius: 6px;
  border: 1px solid #cdd1d4;
}

#cart-total-wrap {
  padding: 15px 0;
  border-bottom: 1px solid #cdd1d4;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 400;
}
#cart-total-head {
  display: inline-block;
  margin: 0 15px 0 0;
  font-size: 1.1rem;
}
#cart-total-price {
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 2rem;
  font-weight: 600;
  color: #ff0000;
}

#cart-btn-wrap {
  padding: 20px;
}

.cart-btn-item {
  margin: 0 0 10px;
}
.cart-btn-item:last-child {
  margin-bottom: 0;
}
.cart-btn-item .btn {
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  #cart-sub {
    width: 320px;
  }
}
@media (max-width: 768px) {
  #cart-total-wrap {
    padding: 10px 0;
  }
  #cart-btn-wrap {
    padding: 15px;
  }
}
/******************************************
[guide]
******************************************/
#guide-wrap {
  border-radius: 6px;
  border: 1px solid #cdd1d4;
}

.guide-item {
  border-bottom: 1px solid #cdd1d4;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 400;
}
.guide-item:last-child {
  border-bottom: none;
}
.guide-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  color: #222;
}
.guide-item a:after {
  content: "";
  display: block;
  width: 10px;
  height: 18px;
  background: url(../img/arrow/arrow-line-gray3.png) no-repeat center;
  background-size: cover;
}
.guide-section p {
  font-size: 0.875rem;
  font-weight: 400;
}
.guide-item-space {
  margin: 0 0 25px;
}
.guide-title {
  border-bottom: 1px solid #cdd1d4;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.guide-table {
  margin: 10px 0;
}
.guide-table th, .guide-table td {
  padding: 5px 10px;
  border: 1px solid #cdd1d4;
}
.guide-table td {
  font-size: 0.875rem;
  font-weight: 400;
}
.guide-table-space {
  display: block;
  margin-bottom: 10px;
}
.guide-table02 th, .guide-table02 td {
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px dotted #cdd1d4;
}
.guide-table02 th {
  text-align: left;
  white-space: nowrap;
  padding: 25px 10px 0 0;
}
.guide-table02 td {
  padding: 25px 0;
}

@media (min-width: 769px) {
  .guide-item a:hover {
    color: #167dd6;
  }
  .guide-item a:hover:after {
    background-image: url(../img/arrow/arrow-line-blue2.png);
  }
}
@media (max-width: 768px) {
  .guide-item {
    font-size: 1rem;
  }
  .guide-item a {
    padding: 20px 15px;
  }
  .guide-section p {
    font-size: 0.8125rem;
  }
  .guide-table th, .guide-table td {
    padding: 3px 5px;
  }
  .guide-table th {
    font-size: 0.8125rem;
  }
  .guide-table td {
    font-size: 0.75rem;
  }
  .guide-table02 th, .guide-table02 td {
    display: block;
  }
  .guide-table02 th {
    border-bottom: none;
    padding: 0 0 8px 0;
  }
  .guide-table02 td {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
  }
}
/******************************************
[history]
******************************************/
.history-wrap {
  margin: 0 0 20px;
  border-radius: 6px;
  border: 1px solid #cdd1d4;
  overflow: hidden;
}
.history-wrap:last-child {
  margin-bottom: 0;
}
.history-wrap.is-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.history-help .icon {
  margin: 0 10px 0 0;
}
.history-help a {
  display: flex;
  color: #222;
}
.history-caption {
  font-size: 0.85rem;
}

@media (max-width: 768px) {
  .history-wrap.is-empty {
    height: 135px;
  }
}
/*
[history-btn]
******************************************/
#history-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.history-btn-item {
  width: 480px;
}
.history-btn-item button {
  display: block;
  width: 100%;
  height: 40px;
  background: #f7f9fb;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  text-align: center;
  line-height: 38px;
}
.history-btn-item.is-active button {
  background: #222;
  color: #fff;
}
.history-btn-item.is-active button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 768px) {
  #history-btn-wrap {
    margin: 0 -5px 10px;
  }
  .history-btn-item {
    width: 50%;
    margin: 0 5px;
  }
}
/*
[history-header]
******************************************/
.history-header {
  padding: 20px;
  border-bottom: 1px solid #cdd1d4;
}
.history-header .goods-common-side {
  flex: 0 0 auto;
  width: 280px;
}
.history-header-aside {
  margin: 20px 0 0;
  font-size: 0.85rem;
  font-weight: 400;
}
.history-header-shop {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #cdd1d4;
  font-weight: 400;
}
.history-header-shop dt {
  margin: 0 0 10px;
  line-height: 1;
  font-weight: 700;
}
.history-header-shop-name {
  font-size: 1.1rem;
  font-weight: 500;
}

@media (min-width: 769px) {
  .history-header-shop-name a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .history-header {
    padding: 10px;
  }
  .history-header .goods-common-side {
    width: 100%;
  }
  .history-header-aside {
    margin: 10px 0 0;
  }
  .history-header-shop {
    margin: 10px 0 0;
    padding: 10px;
  }
  .history-header-shop dt {
    margin: 0 0 5px;
  }
}
/*
[history-step]
******************************************/
.history-step-item {
  border-bottom: 1px dotted #888a8c;
}
.history-step-item:last-child {
  border-bottom: none;
}
.history-step-item.is-active .history-step-header, .history-step-item.is-checked .history-step-header {
  color: #222;
}
.history-step-item.is-active .history-step-status:after, .history-step-item.is-checked .history-step-status:after {
  opacity: 1;
}
.history-step-item.is-active .history-step-header {
  background: #eef8ff;
}
.history-step-item.is-checked .history-step-check .icon {
  display: block;
}
.history-step-item.is-canceled {
  background: #fef2f2;
}
.history-step-item.is-canceled .history-step-header {
  color: #222;
}
.history-step-item.is-canceled .history-step-check {
  background: #da0606;
  border-color: #da0606;
}
.history-step-item.is-canceled .history-step-check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/icon/icon-close-white.png) no-repeat center;
  background-size: cover;
}

/*
[history-step-header]
******************************************/
.history-step-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  color: #cbcbcb;
}
.history-step-header.is-open .history-step-status:after {
  transform: rotate(-180deg);
}
.history-step-title {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.history-step-title span {
  width: 20px;
  margin: 0 15px 0 0;
  text-align: center;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 2rem;
  font-style: italic;
  font-weight: 400;
}
.history-step-status {
  display: flex;
  align-items: center;
}
.history-step-status:after {
  content: "";
  display: block;
  width: 17px;
  height: 9px;
  background: url(../img/arrow/arrow-line-gray.png) no-repeat center;
  background-size: cover;
  opacity: 0.4;
  transition: 0.3s;
}
.history-step-date {
  margin: 0 15px 0 0;
  text-align: right;
  font-size: 0.8rem;
  font-weight: 400;
}

.history-status-cancel {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0 30px;
  background: #fff;
  border-radius: 15px;
  border: 1px solid #eedbdb;
  font-weight: 700;
  color: #da0606;
}

.history-step-check {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  margin: 0 35px 0 0;
  background: #fff;
  border: 1px solid #dcdcdc;
}
.history-step-check .icon {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 5px;
}

@media (max-width: 768px) {
  .history-step-header {
    padding: 10px;
  }
  .history-step-title {
    font-size: 1rem;
  }
  .history-step-title span {
    margin: 0 10px 0 0;
  }
  .history-step-date {
    margin: 0 10px 0 0;
  }
  .history-step-check {
    margin: 0 10px 0 0;
  }
  .history-status-cancel {
    width: 100%;
    margin: 10px 0 0;
  }
}
/*
[history-step-cont]
******************************************/
.history-step-slide {
  display: none;
}
.history-step-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 20px;
  padding: 20px 0;
  border-top: 1px solid #cdd1d4;
  font-weight: 400;
}
.history-step-cont-left {
  width: 610px;
}
.history-step-cont-left .breakdown-list {
  margin: 0 0 20px;
}
.history-step-cont-right {
  width: 280px;
}
.history-step-cont-title {
  margin: 0 0 20px;
  line-height: 1;
  font-weight: 700;
}
.history-step-info {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid #dcdcdc;
}
.history-step-info .history-step-cont-title {
  margin: 0 0 10px;
}
.history-step-info-item {
  margin: 0 0 20px;
}
.history-step-info-item:last-child {
  margin-bottom: 0;
}
.history-step-info-btn {
  display: inline-block;
  margin: 10px 0 0;
  padding: 5px 15px;
  background: #f7f9fb;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  color: #222;
}
.history-step-form .form-row {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
}
.history-step-form .form-label {
  width: 7rem;
  margin: 0 20px 0 0;
  font-weight: 700;
}
.history-step-btn {
  height: 60px;
  background: #f7f9fb;
  border-radius: 4px;
  border: 1px solid #cdd1d4;
  text-align: center;
  line-height: 58px;
  font-size: 1.2rem;
}

.history-text {
  margin: 0 0 30px;
}
.history-text:last-child {
  margin-bottom: 0;
}

#history-account-wrap {
  margin: 0 0 20px;
  background: #f7f9fb;
  border: 1px solid #d9dada;
}
#history-account-title {
  padding: 10px;
  border-bottom: 1px solid #d9dada;
  font-weight: 700;
}
#history-account-item {
  padding: 10px;
}

.history-attention {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.history-attention .icon {
  margin: 0 5px 0 0;
}
.history-action-btn {
  height: 45px;
  margin: 0 0 10px;
  line-height: 45px;
  font-size: 1rem;
}
.history-action-btn:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .history-step-cont {
    margin: 0 10px;
    padding: 10px 0 20px;
    font-size: 0.8rem;
  }
  .history-step-cont-left {
    width: 100%;
    margin: 0 0 15px;
  }
  .history-step-cont-left .btn {
    height: 50px;
    line-height: 50px;
    font-size: 1rem;
  }
  .history-step-cont-right {
    width: 200px;
    margin: 0 auto;
  }
  .history-step-btn {
    height: 50px;
    line-height: 48px;
    font-size: 1rem;
  }
  .history-text {
    margin: 0 0 15px;
  }
  .history-action-btn {
    height: 36px;
    line-height: 36px;
    font-size: 0.8rem;
    font-weight: 400;
  }
}
/******************************************
[home]
******************************************/
.home-section {
  margin-bottom: 60px;
}
.home-section:last-child {
  margin-bottom: 0;
}
.home-head {
  margin: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 768px) {
  .home-section {
    margin-bottom: 20px;
  }
  .home-section .container {
    padding: 0 20px;
  }
  .home-head {
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
}
/*
[homeMain]
******************************************/
.homeMain {
  width: 100%;
  height: 655px;
  background: url("../img/home/home-main.jpg") center no-repeat #15010d;
  background-size: cover;
}
.homeMain-logo {
  position: absolute;
  top: 60px;
  right: 70px;
  width: 252px;
}

.homeSearch {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 0;
  background: rgba(34, 34, 34, 0.65);
}
.homeSearch-header {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}
.homeSearch-headline {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.homeSearch-check.search-check-wrap {
  display: inline-flex;
  width: auto;
  margin: 0 0 0 45px;
  padding: 0;
  font-weight: bold;
  color: #fff;
}
.homeSearch-check .search-check-label:before {
  box-shadow: 2px 2px 0 #656565;
  background: url(../img/icon/icon-check-gray.png) no-repeat center #fff;
  background-size: 15px;
}
.homeSearch-unit {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: -20px -7.5px 0;
}
.homeSearch-item {
  flex: 1 0 auto;
  width: 1%;
  margin: 20px 0 0 0;
  padding: 0 7.5px;
}
.homeSearch-item-w25 {
  flex: 0 0 auto;
  width: 25%;
}
.homeSearch-item-w100 {
  flex: 0 0 auto;
  width: 100%;
}
.homeSearch-item-freeword {
  flex: 0 0 auto;
  width: 25%;
}
.homeSearch-item-checkbox {
  flex: 0 0 auto;
  width: auto;
}
.homeSearch-item .btn {
  font-size: 1.125rem;
}
.homeSearch-title {
  margin: 0 0 15px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.homeSearch-select:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  width: 6px;
  height: 9px;
  transform: translateY(-50%) rotate(90deg);
  background: url("../img/arrow/arrow-tri-black.svg") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.homeSearch-select-item {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
}
.homeSearch-select-item:disabled {
  background: #797979;
}
.homeSearch-multiselect .ms-choice {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  background: #fff;
  border-radius: 4px;
  font-size: 0.875rem;
}
.homeSearch-multiselect .ms-choice > span {
  top: 50%;
  padding: 0 15px;
  transform: translateY(-50%);
}
.homeSearch-multiselect .ms-choice > span.placeholder {
  color: #222;
}
.homeSearch-multiselect .ms-choice > div.icon-caret {
  border-color: #222 transparent transparent transparent;
  border-width: 6px 4px 0 4px;
}
.homeSearch-input:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background: url("../img/icon/icon-search-black.svg") no-repeat center;
  background-size: cover;
  z-index: 1;
}
.homeSearch-input-item {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 55px 0 15px;
  border-radius: 4px;
  font-size: 0.875rem;
}
.homeSearch-checkbox-item {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  padding-left: 48px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none; /* テキストの選択を防ぐ */
}
.homeSearch-checkbox-item input {
  display: none;
}
.homeSearch-checkbox-item .checkmark {
  position: absolute;
  top: 0; /* 上からの位置 */
  left: 0;
  height: 48px;
  width: 48px;
  border: solid 2px #fff;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.homeSearch-checkbox-item .checkmark::after {
  content: url("../img/home/index_search_check.svg");
  position: absolute;
  left: 8px; /* チェックの位置 */
  top: 8px; /* チェックの位置 */
  width: 28px; /* チェックの大きさ */
  height: 28px; /* チェックの大きさ */
  opacity: 0;
}
.homeSearch-checkbox-item input:checked + .checkmark::after {
  opacity: 1;
}

@media (min-width: 769px) {
  .homeSearch-check.search-check-wrap:hover {
    background: none;
  }
}
@media (max-width: 768px) {
  .homeMain {
    height: auto;
    background-image: url("../img/home/home-main-sp.jpg");
    background-position: center top;
    background-size: contain;
  }
  .homeMain-logo {
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 185px;
    margin: 0 auto;
  }
  .homeSearch {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 25px 0;
  }
  .homeSearch .container {
    padding: 0 15px;
  }
  .homeSearch-header {
    justify-content: center;
    margin: 0 0 20px;
  }
  .homeSearch-headline {
    font-size: 1.125rem;
  }
  .homeSearch-check {
    justify-content: center;
    width: 100%;
    margin: 0;
  }
  .homeSearch-check.search-check-wrap {
    display: flex;
    margin: 0 auto;
  }
  .homeSearch-unit {
    margin: -15px 0 0;
  }
  .homeSearch-item, .homeSearch-w25 {
    width: 100%;
  }
  .homeSearch-w100 {
    width: 100%;
  }
  .homeSearch-item {
    margin: 15px 0 0;
    padding: 0;
  }
  .homeSearch-item .btn {
    height: 54px;
  }
  .homeSearch-item-freeword {
    width: 100%;
  }
  .homeSearch-item-checkbox {
    display: flex;
    align-items: center;
    width: 100px;
  }
  .homeSearch-item-checkbox .homeSearch-title {
    margin: 0 8px 0 0;
  }
  .homeSearch-title {
    margin: 0 0 10px;
    font-size: 0.875rem;
  }
  .homeSearch-select-item {
    height: 44px;
  }
  .homeSearch-input-item {
    height: 44px;
  }
}
/*
[multiple]
******************************************/
.home-multiple .ms-parent {
  width: 100% !important;
  height: 48px;
}
.home-multiple .ms-choice {
  height: 100%;
}
.home-multiple .ms-choice > span {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 15px;
}
.home-multiple .ms-choice > span.placeholder {
  color: #222;
}
.home-multiple .ms-choice > div {
  border-color: #222 transparent transparent transparent;
}
.home-multiple .ms-choice > div.open {
  border-color: transparent transparent #222 transparent;
}
.home-multiple .ms-drop input[type=checkbox] {
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d6d6d6;
}
.home-multiple .ms-drop input[type=checkbox]:checked {
  background: url(../img/icon/icon-check-white2.png) no-repeat center #033e92;
  background-size: 8px 7px;
  border-color: #033e92;
}
.home-multiple .ms-drop ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-multiple .ms-drop ul > li.multiple {
  display: flex;
  align-items: center;
  float: none;
}
.home-multiple .ms-drop ul > li.multiple label {
  display: flex;
  align-items: center;
}
.home-multiple .ms-drop ul > li.multiple:first-child {
  width: 100%;
}

.home-multiple-city .ms-drop ul > li.multiple:first-child {
  width: auto;
}

/*
[home-used]
******************************************/
#home-used-wrap {
  padding: 60px 0;
  background: #f1f2f3;
}

.home-used-head {
  text-align: center;
}
.home-used-btn {
  display: flex;
  width: 170px;
  height: 45px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1;
}

@media (max-width: 768px) {
  #home-used-wrap {
    padding: 20px 0;
  }
  .home-used-btn {
    font-size: 1rem;
  }
}
/*
[home-info]
******************************************/
#home-info-wrap .container {
  display: flex;
  justify-content: space-between;
}

#home-topics-wrap {
  width: 460px;
}
#home-topics-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
#home-topics-wrap [id^=topics_info_] {
  margin: 0 0 20px;
}
#home-topics-wrap [id^=topics_info_]:last-child {
  margin-bottom: 0;
}
#home-topics-wrap #detail_url {
  display: flex;
}
#home-topics-wrap #topics_thumbnail {
  flex-shrink: 0;
  width: 120px;
  height: 90px;
  margin: 0 10px 0 0;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
#home-topics-wrap #topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#home-topics-wrap #topics_date {
  margin: 0 0 10px;
  line-height: 1;
  color: #9d9d9d;
}
#home-topics-wrap #topics_title {
  color: #033e92;
}

.home-topics-head {
  margin: 0;
  color: #033e92;
}
.home-topics-btn {
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 15px;
  background: #ebebeb;
  border-radius: 12px;
  font-size: 0.8rem;
  color: #222;
}
.home-topics-btn .icon {
  margin: 0 5px 0 0;
}

#home-fb-wrap {
  width: 460px;
}

@media (min-width: 769px) {
  #home-topics-wrap #detail_url:hover #topics_thumbnail {
    opacity: 0.5;
  }
  #home-topics-wrap #detail_url:hover #topics_title {
    text-decoration: underline;
  }
  .home-topics-btn:hover {
    background: #033e92;
    color: #fff;
  }
  .home-topics-btn:hover .icon:before {
    background-image: url(../img/arrow/arrow-line-white-small.png);
  }
}
@media (max-width: 768px) {
  #home-info-wrap .container {
    flex-direction: column;
  }
  #home-topics-wrap,
  #home-fb-wrap {
    width: 100%;
  }
  #home-topics-wrap {
    margin: 0 0 30px;
  }
}
/******************************************
[inquiry]
******************************************/
#inquiry-comment {
  align-items: flex-start;
}
#inquiry-comment .form-label {
  margin: 5px 0 0;
}

/******************************************
[login]
******************************************/
#login-wrap {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 45px 0;
  background: #f1f4f6;
}

.login-inner {
  margin: 0 0 30px;
  padding: 0 60px 30px;
  border-bottom: 2px solid #fff;
}
.login-inner:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.login-title {
  margin: 0 0 20px;
  text-align: center;
  font-weight: 400;
}
.login-form-wrap .form-control[type=text], .login-form-wrap .form-control[type=number] {
  height: 44px;
}
.login-form-item {
  margin: 0 0 10px;
}
.login-form-item:last-child {
  margin-bottom: 30px;
}
.login-btn {
  display: flex;
  width: 250px;
  margin: 0 auto 20px;
}
.login-btn:last-child {
  margin-bottom: 0;
}
.login-text-list {
  margin: 0 0 30px 20px;
  list-style: disc outside;
  font-size: 0.8rem;
  font-weight: 400;
}
.login-text-list li {
  margin: 0 0 15px;
}
.login-text-list li:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #login-wrap {
    padding: 30px 0;
  }
  .login-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-title {
    margin: 0 0 20px;
  }
  .login-form-item:last-child {
    margin-bottom: 20px;
  }
  .login-btn {
    width: 100%;
  }
  .logintext-list {
    margin-bottom: 15px;
  }
}
/******************************************
[maintOrder]
******************************************/
.mo-btn {
  display: flex;
  width: 100%;
  max-width: 630px;
  height: 80px;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 1.5625rem;
}
.mo-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  transform: translateY(-50%);
  width: 12px;
  height: 22px;
  background: url("../img/arrow/arrow-tri-white.svg") no-repeat center;
  background-size: cover;
}
.mo-btn .icon {
  margin: 0 20px 0 0;
}

@media (max-width: 768px) {
  .mo-btn {
    height: 50px;
    font-size: 1rem;
  }
  .mo-btn:before {
    width: 9px;
    height: 15px;
  }
  .mo-btn .icon {
    margin: 0 15px 0 0;
  }
  .mo-btn .icon:before {
    width: 25px;
    height: 24px;
  }
}
/******************************************
[maintOrderHome]
******************************************/
.moHome-sec {
  padding: 50px 0 60px;
}
.moHome-headline {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .moHome-sec {
    padding: 20px 0 30px;
  }
  .moHome-headline {
    font-size: 1.1875rem;
  }
}
/*
[mv]
******************************************/
.moHomeMv {
  width: 100%;
  height: 650px;
  background: url("../img/maintOrder/moHome-mv-bg.jpg") no-repeat center;
  background-size: cover;
}
.moHomeMv-catch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}
.moHomeMv-text {
  width: 767px;
  margin: 0 0 40px;
}
.moHomeMv-mark {
  position: absolute;
  top: 50px;
  right: 0;
  width: 175px;
  height: 175px;
}

@media (max-width: 768px) {
  .moHomeMv {
    height: 375px;
    padding: 0 15px;
    background-image: url("../img/maintOrder/moHome-mv-bg-sp.jpg");
  }
  .moHomeMv-text {
    width: 100%;
    max-width: 327px;
    margin: 0 0 10px;
  }
  .moHomeMv-mark {
    top: 10px;
    right: -5px;
    width: 100px;
    height: 100px;
  }
}
/*
[catch]
******************************************/
.moHomeCatch-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 120px 0 120px;
  border-color: #033e92 transparent transparent transparent;
  margin: 40px auto 35px;
}
.moHomeCatch-top .moHome-headline {
  margin: 0 0 35px;
}
.moHomeCatch-bottom .moHome-headline {
  margin: 0 0 40px;
}

.moHomeCase {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.moHomeCase-item {
  width: 300px;
}
.moHomeCase-photo {
  margin: 0 0 15px;
}
.moHomeCase-title {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.moHomeCase-title-category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 20px;
  margin: 0 5px 0 0;
  padding: 0 10px;
  background: #222;
  font-size: 0.875rem;
  color: #fff;
}
.moHomeCase-cont-title {
  font-size: 0.75rem;
  font-weight: 600;
}
.moHomeCase-cont-desc {
  font-size: 0.875rem;
  font-weight: 400;
}
.moHomeCase-request {
  margin: 0 0 15px;
}
.moHomeCase-work {
  padding: 10px;
  background: #E9EEF3;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .moHomeCatch-top:after {
    margin: 15px auto 10px;
    border-width: 35px 75px 0 75px;
  }
  .moHomeCatch-top .moHome-headline {
    margin: 0 0 15px;
  }
  .moHomeCatch-bottom .moHome-headline {
    margin: 0 0 10px;
  }
  .moHomeCase-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 20px;
  }
  .moHomeCase-item:last-child {
    margin-bottom: 0;
  }
  .moHomeCase-photo {
    width: 120px;
    margin: 0 10px 10px 0;
  }
  .moHomeCase-title {
    margin: 0 0 5px;
    font-size: 0.875rem;
  }
  .moHomeCase-title-category {
    font-size: 0.75rem;
  }
  .moHomeCase-cont-title {
    font-size: 0.6875rem;
  }
  .moHomeCase-cont-desc {
    font-size: 0.8125rem;
  }
  .moHomeCase-request {
    flex: 1 1 auto;
    width: 1%;
    margin: 0 0 10px;
  }
  .moHomeCase-work {
    flex: 0 0 auto;
    width: 100%;
  }
}
/*
[about]
******************************************/
.moHomeAbout {
  background: #F5F5F5;
}
.moHomeAbout-desc {
  margin: 0 0 40px;
  text-align: center;
  font-size: 1.125rem;
}
.moHomeAbout-photo {
  width: 100%;
  max-idth: 909px;
  margin: 0 auto;
}
.moHomeAbout .moHome-headline {
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .moHomeAbout-desc {
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  .moHomeAbout .moHome-headline {
    margin: 0 0 10px;
  }
}
/*
[step]
******************************************/
.moHomeStep .moHome-headline {
  margin: 0 0 25px;
}
.moHomeStep-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.moHomeStep-group-item {
  padding: 30px 0;
}
.moHomeStep-group-box {
  width: 250px;
}
.moHomeStep-title {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  color: #033e92;
  z-index: 1;
}
.moHomeStep-title:before {
  content: "";
  display: block;
  margin: 0 10px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.moHomeStep-cont {
  margin: -15px 0 0;
}
.moHomeStep-cont:before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.moHomeStep-desc {
  font-size: 0.875rem;
  font-weight: 400;
}

.moHomeStep01 {
  background: #D8E0E9;
}
.moHomeStep01:before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #D8E0E9 50%) no-repeat top left/100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #D8E0E9 50%) no-repeat bottom right/100% 50.5%;
  z-index: 1;
}
.moHomeStep01 .moHomeStep-title:before {
  width: 11px;
  height: 25px;
  background-image: url(../img/about/about-customer-step-num1.png);
}
.moHomeStep01 .moHomeStep-cont:before {
  background-image: url("../img/maintOrder/moHome-step-icon01.png");
  background-size: 109px auto;
}

.moHomeStep02 {
  background: #E9EEF3;
}
.moHomeStep02:before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 100%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #E9EEF3 50%) no-repeat top left/100% 50.5%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #E9EEF3 50%) no-repeat bottom right/100% 50.5%;
  z-index: 1;
}
.moHomeStep02 .moHomeStep-title:before {
  width: 19px;
  height: 26px;
  background-image: url(../img/about/about-customer-step-num2.png);
}
.moHomeStep02 .moHomeStep-cont:before {
  background-image: url("../img/maintOrder/moHome-step-icon02.png");
  background-size: 92px auto;
}

.moHomeStep03 {
  background: #F5F5F5;
}
.moHomeStep03 .moHomeStep-title:before {
  width: 18px;
  height: 26px;
  background-image: url(../img/about/about-customer-step-num3.png);
}
.moHomeStep03 .moHomeStep-cont:before {
  background-image: url("../img/maintOrder/moHome-step-icon03.png");
  background-size: 78px auto;
}

@media (min-width: 769px) {
  .moHomeStep01 {
    width: 290px;
    padding-left: 30px;
  }
  .moHomeStep01:before {
    top: 0;
    right: -60px;
  }
  .moHomeStep02 {
    width: 330px;
    padding-left: 70px;
  }
  .moHomeStep02:before {
    top: 0;
    right: -60px;
  }
  .moHomeStep03 {
    flex: 1 0 auto;
    width: 1%;
    padding-left: 80px;
  }
}
@media (max-width: 768px) {
  .moHomeStep .moHome-headline {
    margin: 0 0 10px;
  }
  .moHomeStep-group {
    margin: 0 0 15px;
  }
  .moHomeStep-group-item {
    width: 100%;
    padding: 20px 15px;
  }
  .moHomeStep-group-box {
    width: 100%;
  }
  .moHomeStep-title {
    margin: 0 0 15px;
  }
  .moHomeStep-cont {
    display: flex;
    align-items: flex-start;
    margin: 0;
  }
  .moHomeStep-cont:before {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
    margin: 0 15px 0 0;
  }
  .moHomeStep01:before {
    bottom: -15px;
    left: 35px;
    width: 45px;
    height: 15px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #D8E0E9 50%) no-repeat top left/52% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #D8E0E9 50%) no-repeat top right/52% 100%;
  }
  .moHomeStep01 .moHomeStep-cont:before {
    background-size: 54px auto;
  }
  .moHomeStep02:before {
    bottom: -15px;
    left: 35px;
    width: 45px;
    height: 15px;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #E9EEF3 50%) no-repeat top left/52% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #E9EEF3 50%) no-repeat top right/52% 100%;
  }
  .moHomeStep02 .moHomeStep-cont:before {
    background-size: 47px auto;
  }
  .moHomeStep03 .moHomeStep-cont:before {
    background-size: 39px auto;
  }
}
/*
[faq]
******************************************/
.moHomeFaq {
  padding: 0 0 60px;
}
.moHomeFaq .moHome-headline {
  margin: 0 0 25px;
}
.moHomeFaq-list {
  margin: 0 0 30px;
  border: 1px solid #DCDCDC;
}
.moHomeFaq-list-item {
  padding: 0 0 0 20px;
  border-bottom: 1px solid #DCDCDC;
}
.moHomeFaq-list-item:last-child {
  border-bottom: none;
}
.moHomeFaq-icon:before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin: 0 10px 0 0;
  border-radius: 50%;
  font-style: normal;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.moHomeFaq-q {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.moHomeFaq-q:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 14px;
  height: 23px;
  background: url("../img/arrow/arrow-line-gray4.svg") no-repeat center;
  background-size: cover;
  transition: 0.3s;
}
.moHomeFaq-q .moHomeFaq-icon:before {
  content: "Q";
  background: #033e92;
}
.moHomeFaq-q.is-open:before {
  transform: translateY(-50%) rotate(-90deg);
}
.moHomeFaq-a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #DCDCDC;
}
.moHomeFaq-a .moHomeFaq-icon:before {
  content: "A";
  background: #da0606;
}
.moHomeFaq-slide {
  display: none;
}

@media (max-width: 768px) {
  .moHomeFaq {
    padding: 0 0 25px;
  }
  .moHomeFaq .moHome-headline {
    margin: 0 0 10px;
  }
  .moHomeFaq-list {
    margin: 0 0 15px;
  }
  .moHomeFaq-list-item {
    padding: 0 10px;
  }
  .moHomeFaq-icon-before {
    width: 30px;
    height: 30px;
    font-size: 1.1875rem;
  }
  .moHomeFaq-q {
    padding: 10px 30px 10px 0;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .moHomeFaq-q:before {
    right: 0;
    width: 8px;
    height: 14px;
  }
  .moHomeFaq-a {
    align-items: flex-start;
    padding: 10px 30px 10px 0;
    font-size: 0.8125rem;
  }
  .moHomeFaq-a .moHomeFaq-text {
    margin: 10px 0 0;
  }
}
/******************************************
[maintOrderMypage]
******************************************/
.moMypageFlow {
  margin: 0 0 75px;
}
.moMypageFlow-headline {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #222;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.moMypageStep {
  margin: 0 0 40px;
  border: 1px solid #D4D4D4;
}
.moMypageStep-item {
  display: flex;
  align-items: flex-start;
  padding: 25px;
  border-bottom: 1px solid #D4D4D4;
}
.moMypageStep-item:last-child {
  border-bottom: none;
}
.moMypageStep-title {
  display: flex;
  align-items: baseline;
  margin: 0 30px 0 0;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.moMypageStep-title-num {
  margin: 0 0 0 5px;
  font-size: 1.875rem;
}
.moMypageStep-info-title {
  font-size: 1.25rem;
}
.moMypageStep-info-note {
  padding: 0 0 0 1em;
  text-indent: -1em;
  font-size: 0.8125rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .moMypageFlow {
    margin: 0 0 40px;
  }
  .moMypageFlow-headline {
    padding: 10px;
  }
  .moMypageStep {
    margin: 0 0 15px;
  }
  .moMypageStep-item {
    flex-direction: column;
    padding: 10px 15px 15px;
  }
  .moMypageStep-title {
    margin: 0 0 5px;
    font-size: 1.1875rem;
  }
  .moMypageStep-title-num {
    font-size: 1.5rem;
  }
  .moMypageStep-info-title {
    margin: 0 0 5px;
    font-size: 1rem;
  }
  .moMypageStep-info-title:last-child {
    margin-bottom: 0;
  }
  .moMypageStep-info-note {
    font-size: 0.75rem;
  }
}
/*
[list]
******************************************/
.moMypageList {
  margin: 0 0 60px;
}
.moMypageList-headline {
  margin: 0 0 20px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
}
.moMypageList-unit {
  display: flex;
}
.moMypageList-item {
  margin: 0 40px 0 0;
}
.moMypageList-item:last-child {
  margin-right: 0;
}
.moMypageList-card {
  width: 300px;
  margin: 0 0 15px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.moMypageList-card:last-child {
  margin-bottom: 0;
}
.moMypageList-badge {
  position: absolute;
  top: 15px;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 15px 0 10px;
  background: #da0606;
  font-family: "Montserrat", "NotoSansCJKjp", sans-serif, "Helvetica Neue", Helvetica, "Avenir Next", "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.moMypageList-badge .icon {
  margin: 0 10px 0 0;
}
.moMypageList-disabled {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background: rgba(34, 34, 34, 0.85);
  color: #fff;
}
.moMypageList-info {
  padding: 15px;
  border-bottom: 1px solid #f1f4f6;
}
.moMypageList-name {
  margin: 0 0 10px;
  font-size: 0.875rem;
  font-weight: 600;
}
.moMypageList-desc {
  font-size: 0.8125rem;
  font-weight: 400;
}
.moMypageList-aside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.moMypageList-aside-text {
  display: flex;
  align-items: center;
  font-size: 0.8125rem;
}
.moMypageList-aside-text .icon {
  margin: 0 5px 0 0;
}
.moMypageList-btn {
  display: flex;
}
.moMypageList-btn-item {
  width: calc((100% - 10px) / 2);
  margin: 0 10px 0 0;
}
.moMypageList-btn-item:last-child {
  margin-right: 0;
}
.moMypageList-btn .btn {
  height: 35px;
  font-size: 0.875rem;
}
.moMypageList-btn .btn .icon {
  margin: 0 10px 0 0;
}
.moMypageList-btn .btn .icon-hand-white:before {
  width: 13px;
  height: 17px;
}
.moMypageList-btn .btn .icon-edit-white:before {
  width: 14px;
  height: 14px;
}
.moMypageList-order.moMypageList-unit {
  flex-wrap: wrap;
  margin: -40px 0 0;
}
.moMypageList-order .moMypageList-item {
  margin: 40px 40px 0 0;
}
.moMypageList-order .moMypageList-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 768px) {
  .moMypageList {
    margin: 0 0 30px;
  }
  .moMypageList-unit {
    margin: 0 -15px;
    overflow-x: scroll;
  }
  .moMypageList-ongoing .moMypageList-item {
    width: 100%;
    margin: 0 15px;
  }
  .moMypageList-ongoing .moMypageList-card {
    margin: 0 auto 15px;
  }
  .moMypageList-past {
    padding: 0 20px 5px;
  }
  .moMypageList-past:after {
    content: "";
    flex: 0 0 auto;
    display: block;
    width: 30px;
    height: 1px;
  }
  .moMypageList-past .moMypageList-item {
    margin: 0 15px;
  }
  .moMypageList-order.moMypageList-unit {
    margin: 0;
    overflow-x: inherit;
  }
  .moMypageList-order .moMypageList-item {
    margin: 0 0 30px;
  }
  .moMypageList-order .moMypageList-item:last-child {
    margin-bottom: 0;
  }
  .moMypageList-order .moMypageList-card {
    width: 100%;
  }
}
/******************************************
[maintOrderShop]
******************************************/
.moMypageShop-switch {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 25px;
}
.moMypageShop-switch-title {
  margin: 0 10px 0 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.moMypageShop-switch-note {
  width: 100%;
  margin: 10px 0 0;
  color: #da0606;
}
.moMypageShop-table {
  width: 100%;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  font-size: 0.875rem;
}
.moMypageShop-table tr:last-child td {
  border-bottom: none;
}
.moMypageShop-table th,
.moMypageShop-table td {
  padding: 10px;
  border-right: 1px solid #d6d6d6;
}
.moMypageShop-table th {
  background: #f8f8f8;
  border-bottom: 1px solid #d6d6d6;
}
.moMypageShop-table td {
  border-bottom: 1px dashed #d6d6d6;
  vertical-align: top;
}
.moMypageShop-table td:first-child {
  text-align: center;
}
.moMypageShop-table-day {
  width: 10px;
  white-space: nowrap;
}
.moMypageShop-table-shop {
  min-width: 200px;
}
.moMypageShop-table-clump {
  max-width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.moMypageShop-table-btn {
  width: 80px;
  height: 24px;
  border-radius: 12px;
  font-size: 0.6875rem;
  font-weight: 600;
}
.moMypageShop-table-btn .icon {
  margin: 0 5px 0 0;
}
.moMypageShop-table-btn .icon:before {
  width: 17px;
  height: 12px;
}
.moMypageShop .modal-btn-wrap .btn {
  display: flex;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.moMypageComment-text {
  margin: 0 0 30px;
  font-size: 0.875rem;
}
.moMypageComment-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 769px) {
  #modal-maintShop {
    max-width: 880px !important;
  }
}
@media (max-width: 768px) {
  .moMypageShop-switch-title {
    margin: 0 10px 0 0;
    font-size: 0.875rem;
  }
  .moMypageShop-scroll {
    overflow-x: scroll;
  }
  .moMypageShop-table th,
  .moMypageShop-table td {
    padding: 10px 5px;
  }
  .moMypageShop-table th {
    font-size: 0.75rem;
  }
  .moMypageShop-table td {
    font-size: 0.8125rem;
  }
  .moMypageShop-table-clump {
    max-width: 250px;
  }
  .moMypageComment-text {
    margin: 0 0 20px;
  }
  .moMypageComment-title {
    font-size: 0.875rem;
  }
}
/******************************************
[maintOrderForm]
******************************************/
.moForm {
  margin: 0 0 40px;
}
.moForm-item {
  margin: 0 0 20px;
}
.moForm-item:last-child {
  margin-bottom: 0;
}
.moForm-headline {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  padding: 0 0 15px 15px;
  border-left: 5px solid #005dad;
  border-bottom: 1px solid #005dad;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.moForm-release {
  align-items: flex-start;
}
.moForm-release-help {
  margin: 5px 0 0 34px;
  font-size: 0.75rem;
  font-weight: 400;
}
.moForm-release .form-radio-label {
  font-weight: 500;
}

@media (min-width: 769px) {
  .moForm:last-child {
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .moForm {
    margin: 0 0 30px;
  }
  .moForm-headline {
    margin: 0 0 15px;
    font-size: 1rem;
  }
  .moForm-release-text {
    top: 5px;
  }
  .moForm-release-help {
    margin-top: 10px;
  }
  .moForm-release .form-radio-label {
    align-items: flex-start;
    line-height: 1.2;
  }
  .moForm-release .form-radio-label:after {
    top: 7px;
    transform: translateY(0);
  }
}
/******************************************
[reportList]
******************************************/
.reportList-item {
  margin: 0 0 30px;
}
.reportList-item:last-child {
  margin-bottom: 0;
}
.reportList-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 0 10px 0 15px;
  background: #222;
}
.reportList-headline {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
.reportList-category {
  padding: 5px 10px;
  background: #da0606;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}
.reportList-body {
  border: 1px solid #d4d4d4;
  border-top: none;
}
.reportList-body-item {
  padding: 15px;
  border-bottom: 1px dashed #d4d4d4;
}
.reportList-body-item:last-child {
  border-bottom: none;
}
.reportList-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.reportList-title {
  font-size: 0.875rem;
  line-height: 1;
}
.reportList-shop {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1;
}
.reportList-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.reportList-photo {
  flex: 0 0 auto;
  width: 245px;
  margin: 0 15px 0 0;
}
.reportList-info {
  flex: 1 0 auto;
  width: 1%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 0 0;
}
.reportList-desc {
  width: 100%;
  margin: 0 0 20px;
  font-size: 1rem;
  font-weight: 400;
}
.reportList-desc-headline {
  margin: 0 0 10px;
  font-size: 1.125rem;
  font-weight: 600;
}
.reportList-btn {
  height: 45px;
  font-size: 1rem;
}
.reportList-btn .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(180deg);
}
.reportList-date {
  text-align: right;
  font-size: 0.75rem;
}
.reportList .tagSquare {
  margin: 15px 0 0;
}

@media (max-width: 768px) {
  .reportList-item {
    margin: 0 0 10px;
  }
  .reportList-header {
    height: auto;
    padding: 10px;
  }
  .reportList-headline {
    width: 100%;
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  .reportList-category {
    margin: 0 0 0 auto;
  }
  .reportList-body-item {
    padding: 10px;
  }
  .reportList-title {
    width: 100%;
    line-height: 1.2;
  }
  .reportList-shop {
    order: 2;
    width: 100%;
    text-align: right;
  }
  .reportList-photo {
    width: 100%;
    margin: 0 0 10px;
  }
  .reportList-info {
    padding: 0;
  }
  .reportList-desc {
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  .reportList-desc-headline {
    font-size: 1rem;
  }
  .reportList-btn {
    margin: 0 0 15px;
    font-size: 0.875rem;
  }
  .reportList .tagSquare {
    margin: 10px 0;
  }
}
/******************************************
[user]
******************************************/
#user-new-mail {
  align-items: flex-start;
}
#user-new-mail .form-label {
  margin: 5px 0 0;
}
#user-card-wrap .form-row {
  align-items: flex-start;
}
#user-card-btn {
  display: inline-block;
  height: 30px;
  margin: 10px 0 0;
  padding: 0 10px;
  background: #e3e6e7;
  border-radius: 4px;
  border: 1px solid #cbcbcb;
  line-height: 28px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #222;
}

.user-new-code-btn {
  display: flex;
  width: 100%;
  max-width: 340px;
  margin: 10px auto 0;
}

.app-user-section {
  padding: 15px 0 20px;
}

@media (min-width: 769px) {
  #user-card-btn:hover {
    background: transparent;
    border-color: #167dd6;
    color: #167dd6;
  }
}
@media (max-width: 768px) {
  #user-card-btn {
    margin: 5px 0 0;
  }
}
/******************************************
[work]
******************************************/
.work {
  margin: 0 0 15px;
  overflow: hidden;
}
.work-section {
  margin: 0 0 40px;
}
.work-back {
  height: 50px;
  font-size: 1rem;
}
.work-back .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .work .reportList-title {
    margin: 0 0 10px;
  }
  .work .reportList-date {
    margin: 0 0 0 auto;
  }
}
/*
[workSlide]
******************************************/
.workSlide-img {
  overflow: hidden;
}
.workSlide-main {
  max-height: 450px;
  margin: 0 0 15px;
}
.workSlide-main img {
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 450px;
}
.workSlide-main .swiper-wrapper {
  align-items: center;
}
.workSlide-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.workSlide-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #222;
  z-index: 1;
}
.workSlide-arrow:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/arrow/arrow-cursor-white.png) no-repeat center;
  background-size: cover;
}
.workSlide-arrow-next {
  left: auto;
  right: 0;
}
.workSlide-arrow-next:before {
  transform: scale(-1, 1);
}
.workSlide-arrow.swiper-button-disabled {
  background: #919191;
}
.workSlide-thumbnail {
  display: flex;
}
.workSlide-thumbnail .swiper-pagination-bullet {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1%;
  height: 115px;
  margin: 0 15px 0 0;
  background: none;
  border-radius: 0;
  opacity: 1;
  overflow: hidden;
}
.workSlide-thumbnail .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.workSlide-thumbnail .swiper-pagination-bullet img {
  max-width: 100%;
  max-height: 170px;
}

@media (max-width: 768px) {
  .workSlide-main {
    margin: 0 0 5px;
  }
  .workSlide-thumbnail .swiper-pagination-bullet {
    height: 60px;
    margin: 0 5px 0 0;
  }
}
/*
[workArticle]
******************************************/
.workArticle {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
}
.workArticle:last-child {
  margin-bottom: 0;
}
.workArticle-photo {
  flex: 0 0 auto;
  width: 250px;
  margin: 0 15px 0 0;
}
.workArticle-text {
  margin: 0 0 30px;
  font-size: 0.875rem;
  font-weight: 400;
}
.workArticle-text:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .workArticle {
    display: block;
    margin: 0 0 20px;
  }
  .workArticle-photo {
    float: left;
    width: 160px;
  }
}
/*
[workAside]
******************************************/
.workAside {
  margin: 0 0 15px;
}
.workAside:last-child {
  margin-bottom: 0;
}
.workAside-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}
.workAside-cont {
  margin: 0 0 0 15px;
}
.workAside-text {
  font-size: 1rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  .workAside-title {
    margin: 0 0 5px;
    font-size: 0.875rem;
  }
  .workAside-text {
    font-size: 0.875rem;
  }
}
/*
[workOther]
******************************************/
.workOther {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.workOther-item {
  flex: 1 0 auto;
  width: 1%;
  margin: 0 30px 0 0;
}
.workOther-item:last-child {
  margin-right: 0;
}
.workOther-photo {
  margin: 0 0 10px;
}
.workOther-text {
  font-size: 1rem;
  font-weight: 600;
}

/******************************************
[order]
******************************************/
#order-payment-wrap .form-row {
  align-items: flex-start;
}
#order-payment-wrap .form-label {
  margin-top: 0;
}
#order-delivery #form-address-wrap {
  margin: 0 0 15px;
}
#order-specify-wrap {
  display: none;
}
#order-specify-wrap .form-row {
  align-items: flex-start;
}
#order-day {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  color: #005dad;
}
#order-day-day-wrap {
  margin: 10px 0 0;
  padding: 10px 15px;
  background: #e4f3fd;
  border: 1px solid #b7d6eb;
  font-size: 0.8rem;
  font-weight: 400;
}

@media (max-width: 768px) {
  #order-day {
    font-size: 0.8rem;
  }
  #order-day-wrap {
    padding: 10px;
    font-size: 0.7rem;
  }
}
/*
[order-detail]
******************************************/
#order-price-wrap {
  width: 460px;
  font-weight: 400;
}

@media (max-width: 768px) {
  #order-price-wrap {
    margin: 15px 0 0;
  }
}
/*
[order-finish]
******************************************/
#order-finish-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#order-finish-head {
  margin: 0 0 30px;
  line-height: 1;
  font-size: 2rem;
}
#order-finish-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 0 30px;
  padding: 20px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}
#order-finish-text {
  margin: 0 0 30px;
  font-weight: 400;
}
#order-finish-btn {
  display: flex;
  justify-content: center;
}

.order-finish-btn-item {
  width: 340px;
  margin: 0 20px 0 0;
}
.order-finish-btn-item:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  #order-finish-wrap {
    margin: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  #order-finish-head {
    margin: 0 0 15px;
    font-size: 1.2rem;
  }
  #order-finish-number {
    margin: 0 0 15px;
    padding: 10px;
    font-size: 0.85rem;
  }
  #order-finish-text {
    margin: 0 0 15px;
    text-align: left;
    font-size: 0.8rem;
  }
  #order-finish-btn {
    flex-direction: column;
  }
  .order-finish-btn-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .order-finish-btn-item:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[news]
******************************************/
.news-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list-header-item {
  display: block;
  margin: 0 0 30px;
}
.news-list-header-item-title {
  margin: 0 0 0;
}

.news-status {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.news-status #category_name {
  width: 65px;
  height: 25px;
  margin: 0 10px 0 0;
  background: #f5f5f5;
  border-radius: 3px;
  border: 1px solid #dcddde;
  text-align: center;
  line-height: 23px;
  font-size: 0.8rem;
  font-weight: 400;
  color: #222;
}
.news-status #topics_date {
  margin: 0 15px 0 0;
  color: #222;
}
.news-status #topics_new {
  display: flex;
  align-items: center;
}

#news-list-wrap [id^=topics_info] {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #d1d1d1;
}
#news-list-wrap #detail_url {
  display: flex;
}
#news-list-wrap #topics_thumbnail {
  flex: 0 0 auto;
  width: 260px;
  height: 175px;
  margin: 0 20px 0 0;
  border: 1px solid #d1d1d1;
  overflow: hidden;
}
#news-list-wrap #topics_thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
#news-list-wrap #topics_title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #033e92;
}

#topics_paging [id^=topics_paging_num] {
  background: #afafaf;
  border-radius: 3px;
  color: #fff;
}
#topics_paging [id^=topics_paging_num] a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f7f9fb;
  border-radius: 3px;
  border: 1px solid #cdd1d4;
  color: #222;
}
#topics_paging_previous, #topics_paging_next {
  background: #005dad;
  border-radius: 3px;
}
#topics_paging_previous a, #topics_paging_next a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
#topics_paging_next .icon:before {
  transform: scale(-1, 1);
}

#news-detail-wrap {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #dcdcdc;
}
#news-detail-wrap .news-status {
  margin: 0 0 20px;
}
#news-detail-wrap #topics_thumbnail {
  margin: 0 0 30px;
}
#news-detail-wrap #topics_thumbnail img {
  width: 100%;
  height: auto;
}
#news-detail-wrap #topics_body {
  font-weight: 400;
}

.news-detail-title {
  margin: 0 0 20px;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 700;
}

#news-detail-btn {
  display: flex;
  width: 140px;
  height: 36px;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
  font-size: 1rem;
}

@media (min-width: 769px) {
  #news-list-wrap #detail_url:hover #topics_thumbnail {
    opacity: 0.5;
  }
  #news-list-wrap #detail_url:hover #topics_title {
    text-decoration: underline;
  }
  #topics_paging a:hover {
    border-color: #167dd6;
    color: #167dd6;
  }
  #topics_paging_previous a:hover, #topics_paging_next a:hover {
    background: #167dd6;
  }
}
@media (max-width: 768px) {
  .news-list-header {
    display: flex;
    flex-direction: column;
  }
  .news-list-header-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .news-status {
    margin: 0 0 5px;
  }
  .news-status #category_name {
    width: 50px;
    height: 20px;
    margin: 0 5px 0 0;
    line-height: 18px;
    font-size: 0.6rem;
  }
  .news-status #topics_date {
    margin: 0 5px 0 0;
    font-size: 0.8rem;
  }
  .news-status #topics_new {
    width: 45px;
  }
  .news-status #topics_new img {
    width: 100%;
    height: auto;
  }
  #news-list-wrap #topics_thumbnail {
    width: 100px;
    height: 65px;
    margin: 0 10px 0 0;
  }
  #news-list-wrap #topics_title {
    font-size: 0.8rem;
  }
  #news-detail-wrap {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  #news-detail-wrap .news-status {
    margin: 0 0 15px;
  }
  #news-detail-wrap #topics_thumbnail {
    margin: 0 0 15px;
  }
  .news-detail-title {
    margin: 0 0 15px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */