@charset "UTF-8";
/* SCSSの読み込み */
@import url(all.css);
/*===============================
  カラー変数
=================================*/
/*===============================
  フォント変数
=================================*/
/* font-family */
/* font-weight */
/* 行間削除 */
/*===============================
  Bootstrap icon変数
=================================*/
/*===============================================
  切り替え用
===============================================*/
.pc-none {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
}

/*===============================================
  ページネーション
===============================================*/
.pagenation li {
  width: 36px;
  line-height: 40px;
  margin: 5px 4px 0;
}

/*===============================================
  詳細ページ前後
===============================================*/
/*===============================================
  wrapper
===============================================*/
#wrapper {
  min-width: 1200px;
  font-size: var(--font-size-base);
}

/*===============================================
  header
===============================================*/
#header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem clamp(30px, 2.0833333333vw, 40px) 0;
}
#header .header__logo {
  transform: translateY(-6px);
}
#header .header__logo img {
  height: clamp(120px, 9.0494791667vw, 139px);
}
#header .header__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 2rem;
}
#header .header__mail {
  width: clamp(235px, 18.2291666667vw, 280px);
  height: clamp(50px, 3.90625vw, 60px);
}

/*===============================================
  footer
===============================================*/
#footer {
  padding-block: clamp(80px, 6.25vw, 100px);
}
#footer .footer__inner {
  display: grid;
  grid-template-columns: 1fr 280px 1fr;
  align-items: flex-start;
  gap: 40px;
  width: 1080px;
}
#footer .footer__logo {
  grid-column: span 3;
}
#footer .footer__other {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
}
#footer .footer__info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 2rem;
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
}
#footer .footer__info p {
  display: grid;
  grid-template-columns: 8.8rem 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: 2rem;
}
#footer .footer__link .br {
  display: block;
}

/*フッターナビ
-----------------------------*/
.footer-nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  font-weight: var(--font-weight-semiBold);
  row-gap: 21px;
  padding: 10px 0 3px 30px;
  margin-left: 35px;
  border-left: solid 1px var(--color-gold);
}
.footer-nav__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 24px;
}
.footer-nav__item {
  line-height: var(--line-height-base);
  padding-left: 1.6rem;
  position: relative;
}
.footer-nav__item::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  background: var(--color-green);
  position: absolute;
  top: 5px;
  left: 0;
}
.footer-nav__link {
  letter-spacing: var(--letter-spacing-base);
  margin-block: calc((1em - 1lh) / 2);
}
.footer-nav__sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 22px;
}
.footer-nav__sub-item {
  font-size: 1.4rem;
  line-height: 2;
  padding-left: 1.6rem;
  position: relative;
}
.footer-nav__sub-item::before {
  content: "";
  width: 0.4rem;
  aspect-ratio: 1;
  background: var(--color-green);
  position: absolute;
  top: 5px;
  left: 1px;
}
.footer-nav__sub-link {
  letter-spacing: var(--letter-spacing-base);
  margin-block: calc((1em - 1lh) / 2);
}

/*コピーライト
-----------------------------*/
.copy {
  grid-column: span 3;
}
.copy p {
  text-align: left;
}

/*===============================================
  fixed固定
===============================================*/
/*ページトップ
-----------------------------*/
#pagetop {
  width: clamp(50px, 3.6458333333vw, 70px);
  bottom: clamp(30px, 2.0833333333vw, 40px);
  right: 20px;
}

/*サイドボタン
-----------------------------*/
#side {
  justify-content: space-between;
  flex-direction: column-reverse;
  width: clamp(50px, 3.6458333333vw, 70px);
  height: clamp(180px, 13.5416666667vw, 260px);
  font-size: clamp(1.5rem, 1.0416666667vw, 2rem);
  padding: clamp(20px, 1.5625vw, 30px) 0 clamp(15px, 1.0416666667vw, 20px);
  bottom: clamp(120px, 8.8541666667vw, 170px);
  right: 20px;
}
#side > span {
  display: block;
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
}
@media screen and (max-width: 767px) {
  #side > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
#side::before {
  width: clamp(20px, 1.5625vw, 30px);
}

