@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 1vw;
  right: 1.5%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 13.33vw;
  height: 13.33vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 50%;
  height: 2px;
  background: var(--primary-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.3vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--primary-color);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.3vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 8% 6% 15%;
  background: url(../img/common/bg-image_washi.png) center;
}
#drawer__nav .drawer__nav-logo {
  width: 45%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 6% 0;
  font-size: var(--font-size-17);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2.25vw;
  height: 2.25vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-address {
  margin: 10% auto;
}
#drawer__nav .drawer__nav-address li {
  margin-bottom: 6%;
}
#drawer__nav .drawer__nav-address li:last-child {
  margin-bottom: 0;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-contact__list
------------------------*/
.c-contact__list {
  justify-content: center;
  gap: 6vw 7vw;
}
.c-contact__list .contact__item-button {
  height: 14vw;
  font-size: var(--font-size-15);
  letter-spacing: 0;
  text-align: center;
}
.c-contact__list .contact__item--summary .contact__item-button {
  width: 72vw;
}
.c-contact__list .contact__item--summary .contact__item-button:hover {
  opacity: 1;
  background: var(--body-font-color);
  color: var(--color-white);
}

.contact__item-button {
  height: 14vw;
  font-size: var(--font-size-16);
  letter-spacing: 0;
  text-align: center;
}
.contact__item-button.c-mail-button {
  width: 56vw;
  padding-left: 3vw;
}
.contact__item-button.c-mail-button::before {
  left: 5vw;
}

.c-tel {
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.c-tel .tel__num {
  font-size: var(--font-size-28);
  letter-spacing: 0;
}
.c-tel .tel__num small {
  font-size: var(--font-size-17);
}
.c-tel .tel__text {
  width: 63%;
  margin: 0 auto;
  display: block;
}

/*
# c-kodawari__section
------------------------*/
.c-kodawari__frame {
  padding: 12% 0;
}
.c-kodawari__frame .kodawari__list {
  gap: 15px 0;
}
.c-kodawari__frame .kodawari__list .kodawari__item {
  width: 100%;
}
.c-kodawari__frame .kodawari__list .kodawari__item-icon {
  text-align: center;
}
.c-kodawari__frame .kodawari__list .kodawari__item-title {
  font-size: var(--font-size-20);
  text-align: center;
  padding: 2% 0 3%;
  line-height: 1.5238095238;
}
.c-kodawari__frame .kodawari__list .kodawari__item-text {
  padding: 0 5%;
  font-size: var(--font-size-15);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}

/*
# 縦書き
------------------------*/
.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/*
# com-button
------------------------*/
.com-button {
  height: 15vw;
}
.com-button.bg-color-primary {
  position: relative;
}
.com-button.bg-color-primary::after {
  position: absolute;
  inset: 0 6% 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 1.5vw;
  height: 1.5vw;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}

/*
# com-bg-design
------------------------*/
.com-bg-design {
  background: url(../img/common/com_deco.png) right top 25vw/45% no-repeat, url(../img/common/pattrn_bg.png) bottom center/100% 100vw no-repeat;
}

.com-bg-frame {
  background: url(../img/top/kodawari-cont_frame.png) top center/100% no-repeat, url(../img/top/kodawari-cont_frame.png) bottom center/100% no-repeat, url(../img/top/kodawari_bg.png);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-size: var(--font-size-25);
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 12%;
  padding-bottom: 6%;
  position: relative;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 20%;
  height: 1px;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--primary-color);
}
.section-title.no-border {
  padding-bottom: 0;
}
.section-title.no-border::after {
  background: none;
}

.headline-title {
  border-bottom: 1px solid;
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5%;
  padding-bottom: 3%;
}

.sub-title {
  font-size: var(--font-size-23);
  line-height: 1.7142857143;
}

