@charset "UTF-8";
/*=============================================
【リセットCSS__A Modern CSS Reset】
==============================================*/
*****,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
	font-size: 1em;
}

ul[role=list],
ol[role=list] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img,
picture {
	max-width: 100%;
	display: block;
}

input,
button,
textarea,
select {
	font: inherit;
}

@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/*=============================================
【リセットCSS__ここから追記部分】
==============================================*/
ul,
ol {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: unset;
}

button {
	all: unset;
}

input {
	margin: 0;
}

/*=====================================
【共通_base】
======================================*/
body {
	font-family: "Kiwi Maru", serif;
	color: #222;
	font-size: 16px;
	line-height: 1;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.ttl_lst {
	font-size: 30px;
	color: #D55A39;
	width: 350px;
	height: 60px;
	border-radius: 60px;
	display: flex;
	border: 1px solid #D55A39;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.sec_ttl{

}

.sec_ttl img{
	display: block;
	width: 100%;
}

.header-brand{
  background: #E7B09F;
  width: 100%;
  height: auto;
  z-index: 999;
}

.header_area {
  height: calc(clamp(53.125px, 7.0833333333vw, 136px) + 85px);
}

.header-brand h1{
	padding-left: 85px;
}

.header-brand h1 a {
	width: 180px;
	display: block;
}

.header-brand h1 span{
	display: block;
	width: 230px;
	margin-left: 24px;
}

.header-brand .nav{
	margin-left: auto;
}

.header-brand .nav li{
	display: block;
	margin-right: 20px;
}

.header-brand .nav li a{
	color: #BC6E2E;
	font-weight: bold;
}

.header-brand .nav li.cart{
	width: 170px;
	margin-right: 0;
}

.main_banner{

}

.main_banner img{
	display: block;
	width: 100%;
}

.sett{
	padding: 70px 0;
	background: #E7B09F;
}

.sett .left{
	width: calc(100% - 290px);
}

.sett .left .txt {
  color: #59291C;
  line-height: 1.6;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
  display: block;
}

.sett .left .txt .red{
	color: #D55A39;
}

.sett .right{
	width: 270px;
	margin-left: 20px;
}

.htm_list{
	background: #EEE2D3;
	padding: 24px 0;
}

.htm_list ul{

}

.htm_list ul li{
	width: calc(100% / 3);
}

.explaining{
	padding: 70px 0;
	background: #FCF4F2;
}

.explaining .xplnng_one{
	margin-bottom: 120px;
}

.explaining .xplnng_one:last-child{
	margin-bottom: 0;
}

.explaining .xplnng_one h3 {
	background: #E7B09F;
	width: 100%;
	height: 60px;
	border-radius: 60px;
	margin-bottom: 50px;
	position: relative;
}

.explaining .xplnng_one h3::after {
	content: "";
	width: 100vw;
	height: 6px;
	background: #E7B09F;
	position: absolute;
	z-index: 1;
	right: calc(490px - 50vw);
	top: calc(50% - 3px);
}

.explaining .xplnng_one h3 img {
	height: 48px;
	display: block;
	width: auto;
	position: relative;
	z-index: 2;
}

.explaining .xplnng_one .lft{
	width: calc(50% - 15px);
	margin-right: 30px;
}

.explaining .xplnng_one .lft .top{
	width: 100%;
	margin-bottom: 30px;
}

.explaining .xplnng_one .lft .bottom {
	width: 100%;
	border: 8px solid #EEE2D3;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 15px 60px;
}

.explaining .xplnng_one .lft .bottom h4 {
	width: 100%;
	margin-bottom: 20px;
}

.explaining .xplnng_one .lft .bottom .video {
	width: 100%;
}

.explaining .xplnng_one .rght{
	width: calc(50% - 15px);
}

.hstry{
	padding: 60px 0;
	background: #E7B09F;
}

.hstry .txt {
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	color: #59291C;
	width: calc(100% - 380px);
}

.hstry .img {
	margin-left: 30px;
	width: 350px;
}

.sunset{
	background: url("../../../img/product/sekihanset/sunset_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 100px 0;
}

.sunset .txt{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
	color: #59291C;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.ricebeans{
	background: #EEE2D3;
	position: relative;
}

.ricebeans .lft_txt{
	padding: 45px 45px;
	width: 80%;
	box-sizing: border-box;
}

.ricebeans .lft_txt .redtxt{
	color: #D55A39;
	line-height: 1.6;
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: 45px;
}

.ricebeans .lft_txt .txt{
	color: #59291C;
	line-height: 1.6;
	font-size: 18px;
	font-weight: bold;
	align-items: start;
}

.ricebeans .rght_imgs {
	width: calc(50vw - 490px + 20%);
	margin-right: calc(490px - 50vw);
}

.ricebeans .lft_txt .txt > img {
	width: 150px;
	margin-left: auto;
	display: block;
}

.ricebeans .lft_txt .txt > span {
	width: calc(100% - 170px);
	display: block;
}

.sticky_rice{
	padding: 50px 0;
	background: url("../../../img/product/sekihanset/sticky_rice_bg.jpg") no-repeat center;
	background-size: cover;
}

.sticky_rice .left{
	width: 50%;
}

.sticky_rice .left img{
	max-width: 700px;
	width: 100%;
	display: block;
	margin-right: auto;
}

.sticky_rice .right{
	width: 50%;
}

.sticky_rice .right img{
	max-width: 700px;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.celebration{
	background: #E7B09F;
	padding: 60px 0 90px;
	position: relative;
}

.celebration .img{
	width: calc(50% - 30px);
	margin-right: 30px;
}

.celebration .txt{
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	color: #59291C;
	line-height: 1.6;
}

.celebration .lst_txt{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.6;
	margin-top: 100px;
}

.celebration .lst_txt .red{
	color: #D55A39;
}

.celebration .img_bslt{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 600px;
}

.info{
	padding: 75px 0;
	background: #EEE2D3;
}

.info .img {
	width: 290px;
	margin-right: 40px;
}

.info .tbl {
	width: calc(100% - 330px);
}

.info .tbl .inftbl {
  
}

.info .tbl .inftbl table {
  border-collapse:collapse;
  width: 100%;
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.info .tbl .inftbl tr{
	
}

.info .tbl .inftbl table tr th{
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
  background: #D55A39;
  font-size: 14px;
  color: #FFF;
  padding: 10px 15px;
  font-weight: bold;
}

.info .tbl .inftbl table tr td{
	border-top: 1px solid #A2A2A2;
	border-bottom: 1px solid #A2A2A2;
	font-size: 14px;
	padding: 10px 15px;
	font-weight: normal;
	line-height: 1.6;

}

.info .tbl .inftbl .note{
	color: #D55A39;
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
  line-height: 1.6;
}

.info .tbl .inftbl .txt{
  display: block;
  font-weight: bold;
}



.stores{
	padding: 60px 0;
	background: #FFF;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.stores a{
	margin-right: auto;
	width: 160px;
}

.stores a:last-child{
	margin-right: 0;
}

.copyright{
	font-size: 14px;
	background: #89602E;
	color: #FFF;
	text-align: center;
	line-height: 80px;
	display: block;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.shop-btn-sp{
	width: 70px;
	position: fixed;
	top:59%;
	right:0;
}

.shop-btn-sp a{
	display: block;
}

/*-------------------------------------------------------
****************HAmburger Menu**************************
-------------------------------------------------------*/

#menu-wrapper {
	overflow: hidden;
	max-width: 100%;
	cursor: pointer;
}

.pgsngl_content {
	padding: 60px 0;
}

.archive_content {
	padding: 60px 0;
}

#menu-wrapper #hamburger-menu {
	position: absolute;
	width: 35px;
	height: 23px;
	margin: 0;
	top: 18.5px;
	right: 10px;
	background: none;
	z-index: 11;
}

#menu-wrapper #hamburger-menu span {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	background-color: #FFF;
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
	top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
	top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
	top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
	top:9px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
	padding: 20px 30px;
}

#menu-container .menu-list .menu-submenu li {
	padding: 10px 0;
	border-bottom: 1px solid #dbdcd2;
}

#menu-container .menu-list .menu-submenu li:last-child {
	border-bottom: 0;
}

