@charset "UTF-8";
.sp{
    display: none;
}
.miomito_keyBox {
  background-image: url(../img/miomito/keyImgBg.jpg);
  background-repeat: repeat-x;
  position: relative;
}
.keyImgWrap {
  text-align: center;
}
.keyImgWrap img{
  margin: auto;
}
.keyImgText {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7%;
  height: 7em;
  margin: auto;
  color: #FFF;
  font-size: 2rem;
  line-height: 3rem;
  text-shadow: 2px 2px 20px #1b2d57;
  text-align: center;
}
.maruR {
    vertical-align: sub;
    font-size: 0.8em;
}
.keyImgText h1 {
    padding-bottom: 1em;
}
.p01 {
  max-width: 960px;
  margin: auto;
  padding-left: 10%;
  box-sizing: border-box;
  position: relative;
}
.text02_2 {
    text-align: center;
}
.text02_2 p {
    padding: 0.7em 0;
}
.emphasis {
    font-weight: bold;
}
.emphasis.underline {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
}
.text01 {
  font-size: 2rem;
  font-family: serif;
  font-weight: 300;
  padding: 2rem 0;
}
.item01 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12%;
}
.box02 {
  background: linear-gradient(to right , #ffffff, #fff3fd);
  padding: 3% 0;
}
.box03 {
  padding: 5% 10%;
  max-width: 1000px;
  margin: auto;
}
.iframeWrap {
 position: relative;
 padding-bottom: 56.25%;
 height: 0;
 overflow: hidden;
}

.iframeWrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.boxInner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}
.text03 {
  font-size: 2rem;
  font-family: serif;
  font-weight: 300;
  color: #4a7e8b;
}
.textEng {
  display: block;
  font-size: 2.5rem;
  color: #DDD;
  padding-top: 10px;
}
.kounouWrap {
  display: flex;
  justify-content: center;
  padding: 50px 0;
}
.text04 {
  background: linear-gradient(to right , #f7a3ba, #f2769c);
  padding: 10px 50px;
  margin: 0 5px;
  border-radius: 30px;
  color: #FFF;
  min-width: 250px;
  text-align: center;
  box-sizing: border-box;
}
.box05 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.text05Wrap {
  width: 25%;
  box-sizing: border-box;
  padding: 5px;
}
.text05 {
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
}
.box06 {
  margin-top: 5%;
  background: linear-gradient(to left , #ffffff, #fff3fd);
  padding: 5% 0;
}
.text06 {
  color: #f2799e;
  font-family: serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
.tex07 {
  padding-left: 2em;
  position: relative;
  padding-bottom: 4px;
}
.tex07:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(../img/miomito/ico01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.box08 {
  padding: 20px 0;
}

.flex {
  display: flex;
  justify-content: center;
}
.box07,.box09{
  width: 50%;
}
.box10 {
  display: flex;
  justify-content: center;
}
.box10 div {
  padding: 0 10px 10px;
  text-align: center;
}
.box10 p{
  border:  1px solid #DDD;
  padding: 10px;
}
.box10 p {
  border: 1px solid #DDD;
  padding: 0 10px;
  margin-top: 5px;
  border-radius: 5px;
  background-color: #FFF;
}
.box11 {
  padding: 5% 0;
  overflow: hidden;
}
.text07 {
  color: #f2799e;
  font-family: serif;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 20px 0;
}
.voiceWrap {
  /*overflow: hidden;*/
}
.voiceItem {
    display: block;
    width: 70%;
    background: linear-gradient(to right , #ffffff, #fff3fd);
    padding: 20px;
    margin-bottom: 50px;
    border: 2px solid #ffe7f9;
    box-shadow: 5px 4px 10px #bf9eb7;
    border-radius: 30px;
}
.voiceWrap .voiceItem:nth-child(odd) {
  float: left;
  display: block;
      position: relative;
}
.voiceWrap .voiceItem:nth-child(odd):before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: -5%;
    border: 2px solid #ffe7f9;
    box-shadow: 5px 4px 10px #bf9eb7;
    bottom: 14%;
}
.voiceWrap .voiceItem:nth-child(odd):after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: -9%;
    bottom: 4%;
    border: 2px solid #ffe7f9;
    box-shadow: 5px 4px 10px #bf9eb7;
}

.voiceWrap .voiceItem:nth-child(even) {
  float: right;
  display: block;
      position: relative;
}
.voiceWrap .voiceItem:nth-child(even):before {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-color: #fff3fd;
    border-radius: 50%;
    position: absolute;
    right: -5%;
    border: 2px solid #ffe7f9;
    box-shadow: 5px 4px 10px #bf9eb7;
    bottom: 14%;
}
.voiceWrap .voiceItem:nth-child(even):after {
    content: "";
    width: 14px;
    height: 14px;
    display: block;
    background-color: #fff3fd;
    border-radius: 50%;
    position: absolute;
    right: -9%;
    bottom: 4%;
    border: 2px solid #ffe7f9;
    box-shadow: 5px 4px 10px #bf9eb7;
}
.graphWrap {
    clear: both;
    /*display: flex;*/
}
img{
  max-width: 100%;
}
.graphInner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.graphItem {
    width: 50%;
}
.graphItem .text06 {
    padding-right: 50px;
    margin-bottom: 0;
}
.graphText {
    background: linear-gradient(to left , #ffffff, #fff3fd);
    padding: 20px 0px 20px 20px;
    font-size: 1.5rem;
    margin: 0;
}
.col2 {
    padding: 5% 0;
    display: flex;
    align-items: center;
}
.col2_50per {
    width: 50%;
        box-sizing: border-box;
}
.col2_47per {
    width: 47%;
        box-sizing: border-box;
}
.col2_53per {
    width: 53%;
        box-sizing: border-box;
}
.p5per{
  padding: 5% 0;
      box-sizing: border-box;
}
.caution {
    font-size: 0.8em;
    padding-left: 2em;
}
.kome {
    font-size: 0.7em;
    vertical-align: super;
}
.caution.padding0 {
    padding: 0;
}
.essence {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.essenceItem {
    padding: 5% 0% 0%;
    box-sizing: border-box;
    width: 50%;
}
.productBoxFlex {
    display: flex;
    /*align-items: baseline;*/
    padding-bottom: 50px;
}
.productBox {
    width: calc(100% / 3);
    padding: 20px;
    box-sizing: border-box;
}
.productBoxInner {
    box-shadow: 5px 4px 10px #bf9eb7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 12px;
    border-radius: 10px;
    background: linear-gradient(to bottom , #ffffff, #fff3fd);
    cursor: pointer;
}
.productBoxInner img {
    max-height: 300px;
    display: block;
    margin: auto;
}
.productName {
    color: #76005f;
}
.productDiscription {
    line-height: 1.5em;
}
.linkButton {
    background-color: #724444;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    color: #FFF;
}
#footer {
    background-color: #fff2fc;
}
.productBoxWrap .text07 {
    border-bottom: 3px solid #f2799e;
}
#instagramBoxWrap .slick-list {
    overflow-y: visible;
}
#instagramBoxWrap .slick-slide.slick-current {
  transform: scale(1);
}
.textCenter {
    text-align: center;
}
.box12 .instaLinkWrap {
    text-align: center;
}
.box12 .instaLinkWrap .btn_g {
    margin: 0 50px 0px;
}
.p50 {
    padding: 50px 0 0;
}
.kakaku {
    position: absolute;
    bottom: 0%;
    right: 8%;
    top: 0;
    height: 8em;
    margin: auto;
    color: #FFF;
    font-size: 1rem;
    line-height: 2rem;
    text-shadow: 2px 2px 20px #1b2d57;
    text-align: center;
}
.kakaku_name {
    font-size: 2rem;
}
@media (max-width: 1150px) {
.p01 {
    padding-left: 14%;
}
#footer{
  min-width: initial;
}
html, body{
  min-width: initial;
}
.voiceWrap .voiceItem:nth-child(even):before,
.voiceWrap .voiceItem:nth-child(even):after,
.voiceWrap .voiceItem:nth-child(odd):before,
.voiceWrap .voiceItem:nth-child(odd):after{
  display: none;
}
}
@media (max-width: 1100px) {
.keyImgText {
    left: 0;
    right: 0;
}
.kakaku {
    top: initial;
    left: 0;
    right: 0;
    color: #d54c7f;
    text-shadow: none;
    bottom: 10%;
}
}
@media (max-width: 980px) {
.p01 {
    padding-left: 16%;
    padding-right: 20px;
}
.item01 {
    left: 10px;
}
.boxInner {
    padding: 0 20px;
}
.text05Wrap {
    width: calc(100% / 3);
}
.text04 {
    min-width: initial;
    padding: 10px 10px;
    width: calc(100% / 3);
}
}

@media (max-width: 940px) {
.text02_2 {
    text-align: left;
}
}
@media (max-width: 800px) {
.item01 {
    left: 10px;
    bottom: initial;
    top: 0;
}
}

@media (max-width: 768px) {
  .box07, .box09 {
    width: 100%;
}
.flex {
    flex-wrap: wrap;
}
.graphInner {
    flex-wrap: wrap;
}
.graphItem {
    width: 100%;
}
.col2 {
    flex-wrap: wrap;
}
.col2_47per,
.col2_53per {
    width: 100%;
}
}
@media (max-width: 730px) {
.keyImgText {
    height: 15em;
}
.keyImgText p {
    font-size: 1.5rem;
}
}
@media (max-width: 600px) {
.sp{
    display: block;
}
.pc{
    display: none;
}

.text05Wrap {
    width: calc(100% / 2);
}
.keyImgText {
    font-size: 1.1rem;
}
.p01 {
    padding-left: 20px;
    padding-right: 20px;
}
.text01 {
    font-size: 1.3rem;
}
.item01 {
    display: none;
}
.text03 {
    font-size: 1.5rem;
}
.textEng {
    font-size: 2rem;
}
.text04 {
    width: 100%;
    margin-bottom: 10px;
}
.kounouWrap {
    padding: 20px 0 30px;
    flex-wrap: wrap;
}
.text05Wrap {
    width: calc(100% / 2);
}
.text05 {
    font-size: 12px;
}
.box03 {
    padding: 5% 4%;
}
.voiceItem {
    width: 100%;
    box-sizing: border-box;
}
.text06 {
    font-size: 1.2rem;
}
.graphText {
    font-size: 1.2rem;
}
.productBoxFlex {
    flex-wrap: wrap;
}
.productBox {
    width: calc(100% / 1);
    padding: 15px 8px 36px;
    box-sizing: border-box;
}
.keyImgText {
    height: 15em;
}
.keyImgText h1 {
    font-size: 6vw;
}
.keyImgText p {
    font-size: 4vw;
    text-shadow: 1px 1px 2px #1b2d57;
}
.essenceItem .essenceText {
    font-size: 0.7em;
}
.pc {
    display: none;
}
.kakaku {
    bottom: -8%;
    line-height: 1.5rem;
}
.keyImgText h1 {
    padding-bottom: 0em;
}
.p01.text02.text02_2 {
    padding-left: 30%;
}
.item01 {
    bottom: initial;
    width: 21%;
    top: 0;
}
.p01.text02.text02_2 {
    padding-left: 30%;
}
img.item01 {
    display: block;
    top: 0;
    bottom: initial;
    width: 20%;
}
}













