@charset "UTF-8";
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.装飾
 * 7.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #FFF;
  line-height: 1.5;
}

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

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}

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

fieldset, img, svg {
  border: 0;
}

address, caption, cite, dfn, em, strong, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

input[type=submit], input[type=button], input[type=reset] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

article, aside, footer, header, nav, section {
  display: block;
}

img, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  color: #1D2022;
  scroll-behavior: smooth;
  scroll-padding-top: 9.8rem;
}
@media only screen and (max-width: 1099px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 780px) {
  html {
    height: 100%;
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
}
@media only screen and (max-width: 780px) {
  body {
    font-size: 1.5rem;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: #1D2022;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a img {
  transition: opacity 0.3s;
}
a:hover img {
  opacity: 0.6;
}

@media only screen and (max-width: 900px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 1279px) {
  .pc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  .pc_tb {
    display: none !important;
  }
}

@media only screen and (min-width: 901px) {
  .tb_sp {
    display: none !important;
  }
}

@media only screen and (min-width: 781px) {
  .sp {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
}
@media only screen and (min-width: 781px) {
  .inner {
    width: 1300px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 780px) {
  .inner {
    width: 92%;
  }
}

@media only screen and (min-width: 781px) {
  .row:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  .row .col.main_content {
    width: 960px;
    float: right;
  }
}
@media only screen and (max-width: 780px) {
  .row .col.main_content + .sidebar {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 781px) {
  .row .col.sidebar {
    width: 248px;
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .row .col.sidebar + .main_content {
    margin-top: 5rem;
  }
}

.midashi01 {
  margin-bottom: 2.2em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #D01717;
}
@media only screen and (max-width: 780px) {
  .midashi01 {
    margin-bottom: 1.7em;
    font-size: 1.7rem;
  }
}
.midashi01 > span {
  display: inline-block;
}
.midashi01 > span span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #000000;
  display: block;
}
@media only screen and (max-width: 780px) {
  .midashi01 > span span {
    font-size: 3.5rem;
  }
}
@media only screen and (min-width: 781px) {
  .midashi01.bar {
    overflow: hidden;
  }
  .midashi01.bar > span {
    padding: 0 4em;
    position: relative;
  }
  .midashi01.bar > span:before, .midashi01.bar > span:after {
    width: 999px;
    height: 1px;
    content: "";
    background-color: #C3C3C3;
    position: absolute;
    top: 50%;
  }
  .midashi01.bar > span:before {
    right: 100%;
  }
  .midashi01.bar > span:after {
    left: 100%;
  }
}
.midashi02 {
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
  background-color: #000000;
}
@media only screen and (min-width: 781px) {
  .midashi02 {
    margin-bottom: 2em;
    padding: 0.3em 1em;
    font-size: 2.2rem;
    border-radius: 0.4rem;
  }
}
@media only screen and (max-width: 780px) {
  .midashi02 {
    width: 108.6%;
    margin: 0 -4.3% 1em -4.3%;
    padding: 0.58em 1em;
    font-size: 1.8rem;
  }
}
.midashi02 span {
  margin-left: 1em;
  padding: 0.25em 0.625em;
  font-size: 0.72em;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0.2rem;
  display: inline-block;
  vertical-align: 0.15em;
}

.btn01 {
  width: 38.4rem;
  padding: 1em 1em 1em 3.5em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  border: solid 1px #C4C4C4;
  border-radius: 0.4rem;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn01 {
    width: 29.4rem;
  }
}
.btn01:after {
  width: 1em;
  height: 1em;
  margin-left: 1.5em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 781px) {
  .btn01:hover {
    color: #ffffff !important;
    background-color: #000000;
  }
  .btn01:hover:after {
    background-image: url("../img/icon_arrow02.png");
  }
}
.btn02 {
  width: 38.4rem;
  padding: 1em 1em 1em 3.5em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  border-radius: 0.4rem;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .btn02 {
    width: 29.4rem;
  }
}
.btn02:after {
  width: 1em;
  height: 1em;
  margin-left: 1.5em;
  content: "";
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.1em;
}
@media only screen and (min-width: 781px) {
  .btn02:hover {
    color: #ffffff !important;
    background-color: #000000;
  }
  .btn02:hover:after {
    background-image: url("../img/icon_arrow02.png");
  }
}

/* フェードイン */
.fadeIn {
  opacity: 0;
  transition: opacity 0.9s ease-out 0.1s;
}
.fadeIn.view {
  opacity: 1;
}

/*アコーディオン　ベース*/
.acc .acc_body {
  display: none;
}
.acc.open .acc_body {
  display: block;
}

/*検索窓 VKフィルターサーチ　スタイル調整*/
.vkfs {
  width: 100% !important;
  margin: 0 !important;
  padding: 0.8rem;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  letter-spacing: -0.4em;
  background-color: #F4F4F4;
  border: solid 1px #E6E6E6;
}
.vkfs .vkfs__labels {
  width: calc(100% - 6rem) !important;
  height: 3.2rem !important;
  margin-right: 1rem;
  letter-spacing: normal;
  display: inline-block !important;
  vertical-align: top;
}
.vkfs .vkfs__outer-wrap {
  width: 100% !important;
}
.vkfs .vkfs__label-name {
  display: none !important;
}
.vkfs :is(input[type=text]) {
  height: 3.2rem !important;
  padding: 0 !important;
  font-weight: 500 !important;
  line-height: 3.2rem;
  background-color: transparent !important;
  border: none !important;
}
.vkfs .btn[type=submit] {
  width: 5rem !important;
  height: 3.2rem;
  margin: 0 !important;
  padding: 0 0 0 0.5em !important;
  color: #ffffff;
  background-color: #000000;
  display: inline-block !important;
  vertical-align: top;
}

/*ページネーション*/
.pagination {
  text-align: center;
  letter-spacing: -0.4em;
}
.pagination > * {
  display: inline-block;
  letter-spacing: normal;
}
.pagination > * {
  width: 4.3rem;
  height: 4.3rem;
  margin: 0 0.4rem;
  font-family: "Montserrat", sans-serif;
  line-height: 4.3rem;
  text-align: center;
  background-color: #F0F0F0;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .pagination > * {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0.4rem !important;
    line-height: 3.6rem;
  }
}
.pagination .current {
  color: #ffffff;
  background-color: #000000;
}
.pagination .dots {
  line-height: 3.5rem;
}
.pagination .prev, .pagination .next {
  background-image: url("../img/icon_arrow01.png");
  background-size: 1rem auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .pagination .prev, .pagination .next {
    background-size: 0.8rem auto;
  }
}
.pagination .prev {
  margin-right: 2rem;
  transform: scaleX(-1);
}
.pagination .next {
  margin-left: 2rem;
}
.pagination a:hover {
  opacity: 0.6;
}

/*フォームベース*/
.wpcf7-text, .input-text {
  width: 100%;
  padding: 0.75em;
  background-color: #F8F8F8;
  border-radius: 0.4rem;
}
.wpcf7-text::-moz-placeholder, .input-text::-moz-placeholder {
  color: #DEDEDE;
}
.wpcf7-text::placeholder, .input-text::placeholder {
  color: #DEDEDE;
}

.wpcf7-textarea, .input-textarea {
  width: 100%;
  height: 16em;
  padding: 0.75em;
  background-color: #F8F8F8;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 780px) {
  .wpcf7-textarea, .input-textarea {
    height: 8em;
  }
}
.wpcf7-textarea::-moz-placeholder, .input-textarea::-moz-placeholder {
  color: #DEDEDE;
}
.wpcf7-textarea::placeholder, .input-textarea::placeholder {
  color: #DEDEDE;
}

.wpcf7-select, .input-select {
  width: 100%;
  padding: 0.75em;
  background-color: #F8F8F8;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 2rem auto;
  border-radius: 0.4rem;
}

.wpcf7-radio, .radio_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-radio > *, .radio_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-radio > *, .radio_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-radio label input, .radio_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-radio label input:checked + span:after, .radio_group label input:checked + span:after {
  content: "";
}
.wpcf7-radio label input + span, .radio_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-radio label input + span:before, .radio_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-radio label input + span:after, .radio_group label input + span:after {
  width: 1.4rem;
  height: 1.4rem;
  content: none;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}

.wpcf7-checkbox, .wpcf7-acceptance, .check_group {
  margin-bottom: -1em;
  display: block;
  letter-spacing: -0.4em;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  display: inline-block;
  letter-spacing: normal;
}
.wpcf7-checkbox > *, .wpcf7-acceptance > *, .check_group > * {
  margin-right: 1em !important;
  margin-bottom: 1em !important;
}
.wpcf7-checkbox label input, .wpcf7-acceptance label input, .check_group label input {
  visibility: hidden;
  position: absolute;
  left: -9999999px;
}
.wpcf7-checkbox label input:checked + span:after, .wpcf7-acceptance label input:checked + span:after, .check_group label input:checked + span:after {
  content: "";
}
.wpcf7-checkbox label input + span, .wpcf7-acceptance label input + span, .check_group label input + span {
  padding-left: 4rem;
  display: inline-block;
  position: relative;
}
.wpcf7-checkbox label input + span:before, .wpcf7-acceptance label input + span:before, .check_group label input + span:before {
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background-color: #ffffff;
  border: solid 1px #DEDEDE;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-checkbox label input + span:after, .wpcf7-acceptance label input + span:after, .check_group label input + span:after {
  width: 1.6rem;
  height: 1rem;
  content: none;
  border-left: solid 0.2rem #000000;
  border-bottom: solid 0.2rem #000000;
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
  transform: rotate(-45deg);
}

/*ウーコマース　調整*/
.wc-block-components-checkout-place-order-button, .wc-block-cart__submit-button {
  color: #ffffff;
  background-color: #bc0404;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  padding-top: 9.8rem;
}
@media only screen and (max-width: 780px) {
  .container {
    overflow: hidden;
  }
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*サマリー*/
/*ヘッダーブロック*/
#header {
  width: 100%;
  height: 9.8rem;
  background-color: #ffffff;
  border-bottom: solid 1px #DEDEDE;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (min-width: 781px) {
  #header {
    min-width: 1300px;
  }
}
@media only screen and (min-width: 781px) {
  #header .inner {
    width: 100%;
    max-width: 1456px;
  }
}
#header .site_summary {
  width: 100%;
  height: 3.4rem;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 3.4rem;
  color: #ffffff;
  background: linear-gradient(to right, #D01817, #A30101);
}
@media only screen and (max-width: 780px) {
  #header .site_summary {
    padding-top: 0.4rem;
    font-size: 1rem;
    line-height: 1.15;
    white-space: nowrap;
  }
}
#header .site_summary .text {
  font-weight: 500;
}
#header .header_area {
  width: 100%;
  height: 6.4rem;
}
#header .header_area .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header_area .logo {
  width: 18rem;
}
@media only screen and (max-width: 780px) {
  #header .header_area .logo {
    width: 13.8rem;
  }
}
#header .header_area .logo img {
  opacity: 1 !important;
}
@media only screen and (max-width: 780px) {
  #header .header_area .header_right {
    margin-right: -4.5%;
  }
}
@media only screen and (min-width: 781px) {
  #header .header_area .header_right .pc_menu {
    display: flex;
    align-items: center;
  }
  #header .header_area .header_right .pc_menu .search {
    width: 26.8rem;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) {
  #header .header_area .header_right .pc_menu .search {
    width: 24.8rem;
  }
}
@media only screen and (min-width: 781px) {
  #header .header_area .header_right .pc_menu .menu_area {
    margin: 0 1em;
    display: table;
  }
  #header .header_area .header_right .pc_menu .menu_area > * {
    display: table-cell;
  }
  #header .header_area .header_right .pc_menu .menu_area li {
    width: 8.8rem;
    text-align: center;
    border-left: solid 1px #E6E6E6;
    border-right: solid 1px #E6E6E6;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1599px) {
  #header .header_area .header_right .pc_menu .menu_area li {
    width: 6.6rem;
  }
}
@media only screen and (min-width: 781px) {
  #header .header_area .header_right .pc_menu .menu_area li a {
    font-size: 1rem;
    font-weight: 500;
    display: block;
  }
  #header .header_area .header_right .pc_menu .menu_area li a:before {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 auto 0.2rem auto;
    content: "";
    background-size: cover;
    display: block;
  }
  #header .header_area .header_right .pc_menu .menu_area li a:hover {
    color: #D01717;
  }
  #header .header_area .header_right .pc_menu .menu_area li:nth-child(1) a:before {
    background-image: url("../img/header_icon01.png");
  }
  #header .header_area .header_right .pc_menu .menu_area li:nth-child(2) a:before {
    background-image: url("../img/header_icon02.png");
  }
  #header .header_area .header_right .pc_menu .menu_area li:nth-child(3) a:before {
    background-image: url("../img/header_icon03.png");
  }
  #header .header_area .header_right .pc_menu .menu_area li:nth-child(4) a {
    position: relative;
  }
  #header .header_area .header_right .pc_menu .menu_area li:nth-child(4) a:before {
    background-image: url("../img/header_icon04.png");
  }
  #header .header_area .header_right .pc_menu .menu_area li:nth-child(4) a span {
    width: 1.8em;
    height: 1.8em;
    margin-right: -2em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    border: solid 0.2em #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 50%;
  }
  #header .header_area .header_right .pc_menu .contact a {
    width: 16rem;
    height: 6.4rem;
    padding-top: 1em;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    display: block;
  }
  #header .header_area .header_right .pc_menu .contact a:before {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_mail02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.7em;
  }
  #header .header_area .header_right .pc_menu .contact a:hover {
    background-color: #D01717;
  }
}
@media only screen and (max-width: 780px) {
  #header .header_area .header_right .sp_menu {
    display: flex;
  }
  #header .header_area .header_right .sp_menu .cart a {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.2rem;
    background-color: #000000;
    background-image: url("../img/header_icon04_white.png");
    background-size: 4rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    position: relative;
  }
  #header .header_area .header_right .sp_menu .cart a span {
    width: 1.6em;
    height: 1.6em;
    margin-top: 1em;
    margin-right: -1.8em;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border: solid 0.2em #000000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 50%;
  }
  #header .header_area .header_right .sp_menu .sp_menu_btn {
    width: 6.4rem;
    height: 6.4rem;
    background-image: url("../img/sp_menu_open.png");
    background-size: cover;
  }
  #header .header_area .header_right .sp_menu .sp_menu_btn.open {
    background-image: url("../img/sp_menu_close.png");
  }
  #header .header_area .header_right .sp_menu .sp_menu_btn.open + .menu_area {
    left: 0;
  }
  #header .header_area .header_right .sp_menu .menu_area {
    width: 100%;
    height: calc(100vh - 9.8rem);
    background-color: rgba(0, 0, 0, 0.9);
    overflow: auto;
    position: absolute;
    top: 100%;
    left: 100%;
    transition: left 0.5s;
  }
  #header .header_area .header_right .sp_menu .menu_area .in {
    width: 92%;
    margin: 0 auto;
    padding: 3.6rem 0;
  }
  #header .header_area .header_right .sp_menu .menu_area .in .search {
    margin-bottom: 4.8rem;
  }
  #header .header_area .header_right .sp_menu .menu_area .in .search .vkfs {
    background-color: #ffffff !important;
  }
  #header .header_area .header_right .sp_menu .menu_area .in dl {
    margin-bottom: 4.2rem;
  }
  #header .header_area .header_right .sp_menu .menu_area .in dl dt {
    margin-bottom: 2rem;
    font-family: "Montserrat", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #5F5F5F;
  }
  #header .header_area .header_right .sp_menu .menu_area .in dl dd a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
  }
  #header .header_area .header_right .sp_menu .menu_area .in dl dd + dd {
    margin-top: 2.1rem;
  }
  #header .header_area .header_right .sp_menu .menu_area .in .contact a {
    width: 100%;
    padding: 1.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    display: block;
  }
  #header .header_area .header_right .sp_menu .menu_area .in .contact a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.25em;
    content: "";
    background-image: url("../img/icon_mail01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.5em;
  }
}

