@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
/*===============================================
  切り替え用
===============================================*/
html {
  font-size: clamp(8px, 2.2222222222vw, 10px);
}

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

.com-table:not(.com-table--noblock) table,
.com-table:not(.com-table--noblock) table tbody,
.com-table:not(.com-table--noblock) table th,
.com-table:not(.com-table--noblock) table tr,
.com-table:not(.com-table--noblock) table td {
  display: block !important;
  width: 100% !important;
}

/*===============================================
  ページネーション
===============================================*/
/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 320px;
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  padding: 1rem 6% 0;
}
#header .header__logo img {
  height: 10rem;
}

/*===============================================
  footer
===============================================*/
#footer {
  padding: 5rem 0 calc(3rem + max(50px, 6rem));
}
#footer .footer__inner {
  width: 88%;
}
#footer .footer__logo {
  text-align: center;
  margin-bottom: 3rem;
}
#footer .footer__logo img {
  height: 10rem;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 1.5rem;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#footer .footer__info p {
  display: grid;
  grid-template-columns: 9rem 1fr;
  align-items: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-right: calc(var(--letter-spacing-base) * -1);
}
#footer .footer__info p > span {
  display: block;
  margin-bottom: calc((1em - 1lh) / 2);
}
#footer .footer__info p .min {
  font-size: var(--font-size-sm);
  line-height: 2;
}
#footer .footer__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 1.5rem;
  padding-top: 3rem;
}
#footer .footer__link {
  width: 34rem;
  height: max(60px, 7.2rem);
}
#footer .footer__link .br {
  padding-left: 0.5em;
}
#footer .footer__sns {
  padding-top: 1.5rem;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  padding-top: 4rem;
}
.footer-nav__item {
  border-bottom: solid 1px var(--color-gold);
  margin-bottom: 1rem;
}
.footer-nav__item:last-of-type {
  margin-bottom: 0;
}
.footer-nav__link {
  line-height: var(--line-height-base);
  padding: 1.5rem 1.8rem;
}
.footer-nav__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-top: 2rem;
}
.footer-nav__sub-item {
  border-bottom: solid 1px var(--color-gold);
}
.footer-nav__sub-link {
  text-align: center;
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
  padding-block: 1.5rem;
}

/*コピーライト
-----------------------------*/
.copy {
  padding-top: 3rem;
}
/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: 6rem;
  right: 1rem;
  bottom: 1rem;
}

/*サイドボタン
-----------------------------*/
#side {
  width: calc(100% - 10rem);
  left: 1rem;
  bottom: 1rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
#side::before {
  width: 2.4rem;
}

/*===============================================
  visual
===============================================*/
.visual {
  background-size: 80%, 80%, cover;
  padding-top: 8rem;
}
/*メインビジュアル
-----------------------------*/
.visual__main {
  height: 70rem;
  padding-top: 4rem;
}
.visual__main-catch {
  width: 15rem;
  padding-block: 4rem;
  margin-left: 6%;
}
.visual__main-catch::before {
  width: calc(100% + 16rem);
  height: 100%;
  background-size: 12rem;
  top: 0;
  left: -9rem;
}
.visual__main-catch::after {
  width: 20%;
  right: -6rem;
  bottom: -0.8rem;
}
.visual__main-image {
  width: 35%;
  min-width: calc(100% - 19rem - 16%);
  height: 20rem;
}
.visual__main-image--center {
  width: 80%;
  height: 25rem;
  bottom: 2rem;
  left: 0;
}
.visual__main-image--left {
  top: 6rem;
  right: 10%;
}
.visual__main-image--left img {
  max-width: 30rem;
}
.visual__main-image--right {
  text-align: right;
  top: 24rem;
  right: 0;
}
.visual__main-image--right img {
  max-width: 30rem;
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: 22rem;
}
.visual__sub::before {
  width: calc(64% + 0.3rem);
  height: calc(100% - 2rem);
  right: -0.3rem;
}
.visual__sub-catch {
  min-width: 24rem;
  height: 8rem;
  font-size: var(--font-size-xxl);
  padding-inline: 2rem;
  margin-left: 2.5vw;
  background-size: auto 4rem;
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  padding-top: 1.2rem;
}
.breadcrumb__list {
  width: 90%;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding: 9rem 0;
}

