@charset "utf-8";

.test{
	height: 60px;
	background: #000;
}


/* CSS Document */

#wakoku_header,
#wakoku_main,
#wakoku_footer {
	font-size: 14px;
	line-height: 1.8;
}

#wakoku_header img,
#wakoku_main img,
#wakoku_footer img{
	max-width: 100%;
	height: auto;
}

/*========================================
headerの設定
==========================================*/

.wakoku_header{
	display: flex;
	align-items: center;
	color: #fff;
	height: 55px;
	background: #9b7b4e;
}

.wakoku_header_inbox{
	align-items: center;
	justify-content: space-between;
}

.wakoku_header_h1 {
	width: 68px;
}

.wakoku_header_h1 a{
	display: flex;
}

.wakoku_header_nav_list li{
	font-size: 13px;
}

.wakoku_header_nav_list li:not(:last-child){
	margin-right: 20px;
}

.wakoku_header.sub_position{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 50;
}


/*========================================
footerの設定
==========================================*/

.wakoku_footer{
	color: #fff;
	background: #9b7b4e;
}

.wakoku_footer_inbox{
	padding: 40px 0;
}

.wakoku_footer_logo{
	display: block;
	width: 160px;
	margin: 0 auto;
}

.wakoku_footer_nav{
	display: none;
}

/*========================================
メインビジュアルの設定
==========================================*/



/*========================================
TOPページ
==========================================*/

  /* ===== Global Loader Wrapper ===== */
  #loader {
    position: fixed;
    inset: 0; /* shorthand for top/right/bottom/left:0 */
    /* custom BG: decorative image + subtle gradient */
    background: url(../img/wakoku/common/loading_bg.png) no-repeat left -26px bottom -50px / 279px, linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* stay above everything */
  }

  /* ===== Inner Container ===== */
  .loader-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  /* ===== Logo ===== */
  .logo {
    width: 110px; /* tweak size as needed */
    max-width: 60vw;
    filter: drop-shadow(0 0 10px rgba(218, 165, 32, 0.25)); /* gentle golden glow */
  }

  /* ===== Pulsing Ring Animation ===== */
  .pulse {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 2px solid rgba(218, 165, 32, 0.3); /* muted gold ring */
    animation: pulse 2.6s ease-out infinite;
  }

  @keyframes pulse {
    0%   { transform: scale(0.6); opacity: 1; }
    70%  { transform: scale(1.6); opacity: 0; }
    100% { transform: scale(1.6); opacity: 0; }
  }

/*---------------------
wakoku_top_about
----------------------*/

.wakoku_top_about{
	background: url(../img/wakoku/top/wakoku_top_about_deco.png) no-repeat left bottom min(-7.81vw, -130px) / min(47.48vw, 2000px),url(../img/wakoku/common/wakoku_washi_bg.png) no-repeat center / cover;
}

.wakoku_top_about_inbox{
	text-align: center;
	padding: 60px 0;
}

.wakoku_top_about_logo{
	width: 200px;
	margin: 0 auto 30px;
}

.wakoku_top_about_ttl{
	color: #9b7b4e;
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 40px;
}

.wakoku_top_about .wakoku_cmn_txt{
	margin-bottom: 50px;
	font-size: 15px;
	text-align: left;
}

.wakoku_top_intro_block{
	display: flex;
	flex-direction: column;
	border-bottom: 3px solid #9b7b4e;
	background: linear-gradient(to top, rgb(234, 236, 236) 0%, rgb(247, 240, 236) 100%);
}

.wakoku_top_intro_block:first-child{
	border-top: 3px solid #9b7b4e;
}


.wakoku_top_intro_group{
	order: 2;
	display: block;
	padding: 30px 15px;
}

.wakoku_top_intro_block:nth-child(even) .wakoku_top_intro_group{
	order: 2;
}

.wakoku_top_intro_group_ttl{
	color: #9b7b4e;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.wakoku_top_intro_img{
	width: 100%;
}

#wakoku_page .wakoku_top_intro_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------------------
wakoku_top_product
----------------------*/

.wakoku_top_product .wakoku_cmn_ttl{
	padding: 40px 0;
	margin-bottom: 0;
}

.wakoku_top_product_block{
	overflow: hidden;
	background: linear-gradient(rgba(0, 0, 0, .65)), url(../img/wakoku/top/wakoku_top_product_block_sp_bg01.png) no-repeat right bottom / cover;
}

/* 不具合が発生してるため一時的にコメントアウト
.wakoku_top_product_block::before{
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: .4s;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,.65)),url(../img/wakoku/top/wakoku_top_product_block_sp_bg01.png) no-repeat right bottom / cover;
} */

.wakoku_top_product_block.is-hover::before{
	transform: translate(-50%,-50%) scale(1.2);
}

.wakoku_top_product_block_inbox{
	flex-direction: column;
	color: #fff;
	padding: 40px 0;
}

.wakoku_top_product_group{
	order: 2;
}

.wakoku_top_product_img{
	width: 80px;
	margin: 0 auto 30px;
}

.wakoku_top_product_group_ttl{
	font-size: 20px;
	margin-bottom: 18px;
}

.wakoku_top_product_group_txt{
	margin-bottom: 35px;
}

.wakoku_top_product_link{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	line-height: 1;
	width: 200px;
	height: 45px;
	margin: 0 auto;
}

/*---------------------
wakoku_top_kumesen
----------------------*/

.wakoku_top_kumesen_inbox{
	padding: 40px 0;
	border-bottom: 1px solid #9b7b4e;
	text-align: center;
}