/*フッターブロック*/
.bottom_bnr_area {
  margin: 10rem 0;
}
@media only screen and (max-width: 780px) {
  .bottom_bnr_area {
    margin: 3.6rem 0;
  }
}
@media only screen and (min-width: 781px) {
  .bottom_bnr_area ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .bottom_bnr_area ul li {
    width: 62rem;
  }
}
@media only screen and (max-width: 780px) {
  .bottom_bnr_area ul li + li {
    margin-top: 1em;
  }
}

.cta_block {
  color: #ffffff;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 781px) {
  .cta_block {
    min-width: 1300px;
    padding: 4rem 0;
    background-image: url("../img/cta_bg.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .cta_block {
    padding: 3.6rem 0 4.4rem 0;
    background-image: url("../img/cta_bg_sp.jpg");
  }
}
.cta_block h2 {
  margin-bottom: 1.13em;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .cta_block h2 {
    font-size: 1.7rem;
  }
}
.cta_block h2 span {
  margin-bottom: 0.4rem;
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  display: block;
}
@media only screen and (max-width: 780px) {
  .cta_block h2 span {
    font-size: 3.5rem;
  }
}
.cta_block p {
  margin-bottom: 1em;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .cta_block p {
    margin-bottom: 1.66em;
    font-size: 1.5rem;
    line-height: 1.33;
  }
}
.cta_block .btn {
  text-align: center;
}
.cta_block .btn a {
  width: 38.4rem;
  padding: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000 !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow03.png");
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: calc(100% - 2em) center;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .cta_block .btn a {
    width: 29.4rem;
    background-position: calc(100% - 3em) center;
  }
}
@media only screen and (min-width: 781px) {
  .cta_block .btn a:hover {
    color: #ffffff !important;
    background-color: #000000;
    background-image: url("../img/icon_arrow02.png");
  }
}

@media only screen and (max-width: 780px) {
  .sp_fix_contact {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
  }
  .sp_fix_contact a {
    padding: 1.4em;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #ffffff;
    background-color: #000000;
    display: block;
  }
  .sp_fix_contact a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.5em;
    content: "";
    background-image: url("../img/icon_mail02.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.5em;
  }
  .sp_fix_contact a:after {
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    content: "";
    background-color: #ffffff;
    background-image: url("../img/icon_arrow01.png");
    background-size: cover;
    border: solid 0.2rem #ffffff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -0.1em;
  }
}

#footer {
  padding: 7.2rem 0;
  color: #ffffff;
  background-color: #111111;
}
@media only screen and (min-width: 781px) {
  #footer {
    min-width: 1300px;
  }
}
@media only screen and (max-width: 780px) {
  #footer {
    padding: 4.4rem 0 10rem 0;
  }
}
@media only screen and (min-width: 781px) {
  #footer .inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    position: relative;
  }
}
#footer .footer_navi {
  display: flex;
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi {
    margin-bottom: 4.4rem;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl {
    width: 50%;
    margin-bottom: 4rem;
  }
  #footer .footer_navi dl:last-of-type {
    width: 100%;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi dl + dl {
    margin-left: 8rem;
  }
}
#footer .footer_navi dl dt {
  margin-bottom: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #5F5F5F;
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl dt {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
}
#footer .footer_navi dl dd {
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl dd {
    font-size: 1.6rem;
  }
}
#footer .footer_navi dl dd a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #footer .footer_navi dl dd a:hover {
    color: #D01717;
  }
}
#footer .footer_navi dl dd + dd {
  margin-top: 1.7rem;
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi dl dd + dd {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_navi .contact {
    width: 100%;
    max-width: 34.2rem;
    margin: 0 auto;
  }
  #footer .footer_navi .contact a {
    padding: 1.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border-radius: 0.2rem;
    display: block;
  }
  #footer .footer_navi .contact a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.5em;
    content: "";
    background-image: url("../img/icon_mail01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.5em;
  }
  #footer .footer_navi .contact a:after {
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
    content: "";
    background-color: #000000;
    background-image: url("../img/icon_arrow02.png");
    background-size: cover;
    border: solid 0.2rem #000000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -0.1em;
  }
}
@media only screen and (max-width: 780px) {
  #footer .footer_content {
    margin-bottom: 3rem;
  }
}
#footer .footer_content .logo {
  width: 20rem;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .logo {
    margin: 0 auto 1.2rem auto;
  }
}
#footer .footer_content .logo img {
  opacity: 1 !important;
}
#footer .footer_content address {
  margin-bottom: 8.4rem;
  font-size: 1.3rem;
  font-weight: 500;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content address {
    margin-bottom: 3.2rem;
    font-size: 1.2rem;
    text-align: center;
  }
}
#footer .footer_content .text h2 {
  margin-bottom: 0.5em;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  #footer .footer_content .text h2 {
    margin-bottom: 0.6em;
    font-size: 1.4rem;
    text-align: center;
  }
}
#footer .footer_content .text p {
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 781px) {
  #footer .footer_bottom {
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
}
@media only screen and (min-width: 781px) {
  #footer .footer_bottom .contact {
    margin-bottom: 2.2rem;
  }
  #footer .footer_bottom .contact a {
    width: 22.4rem;
    padding: 0.8rem;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    color: #000000;
    background-color: #ffffff;
    border-radius: 0.4rem;
    display: block;
  }
  #footer .footer_bottom .contact a:before {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 1em;
    content: "";
    background-image: url("../img/icon_mail01.png");
    background-size: cover;
    display: inline-block;
    vertical-align: -0.6em;
  }
  #footer .footer_bottom .contact a:after {
    width: 1.2em;
    height: 1.2em;
    margin-left: 1em;
    content: "";
    background-color: #000000;
    background-image: url("../img/icon_arrow02.png");
    background-size: cover;
    border: solid 0.2rem #000000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: -0.2em;
  }
  #footer .footer_bottom .contact a:hover {
    color: #ffffff !important;
    background-color: #D01717;
  }
  #footer .footer_bottom .contact a:hover:before {
    background-image: url("../img/icon_mail02.png");
  }
  #footer .footer_bottom .contact a:hover:after {
    background-color: #ffffff;
    border: solid 0.2rem #ffffff;
    background-image: url("../img/icon_arrow03.png");
  }
}
#footer .footer_bottom .link {
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  #footer .footer_bottom .link {
    text-align: center;
  }
}
#footer .footer_bottom .link a {
  color: #ffffff;
}
@media only screen and (min-width: 781px) {
  #footer .footer_bottom .link a:hover {
    text-decoration: underline;
  }
}
#footer .footer_bottom .copyright {
  font-size: 1.2rem;
  text-align: right;
  color: #535353;
}
@media only screen and (max-width: 780px) {
  #footer .footer_bottom .copyright {
    font-size: 1rem;
    text-align: center;
  }
}