/*===============================================
  visual
===============================================*/
.visual {
  padding-top: clamp(130px, 9.1145833333vw, 140px);
  background-size: auto calc(clamp(540px, 42.1875vw, 810px) + clamp(130px, 9.1145833333vw, 140px)), auto calc(clamp(540px, 42.1875vw, 810px) + clamp(130px, 9.1145833333vw, 140px)), cover;
  background-position: left top, right top, center;
  min-height: calc(clamp(130px, 9.1145833333vw, 140px) + clamp(390px, 30.2083333333vw, 580px));
}

/*メインビジュアル
-----------------------------*/
.visual__main {
  height: clamp(540px, 42.1875vw, 810px);
  padding-top: clamp(30px, 2.0833333333vw, 40px);
}
.visual__main-catch {
  width: clamp(170px, 13.28125vw, 255px);
  padding-block: clamp(60px, 4.6875vw, 90px);
  margin-left: max(50% - 759px, 10.46875%);
}
.visual__main-catch::before {
  width: calc(100% + clamp(356px, 27.8125vw, 534px));
  height: 100%;
  background-size: 47.78201%;
  top: 0;
  left: clamp(-240px, -12.5vw, -160px);
}
.visual__main-catch::after {
  width: clamp(54px, 4.1666666667vw, 80px);
  right: clamp(-164px, -8.5416666667vw, -110px);
  bottom: clamp(-15px, 1.1458333333vw, 22px);
}
.visual__main-image {
  width: clamp(240px, 18.75vw, 360px);
  height: clamp(400px, 31.25vw, 600px);
}
.visual__main-image--center {
  width: clamp(548px, 42.7083333333vw, 820px);
  top: 0;
  right: max(50% - 700px, 13.542%);
}
.visual__main-image--left {
  top: clamp(115px, 8.8541666667vw, 170px);
  right: max(50% - 120px, 43.75%);
}
.visual__main-image--right {
  top: clamp(230px, 17.7083333333vw, 340px);
  right: max(50% - 920px, 2.084%);
}

/*サブビジュアル
-----------------------------*/
.visual__sub {
  height: clamp(320px, 25vw, 480px);
}
.visual__sub::before {
  width: 42.709%;
  max-width: 820px;
  right: max(50% - 700px, 13.542%);
}
.visual__sub::after {
  width: 48.959%;
  max-width: 940px;
  height: clamp(260px, 20.3125vw, 390px);
  background-size: auto clamp(45px, 3.3333333333vw, 64px);
  top: 8.3334%;
  right: max(50% - 760px, 10.417%);
}
.visual__sub-catch {
  width: 36.459%;
  max-width: 700px;
  height: 41.6667%;
  background-size: auto 46%;
  font-size: clamp(2.8rem, 2.1875vw, 4.2rem);
  margin-left: max(50% - 760px, 10.417%);
}