/*==========================================
header
===========================================*/
#header {
  padding: 4% 3%;
}
#header .header__logo {
  width: 40%;
  line-height: 0;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 100vw;
  /*==========================================
  メインビジュアル(スライダー)
  ===========================================*/
}
#top-mv .mv__catch {
  width: 65%;
  inset: 0;
  margin: auto;
  z-index: 100;
  filter: drop-shadow(1px 1px 1px var(--color-black));
}
#top-mv #mv__slider {
  height: 100vw;
  position: relative;
}
#top-mv #mv__slider li {
  height: 100%;
}
#top-mv #mv__slider li:nth-child(1) {
  background: url(../img/top/mv/slide01.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(2) {
  background: url(../img/top/mv/slide02.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(3) {
  background: url(../img/top/mv/slide03.jpg) center/cover no-repeat;
}
#top-mv #mv__slider li:nth-child(4) {
  background: url(../img/top/mv/slide04.jpg) center/cover no-repeat;
}
#top-mv .bx-wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#top-mv .bx-viewport {
  overflow: visible !important;
  margin: auto;
  text-align: center;
}
#top-mv .bx-pager {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 12%;
}
#footer .footer__logo {
  display: block;
  width: 55%;
  margin: 0 auto 8%;
}
#footer .footer__left {
  margin-bottom: 15%;
}
#footer .footer__nav-list {
  padding-left: 2.5vw;
  border-left: 1px solid;
}
#footer .footer__nav-item {
  margin-bottom: 5vw;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-13);
  letter-spacing: 0;
  line-height: 1;
  display: block;
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 18%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

.pagetop {
  width: 8%;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 45vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lower-sv .sv__title {
  font-size: var(--font-size-25);
  letter-spacing: 0.08em;
  text-shadow: 2px 2px 2px rgba(var(--color-black-rgb), 0.5);
}
.lower-sv .sv__title::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 5vw;
  inset: auto 0 -7vw;
  margin: 0 auto;
  background: var(--color-white);
}

#about-sv {
  background: url(../../img/sv/sv_about-bg.jpg) center/cover no-repeat;
}

#cost-sv {
  background: url(../../img/sv/sv_cost-bg.jpg) center/cover no-repeat;
}

#price-sv {
  background: url(../../img/sv/sv_price-bg.jpg) center/cover no-repeat;
}

#voice-sv {
  background: url(../../img/sv/sv_voice-bg.jpg) center/cover no-repeat;
}

#store-sv {
  background: url(../../img/sv/sv_store-bg.jpg) center/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/sv_news-bg.jpg) center/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/sv_contact-bg.jpg) center/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/sv_complete-bg.jpg) center/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/sv_privacy-bg.jpg) center/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/sv_site-bg.jpg) center/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/sv_e404-bg.jpg) center/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 15% 0 18%;
  position: relative;
  background: url(../img/common/com_deco.png) right bottom 5vw/45% no-repeat;
}
#top-greeting .greeting__content {
  padding: 15% 6% 0;
  margin-bottom: 15%;
  background: url(../img/common/com_frame.png) top right/35% no-repeat;
  writing-mode: horizontal-tb;
}
#top-greeting .greeting__title {
  font-size: var(--font-size-23);
  line-height: 1.75;
  margin-bottom: 10%;
  padding-left: 8%;
}
#top-greeting .greeting__title span {
  display: block;
}
#top-greeting .greeting__text {
  padding: 10% 6%;
  background: url(../img/top/greeting-txt_bg.png) center/cover no-repeat;
  letter-spacing: 0;
}
#top-greeting .greeting__img {
  width: 84%;
  margin: 0 auto;
}

/*
# top-kodawari
------------------------*/
#top-kodawari {
  padding-bottom: 18%;
  background: url(../img/common/pattrn_bg.png) bottom center/100% 100vw no-repeat;
}
#top-kodawari .kodawari__inbox {
  position: relative;
}
#top-kodawari .c-kodawari__frame {
  padding-bottom: 18%;
}
#top-kodawari .c-kodawari__frame .kodawari__list {
  display: flex;
  justify-content: center;
  gap: 5vw 2%;
}
#top-kodawari .c-kodawari__frame .kodawari__list .kodawari__item {
  width: 49%;
}
#top-kodawari .c-kodawari__frame .kodawari__list .kodawari__item-icon {
  width: 70%;
  margin: 0 auto;
}
#top-kodawari .c-kodawari__frame .kodawari__list .kodawari__item-title {
  font-size: var(--font-size-16);
}
#top-kodawari .kodawari__button {
  position: absolute;
  inset: auto 0 -7vw;
  width: 70%;
  margin: 0 auto;
}

