@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Open+Sans:400,700&display=swap&subset=japanese');

/* ===============================================================
 reseting
=============================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* ===============================================================
 base
=============================================================== */
*, *:after, *:before {
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}

body, input, textarea, select, button {
  font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',"メイリオ", sans-serif;
  font-weight: 400;
}

body {
  position: relative;
  color: #000;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}


/* ===============================================================
 utility
=============================================================== */

/* font-size
--------------------------------------------------------------- */
.u-fz-10 {
  font-size: 10px !important;
}
.u-fz-12 {
  font-size: 12px !important;
}
.u-fz-14 {
  font-size: 14px !important;
}
.u-fz-16 {
  font-size: 16px !important;
}
.u-fz-18 {
  font-size: 18px !important;
}
.u-fz-20 {
  font-size: 20px !important;
}
.u-fz-22 {
  font-size: 22px !important;
}
.u-fz-24 {
  font-size: 24px !important;
}

/* margin-top
--------------------------------------------------------------- */
.u-mt-5 {
  margin-top: 5px !important;
}
.u-mt-10 {
  margin-top: 10px !important;
}
.u-mt-15 {
  margin-top: 15px !important;
}
.u-mt-20 {
  margin-top: 20px !important;
}
.u-mt-25 {
  margin-top: 25px !important;
}
.u-mt-30 {
  margin-top: 30px !important;
}
.u-mt-35 {
  margin-top: 35px !important;
}
.u-mt-40 {
  margin-top: 40px !important;
}
.u-mt-45 {
  margin-top: 45px !important;
}
.u-mt-50 {
  margin-top: 50px !important;
}
.u-mt-55 {
  margin-top: 55px !important;
}
.u-mt-60 {
  margin-top: 60px !important;
}
.u-mt-65 {
  margin-top: 65px !important;
}
.u-mt-70 {
  margin-top: 70px !important;
}
.u-mt-75 {
  margin-top: 75px !important;
}

/* margin-bottom
--------------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-5 {
  margin-bottom: 5px !important;
}
.u-mb-10 {
  margin-bottom: 10px !important;
}
.u-mb-15 {
  margin-bottom: 15px !important;
}
.u-mb-20 {
  margin-bottom: 20px !important;
}
.u-mb-25 {
  margin-bottom: 25px !important;
}
.u-mb-30 {
  margin-bottom: 30px !important;
}
.u-mb-35 {
  margin-bottom: 35px !important;
}
.u-mb-40 {
  margin-bottom: 40px !important;
}
.u-mb-45 {
  margin-bottom: 45px !important;
}
.u-mb-50 {
  margin-bottom: 50px !important;
}
.u-mb-55 {
  margin-bottom: 55px !important;
}
.u-mb-60 {
  margin-bottom: 60px !important;
}
.u-mb-65 {
  margin-bottom: 65px !important;
}
.u-mb-70 {
  margin-bottom: 70px !important;
}
.u-mb-75 {
  margin-bottom: 75px !important;
}

/* text-align
--------------------------------------------------------------- */
.u-ta-l {
  text-align: left !important;
}
.u-ta-r {
  text-align: right !important;
}
.u-ta-c {
  text-align: center !important;
}

/* float
--------------------------------------------------------------- */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.u-float-l {
  float: left !important;
}
.u-float-r {
  float: right !important;
}

@media screen and (min-width: 769px) {
  /* responsive
  --------------------------------------------------------------- */
  .u-pc-hide {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /* responsive
  --------------------------------------------------------------- */
  .u-sp-hide {
    display: none !important;
  }
  .img_scroll{
  width: auto;
  height: auto;
  overflow: auto;
}
  .img_scroll img{width: 500px;}

  /* font-size
  --------------------------------------------------------------- */
  .u-sp-fz-10 {
    font-size: 10px !important;
  }
  .u-sp-fz-12 {
    font-size: 12px !important;
  }
  .u-sp-fz-14 {
    font-size: 14px !important;
  }
  .u-sp-fz-16 {
    font-size: 16px !important;
  }
  .u-sp-fz-18 {
    font-size: 18px !important;
  }
  .u-sp-fz-20 {
    font-size: 20px !important;
  }
  .u-sp-fz-22 {
    font-size: 22px !important;
  }
  .u-sp-fz-24 {
    font-size: 24px !important;
  }

  /* margin-top
  --------------------------------------------------------------- */
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }

  /* margin-bottom
  --------------------------------------------------------------- */
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }

  /* text-align
  --------------------------------------------------------------- */
  .u-sp-ta-l {
    text-align: left !important;
  }
  .u-sp-ta-c {
    text-align: center !important;
  }
  
  /* float
  --------------------------------------------------------------- */
  .u-clearfix:after {
    content: "" !important;
    display: block !important;
    clear: both !important;
  }
  .u-sp-float-n {
    float: none !important;
  }

  /* width
  --------------------------------------------------------------- */
  .u-sp-width-full {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}

@media print {
  .u-print-hide {
    display: none !important;
  }
}


/* ===============================================================
 common
=============================================================== */
.wrap {
  min-width: 980px;
  overflow: hidden;
}
.business .wrap {
  background-color: #f5f5f5;
}
.content-inner {
  margin: 0 auto;
  width: 980px;
}
.page-title {
  text-align: center;
}
.page-title-ja {
  display: block;
  margin-bottom: 17px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.page-title-en {
  display: block;
  font-family: 'Open Sans';
  color: #e60039;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.business-origo .page-title-en {
  color: #f84a77;
}
.business-enzyme .page-title-en {
  color: #0098e6;
}
.business-other .page-title-en {
  color: #00ba39;
}
.product .page-title-en {
  color: #e60039;
}
.product-origo .page-title-en {
  color: #f84a77;
}
.product-enzyme .page-title-en {
  color: #0098e6;
}
.product-enzyme_gr .page-title-en_gr {
  color: #009040;
}
.product-fuco .page-title-en {
  color: #00bd7d;
}
.product-karafuji .page-title-en {
  color: #ed3300;
}
.product-mozuku .page-title-en {
  color: #00c3e6;
}
.product-tos .page-title-en {
  color: #98a7b4;
}
.product-bio .page-title-en {
  color: #86d200;
}
.product-marine .page-title-en {
  color: #376edd;
}
.page-lead {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.page-section-title {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  height: auto;
  font-size: 24px;
  font-weight: 600;
}
.page-section-title:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  margin-right: 16px;
  width: 4px;
  min-height: 38px;
  height: 100%;
  background-color: #e60039;
}
.page-section-title_gr,.page-section-title_gr_2 {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  height: auto;
  font-size: 24px;
  font-weight: 600;
  background-image: url(/ypi/assets/images/product/laboratory/h3_bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px;
  width: 100%;
  color: #fff;
  margin: 50px 0;
}
@media screen and (max-width: 768px) {

.page-section-title_gr {
  margin: 15px 0;
  min-height: 40px;
  font-size: 1rem;
  background-image: url(/ypi/assets/images/product/laboratory/h3_bg_sp.png);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  text-indent: 10px;
  width: 100%;
  padding: 0;
  }
  
.page-section-title_gr_2 {
    margin: 15px 0;
    min-height: 70px;
    font-size: 1rem;
    background-image: url(/ypi/assets/images/product/laboratory/h3_bg_sp_2.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    /* text-indent: 10px; */
    width: 100%;
    padding: 0 10px 10px 10px;
    line-height: 1.4;
    }
}
.inner_gr_gra{
background: -moz-linear-gradient(top,  #ffffff 0%, #ecf4da 100%); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#ecf4da 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#ecf4da 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf4da',GradientType=0 );
padding: 0 50px 50px 50px; 
}
.moive_area {
  display: flex;
  justify-content: space-between;
    margin-bottom: 50px;
background: -moz-linear-gradient(top,  #ffffff 0%, #ecf4da 100%); 
background: -webkit-linear-gradient(top,  #ffffff 0%,#ecf4da 100%); 
background: linear-gradient(to bottom,  #ffffff 0%,#ecf4da 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf4da',GradientType=0 );
padding: 25px; 
}
.moive_area iframe{
  padding: 25px;
  width: 100%;
  height: 285px;
}
@media screen and (max-width: 768px) {
	.moive_area {
	  display: flex;
	  flex-direction: column;
	  margin-bottom: 50px;
	  background: -moz-linear-gradient(top,  #ffffff 0%, #ecf4da 100%); 
	  background: -webkit-linear-gradient(top,  #ffffff 0%,#ecf4da 100%); 
	  background: linear-gradient(to bottom,  #ffffff 0%,#ecf4da 100%); 
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ecf4da',GradientType=0 );
	  padding: 0.8rem; 
	}
	.moive_area iframe{
	  padding: 20px;
	  width: auto;
	  height: auto;
	}
}
.business-origo .page-section-title:before {
  background-color: #f84a77;
}
.business-enzyme .page-section-title:before {
  background-color: #0098e6;
}
.business-other .page-section-title:before {
  background-color: #00ba39;
}
.product-origo .page-section-title:before {
  background-color: #f84a77;
}
.product-enzyme .page-section-title:before {
  background-color: #0098e6;
}
.product-fuco .page-section-title:before {
  background-color: #00bd7d;
}
.product-karafuji .page-section-title:before {
  background-color: #ed3300;
}
.product-mozuku .page-section-title:before {
  background-color: #00c3e6;
}
.product-tos .page-section-title:before {
  background-color: #98a7b4;
}
.product-bio .page-section-title:before {
  background-color: #86d200;
}
.product-marine .page-section-title:before {
  background-color: #376edd;
}
.content-section {
  margin-bottom: 40px;
}
.content-section:last-child {
  margin-bottom: 0;
}
.content-section-title {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
  padding-left: 38px;
  min-height: 28px;
  color: #f84a77;
  font-size: 20px;
  font-weight: 600;
}
.product-fuco .content-section-title {
  color: #00bd7d;
}
.product-karafuji .content-section-title {
  color: #ed3300;
}
.product-mozuku .content-section-title {
  color: #00c3e6;
}
.product-tos .content-section-title {
  color: #98a7b4;
}
.product-bio .content-section-title {
  color: #86d200;
}
.product-marine .content-section-title {
  color: #376edd;
}
.content-section-title-number {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  font-family: 'Open Sans';
  font-weight: 400;
  background-color: #323232;
}
.content-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.75;
}
.content-text:first-of-type {
  margin-top: -0.5em;
}
.page-section-title + .content-text,
.content-section-title + .content-text {
  margin-top: -0.3em;
}
.content-text:last-child {
  margin-bottom: 0;
}
.page-section {
  margin-bottom: 65px;
}
.scroll-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.pdf {
  position: relative;
  display: flex;
  align-items: center;
  color: #3F7AC3;
  text-decoration: none;
}
.pdf:hover {
  text-decoration: underline;
}
.pdf:before {
  content: "";
  display: block;
  margin-right: 4px;
  width: 32px;
  height: 23px;
  background-image: url(/ypi/assets/images/iconCommonPdf.gif);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.icon-r {
  position: relative;
  top: 0.2em;
  font-size: 20px;
}

/* btn
---------------------------------------------------------------*/
.c-btn-wrap {
  overflow: hidden;
}
.c-btn {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-btn a,
.c-btn .link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  background-color: #e60039;
  transition: background-color 400ms ease-out, color 400ms ease-out, font-weight 0ms;
}
.c-btn a:hover {
  color: #e60039;
  background-color: #fff;
  font-weight: 400;
  border: 2px solid #e60039;
}
.c-btn a:hover:after {
  background-image: url(/ypi/assets/images/iconCommonBtnArrowHover.png);
}
.c-btn a:after,
.c-btn .link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-image: url(/ypi/assets/images/iconCommonBtnArrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .wrap {
    min-width: 100%;
    padding-top: 50px;
  }
  .content-inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-title-ja {
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 1.3;
  }
  .page-title-en {
    font-size: 16px;
  }
  .page-lead {
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .page-section {
    margin-bottom: 50px;
  }
  .page-section-title {
    margin-bottom: 15px;
    padding-left: 16px;
    min-height: 30px;
    font-size: 20px;
    line-height: 1.5;
  }
  .page-section-title:before {
    position: absolute;
    width: 3px;
    min-height: 30px;
    height: 100%;
  }
  .content-section {
    margin-bottom: 20px;
  }
  .content-section-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .content-section-title-number {
    width: 28px;
    height: 28px;
    font-size: 18px;
  }
  .content-text {
    margin-bottom: 20px;
  }
}

/* ===============================================================
 eyecatch
=============================================================== */
.eyecatch {
  position: relative;
  height: 270px;
}
.eyecatch__front,
.eyecatch__back,
.eyecatch__back_gr {
  position: absolute;
  width: calc(100% - (100% - 980px) / 2);
  height: 240px;
}
.eyecatch__front {
  top: 0;
  left: 0;
  background-image: url(/ypi/assets/images/imgCommonEyecatchBg.jpg);
  background-position: center center;
  background-size: cover;
}
.eyecatch__back {
  bottom: 0;
  right: 0;
  background-color: #e60039;
}
.eyecatch__content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  width: 980px;
  height: 270px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.privacy .eyecatch__front {
  background-image: url(/ypi/assets/images/privacy/imgPrivacyEyecatchBg.jpg);
}
.business .eyecatch__front {
  background-image: url(/ypi/assets/images/business/imgBusinessEyecatchBg.jpg);
}
.business-origo .eyecatch__front {
  background-image: url(/ypi/assets/images/business/imgBusinessOrigoEyecatchBg.jpg);
}
.business-origo .eyecatch__back {
  background-color: #f84a77;
}
.business-enzyme .eyecatch__front {
  background-image: url(/ypi/assets/images/business/imgBusinessEnzymeEyecatchBg.jpg);
}
.business-enzyme .eyecatch__back {
  background-color: #0098e6;
}
.business-other .eyecatch__front {
  background-image: url(/ypi/assets/images/business/imgBusinessOtherEyecatchBg.jpg);
}
.business-other .eyecatch__back {
  background-color: #00ba39;
}
.news .eyecatch__front {
  background-image: url(/ypi/assets/images/information/imgInformationEyecatchBg.jpg);
}
.support .eyecatch__front {
  background-image: url(/ypi/assets/images/company/support/imgSupportEyecatchBg.jpg);
}
.product .eyecatch__front {
  background-image: url(/ypi/assets/images/product/imgProductEyecatchBg.jpg);
}
.product .eyecatch__back {
  background-color: #e60039;
}
.product-origo .eyecatch__front {
  background-image: url(/ypi/assets/images/product/imgProductOrigoEyecatchBg.jpg);
}
.product-origo .eyecatch__back {
  background-color: #f84a77;
}
.product-enzyme .eyecatch__front {
  background-image: url(/ypi/assets/images/product/imgProductEnzymeEyecatchBg.jpg);
}
.product-enzyme .eyecatch__back {
  background-color: #0098e6;
}
.eyecatch__back_gr {
  background-color: #009040;
  bottom: 0;
  right: 0;
}
.product-other .eyecatch__front {
  background-image: url(/ypi/assets/images/product/imgProductOtherEyecatchBg.jpg);
}
.product-fuco .eyecatch__front {
  background-image: url(/ypi/assets/images/product/fuco/imgFucoEyecatchBg.jpg);
}
.product-fuco .eyecatch__back {
  background-color: #00bd7d;
}
.product-karafuji .eyecatch__front {
  background-image: url(/ypi/assets/images/product/karafuji/imgKarafujiEyecatchBg.jpg);
}
.product-karafuji .eyecatch__back {
  background-color: #ed3300;
}
.product-mozuku .eyecatch__back {
  background-color: #00c3e6;
}
.product-industry .eyecatch__front {
  background-image: url(/ypi/assets/images/product/industry/imgIndustryEyecatchBg.jpg);
}
.product-laboratory .eyecatch__front {
  background-image: url(/ypi/assets/images/product/laboratory/imgLaboratoryEyecatchBg.jpg);
}
.product-tos .eyecatch__front {
  background-image: url(/ypi/assets/images/product/tos/imgTosEyecatchBg.jpg);
}
.product-tos .eyecatch__back {
  background-color: #98a7b4;
}
.product-bio .eyecatch__front {
  background-image: url(/ypi/assets/images/product/bio/imgBioEyecatchBg.jpg);
}
.product-bio .eyecatch__back {
  background-color: #86d200;
}
.product-marine .eyecatch__front {
  background-image: url(/ypi/assets/images/product/marine/imgMarineEyecatchBg.jpg);
} 
.product-marine .eyecatch__back {
  background-color: #376edd;
} 
.sitemap .eyecatch__front {
  background-image: url(/ypi/assets/images/sitemap/imgSitemapEyecatchBg.jpg);
}
.contact .eyecatch__front {
  background-image: url(/ypi/assets/images/contact/imgContactEyecatchBg.jpg);
}
.philosophy .eyecatch__front {
  background-image: url(/ypi/assets/images/company/philosophy/imgPhilosophyEyecatchBg.jpg);
}
@media screen and (max-width: 768px) {
  .eyecatch {
    height: 160px;
  }
  .eyecatch__front,
  .eyecatch__back {
    height: 140px;
  }
  .eyecatch__front {
    width: 100%;
    background-image: url(/ypi/assets/images/imgCommonEyecatchBgSp.jpg);
  }
  .eyecatch__back {
    width: calc(100% - 20px);
  }
  .eyecatch__content {
    margin: 0 auto;
    width: calc(100% - 40px);
    height: 140px;
  }
  .privacy .eyecatch__front {
    background-image: url(/ypi/assets/images/privacy/imgPrivacyEyecatchBgSp.jpg);
  }
  .news .eyecatch__front {
    background-image: url(/ypi/assets/images/information/imgInformationEyecatchBgSp.jpg);
  }
  .business .eyecatch__front {
    background-image: url(/ypi/assets/images/business/imgBusinessEyecatchBgSp.jpg);
  }
  .business-origo .eyecatch__front {
    background-image: url(/ypi/assets/images/business/imgBusinessOrigoEyecatchBgSp.jpg);
  }
  .business-enzyme .eyecatch__front {
    background-image: url(/ypi/assets/images/business/imgBusinessEnzymeEyecatchBgSp.jpg);
  }
  .business-other .eyecatch__front {
    background-image: url(/ypi/assets/images/business/imgBusinessOtherEyecatchBgSp.jpg);
  }
  .support .eyecatch__front {
    background-image: url(/ypi/assets/images/company/support/imgSupportEyecatchBgSp.jpg);
  }
  .product .eyecatch__front {
    background-image: url(/ypi/assets/images/product/imgProductEyecatchBgSp.jpg);
  }
  .product-origo .eyecatch__front {
    background-image: url(/ypi/assets/images/product/imgProductOrigoEyecatchBgSp.jpg);
  }
  .product-enzyme .eyecatch__front {
    background-image: url(/ypi/assets/images/product/imgProductEnzymeEyecatchBgSp.jpg);
  }
  .product-other .eyecatch__front {
    background-image: url(/ypi/assets/images/product/imgProductOtherEyecatchBgSp.jpg);
  }
  .product-fuco .eyecatch__front {
    background-image: url(/ypi/assets/images/product/fuco/imgFucoEyecatchBgSp.jpg);
  }
  .product-karafuji .eyecatch__front {
    background-image: url(/ypi/assets/images/product/karafuji/imgKarafujiEyecatchBgSp.jpg);
  }
  .product-industry .eyecatch__front {
    background-image: url(/ypi/assets/images/product/industry/imgIndustryEyecatchBgSp.jpg);
  }
  .product-laboratory .eyecatch__front {
    background-image: url(/ypi/assets/images/product/laboratory/imgLaboratoryEyecatchBgSp.jpg);
  }
  .product-tos .eyecatch__front {
    background-image: url(/ypi/assets/images/product/tos/imgTosEyecatchBgSp.jpg);
  }
  .product-bio .eyecatch__front {
    background-image: url(/ypi/assets/images/product/bio/imgBioEyecatchBgSp.jpg);
  }
  .product-marine .eyecatch__front {
    background-image: url(/ypi/assets/images/product/marine/imgMarineEyecatchBgSp.jpg);
  }
  .sitemap .eyecatch__front {
    background-image: url(/ypi/assets/images/sitemap/imgSitemapEyecatchBgSp.jpg);
  }
  .contact .eyecatch__front {
    background-image: url(/ypi/assets/images/contact/imgContactEyecatchBgSp.jpg);
  }
  .philosophy .eyecatch__front {
    background-image: url(/ypi/assets/images/company/philosophy/imgPhilosophyEyecatchBgSp.jpg);
  }
}

/* ===============================================================
 breadcrumb
=============================================================== */
.breadcrumb, .breadcrumb_gr {
  margin-top: 10px;
  font-size: 12px;
}
.breadcrumb a {
  text-decoration: none;
  color: #e60039;
}
.breadcrumb_gr a {
  text-decoration: none;
  color: #009040;
}
.business-origo .breadcrumb a {
  color: #f84a77;
}
.business-enzyme .breadcrumb a {
  color: #0098e6;
}
.business-other .breadcrumb a {
  color: #00ba39;
}
.product-origo .breadcrumb a {
  color: #f84a77;
}
.product-enzyme .breadcrumb a {
  color: #0098e6;
}
.product-fuco .breadcrumb a {
  color: #00bd7d;
}
.product-karafuji .breadcrumb a {
  color: #ed3300;
}
.product-mozuku .breadcrumb a {
  color: #00c3e6;
}
.product-tos .breadcrumb a {
  color: #98a7b4;
}
.product-bio .breadcrumb a {
  color: #86d200;
}
.product-marine .breadcrumb a {
  color: #376edd;
}
@media screen and (max-width: 768px) {
  .c-btn a:hover {
    color: #fff;
    background-color: #e60039;
    font-weight: 300;
    border: none;
  }
  .c-btn a:hover:after {
    background-image: url(/ypi/assets/images/iconCommonBtnArrow.png);
  }
  .scroll-top {
    right: 13px;
    bottom: 13px;
  }
}

/* ===============================================================
 flexbox
=============================================================== */
/* 使用ページ 
   product/ori.html
*/
.flexbox-1 {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.flexbox-1:last-child {
  margin-bottom: 0;
}
.flexbox-1 img {
  width: auto;
}
.flexbox-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.flexbox-2:last-child {
  margin-bottom: 0;
}
.flexbox-2 img {
  width: auto;
}
.flexitem-1 {
  width: calc((100% - 40px) / 2);
}
.flexitem-1:nth-of-type(2) {
  margin-left: 40px;
}
.flexitem-1--left {
  order: 1;
}
.flexitem-1--right {
  order: 2;
}
.flexitem-2:nth-of-type(1) {
  width: 613px;
}
.flexitem-3 {
  width: calc((100% - 20px) / 3);
}

@media screen and (max-width: 768px) {
  .flexbox-1 {
    display: block; 
  }
  .flexbox-1 img {
    width: 100%;
  }
  .flexbox-2 {
    display: block;
  }
  .flexbox-2 img {
    width: 100%;
  }
  .flexitem-1 {
    width: 100%;
  }
  .flexitem-1:nth-of-type(2) {
    margin-top: 20px;
    margin-left: 0;
  }
  .flexitem-2:nth-of-type(1) {
    margin-bottom: 20px;
    width: 100%;
  }
  .flexitem-3 {
    margin-bottom: 10px;
    width: 100%;
  }
}

/* ===============================================================
 Simplebar
=============================================================== */
.simplebar-track.simplebar-horizontal {
  left: 20px;
  width: calc(100% - 40px);
  border-radius: 5.5px;
  background-color: #f5f5f5;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  background-color: #c8c8c8;
}

/* ===============================================================
 header
=============================================================== */
.header {
  position: relative;
  padding: 0 40px;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index:  150;
}
.header__inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  height: 100%;
}
.header__inner {
  width: 100%;
}
.header__logo {
  margin: 0 auto 0 0;
  width: 284px;
}
.header__logo a {
  width: 100%;
}
.header__gnav {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  height: 100%; 
}
.header__gnav-list {
  display: flex;
  justify-content: center;         
  height: 100%;
}
.header__gnav-item {
  margin: 0 0 0 40px;
  height: 100%;
}
.header__gnav-item > a {                
  display: flex;
  align-items: center;
  position: relative;
  height: 100%; 
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
}
.header__gnav-item > a:after {
  content: "";                
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(100%);
  background-color: #e60039;
  transition: 250ms ease-out;
}
.header__gnav-item:hover > a:after,
#business .header__gnav-item:nth-of-type(1) > a:after,
#product .header__gnav-item:nth-of-type(2) > a:after,
#company .header__gnav-item:nth-of-type(3) > a:after,
#contact .header__gnav-item:nth-of-type(4) > a:after {
  transform: translateY(0);
}
.header__gnav-item--en {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 45px;
}
.header__gnav-item--en a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 36px;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  background-color: #f5f5f5;
  border-radius: 18px;
}
.header__gnav-item--en a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background-color: rgba(0, 0 , 0, 0.1);
  opacity: 0;
  transform: translate(0);
}
.header__gnav-item--en a:hover:after {
  transform: translate(0);
  opacity: 1;
}
.header__search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 28px;
  width: 28px;
  height: 100%;
  cursor: pointer;
}
.header__search form {
  display: flex;
  width: 100%;
}
.header__search input {
  width: calc(100% - 40px);
  height: 40px;
  padding: 13px;
  font-size: 14px;
  outline: none;
  border: none;
}
.header__search-btn {
  width: 40px;
  height: 40px;
}
.header__search-btn label {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.header__search-btn button {
  position: absolute;
  top: 0;
  left: -99999px;
}
.header__search-btn span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #c8c8c8;
  background-image: url(/ypi/assets/images/iconCommonHeaderSearchSp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pulldown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  overflow: hidden;
  pointer-events: none;
}
.pulldown-wrap {
  padding: 50px 0;
  width: 100%;
  color: #fff;
  background-color: #313131;
  transition: 300ms ease-out;
  transition-delay: 300ms;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: auto;
  overflow: hidden;
}
.header__search .pulldown-wrap {
  padding: 15px 0;
}
.header__gnav-item:hover .pulldown-wrap,
.header__search:hover .pulldown-wrap,
.header__search.focus .pulldown-wrap  {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}
.pulldown__inner {
  display: flex;
  margin: 0 auto;
  width: 980px;
}
.header__search .pulldown__inner {
  justify-content: flex-end;
  padding: 0;
  padding: 0 40px 0 40px;
  width: 100%;
}
.pulldown__content {
  width: 100%;
}
.pulldown__block {
  margin: 0 0 25px;
}
.pulldown__block:last-of-type {
  margin-bottom:  0;
}
.pulldown__title {
  width: 180px;
  min-width: 180px;
}
.pulldown__title a {
  position: relative;
  padding: 0 0 0 32px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;  
  transition: 250ms ease-out;
}
.pulldown__title a:hover {
  opacity: 0.8;
}
.pulldown__title a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(/ypi/assets/images/iconCommonPulldownLink.png);
  background-position:  center center;
  background-size: contain;
}
.pulldown__cate {
  margin: 0 0 7px;
  padding: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #7d7d7d;
}
.pulldown__link-list {
  display: flex;
  flex-wrap: wrap;
}
.pulldown__link {
  margin: 0 36px 0 0;
  padding: 8px 0 8px;
}
.pulldown__link a {
  position: relative;
  padding: 0 0 0 13px;
  color: #fff;
  font-weight: 300; 
  text-decoration: none;  
}
.pulldown__link a:hover {
  text-decoration: underline; 
}
.pulldown__link a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-left: 6px solid #fff;
  border-bottom:  4px solid transparent;
}
.pulldown__sub-block-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.pulldown__sub-block {
  padding-top: 20px;  
  width: calc(100% / 3 - 1px);
}
.pulldown__sub-cate {
  margin: 0 0 14px;
  font-size: 18px;  
}
.pulldown__sub-block .pulldown__link-list {
  flex-direction: column;
}
.header__menu {
  display: none;
  cursor: pointer;
}
.header__spnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 0 0 12px;
    width: 100%;
    height: 50px;
  }
  .header__inner {
    justify-content: space-between;
    width: 100%;
  }
  .header__logo {
    width: 182px;
  }
  .header__gnav {
    display: none;
  }
  .header__search {
    display: none;
  }
  .header__menu {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background-color: #313131;
  }
  .header__menu span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 1px;
    background-color: #fff;
    cursor: pointer;
    transition: 300ms;
  }
  .header__menu span:nth-of-type(1) {
    transform: translateY(-6px);
  }
  .header__menu span:nth-of-type(3) {
    transform: translateY(6px);
  }
  .menu-open .header__menu span:nth-of-type(1) {
    animation: menuOpen1 300ms linear normal forwards;
  }
  .menu-open .header__menu span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-open .header__menu span:nth-of-type(3) {
    animation: menuOpen2 300ms linear normal forwards;
  }
  .menu-close .header__menu span:nth-of-type(1) {
    animation: menuClose1 300ms linear normal forwards;
  }
  .menu-close .header__menu span:nth-of-type(2) {
    opacity: 1;
  }
  .menu-close .header__menu span:nth-of-type(3) {
    animation: menuClose2 300ms linear normal forwards;
  }
  .header__spnav {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    pointer-events: none;
    overflow: hidden;
  }
  .menu-open .header__spnav {
    pointer-events: auto;
  }
  .header__spnav-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .header__spnav-inner {
    padding: 50px 0;
    width: 100%;
    background-color: #313131;
    opacity: 0;
    transform: translateY(-100%);
    transition: 300ms ease-out;
  }
  .menu-open .header__spnav-inner {
    opacity: 1;
    transform: translateY(0);
  }
  .header__spnav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 40px;
  }
  .header__spnav-item {
    margin: 0 0 40px;
  }
  .header__spnav-item:last-of-type {
    margin: 0;
  }
  .header__spnav-item a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.08em;
  }
  .header__spnav-item--sub a {
    font-weight: 300;
    color: #cfcfcf;
  }
  .header__spnav-language {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 40px;
  }
  .header__spnav-language:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 25px;
    background-color: #fff;
    transform: translate(-50%, -50%) rotate(30deg);
  }
  .header__spnav-language-item {
    font-family: "Open Sans";
    color: #fff;
    font-size: 14px;
    font-weight: 300;
  }
  .header__spnav-language-item:first-of-type {
    margin: 0 45px 0 0;
  }
  .header__spnav-language-item a {
    color: #969696;
    text-decoration: none;
  }
  .header__spnav-search {
    margin: 0 auto;
    width: 295px;
    background-color: #fff;
  }
  .header__spnav-search form {
    display: flex;
    width: 100%;
  }
  .header__spnav-search input {
    width: 255px;
    height: 40px;
    padding: 13px;
    font-size: 14px;
    outline: none;
    border: none;
  }
  .header__spnav-search-btn {
    width: 40px;
    height: 40px;
  }
  .header__spnav-search-btn label {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header__spnav-search-btn button {
    position: absolute;
    top: 0;
    left: -99999px;
  }
  .header__spnav-search-btn span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c8c8c8;
    background-image: url(/ypi/assets/images/iconCommonHeaderSearchSp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 360px) {
  .header__spnav-list {
    margin-bottom: 25px;
  }
  .header__spnav-item {
    margin-bottom: 25px;
  }
  .header__spnav-language {
    margin-bottom: 25px;
  }
}

@keyframes menuOpen1 {
  0% {
    transform: translate(0, -6px);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-45deg);
  }
}
@keyframes menuOpen2 {
  0% {
    transform: translate(0, 6px);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
@keyframes menuClose1 {
  0% {
    transform: translate(0, 0) rotate(-45deg);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, -6px);
  }
}
@keyframes menuClose2 {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 6px);
  }
}
/* ===============================================================
 footer
=============================================================== */
.footer {
  
}
.footer__inner {
  margin: 0 auto;
  width: 980px;
}
.footer__top {
  background-color: #e1e1e1;
}
.footer__top .footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0;
}
.footer__logo-wrap {
  display: flex;
  align-items: center;
}
.footer__logo--yakult {
  margin: 0 30px 0 0;
  width: 143px;
}
.footer__logo--industrial {
  width: 284px;
}
.footer__nav {
  margin: 0 0 0 50px;
  width: 50%;
}
.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  width: 100%;
}
.footer__nav-list--bottom {
  margin: 0;
}
.footer__nav-item {
  margin: 0 50px 0 0;
}
.footer__nav-item:last-of-type {
  margin: 0;
}
.footer__nav-item a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.footer__nav-item a:hover {
  text-decoration: underline;
}
.footer__nav-list--bottom .footer__nav-item a {
  font-weight: 400;
}
.footer__bottom {
  padding: 4px 0 0;
  background-color: #313131;
}
.footer__group {
  display: flex;
  width: 100%;
  height: 53px;
  border-bottom: 1px solid #646464;
}
.footer__group-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(100% / 4);
}
.footer__group-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: #646464;
  transform: translateY(-50%);
}
.footer__group-item:last-of-type:after {
  content: none;
}
.footer__group-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 0.02em;
  font-weight: 300;
}
.footer__group-item a:after {
  content: "";
  display: block;
  margin: 0 0 0 6px;
  width: 16px;
  height: 14px;
  background-image: url(/ypi/assets/images/iconCommonFooterGroup.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__group-item a:hover {
  text-decoration: underline;
}
.footer__copy {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  color: #a0a0a0;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
  }
  .footer__top .footer__inner {
    flex-direction: column;
    padding: 0;
  }
  .footer__bottom {
    padding: 0 20px;
  }
  .footer__logo-wrap {
    order: 2;
    justify-content: space-between;
    padding: 0 20px;
    width: 100%;
    height: 80px;
  }
  .footer__logo--yakult {
    margin: 0 20px 0 0;
    width: 98px;
  }
  .footer__logo--industrial {
    width: 203px;
  }
  .footer__nav {
    margin: 0;
    width: 100%;
  }
  .footer__nav-list {
    display: block;
    margin: 0;
  }
  .footer__nav-item {
    margin: 0;
    height: 50px;
    border-bottom: 1px solid #c8c8c8;
  }
  .footer__nav-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .footer__nav-item a:after {
    content: "";
    display: block;
    width: 7px;
    height: 11px;
    background-image: url(/ypi/assets/images/iconCommonFooterNavSp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .footer__group {
    flex-wrap: wrap;
    padding: 20px 0;
    height: auto;
  }
  .footer__group-item {
    justify-content: flex-start;
    margin: 0 0 25px;
    width: calc(100% / 2);
  }
  .footer__group-item:after {
    content: none;
  }
  .footer__group-item:nth-of-type(3),
  .footer__group-item:nth-of-type(4) {
    margin: 0;
  }
  .footer__group-item a {
    padding-left: 10px;
    font-size: 12px;
    font-weight: 300;
  }
  .footer__group-item a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 5px;
    transform: translateY(-50%);
    background-image: url(/ypi/assets/images/iconCommonFooterGroupArrowSp.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .footer__group-item a:after {
    width: 12px;
    height: 11px;
    background-image: url(/ypi/assets/images/iconCommonFooterGroupSp.png);
  }
  .footer__copy {
    height: 44px;
    font-size: 12px;
    font-weight: 300;
  }
}

@media screen and (max-width: 360px) {
  .footer__copy {
    letter-spacing: 0;
  }
}

/* ===============================================================
 Top
=============================================================== */
.c-top-title {
  text-align: center;
}
.c-top-title-en {
  display: block;
  margin: 0 auto 16px;
  font-family: 'Open Sans';
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
}
.c-top-title-ja {
  display: block;
  margin: 0 auto;
  color: #e60039;
  font-size: 18px;
  font-weight: 600;
}

/* Top top
--------------------------------------------------------------- */
.top-top {
  margin: 0;
  position: relative;
  height: calc(100vh - 90px);
  background-image: url(/ypi/assets/images/top/imgTopTopBg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-top__inner {
  position: relative;
  margin: 0 auto;
  padding: 138px 0 0;
  width: 980px;
  height: calc(100vh - 90px);
}
.top-eyecatch {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  width: 347px;
}
.top-eyecatch__title {
  margin: 0 0 15px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}
.top-eyecatch__title-en {
  color: #e60039;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.125em;
}
.top-top__desc-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  height: 146px;
  background-color: #fff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.top-top__desc {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.top-top__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 240px;
  height: 46px;
  border-radius: 23px;
}
.top-top__btn .c-btn {
  border-radius: 23px;
}
.top-top__btn a {
  border-radius: 23px;
}
.top-top__btn a:after {
  border-radius: 23px;
}
/* Top business
--------------------------------------------------------------- */
.top-business {
  padding: 160px 0 100px;
  background-color: #f5f5f5;
}
.top-business__title {
  margin: 0 0 43px;
}
.top-business__block-list {
  display: flex;
  justify-content: center;
}
.top-business__block {
  margin: 0 20px 0 0;
  width: 312px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.top-business__block:last-of-type {
  margin: 0;
}
.top-business__block a {
  color: #000;
  text-decoration: none;
}
.top-business__block-thumbnail {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.top-business__block-thumbnail img {
  transition: 500ms ease-out;
}
.top-business__block a:hover .top-business__block-thumbnail img {
  transform: scale(1.2);
}
.top-business__block-content {
  position: relative;
  padding: 30px 29px 0;
  height: 210px;
  background-color: #fff;
}
.top-business__block-title {
  position: relative;
  margin: 0 0 13px;
  padding: 0 0 14px;
  font-size: 24px;
  font-weight: 600;
}
.top-business__block-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #e60039;
}
.top-business__block-desc {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
.top-business__block-desc .ls1 {
  letter-spacing: -0.04em;
}
.top-business__block-desc .ls2 {
  letter-spacing: -0.2em;
}
.top-business__block-desc .ls3 {
  letter-spacing: -0.2em;
}
.top-business__block-desc .ls4 {
  letter-spacing: -0.4em;
}
.top-business__btn {
  position: absolute;
  right: 29px;
  bottom: -20px;
  width: 140px;
  height: 40px;
  border-radius: 20px;
}
.top-business__btn .c-btn {
  border-radius: 20px;
  background-color: transparent;
}
.top-business__btn .link {
  font-size: 14px;
  letter-spacing: 0.07em; 
  border-radius: 20px;
}
.top-business__btn .link:hover {
  opacity: 1;
}
.top-business a:hover .top-business__btn .link {
  color: #e60039;
  background-color: #fff;
  font-weight: 400;
  border: 2px solid #e60039;
}
.top-business a:hover .top-business__btn .link:after {
  background-image: url(/ypi/assets/images/iconCommonBtnArrowHover.png);
}

/* Top information
--------------------------------------------------------------- */
.top-information {
  padding: 70px 0 80px;
  background-image: url(/ypi/assets/images/top/imgTopInformationBg.jpg);
  background-position: center top;
  background-size: cover;
}
.top-information__title {
  margin: 0 0 44px;
}
.top-information__box {
  margin: 0 auto;
  padding: 40px;
  width: 980px;
  height: 300px;
  background-color: #fff;
  overflow: auto;
}
.top-information__item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  font-size: 16px;
  vertical-align: middle;
  border-bottom: 1px solid #e5e5e5;
}
.top-information__item:first-of-type {
  padding: 0 0 15px;
}
.top-information__item:last-of-type {
  border-bottom: none;
}
.top-information__item img {
  width: auto;
}
.top-information__time {
  width: 114px;
  min-width: 114px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.top-information__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.top-information__desc a {
  position: relative;
  color: #e60039;
  text-decoration: none;
}
.top-information__desc a:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 10px;
  width: 19px;
  height: 20px;
  background-image: url(/ypi/assets/images/top/iconTopInformationLink.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.top-information__desc a:hover {
  text-decoration: underline;
}
.newIco {
  margin-left: 10px;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .c-top-title-en {
    margin: 0 auto 10px;
    font-size: 31px;
  }
  .c-top-title-ja {
    font-size: 18px;
  }
  .top-top {
    margin: 0;
    padding: 0 20px;
    background-image: url(/ypi/assets/images/top/imgTopTopBgSp.jpg);
    background-position: center top;
    height: 450px;
  }
  .top-top__inner {
    padding: 62% 0 0 10px;
    width: 100%;
    height: 100%;
  }
  .top-eyecatch {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 250px;
  }
  .top-eyecatch__title {
    margin-bottom: 10px;
    font-size: 35px;
  }
  .top-eyecatch__title-en {
    font-size: 11px;
  }
  .top-top__desc-wrap {
    bottom: -150px;
    padding: 25px 0 40px;
    height: auto;
    transform: translateX(-50%);
  }
  .top-top__desc-wrap p {
    font-size: 16px;
  }
  .top-top__btn {
    height: 50px;
    border-radius: 25px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .top-business {
    padding: 220px 20px 75px;
  }
  .top-business__title {
    margin-bottom: 22px;
  }
  .top-business__block-list {
    display: block;
  }
  .top-business__block {
    width: 100%;
    margin: 0 0 45px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  }
  .top-business__block-thumbnail {
    height: auto;
  }
  .top-business__block a:hover .top-business__block-thumbnail img {
    transform: scale(1);
  }
  .top-business__block-content {
    padding: 30px 28px 35px;
    height: auto;
  }
  .top-business__block-title {
    font-size: 22px;
  }
  .top-business__btn {
    position: absolute;
    right: 25px;
    bottom: -22px;
    width: 130px;
    height: 45px;
    border-radius: 22.5px;
  }
  .top-business__btn .c-btn {
    border-radius: 22.5px;
  }
  .top-business__btn a {
    border-radius: 22.5px;
  }
  .top-business__btn .link:hover {
    opacity: 1;
  }
  .top-business a:hover .top-business__btn .link {
    color: #fff;
    background-color: #e60039;
    font-weight: 300;
    border: none;
  }
  .top-business a:hover .top-business__btn .link:after {
    background-image: url(/ypi/assets/images/iconCommonBtnArrow.png);
  }
  .top-information {
    padding: 50px 20px;
    background-image: url(/ypi/assets/images/top/imgTopInformationBgSp.jpg);
  }
  .top-information__title {
    margin: 0 0 25px;
  }
  .top-information__box {
    padding: 20px;
    width: 100%;
    height: 200px;
  }
  .top-information__item {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    font-size: 12px;
  }
  .top-information__item:first-of-type {
    padding: 0 0 10px;
  }
  .top-information__item:last-of-type {
    margin: 0;
    padding: 0;
  }
  .top-information__desc {
  }
}

/* ===============================================================
 Business
=============================================================== */
.business .eyecatch:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
}
.business-common-btn__wrap {
  margin-bottom: 100px;
}
.business-common-btn__btn {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  height: 60px;
  border-radius: 30px;
}
.business-common-btn__btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #f84a77;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: 200ms ease-out;
}
.business-orgio .business-common-btn__btn a {
  background-color: #f84a77;
}
.business-enzyme .business-common-btn__btn a {
  background-color: #0098e6;
}
.business-other .business-common-btn__btn a {
  background-color: #00ba39;
}
.business-common-btn__btn a:hover {
  opacity: 0.8;
}
.business-common-btn__btn a:after,
.business-common-btn__btn .link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 7px;
  height: 11px;
  background-image: url(/ypi/assets/images/iconCommonBtnArrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.business-top {
  padding-bottom: 100px;
}
.business-top__item {
  position: relative;
  margin-bottom: 60px;
}
.business-top__item:last-child {
  margin-bottom: 0;
}
.business-top__image {
  width: 720px;
}
.business-top__item:nth-child(even) .business-top__image {
  margin-right: 0;
  margin-left: auto;
}
.business-top__card {
  position: absolute;
  top: 48%;
  right: 0;
  transform: translateY(-50%);
  padding: 50px 48px 40px;
  width: 420px;
  background-color: #fff;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.business-top__item:nth-child(even) .business-top__card {
  right: auto;
  left: 0;
}
.business-top__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.business-top__title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #e60039;
}
.business-top__text {
  font-size: 16px;
  line-height: 1.75;
}
.business-top__btn {
  position: absolute;
  bottom: 0;
  right: 50px;
  transform: translateY(50%);
  width: 140px;
  height: 40px;
  border-radius: 20px;
}
.business-top__btn .c-btn {
  border-radius: 20px;
}
.business-top__btn a {
  border-radius: 20px;
}
.business-top__btn a:after {
  border-radius: 20px;
}

/* オリゴ糖事業
--------------------------------------------------------------- */
.business-origo-note {
  margin-top: -12px;
  font-size: 14px;
  line-height: 1.5;
}

/* 酵素事業
--------------------------------------------------------------- */
.business-enzyme-fields {
  display: flex;
  justify-content: space-between;
}
.business-enzyme-fields__item {
  width: 300px;
}
.business-enzyme-fields__image {
  margin-bottom: 20px;
  width: 100%;
}
.business-enzyme-fields__title {
  margin-bottom: 14px;
  color: #0098e6;
  font-size: 20px;
  font-weight: 600;
}
.business-enzyme-fields__description {
  font-size: 16px;
  line-height: 1.75;
}

/* その他事業
--------------------------------------------------------------- */
.business-other .page-lead {
  margin-bottom: 20px;
}
.business-other-text {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}


@media screen and (max-width: 768px) {
  .business-common-btn__wrap {
    margin-bottom: 50px;
  }
  .business-common-btn__btn {
    width: 100%;
  }
  .business-top__item {
    margin-bottom: 55px;
  }
  .business-top__image {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .business-top__item:nth-child(even) .business-top__image {
    margin-right: auto;
    margin-left: -20px;
  }
  .business-top__card {
    position: relative;
    top: 0;
    left: 0;
    right: auto;
    margin-top: -35px;
    padding: 25px 25px 35px;
    width: 100%;
    transform: none;
  }
  .business-top__title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .business-top__btn {
    right: 25px;
    width: 130px;
    height: 45px;
    border-radius: 22.5px;
  }
  .business-top__btn .c-btn {
    border-radius: 22.5px;
  }
  .business-top__btn a {
    border-radius: 22.5px;
  }
  .business-top__btn a:after {
    border-radius: 22.5px;
  }

  /* オリゴ糖事業
  --------------------------------------------------------------- */

  
  /* 酵素事業
  --------------------------------------------------------------- */
  .business-enzyme-fields {
    display: block;
  }
  .business-enzyme-fields__item {
    margin-bottom: 25px;
    width: 100%;
  }
  .business-enzyme-fields__item:last-child {
    margin-bottom: 0;
  }
  .business-enzyme-fields__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  /* その他事業
  --------------------------------------------------------------- */
  .business-other .page-lead {
    margin-bottom: 15px;
  }
  .business-other-text {
    letter-spacing: -0.03em;
    line-height: 1.5;
  }
}

/* ===============================================================
 Product
=============================================================== */
.product-nav {
  margin-top: 55px;
  margin-bottom: 100px;
}
.product-nav__block1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.product-nav__block1:last-of-type {
  padding-bottom: 0;
}
.product-nav__block2 {
  display: flex;
  justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #c8c8c8;
}
.product-nav__block2:first-of-type {
  padding-top: 0;
  border-top: none;
}
.product-nav__block2:last-of-type {
  border-bottom: 1px solid #c8c8c8;
}
.product-nav__title {
  padding-top: 35px;
  width: 280px;
  font-size: 24px;
  font-weight: 600;
  border-top: 2px solid #e60039;
}
.product-nav__sub-title {
  width: 265px;
  font-size: 20px;
  font-weight: 600;
}
.product-nav__right {
  padding-top: 35px;
  width: 660px;
  border-top: 1px solid #c8c8c8;
}
.product-nav__item {
  margin-bottom: 20px;
}
.product-nav__item:last-of-type {
  margin-bottom: 0;
}
.product-nav__item a {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.product-nav__item a:hover {
  text-decoration: underline;
}
.product-nav__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #e60039
}

/* product-commmon-nav
--------------------------------------------------------------- */
.product-common-nav {
  margin-top: 70px;
  margin-bottom: 135px;
}
.product-common-nav__inner {
  padding: 40px;
  background-color: #f5f5f5;
}
.product-common-nav__heading {
  margin-bottom: 10px;
  color: #f84a77;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.product-origo .product-common-nav__heading {
  color: #f84a77;
}
.product-enzyme .product-common-nav__heading {
  color: #0098e6;
}
.product-fuco .product-common-nav__heading {
  color: #00bd7d;
}
.product-karafuji .product-common-nav__heading {
  color: #ed3300;
}
.product-mozuku .product-common-nav__heading {
  color: #00c3e6;
}
.product-tos .product-common-nav__heading {
  color: #98a7b4;
}
.product-bio .product-common-nav__heading {
  color: #86d200;
}
.product-marine .product-common-nav__heading {
  color: #376edd;
}
.product-common-nav__block1 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8c8c8;
}
.product-common-nav__block1:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.product-common-nav__title {
  padding-top: 30px;
  width: 210px;
  font-size: 20px;
  font-weight: 600;
}
.product-common-nav__right {
  display: flex;
  padding-top: 30px;
  width: calc(100% - 210px);
}
.product-common-nav__block1:first-of-type .product-common-nav__right {
  padding-top: 0;
}
.product-common-nav__block2 {
  width: 315px;
}
.product-common-nav__block3 {
  margin-bottom: 30px;
}
.product-common-nav__block3:last-of-type {
  margin-bottom: 0;
}
.product-common-nav__sub-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
.product-common-nav__item {
  margin-bottom: 10px;
}
.product-common-nav__item:last-of-type {
  margin-bottom: 0;
}
.product-common-nav__item a {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.product-common-nav__item a:hover {
  text-decoration: underline;
}
.product-common-nav__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #f84a77;
}
.product-origo .product-common-nav__item a:before {
  border-left: 6px solid #f84a77;
}
.product-enzyme .product-common-nav__item a:before {
  border-left: 6px solid #0098e6;
}
.product-fuco .product-common-nav__item a:before {
  border-left: 6px solid #00bf63;
}
.product-karafuji .product-common-nav__item a:before {
  border-left: 6px solid #ed3300;
}
.product-mozuku .product-common-nav__item a:before {
  border-left: 6px solid #00c3e6;
}
.product-tos .product-common-nav__item a:before {
  border-left: 6px solid #98a7b4;
}
.product-bio .product-common-nav__item a:before {
  border-left: 6px solid #86d200;
}
.product-marine .product-common-nav__item a:before {
  border-left: 6px solid #376edd;
}
.product-common-nav__toggle-btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .product-common-nav {
    margin-top: 45px;
    margin-bottom: 50px;
  }
  .product-common-nav__inner {
    padding: 25px;
  }
  .product-common-nav__heading {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .product-common-nav__block1 {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .product-common-nav__block1:nth-of-type(2) {
    border-top: 1px solid #c8c8c8;
  }
  .product-common-nav__right {
    display: none;
    padding: 20px 0;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
  }
  .product-common-nav__block1:last-of-type .product-common-nav__right {
    padding-bottom: 0;
    border-bottom: none;
  }
  .product-common-nav__title {
    position: relative;
    padding: 15px 0;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #c8c8c8;
  }
  .product-common-nav__block2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-common-nav__block2:last-of-type {
    margin-bottom: 0;
  }
  .product-common-nav__block3 {
    margin-bottom: 20px;
  }
  .product-common-nav__sub-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .product-common-nav__item a {
    padding-left: 12px;
  }
  .product-common-nav__toggle-btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 14px;
    width: 17px;
    height: 17px;
    transform: translateY(-50%);
  }
  .product-common-nav__toggle-btn:before,
  .product-common-nav__toggle-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 14px;
    transform: translate(-50%, -50%);
    background-color: #c8c8c8;
    transition: 200ms;
  }
  .product-common-nav__toggle-btn:after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .product-common-nav__block1.is-open .product-common-nav__toggle-btn:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .product-common-nav__block1.is-open .product-common-nav__toggle-btn:after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
/* ガラクトオリゴ糖
--------------------------------------------------------------- */
.product-origo .eyecatch__content img {
  width: 400px;
  margin-bottom: 10px;
}
.ori-tokuho-text {
  width: calc(100% - 130px);
}
.ori-table-wrap {
  width: 100%;
  overflow: visible;
}
.ori-table1 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.ori-table1 tr {
}
.ori-table1 th,
.ori-table1 td {
  width: calc(100% / 3);
  padding: 18px 0;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.ori-table1 th:last-child,
.ori-table1 td:last-child {
  border-right: none;
}
.ori-table1 th {
  font-weight: 600;
  color: #f84a77;
}
.ori-table1 td.col-herf {
  width: calc(100% / 6);
}

.ori-table2 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.ori-table2 th,
.ori-table2 td {
  padding: 18px 0;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.ori-table2 th:last-child,
.ori-table2 td:last-child {
  border-right: none;
}
.ori-table2 th {                    
  width: 160px;
  font-weight: 600;
  color: #f84a77;
}
.ori-table2 td {
  padding-left: 25px;
  width: calc(100% - 160px);
  text-align: left;
}

.ori-table3 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.ori-table3 th,
.ori-table3 td {
  padding: 18px 0;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.ori-table3 th:last-child,
.ori-table3 td:last-child {
  border-right: none;
}
.ori-table3 th {                    
  width: 160px;
  font-weight: 600;
  color: #f84a77;
}
.ori-table3 td {
  width: calc(100% - 160px);
}
.ori-list-title {
  margin-bottom: 8px;
}
.ori-list {
  margin-bottom: 20px;
  padding-left: 30px;
}
.ori-list li {
  margin-bottom: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.ori-note {
  font-size: 14px;
  line-height: 1.5;
}
.gala-note {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.3;
}
.ori-about-list {
  list-style-type: disc;
  margin-bottom: 30px;
  padding-left: 1.5em;
}
.ori-about-list li {
  margin-bottom: 0.5em;
}
.ori-tokuho {
  margin-left: auto;
  margin-right: 0;
  width: 100px;
}
.ori-tokuho img {
  width: 100%;
}

/* 酵素
--------------------------------------------------------------- */
.enzyme-table-wrap {
  margin-top: 40px;
  overflow: visible;
}
.enzyme-table1,
.enzyme-table2 {
  table-layout:fixed;
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}

.enzyme-table3 {
  table-layout:fixed;
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.enzyme-table1 th,
.enzyme-table1 td,
.enzyme-table2 th,
.enzyme-table2 td,
.enzyme-table3 th,
.enzyme-table3 td {
  padding: 18px 0;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.enzyme-table1 th:last-child,
.enzyme-table1 td:last-child,
.enzyme-table2 th:last-child,
.enzyme-table2 td:last-child,
.enzyme-table3 th:last-child,
.enzyme-table3 td:last-child {
  border-right: none;
}
.enzyme-table1 th,
.enzyme-table2 th {
  font-weight: 600;
  color: #0098e6;
}
.enzyme-table3 th {
  font-weight: 600;
  color: #009040;
}
.enzyme-table1 th,
.enzyme-table2 th {
  height: 80px;
}
.enzyme-table3 th {
  height: 70px;
}
.enzyme-table1 td {
  height: 80px;
  padding: 10px;
}
.enzyme-table2 td{
  height: 130px;
}
.enzyme-table3 td {
  height: 80px;
}
.enzyme-table1 .enzyme-table-division {
  width: 180px;
}
.enzyme-table1 .enzyme-table-product {
  width: 170px;
}
.enzyme-table1 .enzyme-table-ph {
  width: 120px;
}
.enzyme-table1 .enzyme-table-temperature {
  width: 120px;
}
.enzyme-table1 .enzyme-table-use {
  width: 300px;
}
.enzyme-table1 td.enzyme-table-use {
  padding-left: 20px;
  padding-right: 5px;
  text-align: left;
}
.enzyme-table1 .enzyme-table-packing {
  width: 90px;
}
.enzyme-table1 td.enzyme-table-feature {
  padding-left: 20px;
  padding-right: 20px;
  width: 240px;
  text-align: left;
}
.enzyme-table2 .enzyme-table-division{
  width: 130px;
}
.bg_rgr {background-color: #ebf4eb;}
.enzyme-table2 .enzyme-table-product {
  width: 170px;
}
.enzyme-table2 .enzyme-table-use{
  width: 250px;
}
.enzyme-table2 td.enzyme-table-use {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.enzyme-table2 .enzyme-table-packing {
  width: 120px;
}
.enzyme-table2 .enzyme-table-packing .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.enzyme-table2 .enzyme-table-packing span{
  padding-right: 15px;
}
.enzyme-table2 .enzyme-table-packing img {
  width: 30px;
}
.enzyme-table2 .enzyme-table-feature{
  width: 200px;
}
.enzyme-table2 td.enzyme-table-feature{
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.enzyme-table2 .enzyme-table-other{
  width: 120px;
}
.bg_gr {background-color: #009040; color: #fff !important;}
.w50 img{width: 50px !important;}
.w100 img{width: 120px !important;}
.w80{width: 80px !important;}
.h80 img{height: 80px!important; width: auto !important;}
.table_area{display: flex; justify-content: space-between; align-items: center; font-size: 14px;}
.enzyme-table3 th, .enzyme-table3 td{font-size: 14px;}
.table_1{width: 480px;}
.table_2{width: 400px;}
.arrow{text-align: center; margin: 0; padding: 10px;}
.und_line{ background: linear-gradient(transparent 50%, yellow 50%); font-size: 110%; font-weight: 600;}
.pc_br {display: block;}
.arrow_pc::after{
   content: "";
   margin: 10px 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 60px 0 60px 50px;
   border-color: transparent transparent transparent #009041;
   display: inline-block;
}
.p10{padding: 10px !important;}
.pd_txt{text-align: justify !important;}


@media screen and (max-width: 767px) {
	.table_area{display: inline-block; margin: 0 20px;}
	.table_1, .arrow, .table_2{width: 100%;}
	.pc_br {display: none;}
	.arrow_pc::after{
     content: "";
     margin: 8px auto;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 20px 60px 0 60px;
     border-color: #009041 transparent transparent transparent;
     display: block;
     }
     .arrow{margin: 15px 0;}
}


/* 学術研究用酵素
--------------------------------------------------------------- */
.laboratory-movie {
  margin-left: auto;
  margin-right: auto;
  width: 640px;
}
.laboratory-history {

}
.laboratory-history__item {
  margin-bottom: 10px;
}
.laboratory-history__title {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  height: 70px;
  font-size: 20px;
  color: #0098e6;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}
.laboratory-history__title_gr {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  height: 70px;
  font-size: 20px;
  color: #009040;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}
.laboratory-history__toggle-btn {
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #323232;
}
.laboratory-history__toggle-btn:before,
.laboratory-history__toggle-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 200ms;
}
.laboratory-history__toggle-btn:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-open .laboratory-history__toggle-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.is-open .laboratory-history__toggle-btn:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.laboratory-history__content {
  display: none;
  margin-top: 10px;
  padding: 40px;
  background-color: #f5f5f5;
}
.laboratory-history__reference-item {
  margin-bottom: 6px;
}
.laboratory-history__reference-item p {
  display: flex;
  font-size: 16px;
  line-height: 1.5;
}
.laboratory-history__reference-number {
  display: inline-block;
  width: 2.5em;
  min-width: 2.5em;
}
.laboratory-history__text {
  font-size: 16px;
  line-height: 1.75;
}
.laboratory-history__image-title {
  font-size: 16px;
  line-height: 1.5;
}
.laboratory-history__image-title-l2{
  height: 3em;
}
.laboratory-history__image-desc {
  font-size: 14px;
  line-height: 1.5;
}
.laboratory-history__content .flexbox-1 {
  margin-top: 20px;
  justify-content: flex-start;
}
.laboratory-history__content .flexbox-2 {
  margin-top: 20px;
}
.laboratory-history__content img {
  width: 100%;
}

/* ヤクルトフコイダン
--------------------------------------------------------------- */
.fuco-tokkyo {
  display: inline-block;
  margin-bottom: 15px;  
  font-size: 14px;
}
.fuco-tokkyo-name {
  padding-left: 8px;
}
.fuco-arrow {
  position: relative;
  margin-bottom: 35px;
}
.fuco-arrow:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 200px;
  width: 25px;
  height: 25px;
  background-image: url(/ypi/assets/images/product/fuco/imgFucoContent06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* その他
--------------------------------------------------------------- */
.other-table1 {
  margin: 0 auto;
  width: 700px;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.other-table1 th,
.other-table1 td {
  padding: 8px;
  min-height: 60px;
  height: 60px;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.other-table1 th:nth-child(1),
.other-table1 td:nth-child(1) {
  width: 240px;
}
.other-table1 th:nth-child(2),
.other-table1 td:nth-child(2) {
  width: calc(100% - 240px);
}
.other-table1 th:last-child,
.other-table1 td:last-child {
  border-right: none;
}
.other-table1 th {
  font-weight: 600;
  color: #00bf63;
}
.product-fuco th {
  color: #00bd7d;
}
.product-karafuji th {
  color: #ed3300;
}
.product-mozuku th {
  color: #00c3e6;
}
.product-tos th {
  color: #98a7b4;
}
.product-bio th {
  color: #86d200;
}
.product-marine th {
  color: #376edd;
}
.other-note {
  margin: 5px auto 30px;
  width: 700px;
  font-size: 14px;
  line-height: 1.3;
}
.other-reference__list {
  margin-bottom: 20px;
}
.other-reference__item {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}
.other-reference__item:last-of-type {
  margin-bottom: 0;
}
.other-patent__title {
  font-size: 14px;
  line-height: 1.5;
}
.other-patent__item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  line-height: 1.5;
}
.other-list li{
  padding-left: 1.25em;
  text-indent: -1.25em;
  font-size: 16px;  
  line-height: 1.5;
}
.karafuji-table1 {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.karafuji-table1 th,
.karafuji-table1 td {
  padding: 8px;
  min-height: 60px;
  height: 60px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.karafuji-table1 th:last-child,
.karafuji-table1 td:last-child {
  border-right: none;
}
.karafuji-table1 th {
  width: 185px;
  font-weight: 600;
  color: #ed3300;
}
.karafuji-table1 th[rowspan="7"] {
  width: 16px;
}
.karafuji-table1 th[rowspan="7"] img {
  width: 16px;
}
.karafuji-table1 th[rowspan="2"] {
  width: 200px;
}
.karafuji-table1 td {
  width: calc((100% - 200px) / 2);
}
.karafuji-table1 td img {
  width: auto;
  max-width: 100%;
}
.karafuji-table2 {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.karafuji-table2 th,
.karafuji-table2 td {
  padding: 8px;
  width: calc(100% / 4);
  min-height: 60px;
  height: 60px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.karafuji-table2 th:last-child,
.karafuji-table2 td:last-child {
  border-right: none;
}
.karafuji-table2 th {
  height: 40px;
  font-weight: 600;
  color: #ed3300;
}
.karafuji-note {
  margin-bottom: 5px;
  font-size: 16px;
}
.karafuji-image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0;
}
.karafuji-image-item {
  margin-bottom: 25px;
  width: calc((100% - 60px) / 4);
  text-align: center;
}
.karafuji-image-item img {
  max-width: 100%;
}
.karafuji-image-item p {
  margin-top: 5px;
}
.mozuku-table1 {
  margin: 0 auto;
  width: 700px;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.mozuku-table1 th,
.mozuku-table1 td {
  padding: 8px;
  min-height: 60px;
  height: 60px;
  vertical-align: middle;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}
.mozuku-table1 th:nth-child(1),
.mozuku-table1 td:nth-child(1) {
  width: 240px;
}
.mozuku-table1 th:nth-child(2),
.mozuku-table1 td:nth-child(2) {
  width: calc(100% - 240px);
}
.mozuku-table1 th:last-child,
.mozuku-table1 td:last-child {
  border-right: none;
}
.mozuku-table1 th {
  font-weight: 600;
  color: #00c3e6;
}
.bio-link {
  color: #000;
}
.bio-link img {
  width: auto;
}
.product-bio .pdf:before {
  width: 23px;
}
.tos-text {
  margin-bottom: 10px;
  color: #00947E;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.tos-text span {
  font-size: 14px;
}
.tos-flexbox {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
.tos-note {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.3;
}
.tos-note p {
  display: inline-block;
  font-size: 14px;
}
.tos-note li {
  font-size: 14px;
}
.marine-feature-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.75;
}
.marine-feature-list li:before {
  content: "・"; 
}
.marine-table-wrap {
  width: 100%;
  margin-bottom: 40px;  
  overflow: hidden;
}
.marine-table1 {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.marine-table1 th,
.marine-table1 td {
  padding: 8px;
  min-height: 40px;
  height: 40px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: center;
}
.marine-table1 th:nth-child(1),
.marine-table1 td:nth-child(1) {
  width: 170px;
}
.marine-table1 th:nth-child(2),
.marine-table1 td:nth-child(2) {
  width: calc(100% - 170px);
}
.marine-table1 th:last-child,
.marine-table1 td:last-child {
  border-right: none;
}
.marine-table1 th {
  color: #376edd;
  font-weight: 600;
}
.marine-table2 {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid #c8c8c8;
}
.marine-table2 th,
.marine-table2 td {
  padding: 13px;
  min-height: 60px;
  height: 60px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: center;
}
.marine-table2 th:nth-child(1),
.marine-table2 td:nth-child(1) {
  width: 170px;
}
.marine-table2 th:nth-child(2),
.marine-table2 td:nth-child(2),
.marine-table2 th:nth-child(3),
.marine-table2 td:nth-child(3) {
  width: calc((100% - 170px) / 2);
}
.marine-table2 th:last-child,
.marine-table2 td:last-child {
  border-right: none;
}
.marine-table2 th {
  font-weight: 600;
  color: #376edd;
}
@media screen and (max-width: 768px) {
  .product-nav {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .product-nav__block1,
  .product-nav__block2 {
    display: block;
  }
  .product-nav__block1 {
    padding-bottom: 40px;
  }
  .product-nav__block2 {
    padding-top: 18px;
    padding-bottom: 20px;
  }
  .product-nav__title {
    padding-top: 19px;
    padding-bottom: 16px;
    width: 100%;
    font-size: 20px;
  }
  .product-nav__sub-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .product-nav__right {
    padding-top: 18px;
    width: 100%;
  }
  .product-nav__item a {
    padding-left: 16px;
    font-size: 16px;
  }
  .product-nav__item a:before {
    left: 3px;
  }
  /* ガラクトオリゴ糖
  --------------------------------------------------------------- */
  .product-origo .eyecatch__content img {
    margin-bottom: 3px;
    width: 200px;
  }
  .ori-table-wrap {
    position: relative;
    padding-bottom: 15px;
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .ori-table1 {
    width: 912px;
  }
  .ori-table1 th,
  .ori-table1 td {
    height: 50px;
    padding: 8px 0;
  }
  .ori-table2 th, .ori-table2 td {
    padding: 10px 0; 
  }
  .ori-table2 th {
    width: 80px;
  }
  .ori-table2 td {
    padding: 8px;
    width: calc(100% - 80px);
  }
  .ori-table3 th {
    width: 80px;
  }
  .ori-list {
    padding-left: 20px;
  }
  .ori-list li {
    text-indent: calc((1em + 8px) * -1);
    padding-left: calc(1em + 8px);
  }
  .ori-list-num {
    padding-right: 8px;
  }
  .ori-about-list {
    margin-bottom: 20px;
  }
  .ori-tokuho-text {
    width: 100%;
  }
  .ori-tokuho {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* 酵素
  --------------------------------------------------------------- */
  .enzyme-table-wrap {
    position: relative;
    margin-top: 30px;
    padding-bottom: 15px;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .enzyme-table1 th,
  .enzyme-table1 td {
    height: 50px;
    padding: 8px 0;
  }
  .enzyme-table1 .enzyme-table-division {
    width: 145px;
  }
  .enzyme-table1 .enzyme-table-product {
    width: 160px;
  }
  .enzyme-table1 .enzyme-table-ph {
    width: 100px;
  }
  .enzyme-table2 th {
    padding: 0;
    height: 40px;
  }
  .enzyme-table2 td {
    height: 90px;
  }
  .enzyme-table2 .enzyme-table-division {
    width: 120px;
  }
  .enzyme-table2 .enzyme-table-product {
    width: 150px;
  }
  .enzyme-table2 .enzyme-table-use {
    width: 230px;
  }
  .enzyme-table2 .enzyme-table-packing {
    width: 100px;
  }
  .enzyme-table2 .enzyme-table-feature {
    width: 230px;
  }
  .enzyme-table2 td.enzyme-table-feature {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .w50 img{width: 50px !important;
  }
.w100 img{width: 20vw !important;}

  /* 学術研究用酵素
  --------------------------------------------------------------- */
  .laboratory-movie {
    max-width: 320px;
  }
  .laboratory-history {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
  .laboratory-history__item {
    margin-bottom: 0;
  }
  .laboratory-history__title {
    padding-left: 20px;
    padding-right: 58px;
    height: 50px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    border-top: none;
  }
  .laboratory-history__item:first-of-type .laboratory-history__title {
    border-top: 1px solid  #c8c8c8;
  }
  .laboratory-history__item.is-open + .laboratory-history__item .laboratory-history__title  {
    border-top: 1px solid  #c8c8c8;
  }
    .laboratory-history__title_gr {
    padding-left: 20px;
    padding-right: 58px;
    height: 50px;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    border-top: none;
  }
  .laboratory-history__item:first-of-type .laboratory-history__title_gr {
    border-top: 1px solid  #c8c8c8;
  }
  .laboratory-history__item.is-open + .laboratory-history__item .laboratory-history__title_gr  {
    border-top: 1px solid  #c8c8c8;
  }
  .laboratory-history__toggle-btn {
    top: 0;
    width: 48px;
    height: 48px;
  }
  .laboratory-history__toggle-btn:before,
  .laboratory-history__toggle-btn:after {
    width: 2px;
    height: 17px;
  }
  .laboratory-history__content {
    margin-top: 0;
    padding: 15px 20px 20px;
    background-color: transparent;
  }
  .laboratory-history__text {
    font-size: 14px;
  }
  .laboratory-history__reference-item {
    font-size: 14px;
  }
  .laboratory-history__image-title {
    display: flex;
    align-items: flex-end;
    font-size: 14px;
  }
  .marine-table-wrap {
    margin-left: -20px;
    margin-bottom: 20px;  
    padding-bottom: 15px; 
    width: calc(100% + 40px);
    overflow: auto;
  }
  .other-table1 {
    width: 100%;
  }
  .other-table1 th,
  .other-table1 td {
    padding: 0 4px;
    height: 40px;
  }
  .other-table1 th:nth-of-type(1),
  .other-table1 td:nth-of-type(1) {
    width: 32.8%;
  }
  .other-table1 th:nth-of-type(2),
  .other-table1 td:nth-of-type(2) {
    width: 67.2%;
  }
  .other-reference__item {
    font-size: 16px;
  }
  .other-patent__title {
    font-size: 16px;
  }
  .other-patent__item {
    font-size: 16px;
  }
  .karafuji-table-wrap {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .karafuji-table1 {
    width: 700px;
    padding-bottom: 15px;
  }
  .karafuji-table1 th,
  .karafuji-table1 td {
    min-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .karafuji-table2 {
    padding-bottom: 15px;
    width: 700px;
  }
  .karafuji-table2 th,
  .karafuji-table2 td {
    font-size: 14px;
  }
  .karafuji-image-list {
    width: 100%;
  }
  .karafuji-image-item {
    width: calc((100% - 20px) / 2);
  }
  .karafuji-image-item p {
    font-size: 16px;
  }
  .karafuji-image-note {
    letter-spacing: -0.13em;
  }
  .mozuku-image {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .mozuku-table1 {
    width: 100%;
  }
  .mozuku-table1 th,
  .mozuku-table1 td {
    padding: 0 4px;
    height: 40px;
  }
  .mozuku-table1 th:nth-child(1) {
    width: 32.6%;
  }
  .mozuku-table1 td:nth-child(1) {
    width: 67.4%;
  }
  .mozuku-reference__item {
    font-size: 16px;
  }
  .mozuku-patent__title {
    font-size: 16px;
  }
  .mozuku-patent__item {
    font-size: 16px;
  }
  .tos-flexbox {
    width: 100%;
  }
  .tos-flexbox .flexitem-1 {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    text-align: center;
  }
  .marine-table1 th:nth-child(1),
  .marine-table1 td:nth-child(1) {
    width: 130px;
  }
  .marine-table1 th:nth-child(2),
  .marine-table1 td:nth-child(2) {
    width: calc(100% - 130px);
  }
  .marine-table2 {
    width: 700px;
  }
  .marine-table2 th,
  .marine-table2 td {
    height: 40px;
    font-size: 14px;
  }
  .fuco-arrow {
    margin-bottom: 26px;
  }
  .fuco-arrow:after {
    bottom: -24px;
    left: 100px;
    width: 22px;
    height: 22px;
  }
}

/* ===============================================================
 News
=============================================================== */
.news .content-text:after {
  content: "";
  display: block;
  clear: both;
}
.news__title {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 20px;
  height: 38px;
  font-size: 24px;
  font-weight: 600;
}
.news__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 38px;
  background-color: #e60039;
}
.news__date {
  margin-bottom: 20px;
  font-size: 14px;
  text-align: right;
}
.news__content:after {
  content: "";
  display: block;
  clear: both;
}
.news__image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.news__image-right {
  width: calc(100% / 2);
  padding-left: 20px;
  padding-bottom: 30px;
  float: right;
}
.news__image-left {
  width: calc(100% / 2);
  padding-right: 20px;
  padding-bottom: 30px;
  float: left;
}
.news__image:last-of-type {
  margin-bottom: 0;
}
.news__image img {
  width: auto;
  max-width: 100%;
}
.news .page-section img {
  width: auto;
}
.news .page-section p img {
  margin-top: 20px;
}
.news .scroll-top a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__title {
    margin-bottom: 20px;
    height: 30px;
    font-size: 20px;
  }
  .news__title:before {
    width: 3px;
    height: 30px;
  }
  .news__content {
    display: flex;
    flex-direction: column;
  }
  .news__order-1 {
    order: 1;
  }
  .news__order-2 {
    order: 2;
  }
  .news__order-3 {
    order: 3;
  }
  .news__order-4 {
    order: 4;
  }
  .news__image-left {
    padding: 0;
    width: 100%;
    float: none;
  }
  .news__image-right {
    padding: 0;
    width: 100%;
    float: none;
  }
  .news__image img {
    width: 100%;
    max-width: 100%;
  }
}

/* ===============================================================
 Company Information
=============================================================== */
.company-section {
  margin-top: 50px;
  margin-bottom: 100px;
}
.company-section img {
  margin-left: -20px;
}
.company-text-title {
  margin-bottom: 30px;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #e60039;
}
.company-text {
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 2;
}
.company-text:last-child {
  margin-bottom: 0;
}
.company-nav {
  margin-bottom: 125px;
}
.company-nav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.company-nav__item {
  width: 312px;
}
.company-nav__item a {
  position: relative;
  display: block;
  transition: 200ms ease-out;
}
.company-nav__item a:hover {
  opacity: 0.8;
}
.company-nav__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(/ypi/assets/images/company/iconCompanyBanner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.company-nav__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .company-section {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .company-section img {
    margin: 0;
  }
  .company-image {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .company-text-block {
    margin-top: 10px !important;
  }
  .company-text-title {
    margin-bottom: 15px;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
  }
  .company-text {
    line-height: 1.75;
  }
  .company-nav {
    margin-bottom: 50px;
  }
  .company-nav__inner {
    display: block;
  }
  .company-nav__item {
    margin-bottom: 20px;
    width: 100%;
  }
  .company-nav__item:last-of-type {
    margin-bottom: 0;
  }
  .company-nav__item a:after {
    right: 25px;
  }
}

/* ===============================================================
 Company Overview
=============================================================== */
.overview__item {
  display: flex;
  padding: 24px 50px 24px 40px;
  min-height: 70px;
  border-bottom: 1px solid #c8c8c8;
}
.overview__item:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.overview__title {
  min-width: 160px;
  width: 160px;
  color: #e60039;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.overview__description {
  font-size: 16px;
  line-height: 1.75;
}
.access__map-wrap {
  position: relative;
  padding-top: 68.08%;
}
.access__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__title {
  margin-bottom: 20px;
  color: #e60039;
  font-size: 20px;
  font-weight: 600;
}
.access__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.access__text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .overview__item {
    display: block;
    padding: 13px 0;
  }
  .access__title {
    margin-bottom: 12px;
    font-size: 18px;
  }
  .access__text {
    margin-bottom: 10px;
  }
}

/* ===============================================================
 Philosophy
=============================================================== */
.philosophy__wrap {
  position: relative;
  margin-bottom: 125px;
}
.philosophy__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 440px;
  z-index: 1;
}
.philosophy__image img {
  position: relative;
  width: 100%;
}
.philosophy__image:before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  left: -45px;
  width: 100%;
  height: 100%;
  background-color: #e60039;
}
.philosophy__content {
  margin-right: 0;
  margin-left: auto;
  padding-top: 40px;
  width: 490px;
}
.philosophy__comment {
  position: relative;
  margin-bottom: 45px;
  padding: 20px 20px 10px 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.024em;
}
.philosophy__comment:before,
.philosophy__comment:after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
}
.philosophy__comment .ls-1 {
  letter-spacing: -0.5em;
}
.philosophy__comment:before {
  top: 0;
  left: 0;
  border-top: 2px solid #e60039;
  border-left: 2px solid #e60039;
}
.philosophy__comment:after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #e60039;
  border-right: 2px solid #e60039;
}
.philosophy__comment-desc {
  margin-bottom: 20px;
  padding-left: 24px;
  color: #e60039;
  font-size: 24px;
  font-weight: 600;
}
.philosophy__info {
  position: relative;
  padding: 20px 0 20px 24px;
}
.philosophy__info-bg {
  position: absolute;
  top: 0;
  right: calc((100vw - 980px) / -2);
  width: 100vw;
  height: 100%;
  background-color: #f0f0f0;
}
.philosophy__info-name {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}
.philosophy__info-name small {
  font-size: 16px;
}
.philosophy__info-position {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}
.philosophy__desc {
  margin-bottom: 45px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.philosophy__point {
  margin-bottom: 35px;
}
.philosophy__point-title {
  margin-bottom: 14px;
  color: #e60039;
  font-size: 20px;
  font-weight: 600;
}
.philosophy__point-desc {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .philosophy__wrap {
    margin-bottom: 30px;
  }
  .philosophy__content {
    padding-top: 0;
    width: 100%;
  }
  .philosophy__comment {
    margin-bottom: 30px;
    padding: 15px 20px;
    width: 100%;
    font-size: 20px;
  }
  .philosophy__comment-desc {
    padding-left: 0;
    margin-bottom: 42px;
    font-size: 20px;
    text-align: center;
  }
  .philosophy__image-wrap {
    position: relative;
  }
  .philosophy__image {
    width: calc(50% - 17px);
    top: -23px;
    left: 0;
  }
  .philosophy__image:before {
    top: 10px;
    left: -9px;
  }
  .philosophy__info {
    padding-top: 18px;
    padding-left: 50%;
    padding-bottom: 37px;
  }
  .philosophy__info-bg {
    width: calc(100% + 40px);
    right: -20px;
  }
  .philosophy__info-name {
    font-size: 18px;
    line-height: 1.2;
  }
  .philosophy__info-name small {
    font-size: 16px;
  }
  .philosophy__info-position {
    line-height: 1.5;
  }
  .philosophy__desc {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .philosophy__desc .ls-1 {
    letter-spacing: -0.5em;
  }
  .philosophy__point {
    margin-bottom: 20px;
  }
  .philosophy__point-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* ===============================================================
 商品開発サポート
=============================================================== */
.support .page-section:last-of-type {
  margin-bottom: 160px;
}
.support-caption {
  margin-top: 18px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .support .page-section:last-of-type {
    margin-bottom: 50px;
  }
  .support-caption {
    margin-top: 14px;
  }
}
/* ===============================================================
 Contact
=============================================================== */
.contact .page-section {
  margin-bottom: 100px;
}
.contact-info {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}
.contact-info__heading {
  margin-bottom: 40px;
  color: #e60039;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.contact-info__item {
  display: flex;
  padding: 24px 50px 24px 40px;
  min-height: 70px;
  border-bottom: 1px solid #c8c8c8;
}
.contact-info__item:first-of-type {
  border-top: 1px solid #c8c8c8;
}
.contact-info__title {
  min-width: 160px;
  width: 160px;
  color: #e60039;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}
.contact-info__description {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contact .page-section {
    margin-bottom: 50px;
  }
  .contact-info {
    width: 100%;
  }
  .contact-info__heading {
    margin-bottom: 25px;
    font-size: 20px;
  }
  .contact-info__item {
    display: block;
    padding: 15px 0;
  }
  .contact-info__description {
    line-height: 1.5;
  }
}

/* ===============================================================
 Privacy
=============================================================== */
.privacy-section {
  margin-bottom: 150px;
}
.privacy-list{ margin-bottom: 1em;}
.privacy-list li {
  position: relative;
  margin-bottom: .8em;
  padding-left: 22px;
  line-height: 1.75;
}
.privacy-list li:last-child {
  margin-bottom: 0;
}
.privacy-section ul.privacy-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #323232;
}
.privacy-section ol.privacy-list {
  list-style-position: inside;
}
.privacy-section ol.privacy-list li {
  list-style-type: decimal;
  text-indent: -1.2em;
  padding-left: 1em;
}
.privacy-list__title {
  margin-bottom: 15px;
  color: #e60039;
  font-size: 18px;
  font-weight: 600;
}
.privacy-list__description,
.privacy-section p {
  font-size: 16px;
  line-height: 1.75;
}
.privacy-section p { margin-bottom: 1em;}
.privacy-section h3 { margin-top: 2.5em;}
.privacy-section h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 1.8em 0 .8em;
}
.privacy-section h5 { 
  font-weight: 600;
  margin: 2em 0 1em;
}
.txt__r{ text-align: right;}


@media screen and (max-width: 768px) {
  .privacy-section {
    margin-bottom: 70px;
  }
  .privacy-list__item {
    margin-bottom: 15px;
    padding-left: 20px;
  }
  .privacy-list__item:after {
    left: 2px;
  }
  .privacy-list__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* ===============================================================
 sitemap
=============================================================== */
.sitemap .page-section {
  margin-bottom: 100px;
}
.sitemap__wrap {
  margin-bottom: 40px;
}
.sitemap__title {
  display: inline-block;
}
.sitemap__title a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.sitemap__title a:before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background-image: url(/ypi/assets/images/sitemap/iconSitemapCategoryTitle.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sitemap__title a:hover {
  opacity: 0.6;
}
.sitemap__content {
  margin-top: 15px;
  padding-left: 40px;
  border-top: 1px solid #c8c8c8;
}
.sitemap__cate-wrap {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #c8c8c8;
}
.sitemap__cate-wrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sitemap__cate {
  width: 215px;
  font-size: 18px;
  font-weight: 600;
}
.sitemap__cate-content {
  flex: 1;
}
.sitemap__sub-cate-wrap {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #c8c8c8;
}
.sitemap__sub-cate-wrap:first-child {
  padding-top: 0;
}
.sitemap__sub-cate {
  width: 250px;
  color: #505050;
  font-size: 16px;
  font-weight: 600;
}
.sitemap__list {
  display: flex;
  align-items: center;
}
.sitemap__item {
  margin-right: 35px;
}
.sitemap__item a {
  position: relative;
  padding-left: 15px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.sitemap__item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #e60039;
}
.sitemap__item a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .sitemap .page-section {
    margin-bottom: 50px;
  }
  .sitemap .content-inner {
    width: 100%;
    padding: 0;
  }
  .sitemap__wrap {
    margin: 0;
    border-bottom: 1px solid #c8c8c8;
  }
  .sitemap__wrap:first-child {
    border-top: 1px solid #c8c8c8;
  }
  .sitemap__title {
    display: block;
  }
  .sitemap__title a {
    padding: 17px 20px;
  }
  .sitemap__title a:before {
    margin-right: 15px;
  }
  .sitemap__content {
    margin: 0;
    padding: 0 20px;
  }
  .sitemap__cate-wrap {
    display: block;
    padding: 0;
  }
  .sitemap__cate {
    padding: 14px 0;
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
  }
  .sitemap__sub-cate-wrap {
    display: block;
    padding: 0;
    border-bottom: 1px dashed #c8c8c8;
  }
  .sitemap__sub-cate-wrap:last-child {
    border-bottom: none;
  }
  .sitemap__sub-cate {
    padding: 20px 0 0;
    width: 100%;
  }
  .sitemap__list {
    display: block;
    padding: 10px 0;
  }
  .sitemap__sub-cate-wrap .sitemap__list {
    padding: 0;
  }
  .sitemap__sub-cate-wrap:last-child .sitemap__list {
    padding-bottom: 10px;
  }
  .sitemap__item a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}