@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #AAA;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
}
.c-header .logo-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
.c-header .logo-area .logo .ttl {
  display: block;
  text-align: center;
}
.c-header .text-menu-link {
  color: #B41D23;
}
.c-header .text-menu-link:hover {
  color: #bf8f41;
}
.c-header .search-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-header .favorite-btn {
  margin-left: 20px;
  position: relative;
  background-color: #FFF4D7;
  width: 95px;
  height: 60px;
  border-radius: 5px;
  padding: 35px 10px 10px;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.c-header .favorite-btn .ico {
  background: url(../img/ico-star-yellow.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
.c-header .favorite-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.system-message-block {
  padding: 20px;
  color: #B41D23;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #aaa;
}

footer {
  margin-top: 80px;
}

.loader-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}

.loader {
  margin: 20px auto;
  width: 30px;
  padding: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #bf8f41;
  --_m:
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  -webkit-animation: l3 1s infinite linear;
          animation: l3 1s infinite linear;
}

@-webkit-keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l3 {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
h2 {
  font-size: 20px;
  font-weight: 700;
}

.c-radio {
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
.c-radio .input-txt {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
}
.c-radio .input-txt::before, .c-radio .input-txt::after {
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
}
.c-radio .input-txt:before {
  background: #E0E0E0;
  width: 17px;
  height: 17px;
  left: 0;
}
.c-radio .input-txt:after {
  background: #C92C32;
  border: 1px solid #fff;
  width: 12px;
  height: 12px;
  left: 3px;
  opacity: 0;
}
.c-radio input:checked + .input-txt::after {
  opacity: 1;
}

.c-search {
  width: 627px;
  position: relative;
}
.c-search .search-form {
  border-radius: 5px;
  border: 1px solid #AAA;
}
.c-search .search-form button {
  background-color: #B41D23;
  border-radius: 0 5px 5px 0;
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-search .search-form button::before {
  background: url(../img/ico-search.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}
.c-search .search-form button:hover {
  background-color: #BF8F41;
}
.c-search .c-input {
  display: block;
  height: 58px;
  padding: 10px 80px 10px 20px;
  width: 100%;
}
.c-search .c-input::-webkit-input-placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: bold;
}
.c-search .c-input::-moz-placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: bold;
}
.c-search .c-input:-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: bold;
}
.c-search .c-input::-ms-input-placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: bold;
}
.c-search .c-input::placeholder {
  color: #BEBEBE;
  font-size: 16px;
  font-weight: bold;
}

.c-btn01 {
  font-weight: 700;
  padding: 23px 110px;
  background-color: #ECECEC;
  position: relative;
  border-radius: 5px;
}
.c-btn01:after {
  -webkit-mask-image: url(../img/ico-arrow.svg);
          mask-image: url(../img/ico-arrow.svg);
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  rotate: 90deg;
  background-color: #333;
}
.c-btn01:hover {
  color: #fff;
  background-color: #BF8F41;
}
.c-btn01:hover:after {
  background-color: #fff;
}
.c-btn01.prev-arrow {
  margin-right: 20px;
}
.c-btn01.prev-arrow:after {
  rotate: -90deg;
  left: 20px;
  right: auto;
}

.paging-area {
  border-top: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.paging-area .page-numbers {
  padding: 20px 25px;
  display: block;
  font-weight: 700;
  position: relative;
}
.paging-area .page-numbers.current {
  color: #B41D23;
}
.paging-area a.page-numbers:hover {
  opacity: 0.7;
}
.paging-area .prev::before {
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 7px;
  top: 0;
  bottom: 0;
  left: 13px;
  rotate: -90deg;
  margin: auto;
}
.paging-area .prev::after {
  border-right: 1px solid #AAA;
  content: "";
  position: absolute;
  display: block;
  height: 39px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.paging-area .next::after {
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 7px;
  top: 0;
  bottom: 0;
  right: 13px;
  rotate: 90deg;
  margin: auto;
}
.paging-area .next::before {
  border-right: 1px solid #AAA;
  content: "";
  position: absolute;
  display: block;
  height: 39px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-btn02 {
  display: block;
  width: 300px;
  padding: 18px 86px;
  background-color: #B41D23;
  color: #fff;
  border-radius: 80px;
  font-weight: 700;
  position: relative;
}
.c-btn02 .arrow-ico {
  background: url(../img/ico-arrow-white.svg) no-repeat center/contain;
  position: absolute;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  color: #fff;
}
.c-btn02:hover {
  background-color: #BF8F41;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.c-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-content-wrap .main-content {
  width: calc(100% - 400px);
}
.c-content-wrap .sidebar-area {
  width: 400px;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
}
.c-content-wrap .sidebar-area .sidemenu-btn {
  -webkit-transition: none;
  transition: none;
}
.c-content-wrap.is-hidden .main-content {
  width: calc(100% - 85px);
}
.c-content-wrap.is-hidden .sidebar-area {
  width: 85px;
  height: calc(var(--vh, 1vh) * 100);
  padding: 20px;
}
.c-content-wrap.is-hidden .sidebar-area .sidemenu-btn {
  padding: 0;
  width: 25px;
  height: 45px;
}
.c-content-wrap.is-hidden .sidebar-area .sidemenu-btn .btn-txt {
  display: none;
}
.c-content-wrap.is-hidden .sidebar-area .sidemenu-btn .arrow-ico {
  opacity: 0;
}
.c-content-wrap.is-hidden .sidebar-area .inner {
  display: none;
}

.article-img-block .img-wrap {
  margin: 40px 30px 50px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.article-img-block .img-wrap .img-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 200px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  overflow: hidden;
}
.article-img-block .img-wrap .img-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.article-img-block .img-wrap .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article-img-block .img-wrap .img-box .check-ico {
  position: absolute;
  top: 0;
  background-color: #EAEAEA;
  padding: 10px;
  border-bottom-right-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-img-block .img-wrap .img-box .check-ico .star {
  width: 19px;
  height: 19px;
  margin-right: 15px;
  position: relative;
}
.article-img-block .img-wrap .img-box .check-ico .star::before, .article-img-block .img-wrap .img-box .check-ico .star::after {
  background: no-repeat center/contain;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-img-block .img-wrap .img-box .check-ico .star::before {
  background-image: url(../img/ico-star-yellow.svg);
  opacity: 0;
}
.article-img-block .img-wrap .img-box .check-ico .star::after {
  background-image: url(../img/ico-star-gray.svg);
}
.article-img-block .img-wrap .img-box .check-ico .star.is-active::before {
  opacity: 1;
}
.article-img-block .img-wrap .img-box .check-ico .star.is-active::after {
  opacity: 0;
}
.article-img-block .img-wrap .img-box .check-ico .check {
  width: 19px;
  height: 19px;
  position: relative;
}
.article-img-block .img-wrap .img-box .check-ico .check::before, .article-img-block .img-wrap .img-box .check-ico .check::after {
  background: no-repeat center/contain;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.article-img-block .img-wrap .img-box .check-ico .check::before {
  background-image: url(../img/ico-check-green.svg);
  opacity: 0;
}
.article-img-block .img-wrap .img-box .check-ico .check::after {
  background-image: url(../img/ico-check-gray.svg);
}
.article-img-block .img-wrap .img-box .check-ico .check.is-active::before {
  opacity: 1;
}
.article-img-block .img-wrap .img-box .check-ico .check.is-active::after {
  opacity: 0;
}
.article-img-block .img-wrap .img-box .check-ico .number {
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}

.sidebar-area {
  padding: 25px 30px 0 30px;
  background-color: #EAEAEA;
  overflow-y: scroll;
  font-weight: 500;
}
.sidebar-area .sidemenu-btn {
  width: 100%;
  position: relative;
  padding: 15px 40px;
  border-bottom: 1px solid #aaa;
  text-align: left;
  font-size: 16px;
}
.sidebar-area .sidemenu-btn .btn-txt {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.sidebar-area .sidemenu-btn:before {
  background: url(../img/ico-barometer.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sidebar-area .sidemenu-btn .arrow-ico {
  background: url(../img/arrow02.svg) no-repeat center/contain;
  position: absolute;
  width: 10px;
  height: 17px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sidebar-area .accordion-btn {
  border-bottom: 1px solid #aaa;
  width: 100%;
  position: relative;
  text-align: left;
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
}
.sidebar-area .accordion-btn.is-open .arrow-ico {
  rotate: 180deg;
}
.sidebar-area .accordion-btn .arrow-ico {
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  width: 17px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.sidebar-area .category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 0 30px 0;
}
.sidebar-area .category-list li {
  min-width: 148px;
}
.sidebar-area .category-list.short li {
  min-width: 95px;
}

.home .ttl-area {
  border-bottom: 1px solid #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
.home .ttl-area .ttl {
  font-size: 32px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .ttl-area .ttl-number {
  color: #AAA;
  font-size: 16px;
  font-weight: bold;
  margin-left: 26px;
}
.home .order-area {
  position: relative;
}
.home .order-area .order-btn {
  background: #fff;
  border: 1px solid #AAA;
  border-radius: 5px;
  padding: 18px 50px;
  position: relative;
  width: 250px;
  font-size: 16px;
  z-index: 2;
}
.home .order-area .order-btn .arrow-ico {
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  width: 17px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  rotate: 180deg;
}
.home .order-area .order-list {
  border: 1px solid #AAA;
  background: #fff;
  position: absolute;
  width: 100%;
  top: calc(100% - 5px);
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.home .order-area .order-list.is-active {
  opacity: 1;
  pointer-events: auto;
}
.home .order-area .order-list li {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .order-area .order-list li:first-child {
  padding-top: 15px;
}
.home .order-area .order-list li + li {
  border-top: 1px solid #aaa;
}
.home .btn-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .top-link {
  font-size: 14px;
  color: #AAAAAA;
  margin: 20px 0 50px 0;
  position: relative;
}
.home .top-link a {
  margin-right: 15px;
}
.home .top-link .location {
  margin-left: 20px;
}
.home .top-link .arrow-ico {
  background: url(../img/ico-arrow-gray.svg) no-repeat center/contain;
  position: absolute;
  width: 6px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.home .information-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 50px;
}
.home .information-area .information-wrap {
  width: calc((100% - 50px) / 2);
}
.home .information-area .information-wrap .information {
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .information-area .information-wrap .information .check-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .information-area .information-wrap .information .check-ico .uses {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .information-area .information-wrap .information .check-ico .uses p {
  padding-right: 20px;
  border-right: 1px solid #AAA;
}
.home .information-area .information-wrap .information .check-ico .uses .check {
  margin-left: 20px;
  width: 19px;
  height: 19px;
  position: relative;
}
.home .information-area .information-wrap .information .check-ico .uses .check::before, .home .information-area .information-wrap .information .check-ico .uses .check::after {
  background: no-repeat center/contain;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.home .information-area .information-wrap .information .check-ico .uses .check::before {
  background-image: url(../img/ico-check-green.svg);
  opacity: 0;
}
.home .information-area .information-wrap .information .check-ico .uses .check::after {
  background-image: url(../img/ico-check-gray.svg);
}
.home .information-area .information-wrap .information .check-ico .uses .check.is-active::before {
  opacity: 1;
}
.home .information-area .information-wrap .information .check-ico .uses .check.is-active::after {
  opacity: 0;
}
.home .information-area .information-wrap .information .check-ico .number {
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}
.home .information-area .information-wrap .information .check-ico .like {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}
.home .information-area .information-wrap .information .check-ico .like p {
  padding-right: 20px;
  border-right: 1px solid #AAA;
}
.home .information-area .information-wrap .information .check-ico .like .star {
  margin-left: 20px;
  width: 19px;
  height: 19px;
  margin-right: 15px;
  position: relative;
}
.home .information-area .information-wrap .information .check-ico .like .star::before, .home .information-area .information-wrap .information .check-ico .like .star::after {
  background: no-repeat center/contain;
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
}
.home .information-area .information-wrap .information .check-ico .like .star::before {
  background-image: url(../img/ico-star-yellow.svg);
  opacity: 0;
}
.home .information-area .information-wrap .information .check-ico .like .star::after {
  background-image: url(../img/ico-star-gray.svg);
}
.home .information-area .information-wrap .information .check-ico .like .star.is-active::before {
  opacity: 1;
}
.home .information-area .information-wrap .information .check-ico .like .star.is-active::after {
  opacity: 0;
}
.home .information-area .information-list {
  font-weight: 700;
}
.home .information-area .information-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #AAA;
}
.home .information-area .information-list li .ttl {
  width: 112px;
  border-right: 1px solid #AAA;
}
.home .information-area .information-list li .txt {
  margin-left: 20px;
}
.home .information-area .information-list li .category-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-left: 20px;
}
.home .information-area .information-list li .category-block .category {
  padding: 3px 20px;
  border: 1px solid #AAA;
  border-radius: 50px;
}
.home .information-area .information-list li .category-block .category:hover {
  border: 1px solid #B41D23;
}
.home .information-area .information-list li .category-block .category, .home .information-area .information-list li .category-block .category::before, .home .information-area .information-list li .category-block li::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .information-area .c-btn02 {
  margin-top: 20px;
}
.home .similar-area {
  background-color: #EAEAEA;
  padding: 34px 0 26px 0;
  margin-bottom: 50px;
}
.home .similar-area .ttl02 {
  margin-bottom: 20px;
}
.home .similar-area .similar-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.home .similar-area .similar-list li {
  overflow: hidden;
}
.home .similar-area .similar-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.home .similar-area .similar-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .similar-area .see-more-block {
  text-align: center;
}
.home .similar-area .see-more-block .see-more {
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  margin: auto;
  padding-right: 20px;
}
.home .similar-area .see-more-block .see-more .arrow-ico {
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  position: absolute;
  width: 12px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  rotate: 90deg;
}
.home .connexion-area .ttl03 {
  margin-bottom: 20px;
}
.home .connexion-area .connexion-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 10px;
  margin-bottom: 100px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .connexion-area .connexion-list li a {
  background-color: #EAEAEA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
}
.home .connexion-area .connexion-list li a:hover {
  background-color: #d7d7d7;
}
.home .connexion-area .connexion-list li, .home .connexion-area .connexion-list li::before, .home .connexion-area .connexion-list li::after {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

footer {
  padding: 50px 0;
  border-top: 1px solid #AAAAAA;
}

/* -----------------------------------------------
* regist Module
* image regist
-------------------------------------------------- */
.image-upload-area {
  margin: 50px;
  padding: 40px;
  border: 4px dashed #bf8f41;
  border-radius: 10px;
}
.image-upload-area .text {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: #bf8f41;
  text-align: center;
}
.image-upload-area .image-upload-label {
  display: none;
}
.image-upload-area.dragover {
  background: #bf8f41;
  color: #fff;
}
.image-upload-area.dragover .text {
  color: #fff;
}

.upload-result-table {
  margin-top: 50px;
  border-collapse: collapse;
  width: 100%;
}
.upload-result-table th, .upload-result-table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.upload-result-table th {
  background: #bf8f41;
  color: #fff;
}
.upload-result-table td {
  text-align: center;
}

.js-based {
  display: none;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1360px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .article-img-block .img-wrap .img-box a:hover img {
    scale: 1.1;
  }
  .sidebar-area .sidemenu-btn:hover {
    color: #B41D23;
  }
  .sidebar-area .accordion-btn:hover {
    color: #B41D23;
  }
  .home .order-area .order-btn:hover {
    color: #B41D23;
  }
  .home .order-area .order-list li:hover {
    color: #B41D23;
  }
  .home .similar-area .similar-list li a:hover img {
    scale: 1.1;
  }
}

@media only screen and (max-width: 1500px) {
  .c-search {
    width: 30vw;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */