@charset "UTF-8";
@import url("grid.css");

.pcv{display:none;}
.spv{display:block;}
img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
html, body {
	overflow-x: hidden;
}
.section-inner{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}
/*ヘッダー
-------------------------------------*/
  .header{
    width: 100%;
    padding: 10px 16px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .header li{
    padding-top: 0;
  }

  .navi{
    width: 100%;
    padding: 10px 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navi-left{
    display: flex;
    align-items: center;
  }

  .header_logo{
    width: 80px;        /* 少し縮小 */
    margin-left: 0;     /* スマホでは余白削減 */
  }
	
  /* ハンバーガー */
  .hamburger{
    display: block;
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    background: #000;
    cursor: pointer;
  }

  .hamburger span{
    position: absolute;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition: 0.4s ease;
  }

  .hamburger span:nth-child(1){ top: 16px; }
  .hamburger span:nth-child(2){ top: 24px; }
  .hamburger span:nth-child(3){ top: 32px; }

  /* × 変形 */
  .hamburger.active span:nth-child(1){
    top: 24px;
    transform: translateX(-50%) rotate(45deg);
  }

  .hamburger.active span:nth-child(2){
    opacity: 0;
  }

  .hamburger.active span:nth-child(3){
    top: 24px;
    transform: translateX(-50%) rotate(-45deg);
  }

  /* メニュー本体 */
  nav.globalMenuSp{
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 320px;
    height: 100vh;
    background: #000;
    z-index: 9998;

    transform: translateX(100%);
    transition: transform 0.4s ease;
  }

  /* 開いた状態 */
  nav.globalMenuSp.active{
    transform: translateX(0);
  }

  /* メニュー中身 */
  nav.globalMenuSp ul{
    list-style: none;
    padding: 100px 0 0;
    margin: 0;
  }

  nav.globalMenuSp ul li{
    padding: 0 0 0 0;
	border-top: dotted 2px #fff;
  }

  nav.globalMenuSp ul li:last-child{
	border-bottom: dotted 2px #fff;
  }

  nav.globalMenuSp ul li a{
    display: block;
    padding: 18px 10px 18px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
  }

  nav.globalMenuSp ul li a:hover{
    background: rgba(255,255,255,0.1);
  }
  
/*メイン画像
-------------------------------------*/
  .mainimg{
    width: 100%;
    overflow: hidden;   /* はみ出し防止 */
  }
  .mainimg img{
    width: 100%;
    height: auto;
  }

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 0 0;
	overflow: hidden;
}
section {
	margin: 0 0;
	padding: 2rem 0;
}

/*伝統的酒造りとは
-------------------------------------*/
.bg01{
    background: url(../img/bg01_sp.webp) no-repeat top center / cover;
    width: 100%;
	padding: -15% 0 15%;
}
.catch h2 {
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #735029;
  	position: relative;
  	padding: 20% 1% 0;
  	text-align: center; 
    font-size: clamp(28px, 7vw, 5rem);
	width: 80%;
	margin: 0% 9% 0;
	font-feature-settings: "palt";
	text-shadow: 0 0 0.5px #000;
}
.catch h2::before {
    content: url('../img/t_icon01.gif');
    position: absolute;
    top: 85%; /* 垂直中央 */
    transform: translateY(-50%) scale(0.7);
}
.catch h2::after {
    content: url('../img/t_icon01.gif');
    position: absolute;
    top: 85%; /* 垂直中央 */
    transform: translateY(-50%) scale(-0.7, 0.7);
}
.catch h2::before { left: 0; }
.catch h2::after { right: 0; }
.catch .txt01 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
	line-height: 2;
  	position: relative;
  	text-align: center;
    font-size: clamp(18px, 4.5vw, 2.5rem);
	width: 100%;
	margin: 5% auto;
	font-feature-settings: "palt";
}
.catch .dl_btn_contents{
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    margin: 5% auto 10%;
  	text-align: center;
    width: 70%;
    position: relative;
	background-color: #735029;
	color: #fff;
	padding: 13px 35px 0.5px 5px;
    font-size: clamp(15px, 3vw, 1.6rem);
  	background-image: url('../img/btn_icon01.webp');
 	background-repeat: no-repeat;
  	background-position: right 10px center; /* テキストの右側に配置 */
  	background-size: 25px; /* アイコンのサイズ */
	font-feature-settings: "palt";
}
.catch .dl_btn_contents a{
    color: #fff;
}
.catch .dl_btn_contents {
    transition: 0.3s ease;
}

