@charset "utf-8";

/*共通*/
.cont01 {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.cont01b {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.cont02 {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
.headCont {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.headLogo {
	margin: 11px 0 14px 0;
}
.nav {
	padding-top: 38px;
}
.nav li {
	float: left;
	border-right: 1px #c7c7c7 solid;
}
.nav li:first-child {
	border-left: 1px #c7c7c7 solid;
}
.nav li a {
	font-size: 15px;
	color: #333;
	display: inline-block;
	padding: 2px 30px;
	line-height: 1.6;
}
.shopBtn {
	position: relative;
    margin-top: 56px;
}
.shopBtn a {
	padding: 0 30px;
	color: #333;
}
.shopBtn img {
	position: absolute;
	top: -42px;
	left: 58px;
}
.navBorder {
	border-left: 1px #c7c7c7 solid;
	height: 28px;
    margin-top: 40px;
}
.bgGray {
	background-color: #e6e9c8;
}
.white {
	color: #fff;
}
.posi {
	position: relative;
}
.cap01 {
	font-size: 30px;
}
.tit01 {
	font-size: 36px;
}
.titBorder {
	width: 60px;
	height: 2px;
	background-color: #226942;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
.footWideBg {
	background-image: url("../images/foot_wide_bg.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	height: 400px;
}
.footWide {
	/*background-image: url("../images/foot_wide.jpg");*/
	background-position: center 0;
	background-repeat: no-repeat;
	padding-top: 70px;
}
.btn01 {
	width: 280px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}
.btn01 a {
	color: #111;
	padding: 12px 0 10px;
	display: inline-block;
	width: 100%;
}
.footMenu {
	width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.footMenu li {
	margin-right: 28px;
}
.footMenu li:last-child {
	margin-right: 0;
}
.footer {
	padding: 80px 0;
}
.footTxt01 {
	line-height: 1.8;
}
.footNav li {
	border-left: 1px solid #707b64;
	padding-left: 18px;
	height: 173px;
}
.footNav li:first-child {
	width: 250px;
}
.footNav li p {
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.footNav li p:last-child {
	margin-bottom: 0;
}
.footNav li p a {
	color: #111;
}
.copyright {
	letter-spacing: 1px;
	font-size: 13px;
	background-color: #707b64;
        color: #ffff;
	padding: 30px 0px 25px;
}
.underFvBg {
	background-image: url("../images/under_fv_bg.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
}
.underFvTxt {
	position: absolute;
	color: #1e1e1e;
	font-size: 38px;
	letter-spacing: 1px;
	top: 130px;
	left: 0;
	right: 0;
	margin: auto;
}
.cont01b ruby > rt {
	font-size: 30%;
}
.border01 {
    border-bottom: 1px solid #226942;
}

/*共通*/

/*トップ*/
.topFvBg {
	/*background-image: url("../images/top_fv_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: center 0;
}
.topFvTxt {
	position: absolute;
	color: #fff;
	font-size: 38px;
	letter-spacing: 1px;
	top: 200px;
	left: 0;
	right: 0;
	margin: auto;
}
.topPosi01 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.topPosi02 {
	position: absolute;
	top: 0;
	right: 0;
}
.topPosi01 img,
.topPosi02 img {
	width: 80%;
}
.topMenu li {
	margin-right: 25px;
	width: 350px;
}
.topMenu li:nth-child(3) {
	margin-right: 0;
}
.topMenu li:nth-child(4) {
	margin-left: 175px;
}
.topMenu li:last-child {
	margin-right: 0;
}
.sns {
	width: 95px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 2px;
}
.sns li:first-child {
	margin-right: 5px;
}
ul.instagram_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: grid;
    gap: 3px;
    grid-template-columns: repeat(4, minmax(50px, 1fr));
}
ul.instagram_list > li > a {
    display: block;
    position: relative;
    overflow: hidden;
}
ul.instagram_list > li > a > img {
    width: 100%;
    vertical-align: bottom;
}
ul.instagram_list > li > a > video {
    width: 100%;
    vertical-align: bottom;
    z-index: 1000;
}
ul.instagram_list > li > a > div {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.1rem;
    width: 100%;
    color: #000;
    font-size: 0.5rem;
    white-space: nowrap;
    background-color: #FFF;
    opacity: 0.7;
    z-index: 2000;
}
.insta {
    background-color: #F2F2F2;
    padding-bottom: 50px;
}
.instaBox {
	width: 82%;
    margin: 0 auto;
}
.instaBox li {
	margin-right: 1%;
    width: 19.2%;
    float: left;
    margin-bottom: 15px;
    height: 15vw;
    overflow: hidden;
}
.instaBox li img {
	width: 100%;
}
.instaBox li:last-child,
.instaBox li:nth-child(5) {
	margin-right: 0;
}
.instaBox li:nth-child(n+6) {
	margin-bottom: 0;
}
/*トップ*/

/*私たちの想い*/
.txtBox01 {
	width: 675px;
}
.introBox01 {
	border: #f4f4ef 15px solid;
	padding: 50px 100px;
}
.introBox01 li  {
	border-bottom: 2px solid #e0e0e0;
	margin-bottom: 22px;
	padding-bottom: 8px;
	font-size: 22px;
}
.introBox01 li:last-child  {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/*私たちの想い*/

/*商品一覧*/
.txtBox02 {
	width: 605px;
}
.btn02 {
	background-color: #226942;
}
.btn02 a {
	width: 100%;
	padding: 8px 0 6px;
	display: inline-block;
}
.btn02 a::before {
    content: '';
    vertical-align: baseline;
    display: inline-block;
	width: 6px;
    height: 0;
    border-left: 7px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
/*商品一覧*/

/*会社概要*/
.comTable {
    border-top: #ddd 1px solid;
    border-right: #ddd 1px solid;
    border-left: #ddd 1px solid;
    width: 100%;
    margin-bottom: 70px;
}
.comTable th {
    width: 24%;
    border-bottom: #ddd 1px solid;
    border-left: none;
    border-top: none;
    border-right: none;
    background-color: #F7F7F7;
    padding: 10px 4%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}
.comTable td {
    border-bottom: #ddd 1px solid;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 5px 2%;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
}
.comTable td a {
    color: #333;
}
/*会社概要*/

@media (max-width: 1800px) {
.topPosi01 {
	left: -10%;
}
}

@media (max-width: 1600px) {
.topPosi01 {
	left: -15%;
}
}

@media (max-width: 1500px) {
.headCont {
	width: 96%;
}
}

@media (max-width: 1400px) {
.topPosi01 {
	left: -20%;
}
}

@media (max-width: 1200px) {
.headCont {
	width: 98%;
}
.nav li a {
    padding: 2px 18px;
}
.shopBtn a {
    padding: 0 15px;
}
.shopBtn img {
    left: 50px;
}
}

@media (max-width: 640px) {
.cont01 {
    width: 92%;
}
.cont01b {
    width: 92%;
}
.cont02 {
    width: 100%;
}
.headLogo {
    margin: 4px 0 0 10px;
    width: 110px;
}
.footer {
    padding: 30px 0;
}
.footer .cont01 div p:first-child {
    text-align: center;
}
.footTxt01 {
    line-height: 1.8;
    text-align: center;
}
.footMenu {
    width: 92%;
    text-align: center;
}
.footMenu li {
    margin-right: 0;
    margin-bottom: 20px;
}
.footMenu li:last-child {
    margin-bottom: 0;
}
.copyright {
    font-size: 11px;
    padding: 15px 0px 10px;
}
.tit01 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 10px;
}
.footWide {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footWideBg {
    height: auto;
}
.footWide p:nth-child(2) {
    text-align: left;
}
.topFvBg  {
    background-image: none;
    padding-top: 50px;
}
.topFvBg .cont01  {
    width: 100%;
}
.topFvTxt {
    font-size: 26px;
    top: 22%;
    padding: 0 4%;
    line-height: 1.6;
}
.cap01 {
    font-size: 24px;
	line-height: 1.4em;
}
.topMenu li {
    margin-right: 0;
    width: 100%;
}
.topMenu li div {
    text-align: center;
}
.topMenu li p:first-child {
    text-align: center;
}
.topMenu li:nth-child(4) {
    margin-left: 0;
    margin-bottom: 25px;
}
.sns li {
    float: left;
}
.underFvBg {
    background-image: none;
    padding-top: 50px;
}
.underFvBg .cont01  {
    width: 100%;
}
.underFvTxt {
    font-size: 26px;
    top: 35%;
}
.txtBox01 {
    width: 100%;
    margin-top: 20px;
}
.spLeft {
    text-align: left;
}
.introBox01 {
    border: #f4f4ef 10px solid;
    padding: 20px 20px;
}
.introBox01 li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 20px;
}
.txtBox02 {
    width: 100%;
}
.comTable {
    margin-bottom: 0;
}
.comTable th {
    width: 28%;
    padding: 10px 3%;
    font-size: 15px;
}
.comTable td {
    padding: 20px 4%;
}
.instaBox {
    width: 92%;
}
.instaBox li {
    margin-right: 2%;
    width: 49%;
	margin-bottom: 10px;
	height: 43vw;
}
.instaBox li:nth-child(even) {
    margin-right: 0;
}
.instaBox li:nth-child(5) {
	margin-right: 2%;
}
.instaBox li:nth-child(6),
.instaBox li:nth-child(7),
.instaBox li:nth-child(8) {
	margin-bottom: 10px;
}
}
/*20241227-追加*/
.topWideBg {
	background-image: url("../images/foot_wide_bg.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	height: 400px;
}