#menu-container .menu-list .menu-submenu li a {
	color: #013d97;
}

#menu-container .menu-list {
  padding-left: 0;
  display: block;
  position: fixed;
  width: 60%;
  background: #E7B09F;
  z-index: 12;
  overflow-y: auto;
  overflow-x: hidden;
  right: -100%;
  top: clamp(53.125px, 7.0833333333vw, 136px);;
  text-align: center;
  height: calc( 100vh - clamp(53.125px, 7.0833333333vw, 136px));
  padding-top: 10px;
  box-sizing: border-box;
}

.site-content-contain {
	margin-top: 82px;
}

#menu-container .menu-list li{
	padding: 0 10px;
	box-sizing: border-box;
}

#menu-container .menu-list li a.menu-link {
  width: 100%;
  display: block;
  color: #FFF;
  letter-spacing: 0;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 18px;
  text-align: left;
}

#menu-container .menu-list li a.menu-link img {
	display: block;
	margin: 0 auto;
	width: 180px;
}
/*----------------------------------------------------*/




@media screen and (max-width: 1600px) {
  .ricebeans .lft_txt{
    width: 70%;
  }

  .ricebeans .rght_imgs {
    width: calc(50vw - 490px + 30%);
  }

}

@media screen and (max-width: 1400px) {
	.header-brand h1 {
		margin-left: 10px;
	}

  .ricebeans .lft_txt{
    width: 60%;
  }

  .ricebeans .rght_imgs {
    width: calc(50vw - 490px + 40%);
  }

	.header-brand h1 a {
		width: 140px;
	}

	.header-brand h1 span {
		width: 160px;
		margin-left: 15px;
	}

	.header-brand .nav li.cart {
		width: 140px;
		margin-right: 0;
	}

	.sticky_rice .left {
		padding-right: 10px;
		box-sizing: border-box;
	}

	.sticky_rice .right {
		padding-left: 10px;
		padding-right: 20px;
		box-sizing: border-box;
	}

  .header_area {
    height: 70px;
  }
}


