@charset "utf-8";
/*===============================

	*index.css

/*-------------------------------

	*PC
	 index.php
		-#main_visual
		-#section_wrap
		-#index_product
		-#index_news
		-#index_related_sites

	
	@media screen and (max-width: 767px)
	*SP
	 index.php
		-#main_visual
		-#section_wrap
		-#index_product
		-#index_news
		-#index_related_sites


	@media screen and (max-width: 560px)
	*SP responsive
	 index.php
		-#main_visual
		-#section_wrap
		-#index_product
		-#index_news
		-#index_related_sites


	@media screen and (max-width: 320px) 
	*SP SE
	 index.php
		-#main_visual


================================*/
/*===============================

	*PC

================================*/
/*-------------------------------
	index.php
-------------------------------*/
#main_visual {
  position: relative;
  height: 768px;
  background: url(../img/index/index_im01.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
}
/*----- .main_visual_inner -----*/
.main_visual_inner {}
.main_visual_inner h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -32%);
  -webkit-transform: translate(-50%, -32%);
  -ms-transform: translate(-50%, -32%);
}
.main_visual_inner h1 img {
  max-width: 470px;
  height: auto;
  width: 100%;
}
.main_visual_inner h1 a img:hover {
  opacity: 1;
}
/*----- .index_ex01 -----*/
.index_ex01 {
  position: absolute;
  max-width: 511px;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*----- .index_nav -----*/
.index_nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.index_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_nav li {
  width: 300px;
}
.index_nav small {
  font-size: 2rem;
  letter-spacing: 1.5px;
}
.index_nav p {
  padding: 10px 0 20px 0;
  font-size: 3.8rem;
  letter-spacing: 4px;
}
@media all and (-ms-high-contrast: none) {
  .index_nav p {
    padding: 20px 0;
  }
}
/*----- .cosme_nav_li -----*/
.cosme_nav_li {
  padding: 0 31px 35px 0;
  text-align: right;
}
.cosme_nav_li small {
  padding-right: 4px;
}
/*----- .cosme_nav_btn -----*/
.cosme_nav_btn {
  padding-right: 4px;
}
.cosme_nav_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 40px;
  margin-left: auto;
  background: #3ebeb2;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.cosme_nav_btn a:hover {
  opacity: 0.6;
}
.cosme_nav_btn img.cmn_arrow_ic01 {
  width: 6px;
  height: auto;
  margin-left: 10px;
}
/*----- .food_nav_li -----*/
.food_nav_li {
  padding: 0 0 35px 35px;
}
/*----- .food_nav_bt -----*/
.food_nav_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 180px;
  height: 40px;
  background: #43c58f;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.food_nav_btn a:hover {
  opacity: 0.6;
}
.food_nav_btn img.cmn_arrow_ic01 {
  width: 6px;
  height: auto;
  margin-left: 10px;
}
/*----- #section_wrap -----*/
#section_wrap {
  position: relative;
  padding-top: 30px;
}
/*----- .index_message_back -----*/
.index_message_back img {
  position: absolute;
  max-width: 511px;
  width: 100%;
  height: auto;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -100;
}
/*----- .index_message_backleft -----*/
.index_message_backleft {
  position: absolute;
  width: 50%;
  height: 240px;
  top: 0;
  right: 50%;
  background-color: #dbfbf8;
  content: "";
  pointer-events: none;
  z-index: -100;
}
/*----- .index_message_backright -----*/
.index_message_backright {
  position: absolute;
  width: 50%;
  height: 240px;
  top: 0;
  left: 50%;
  background-color: #ebfff7;
  content: "";
  pointer-events: none;
  z-index: -100;
}
/*----- .index_message -----*/
.index_message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 899px;
  width: 90%;
  height: 181px;
  margin: 0 auto 30px auto;
  background: #fff;
}
.index_message p {
  text-align: center;
  line-height: 1.8;
  font-size: 2.4rem;
}
/*----- .index_tx01 -----*/
.index_tx01 {
  position: absolute;
  width: 157px;
  height: auto;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*----- #index_product -----*/
#index_product .index_h2 {
  padding-top: 110px;
}
/*----- .index_h2 -----*/
.index_h2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.8rem;
  pointer-events: none;
}
.index_h2:before {
  display: block;
  margin-bottom: 30px;
  content: attr(title) " ";
  letter-spacing: 1px;
  font-size: 4rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}