/*こうじの働きを生かした「伝統的酒造り」の製法
-------------------------------------*/
.bg02{
    background: url("../img/bg02.gif") repeat-y center center / contain;
    width: 100%;
	padding: 8% 0 5%;
	background-size: 150% auto;
}
.con01_t {
	width: 90%;
  	display: inline-flex; /* アイコンと文字を横並びに */
  	align-items: center; /* 垂直方向の中央揃え */
  	gap: 5px; /* アイコンと文字の間隔 */
  	text-align: center; 
	border-bottom: dotted 3px #735029;
	margin: 0 5%;
}
.con01 h3 {
	width: 90%;
    font-weight: 700;
	line-height: 1.4;
	color: #735029;
  	position: relative;
  	padding: 3% 0;
  	text-align: center; 
    font-size: clamp(20px, 5vw, 4rem);
	margin: 0 0 0;
	font-feature-settings: "palt";
	text-decoration: none;
	letter-spacing: -0.5px;
	text-shadow: 0 0 0.5px #000;
}
.con01_t img {
    width: 17%;
    height: auto;
    vertical-align: top;
}
.con01_img {
    width: 90%;
    height: auto;
    margin: 5% auto;
}
.con01_img img {
    width:100%;
    vertical-align:top;
}

/*ユネスコ無形文化遺産に登録
-------------------------------------*/

.con02 {
	padding: 5% 0 3%;
}
.con02 h3 {
    font-weight: 700;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #1c2b6b;
  	position: relative;
  	padding: 0 0 2%;
  	text-align: center; 
    font-size: clamp(20px, 6vw, 5rem);
	margin: 0 2% 3%;
	text-shadow: 0 0 0.5px #000;
}
.con02 h3::before {
    content: url('../img/t_icon04.gif');
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0.6);
}
.con02 h3::after {
    content: url('../img/t_icon04.gif');
    position: absolute;
    top: 50%; /* 垂直中央 */
    transform: translateY(-50%) scale(-0.6, 0.6);
}
.con02 h3::before { left: 0; }
.con02 h3::after { right: 0; }

.con02_con {
    display:inline;
    margin: 0 auto;
}
.con02 .txt01 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
	line-height: 1.6;
  	position: relative;
  	text-align: left;
    font-size: clamp(16px, 4vw, 2.5rem);
	width: 90%;
	margin: 0 auto 10%;
	font-feature-settings: "palt";
	text-indent: 1em;
}
.con02_img {
    width: 60%;
    height: auto;
    margin: 0 auto 0;
}
.con02_img img {
    width:100%;
    vertical-align:top;
}

/*この国の誇りが造る酒に満ちている
-------------------------------------*/

.bg04{
	background-color: #ede3c7;
	width: 100%;
	padding: 40px 0;
}
.con03_t,
.con03_ts{
	width: 98%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}