/*===============================================
  グローバルナビ
===============================================*/
.gnav {
  font-weight: var(--font-weight-semiBold);
}
.gnav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(40px, 3.125vw, 60px);
       column-gap: clamp(40px, 3.125vw, 60px);
}
.gnav__item {
  line-height: var(--line-height-base);
  margin-block: calc((1em - 1lh) / 2);
}
.gnav__link {
  display: block;
  letter-spacing: var(--letter-spacing-base);
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.gnav__link:hover {
  color: var(--color-green);
}
.gnav__link.current {
  color: var(--color-mos);
}

/*===============================================
  main#container
===============================================*/
/*===============================================
  パンくずリスト
===============================================*/
.breadcrumb {
  height: 40px;
}
.breadcrumb__list {
  width: 1080px;
}
/*===============================================
  main共通
===============================================*/
.section {
  padding-block: clamp(120px, 8.3333333333vw, 160px);
}

.inbox {
  width: 1080px;
}

/*電話番号
-----------------------------*/
/*ボタン
-----------------------------*/
/*テーブル
-----------------------------*/
.com-table tr:nth-of-type(2n + 1) {
  background: var(--color-beige);
}
.com-table tr th {
  width: 25rem;
  text-align: right;
  padding: 2.5rem 5rem 2.5rem 3rem;
}
.com-table tr td {
  padding: 2.5rem 3rem 2.5rem 5rem;
}

/*テキストボックス
-----------------------------*/
.com-text p {
  margin-right: calc(var(--letter-spacing-base) * -1);
}
.com-text .mb {
  margin-bottom: 1lh;
}

/*お知らせ
-----------------------------*/
/*===============================================
  タイトル
===============================================*/
/*大タイトル
-----------------------------*/
.com-title01 {
  margin-bottom: 6rem;
}

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

/*小タイトル
-----------------------------*/
.com-title03 {
  margin-bottom: 4rem;
}

/*===============================================
  共通セクション
===============================================*/
/*オススメ醤油診断
-----------------------------*/
.com-match {
  padding-block: clamp(100px, 7.2916666667vw, 140px);
}
.com-match__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  min-width: 960px;
  max-width: 1080px;
}
.com-match__title {
  max-width: 200px;
  padding-bottom: 2.2rem;
  margin-bottom: 0;
}
.com-match__title > span {
  line-height: 1.31819;
}
.com-match__title::before {
  margin-bottom: 2.3rem;
}
.com-match__title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 334px;
  aspect-ratio: 1;
  background: url(../img/common/match_ttl-frame.png) no-repeat center/contain;
  padding-bottom: 45px;
}
.com-match__title-wrap::before {
  content: "";
  width: calc(100% + 100px + clamp(129px, 10.0520833333vw, 193px));
  height: calc(100% + 25px);
  background: url(../img/common/match_deco-lb.png) no-repeat left bottom, url(../img/common/match_deco-rt.png) no-repeat right top;
  position: absolute;
  left: -100px;
  top: -20px;
  z-index: -2;
}
.com-match__title-wrap::after {
  width: clamp(142px, 11.0416666667vw, 212px);
  right: clamp(-187px, -9.7395833333vw, -125px);
  bottom: -41px;
}
.com-match__inner {
  width: 500px;
  flex-shrink: 0;
  padding-top: 43px;
  position: relative;
  z-index: 0;
}
.com-match__inner::after {
  content: "";
  width: clamp(116px, 9.0104166667vw, 173px);
  aspect-ratio: 1;
  background: url(../img/common/match_deco-right.png) no-repeat right bottom/contain;
  position: absolute;
  right: clamp(-80px, -4.1666666667vw, -54px);
  bottom: 40px;
  z-index: -1;
}
.com-match__text {
  font-size: 1.9rem;
  line-height: 2.10527;
}
.com-match__btn {
  margin: 6rem auto 0;
}
.com-match__images {
  width: calc(100% + 40px);
  max-width: 1940px;
  left: calc(50% - clamp(20px, 1.5625vw, 30px));
}
.com-match__image--right {
  width: clamp(255px, 19.7916666667vw, 380px);
  width: clamp(200px, 30vw - 196px, 380px);
  top: clamp(40px, 3.125vw, 60px);
  right: 0;
}
.com-match__image--left {
  width: clamp(180px, 25vw - 160px, 320px);
  left: 0;
  bottom: clamp(20px, 10vw - 99px, 93px);
}

