@charset "UTF-8";
@import url(all.css);
/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1a1a1c;
  --color-white: #ffffff;
  --color-blue: #122a69;
  --color-whitegray: #fafafa;
  --color-lightgray: #eaebec;
  --color-gray: #cfd0d3;
  --color-darkgray: #737277;
  --color-footergray: #dbdcdf;
  /*カレントカラー*/
  --color-current: #122a69;
  /*テキストリンクカラー*/
  --color-textlink: #122a69;
  /*必須ボタンカラー*/
  --color-required: #122a69;
  /*任意ボタンカラー*/
  --color-optional: #122a69;
  /*ラジオボタンカラー*/
  --color-radio: #122a69;
  /*チェックボタンカラー*/
  --color-check: #122a69;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Old Mincho", serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-hina: "Hina Mincho", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.353;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*rootの変数宣言*/
:root {
  /*==============================
      カラー    
  ==============================*/
  --color-font: #1a1a1c;
  --color-white: #ffffff;
  --color-blue: #122a69;
  --color-whitegray: #fafafa;
  --color-lightgray: #eaebec;
  --color-gray: #cfd0d3;
  --color-darkgray: #737277;
  --color-footergray: #dbdcdf;
  /*カレントカラー*/
  --color-current: #122a69;
  /*テキストリンクカラー*/
  --color-textlink: #122a69;
  /*必須ボタンカラー*/
  --color-required: #122a69;
  /*任意ボタンカラー*/
  --color-optional: #122a69;
  /*ラジオボタンカラー*/
  --color-radio: #122a69;
  /*チェックボタンカラー*/
  --color-check: #122a69;
  /*==============================
      フォントファミリー
  ==============================*/
  /*タイトル*/
  --font-family-heading: "Zen Old Mincho", serif;
  /*本文*/
  --font-family-body: "Noto Sans JP", sans-serif;
  --font-family-hina: "Hina Mincho", serif;
  /*==============================
      フォントサイズ
  ==============================*/
  /*基準のフォントサイズ*/
  --font-size-body: 1.7rem;
  /*==============================
      行間
  ==============================*/
  /*基準の行間*/
  --line-height-base: 2.353;
  /*==============================
      文字間
  ==============================*/
  /*基準の文字間*/
  --letter-spacing-base: 0.05em;
}

/*opacity含めたカラー指定あればここで定義*/
/*========================
    default
========================*/
html {
  font-size: min(2.22vw, 10px);
}

.sp-none {
  display: none !important;
}

.wrapper {
  min-width: 320px;
  line-height: 1.6;
}

.com-inbox {
  width: 90%;
}

.inline-block {
  display: inline-block;
}

/*パンくずリスト非表示*/
.breadcrumb {
  display: none;
}

section:not(.mv, .sv, .privacy__box) {
  padding-block: 10rem;
}

.logo {
  height: 6rem;
}

/*==============================
    ヘッダー
==============================*/
.header__inner {
  height: 10rem;
  padding: 1.5rem;
}

/*==============================
    メインビジュアル
==============================*/
.mv {
  gap: 1.5rem;
  padding-bottom: 1rem;
}
.mv__title {
  gap: 1rem;
}
.mv__title .sub {
  font-size: 2.2rem;
  padding: 1rem 0.5rem;
}
.mv__title .main {
  font-size: 2.6rem;
}

/*==============================
    サブビジュアル
==============================*/
.sv {
  gap: 1rem;
  padding-right: 5%;
  justify-content: space-between;
  align-items: center;
}
.sv:not(.sv:has(.sub)) {
  justify-content: flex-start;
  gap: 4rem;
}
.sv__title {
  flex-shrink: 0;
  gap: 2rem;
}
.sv__title .main {
  font-size: 2rem;
  padding: 2rem 1rem;
}
.sv__title .sub {
  font-size: 1.6rem;
  margin-top: 1em;
}
.sv__container {
  width: 70%;
}

/*==============================
    共通タイトル
==============================*/
.com-title01 {
  margin-bottom: 4rem;
  font-size: 2.6rem;
}

