@charset "UTF-8";
/*-----------------------------------------------------------
===  [ layout CSS ]  ====================================
------------------------------------------------------------*/
/* ***************************************************************************** */
/*

　目次

-------------------------------------------------------------------------------

　01. PC layout
　02. SP layout

*/
/* ***************************************************************************** */
/** -------------------------------------------------------
 ** 01. PC layout
 ** ------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
  .cmn-sp {
    display: none !important;
  }
  /* トップページ
  ----------------------------------------------------*/
  body {
    /* background-color: #fafaf3;*/
    background-color: #ffffff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
  }
  
  #organic .bg {
    background: url("../organic/images/or_bg_pc.jpg") no-repeat;
    background-size: cover;
    width: 1440px;
    height: 8726px;
    z-index: 10;
    text-align: center;
  }
  #organic .wrapper1200, #organicmilk .wrapper1200, #yogurt .wrapper1200, #drinkyogurt .wrapper1200 {
    max-width: 1440px;
    z-index: 30;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .fv {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 3.2s;
  }
  .fv.active {
    opacity: 1;
  }
    #top #section01 .fv h1 { margin: 0;padding: 0;}
  /*organic*/
  #organic #section01 {
    height: 847px;
    width: 100%;
    display: block;
    text-align: center;
  }
  #organic #section02 {
    width: 100%;
    display: block;
    height: 2916px;
    text-align: center;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  #organic #section02 #point1 {
    background: url("../organic/images/or_bg_point1.png") no-repeat;
    background-size: contain;
    width: 1120px;
    height: 698px;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  #organic #section02 #point1 h2, #organic #section02 #point2 h2, #organic #section02 #point3 h2 {
    position: absolute;
    top: 180px;
    font-size: 3.5rem;
    font-weight: 600;
    color: #009256;
    display: block;
    line-height: 180%;
    width: 100%;
  }
  #organic #section02 #point1 p, #organic #section02 #point2 p, #organic #section02 #point3 p {
    position: absolute;
    top: 250px;
    font-size: 1.6rem;
    line-height: 220%;
    font-weight: 400;
    width: 90%;
    margin-left: 5%;
  }
  #organic #section02 #point1 .jas {
    position: absolute;
    top: 420px;
    left: 120px;
    display: block;
    width: 730px;
    text-align: left;
  }
  #organic #section02 #point1 .jas .title {
    color: #009256;
    font-size: 2rem;
    line-height: 220%;
    font-weight: 500;
  }
  #organic #section02 #point1 .jas p {
    position: static;
    font-size: 1.6rem;
    line-height: 200%;
    margin-left: 0;
  }
  #organic #section02 #point2 {
    margin-top: 50px;
    background: url("../organic/images/or_bg_point2.png") no-repeat;
    background-size: contain;
    display: block;
    width: 1120px;
    height: 766px;
    text-align: center;
    margin: 0 auto 50px auto;
  }
  #organic #section02 #point3 {
    margin-top: 50px;
    background: url("../organic/images/or_bg_point3.png") no-repeat;
    background-size: contain;
    display: block;
    width: 1120px;
    height: 1156px;
    text-align: center;
    margin: 0 auto 50px auto;
    line-height: 240%;
  }
  #organic #section02 #point3 p {
    position: absolute;
    top: 330px;
    font-size: 1.6rem;
    line-height: 220%;
    font-weight: 400;
    width: 90%;
    margin-left: 5%;
  }
  #organic #section02 #point3 .item1 {
    position: absolute;
    top: 510px;
    left: 260px;
    width: 400px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 220%;
  }
  #organic #section02 #point3 .item1 h3, #organic #section02 #point3 .item2 h3, #organic #section02 #point3 .item3 h3 {
    color: #009256;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 10px;
  }
  #organic #section02 #point3 .item2 {
    position: absolute;
    top: 700px;
    left: 260px;
    width: 400px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 220%;
  }
  #organic #section02 #point3 .item3 {
    position: absolute;
    top: 890px;
    left: 260px;
    width: 400px;
    text-align: left;
    font-size: 1.6rem;
    line-height: 200%;
  }
  #organic #section03 {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  #organic #section03 h2, #organicmilk #section03 h2 {
    color: #009256;
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
  }
  #organic #section03 p {
    font-size: 1.7rem;
    line-height: 160%;
    font-weight: 600;
    margin-top: 30px;
  }
    
    
  /*organicmilk*/
  #organicmilk .bg {
    background: url("../organic/images/om_bg_pc.jpg") no-repeat;
    background-size: contain;
    width: 1440px;
    z-index: 10;
    height: 4805px
  }
  #organicmilk #section01 {
    height: 937px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    z-index: 50;
  }
  #organicmilk #section01 .imn h1, #yogurt #section01 .imn h1, #drinkyogurt #section01 .imn h1 {
    position: absolute;
    top: 200px;
    left: 260px;
    text-align: left;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;

  }
  #organicmilk #section01 .imn h1 .title, #yogurt #section01 .imn h1 .title {
     font-size: 4rem;
    font-weight: 500;
    color: #009256;
    margin-top: 10px;
    display: block;
    line-height: 130%;
  }
  #organicmilk #section01 .imn h1 .english, #yogurt #section01 .imn h1 .english {
    color: #a2ada9;
    font-size: 1.8rem;
    margin-top: 10px;
    display: block;
    margin-left: 5px;
    font-weight: 500;
  }
  #organicmilk #section01 .onlinebtn, #yogurt #section01 .onlinebtn, #drinkyogurt #section01 .onlinebtn {
    position: absolute;
    top: 780px;
    left: 50%;
    transform: translateX(-50%);
  }
  #organicmilk #section02 {
    width: 100%;
    display: block;
    height: 1360px;
    text-align: center;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  #organicmilk #section02 h2, #organicmilk #section03 h2, #yogurt #section02 h2, #yogurt #voice h2, #yogurt #section03 h2, #drinkyogurt #section02 h2, #drinkyogurt #section03 h2 {
       font-size: 4rem;
    font-weight: 600;
    color: #009256;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  #organicmilk #section02 .point, #yogurt #section02 .point, #drinkyogurt #section02 .point {
    display: block;
    background: url("../organic/images/bg_point_pc.png") no-repeat;
    background-position: top center;
    height: 504px;
    margin: 0px auto 40px auto;
    width: 1120px;
    text-align: center;
  }
  #organicmilk #section02 .point h3, #yogurt #section02 .point h3, #drinkyogurt #section02 .point h3 {
    color: #009256;
     font-size: 3rem;
    font-weight: 500;
    width: 350px;
    text-align: left;
  }
  #organicmilk #section02 .point p, #yogurt #section02 .point p, #drinkyogurt #section02 .point p {
    width: 450px; /* color:#ff0000;*/ 
    font-size: 1.6rem;
    line-height: 220%;
  font-weight: 400;
      text-align: left;
  }
  #point1, #point2, #point3 {
    position: relative;
  }
  #point1 .number, #point3 .number {
    position: absolute;
    top: 70px;
    left: 80px;
  }
  #organicmilk #section02 #point1 h3, #yogurt #section02 #point1 h3, #drinkyogurt #section02 #point1 h3, #drinkyogurt #section02 #point3 h3 {
    position: absolute;
    top: 105px;
    left: 225px;
  }
    
    #yogurt #section02 #point3 h3 { position: absolute;
    top: 85px;
    left: 225px; line-height: 140%;}
  #organicmilk #section02 #point1 p, #yogurt #section02 #point1 p, #drinkyogurt #section02 #point1 p,#drinkyogurt #section02 #point3 p {
    position: absolute;
    top: 195px;
    left: 80px;
    
  }
  #yogurt #section02 #point3 h4 {
    position: absolute;
    top: 205px;
    left: 100px;
      font-size: 2.2rem;

    font-weight: 500;
  }
    #yogurt #section02 #point3 p{
    position: absolute;
    top: 265px;
    left: 100px;
  }
    

    
  #organicmilk #section02 #point1 .photo, #yogurt #section02 #point1 .photo, #yogurt #section02 #point3 .photo, #drinkyogurt #section02 #point1 .photo, #drinkyogurt #section02 #point3 .photo {
    position: absolute;
    top: 71px;
    left: 591px;
  }
  #point2 .number {
    position: absolute;
    top: 70px;
    left: 570px;
  }
  #organicmilk #section02 #point2 h3, #yogurt #section02 #point2 h3, #drinkyogurt #section02 #point2 h3 {
    position: absolute;
    top: 105px;
    left: 708px;
  }
  #organicmilk #section02 #point2 p, #yogurt #section02 #point2 p, #drinkyogurt #section02 #point2 p {
    position: absolute;
    top: 200px;
    left: 577px;

  }
  #organicmilk #section02 #point2 .photo, #yogurt #section02 #point2 .photo, #drinkyogurt #section02 #point2 .photo {
    position: absolute;
    top: 71px;
    left: 81px;
  }
  #organic #section03, #organicmilk #section03, #yogurt #section03, #drinkyogurt #section03 {
    width: 100%;
    display: block;
    text-align: center;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
    
    
  /*yogurt*/
  #yogurt .bg {
    background: url("../organic/images/yg_bg_pc.jpg") no-repeat;
    background-size: contain;
    width: 1440px;
    height: 6580px;
    z-index: 10;
    background-color: #fafaf3;
  }
  #yogurt #section01 {
    height: 937px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    z-index: 50;
  }
  /*#yogurt #section01 .title {
    font-size: 2.1rem;
    color: #009256;
    margin-top: 10px;
    display: block;
    line-height: 130%;
    font-weight: 600;
  }
  #yogurt #section01 .english {
    color: #a2ada9;
    font-size: 0.7rem;
    margin-top: 10px;
    display: block;
    margin-left: 15px;
    font-weight: 500;
  }*/
  #yogurt #section02, #drinkyogurt #section02 {
    width: 100%;
    display: block;
    height: 1910px;
    text-align: center;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
  }
  #yogurt #voice {
    width: 1123px;
    display: block;
    height: auto;
    text-align: center;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    margin: 0 auto;
    padding-bottom: 100px;

  }
  #yogurt .voice {
    display: flex;
    align-items: center;
    justify-content: flex-start;
      padding-bottom: 30px;
  }
  #yogurt .voice:last-child {
    margin-top: 50px;
  }
  #yogurt .voice .comment:nth-child(2) {
    background: url("../organic/images/yg_voice_bg0101_pc.png");
    background-repeat: no-repeat;
    width: 770px;
    background-position: top left;
    height: 260px;
  }
  #yogurt .voice .comment:last-child {
    background: url("../organic/images/yg_voice_bg0202_pc.png");
    background-repeat: no-repeat;
    width: 770px;
    background-position: top left;
    height: 260px;
  }
  #yogurt .voice .comment:nth-child(2) p {
    margin: 50px 0 0px 85px;
    text-align: left;
    width: 660px;
   font-size: 1.6rem;
    line-height: 220%;
  font-weight: 400;
  }
  #yogurt .voice .comment:last-child p {
    margin: 42px 0 0px 40px;
    text-align: left;

    width: 650px;
   font-size: 1.6rem;
    line-height: 220%;
  font-weight: 400;
  }
  #yogurt .voice .photo:last-child {
    background: url("../organic/images/yg_voice_bg0102_pc.png");
    background-repeat: no-repeat;
    background-position: left top;
    width: 353px;
    height: 260px;
  }
  #yogurt .voice .photo:last-child img {
    margin-left: 110px;
  }
  #yogurt .voice .photo:last-child .namearea {
    margin-left: 93px;
    width: 260px;
  }
  #yogurt .voice .photo:first-child {
    background: url("../organic/images/yg_voice_bg0201_pc.png");
    background-repeat: no-repeat;
    background-position: right top;
    width: 353px;
    height: 260px;
  }
  #yogurt .voice .photo:first-child img {
    margin-left: -110px;
  }
  #yogurt .voice .photo:first-child .namearea {
    margin-left: 0px;
    width: 260px;
  }
  #yogurt .voice .photo .katagaki {
        font-size: 1.2rem;
      line-height: 100%;
    font-weight: 400;
    margin-top: 10px;
  }
  #yogurt .voice .photo .name {
     font-size: 1.8rem;
      line-height: 200%;
    font-weight: 500;
    margin: 10px;
  }
  /*drinkyogurt*/
  #drinkyogurt .bg {
    background: url("../organic/images/dy_bg_pc.jpg") no-repeat;
    background-size: cover;
    width: 1440px;
    height: 4000px;
    z-index: 10;
  }
  #organicmilk #section03 table, #yogurt #section03 table, #drinkyogurt #section03 table {
    text-align: left;
    margin: 80px auto;
  font-size: 1.6rem;

  font-weight: 400;
  }
  #organicmilk #section03 table td, #yogurt #section03 table td, #drinkyogurt #section03 table td {
    padding: 5px 0 5px 10px; /* border: 2px #ff0000 solid;background-color:#00ff00;*/ vertical-align: middle;
  }
  #organicmilk #section03 table td .photo img, #yogurt #section03 table td .photo img, #drinkyogurt #section03 table td .photo img {
    padding: 0px 80px;
  }
  #organicmilk #section03 table td h3, #yogurt #section03 table td h3, #drinkyogurt #section03 table td h3 {
       font-size: 2.6rem;
    font-weight: 500;
      line-height: 160%;
  }
  #organicmilk #section03 table td .small, #yogurt #section03 table td .small, #drinkyogurt #section03 table td .small {
    font-size: 1.2rem;
    vertical-align: top;
  }
  .hr_table {
    border-top: 2px dashed #009256;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #drinkyogurt #section01 {
    height: 954px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    z-index: 50;
  }
    
 /*   #organicmilk #section01 h2, #yogurt #section01 h2, #drinkyogurt #section01 h2 {
    position: absolute;
    top: 200px;
    left: 260px;
    text-align: left;
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;

  }*/


    
  #drinkyogurt #section01 .catch {
    color: #009256;
    font-size: 1.8rem;
    display: block;
    font-weight: 500;
    margin-left: 5px;
  }
  #drinkyogurt #section01 .title {
     font-size: 4rem;
    font-weight: 500;
    color: #009256;
    margin-top: 10px;
    display: block;
    line-height: 130%;
  }
  #drinkyogurt #section01 .english {
    color: #a2ada9;
   font-size: 1.8rem;
    margin-top: 10px;
    display: block;
    margin-left: 5px;
    font-weight: 500;
  }
  #organicmilk #jas, #yogurt #jas, #drinkyogurt #jas {
    position: relative;
    width: 1120px;
    margin: 30px auto 0 auto;
  }
  #organicmilk #jas h2, #yogurt #jas h2, #drinkyogurt #jas h2 {
    position: absolute;
    left: 244px;
    top: 25px;
    text-align: left;
    color: #009256;
        font-size: 2.3rem;
    font-weight: 600;
  }
  #organicmilk #jas p, #yogurt #jas p, #drinkyogurt #jas p {
    position: absolute;
    width: 842px;
    left: 244px;
    top: 80px;
    text-align: left;
   font-size: 1.6rem;
    line-height: 220%;
  font-weight: 400;
  }
  hr {
    border-top: 2px dashed #009256;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 77%;
  }
  /* ***************************************************************** */
}
/** -------------------------------------------------------
 ** 02. SP layout
 ** ------------------------------------------------------- */