.con03 h3 {
    font-weight: 700;
	line-height: 1.4;
	color: #1c2b6b;
  	position: relative;
  	padding: 0 0;
  	text-align: center; 
	font-size: clamp(2.2rem, 5.8vw, 6rem);
	margin: 0 0 9%;
	letter-spacing: -1px;
	font-feature-settings: "palt";
	border-bottom: solid 2px #1c2b6b;
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con03_t img {
    width: 10px;
    height: auto;
    vertical-align: bottom;
}
.con03 h4 {
    font-weight: 700;
	line-height: 1.4;
	color: #1c2b6b;
  	position: relative;
  	padding: 0 0;
  	text-align: center; 
	font-size: clamp(1.8rem, 5vw, 5rem);
	margin: -8% 0 5%;
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}

.con03 .card-wrapper {
	width: 95%;
	margin: -5% auto 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.con03 .card {
    flex: 1 1 90%;
    max-width: 90%;
	display: flex;
	flex-direction: column;
}

.con03 .card-image {
	width: 80%;
	aspect-ratio: 340 / 425;  /* 比率維持 */
	margin: 0 auto 5%;
	overflow: hidden;
}

.con03 .card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.con03 .company {
	font-size: clamp(20px, 4vw, 4.5rem); 
	margin-bottom: 8%;
	text-align: center;
	font-weight: 700;
	text-shadow: 0 0 0.5px #000;
	line-height: 1.4;
}

.con03 .name {
    font-size: clamp(25px, 6vw, 3.5rem);
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	color: #000!important;
	text-shadow: 0 0 0.5px #000;
	line-height: 1.8;
}

.con03 .description {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: clamp(16px, 4vw, 2.5rem);
	font-weight: bold;
	line-height: 1.6;
	padding: 3% 0;
	font-feature-settings: "palt";
	border-top: solid 2px #000;
	text-indent: 1em;
}

.con03 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #000046;
	color: #fff;
	text-decoration: none;
    font-size: clamp(20px, 6vw, 2rem);
	padding: 10px 40px 12px 12px;
	transition: 0.3s;
	width: 87%;
	text-align: center;
	margin-top: auto;
	margin-bottom: 10%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.con03 .btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transition: 0.3s;
}

.con03 .btn_c {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #494949;
	color: #fff;
	text-decoration: none;
    font-size: clamp(20px, 6vw, 2rem);
	padding: 10px 40px 12px 12px;
	transition: 0.3s;
	width: 87%;
	text-align: center;
	margin-top: auto;
	margin-bottom: 10%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
}

/*BS番組告知　受け継がれる技と誇り
-------------------------------------*/

.bg05{
    background-image: url("../img/bg03.gif");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1000px auto;
    width: 100%;
	padding: 3% 0 5%;
}
.con04 {
	margin: 0 auto;
	text-align: center;
}
.con04_t img {
    margin: 0 auto;
    width: 95%;
    height: auto;
}
.con04 .broadcast {
    margin: 4% 0;
}
.con04 .broadcast img {
    display: block;
    margin: 0 auto;
    width: 75%;
    height: auto;
}
.con04 .lead {
    width: 88%;
    color: #fff !important;
    text-align: left;
    font-size: clamp(16px, 4vw, 2.5rem);
    line-height: 1.6;
    margin: 5% auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
	text-indent: 1em;
}
.con04 .thumbnail {
    margin: 0 auto;
}

.con04 .thumbnail img {
    width: 85%;
    display: block;
    margin: 0 auto;
}
.con04 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	color: #000046;
	text-decoration: none;
    font-size: clamp(20px, 6vw, 2rem);
	padding: 8px 40px 10px 12px;
	transition: 0.3s;
	width: 72%;
	text-align: center;
	margin-top: auto;
	margin-bottom: 10%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: -0.5px;
}

.con04 .btn::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 3px solid #000046;
    border-right: 3px solid #000046;
    transition: 0.3s;
}
/*知ればもっと旨くなる伝統的酒造り
-------------------------------------*/
/*1.日本文化との関わり
-------------------------------------*/
.con05 {
    height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 40%;
}
.con05_t {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding: 0 0;
}
.deco {
    flex: 1;
    height: 15px;
	padding: 0 0 20px;
	margin: 25px -40px 0;
    background: url("../img/bg04.gif") repeat-x center;
	background-size: 16% auto;
}
.con05 h3 {
    font-weight: 700;
    line-height: 1.4;
    color: #595858;
    font-size: clamp(2.4rem, 5vw, 5rem);
    white-space: nowrap;
	font-feature-settings: "palt";
	text-shadow: 0 0 0.5px #000;
}
.con05_ts {
    display: inline-block;
    background: url("../img/con05_t.png") no-repeat center / contain;
    padding: clamp(10px, 2vw, 20px) clamp(20px, 6vw, 100px);
	margin: 30px 0;
}