.wakoku_top_kumesen .wakoku_cmn_txt{
	margin-bottom: 40px;
}

/*---------------------
wakoku_top_contact
----------------------*/

.wakoku_top_contact_inbox{
	padding: 40px 0;
	text-align: center;
}

.wakoku_top_contact_inbox .wakoku_cmn_txt{
	margin-bottom: 40px;
}


/*========================================
下層メインビジュアルの設定
==========================================*/

.wakoku_sub_hero{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px;
	background-size: cover;
}

.wakoku_sub_hero h2{
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
}

/*========================================
wakoku58
==========================================*/

/*---------------------
wakoku58_product
----------------------*/

.wakoku58_product{
	background: url(../img/wakoku/common/wakoku_washi_bg.png) no-repeat center / cover;
}

.wakoku58_product_inbox{
	align-items: center;
	justify-content: space-between;
	padding: 50px 0px;
}

.wakoku58_product_group_ttl{
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
}

.wakoku58_product_img{
	width: 100px;
	margin: 0 auto 0;
}

.wakoku58_product_group{
	order: 2;
}

/*---------------------
wakoku58_tasting
----------------------*/

.wakoku58_tasting{
	background: #ece8df;
}

.wakoku58_tasting_inbox{
	padding: 50px 0;
}

.wakoku58_tasting_txt{
	margin-bottom: 40px;
}

.wakoku58_tasting_block{
	display: block;
	background: #fff;
	margin-bottom: 30px;
	padding: 20px 15px 40px;
}

.wakoku58_tasting_img{
	width: 75%;
	margin: 0 auto 10px;
}

.wakoku58_tasting_group{
	width: 100%;
	padding: 0;
}

.wakoku58_tasting_info{
	margin-bottom: 20px;
}

.wakoku58_tasting_info dl{
	border-bottom: 1px solid;
}

.wakoku58_tasting_info dt,
.wakoku58_tasting_info dd{
	padding: 7px 5px;
	letter-spacing: 0;
}

.wakoku58_tasting_info dt{
	font-weight: bold;
}

.wakoku58_tasting_group_detail{
	font-size: 12px;
	letter-spacing: 0;
}

.wakoku58_tasting_name{
	font-size: 12px;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
}

/*---------------------
wakoku58_intro
----------------------*/

.wakoku58_intro_card:first-child{
	border-top: 3px solid #9b7b4e;
}

.wakoku58_intro_card{
	border-bottom: 3px solid #9b7b4e;
}

.wakoku58_intro_img{
	width: 100%;
	height: 200px;
}

.wakoku58_intro_img img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
	object-position: right center;
}

.wakoku58_intro_card:nth-child(even) .wakoku58_intro_img img{
	object-position: left center;
}

.wakoku58_intro_block{
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin-left: auto;
}

.wakoku58_intro_group{
	padding: 30px 15px;
}

.wakoku58_intro_ttl{
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 30px;
}

.wakoku58_intro_txt{
	text-align: left;
}

/*---------------------
wakoku58_competition
----------------------*/

.wakoku58_competition{
	background: #ece8df;
}

.wakoku58_competition_inbox{
	padding: 50px 0;
}

.wakoku58_competition_subttl{
	font-size: 22px;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 40px;
}

.wakoku58_competition_subttl span{
	display: block;
	font-size: 11px;
}

.wakoku58_competition_gallery{
	position: relative;
	justify-content: center;
	align-items: center;
	z-index: 0;
	margin-bottom: 40px;
}

.wakoku58_competition_gallery::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 330px;
	height: 330px;
	background: url(../img/wakoku/wakoku58/wakoku58_competition_gallery_bg.png) no-repeat right center / contain;
}

.wakoku58_competition_img{
	width: 80px;
}

.wakoku58_competition_img:nth-child(2){
	width: 120px;
}

.wakoku58_competition_img:not(:last-child){
	margin-right: 30px;
}

.wakoku58_competition_txt{
	letter-spacing: 0;
}

/*---------------------
wakoku58_design
----------------------*/

.wakoku58_design_inbox{
	padding: 50px 0;
}

.wakoku58_design_txt{
	margin-bottom: 40px;
}

.wakoku58_design_gallery{
	justify-content: space-between;
}

.wakoku58_design_gallery_img{
	width: 48%;
	overflow: hidden;
}

.wakoku58_design_gallery_img:nth-last-child(n+3){
	margin-bottom: 4%;
}

/*---------------------
wakoku58_thoughts
----------------------*/

.wakoku58_thoughts_bg{
	width: 100%;
	height: 150px;
}

.wakoku58_thoughts_bg img{
	width: 100%!important;
	height: 100%!important;
	object-fit: cover;
}

.wakoku58_thoughts_ttl{
	font-size: 22px;
	padding: 40px 0;
	margin-bottom: 0;
	letter-spacing: 0.06em;
}

.wakoku58_thoughts_wrap{
	padding: 50px 0;
	background: #ece8df;
}

.wakoku58_thoughts_inbox{
	margin-bottom: 40px;
}

.wakoku58_thoughts_card{
	justify-content: space-between;
	align-items: center;
}

.wakoku58_thoughts_card:not(:last-child){
	margin-bottom: 40px;
}

.wakoku58_thoughts_img{
	width: 65%;
	max-width: 350px;
	margin: 0 auto 30px;
	text-align: center;
}

.wakoku_cmn_txt{
	letter-spacing: 0;
}
