@charset "UTF-8";
/* -------------------------------
	ローディング
-------------------------------- */
#opening {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #c5c0ab;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 99999;
}
#opening.complete {
  transform: translateX(100%);
  visibility: hidden;
}

/* -------------------------------
	home
-------------------------------- */
#mainvisual {
  position: relative;
  z-index: 0;
}
#mainvisual > img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: none;
  z-index: 20;
}
#mainvisual .swiper-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainvisual .swiper-container .swiper-slide {
  height: 100%;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#mainvisual h2 {
  font-size: 1rem;
  margin: 0;
}
#mainvisual .caption_area {
  height: 750px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 1199px) {
  #mainvisual .caption_area {
    height: calc(250px + 500 * (100vw - 320px) / 880);
  }
}

.main_anv{
  position: absolute;
  top: 15%;
  left: 2%;
  width: 200px;
  height: auto;
}
@media screen and (min-width: 576px){
  .main_anv{
    left: 10%;
    width: 340px;
  }
}

@media screen and (min-width: 768px){
  .main_anv{
    top: 10%;
    left: 10%;
    width: 400px;
  }
}

@media screen and (min-width: 992px){
  .main_anv{
    top: 20%;
    left: 5%;
  }
}
@media (min-width: 1200px) {
  .main_anv{
    left: 8%;
    width: 500px;
  }
}
@media (min-width: 1400px) {
  .main_anv{
    left: 12%;
  }
}
@media (min-width: 1600px) {
  .main_anv{
    left: 20%;
  }
}