.inbox {
  width: 88%;
}

/*ボタン
-----------------------------*/
.com-btn {
  margin-inline: auto;
}
.com-btn:not([class*="--"]) {
  width: min(100%, 36rem);
}
.com-btn:not([class*="--"])::after {
  left: 1.5rem;
}

/*テーブル
-----------------------------*/
.com-table tr th {
  padding: 1.5rem;
}
.com-table tr td {
  padding: 1.5rem;
}
.com-table--noblock tr:nth-of-type(2n + 1) {
  background: var(--color-beige);
}
.com-table--noblock tr th {
  width: 7em;
}
.com-table:not(.com-table--noblock) tr th {
  background: var(--color-beige);
}
/*テキストボックス
-----------------------------*/
.com-text .mb {
  margin-bottom: 1em;
}
.com-text br {
  display: none;
}

/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 5rem;
}
.com-title01::before {
  width: 3rem;
  margin-bottom: 3rem;
}

/*中タイトル
-----------------------------*/
.com-title02 {
  margin-bottom: 3rem;
}

/*小タイトル
-----------------------------*/
.com-title03 {
  padding: 0.5rem 0 0.5rem 1.6rem;
  margin-bottom: 2.4rem;
}

/*===============================================
  共通セクション
===============================================*/
/*オススメ醤油診断
-----------------------------*/
.com-match::before {
  content: "";
  width: 94vw;
  height: 24rem;
  background: url(../img/common/match_deco-lb.png) no-repeat left bottom 20%, url(../img/common/match_deco-rt.png) no-repeat left 32% top, url(../img/common/match_deco-right.png) no-repeat right bottom;
  background-size: min(10rem, 20vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
  z-index: 0;
}
.com-match__title-wrap::after {
  width: 7.2rem;
  left: max(50vw - 22rem, -1rem);
  bottom: -4rem;
  z-index: 3;
}
.com-match__btn {
  margin-top: 4rem;
}
.com-match__images {
  max-width: 68rem;
  width: calc(100% + 6rem);
}
.com-match__image--right {
  width: 14rem;
  top: 3rem;
  right: 0;
}
.com-match__image--left {
  width: 12rem;
  left: 0;
  bottom: 2rem;
}

/*岩尾醤油醸造元 通販サイト
-----------------------------*/
.com-shop {
  padding-block: 6rem;
}
.com-shop__title {
  row-gap: 1.2rem;
  margin-bottom: -2rem;
}
.com-shop__title > span {
  line-height: var(--line-height-xxl);
  padding-inline: 2rem;
}
.com-shop__bnr {
  margin-left: 3rem;
}
.com-shop__image img {
  aspect-ratio: 3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*===============================================
  トップページ
===============================================*/
/*創業明治七年。
変わらぬ製法で届ける、
老舗 岩尾醤油醸造元の味。
-----------------------------*/
.top-about::before {
  width: calc(100% + 3rem);
  height: calc(100% - 6rem);
  background-size: auto 10rem, auto 8rem;
  top: 4rem;
}
.top-about::after {
  width: 98%;
  height: 24rem;
  background-size: 10rem;
  top: 8rem;
}
.top-about__movie {
  margin-top: 4rem;
}

/*バナーリンク
-----------------------------*/
.top-bnr {
  padding-block: 5rem;
}
.top-bnr::before, .top-bnr::after {
  width: 100vw;
}

/*老舗 岩尾醬油醸造元のこだわり
-----------------------------*/
.top-commitment__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  box-shadow: 0.3rem 0 0 0 var(--color-gold) inset, -0.3rem 0 0 0 var(--color-gold) inset;
  padding: 1.5rem 5rem 2.4rem;
  margin-bottom: 2rem;
}
.top-commitment__item:last-of-type {
  margin-bottom: 0;
}
.top-commitment__item::before, .top-commitment__item::after {
  width: 5rem;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.top-commitment__item::before {
  left: -0.5rem;
}
.top-commitment__item::after {
  right: -0.5rem;
}
.top-commitment__item p {
  word-break: keep-all;
  font-size: var(--font-size-xl);
  line-height: var(--line-height-xl);
}
.top-commitment__item p::before {
  display: block;
  font-size: var(--font-size-xxxxl);
  margin-bottom: 1rem;
}
.top-commitment__btn {
  margin-top: 4rem;
}

/*バナーリンクセクション
-----------------------------*/
.top-link__item {
  height: 24rem;
}
.top-link__inner {
  width: 90%;
  max-width: 48rem;
  height: 18rem;
  padding: 2rem;
}
.top-link__inner::before {
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  background-size: 3rem;
}
.top-link__title {
  margin-bottom: 2rem;
}
.top-link__title > span::before {
  width: calc(100% + 8rem);
}
.top-link__text {
  line-height: 1.5;
}

/*お知らせ
-----------------------------*/
.top-news {
  background-size: 48%;
}
.top-news__btn {
  margin-top: 4rem;
}

/*福井観光関連サイト
-----------------------------*/
.top-related__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 3rem 2rem;
}
.top-related__bnr {
  text-align: center;
  margin-bottom: 2rem;
}
.top-related__text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-sm);
}