.com-title02 {
  margin-bottom: 4rem;
  font-size: 2.3rem;
}

/*==============================
    共通テーブル
==============================*/
.com-table__wrap {
  padding: 3rem;
}

/*==============================
    共通ボタン
==============================*/
.com-btn {
  gap: 2rem;
}
.com-btn::after {
  width: 5rem;
}

.mail-btn {
  height: 60px;
  width: 100%;
  max-width: 240px;
}

/*==============================
    TOP
==============================*/
.top-concept::before {
  width: 100%;
  max-width: 500px;
}
.top-concept .com-inbox {
  flex-direction: column;
  gap: 4rem;
}
.top-concept__title .sub {
  font-size: 2.2rem;
}
.top-concept__title .main {
  font-size: 2.6rem;
}
.top-concept__subtitle {
  font-size: 2.6rem;
  margin-bottom: 4rem;
}

.top-menu__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 3rem;
}
.top-menu__item {
  gap: 1.5rem;
}
.top-menu__item p {
  font-size: 1.8rem;
}

.top-font {
  padding-block: 0 !important;
}
.top-font__wrap {
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.top-font__text {
  padding-top: 0;
  align-items: center;
  margin-left: 0;
}
.top-font__box {
  padding: 3rem 2rem;
}

.top-link {
  padding-block: 10rem 0 !important;
}
.top-link__list {
  flex-direction: column;
  gap: 3rem;
}
.top-link__item {
  width: 100%;
  max-width: 450px;
}
.top-link__item a {
  padding-block: 2.5rem;
  padding-right: 6rem;
}
.top-link__item a::after {
  right: 2rem;
  width: 5.2rem;
}

.top-shop__wrap {
  flex-direction: column;
}
.top-shop__wrap::after {
  width: 100%;
  aspect-ratio: 16/9;
  background-size: cover;
  background-position: bottom center;
}
.top-shop .com-btn {
  padding-left: 0;
  justify-content: center;
}

.top-news {
  padding-block: 0 20rem !important;
  position: relative;
}
.top-news .com-inbox {
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
.top-news__box {
  padding-top: 0;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 3rem;
  padding: 2rem 1rem 1rem;
}
.top-news__box p {
  font-size: 1.2rem;
  text-align: center;
  margin-right: 0;
  padding-left: 0;
  background-color: transparent;
}
.top-news .com-btn {
  position: absolute;
  bottom: 10rem;
  padding-left: 4rem;
}

/*==============================
    一心堂について
==============================*/
.concept-section__title .sub {
  font-size: 2rem;
}
.concept-section__title .main {
  font-size: 2.6rem;
}
.concept-section__wrap {
  flex-direction: column;
  align-items: center;
}
.concept-section__image {
  width: 100%;
  max-width: 400px;
}

.concept-review {
  padding-block: 0 !important;
}
.concept-review .com-inbox p {
  width: 90%;
  margin-inline: auto;
}
.concept-review__title {
  margin-bottom: 4rem;
}
.concept-review__title .sub {
  font-size: 2rem;
}
.concept-review__title .main {
  font-size: 2.4rem;
}
.concept-review__list {
  width: 90%;
  margin-inline: auto;
  flex-direction: column;
}
.concept-review__item {
  width: 100%;
  max-width: 350px;
  margin-inline: auto;
}

.concept-features__item {
  flex-direction: column;
  align-items: center;
}
.concept-features__title {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}
.concept-features__title::before {
  width: 3.5rem;
  font-size: 1.7rem;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
}
.concept-features__image {
  width: 100%;
}

.concept-staff {
  padding-block: 0 10rem !important;
}
.concept-staff .com-inbox {
  padding: 5rem 2rem;
}
.concept-staff__wrap {
  flex-direction: column;
  align-items: center;
}
.concept-staff__history {
  flex-direction: column;
  align-items: center;
}
.concept-staff__history-title {
  font-size: 1.8rem;
}
.concept-staff__history dl dt {
  width: 25%;
  flex-shrink: 0;
}

.concept-movie {
  padding-block: 0 10rem !important;
}
.concept-movie .movie {
  width: 100%;
}

/*==============================
    商品紹介
==============================*/
.menu-chart .com-title01 strong {
  padding: 0.5rem 0.8rem;
}
.menu-chart section {
  padding-block: 0 !important;
}
.menu-chart .chart_title {
  font-size: 2rem;
  padding: 1rem 1rem 1.4rem 1rem;
}
.menu-chart .chart_title .title {
  padding-top: 0.2rem;
}
.menu-chart .q-icon {
  width: 3rem;
  font-size: 2rem;
}
.menu-chart .chart_btn_list li {
  width: 100%;
}
.menu-chart .chart_btn {
  padding-inline: 2.5rem 1.5rem;
}
.menu-chart .chart_btn::after {
  width: 4rem;
}
.menu-chart .result_container {
  flex-direction: column;
  align-items: center;
}
.menu-chart .result_title-icon {
  font-size: 1.8rem;
  width: 7.5rem;
}
.menu-chart .result_title .main {
  font-size: 2.2rem;
}

.menu-section {
  padding-block: 0 10rem !important;
}
.menu-section .menu-tag__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}
.menu-section .menu-tag__item a {
  min-height: 50px;
}
.menu-section .menu-tag__item a::after {
  width: 1rem;
  right: 1.5rem;
}
.menu-section__list {
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
}
.menu-section__title {
  font-size: 2rem;
  line-height: 1.5;
}

/*==============================
    商品詳細
==============================*/
.menu-detail__title {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
.menu-detail__wrap {
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
.menu-detail__price {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.menu-detail__image {
  aspect-ratio: 16/9;
  width: 100%;
}
.menu-detail__item-image {
  aspect-ratio: 16/9;
}

/*==============================
    書体見本
==============================*/
.font-section .com-title01 {
  padding-block: 1.5rem;
}
.font-section__list {
  gap: 6rem;
}
.font-section__item:last-child .font-section__wrap {
  justify-content: space-between;
}
.font-section__wrap {
  gap: 2rem;
  margin-bottom: 3rem;
}
.font-section__text {
  margin-top: 0;
}

.font-sample {
  padding-block: 0 10rem !important;
}
.font-sample .com-inbox {
  padding-block: 8rem;
}
.font-sample .com-title01 {
  margin-bottom: 6rem;
}
.font-sample__list {
  gap: 6rem;
}
.font-sample__item {
  width: 90%;
}
.font-sample__item:nth-child(odd) .font-sample__title {
  right: -1rem;
}
.font-sample__item:nth-child(even) .font-sample__title {
  left: -1rem;
}
.font-sample__title {
  font-size: 2.2rem;
  padding: 1rem 1.5rem;
}
.font-sample__title small {
  font-size: 1.6rem;
}

/*==============================
    お客様の声
==============================*/
.voice-section {
  padding-block: 5rem 10rem !important;
}
.voice-section__item {
  padding: 6rem 3rem;
}
.voice-section__profile {
  font-size: 1.7rem;
}
.voice-section__title {
  font-size: 2rem;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.voice-section__title::before {
  height: 0.8lh;
}

/*==============================
    よくある質問
==============================*/
.faq-intro {
  padding-block: 5rem 0 !important;
}
.faq-intro .com-inbox {
  padding: 6rem 2rem;
}

.faq-section__item {
  padding: 4rem 3rem;
}
.faq-section dl dt {
  font-size: 2rem;
  padding-bottom: 2rem;
}
.faq-section dl dt > span {
  padding-top: 0.8rem;
}

/*==============================
    会社概要
==============================*/
.shop-history {
  padding-block: 5rem 10rem !important;
}
.shop-history .com-inbox {
  padding: 5rem 2.5rem;
}
.shop-history dl {
  flex-direction: column;
}
.shop-history dl dt {
  width: 100%;
  padding-bottom: 1rem;
}
.shop-history dl dd {
  padding-top: 1rem;
  width: 100%;
  padding-left: 0;
}
.shop-history dl dd::before {
  width: 100%;
  height: 1px;
  top: 0;
  transform: translateY(0);
}

/*==============================
    お知らせ詳細
==============================*/
.news-detail {
  padding-block: 5rem 10rem !important;
}
.news-detail__box {
  padding: 20px 10px 30px 10px;
}
.news-detail time,
.news-detail .tag {
  font-size: 13px;
}
.news-detail .paginated__list {
  margin-top: 30px;
}

/*==============================
    お知らせ一覧
==============================*/
.news {
  padding-block: 5rem 10rem !important;
}

/*タグリスト(SP)
-----------------------------*/
.tag-select {
  margin-left: auto;
  text-align: center;
  margin-bottom: 5rem;
}
.tag-select__box {
  min-width: 125px;
}
.tag-select__box::after {
  right: 12px;
}
.tag-select__dropdown {
  padding: 0.5em 2.5em 0.5em 0.5em;
}

/*==============================
  サイトマップ
==============================*/
.site {
  padding-block: 5rem 10rem !important;
}
.site__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.site__item {
  height: 60px;
}
.site__item a {
  padding-left: 10px;
}
.site__item a::after {
  width: 10px;
  transform: rotate(-45deg) translate(-10px, -10px);
}

/*==============================
  お問い合わせ
==============================*/
.contact {
  padding-block: 5rem 10rem !important;
}
.contact .com-table {
  margin-bottom: 30px;
}
.contact .com-table th {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0;
  padding-bottom: 0;
  width: 100%;
}
.contact .com-table td {
  padding-left: 0;
}
.contact .com-table td .agree {
  font-size: 1.7rem;
}
.contact .com-btn {
  margin-inline: auto;
  margin-top: 50px;
  height: 60px;
}
.contact select,
.contact textarea,
.contact input[type=tel],
.contact input[type=text],
.contact input[type=email],
.contact input[type=url] {
  padding: 7px;
}
.contact .upload-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact .upload-item-wrap .thumb {
  width: clamp(184px, 57.37vw, 440px);
  height: clamp(184px, 57.37vw, 440px);
  margin: 0px;
}
.contact .upload-item-wrap .ancion-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: clamp(15px, 4.56vw, 35px);
  gap: clamp(8px, 2.61vw, 20px);
  margin-inline: auto;
}

/*==============================
  お問い合わせ完了
==============================*/
.complete {
  padding-block: 5rem 10rem !important;
}
.complete__box {
  text-align: center;
  line-height: 1.733;
}
.complete__btn {
  margin-top: 50px;
}
.complete__btn:hover {
  opacity: 0.5;
}

/*==============================
プライバシーポリシー
==============================*/
.privacy {
  padding-block: 5rem 10rem !important;
}
.privacy__box {
  margin-bottom: 30px;
}
.privacy__box:last-child {
  margin-bottom: 0;
}
.privacy__title {
  font-size: 2.2rem;
  padding-bottom: 1.5rem;
}

/*==============================
    NOT FOUND
==============================*/
.e404 {
  padding-block: 5rem 10rem !important;
}
.e404__text {
  width: 90%;
  margin: 0 auto;
}
.e404__text p,
.e404__text a {
  font-size: 15px;
  text-align: center;
}

/*==============================
    フッター
==============================*/
.footer {
  background-color: var(--color-gray);
  padding-top: 6rem;
}
.footer .util__list {
  width: 100%;
  flex-direction: column;
}
.footer .util__item:has(.mail-btn) {
  width: 100%;
}
.footer .util__item:has(.mail-btn) .mail-btn {
  margin-inline: auto;
}
.footer address {
  margin-inline: auto;
}
.footer address .address {
  margin-top: 2rem;
}
.footer__box {
  padding-inline: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(odd)) .footer-nav__item:nth-child(even) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__list:has(.footer-nav__item:last-child:nth-child(even)) .footer-nav__item:nth-child(odd) {
  border-right: 1px solid var(--color-white);
}
.footer-nav__item {
  border-top: 1px solid var(--color-white);
  width: 50%;
  height: 60px;
  text-align: center;
}
.footer-nav__item:first-child:nth-last-child(odd) {
  width: 100%;
}
.footer-nav__item a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
.footer small {
  padding-block: 1.5rem;
  border-top: 1px solid var(--color-white);
}