@media screen and (max-width: 1199px) {
  /* ***************************************************************** */
  /* Display
	----------------------------------------------------*/
  .cmn-pc {
    display: none !important;
  }
  /* トップページ
  ----------------------------------------------------*/
  body {
    background-color: #fafaf3;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    -webkit-text-size-adjust: 100%;
  }
 
  .bg {
    background: none;
  }
  .bg_sp img {
    width: 100%;
    display: block;
    text-align: center;
    z-index: 10;
    overflow: hidden;
  }
  #organic .wrapper1200, #organicmilk .wrapper1200, #yogurt .wrapper1200, #drinkyogurt .wrapper1200 {
    width: 100%;
    z-index: 30;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: opacity 1.2s;
    width: 100%;
    display: block;
    z-index: 60;
  }
  .fv.active {
    opacity: 1;
  }
  .fv img {
    width: 100%;
    display: block;
    text-align: center;
  }
  .contentswrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block; /*background-color:#00ff00; opacity: 0.3;*/
    overflow: hidden;
  }
  #organic #section01, #organicmilk #section01, #yogurt #section01, #drinkyogurt #section01 {
    display: block;
    position: relative;
    width: 100%;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    text-align: left;
    overflow: hidden;
  }
  #organic #section02, #organic #section03, #organicmilk #section02, #organicmilk #section03, #yogurt #section02, #yogurt #voice, #yogurt #section03, #drinkyogurt #section02, #drinkyogurt #section03 {
    display: block;
    position: relative;
    width: 100%;
    z-index: 50;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
       
  }
  /*organic*/
  #organic #section02 #point1 h2, #organic #section02 #point2 h2 {
    position: absolute;
    top: 13%;
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 600;
    color: #009256;
    display: block;
    width: 100%;
  }
  #organic #section02 #point1 p, #organic #section02 #point2 p {
    position: absolute;
    top: 18%;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 200%;
    width: 70%;
    margin-left: 15%;
    text-align: left;
  }
  #organic #section02 #point1 .jas {
    position: absolute;
    top: 45%;
    left: 15%;
    display: block;
    width: 100%;
    text-align: left;
  }
  #organic #section02 #point1 .jas .title {
    color: #009256;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 600;
  }
  #organic #section02 #point1 .jas p {
    position: static;
    margin-top: 15px;
    margin-left: 0%;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 190%;
  }
  #organic #section02 #point2 {
    margin-top: 200px;
  }
  #organic #section02 #point3 {
    margin-top: 200px;
  }
  #organic #section02 #point3 h2 {
    position: absolute;
    top: 8%;
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 600;
    color: #009256;
    display: block;
    width: 100%;
    line-height: 180%;
  }
  #organic #section02 #point3 p {
    position: absolute;
    top: 16%;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 180%;
    width: 70%;
    margin-left: 15%;
    text-align: left;
  }
  #organic #section02 #point3 .item1 {
    position: absolute;
    top: 35%;
    left: 35%;
    width: 50%;
    text-align: left;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 160%;
  }
  #organic #section02 #point3 .item1 h3, #organic #section02 #point3 .item2 h3, #organic #section02 #point3 .item3 h3 {
    color: #009256;
    font-size: clamp(1.8rem, 3.5vw, 3.5rem);
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 160%;
  }
  #organic #section02 #point3 .item2 {
    position: absolute;
    top: 49%;
    left: 35%;
    width: 50%;
    text-align: left;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 160%;
  }
  #organic #section02 #point3 .item3 {
    position: absolute;
    top: 63%;
    left: 35%;
    width: 50%;
    text-align: left;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 160%;
  }
  #organic #section03 {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  #organic #section03 img {
    width: 100%;
    height: auto;
  }
  #organic #section03 .logo {
    width: 100px;
    height: 100px;
    margin: 0 auto; /* position:absolute; left: 50%;  margin-left:-50px; */
  }
  #organic #section03 h2 {
    font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 600;
    color: #009256;
    display: block;
    width: 100%;
    line-height: 180%;
    margin-top: 50px;
  }
  #organic #section03 p {
    font-size: clamp(1rem, 4vw, 2rem);
    line-height: 160%;
    text-align: center;
    width: 100%;
    font-weight: 600;
    margin: 30px auto;
  }
  #organic .bg_end {
    background: url("../organic/images/or_bg_section03_sp.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    background-size: 100% auto;
  }
     #organicmilk .bg_end {
    background: url("../organic/images/om_section03_sp.jpg") no-repeat;
    background-position: center top;
    background-size: cover;
    background-size: 100% auto;
  }
    
       #yogurt .bg_end, #drinkyogurt .bg_end {
    background: url("../organic/images/dy_bg_section03_sp.jpg") repeat-y;
    background-position: center top;
    background-size: cover;
           background-size: 100% auto; }
    
    
  #organic #section03 .yogurt {
    background: url("../organic/images/or_bg_sp02.png") no-repeat left center;
    background-size: 10%;
  }
  #organic #section03 .butter {
    background: url("../organic/images/or_bg_sp03.png") no-repeat right bottom;
    background-size: 17%;
  }
  /*organicmilk*/
      #organicmilk #section01 .imn h1, #yogurt #section01 .imn h1 {
    position: absolute;
    top: 20%;
    width: 86%;
    margin-left: 8%;
    color: #009256;
  }
  #organicmilk #section01 .title, #yogurt #section01 .title {
    font-size: clamp(1.4rem, 6vw, 8rem);
    line-height: 150%;
    display: block;
    font-weight: 600;
  }
  #organicmilk #section01 .english, #yogurt #section01 .english {
    color: #a2ada9;
    font-size: clamp(0.8rem, 3vw, 2.5rem);
    padding-top: 10px;
    display: block;
    margin-left: 10px;
    font-weight: 400;
  }
  #section01 .onlinebtn {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  #organicmilk #section02 h2, #organicmilk #section03 h2, #yogurt #section02 h2, #yogurt #voice h2, #yogurt #section03 h2, #drinkyogurt #section02 h2, #drinkyogurt #section03 h2 {
    font-size: clamp(3rem, 6vw, 5rem);
    color: #009256;
    margin: 0px 0 60px 0;
    font-weight: 600;
  }

  #organicmilk #section02 .point, #yogurt #section02 .point, #drinkyogurt #section02 .point {
    display: block;
    height: auto;
    margin: 0px auto 30px auto;
    width: 100%;
    text-align: center;
  }
  #organicmilk #section02 .point .bg_sp, #yogurt #section02 .point .bg_sp, #drinkyogurt #section02 .point .bg_sp {
    width: 100%;
  }
  #point1, #point2, #point3 {
    position: relative;
  }
  .number {
    position: absolute;
    top: 6%;
    left: 10%;
    width: 20%;
  }
  .number img {
    width: 100%;
    height: auto;
  }
  #organicmilk #section02 .point h3, #yogurt #section02 .point h3, #drinkyogurt #section02 .point h3 {
    color: #009256;
   font-size: clamp(1.8rem, 5vw, 4rem);
    font-weight: 500;
    position: absolute;
    top: 8%;
    left: 35%;
    text-align: left;
    line-height: 180%;
  
  }
  #organicmilk #section02 #point1 h3,#yogurt #section02 #point1 h3 {
    top: 8%;
  }
  #yogurt #section02 #point3 h3 {
    top: 6%;
    line-height: 130%;
  }
  #organicmilk #section02 .point p, #yogurt #section02 .point p, #drinkyogurt #section02 .point p {
    width: 74%;
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 200%;
    text-align: left;
    position: absolute;
    top: 20%;
    left: 13%;
  }
  #organicmilk #section02 .point .photo, #yogurt #section02 .point .photo, #drinkyogurt #section02 .point .photo {
    position: absolute;
    bottom: 8%;
    width: 80%;
    left: 10%;
  }
  #organicmilk #section02 .point .photo img, #yogurt #section02 .point .photo img, #drinkyogurt #section02 .point .photo img {
    width: 100%;
    height: auto;
  }
  #yogurt #section02 #point3 h4 {
    width: 74%;
     font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 600;
    text-align: left;
    line-height: 160%;
    position: absolute;
    top: 22%;
    left: 12%;

  }
  #yogurt #section02 #point3 p {
    width: 74%;
   font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 500;
    line-height: 200%;
    text-align: left;
    position: absolute;
    top: 32%;
    left: 13%;
  }
  #yogurt .voice {
    display: flex;
    flex-direction: column;
    align-items: center;
     
  }
  #yogurt .voice:last-child {
    margin-top: 30px;
  }
  #yogurt .voice .photo {
    width: 80%;
    padding-bottom: 0px;
  }
  #yogurt .voice .photo img {
    width: 80%;
    height: auto;
    max-width: 229px;
  }
  #yogurt .voice .photo .namearea {
    margin-left: 0px;
    width: 100%;
  }
  #yogurt .voice .photo .katagaki {
    font-size: clamp(0.7rem, 2.5vw, 2rem);
    font-weight: 400;
    margin-top: 10px;
  }
  #yogurt .voice .photo .name {
       font-size: clamp(0.7rem, 4vw, 3rem);
    font-weight: 500;
    margin: 30px;
  }
  #yogurt .voice .comment {