/*===============================================
  老舗 岩尾醤油醸造元について
===============================================*/
/*150年受け継がれる味
食卓にも、贈り物にも。
-----------------------------*/
.about-lead::before {
  width: 98%;
  height: 24rem;
  background-size: 10rem;
  top: 8rem;
}
.about-lead__image {
  text-align: center;
  margin-bottom: 2rem;
}
.about-lead__image img {
  height: 18rem;
}

/*老舗 岩尾醬油醸造元のこだわり
-----------------------------*/
.about-commitment__list {
  padding-block: 4rem;
}
.about-commitment__list::before {
  width: 100vw;
  background-size: 64%;
}
.about-commitment__image {
  margin-top: 3rem;
}
.about-commitment__image img {
  aspect-ratio: 1.7777777778;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社情報
-----------------------------*/
.about-company__map {
  height: 32rem;
  margin-top: 5rem;
}

/*===============================================
  商品紹介
===============================================*/
/*商品紹介　一覧
-----------------------------*/
.products-list__item {
  margin-bottom: 8rem;
}
.products-list__heading {
  font-size: var(--font-size-xxl);
}
.products-list__heading > span {
  line-height: var(--line-height-xxl);
}
.products-list__image {
  margin-bottom: 2rem;
}
.products-list__btn {
  margin-top: 3rem;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list::before {
  width: calc(100% + 3rem);
  height: 10rem;
  top: 8rem;
}
.voice-list__item {
  padding: 3rem;
}

/*===============================================
  オススメ醤油診断
===============================================*/
/*あなたにぴったりのお醤油をご提案！
-----------------------------*/
.match-chart {
  background-size: 56%;
}
.match-chart::before {
  content: "";
  width: 94vw;
  height: 24rem;
  background: url(../img/common/match_deco-lb.png) no-repeat left bottom 20%, url(../img/common/match_deco-rt.png) no-repeat left 32% top, url(../img/common/match_deco-right.png) no-repeat right bottom;
  background-size: min(10rem, 20vw);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
  z-index: 0;
}
.match-chart__text p {
  word-break: keep-all;
}
.match-chart__heading {
  margin-bottom: 3rem;
}
.match-chart__heading::after {
  width: auto;
  height: 3rem;
  margin-top: 2.4rem;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 2.5em;
}
.contact-form__table tr td select,
.contact-form__table tr td textarea,
.contact-form__table tr td input[type=tel],
.contact-form__table tr td input[type=num],
.contact-form__table tr td input[type=text],
.contact-form__table tr td input[type=email],
.contact-form__table tr td input[type=url] {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.5em 1em;
}
.contact-form .contact-submits-wrap > * {
  width: 20em;
  max-width: 100%;
  height: clamp(50px, 13.3333333333vw, 60px);
  margin: 0 auto 1.25em;
}
.contact-form .contact-submits-wrap > *:last-child {
  margin-bottom: 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 2.4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__item {
  margin-bottom: 0.75em;
}
.sitemap-list__item:last-of-type {
  margin-bottom: 0;
}
.sitemap-list__link {
  padding: 1em;
}

/*===============================================
  404エラー
===============================================*/