@media screen and (max-width: 1200px) {
	.sett .left .txt {
		font-size: 24px;
	}

	.celebration .img_bslt {
		width: 520px;
	}

	.celebration .txt {
		font-size: 22px;
	}

	.celebration .lst_txt {
		font-size: 22px;
		margin-top: 30px;
	}

	.ricebeans .lft_txt .redtxt {
		font-size: 22px;
		margin-bottom: 30px;
	}

	.ricebeans .lft_txt .txt {
		font-size: 18px;
	}

	.ricebeans .lft_txt {
		padding: 30px 30px;
		width: 60%;
	}

	.ricebeans .rght_imgs {
		width: 40%;
		margin-right: 0px;
		position: relative;
		right: -10px;
		margin-left: auto;
	}

	.info .img {
		width: 160px;
		margin-right: 30px;
	}

	.info .tbl {
		width: calc(100% - 190px);
	}

	.explaining .xplnng_one h3::after{
		display: none;
	}

	.explaining .xplnng_one .lft .bottom {
		border: 4px solid #EEE2D3;
		border-radius: 20px;
		padding: 10px 10px;
	}


}

@media screen and (max-width: 1000px) {
	.celebration .img_bslt {
		width: 45%;
	}

	.ttl_lst {
		font-size: 20px;
		width: 240px;
		height: 45px;
	}

	.hstry .txt {
		font-size: 18px;
		width: calc(50% - 30px);
	}

	.hstry .img {
		width: 50%;
	}

	.celebration .txt {
		font-size: 16px;
	}

	.celebration .lst_txt {
		font-size: 16px;
	}

	.sunset .txt {
		font-size: 20px;
	}

	.ricebeans .rght_imgs {
		width: calc(100% + 20px);
		margin-right: -10px;
		position: relative;
		right: 0px;
		margin-left: -10px;
		max-width: 120%;
		display: flex;
	}

	.ricebeans .rght_imgs img {
		width: 50%;
	}

	.sett .left .txt {
		font-size: 16px;
	}

	.ricebeans .lft_txt {
		padding: 30px 0;
		width: 100%;
	}

	.explaining .xplnng_one .lft {
		width: calc(50% - 5px);
		margin-right: 10px;
	}

	.explaining .xplnng_one .rght {
		width: calc(50% - 5px);
	}

	.explaining .xplnng_one {
		margin-bottom: 60px;
	}

	.header-brand .nav {
		display: none;
	}

	.header-brand {
		height: 60px;
	}

	.header-brand h1 {
		margin-left: 10px;
		margin-right: auto;
	}

  .header_area {
    height:60px;
  }



}