/*
# top-cost
------------------------*/
#top-cost .cost__inbox {
  padding: 10% 6%;
}
#top-cost .cost__wrap {
  padding: 10% 6%;
}
#top-cost .cost__wrap-inner {
  position: relative;
}
#top-cost .cost__wrap .cost__content-title {
  font-size: var(--font-size-21);
  margin-bottom: 8%;
  text-align: center;
}
#top-cost .cost__wrap .cost__graph .graph__title {
  font-size: var(--font-size-20);
  text-align: center;
  border-top: 1vw solid;
  margin: 5% 0;
  padding-top: 2%;
}
#top-cost .cost__wrap .cost__graph .wrap {
  gap: 0 8vw;
}
#top-cost .cost__wrap .cost__graph .cost__graph-part {
  width: 31%;
}
#top-cost .cost__wrap .cost__graph .cost__graph-part.bg-color-gray {
  height: 65vw;
  position: relative;
  color: var(--color-black);
}
#top-cost .cost__wrap .cost__graph .cost__graph-part.bg-color-gray::after {
  position: absolute;
  content: "";
  width: 60%;
  height: 15vw;
  inset: 4% -19vw auto auto;
  background: url(../img/top/graph_arr.svg) center/100% no-repeat;
}
#top-cost .cost__wrap .cost__graph .cost__graph-part.bg-color-primary {
  height: 40vw;
}
#top-cost .cost__wrap .cost__graph .graph__part-text {
  text-align: center;
  line-height: 1.4;
}
#top-cost .cost__wrap .cost__graph .graph__part-text small {
  display: block;
  font-size: var(--font-size-13);
}

/*
# top-links
------------------------*/
.top-links {
  padding: 15% 0;
}
.top-links .links__list .links__item {
  margin-bottom: 15%;
}
.top-links .links__list .links__item:last-child {
  margin-bottom: 0;
}
.top-links .links__list .links__item-button:hover {
  transform: translateY(-10px);
}
.top-links .links__list .links__item-text {
  inset: -4vw 6% auto auto;
  z-index: 10;
  font-size: var(--font-size-24);
  width: 15%;
  padding: 5% 0;
  background: url(../img/common/nav_bg.png) center;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 18% 0;
  background: url(../img/top/news_bg.jpg) center;
}
#top-news .news__wrap {
  padding: 12% 6%;
}
#top-news .news__title {
  margin-bottom: 0;
}
#top-news .news__post {
  border-bottom: 1px solid;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-link {
  padding: 6% 0;
  letter-spacing: 0.08em;
}
#top-news .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-date {
  width: 27%;
  font-size: var(--font-size-15);
}
#top-news .news__post-tags {
  font-size: var(--font-size-15);
  width: 73%;
  row-gap: 1.5vw;
}
#top-news .news__post-tags .news__post-tag {
  padding: 0 2vw;
  position: relative;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__button {
  width: 80%;
  margin: 15% auto 0;
}

/*==========================================
about
===========================================*/
/*
# about-bingo
------------------------*/
#about-bingo .bingo__feature {
  margin: 12% auto 0;
  padding: 10% 6%;
}
#about-bingo .bingo__feature-title {
  font-size: var(--font-size-24);
  text-align: center;
}
#about-bingo .bingo__feature-item {
  font-size: var(--font-size-18);
  padding-left: 6%;
}
#about-bingo .bingo__feature-item::before {
  position: absolute;
  content: "";
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  width: 1.5vw;
  height: 1.5vw;
  background: var(--primary-color);
  inset: 4.5vw auto auto 0;
}

/*
# about-check
------------------------*/
#about-check .check__inbox {
  padding: 12% 6%;
}
#about-check .check__content {
  padding: 12% 6%;
}
#about-check .check__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 4vw;
}
#about-check .check__list .check__item {
  width: 48%;
}
#about-check .check__list .check__item-title {
  width: 95%;
  height: 41vw;
  margin: 0 auto 6%;
  background: url(../img/about/check-item_frame.png) center/100% no-repeat;
  text-align: center;
  font-size: var(--font-size-22);
  line-height: 1.6;
}

/*==========================================
cost
===========================================*/
/*
# cost-advantage
------------------------*/
#cost-advantage .advantage__img {
  margin-bottom: 8%;
}

