@charset "utf-8";
/* Triple Style CSS */
body {
/*font-family: Arial, sans-serif;*/
/*background-color: #f0f0f0;*/
/*color: #333;*/
}
/*
共有
******************************************************************/
p {
margin: 0;
}
.c-ttl-second {
font-family: "Zen Old Mincho", serif;
font-weight: 700;
font-style: normal;
font-size: 30px;
text-align: center;
margin-top: 0;
margin-bottom: 30px;
line-height: 1.4;
}
@media screen and (max-width: 575px) {
.c-ttl-second {
margin-bottom: 20px;
font-size: 18px;
}
}
/* PC用画像を表示(スマホでは非表示) */
.pc-only {
display: block;
}
/* スマホ用画像はデフォルト非表示 */
.sp-only {
display: none;
}
/* 画面幅768px以下をスマホ表示とする */
@media screen and (max-width: 768px) {
.pc-only {
display: none;
}
.sp-only {
display: block;
}
}
/*サイトマップ 表示*/
@media screen and (max-width: 1023px) {
.p-shopguide {
display: block;
}
}
@media screen and (max-width: 768px) {
.p-shopguide-wrap {
display: flex;
flex-direction: column;
align-content: center;
}
.p-shopguide-wrap .p-shopguide-column {
margin-top: 1.5rem;
}
.p-shopguide-wrap .p-shopguide-column:nth-child(2) {
border-left: unset;
border-right: unset;
}
.p-shopguide h2.c-ttl-main {
margin-bottom: 20px;
font-size: 26px;
}
.p-shopguide-wrap .p-shopguide-box {
width: 190px;
}
}
/* SNS info */
.l-footer-sns-list {
font-size: 1.625rem;
font-weight: 500;
margin-top: 120px;
justify-content: center;
}
/* スマホ下部固定バナー オンラインショップへ*/
.sp-fixed-banner {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 9999;
background: #e7e5e3;
text-align: center;
/* 初期状態(非表示) */
opacity: 0;
transform: translateY(20px);
pointer-events: none;
transition: opacity 0.4s ease, transform 0.4s ease;
}
/* 表示状態 */
.sp-fixed-banner.is-show {
opacity: 1;
transform: translateY(0);
pointer-events: auto;
}
/* テキスト */
.sp-fixed-banner a {
display: block;
padding: 14px 10px;
color: #000;
font-size: 16px;
font-weight: bold;
text-decoration: none;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
font-style: normal;
}
/* PC非表示 */
@media screen and (min-width: 768px) {
.sp-fixed-banner {
display: none;
}
}
@media screen and (max-width: 768px) {
.footer-free1,
.footer-free3,
.footer-free4,
.footer-free6 {
padding-bottom: 60px;
}
}
/* スマホ下部固定バナー オンラインショップへ End */
/*
ヘッダー
******************************************************************/
/*ヘッダーロゴ*/
.l-header-logo {}
.l-header-logo__img img {
max-width: 135px;
max-height: 60px;
}
@media screen and (max-width: 1023px) {
.l-header-logo__img img {
max-width: 130px;
max-height: 40px;
}
}
@media screen and (max-width: 767px) {
.l-header-logo__img img {
max-width: 110px;
max-height: 30px;
}
}
/*ヘッダーロゴ*/
.l-header-main__in {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
z-index: 100;
}
@media screen and (max-width: 1030px) {
.l-header-main__in {
width: unset;
}
}
@media screen and (max-width: 900px) {
.l-header-main__in {
width: 22%;
}
}
@media screen and (max-width: 767px) {
.l-header-main__in {
width: 100%;
}
}
/********** ドロップダウンメニュー **********/
.l-dropdown-menu {
top: 100px;
}
@media screen and (max-width: 1023px) {
.l-dropdown-menu {
top: 90px;
padding: 30px 0 10px 0;
}
}
@media screen and (max-width: 767px) {
.l-dropdown-menu {
position: static;
margin-bottom: 20px;
padding: 0;
width: auto;
background: transparent;
color: #2d2d2d;
box-shadow: none;
}
}
/* メインメニュー タイトル 251115*/
body {
padding-top: 100px;
}
@media screen and (max-width: 1023px) {
body {
padding-top: 90px;
}
}
@media screen and (max-width: 767px) {
body {
padding-top: 60px;
font-size: 13px;
}
}
.l-header-main {
padding: 20px 15px;
max-width: 1200px;
height: 100px;
}
@media screen and (max-width: 1023px) {
.l-header-main {
padding: 15px 25px 15px 25px;
height: 90px;
}
}
@media screen and (max-width: 767px) {
.l-header-main {
padding: 5px 60px 5px 25px;
height: 60px;
}
.l-sp-header-login-btn .l-header-login-list__link {
border: solid 1px #000033;
padding: 5px 8px;
color: #000033;
}
.l-sp-header-login-btn .l-header-login-list__link:hover {
text-decoration: none;
color: #000033;
}
}
@media screen and (min-width: 767px) {
.l-sp-header-login-btn {
display: none;
}
}
.l-main-navi-list__link {
font-size: 0.75rem;
font-weight: 400;
padding-top: 3px;
padding-bottom: 0;
}
.l-main-navi ul li.l-main-navi-list__item {
list-style: none;
padding: 0px 22px 0;
margin-right: unset;
border-right: 0.8px solid #000000;
font-size: 0.75rem;
}
/* 最後だけ非表示 */
.l-main-navi ul li.l-main-navi-list__item:last-child {
border-right: none;
}
/*ヘッダー画像 タイトル 251115*/
.page-header {
position: relative;
width: 100%;
height: 400px;
overflow: hidden;
/* 画像がはみ出るのを防ぐ */
margin-bottom: 5rem;
}
.page-header .hed-ttl-container {
position: absolute;
top: 50%;
/* タイトルを上下中央へ */
left: 50%;
width: 1200px;
height: 400px;
/* コンテナ幅固定 */
transform: translate(-50%, -50%);
pointer-events: none;
/* クリックを画像に通す(任意) */
}
.page-header img {
width: 100%;
height: 100%;
object-fit: contain;
/* 画像を縦横比を維持してヘッダーにフィット */
display: block;
}
/*醤油づくり*/
.page-header.heder-free3 img {
object-position: center 7%;
}
/*会社概要*/
@media screen and (max-width: 1582px) {
.page-header img {
object-fit: cover;
}
.page-header.heder-free1 img {
object-position: left 50%;
}
}
/* ▼ before 疑似要素で画像 */
.c-ttl-second::before {
content: "";
display: block;
width: 33px;
height: 80px;
background-image: url("https://img06.shop-pro.jp/PA01311/409/etc_base64/cmVfdGl0bGUtaXRlbQ.png?cmsp_timestamp=20251115160753");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
top: -80px;
right: 6px;
}
/* =========================== スマホ(1200px〜) =========================== */
@media screen and (max-width: 1200px) {
.page-header .hed-ttl-container {
width: 100%;
}
}
/* =========================== スマホ(768px〜) =========================== */
@media screen and (max-width: 768px) {
.page-header {
height: 380px;
/* モバイルでは少し低く */
}
.hed-ttl-container {
width: 90%;
/* スマホは画面幅いっぱい */
left: 50%;
transform: translate(-50%, -50%);
}
.c-ttl-second {
font-size: 22px;
/* モバイル向けサイズ */
text-align: center;
/* 中央寄せ */
padding-right: 0;
/* 右100pxの余白は解除 */
}
.l-main-navi ul li.l-main-navi-list__item {
border-right: unset;
}
.l-main-navi-list__link {
padding: 13px 20px 13px 20px;
}
}
/* =========================== 超小型スマホ(576px〜) =========================== */
@media screen and (max-width: 576px) {
.page-header {
/*height: 180px;*/
}
.c-ttl-second {
font-size: 18px;
}
}
.page-header-pickup{
background-color: #dde3dc;
}
.page-header-pickup .hed-pickup-container {
height: 160px;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
align-content: center;
text-align: right;
}
.page-header-pickup h3 {
font-family: "Crimson Text", serif;
font-weight: 600;
font-style: italic;
/*text-align: right;*/
font-size: 33px;
margin: 0;
position: relative;
display: inline-block;
padding: 0 5px;
letter-spacing: 5px;
}
.catch {
font-size: 1.8rem;
margin-bottom: 20px;
position: relative;
display: inline-block; /* 下線の幅をタイトルの幅に合わせる */
}
.page-header-pickup h3::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1.5px;
background-color: #000;
}
/*
フッター
******************************************************************/
.p-shopguide {
font-family: "Zen Old Mincho", serif;
font-weight: 400;
font-style: normal;
font-size: 0.875rem;
}
.p-shopguide h3 {
font-size: 1.1875rem;
}
.p-shopguide-column:nth-child(3) ul {
line-height: 3.125rem;
}
.p-shopguide-column:nth-child(3) li {
font-size: 19px;
}
.p-shopguide-column .list-hyphen {
list-style: none;
/* 既存のマークを消す */
padding-left: 0;
/* 左の余白も調整 */
}
.p-shopguide-column .list-hyphen li {
position: relative;
padding-left: 2em;
/* ハイフン分の余白 */
}
.p-shopguide-column .list-hyphen li::before {
content: "−";
/* ハイフンを表示 */
position: absolute;
left: 0;
}
/*
トップページ
******************************************************************/
.p-information {
/*margin-top: 90px;
margin-bottom: 90px;
padding: 60px 90px;*/
background: unset;
background-color: #e8e6e4;
color: #000;
}
/* オンラインショップ トップページ
******************************************************************/
/* ヘッダー */
.is-product_srh .page-header .hed-ttl-container {}
.page-header h2.c-ttl-second {
font-size: 33px;
color: #fff;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
/* ▼▼ 縦書き指定 ▼▼ */
writing-mode: vertical-rl;
text-orientation: upright;
/* ▼ PC:右端から100px内側に配置 ▼ */
position: absolute;
top: 42%;
right: 100px;
transform: translateY(-50%);
white-space: nowrap;
letter-spacing: 4px;
margin: 0;
}
/*醤油づくり*/
.page-header.heder-free3 h2.c-ttl-second {
top: 43%;
}
/*イベント*/
.page-header.heder-free4 h2.c-ttl-second {
top: 47%;
}
/*会社概要*/
.page-header.heder-free1 h2.c-ttl-second {
top: 38%;
}
@media screen and (max-width: 768px) {
.page-header h2.c-ttl-second {
right: 35px;
}
}
.is-product_srh .page-header .header-inner {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
/* 中央寄せ */
width: 100%;
max-width: 1200px;
/* ←ここで幅を制限 */
height: 100%;
padding: 20px;
box-sizing: border-box;
}
/* ▼左上のコピー */
.is-product_srh .page-header .hedre-copy {
position: absolute;
top: 55px;
left: 45px;
line-height: 2.3;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
font-style: normal;
writing-mode: vertical-rl;
text-orientation: upright;
height: 215px;
font-size: 13px;
text-shadow: -1px 0 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, 0 1px 0 #fff;
}
.is-product_srh .page-header .hedre-copy .copy01 {
font-size: 1.25rem;
letter-spacing: 3px;
margin-left: 2rem;
line-height: 1.7;
}
@media (max-width: 850px) {
.is-product_srh .page-header .hedre-copy {
line-height: 1.3;
}
}
@media (max-width: 768px) {
.is-product_srh .page-header .hedre-copy {
line-height: 1;
display: none;
}
.heder-product_srh img {
object-position: 55%;
}
}
/* ▼右上のタイトル */
.is-product_srh .page-header .hed-title {
position: absolute;
top: 20px;
right: 0;
text-align: right;
font-family: "Crimson Text", serif;
font-weight: 600;
font-style: italic;
font-size: 1.25rem;
padding-right: .8rem;
}
.is-product_srh .page-header .c-ttl-second-title img {
max-width: 176px;
display: block;
}
/* カテゴリ メニュー */
.p-item-box .category-box {
background-color: #000000;
}
.p-item-box .category-box h3 a {
background-color: #000000;
display: block;
padding: 10px 0 9px;
color: #fff;
}
.p-item-box .category-box h3 a:hover {
text-decoration-line: none;
background-color: #000000b8;
}
/*オンラインショップ トップ カテゴリメニュー*/
.shop-product_srh .p-item-box .category-box{
padding: 10px 0 9px;
}
/*オンラインショップ トップ カテゴリメニュー エンド*/
.p-item-box .category-box h3 {
margin: 0;
text-align: center;
font-family: "Zen Old Mincho", serif;
font-weight: 600;
font-style: normal;
font-size: 1.375rem;
color: #fff;
line-height: 1.4rem;
}
.p-item-box .category-box h3 span {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 17px;
margin-left: 1rem;
}
.heder-product_srh .online-shop-container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.heder-product_srh .page-header img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.online-shop-menu,
.banner-area {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.online-shop-menu {
margin-bottom: 75px;
}
.online-shop-menu .category-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
/* PC 4列 */
gap: 2px;
padding: 0;
list-style: none;
}
.online-shop-menu .category-grid li {
height: 150px;
background: #E7E5E3;
display: flex;
align-items: center;
transition: 0.3s;
}
.online-shop-menu .category-grid li:hover {
background: #eee;
}
.online-shop-menu .category-grid li.active a {
background: #ffffff;
}
.online-shop-menu .category-grid a {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 10px;
width: 100%;
height: 100%;
text-decoration: none;
color: #333;
padding-left: 12;
font-size: 18px;
line-height: 1.2;
transition: 0.3s;
}
.online-shop-menu .category-grid li figure{
width: 40%;
text-align: center;
margin-left: 0;
margin-right: 0;
}
.online-shop-menu .category-grid li img {
width: 40%;
height: auto;
flex-shrink: 0;
object-fit: contain;
}
.online-shop-menu .category-grid li.catg-1898700 img {
width: 43px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126417 img {
width: 83px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126418 img {
width: 74px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126419 img {
width: 112px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126420 img {
width: 65px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126421 img {
width: 85px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126422 img {
width: 107px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126424 img {
width: 97px;
height: auto;
}
.online-shop-menu .category-grid .text-area {
width: 60%;
}
/* ★タイトル文字サイズを21pxに */
.online-shop-menu .category-grid span {
/*font-size: 21px;
line-height: 1.2;
display: block;*/
}
/* スマホは 2列 */
@media (max-width: 768px) {
.online-shop-menu .category-grid {
/*grid-template-columns: repeat(2, 1fr);*/
}
}
@media (max-width: 576px) {
.online-shop-menu .category-grid li {
height: 140px;
}
.online-shop-menu .category-grid li figure {
width: 75%;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
}
.online-shop-menu .category-grid a {
gap: unset;
flex-direction: column;
justify-content: flex-end;
align-items: center;
font-size: 0.75rem;
}
.online-shop-menu .category-grid .text-area {
margin-bottom: 10px;
text-align: center;
width: 100%;
}
.online-shop-menu .category-grid li.catg-1898700 img {
width: 42px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126417 img {
width: 75px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126418 img {
width: 67px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126419 img {
width: 88px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126420 img {
width: 55px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126421 img {
width: 73px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126422 img {
width: 90px;
height: auto;
}
.online-shop-menu .category-grid li.catg-2126424 img {
width: 80px;
height: auto;
}
}
/*オンラインショップ トップ バナー*/
.online-shop-banner{
margin-top: 4.375rem;
}
.banner-area .banner-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
padding: 0;
list-style: none;
}
/* バナーカード */
.banner-area .banner {
position: relative;
overflow: hidden;
background: #fff;
display: block;
/*
をカードに使う場合 */
text-decoration: none;
color: inherit;
}
/* 画像の比率を保ちつつフィットさせる */
.banner-area .banner .media {
width: 100%;
/*aspect-ratio: 16 / 7;*/
/* 横長のバナー比率(変更可) */
display: block;
}
.top-banner .banner .media {
width: 100%;
aspect-ratio: 16 / 8.5;
display: block;
}
.banner-area .banner img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}/* テキストオーバーレイ(任意) */
.banner-area .banner .overlay {
position: absolute;
left: 16px;
right: 16px;
bottom: 16px;
color: white;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.banner-area .banner .overlay h2 {
margin: 0 0 6px 0;
font-size: 1.25rem;
line-height: 1.1;
}
.banner-area .banner .overlay p {
margin: 0;
font-size: 0.95rem;
}
/* レスポンシブ:ある幅以下では1列(縦並び)にする */
@media (max-width: 720px) {
.banner-area .banner-row {
grid-template-columns: 1fr;
/* 1列へ */
}
.banner-area .banner .media {
/*aspect-ratio: 16 / 9;*/
/* スマホでは少し縦長に */
}
}
/* 小さいアクセントやフォーカス */
.banner-area .banner:focus,
.banner-area .banner:hover {
transform: translateY(-4px);
transition: transform .18s ease-out, box-shadow .18s ease-out;
/*box-shadow: 0 12px 30px rgba(0, 0, 0, 0.10);*/
}
/*
醤油づくり
******************************************************************/
.is-free3 .p-freepage.u-container {
box-sizing: border-box;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: unset;
}
.is-free3 .card-container {
box-sizing: unset;
position: unset;
margin-left: auto;
margin-right: auto;
max-width: 700px;
}
/* カード グリッド **************/
/* グリッド全体 */
.grid-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 35px 140px;
max-width: 1000px;
margin: 0 auto;
padding: 20px;
}
/* 各カード */
.card {
background: #fff;
overflow: hidden;
display: flex;
flex-direction: column;
}
.card img {
width: 100%;
height: auto;
display: block;
}
.card-content {
/*padding: 16px;*/
}
.card-content h3 {
font-weight: 500;
font-style: normal;
margin-top: 1rem;
margin-bottom: 1rem;
font-size: 1.3125rem;
}
.card-content p {
font-size: 0.95rem;
color: #555;
line-height: 1.5;
}
/* モバイル表示(1カラム・横並び) */
@media (max-width: 768px) {
.grid-container {
/*padding: unset;*/
grid-template-columns: 1fr;
row-gap: 70px;
}
.card {
flex-direction: row;
align-items: flex-start;
}
.card-content h3 {
margin-top: 0;
line-height: 21px;
}
.card img {
width: 40%;
height: auto;
}
.card-content {
width: 60%;
padding: 0;
padding-left: 2rem;
}
}
/*フードマイレージへの取り組み*/
.p-foodmileage {
/* ? ブラウザ幅いっぱい */
/*margin-left: calc(50% - 50vw);*/
width: 100%;
background-color: #e8e6e4;
padding: 40px 0;
margin-top: 100px;
}
.p-foodmileage .u-container {
max-width: 790px;
margin-left: auto;
margin-right: auto;
}
.p-foodmileage h2 {
font-size: 1.75rem;
text-align: center;
}
.p-foodmileage img {
margin-top: 2rem;
margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
.p-foodmileage img {
margin-top: 2rem;
margin-bottom: 3rem;
width: 385px;
margin-left: auto;
margin-right: auto;
display: block;
}
}
.p-syoyu-movie .movie-box {
text-align: center;
max-width: 700px;
margin: 170px auto 0 auto;
}
.p-syoyu-movie .movie-box iframe{
aspect-ratio: 16 / 9;
}
.p-syoyu-movie .movie-box p {
font-size: 1.43rem;
font-family: "Zen Old Mincho", serif;
font-weight: 700;
font-style: normal;
margin-top: 50px;
}
/*
会社案内
******************************************************************/
.is-free1 .p-freepage.u-container {
max-width: unset;
}
.is-free1 .main-box {
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
.is-free1 .area-00 p {
margin-top: 5.6rem;
font-family: "Zen Old Mincho", serif;
font-weight: 500;
font-style: normal;
text-align: center;
line-height: 29px;
}
.is-free1 .area-00 figure {
text-align: center;
margin: 0; /* 必要に応じて調整 */
}
.is-free1 .area-00 figcaption {
font-size: 12px;
color: #555;
margin-top: 5px;
}
.is-free1 .area-01,
.is-free1 .area-02,
.is-free1 .area-03,
.is-free1 .area-04,
.is-free1 .area-05 {
margin-top: 135px;
}
.is-free1 .area-01 .shop-info,
.is-free1 .area-02 .shop2-info {
margin-bottom: 75px;
}
.is-free1 .area-03 {
/*background-color: #e8e6e4;*/
}
.gallery1,
.gallery2 {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.gallery1 img,
.gallery2 img {
width: 100%;
display: block;
}
.gallery2 .wide {
grid-column: span 2;
}
@media screen and (max-width: 600px) {
.gallery1,
.gallery2 {
grid-template-columns: 1fr;
}
.gallery2 .wide {
grid-column: span 1;
}
}
.list-row {
display: flex;
flex-wrap: wrap;
/* 複数行にまたがれるように */
max-width: 475px;
margin-left: auto;
margin-right: auto;
}
.list-row dt {
width: 115px;
font-weight: unset;
}
.list-row dd {
width: calc(100% - 120px);
/* 残り幅を dd に */
margin: 0 0 10px 0;
}
.is-free1 .area-04 {
background-color: #e8e6e4;
padding-top: 85px;
padding-bottom: 80px;
}
.is-free1 .area-04 .c-ttl-main {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 1.75rem;
letter-spacing: unset;
margin-bottom: 40px;
}
.is-free1 .area-04 .shop-list {
list-style: none;
padding: 0;
margin: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}
.is-free1 .area-04 .shop-list li {
padding: 15px 10px 0px 10px;
text-align: center;
}
@media (max-width: 1240px) {
.is-free1 .area-04 .shop-list {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.is-free1 .area-04 .shop-list {
grid-template-columns: 1fr;
}
}
.is-free1 .area-05 .text-box {
margin-top: 2.5rem;
text-align: center;
}
.is-free1 .area-05 .text-box p {
font-family: "Zen Old Mincho", serif;
font-weight: 700;
font-style: normal;
font-size: 23px;
}
/*
純米しょうゆ
******************************************************************/
.is-free6{
margin-top: 115px;
}
.is-free6 .jyunmai-area{
background-color: #f0efed;
}
.is-free6 .p-freepage.u-container{
max-width: 996px;
}
.is-free6 .image-box {
position: relative;
width: 100%;
max-width: 996px; /* 任意 */
margin: auto;
}
.is-free6 .image-box img {
width: 100%;
display: block;
}
.is-free6 .text-overlay {
position: absolute;
top: 50%;
left: 21%;
transform: translate(-50%, -50%);
color: #000000;
padding: 10px 20px;
font-family: "Zen Old Mincho", serif;
font-weight: 700;
font-style: normal;
line-height: 4rem;
}
/* タイトルのデザイン */
.is-free6 .text-overlay h2 {
font-size: 2.625rem;
margin: 0;
}
/* コピーのデザイン */
.is-free6 .text-overlay p {
font-size: 1.875rem;
margin: 0;
}
.is-free6 .text-overlay p.text-sub{
font-size: 1.3125rem;
}
.is-free6 .jyunmai-container {
max-width: 806px;
padding-top: 115px;
padding-bottom: 100px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 768px) {
.is-free6 .jyunmai-container {
padding-left: 1rem;
padding-right: 1rem;
}
}
.is-free6 .two-column {
display: flex;
gap: 100px;
align-items: flex-start;
max-width: 806px;
margin-left: auto;
margin-right: auto;
}
/* 左カラムの画像 */
.is-free6 .left-images {
/*flex: 1;*/
width: 300px;
}
.is-free6 .left-images img {
width: 100%;
display: block;
margin-bottom: 20px;
}
/* 右カラムのテキスト */
.is-free6 .right-text {
/*flex: 1;*/
font-family: "Zen Old Mincho", serif;
font-style: normal;
}
.is-free6 .catch {
font-size: 1.875rem;
margin-bottom: 20px;
margin-block-start: unset;
margin-block-end: 1em;
line-height: 47px;
font-weight: 700;
}
.is-free6 .desc {
line-height: 1.75rem;
margin-bottom: 2rem;
font-weight: 500;
font-size: 13px;
}
/* スマホ対応(縦並び) */
@media (max-width: 768px) {
.is-free6 .p-freepage.u-container {
padding: 0;
}
.is-free6 .text-overlay {
position: absolute;
top: 50%;
left: 150px
transform: translate(-50%, -50%);
color: #000000;
padding: 0;
font-family: "Zen Old Mincho", serif;
font-weight: 700;
font-style: normal;
line-height: 3rem;
}
/* タイトルのデザイン */
.is-free6 .text-overlay h2 {
font-size: 2.625rem;
margin: 0;
}
.is-free6 .text-overlay p {
font-size: 1.875rem;
margin: 0;
}
.is-free6 .text-overlay p.text-sub {
font-size: 1.3125rem;
}
.is-free6 .two-column {
/*flex-direction: column;*/
gap: 40px;
}
.is-free6 .left-images img {
/*margin-bottom: 15px;*/
}
}
@media (max-width: 576px) {
.is-free6 .two-column {
flex-direction: column;
align-items: center;
}
.is-free6 .left-images img {
margin-bottom: 15px;
}
}
.is-free6 .text-box {
max-width: 605px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
}
.is-free6 .text-box h3 {
font-size: 1.75rem;
font-weight: 400;
}
.is-free6 .text-box p {
line-height: 1.75rem;
margin-bottom: 2rem;
}
.is-free6 .text-box picture {
margin: 75px 0 0 0;
text-align: center;
}
@media (max-width: 576px) {
.is-free6 .text-box picture {
display: flex;
justify-content: center;
}
.is-free6 .text-box picture img {
width: 300px;
}
}
/*
純米しょうゆ 商品
********************/
.jyunmai-area-item {
margin-top: 155px;
}
.jyunmai-area-item .products {
display: flex;
gap: 20px;
flex-wrap: wrap;
/* 狭い画面では折り返す */
list-style: none;
padding: 0;
margin: 0 auto;
max-width: 600px;
}
/* 各商品カード */
.jyunmai-area-item .product {
box-sizing: border-box;
width: calc(50% - 10px);
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.jyunmai-area-item .product img {
max-width: 100%;
height: auto;
object-fit: contain;
}
.jyunmai-area-item .product-name {
margin: 25px 0 40px;
line-height: 1.3;
color: #222;
}
.jyunmai-area-item .buy-button {
appearance: none;
-webkit-appearance: none;
border: none;
padding: 10px 18px;
cursor: pointer;
font-size: 1rem;
font-weight: 600;
background: #000000;
color: #fff;
text-decoration: none;
}
.jyunmai-area-item .buy-button:active {
transform: translateY(1px);
}
.jyunmai-area-item .buy-button[disabled] {
opacity: 0.6;
cursor: not-allowed;
}
/* モバイル(幅600px未満)では1列にする */
@media (max-width: 576px) {
.jyunmai-area-item{
padding-left: 2rem;
padding-right: 2rem;
padding-bottom: 5rem;
}
.jyunmai-area-item .product {
width: 100%;
}
}