.con05_ts span {
    color: #8b1c4a;
    font-weight: 700;
    font-size: clamp(2.4rem, 5vw, 4rem);
	font-feature-settings: "palt";
	text-shadow: 0 0 0.5px #000;
}

.con05_item{
    position: relative;
}
.con05_margin01{
    margin: 0 0 0 0;
}
.con05_margin02{
    margin: 45% 0 0 0;
}
.con05_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;
}
.con05_copy1{
    margin: 0 0 0 0;
}
.con05_copy2{
    margin: 0 0 0 0;
}
.con05_subtitle{
	width: 85%;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15% 7.5% 3%;
	line-height: 1.4;
    color: #8b1c4a;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
    font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con05_txt{
	width: 85%;
    font-weight: 700;
    margin: 0 7.5% 0;
	line-height: 1.6;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(16px, 4vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-indent: 1em;
}
.reverse{
    flex-direction: column-reverse;
}
.con05_bg01 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 450;   /* 比率固定 */
    background: rgba(139, 28, 74, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    90% 85%,   /* 右下（少し上） */
    8% 100%     /* 左下（下端） */
  );
}
.con05_bg02 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 450;   /* 比率固定 */
    background: rgba(139, 28, 74, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    88% 90%,   /* 右下（少し上） */
    5% 100%     /* 左下（下端） */
  );
}
.con05_img01 {
    width: 55%;
    position: relative;
}
.con05_img01 img {
    width: 100%;
    position: absolute;   
    top: -10px;
    right: -30%; 
}
.con05_img02 {
    width: 100%;
    position: relative;
}
.con05_img02 img {
    width: 60%;
    position: absolute;   
    top: 370px;
    right: 35%;
}

/*四季折々の楽しみ方
-------------------------------------*/