/*岩尾醤油醸造元 通販サイト
-----------------------------*/
.com-shop {
  padding-block: 8.4rem;
}
.com-shop__box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.com-shop__title {
  flex-direction: row-reverse;
  margin-left: -140px;
  pointer-events: none;
}
.com-shop__title > span {
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  line-height: var(--line-height-xxxxl);
  letter-spacing: var(--letter-spacing-base);
  padding: 2rem 0 calc(2rem - var(--letter-spacing-base));
}
@media screen and (max-width: 767px) {
  .com-shop__title > span {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.com-shop__bnr {
  margin-left: 40px;
}

/*===============================================
  トップページ
===============================================*/
.top *:has(+ .top-bnr) {
  padding-bottom: 251px;
}
.top *:has(+ .top-bnr).section {
  padding-bottom: calc(clamp(120px, 8.3333333333vw, 160px) + clamp(120px, 8.3333333333vw, 160px) + 91px);
}

/*創業明治七年。
変わらぬ製法で届ける、
老舗 岩尾醤油醸造元の味。
-----------------------------*/
.top-about::before {
  width: calc(100% + 16px);
  max-width: 1803px;
  height: calc(728px + max(0px, 384px - 20vw));
  background-size: 20.355%, 12.8125%;
  left: max(50% - 976px, -16px);
  top: calc(clamp(120px, 8.3333333333vw, 160px) - 60px);
}
.top-about::after {
  width: 78.125%;
  min-width: 1150px;
  max-width: 1500px;
  height: 550px;
  background-size: 15.334%;
  left: calc(50% - clamp(70px, 5.2083333333vw, 100px));
  top: calc(clamp(120px, 8.3333333333vw, 160px) - 57px);
}
.top-about__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  -moz-column-gap: 68px;
       column-gap: 68px;
}
.top-about__movie {
  width: 512px;
  flex-shrink: 0;
}

/*バナーリンク
-----------------------------*/
.top-bnr {
  height: calc(clamp(240px, 16.6666666667vw, 320px) + 182px);
  margin-block: calc(clamp(-160px, -8.3333333333vw, -120px) - 91px);
}
.top-bnr::before, .top-bnr::after {
  width: calc(100% - 50px);
  max-width: 1400px;
}
.top-bnr + * {
  padding-top: calc(clamp(120px, 8.3333333333vw, 160px) + 91px);
}
.top-bnr + *.section {
  padding-top: calc(clamp(120px, 8.3333333333vw, 160px) + clamp(120px, 8.3333333333vw, 160px) + 91px);
}

/*老舗 岩尾醬油醸造元のこだわり
-----------------------------*/
.top-commitment {
  background-size: max(1920px, 100%);
}
.top-commitment__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 50px 150px;
}
.top-commitment__item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 220px;
  height: 580px;
  box-shadow: 0 0.3rem 0 0 var(--color-gold) inset, 0 -0.3rem 0 0 var(--color-gold) inset;
  padding: 90px 30px;
}
.top-commitment__item::before, .top-commitment__item::after {
  width: 8rem;
  left: 50%;
  transform: translateX(-50%);
}
.top-commitment__item::before {
  top: 0;
}
.top-commitment__item::after {
  bottom: 0;
}
.top-commitment__item p {
  font-size: var(--font-size-xxl);
  line-height: var(--line-height-xxl);
  writing-mode: vertical-rl;
  max-height: auto;
  text-orientation: mixed;
  word-break: keep-all;
  padding-top: 78px;
}
@media screen and (max-width: 767px) {
  .top-commitment__item p {
    writing-mode: horizontal-tb;
    max-height: inherit;
  }
}
.top-commitment__item p::before {
  font-size: 5rem;
  position: absolute;
  top: 90px;
  right: 45px;
}
.top-commitment__btn {
  margin: 6rem auto 0;
}

/*バナーリンクセクション
-----------------------------*/
.top-link__items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-link__item {
  width: 100%;
  height: clamp(350px, 26.0416666667vw, 500px);
}
.top-link__inner {
  width: 90%;
  max-width: 460px;
  height: 60%;
  max-height: 240px;
  padding: 4rem;
}
.top-link__inner::before {
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
}
.top-link__title {
  font-size: clamp(3.6rem, 2.75vw, 4.4rem);
}
.top-link__title > span::before {
  width: calc(100% + 10rem);
  min-width: clamp(240px, 18.7356321839vw, 326px);
}
.top-link__text {
  line-height: 1.75;
}

/*お知らせ
-----------------------------*/
.top-news {
  background-size: min(790px, 41.146%);
}
.top-news__box {
  display: grid;
  grid-template-columns: 240px 1fr;
  align-items: center;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
.top-news__list {
  min-height: 270px;
  grid-row: span 2;
}

/*福井観光関連サイト
-----------------------------*/
.top-related__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem 6rem;
}
.top-related__item {
  width: 32rem;
}
.top-related__bnr {
  margin-bottom: 2rem;
}