@media screen and (min-width: 1000px) {

	div#menu-container {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.sett .left {
		width: 100%;
		margin-bottom: 30px;
	}

	.sett .right {
		width: 220px;
		margin-left: auto;
		margin-right: auto;
	}

	.sett {
		padding: 45px 0;
		background: #E7B09F;
	}

	.info .img {
		width: 90px;
		margin-right: 10px;
	}

	.info .tbl {
		width: calc(100% - 100px);
	}

	.explaining .xplnng_one h3 img {
		height: 32px;
	}

	.celebration .img {
		width: 100%;
		margin-right: 0;
	}

	.celebration .txt {
		font-size: 16px;
		width: 100%;
		margin-top: 30px;
	}

	.sunset .txt {
		font-size: 18px;
	}

	.hstry .txt {
		font-size: 16px;
		width: 100%;
		margin-bottom: 30px;
	}

	.hstry .img {
		width: 100%;
		margin-left: 0;
	}

	.htm_list ul li {
		width: calc(100% / 2);
		margin-bottom: 30px;
	}

	.htm_list ul li:last-child {
		margin-bottom: 0;
	}

	.explaining .xplnng_one .lft {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.explaining .xplnng_one .rght {
		width: 100%;
	}

	.ricebeans .lft_txt .txt > span {
		width: calc(100% - 90px);
	}

	.ricebeans .lft_txt .txt > img {
		width: 90px;
	}

	.sticky_rice .left {
		width: 100%;
	}

	.sticky_rice .right {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 30px;
	}

	.stores a {
		margin-right: 50px;
		width: 140px;
	}

  .ricebeans .lft_txt .redtxt {
    font-size: 18px;
  }


  .copyright {
    font-size: 12px;
    line-height: 40px;
  }

  .info .tbl .inftbl table tr th {
    font-size: 12px;
    padding: 10px 5px;
    width: 120px;
  }

  .info .tbl .inftbl table tr td {
    font-size: 12px;
    padding: 10px 5px;
  }

  .info .tbl .inftbl table.pc {
    display: none;
  }

  .info .tbl .inftbl .note {
    font-size: 14px;
  }

}

@media screen and (min-width: 768px) {
  .info .tbl .inftbl table.sp {
    display: none;
  }

  .shop-btn-sp {
    display: none;
  }



}

@media screen and (min-width: 500px) {

  .main_banner img.sp {
    display: none;
  }

  .ricebeans .lft_txt .txt {
    font-size: 16px;
  }

}


@media screen and (max-width: 500px) {
	.info .img {
		display: none;
	}

	.info .tbl {
		width: 100%;
	}

  .header-brand h1 span {
    width: 130px;
    margin-left: 10px;
  }

  #menu-container .menu-list li a.menu-link {
    font-size: 16px;
  }

  .main_banner img.pc {
    display: none;
  }

}