/*
# cost-comparison
------------------------*/
#cost-comparison .comparison__content {
  position: relative;
  padding: 18% 12% 10%;
}
#cost-comparison .comparison__content::before, #cost-comparison .comparison__content::after {
  position: absolute;
  content: "";
  width: 34%;
  height: 29vw;
  background: url(../img/common/com_frame.png) center/100% no-repeat;
  top: 5vw;
}
#cost-comparison .comparison__content::before {
  right: 3%;
}
#cost-comparison .comparison__content::after {
  left: 3%;
  transform: scale(-1, 1);
}
#cost-comparison .comparison__part {
  width: 50%;
}
#cost-comparison .comparison__part .comparison__purchase-graph {
  width: 93%;
  padding: 5% 3%;
  margin: 0 auto;
}
#cost-comparison .comparison__part .comparison__purchase-graph.bg-color-primary {
  height: 50vw;
}
#cost-comparison .comparison__part .comparison__purchase-price {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
  font-size: var(--font-size-17);
  padding: 6% 3%;
}
#cost-comparison .comparison__part .comparison__purchase-price em {
  font-size: var(--font-size-27);
  line-height: 1;
}
#cost-comparison .comparison__part .comparison__purchase-title {
  border-top: 1vw solid;
  text-align: center;
  font-size: var(--font-size-20);
  padding-top: 8%;
  margin-top: 8%;
}
#cost-comparison .comparison__part .comperison__purchase-item {
  border-bottom: 1px solid;
  margin-bottom: 2%;
  padding-bottom: 2%;
  font-size: var(--font-size-14);
}
#cost-comparison .comparison__part .comperison__purchase-item:last-child {
  margin-bottom: 0;
}
#cost-comparison .comparison__part .comperison__purchase-item-title {
  margin-bottom: 1%;
}
#cost-comparison .comparison__part .comparison__purchase-total {
  font-size: var(--font-size-17);
  color: var(--body-font-color);
  height: 100%;
  top: 0;
}
#cost-comparison .comparison__part .comparison__purchase-total em {
  font-size: var(--font-size-35);
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
#cost-comparison .comparison__part:first-child {
  position: relative;
}
#cost-comparison .comparison__part:first-child::after {
  position: absolute;
  content: "";
  width: 51%;
  height: 15vw;
  inset: 4vw -17vw auto auto;
  background: url(../img/top/graph_arr.svg) center/100% no-repeat;
}
#cost-comparison .comparison__part:first-child .comparison__purchase-total {
  left: -21vw;
}
#cost-comparison .comparison__part:last-child .comparison__purchase-total {
  right: -20vw;
}

/*
# cost-burden
------------------------*/
#cost-burden .burden__inbox {
  padding: 12% 8%;
}
#cost-burden .burden__text {
  margin-bottom: 15%;
}
#cost-burden .burden__table-wrap th,
#cost-burden .burden__table-wrap td {
  text-align: center;
  vertical-align: middle;
}
#cost-burden .burden__table-wrap thead th {
  padding: 1.5vw 0;
  font-size: var(--font-size-13);
}
#cost-burden .burden__table-wrap thead th:has(img) {
  line-height: 1;
}
#cost-burden .burden__table-wrap thead th img {
  width: 75%;
  filter: brightness(4);
}
#cost-burden .burden__table-wrap tbody td {
  font-size: var(--font-size-13);
  padding: 0 0.5vw;
}
#cost-burden .burden__table-wrap tbody td:first-child {
  width: 19vw;
}
#cost-burden .burden__table-wrap tbody td:first-child span {
  padding: 3vw 0;
  display: block;
  border-bottom: 1px solid var(--color-white);
}
#cost-burden .burden__table-wrap tbody td:not(:first-child) {
  border-collapse: collapse;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
#cost-burden .burden__table-wrap tbody td:last-child {
  font-size: var(--font-size-18);
  border-right: none;
}
#cost-burden .burden__table-wrap tbody tr:last-child td {
  border-bottom: none;
}
#cost-burden .burden__table-wrap tbody tr:last-child td span {
  border-bottom: none;
}