/*===============================================
  老舗 岩尾醤油醸造元について
===============================================*/
/*150年受け継がれる味
食卓にも、贈り物にも。
-----------------------------*/
.about-lead::before {
  width: 78.125%;
  min-width: 1150px;
  max-width: 1500px;
  height: 480px;
  background-size: 15.334%;
  left: calc(50% - clamp(70px, 5.2083333333vw, 100px));
  top: calc(clamp(120px, 8.3333333333vw, 160px) + 13px);
}
.about-lead__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.about-lead__image {
  flex-shrink: 0;
  margin: 4rem 0 0 4rem;
}

/*老舗 岩尾醬油醸造元のこだわり
-----------------------------*/
.about-commitment__list {
  padding: 8rem 6rem;
}
.about-commitment__list::before {
  width: calc(100vw - 50px);
  max-width: 1280px;
  min-width: 1150px;
  background-size: 70.859375%;
}
.about-commitment__item {
  display: grid;
  grid-template-columns: 400px 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: flex-start;
}
.about-commitment__heading {
  grid-column: span 2;
  order: 0;
}
.about-commitment__text {
  order: 2;
  margin-top: calc(20px + (1em - 1lh) / 2);
}
.about-commitment__image {
  order: 1;
}
.about-commitment__image img {
  width: 1005;
  height: 384px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*会社情報
-----------------------------*/
.about-company {
  padding-top: clamp(100px, 7.2916666667vw, 140px);
}
.about-company__map {
  height: 50rem;
  margin-top: 8rem;
}

/*===============================================
  商品紹介
===============================================*/
/*商品紹介　一覧
-----------------------------*/
.products-list__item {
  display: grid;
  grid-template-columns: 512px 1fr;
  align-items: flex-start;
  -moz-column-gap: 68px;
       column-gap: 68px;
  margin-bottom: 11rem;
}
.products-list__heading {
  grid-column: span 2;
}
.products-list__btn {
  margin: 5rem auto 0;
  grid-column: span 2;
}

/*===============================================
  お客様の声
===============================================*/
/*お客様の声　一覧
-----------------------------*/
.voice-list::before {
  width: calc(100% + 32px);
  max-width: 1952px;
  height: clamp(190px, 14.84375vw, 285px);
  top: calc(clamp(120px, 8.3333333333vw, 160px) - 60px);
}
.voice-list__item {
  padding: 6rem;
}
.voice-list__heading {
  margin-bottom: 4rem;
}
.voice-list__status {
  margin-bottom: 3rem;
}

/*===============================================
  オススメ醤油診断
===============================================*/
/*あなたにぴったりのお醤油をご提案！
-----------------------------*/
.match-chart {
  background-size: min(968px, 50.46875%);
}
.match-chart::before {
  content: "";
  width: 1080px;
  height: 457px;
  background: url(../img/common/match_deco-lb.png) no-repeat left 20px bottom 99px, url(../img/common/match_deco-rt.png) no-repeat left 334px top, url(../img/common/match_deco-right.png) no-repeat right bottom;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(clamp(120px, 8.3333333333vw, 160px) - 60px);
  z-index: 0;
}

/*===============================================
  お知らせ
===============================================*/
/* お知らせ 一覧
-----------------------------*/
/* お知らせ 詳細
-----------------------------*/
/*タグリスト
-----------------------------*/
/*===============================================
  お問い合わせ
===============================================*/
.contact-form__table {
  margin-bottom: 56px;
}
.contact-form__table tr th {
  width: 350px;
  text-align: left;
  line-height: 2.375;
  padding-right: 0;
  padding-block: 2.1rem;
}
.contact-form__table tr td {
  vertical-align: middle;
  line-height: 2.375;
  padding-block: 2.1rem;
}
.contact-form .contact-submits-wrap > * {
  width: 320px;
  height: 60px;
  margin: 20px 15px 0;
}

/*===============================================
  お問い合わせ完了
===============================================*/
.contact-complete__text {
  text-align: center;
}

/*===============================================
  プライバシーポリシー
===============================================*/
.privacy-policy__box {
  padding: 4rem;
}

/*===============================================
  サイトマップ
===============================================*/
.sitemap-list__items {
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-auto-flow: column;
  gap: 20px 80px;
}
.sitemap-list__link {
  font-size: var(--font-size-h6);
  line-height: var(--line-height-h6);
  padding: 15px 20px;
}

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