/**/
.home_box_1 {
  padding: 50px 0 20px;
}
.home_box_1 .mb {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .home_box_1 {
    padding: 50px 0 20px;
  }
  .home_box_1 .mb {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .home_box_1 {
    padding: 110px 0 60px;
  }
  .home_box_1 .mb {
    margin-bottom: 50px;
  }
}

/**/
.home_ttl_1 {
  color: #847e66;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

/**/
.home_about {
  background: url("../images/home/home_about_bg.jpg") no-repeat center top/cover;
}
.home_about h2 {
  font-size: 50px;
  text-align: center;
  padding-bottom: 21px;
  margin-bottom: 36px;
  position: relative;
}
.home_about h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 45px;
  height: 13px;
  margin-left: -22px;
  background: url("../images/common/icon001.png") no-repeat center center;
}
.home_about p {
  line-height: 2.5;
  letter-spacing: 0.1em;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .home_about h2 {
    font-size: 60px;
  }
  .home_about p {
    font-size: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_about h2 {
    font-size: 70px;
  }
  .home_about p {
    font-size: 16px;
  }
}

/**/
.home_news {
  background-color: #fff;
}
.home_news h2 {
  margin-bottom: 1.075em;
  position: relative;
}
.home_news h2:after {
  content: "";
  width: 45px;
  height: 13px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon001.png") no-repeat center center;
}
@media print, screen and (min-width: 768px) {
  .home_news h2 {
    font-size: 40px;
  }
}

.news_list {
  list-style: none;
  padding: 0 15px 0 0;
  margin: 0;
  max-height: 350px;
  overflow: auto;
}
.news_list > li {
  line-height: 1.858rem;
  padding: 18px 0 17px;
  border-bottom: solid 1px #eeeeee;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.news_list > li .date {
  font-size: 16px;
  letter-spacing: 0.1em;
  padding-left: 38px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 150px;
  max-width: 100%;
  padding-right: 13px;
  position: relative;
}
.news_list > li .date .new {
  color: #847e66;
  font-size: 12px;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 0;
}
.news_list > li .cat {
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
  width: 140px;
  padding: 1px 5px;
  margin-top: 4px;
  -webkit-flex: 0 0 130px;
  flex: 0 0 130px;
  max-width: 130px;
  background-color: #000;
}
.news_list > li .cat .in {
  display: inline-block;
}
.news_list > li .cat .in:before, .news_list > li .cat .in:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 3px;
  background: url("../images/common/cat_icon.png") no-repeat;
}
.news_list > li .cat .in:before {
  margin-right: 0.5em;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.news_list > li .cat .in:after {
  margin-left: 0.5em;
}
.news_list .columns {
  margin-top: 10px;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.news_list .columns .btns {
  padding-left: 13px;
}
.news_list .columns .btns > a {
  color: #847e66;
  text-decoration: none;
}
.news_list .columns .btns > a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 768px) {
  .news_list > li .columns {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .news_list > li .columns .column {
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .news_list > li .columns .btns {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .news_list > li {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .news_list > li .date {
    margin-left: 25px;
  }
  .news_list > li .columns {
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
  }
}

/**/
.home_nav {
  color: #fff;
  background: url("../images/common/bg01.png");
}
.home_nav h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 1.1666em;
}
.home_nav h2:before, .home_nav h2:after {
  content: "";
  width: 45px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/common/icon002.png") no-repeat center center;
}
.home_nav h2:before {
  margin-right: 0.3em;
}
.home_nav h2:after {
  margin-left: 0.3em;
}
@media print, screen and (min-width: 768px) {
  .home_nav h2 {
    font-size: 45px;
  }
}
@media print, screen and (min-width: 992px) {
  .home_nav h2 {
    font-size: 60px;
  }
}

/**/
.home_figure {
  background-color: #fff;
}
.home_figure > img {
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.home_figure figcaption {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.home_figure figcaption .in-box {
  width: 100%;
  text-align: center;
}
.home_figure figcaption .in-box .en2 {
  color: #c5c0ab;
  font-size: 30px;
  line-height: 1;
}
.home_figure figcaption .in-box h3 {
  line-height: 1.3333;
  margin: 0;
}
.home_figure figcaption .in-box h3 .en {
  font-size: 30px;
  line-height: 1;
  display: block;
}
.home_figure figcaption .in-box h3 .ja {
  font-size: 14px;
  font-weight: 400;
  margin-top: 13px;
  display: block;
}
.home_figure:hover > img {
  -ms-filter: blur(6px);
  filter: blur(6px);
}
@media print, screen and (min-width: 992px) {
  .home_figure figcaption {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home_figure figcaption .in-box {
    width: 100%;
    text-align: center;
  }
  .home_figure figcaption .in-box .en2 {
    font-size: 40px;
  }
  .home_figure figcaption .in-box h3 .en {
    font-size: 40px;
  }
  .home_figure figcaption .in-box h3 .ja {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .home_figure figcaption {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .home_figure figcaption .in-box {
    width: 100%;
    text-align: center;
  }
  .home_figure figcaption .in-box .en2 {
    font-size: 60px;
  }
  .home_figure figcaption .in-box h3 .en {
    font-size: 56px;
  }
  .home_figure figcaption .in-box h3 .ja {
    font-size: 20px;
  }
}

/**/
.home_recruit .contents {
  color: #fff;
  padding: 30px;
  margin: 0 -15px;
  background: url("../images/home/home_recruit.jpg") no-repeat center center/cover;
}
.home_recruit .contents h2 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}
.home_recruit .contents h2:after {
  content: "";
  width: 45px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  background: url("../images/common/icon002.png") no-repeat center center;
}
.home_recruit .contents p {
  line-height: 1.858;
  letter-spacing: 0.1em;
}
.home_recruit .contents .btn {
  color: #fff;
  line-height: 1.333;
  padding: 0;
  border-bottom: solid 1px #fff;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.home_recruit .contents .btn:hover {
  letter-spacing: 0.15em;
  text-indent: 0.15em;
}
@media print, screen and (min-width: 576px) {
  .home_recruit {
    padding: 50px 0;
    background: url("../images/home/home_recruit_bg.jpg") no-repeat center center;
  }
}
@media print, screen and (min-width: 768px) {
  .home_recruit {
    height: 780px;
    padding: 209px 0 0;
  }
  .home_recruit .contents {
    width: 538px;
    height: 350px;
    padding: 60px 0 0 60px;
  }
  .home_recruit .contents h2 {
    font-size: 60px;
  }
  .home_recruit .contents .btn {
    margin-right: 45px;
  }
}

/* -------------------------------
	新着情報
-------------------------------- */
.news_date {
  font-size: 15px;
  letter-spacing: 0.2em;
}

.news_ttl {
  font-weight: 400;
  border-bottom: solid 1px #555;
  padding-bottom: 0.25em;
}

/* -------------------------------
	香粧品香料
-------------------------------- */
.fragrance_point {
  border: solid 1px #AAA592;
  padding: 20px;
  background-color: #fff9f6;
}
.fragrance_point .ttl {
  color: #847e66;
  font-size: 17px;
  font-weight: 400;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 1rem;
  border-left: solid 3px #847e66;
}
.fragrance_point .ttl .in {
  display: block;
  width: 100%;
}
.fragrance_point .photo {
  display: block;
  margin: 0 auto 1rem;
}
@media print, screen and (min-width: 992px) {
  .fragrance_point {
    padding: 30px;
  }
  .fragrance_point .ttl {
    font-size: 20px;
  }
  .fragrance_point .photo {
    margin: 0;
  }
}

/**/
.fragrance_flow .box {
  padding-bottom: 2rem;
  position: relative;
  z-index: 0;
}
.fragrance_flow .box:before {
  content: "";
  position: absolute;
  left: 25px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #C1BEAF;
  z-index: -1;
}
.fragrance_flow .box h4 {
  color: #847e66;
  font-weight: 400;
  letter-spacing: 0.1em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.fragrance_flow .box h4 > span {
  display: block;
}
.fragrance_flow .box h4 .en2 {
  color: #847e66;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  padding-right: 15px;
  background-color: #fff;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.fragrance_flow .box h4 .in {
  padding-left: 15px;
}
.fragrance_flow .box .contents {
  padding-left: 50px;
}
.fragrance_flow .box .contents .photo {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .fragrance_flow .box .contents {
    display: -webkit-flex;
    display: flex;
  }
  .fragrance_flow .box .contents .photo {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 0;
  }
  .fragrance_flow .box .contents .columns {
    -webkit-flex: 1;
    flex: 1;
    max-width: 100%;
    padding-left: 50px;
    padding-top: 1em;
  }
}

/**/
.development_figure {
  max-width: 540px;
  margin: 0 auto;
}
.development_figure > img {
  display: block;
  margin: 0 auto 1rem;
}
.development_figure figcaption .btn {
  width: 180px;
}

/* -------------------------------
	食品香料
-------------------------------- */
.flaver_sec_1 {
  background: url("../images/flaver/flaver_3_bg.jpg") no-repeat center center/cover;
}

/* -------------------------------
	化粧品原料
-------------------------------- */
.cosmetic_bg_1 {
  background: url("../images/cosmetic/cosmetic_bg_1.jpg") no-repeat left 50% top/auto 100%;
}

@media screen and (min-width: 1200px) {
  .cosmetic_photo_xl_left {
    margin-left: calc(((-100vw + 1110px) / 2) / 1.5);
  }

  .cosmetic_photo_xl_right {
    margin-right: calc(((-100vw + 1110px) / 2) / 1.5);
  }
}
@media print {
  .cosmetic_photo_xl_left {
    margin-left: -150px;
  }

  .cosmetic_photo_xl_right {
    margin-right: -150px;
  }
}
.cosmetic_extract h5 {
  color: #847e66;
  padding-left: 1.5em;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
}
.cosmetic_extract h5:before {
  content: "■";
  color: #D4C99F;
  position: absolute;
  left: 0.2em;
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.cosmetic_extract .content {
  font-size: 13px;
}
.cosmetic_extract .content .columns {
  padding: 0 0 0 10px;
}
.cosmetic_extract .content h6 {
  font-size: 15px;
  font-weight: 400;
}
.cosmetic_extract .content .aligncenter {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1200px) {
  .cosmetic_extract h5 .ja {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
}

/* -------------------------------
	食品添加物
-------------------------------- */
.quolity_gyoumu > img {
  display: block;
  margin: 0 auto;
}
.quolity_gyoumu p {
  font-size: 12px;
  text-align: center;
}
.quolity_gyoumu p:before, .quolity_gyoumu p:after {
  content: "-";
  color: #847e66;
  margin: .5em .5em 0;
}
@media print, screen and (min-width: 768px) {
  .quolity_gyoumu p {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 992px) {
  .quolity_gyoumu p {
    font-size: 14px;
  }
}

/* -------------------------------
	会社案内
-------------------------------- */
.company_policy {
  background: url("../images/home/home_about_bg.jpg") no-repeat center top;
}

.company_yakuin {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company_yakuin > li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company_yakuin > li span {
  -webkit-flex: 0 0 11em;
  flex: 0 0 11em;
  max-width: 11em;
  display: block;
}

/**/
.company_list_1 > li.last {
  text-align: right;
}
.company_list_1 > li.last:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .company_list_1 {
    column-count: 2;
  }
}
@media print, screen and (min-width: 1200px) {
  .company_list_1 {
    column-count: 3;
  }
}

.company_list_last {
  text-align: right;
  margin-top: -2em;
}

/**/
.company_access {
  background: url("../images/common/bg01.png");
}

/* -------------------------------
	採用情報
-------------------------------- */
.recruit_voice .title01 {
  margin: 1.5rem 0;
}
.recruit_voice .subttl {
  color: #847e66;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-left: 2em;
  margin: 1.5rem 0;
  position: relative;
}
.recruit_voice .subttl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75em;
  width: 1.5em;
  height: 1px;
  background-color: #847e66;
}

.recruit_youkou {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 992px) {
  .recruit_youkou:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 240px);
    height: 100%;
    background-color: #E7E6E1;
    z-index: -1;
  }
}
@media print, screen and (min-width: 1200px) {
  .recruit_youkou:before {
    width: calc(50% - 290px);
  }
}

.recruit_contact {
  column-count: 1;
  column-rule: solid 1px #ccc;
  column-gap: 30px;
  padding: 30px;
  background-color: #efefef;
}
.recruit_contact .box {
  text-align: center;
}
.recruit_contact .box .ttl {
  color: #847e66;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.recruit_contact .box .telphone {
  font-size: 25px;
  line-height: 1.5;
}
.recruit_contact .box .btn {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
.recruit_contact .box + .box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #ccc;
}
@media print, screen and (min-width: 768px) {
  .recruit_contact {
    column-count: 2;
  }
  .recruit_contact .box + .box {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
  .recruit_contact .telphone {
    line-height: 1.8712;
  }
}

/* -------------------------------
	お問い合わせ
-------------------------------- */
.box_tel {
  text-align: center;
  padding: 30px 10px;
  position: relative;
}
.box_tel:before, .box_tel:after {
  content: '';
  width: 98%;
  height: 98%;
  position: absolute;
  display: inline-block;
}
.box_tel:before {
  border-left: solid 2px #847e66;
  border-top: solid 2px #847e66;
  top: 0;
  left: 0;
}
.box_tel:after {
  border-right: solid 1px #B8B4A4;
  border-bottom: solid 1px #B8B4A4;
  bottom: 0;
  right: 0;
}
.box_tel h3 {
  font-size: 16px;
  margin-bottom: 1rem;
}
.box_tel .telphone {
  font-size: 25px;
  line-height: 1.333;
}
.box_tel .telphone a {
    color: #333;
    position: relative;
    z-index: 1;
}
@media print, screen and (min-width: 992px) {
  .box_tel {
    padding: 50px 0;
  }
  .box_tel h3 {
    font-size: 20px;
    margin-bottom: 2rem;
  }
  .box_tel .telphone {
    font-size: 32px;
  }
}

/* フォーム用　table */
.table-contact {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
.table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
  padding: 1rem;
}
.table-contact > tbody > tr > th {
  font-weight: bold;
  text-align: left;
  width: 260px;
}
.table-contact > tbody > tr > th.hisu {
  position: relative;
}
.table-contact > tbody > tr > th.hisu:before {
  content: "必須";
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 2;
  text-align: center;
  width: 3em;
  margin-top: -10px;
  background-color: #ff0000;
}
.table-contact > tbody > tr > td {
  border-left: solid 1px #BBB6A3;
  padding-left: 2rem;
}
.table-contact > tbody > tr > td .sm {
  width: 10em !important;
  display: inline-block;
}
.table-contact > tbody > tr > td .md {
  max-width: 360px !important;
}
.table-contact > tbody > tr > td .rei {
  color: #999;
  font-size: 12px;
  line-height: normal;
  display: block;
  margin: 5px 0 0;
}
@media only screen and (max-width: 639px) {
  .table-contact {
    border: none;
  }
  .table-contact > tbody > tr {
    width: 100%;
    display: inline;
  }
  .table-contact > tbody > tr > th, .table-contact > tbody > tr > td {
    width: 100% !important;
    display: block;
    border-bottom: none;
    position: relative;
  }
  .table-contact > tbody > tr > td {
    padding-left: 1rem;
  }
}

.select-inline {
  display: inline-block;
  width: auto;
}

/*  */
.agree {
  text-align: center;
  margin-top: 20px;
}
.agree.error {
  background-color: #FFE4E4;
}
.agree span.error {
  color: #c00000;
  font-size: 12px;
  margin: 3px 0 0;
  display: block;
}

.buttons {
  text-align: center;
  margin-top: 20px;
}
.buttons .btn {
  margin: 5px 10px;
  min-width: 260px;
  cursor: pointer;
}

/* プライバシーポリシー */
#policy {
  margin-top: 30px;
}
#policy .contents {
  padding: 15px;
  border: solid 1px #ccc;
  max-height: 300px;
  overflow: auto;
}
#policy .contents h5 {
  color: #847e66;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 2rem 0 0;
}
#policy .contents p, #policy .contents ol {
  font-size: 1rem;
  margin: 1rem 0;
}
#policy .contents ol {
  padding-left: 0;
  list-style: none;
  counter-reset: number;
}
#policy .contents ol li {
  padding-left: 2em;
  margin-bottom: 5px;
  position: relative;
}
#policy .contents ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
  content: counter(number) " )";
}