/*==========================================
price
===========================================*/
/*
# price-check
------------------------*/
#price-check .check__text {
  margin-bottom: 12%;
}
#price-check .check__calculation {
  padding: 12% 3%;
  margin-bottom: 15%;
}
#price-check .check__calculation-item {
  margin: 0 auto 18%;
  text-align: center;
  position: relative;
}
#price-check .check__calculation-item:last-child {
  margin-bottom: 0;
}
#price-check .check__calculation-item::after {
  position: absolute;
  color: var(--primary-color);
}
#price-check .check__calculation-item.calculation__item--total {
  width: 80%;
  height: 73vw;
  background: url(../img/price/calculation-plus_frame.png) center/100% no-repeat;
}
#price-check .check__calculation-item.calculation__item--total::after {
  content: "=";
  font-size: var(--font-size-40);
  inset: auto 0 -18vw 0;
  margin: 0 auto;
  transform: rotate(90deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#price-check .check__calculation-item.calculation__item--total .total__title {
  font-size: var(--font-size-24);
}
#price-check .check__calculation-item .calculation__title {
  font-size: var(--font-size-21);
}
#price-check .check__calculation-item.calculation__item--multiplied {
  height: 180px;
}
#price-check .check__calculation-item.calculation__item--multiplied::after {
  content: "×";
  font-size: var(--font-size-40);
  inset: -20vw 0 auto;
  margin: 0 auto;
}
#price-check .plus__item-wrap {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  margin-bottom: 15%;
}
#price-check .plus__item-wrap .plus__item {
  width: 44%;
  padding: 5% 2%;
  position: relative;
  margin: 0;
}
#price-check .plus__item-wrap .plus__item::after {
  content: "+";
  font-size: var(--font-size-30);
  inset: 0 -7.5vw 0 auto;
  margin: auto 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#price-check .plus__item-wrap .plus__item .calculation__title {
  font-size: var(--font-size-16);
}
#price-check .plus__item-wrap .plus__item .calculation__text {
  font-size: var(--font-size-13);
}
#price-check .plus__item-wrap .plus__item:last-child::after {
  content: "";
}
#price-check .calculation__text {
  line-height: 1.6;
}
#price-check .check__estimate {
  margin-bottom: 15%;
}
#price-check .check__estimate .estimate__title {
  margin-bottom: 10%;
}
#price-check .check__bingo {
  padding: 10% 6%;
}
#price-check .check__bingo .bingo__title {
  text-align: left;
  margin-bottom: 8%;
}

/*
# price-archive
------------------------*/
#price-archive .price__post {
  padding: 10% 6%;
  margin-bottom: 15%;
}
#price-archive .price__post:last-child {
  margin-bottom: 0;
}
#price-archive .price__post-price {
  text-align: right;
  margin-bottom: 6%;
}

/*
# price-edge
------------------------*/
#price-edge .edge__text {
  margin-bottom: 10%;
}
#price-edge .edge__item {
  text-align: center;
  margin-bottom: 10%;
}
#price-edge .edge__item:last-child {
  margin-bottom: 0;
}

/*
# price-process
------------------------*/
#price-process .process__item {
  margin-bottom: 15%;
  position: relative;
}
#price-process .process__item:last-child {
  margin-bottom: 0;
}
#price-process .process__item-title {
  padding-left: 40px;
  font-weight: var(--font-weight-regular);
}
#price-process .process__item-title::before {
  position: absolute;
  color: var(--primary-color);
  line-height: 1.8;
  inset: 0 auto auto 0;
  font-size: var(--font-size-25);
}
#price-process .process__item-img {
  text-align: center;
  margin-bottom: 6%;
}
#price-process .process__item-tels .process__item-tel {
  margin-bottom: 7%;
}
#price-process .process__item-tels .process__item-tel:last-child {
  margin-bottom: 0;
}
#price-process .process__item-tels .process__item-tel:last-child .tel__text {
  text-align: right;
}

/*==========================================
voice
===========================================*/
#voice-archive .voice__post {
  margin-bottom: 15%;
  padding: 10% 6%;
}
#voice-archive .voice__post:last-child {
  margin-bottom: 0;
}

/*==========================================
store
===========================================*/
/*
# store-contact
------------------------*/
#store-contact .contact__text {
  margin-bottom: 12%;
}
#store-contact .contact__list {
  padding: 10% 6%;
}
#store-contact .contact__list .contact__item {
  width: 100%;
  text-align: center;
  padding: 10% 0;
  border-bottom: 1px solid var(--color-gray);
}
#store-contact .contact__list .contact__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#store-contact .contact__list .contact__item:first-child {
  padding-top: 0;
}
#store-contact .contact__list .contact__item-title {
  font-size: var(--font-size-21);
  margin-bottom: 3%;
}
#store-contact .contact__list .contact__item-button {
  width: 100%;
}
#store-contact .contact__list .contact__item-button.button--line {
  position: relative;
  padding-left: 8%;
}
#store-contact .contact__list .contact__item-button.button--line::before {
  position: absolute;
  content: "";
  width: 7vw;
  height: 7vw;
  inset: 0 auto 0 12%;
  margin: auto 0;
  background: url(../img/common/sns/LINE_logo.svg) left center/100% no-repeat;
  z-index: 1;
}

/*
# store-greeting
------------------------*/
#store-greeting .greeting__inner {
  position: relative;
}
#store-greeting .greeting__img {
  margin-bottom: 6%;
}
#store-greeting .greeting__content .name {
  font-size: var(--font-size-25);
}

/*
# store-info
------------------------*/
#store-info .info__inbox {
  width: 84%;
  padding: 12% 5%;
  margin: 0 auto 15%;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/