.bg06{
    background-image: url("../img/bg05.gif");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1000px auto;
    width: 100%;
    padding: 2% 0 10%;
}
.con06 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0;
}
.con06_t {
  	display: flex;
  	justify-content: left;
  	align-items: center;
  	margin: 0 auto 3%;
}
.con06 h3 {
    font-weight: 700;
	line-height: 1.2;
    letter-spacing: 3px;
	color: #fff;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
    font-size: clamp(2.8rem, 6vw, 5rem);
	margin: 0 0 0 15px;
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con06_t img {
    width: 25%;
    height: auto;
}
.con06_con {
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
}


/* 左側 */
.con06_left {
    flex: 1;
}
.con06_text {
	width: 100%;
    font-weight: 700;
    margin: 0 0 5% 0;
	line-height: 1.6;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(16px, 4vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
    letter-spacing: 1.5px;
	text-indent: 1em;
}

/* 右側 */
.con06_right {
    flex: 1;
    display: flex;
    gap: 20px;
}

.con06 .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.con06 .card img {
    width: 100%;
    height: auto;
    display: block;
}

.con06 .card_text {
	width: 100%;
    font-weight: 700;
    margin: 5% 0;
	line-height: 1.4;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(13px, 3vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	text-indent: 1em;
}

.con06 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	color: #8a135c;
	padding: 8px 10px 8px 5px;
	text-decoration: none;
	font-size: clamp(13px, 3vw, 2.5rem);
	transition: 0.3s;
	width: 90%;
	margin-top: auto;
	font-feature-settings: "palt";
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
    letter-spacing: -1px;
}

.con06 .btn::after {
	content: "";
	position: absolute;         /* ← 追加 */
	right: 5px;                /* ← 右端固定 */
	top: 50%;
	transform: translateY(-50%) rotate(45deg);

	width: 5px;
	height: 5px;
	border-top: 2px solid #8a135c;
	border-right: 2px solid #8a135c;
	transition: 0.3s;
}

/*知ればもっと旨くなる伝統的酒造り
-------------------------------------*/
/*２.世界の中の國酒
-------------------------------------*/

.con07 {
    height: auto;
	margin: -5% auto 0;
	text-align: center;
	padding: 0 0 50%;
}
.con07_ts {
    display: inline-block;
    background: url("../img/con07_t.png") no-repeat center / contain;
    padding: clamp(10px, 2vw, 20px) clamp(20px, 6vw, 100px);
	margin: 30px 0;
}

.con07_ts span {
    color: #519f97;
    font-weight: 700;
    font-size: clamp(2.4rem, 5vw, 4rem);
	font-feature-settings: "palt";
	text-shadow: 0 0 0.5px #000;
}

.con07_item{
    position: relative;
}
.con07_margin01{
    margin: 0 0 0 0;
}
.con07_margin02{
    margin: 45% 0 0 0;
}
.con07_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;
}
.con07_copy1{
    margin: 0 0 0 0;
}
.con07_copy2{
    margin: 0 0 0 0;
}
.con07_subtitle{
	width: 85%;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15% 7.5% 3%;
	line-height: 1.4;
    color: #519f97;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
    font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con07_txt01,.con07_txt02{
	width: 85%;
    font-weight: 700;
    margin: 0 7.5% 0;
	line-height: 1.6;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(16px, 4vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-indent: 1em;
}
.con07_bg01 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 450;   /* 比率固定 */
    background: rgba(81, 159, 151, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    90% 85%,   /* 右下（少し上） */
    8% 100%     /* 左下（下端） */
  );
}
.con07_bg02 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 900px;               /* 固定 */
    aspect-ratio: 900 / 450;   /* 比率固定 */
    background: rgba(81, 159, 151, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    88% 90%,   /* 右下（少し上） */
    5% 100%     /* 左下（下端） */
  );
}
.con07_img01 {
    width: 60%;
    position: relative;
}
.con07_img01 img {
    width: 100%;
    position: absolute;   
    top: 380px;
    right: 30%; 
}
.con07_img02 {
    width: 80%;
    position: relative;
}
.con07_img02 img {
    width: 100%;
    position: absolute;   
    top: 360px;
    right: 0%;
}

/*世界が注目する國酒カクテル
-------------------------------------*/

.bg07{
    background-image: url("../img/bg06.gif");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1000px auto;
    width: 100%;
    padding: 2% 0 10%;
}
.con08 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0;
}
.con08_t {
  	display: flex;
  	justify-content: left;
  	align-items: center;
  	margin: 0 auto 3%;
}
.con08 h3 {
    font-weight: 700;
	line-height: 1.2;
    letter-spacing: 3px;
	color: #fff;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
    font-size: clamp(2.8rem, 6vw, 5rem);
	margin: 0 0 0 15px;
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con08_t img {
    width: 25%;
    height: auto;
}
.con08_con {
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
}


/* 左側 */
.con08_left {
    flex: 1;
}
.con08_text {
	width: 100%;
    font-weight: 700;
    margin: 0 0 5% 0;
	line-height: 1.6;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(16px, 4vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
    letter-spacing: 1.5px;
	text-indent: 1em;
}

/* 右側 */
.con08_right {
    flex: 1;
    display: flex;
    gap: 20px;
}

.con08 .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.con08 .card img {
    width: 100%;
    height: auto;
    display: block;
}

.con08 .card_text {
	width: 100%;
    font-weight: 700;
    margin: 5% 0;
	line-height: 1.4;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(13px, 3vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	text-indent: 1em;
}

.con08 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	color: #469091;
	padding: 8px 10px 8px 5px;
	text-decoration: none;
	font-size: clamp(13px, 3vw, 2.5rem);
	transition: 0.3s;
	width: 90%;
	margin-top: auto;
	font-feature-settings: "palt";
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
    letter-spacing: -1px;
}

.con08 .btn::after {
	content: "";
	position: absolute;         /* ← 追加 */
	right: 5px;                /* ← 右端固定 */
	top: 50%;
	transform: translateY(-50%) rotate(45deg);

	width: 5px;
	height: 5px;
	border-top: 2px solid #469091;
	border-right: 2px solid #469091;
	transition: 0.3s;
}


/*知ればもっと旨くなる伝統的酒造り
-------------------------------------*/
/*３.新しい酒文化へ
-------------------------------------*/
.con09 {
	margin: -5% auto 0;
	text-align: center;
	padding: 0 0 50%;
}
.con09_ts {
    display: inline-block;
    background: url("../img/con09_t.png") no-repeat center / contain;
    padding: clamp(10px, 2vw, 20px) clamp(30px, 6vw, 100px);
	margin: 30px 0;
}

.con09_ts span {
    color: #ca5520;
    font-weight: 700;
    font-size: clamp(2.4rem, 5vw, 4rem);
	font-feature-settings: "palt";
	text-shadow: 0 0 0.5px #000;
}

.con09_item{
    position: relative;
}
.con09_margin01{
    margin: 0 0 0 0;
}
.con09_margin02{
    margin: 50% 0 0 0;
}
.con09_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-direction: column;
}
.con09_copy1{
    margin: 0 0 0 0;
}
.con09_copy2{
    margin: 0 0 0 0;
}
.con09_subtitle{
	width: 85%;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 15% 7.5% 3%;
	line-height: 1.4;
    color: #ca5520;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
    font-size: clamp(2.4rem, 5vw, 3.8rem);
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con09_txt01,.con09_txt02{
	width: 85%;
    font-weight: 700;
    margin: 0 7.5% 0;
	line-height: 1.6;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(16px, 4vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	text-indent: 1em;
}
.con09_bg01 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 450;   /* 比率固定 */
    background: rgba(229, 179, 62, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    90% 85%,   /* 右下（少し上） */
    8% 100%     /* 左下（下端） */
  );
}
.con09_bg02 {
    position: absolute;
    top: 0;
    right: -50%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 450;   /* 比率固定 */
    background: rgba(229, 179, 62, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    88% 90%,   /* 右下（少し上） */
    5% 100%     /* 左下（下端） */
  );
}
.con09_img01 {
    width: 80%;
    position: relative;
}
.con09_img01 img {
    width: 100%;
    position: absolute;   
    top: 300px;
    right: 0%; 
}
.con09_img02 {
    width: 60%;
    position: relative;
}
.con09_img02 img {
    width: 100%;
    position: absolute;   
    top: 340px;
    right: -20%;
}

/*國酒と料理の新しいペアリング
-------------------------------------*/

.bg08{
    background-image: url("../img/bg07.gif");
    background-repeat: repeat-y;
    background-position: center top;
    background-size: 1000px auto;
    width: 100%;
    padding: 2% 0 10%;
}
.con10 {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0;
}
.con10_t {
  	display: flex;
  	justify-content: left;
  	align-items: center;
  	margin: 0 auto 3%;
}
.con10 h3 {
    font-weight: 700;
	line-height: 1.2;
    letter-spacing: 3px;
	color: #fff;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
    font-size: clamp(2.8rem, 6vw, 5rem);
	margin: 0 0 0 15px;
	font-feature-settings: "palt";
	text-decoration: none;
	text-shadow: 0 0 0.5px #000;
}
.con10_t img {
    width: 25%;
    height: auto;
}
.con10_con {
    margin: 0 auto;
    gap: 40px;
    align-items: flex-start;
}


/* 左側 */
.con10_left {
    flex: 1;
}
.con10_text {
	width: 100%;
    font-weight: 700;
    margin: 0 0 5% 0;
	line-height: 1.6;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(16px, 4vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
    letter-spacing: 1.5px;
	text-indent: 1em;
}

/* 右側 */
.con10_right {
    flex: 1;
    display: flex;
    gap: 20px;
}

.con10 .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.con10 .card img {
    width: 100%;
    height: auto;
    display: block;
}

.con10 .card_text {
	width: 100%;
    font-weight: 700;
    margin: 5% 0;
	line-height: 1.4;
  	position: relative;
  	padding: 0 0;
  	text-align: left; 
	font-size: clamp(13px, 3vw, 2.5rem);
	font-feature-settings: "palt";
	text-decoration: none;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	text-indent: 1em;
}

.con10 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #fff;
	color: #af382c;
	padding: 8px 10px 8px 5px;
	text-decoration: none;
	font-size: clamp(13px, 3vw, 2.5rem);
	transition: 0.3s;
	width: 90%;
	margin-top: auto;
	font-feature-settings: "palt";
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 700;
    letter-spacing: -1px;
}

.con10 .btn::after {
	content: "";
	position: absolute;         /* ← 追加 */
	right: 5px;                /* ← 右端固定 */
	top: 50%;
	transform: translateY(-50%) rotate(45deg);

	width: 5px;
	height: 5px;
	border-top: 2px solid #af382c;
	border-right: 2px solid #af382c;
	transition: 0.3s;
}

/*お役立ちコンテンツ
-------------------------------------*/

.home-information{
    margin:1em auto 0;
}

/* ===== 1000px固定 ===== */
.common-inner{
    padding:0 20px;
    box-sizing:border-box;
}

/* ===== タイトル ===== */


.sect-title1 span{
    padding-left:0;
}

.sect-title1 span:before{
    display:none; 
}

.sect-title1 h2{
    font-size: 4rem;
    font-weight:700;
    letter-spacing:.125em;
    line-height:1.75;
	text-shadow: 0 0 0.5px #000;
}

/* ===== slickエリア ===== */

.list-slick1{
    position:relative;
    padding:0 60px;   /* 矢印分 */
}

.list-slick1 .slick-slide{
    padding:0 10px;
    box-sizing:border-box;
}

.list-slick1 .slick-slide a{
    display:block;
    text-decoration:none;
    color:#000;
}

.list-slick1 .img{
    margin-bottom:.75em;
}

.list-slick1 .img img{
    width:100%;
    height:auto;
    display:block;
}

.list-slick1 .cat{
    display:inline-block;
    padding:.25em .5em;
    border:1px solid #000;
    font-size:.8em;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}

.list-slick1 h3{
    font-size:1em;
    margin-top:.75em;
    line-height:1.75;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
}

/* ===== 矢印（1000px内配置） ===== */

.list-slick1 .slick-prev,
.list-slick1 .slick-next{
    position:absolute;
    top:28%;
    width:40px;
    height:40px;
    transform:translateY(-50%);
    z-index:20;
    cursor:pointer;
    background:url("../img/arrow2.svg") center center no-repeat;
    background-size:contain;
}

/* デフォルト矢印無効化 */
.list-slick1 .slick-prev:before,
.list-slick1 .slick-next:before{
    content:"";
}

/* 余白内に配置 */
.list-slick1 .slick-prev{
    left:10px;
    transform:translateY(-50%) scale(-1,1);
}

.list-slick1 .slick-next{
    right:10px;
}

  .sect-title1{
    flex-direction:column;
	text-align: center;
    gap:1em;
  }

  .sect-title1 h2{
    font-size:1.5em;
	font-feature-settings: "palt";
    letter-spacing: -0.8px;
  }

  .list-slick1{
    padding:0 40px;
  }

  .list-slick1 .slick-prev,
  .list-slick1 .slick-next{
    width:30px;
    height:30px;
  }

/* ===== 全体背景 ===== */
.heritage-section{
    padding:15px 20px;
}

/* ===== 内側幅 ===== */
.heritage-section .inner{
    margin:-5% auto 0;
    text-align:center;
}

/* ===== 上テキスト ===== */
.heritage-text{
	width: 98%;
    line-height:1.4;
	font-size: clamp(15px, 4vw, 2.5rem);
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	font-feature-settings: "palt";
    letter-spacing: -0.8px;
}

/* ===== ボタンエリア ===== */
.heritage-links{
}

/* ===== ボタン共通 ===== */
.heritage-btn{
  background:#b21c1c;
  color:#fff;
  text-decoration:none;
  padding:20px 30px 10px 10px;
  border-radius:5px;
  font-size:18px;
  line-height:1.4;
  position:relative;
  transition:0.3s;
  box-sizing:border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight:bold;
  font-feature-settings: "palt";
  margin: 3% 0;

  /* ★ ここが重要（縦中央用） */
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* 右だけ幅を広く */
.heritage-btn:last-child{
  flex:1.2;
}

/* 外部リンク文字 */
.heritage-btn span{
  display:block;
  font-size:14px;
  font-weight:400;
  margin-top:6px;
}

/* ===== くの字矢印（大きく） ===== */
.heritage-btn::after{
  content:"›";
  position:absolute;
  right:5px;
  top:40%;
  transform:translateY(-50%);
  font-size:60px;  /* ← 大きくした */
  font-weight:300;
  line-height:1;
}

/*フッター
-------------------------------------*/
footer { 
    padding:  0;
}
footer h4 {
}
/*20歳禁止
-------------------------------------*/

.txt20 {
	width: 90%;
	margin: 0 auto 3%;
}
.txt20 p {
    font-weight: 700;
	letter-spacing: 1.4px;
	text-align: left;
	font-size: clamp(13px, 3vw, 2.5rem);
	font-feature-settings: "palt";
	text-shadow: 0 0 0.5px #000;
}
.last-line{
  display: inline-block;
  text-indent: 1em;
}
/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 2rem 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight:bold;
	font-size: clamp(13px, 3vw, 2.5rem);
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: -10px;
    right: 30px;
	z-index: 10;

}
#pagetop a {
    display: block;
    background-color: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight:bold;
    font-size:18px;
}

@media (min-width: 530px) and (max-width: 767px) {

  .con05_img01 img{
    width: 80%;          /* 画面幅基準で大きさを決める */
    top: 0;           /* 少し調整 */          /* 画面幅基準で右寄せ */
  }
  .con05_img02 img{
    width: 50%;
    top: 520px;           /* 少し調整 */
  }	
.con07_img01 img {
    width: 80%; 
    top: 550px;
    right: 50%; 
}
.con07_img02 img {
    width: 80%;
    top: 550px;
    right: 0%;
}
.con09_img01 img {
    width: 80%;
    top: 450px;
    right: 0%; 
}
.con09_img02 img {
    width: 80%;
    top: 550px;
    right: 50%;
}
.con05_bg01 {
    position: absolute;
    top: 5%;
    right: -30%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 650;   /* 比率固定 */
    background: rgba(139, 28, 74, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    90% 85%,   /* 右下（少し上） */
    8% 100%     /* 左下（下端） */
  );
}
.con05_bg02 {
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 650;   /* 比率固定 */
    background: rgba(139, 28, 74, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    88% 90%,   /* 右下（少し上） */
    5% 100%     /* 左下（下端） */
  );
}
.con07_bg01 {
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 650;   /* 比率固定 */
    background: rgba(81, 159, 151, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    90% 85%,   /* 右下（少し上） */
    8% 100%     /* 左下（下端） */
  );
}
.con07_bg02 {
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
    width: 900px;               /* 固定 */
    aspect-ratio: 900 / 650;   /* 比率固定 */
    background: rgba(81, 159, 151, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    88% 90%,   /* 右下（少し上） */
    5% 100%     /* 左下（下端） */
  );
}
.con09_bg01 {
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 650;   /* 比率固定 */
    background: rgba(229, 179, 62, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    90% 85%,   /* 右下（少し上） */
    8% 100%     /* 左下（下端） */
  );
}
.con09_bg02 {
    position: absolute;
    top: 0;
    right: -30%;
    z-index: -1;
    width: 900px;              /* 固定 */
    aspect-ratio: 900 / 650;   /* 比率固定 */
    background: rgba(229, 179, 62, 0.1);
    clip-path: polygon(
    0% 0,     /* 左上（少し下） */
    85% 10%,    /* 右上（上端） */
    88% 90%,   /* 右下（少し上） */
    5% 100%     /* 左下（下端） */
  );
}
  }
@media (min-width: 450px) and (max-width: 531px) {
  .con05_img01 img{
    width: 80%;          /* 画面幅基準で大きさを決める */
    top: 0;           /* 少し調整 */          /* 画面幅基準で右寄せ */
  }
  .con05_img02 img{
    width: 50%;
    top: 450px;           /* 少し調整 */
  }
.con07_img01 img {
    width: 80%; 
    top: 460px;
    right: 50%; 
}
.con07_img02 img {
    width: 80%;
    top: 450px;
    right: 0%;
}
.con09_img01 img {
    width: 80%;
    top: 350px;
    right: 0%; 
}
.con09_img02 img {
    width: 80%;
    top: 440px;
    right: 50%;
}
  }
