.inner1000 {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

.headline_two_rows .latin{
  display: block;
  margin: 10px 0 0;
}

.concept_board{
  width: 980px;
  max-width: 100%;
  margin: 25px auto 40px;
  position: relative;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/kimochi/img/concept/fig-01.jpg);
  background-size: 980px auto;
  background-color: #fff;
  padding: 10px;
}

.concept_board:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: 10px;
  width: 1px;
  height: 100px;
  background: #db908a;
}

.contents{
  width: 100%;
  background: linear-gradient(to bottom, #fff 0, #fff 300px, #f6f5f1 300px, #f6f5f1 100%);
  position: relative;
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

div[class^="concept_text_block"]{
  position: relative;
}

div[class^="concept_text_block"] p{
  font-size: 14px;
  font-family: "Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
  font-weight: 400;
  line-height: 2.5;
  text-align: center;
}

div[class^="concept_text_block"] h3{
  font-size: 23px;
  font-family: "Noto Serif JP","ヒラギノ明朝 Pro W6","HiraMinPro-W6",YuMincho,"Yu Mincho","游明朝",serif;
  font-weight: 400;
  color:#d1685d;
  line-height: 2.1;
  text-align: center;  
  margin-top: 24px;
  margin-bottom: 24px;
}

div[class^="concept_text_block"] h3 b{
  font-size: 26px;
  font-weight: 700;
}

.concept_text_block_01{
  margin-bottom: 80px;
}

.concept_text_block_01:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -51px;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 22px;
  background-image: url(/kimochi/img/concept/leaf-01.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

.concept_text_block_01:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -70px;
  left: 48px;
  margin-left: 0;
  width: 154px;
  height: 154px;
  background-image: url(/kimochi/img/concept/cheers.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

.concept_text_block_02{
  margin-bottom: 80px;
}

.concept_text_block_02:after{
  content: "";
  display: block;
  position: absolute;
  bottom: -51px;
  left: 50%;
  margin-left: -28px;
  width: 56px;
  height: 22px;
  background-image: url(/kimochi/img/concept/leaf-02.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

.concept_text_block_02:before{
  content: "";
  display: block;
  position: absolute;
  bottom: -120px;
  right: 10px;
  margin-left: 0;
  width: 155px;
  height: 188px;
  background-image: url(/kimochi/img/concept/cake.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

.concept_text_block_03{
  margin-bottom: 50px;
}

.concept_image_block_01{
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

.concept_image_block_01 img{
  position: relative;
  z-index: 1;
}

.concept_image_block_01:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: -87px;
  left: 24px;
  width: 155px;
  height: 145px;
  background-image: url(/kimochi/img/concept/ring-01.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

.concept_image_block_01:after{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -154px;
  right: 47px;
  width: 134px;
  height: 178px;
  background-image: url(/kimochi/img/concept/ring-02.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

.concept_text_block_04{
  margin-bottom: 120px;
}

.concept_text_block_04 p{
  margin-bottom: 24px;
}

.concept_text_block_04:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: -70px;
  left: -54px;
  width: 222px;
  height: 230px;
  background-image: url(/kimochi/img/concept/dress.png);
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;  
}

/* ------------------------- */
@media screen and (max-width: 1042px){
  body {
      background: #f6f5f1;
  }
  .common_aboutiprimo{
    background: #fff;
  }
  .inner1000 {
    width: 96%;
  }

  .common_header{
    background: #f6f5f1;
  }

  .headline_two_rows .latin{
    display: block;
    margin: 1vw 0 0;
  }

  .concept_board{
    width: auto;
    max-width: 100%;
    margin: 4vw 2vw 8vw;
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/kimochi/img/concept/fig-01-sp.jpg);
    background-size: 100% auto;
    background-color: #fff;
    padding: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }

  .concept_board:before{
    content: "";
    display: block;
    padding-top: 62.32%
  }

  .concept_board:after {
    left: -2vw;
    top: 0;
    width: 1px;
    height: 80px;
  }

  .contents{
    width: 100%;
    background: #f6f5f1;
  }

  .concept_area{
    padding: 0 6vw; 
  }

  div[class^="concept_text_block"] p{
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2;
    text-align: left;
  }

  div[class^="concept_text_block"] h3{
    font-size: 18px;
    font-weight: 400;
    line-height: 2.1;
    margin-top: 24px;
    margin-bottom: 24px;
    text-align: left;
  }

  div[class^="concept_text_block"] h3 b{
    font-size: 18px;
    font-weight: 700;
  }

  .concept_text_block_01{
    margin-bottom: 28vw;
  }

  .concept_text_block_01:after{
    bottom: calc(-14vw - 11px);
    left: 50%;
    margin-left: -28px;
    margin-top: -11px;
    width: 56px;
    height: 22px;
    background-image: url(/kimochi/img/concept/leaf-01-sp.png);
  }

  .concept_text_block_01:before{
    display: none;
  }

  .concept_text_block_01 .floatdiv{
    float: right;
    height: 0;
  }

  .concept_text_block_01 .figdiv{
    float: right;
    clear:both;
    margin: 2.5vw 0 0 2.5vw;
  }

  .concept_text_block_01 .figdiv img{
    height: 33vw;
    max-height: 133px;
    width: auto;
  }

  .concept_text_block_02{
    margin-bottom: 28vw;
  }

  .concept_text_block_02 p{
    margin-bottom: 0.5em;
  }

  .concept_text_block_02:after{
    bottom: calc(-14vw - 11px);
    left: 50%;
    margin-left: -28px;
    width: 56px;
    height: 22px;
    background-image: url(/kimochi/img/concept/leaf-02-sp.png);
  }

  .concept_text_block_02:before{
    display: none;
  }

  .concept_text_block_03{
    margin-bottom: 18vw;
  }

  .concept_text_block_03 .figdiv{
    float: right;
    padding: 0 0 0 10px;
  }

  .concept_text_block_03 .figdiv img{
    width: 26vw;
    max-width: 106px;
    height: auto;
    margin-top: -14vw;
    margin-right: -4vw;
  }

  .concept_image_block_01{
    position: relative;
    text-align: center;
    margin-bottom: 14vw;
  }

  .concept_image_block_01 img{
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .concept_image_block_01:before{
    z-index: 10;
    top: -38px;
    left: -11px;
    width: 18vw;
    height: 18vw;
    background-image: url(/kimochi/img/concept/ring-01.png);
  }

  .concept_image_block_01:after{
    z-index: 10;
    bottom: -32px;
    right: -28px;
    width: 18vw;
    height: 20vw;
    background-image: url(/kimochi/img/concept/ring-02.png);
  }

  .concept_text_block_04{
    margin-bottom: 10vw;
  }

  .concept_text_block_04 p{
    margin-bottom: 4vw;
  }

  .concept_text_block_04 .figdiv{
    float: left;
    padding: 0 4vw 0 0;
  }

  .concept_text_block_04 .figdiv img{
    width: 28vw;
    max-width: 115px;
    height: auto;
    margin-left: -3vw;
  }

  .concept_text_block_04:before{
    display: none;
  }

}