.index_h2:after {
  position: absolute;
  width: 41px;
  height: 1px;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #3ebeb2;
  content: '';
}
/*----- .product_list -----*/
.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_list figure img {
  width: 100%;
  height: auto;
}
.product_list h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 35px 0;
  letter-spacing: 2px;
  font-size: 2.2rem;
}
.product_list img.cmn_arrow_ic01 {
  width: 6px;
  height: auto;
}
.product_list a:hover {
  opacity: 0.6;
}
/*----- .product_list_cosme -----*/
.product_list_cosme {
  width: 50%;
  margin-right: 25px;
}
.product_list_cosme h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 10px;
  background: #3ebeb2;
}
@media all and (-ms-high-contrast: none) {
  .product_list_cosme h3 span {
    margin-bottom: 10px;
  }
}
.product_list_cosme .pre_area p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
/*----- .product_cosme_box -----*/
.product_cosme_box {
  box-sizing: border-box;
  border: 4px solid #dcfbf8;
  padding: 30px 40px 20px 40px;
}
/*----- .product_cosme_cat -----*/
.product_cosme_cat {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.product_cosme_cat:last-of-type {
  margin-bottom: 0;
}
.product_cosme_cat h4 {
  margin-bottom: 15px;
}
.product_cosme_cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_cosme_cat li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  padding-left: 10px;
  margin-bottom: 12px;
}
.product_cosme_cat li:before {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 7px;
  width: 4px;
  height: 4px;
  content: "";
  margin-right: 5px;
  background: url(../img/common/cmn_circle_ic01.png) no-repeat;
  background-size: contain;
}
.product_cosme_cat li a {
  position: relative;
  display: inline-block;
  color: #3ebeb2;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1.3rem;
}
.product_cosme_cat li .sub_name {
  font-size: 1rem;
}
/*----- .product_list_food -----*/
.product_list_food {
  width: 50%;
  margin-left: 25px;
}
.product_list_food h3 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 10px;
  background: #43c58f;
}
@media all and (-ms-high-contrast: none) {
  .product_list_food h3 span {
    margin-bottom: 10px;
  }
}
.product_list_food .pre_area p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 85px;
  height: 25px;
  margin-bottom: 20px;
  background: #43c58f;
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
}
/*----- .product_food_box -----*/
.product_food_box {
  box-sizing: border-box;
  border: 4px solid #dafcef;
  padding: 30px 40px 20px 40px;
}
/*----- .product_food_cat -----*/
.product_food_cat {
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.product_food_cat:last-of-type {
  margin-bottom: 0;
}
.product_food_cat h4 {
  margin-bottom: 15px;
}
.product_food_cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_food_cat li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46%;
  padding-left: 10px;
  margin-bottom: 12px;
}
.product_food_cat li:before {
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  top: 7px;
  left: 0;
  content: "";
  margin-right: 5px;
  background: url(../img/common/cmn_circle_ic01.png) no-repeat;
  background-size: contain;
}
.product_food_cat li a {
  position: relative;
  display: inline-block;
  color: #43c58f;
  text-decoration: underline;
  line-height: 1.5;
  font-size: 1.3rem;
}
.product_food_cat li .sub_name {
  font-size: 1rem;
}
/*----- #index_news -----*/
#index_news {
  position: relative;
  padding: 140px 0 100px 0;
}
.index_news {
  max-width: 800px;
  margin: 0 auto 30px auto;
  width: 100%
}
/*----- .index_news_ttl -----*/
.index_news_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.index_news_ttl h3 {
  letter-spacing: 2px;
  font-size: 2.4rem;
}
.index_news_ttl a {
  position: relative;
  display: inline-block;
}
.index_news_ttl a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
}
.index_news_ttl a:hover {
  opacity: 0.6;
}
/*----- .index_news_list -----*/
.index_news_list li {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
.index_news_list li:first-of-type {
  padding: 0 0 20px 0;
}
.index_news_list h4 {
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 400;
}
.index_news_list h4 a:hover {
  opacity: 0.6;
}
/*----- .index_time_cat -----*/
.index_time_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
/*----- .index_the_time -----*/
.index_the_time {
  color: #999999;
  font-size: 1.3rem;
}
/*----- .index_news_cat -----*/
.index_news_cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index_news_cat span {
  display: block;
  padding: 5px 10px;
  margin-left: 15px;
  color: #ffffff;
  font-size: 1.1rem;
}
@media all and (-ms-high-contrast: none) {
  .index_news_cat span {
    padding: 8px 10px 5px 10px;
  }
}
.index_news_cat span.food_notice,
.index_news_cat span.food_exhibition,
.index_news_cat span.food_seminar,
.index_news_cat span.cosme_notice,
.index_news_cat span.cosme_exhibition,
.index_news_cat span.cosme_seminar{
  display: none;
}
.index_news_cat span.cosmebu {
  background: #0fc6cf;
}
.index_news_cat span.foodbu {
  background: #43c58f;
}
/*----- .btn_flex -----*/
.btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.btn_flex .return_btn {
  margin: 20px;
}
.btn_flex .return_btn.btn_cosme a {
  border: 2px solid #3ebeb2;
  color: #3ebeb2;
}
.btn_flex .return_btn.btn_food a {
  border: 2px solid #43c58f;
  color: #43c58f;
}
/*----- .index_news_back_cosme -----*/
.index_news_back_cosme {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -100;
}
.index_news_back_cosme img {
  max-width: 310px;
  height: auto;
  width: 100%;
}
/*----- .index_news_back_food -----*/
.index_news_back_food {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -100;
}
.index_news_back_food img {
  max-width: 310px;
  height: auto;
  width: 100%;
}
/*----- #index_related_sites -----*/
#index_related_sites {
  padding: 120px 0;
  background: #f8f8f8;
}
/*----- .index_related_h3 -----*/
.index_related_h2 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.8rem;
  pointer-events: none;
}
.index_related_h2:before {
  display: block;
  margin-bottom: 30px;
  content: attr(title) " ";
  color: #3ebeb2;
  letter-spacing: 1px;
  font-size: 4rem;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
}
.index_related_h2:after {
  position: absolute;
  width: 41px;
  height: 1px;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #3ebeb2;
  content: '';
}
/*----- .related_sites_box -----*/
.related_sites_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*----- .related_sites -----*/
.related_sites {
  max-width: 270px;
  width: 100%;
  margin: 0 20px;
}
.related_sites img {
  max-width: 270px;
  height: auto;
  width: 100%;
}
.related_sites h3 {
  margin: 15px 0;
  color: #3ebeb2;
  text-decoration: underline;
  font-size: 1.5rem;
}
.related_sites h3 a:hover {
  opacity: 0.6;
}
.related_sites p {
  line-height: 2;
}
/*===============================

	*SP

================================*/
@media screen and (max-width: 767px) {
  /*-------------------------------
	index.php
-------------------------------*/
  /*----- #main_visual -----*/
  #main_visual {
    background: url(../img/index/index_sp_im01.jpg) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
  }
  .index_nav {
    width: 100%;
    word-break: keep-all;
  }
  .index_nav p {
    font-size: 2.5rem;
  }
  .index_nav small {
    font-size: 1.4rem;
  }
  .index_nav li {
    width: 100%;
  }
  .food_nav_li {
    padding: 0 0 35px 20px;
  }
  .cosme_nav_li {
    padding: 0 21px 35px 0;
  }
  /*----- #section_wrap -----*/
  .index_message p {
    font-size: 2rem;
  }
  /*----- #index_product -----*/
  .product_list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_list_cosme {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .product_list_food {
    width: 100%;
    margin-left: 0;
  }
  /*----- #index_news -----*/
  .index_news_back_cosme img {
    max-width: 120px;
  }
  .index_news_back_food img {
    max-width: 120px;
  }
}
/*===============================

	*SP responsive

================================*/
@media screen and (max-width: 560px) {
  /*----- #main_visual -----*/
  #main_visual {
    height: 600px;
  }
  .index_nav p {
    font-size: 2rem;
    letter-spacing: 2px;
  }
  .index_nav small {
    font-size: 1.2rem;
  }
  .cosme_nav_btn {
    padding-right: 2px;
  }
  .cosme_nav_btn a {
    width: 130px;
  }
  .food_nav_btn a {
    width: 130px;
  }
  /*----- #section_wrap -----*/
  .index_message {
    width: 88%;
    height: auto;
    padding: 60px 10px 40px 10px;
  }
  .index_message p {
    font-size: 1.6rem;
  }
  /*----- #index_product -----*/
  .product_cosme_cat li {
    width: 100%;
  }
  .product_food_cat li {
    width: 100%;
  }
  /*----- #index_related_sites -----*/
  .related_sites_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .related_sites {
    margin: 20px;
  }
  .related_sites:first-of-type {
    margin-top: 0;
  }
  .related_sites:last-of-type {
    margin-bottom: 0;
  }
}
/*===============================

	*SP SE

================================*/
@media screen and (max-width: 320px) {
  /*----- #main_visual -----*/
  .index_nav p {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
  .index_nav small {
    letter-spacing: normal;
  }
  .cosme_nav_li {
    padding: 0 10px 30px 0;
  }
  .cosme_nav_btn {
    padding-right: 0;
  }
  .food_nav_li {
    padding: 0 0 30px 10px;
  }
}

/*===============================

	入力フォーム追加20250512

================================*/
.radio-group,
.check-group {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  line-height: 1.8;
}