/*    background: url("../organic/images/yg_voice_bg_sp.png");
    background-repeat: no-repeat;*/
    width: 100%;
   /* background-size: 100% auto;*/
      position: relative;
     
          
  }
  #yogurt .voice .comment p {
      position: absolute; 
  /*  margin: 22% auto 120px auto;*/
    font-size: clamp(0.8rem, 4vw, 3.5rem);
      top:22%; left:15%;
    line-height: 200%;
    text-align: left;
    width: 70%;
  }
  /*drinkyogurt*/
  #drinkyogurt #section01 .imn h1 {
    position: absolute;
    top: 21%;
    width: 86%;
    margin-left: 8%;
    color: #009256;
  }
  #drinkyogurt #section01 .catch {
    color: #009256;
    font-size: clamp(0.8rem, 3vw, 1.1rem);
    display: block;
    font-weight: 500;
  }
  #drinkyogurt #section01 .title {
    font-size: clamp(1.4rem, 6vw, 8rem);
    line-height: 150%;
    margin-top: 10px;
    display: block;
    font-weight: 600;
  }
  #drinkyogurt #section01 .english {
    color: #a2ada9;
    font-size: clamp(0.8rem, 3vw, 2.5rem);
    padding-top: 10px;
    display: block;
    margin-left: 10px;
    font-weight: 400;
  }
  .heart {
    width: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    margin-left: 45%;
  }
  .heart img {
    width: 100%;
    height: auto;
  }
  #drinkyogurt #section02 #point1 h2 {
    top: 8%;
  }
  #yogurt #section03 h3, #drinkyogurt #section03 h3 {
    text-align: left;
    margin: 30px 0 20px 2%;
    font-size: clamp(1.2rem, 5vw, 3rem);
    font-weight: 600;
    line-height: 140%;
  }
  #organicmilk #section03 table, #yogurt #section03 table, #drinkyogurt #section03 table {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    font-size: clamp(0.8rem, 3vw, 1.6rem);
    line-height: 180%;
    font-weight: 500;
  }
  #yogurt #section03 table td, #drinkyogurt #section03 table td {
    padding: 0 0 0 5px; /*border: 2px #ff0000 solid;background-color:#00ff00; */ vertical-align: top;
  }
  #organicmilk #section03 table td img, #yogurt #section03 table td img, #drinkyogurt #section03 table td img {
    width: 100%;
    height: auto;
  }
    #yogurt #section03 table td:first-child {white-space: nowrap;}
  .small {
     font-size: clamp(1rem, 2.2vw, 1.6rem);
  }
  .hr_table {
    border-top: 2px dashed #009256;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 100%;
    margin: 10px 0% 30px 0%;
  }
  .hr_table_bottom {
    border-top: 2px solid#009256;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 100%;
    margin: 30px 0% 30px 0%;
  }
  #organicmilk #jas, #yogurt #jas, #drinkyogurt #jas {
    position: relative;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  #organicmilk #jas img, #yogurt #jas img, #drinkyogurt #jas img {
    width: 100%;
    height: auto;
  }
  #organicmilk #jas h2, #yogurt #jas h2, #drinkyogurt #jas h2 {
    position: absolute;
    top: 22%;
    text-align: center;
    width: 100%;
    color: #009256;
    font-size: clamp(1.2rem, 5vw, 3rem);
    font-weight: 500;
  }
  #organicmilk #jas p, #yogurt #jas p, #drinkyogurt #jas p {
    position: absolute;
    width: 76%;
    left: 13%;
    top: 30%;
       font-size: clamp(1rem, 3.5vw, 4rem);
    font-weight: 500;
    line-height: 200%;
    text-align: left;
  }
  hr {
    border-top: 2px dashed #009256;
    border-right: none;
    border-bottom: none;
    border-left: none;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
  }
}