/*サイドバーブロック*/
@media only screen and (min-width: 781px) {
  .sidebar {
    position: sticky;
    top: 10rem;
  }
}
@media only screen and (max-width: 780px) {
  .sidebar {
    width: 108.6%;
    margin: 0 -4.3%;
  }
}
.sidebar .search {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 780px) {
  .sidebar .search {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sidebar .cate_list {
  background-color: #F0F0F0;
}
@media only screen and (min-width: 781px) {
  .sidebar .cate_list {
    border-radius: 0.4rem 0.4rem 0 0;
  }
}
.sidebar .cate_list {
  overflow: hidden;
}
.sidebar .cate_list dt {
  padding: 1em;
  color: #ffffff;
  background: linear-gradient(to right, #D01817, #A30101);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .cate_list dt span {
  font-size: 1.8rem;
  font-weight: 700;
}
.sidebar .cate_list dt a {
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .sidebar .cate_list dt a {
    font-size: 1.3rem;
  }
}
.sidebar .cate_list dt a:before {
  width: 1.16em;
  height: 1.16em;
  margin-right: 0.5em;
  content: "";
  background-image: url("../img/icon_square01.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
@media only screen and (min-width: 781px) {
  .sidebar .cate_list dt a:hover {
    text-decoration: underline;
  }
}
.sidebar .cate_list dd {
  border-bottom: solid 1px #DBDBDB;
  font-size: 1.5rem;
  position: relative;
}
@media only screen and (max-width: 780px) {
  .sidebar .cate_list dd {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 781px) {
  .sidebar .cate_list dd:last-child {
    border-bottom: none;
  }
}
.sidebar .cate_list dd a {
  padding: 1em;
  font-weight: 500;
  display: block;
}
@media only screen and (max-width: 780px) {
  .sidebar .cate_list dd a {
    padding: 0.7em 1em;
  }
}
@media only screen and (min-width: 781px) {
  .sidebar .cate_list dd a:hover {
    color: #D01717;
  }
}
.sidebar .cate_list dd .icon_arrow {
  width: 1em;
  height: 1em;
  background-image: url("../img/icon_arrow01.png");
  background-size: cover;
  transform: rotate(90deg);
  position: absolute;
  top: 1.25em;
  right: 1em;
}
@media only screen and (max-width: 780px) {
  .sidebar .cate_list dd .icon_arrow {
    top: 0.875em;
  }
}
.sidebar .cate_list dd > ul {
  background-color: #F8F8F8;
}
.sidebar .cate_list dd > ul li {
  border-top: solid 1px #DBDBDB;
}
.sidebar .cate_list dd > ul li a {
  padding: 1em 1em 1em 2em;
  background-image: url("../img/icon_sankaku01.png");
  background-size: 0.9rem auto;
  background-repeat: no-repeat;
  background-position: 1em center;
}
@media only screen and (max-width: 780px) {
  .sidebar .cate_list dd > ul li a {
    padding: 0.7em 1em 0.7em 2.5em;
    font-size: 0.88em;
    background-position: 1.5em center;
  }
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*TOPページ*/
.p-top__mv {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-top__mv {
    margin-bottom: 5rem;
  }
}
.p-top__mv .slider-pro {
  width: 100%;
}
@media only screen and (min-width: 781px) {
  .p-top__mv .slider-pro {
    min-width: 1300px;
  }
}
.p-top__mv .slider-pro .sp-arrows .sp-arrow {
  width: 4rem;
  height: 4rem;
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
}
.p-top__mv .slider-pro .sp-arrows .sp-arrow:before, .p-top__mv .slider-pro .sp-arrows .sp-arrow:after {
  content: none;
}
.p-top__mv .slider-pro .sp-arrows .sp-previous-arrow {
  left: calc((100vw - 1456px) / 2 - 20px);
}
@media only screen and (max-width: 1476px) {
  .p-top__mv .slider-pro .sp-arrows .sp-previous-arrow {
    left: 0;
  }
}
.p-top__mv .slider-pro .sp-arrows .sp-next-arrow {
  right: calc((100vw - 1456px) / 2 - 20px);
}
@media only screen and (max-width: 1476px) {
  .p-top__mv .slider-pro .sp-arrows .sp-next-arrow {
    right: 0;
  }
}
.p-top__bnr {
  margin-bottom: 6.4rem;
}
@media only screen and (min-width: 781px) {
  .p-top__bnr ul {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 781px) {
  .p-top__bnr ul li {
    width: 31.6%;
  }
}
@media only screen and (max-width: 780px) {
  .p-top__bnr ul li {
    margin-bottom: 2rem;
  }
  .p-top__bnr ul li:last-child {
    margin-bottom: 0;
  }
}
.p-top__bnr ul li a {
  display: block;
}
.p-top__bnr ul li a img {
  margin-bottom: 0.5em;
}
.p-top__bnr ul li a p {
  padding-right: 2em;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.28;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1.14em auto;
  background-position: right center;
}
.p-top__items .top_item_list + .top_item_list {
  margin-top: 8rem;
}
.p-top__items .top_item_list .midashi02 {
  margin-bottom: 0 !important;
}
.p-top__items .top_item_list ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-top__items .top_item_list ul:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-top__items .top_item_list ul li {
  width: 25%;
  padding: 4rem 1.6rem;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-top__items .top_item_list ul li {
    width: 50%;
    padding: 1.6rem 0.8rem;
  }
}
.p-top__items .top_item_list ul li a {
  display: block;
}
.p-top__items .top_item_list ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-top__items .top_item_list ul li .img > img,
.p-top__items .top_item_list ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__items .top_item_list ul li .text p {
  margin-bottom: 0.6em;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.33;
}
@media only screen and (max-width: 780px) {
  .p-top__items .top_item_list ul li .text p {
    font-size: 1.4rem;
  }
}
.p-top__items .top_item_list ul li .text .price {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 780px) {
  .p-top__items .top_item_list ul li .text .price {
    font-size: 2.2rem;
  }
}
.p-top__items .top_item_list ul li .text .price .tax_text {
  margin-left: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: normal;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-top__items .top_item_list ul li .text .price .tax_text {
    font-size: 1.3rem;
  }
}
.p-top__items .top_item_list .btn {
  margin-top: 1.6rem;
  text-align: center;
}

/*下層ページ*/
.pagetitle {
  margin-bottom: 1em;
  background-image: url("../img/pagetitle_bg.jpg");
  background-size: cover;
  background-position: center center;
}
.pagetitle h1 {
  padding: 4.8rem 0 5.7rem 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #ffffff;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 {
    font-size: 1.7rem;
  }
}
.pagetitle h1 span {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  display: block;
}
@media only screen and (max-width: 780px) {
  .pagetitle h1 span {
    font-size: 3.5rem;
  }
}

.pankuzu {
  margin-bottom: 5.7rem;
}
.pankuzu .inner {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.4em;
}
.pankuzu .inner > * {
  display: inline-block;
  letter-spacing: normal;
}
.pankuzu a:after {
  margin: 0 1.5em;
  content: "＞";
  font-size: 0.66em;
  display: inline-block;
  vertical-align: 0.1em;
}
.pankuzu span {
  color: #BEBEBE;
}

.p-service__intro {
  margin-bottom: 4.4rem;
  padding: 4rem 6.4rem 3.2rem 6.4rem;
  color: #ffffff;
  background-image: url("../img/service/bnr_area_bg.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-service__intro {
    margin-bottom: 3rem;
    padding: 2rem 1.5rem;
  }
}
.p-service__intro h2 {
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__intro h2 {
    font-size: 2rem;
  }
}
.p-service__intro h2:after {
  width: 7em;
  height: 0.2rem;
  margin: 0.5em auto 0 auto;
  content: "";
  background-color: #ffffff;
  display: block;
}
.p-service__intro h2 + p {
  margin-bottom: 1.5em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-service__intro h2 + p {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__intro ul {
    display: flex;
    justify-content: space-between;
  }
}
.p-service__intro ul li {
  border-radius: 0.8rem;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
@media only screen and (min-width: 781px) {
  .p-service__intro ul li {
    width: 48.5%;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__intro ul li + li {
    margin-top: 2rem;
  }
}
.p-service__flow {
  margin-bottom: 8rem;
  padding: 3.6rem 3.2rem;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__flow {
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__flow .midashi01 {
    margin-bottom: 2.6em;
  }
}
.p-service__flow ol {
  display: flex;
  flex-wrap: wrap;
}
.p-service__flow ol li {
  padding: 1em;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.8rem;
  position: relative;
}
.p-service__flow ol li:before {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.9rem;
  content: "";
  background-image: url("../img/icon_sankaku02.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 104%;
}
@media only screen and (max-width: 780px) {
  .p-service__flow ol li:before {
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 -0.5rem;
    top: -1.3rem;
    left: 50%;
    transform: rotate(90deg);
  }
}
.p-service__flow ol li:first-child:before {
  content: none;
}
@media only screen and (min-width: 781px) {
  .p-service__flow ol li {
    width: 22.3%;
    margin-right: 3.6%;
  }
  .p-service__flow ol li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__flow ol li {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
.p-service__flow ol li .num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-service__flow ol li .num {
    font-size: 2rem;
  }
}
.p-service__flow ol li .num:before, .p-service__flow ol li .num:after {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.5em;
  content: "";
  background-color: #D01717;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.2em;
}
.p-service__flow ol li .fig {
  width: 7.2rem;
  margin: 1em auto;
}
.p-service__flow ol li h3 {
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-service__flow ol li p {
  font-size: 0.9375em;
  line-height: 1.33;
  letter-spacing: 0.03em;
}
.p-service__flow .annotation {
  margin-top: 1.6em;
  font-size: 1.2rem;
  text-align: right;
}
@media only screen and (max-width: 780px) {
  .p-service__flow .annotation {
    margin-top: 0;
  }
}
.p-service__price {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__price {
    margin-bottom: 4rem;
  }
}
.p-service__price table {
  width: 77.4rem;
  margin: 0 auto 4rem auto;
  font-size: 1.8rem;
}
@media only screen and (max-width: 780px) {
  .p-service__price table {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.p-service__price table thead th {
  padding: 1em;
  font-weight: 500;
  color: #ffffff;
  background-color: #000000;
  border: solid 1px #D8D8D8;
}
.p-service__price table thead td {
  padding: 1em;
  font-weight: 500;
  background-color: #E8E8E8;
  border: solid 1px #D8D8D8;
}
.p-service__price table tbody th {
  padding: 1em;
  font-weight: 500;
  color: #ffffff;
  vertical-align: top;
  background-color: #D01717;
  border: solid 1px #D8D8D8;
}
.p-service__price table tbody td {
  padding: 1em;
  font-weight: 500;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
}
.p-service__price .btn {
  text-align: center;
}
.p-service__faq .faq_group + .faq_group {
  margin-top: 7.2rem;
}
@media only screen and (max-width: 780px) {
  .p-service__faq .faq_group + .faq_group {
    margin-top: 3.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-service__faq .faq_group .midashi02 {
    margin-bottom: 1.45em;
  }
}
.p-service__faq .faq_group ul li {
  padding: 2.5rem 4rem;
  border: solid 1px #C3C3C3;
}
@media only screen and (max-width: 780px) {
  .p-service__faq .faq_group ul li {
    padding: 1.5rem 1rem 1.5rem 2rem;
  }
}
.p-service__faq .faq_group ul li + li {
  margin-top: 0.5em;
}
.p-service__faq .faq_group ul li .faq_q {
  padding: 0.2rem 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.77;
  letter-spacing: 0.03em;
  background-image: url("../img/faq_q.png");
  background-repeat: no-repeat;
  background-size: 3.2rem auto;
  background-position: 0 0.1em;
  position: relative;
}
.p-service__faq .faq_group ul li .faq_q:after {
  width: 3.8rem;
  height: 3.8rem;
  content: "";
  background-image: url("../img/icon_plus01.png");
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 780px) {
  .p-service__faq .faq_group ul li .faq_q:after {
    width: 2.8rem;
    height: 2.8rem;
  }
}
@media only screen and (max-width: 780px) {
  .p-service__faq .faq_group ul li .faq_q {
    padding: 0.2rem 4rem;
    font-size: 1.6rem;
    background-size: 2.6rem auto;
    background-position: 0 0.2em;
  }
}
.p-service__faq .faq_group ul li .faq_a {
  margin-top: 2rem;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
}
.p-service__faq .faq_group ul li.open .faq_q:after {
  background-image: url("../img/icon_minus01.png");
}

.p-donation__intro {
  margin-bottom: 4.4rem;
  padding: 4rem 6.4rem 3.2rem 6.4rem;
  color: #ffffff;
  background-image: url("../img/donation/intro_bg.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 780px) {
  .p-donation__intro {
    margin-bottom: 3rem;
    padding: 2rem 1.5rem;
  }
}
.p-donation__intro h2 {
  margin-bottom: 0.5em;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-donation__intro h2 {
    font-size: 2rem;
  }
}
.p-donation__intro h2:after {
  width: 7em;
  height: 0.2rem;
  margin: 0.5em auto 0 auto;
  content: "";
  background-color: #ffffff;
  display: block;
}
.p-donation__intro h2 + p {
  margin-bottom: 1.5em;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-donation__intro h2 + p {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-donation__intro .btn {
  text-align: center;
}
.p-donation__purpose {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-donation__purpose {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-donation__purpose .content:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-width: 781px) {
  .p-donation__purpose .content .img {
    width: 43.2rem;
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .p-donation__purpose .content .img {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-donation__purpose .content .text {
    width: 48rem;
    float: right;
  }
}
.p-donation__purpose .content .text h3 {
  margin-bottom: 0.65em;
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-donation__purpose .content .text h3 {
    font-size: 2rem;
  }
}
.p-donation__purpose .content .text p {
  letter-spacing: 0.03em;
  line-height: 1.43;
}
.p-donation__purpose .content .text p b {
  font-size: 1.125em;
  font-weight: 700;
}
.p-donation__whats {
  margin-bottom: 8rem;
  padding: 3.6rem 3.2rem;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-donation__whats {
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
.p-donation__whats h3 {
  margin-bottom: 1.38em;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 780px) {
  .p-donation__whats h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-donation__whats ul {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
  }
}
.p-donation__whats ul li {
  font-weight: 700;
  background-color: #ffffff;
  background-image: url("../img/icon_check01.png");
  background-repeat: no-repeat;
  border: solid 1px #EAEAEA;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 781px) {
  .p-donation__whats ul li {
    width: 32.7%;
    margin: 0 0.95% 0.8rem 0;
    padding: 1.5rem 1.5rem 1.5rem 5.6rem;
    font-size: 1.8rem;
    background-size: 2.4rem auto;
    background-position: 1.6rem 1.6rem;
  }
  .p-donation__whats ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-donation__whats ul li {
    margin-bottom: 1rem;
    padding: 1.2rem 1.2rem 1.2rem 4rem;
    font-size: 1.6rem;
    background-size: 2rem auto;
    background-position: 1rem 1.4rem;
  }
}
.p-donation__whats ul li span {
  margin-left: 0.5em;
  font-size: 0.66em;
  font-weight: 400;
  display: inline-block;
}
.p-donation__whats .annotation {
  font-size: 1.2rem;
}
.p-donation__flow ol {
  display: flex;
  flex-wrap: wrap;
}
.p-donation__flow ol li {
  padding: 1.5em;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #E3E3E3;
  border-radius: 0.8rem;
  position: relative;
}
.p-donation__flow ol li:before {
  width: 1.8rem;
  height: 1.8rem;
  margin-top: -0.9rem;
  content: "";
  background-image: url("../img/icon_sankaku02.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 106%;
}
@media only screen and (max-width: 780px) {
  .p-donation__flow ol li:before {
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 -0.5rem;
    top: -1.3rem;
    left: 50%;
    transform: rotate(90deg);
  }
}
.p-donation__flow ol li:first-child:before {
  content: none;
}
@media only screen and (min-width: 781px) {
  .p-donation__flow ol li {
    width: 30%;
    margin-right: 5%;
  }
  .p-donation__flow ol li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 780px) {
  .p-donation__flow ol li {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
.p-donation__flow ol li .num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-donation__flow ol li .num {
    font-size: 2rem;
  }
}
.p-donation__flow ol li .num:before, .p-donation__flow ol li .num:after {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.5em;
  content: "";
  background-color: #D01717;
  border-radius: 50%;
  display: inline-block;
  vertical-align: 0.2em;
}
.p-donation__flow ol li .fig {
  width: 7.2rem;
  margin: 1em auto;
}
.p-donation__flow ol li h3 {
  margin-bottom: 0.5em;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.p-donation__flow ol li p {
  font-size: 0.9375em;
  line-height: 1.33;
  letter-spacing: 0.03em;
}

.p-product__list .midashi02 {
  margin-bottom: 0 !important;
}
.p-product__list ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.p-product__list ul:after {
  width: 100%;
  height: 1px;
  content: "";
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-product__list ul li {
  width: 25%;
  padding: 4rem 1.6rem;
  border-bottom: solid 1px #DEDEDE;
}
@media only screen and (max-width: 780px) {
  .p-product__list ul li {
    width: 50%;
    padding: 1.6rem 0.8rem;
  }
}
.p-product__list ul li a {
  display: block;
}
@media only screen and (min-width: 781px) {
  .p-product__list ul li a:hover .text .btn {
    color: #ffffff;
    background-color: #000000;
  }
}
.p-product__list ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 0.4rem;
  overflow: hidden;
}
.p-product__list ul li .img > img,
.p-product__list ul li .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-product__list ul li .text .name {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.33;
}
@media only screen and (max-width: 780px) {
  .p-product__list ul li .text .name {
    font-size: 1.4rem;
  }
}
.p-product__list ul li .text .cate {
  margin-top: 0.5em;
  letter-spacing: -0.4em;
}
.p-product__list ul li .text .cate > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-product__list ul li .text .cate > span {
  padding: 0.25em 0.5em;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #000000;
  border-radius: 0.4rem;
}
.p-product__list ul li .text .cate > span span {
  margin-left: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 0.875em;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0.2rem;
  display: inline-block;
}
.p-product__list ul li .text .btn {
  margin-top: 1.3em;
  padding: 0.66em;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  border: solid 1px #C4C4C4;
  border-radius: 0.4rem;
}
.p-product__list .pagination {
  margin-top: 3rem;
}
@media only screen and (min-width: 781px) {
  .p-product__detail .content {
    margin-bottom: 8rem;
  }
  .p-product__detail .content:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 781px) {
  .p-product__detail .content .img_area {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .img_area {
    margin-bottom: 3rem;
  }
}
.p-product__detail .content .img_area .img {
  width: 100%;
  height: auto;
  margin-bottom: 2.4rem;
  padding: 1rem;
  text-align: center;
  border: solid 1px #D5D5D5;
  border-radius: 0.8rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-product__detail .content .img_area .img > img,
.p-product__detail .content .img_area .img > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-product__detail .content .img_area .thumbnail {
  letter-spacing: -0.4em;
}
.p-product__detail .content .img_area .thumbnail > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-product__detail .content .img_area .thumbnail li {
  width: 18.3%;
  height: auto;
  margin: 0 2.125% 2.125% 0;
  aspect-ratio: 1/1;
  border: solid 1px #D5D5D5;
  border-radius: 0.8rem;
  overflow: hidden;
}
.p-product__detail .content .img_area .thumbnail li > img,
.p-product__detail .content .img_area .thumbnail li > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-product__detail .content .img_area .thumbnail li:nth-child(5n) {
  margin-right: 0;
}
.p-product__detail .content .img_area .thumbnail li.current {
  border-color: #000000;
}
@media only screen and (min-width: 781px) {
  .p-product__detail .content .text_area {
    width: 50%;
    padding-left: 5.6rem;
    float: right;
  }
}
.p-product__detail .content .text_area h2 {
  margin-bottom: 1em;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.46;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area h2 {
    font-size: 2rem;
  }
}
.p-product__detail .content .text_area .tag {
  letter-spacing: -0.4em;
}
.p-product__detail .content .text_area .tag > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-product__detail .content .text_area .tag a {
  margin: 0 1em 1em 0;
  padding: 0.1em 0.5em;
  font-size: 1.2rem;
  color: #0A6FC6;
  border: solid 1px #0A6FC6;
}
.p-product__detail .content .text_area .price {
  letter-spacing: -0.4em;
}
.p-product__detail .content .text_area .price > * {
  display: inline-block;
  letter-spacing: normal;
}
.p-product__detail .content .text_area .price .price_label {
  margin-right: 1em;
  font-weight: 500;
  vertical-align: 0.4em;
}
.p-product__detail .content .text_area .price .amount {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  vertical-align: 0;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area .price .amount {
    font-size: 2.4rem;
  }
}
.p-product__detail .content .text_area .price .tax_text {
  margin-left: 0.5em;
  font-size: 0.9375em;
  font-weight: 500;
  vertical-align: 0;
}
.p-product__detail .content .text_area .link {
  margin: 0.5em 0 2em 0;
  font-size: 0.9375em;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.p-product__detail .content .text_area .link a {
  color: #0A6FC6;
}
.p-product__detail .content .text_area .link a:after {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  content: "";
  background-image: url("../img/icon_arrow04.png");
  background-size: cover;
  display: inline-block;
  vertical-align: -0.15em;
}
@media only screen and (min-width: 781px) {
  .p-product__detail .content .text_area .link a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area .btn_area form {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .p-product__detail .content .text_area .btn_area form > * {
    display: inline-block;
    letter-spacing: normal;
  }
}
.p-product__detail .content .text_area .btn_area form .variations .label {
  padding-right: 1em;
  font-size: 1rem;
}
.p-product__detail .content .text_area .btn_area form .variations select {
  padding: 0.25em 1.5em 0.25em 0.5em;
  font-size: 1rem;
  background-color: #F8F8F8;
  background-image: url("../img/form_select_icon.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5em) center;
  background-size: 0.75em auto;
  border: solid 1px #cccccc;
}
.p-product__detail .content .text_area .btn_area form .variations .reset_variations {
  margin-left: 1rem;
  font-size: 1rem;
}
.p-product__detail .content .text_area .btn_area form .quantity {
  margin-bottom: 1em;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area .btn_area form .quantity {
    margin-right: 1em;
  }
}
.p-product__detail .content .text_area .btn_area form .quantity .screen-reader-text {
  display: none;
}
.p-product__detail .content .text_area .btn_area form .quantity input[type=number] {
  width: 5em;
  padding: 0.25em 0 0.25em 0.5em;
  font-size: 1rem;
  border: solid 1px #cccccc;
}
.p-product__detail .content .text_area .btn_area form button[type=submit] {
  width: 20rem;
  height: 3.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #C4C4C4;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 781px) {
  .p-product__detail .content .text_area .btn_area form button[type=submit]:hover {
    color: #ffffff;
    background-color: #D01817;
    border-color: #D01817;
  }
}
.p-product__detail .content .text_area hr {
  width: 100%;
  height: 1px;
  margin: 3.5em 0;
  border: none;
  border-bottom: solid 1px #D5D5D5;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area hr {
    margin: 2em 0;
  }
}
.p-product__detail .content .text_area h3 {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area h3 {
    font-size: 1.6rem;
  }
}
.p-product__detail .content .text_area h3:before {
  width: 0.44em;
  height: 0.44em;
  margin-right: 0.5em;
  content: "";
  background-color: #000000;
  display: inline-block;
  vertical-align: 0.1em;
}
.p-product__detail .content .text_area .attribute {
  width: 100%;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area .attribute {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }
}
.p-product__detail .content .text_area .attribute tbody tr th {
  width: 13rem;
  padding-right: 1em;
  padding-bottom: 0.75em;
  font-weight: 700;
  vertical-align: top;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area .attribute tbody tr th {
    width: 30%;
  }
}
.p-product__detail .content .text_area .attribute tbody tr td {
  padding-bottom: 0.75em;
  vertical-align: top;
}
.p-product__detail .content .text_area .description {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 780px) {
  .p-product__detail .content .text_area .description {
    font-size: 1.2rem;
  }
}
.p-product__detail .content .text_area .description * + * {
  margin-top: 1em;
}
.p-product__detail .content .text_area .description ul {
  padding-left: 1em;
  list-style: disc outside;
}
.p-product__detail .content .text_area .description ol {
  padding-left: 1em;
  list-style: decimal outside;
}
.p-product__detail .btn {
  text-align: center;
}

.p-privacy-policy__rental_terms {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 780px) {
  .p-privacy-policy__rental_terms {
    margin-bottom: 4rem;
  }
}
.p-privacy-policy__rental_terms h3 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.p-privacy-policy__rental_terms p {
  margin-bottom: 2em;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
}
.p-privacy-policy__privacy-policy h3 {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.p-privacy-policy__privacy-policy p {
  margin-bottom: 2em;
  font-size: 0.9375em;
  letter-spacing: 0.03em;
}

.p-company__greeting {
  margin-bottom: 8rem;
  padding: 3.6rem 3.2rem;
  background-color: #F8F8F8;
  border-radius: 0.8rem;
}
@media only screen and (max-width: 780px) {
  .p-company__greeting {
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
.p-company__greeting p {
  letter-spacing: 0.03em;
  font-size: 0.9375em;
  line-height: 2;
}
.p-company__greeting .name {
  margin-top: 2em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: right;
}
.p-company__greeting .name span {
  font-size: 1.125em;
}
.p-company__overview table {
  width: 100%;
}
.p-company__overview table tbody td {
  padding: 1em;
  vertical-align: top;
  background-color: #ffffff;
  border: solid 1px #D8D8D8;
}
.p-company__overview table tbody td:nth-child(1) {
  width: 30%;
  font-weight: 500;
  color: #ffffff;
  background-color: #D01717;
}

.p-contact__form .form_area > p {
  margin-bottom: 3em;
  letter-spacing: 0.03em;
}
.p-contact__form .form_area .input_field_area {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .form_area .input_field_area {
    margin-bottom: 2.5rem;
  }
}
.p-contact__form .form_area .input_field_area .input_field {
  margin-bottom: 2em;
}
.p-contact__form .form_area .input_field_area .input_field .input_label {
  margin-bottom: 0.75em;
  font-size: 1.125em;
  font-weight: 500;
}
.p-contact__form .form_area .input_field_area .input_field .input_label span {
  margin-left: 1em;
  padding: 0 0.5em;
  font-size: 0.7em;
  font-weight: 400;
  color: #D01717;
  border: solid 1px #D01717;
  border-radius: 0.4rem;
  display: inline-block;
  vertical-align: 0;
}
.p-contact__form .form_area .input_field_area .input_field .input_area.row {
  display: flex;
  justify-content: space-between;
}
.p-contact__form .form_area .input_field_area .input_field .input_area.row .col {
  width: 48%;
  display: flex;
  align-items: center;
}
.p-contact__form .form_area .input_field_area .input_field .input_area.row .col .label {
  margin-right: 0.5em;
}
.p-contact__form .form_area .input_field_area .input_field .input_area .annotation {
  margin-top: 1em;
  font-size: 0.875em;
}
.p-contact__form .form_area .privacy {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .form_area .privacy {
    margin-bottom: 2.5rem;
  }
}
.p-contact__form .form_area .privacy p {
  margin-bottom: 2em;
  text-align: center;
  letter-spacing: 0.03em;
}
.p-contact__form .form_area .privacy .check {
  text-align: center;
}
.p-contact__form .form_area .submit {
  text-align: center;
}
.p-contact__form .form_area .submit input[type=submit] {
  width: 38.4rem;
  padding: 1em;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  color: #000000 !important;
  background-color: #ffffff;
  background-image: url("../img/icon_arrow01.png");
  background-repeat: no-repeat;
  background-size: 1em auto;
  background-position: calc(100% - 2em) center;
  border: solid 1px #C4C4C4;
  border-radius: 0.4rem;
  display: inline-block;
}
@media only screen and (max-width: 780px) {
  .p-contact__form .form_area .submit input[type=submit] {
    width: 29.4rem;
    background-position: calc(100% - 3em) center;
  }
}
@media only screen and (min-width: 781px) {
  .p-contact__form .form_area .submit input[type=submit]:hover {
    color: #ffffff !important;
    background-color: #000000;
    background-image: url("../img/icon_arrow02.png");
  }
}
.p-contact__form .form_area .submit input[type=submit]:disabled {
  opacity: 0.3 !important;
}

/****************************************************
 * 6.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: 700;
}

.colorRed {
  color: #D01717;
}

/****************************************************
 * 7.印刷用調整
 ****************************************************/
@media print {
  @page {
    /* A4縦サイズ */
    size: 210mm 297mm;
  }
  html {
    font-size: 10pt !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  .container {
    padding: 0 !important;
  }
  #header {
    position: static !important;
  }
  img {
    display: block !important;
  }
}