@charset "UTF-8";
.sp{
    display: none;
}
    #header {
        z-index: 15;
    }
#contentsWrap {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}
.cytoalba_keyBox {
    background-image: url(../img/re_series/key_bg.png);
    background-repeat: repeat-x;
    position: relative;
    background-size: cover;
    background-position: bottom;
}
.keyImgWrap {
  text-align: center;
}
.keyImgWrap img{
  margin: auto;
}
.keyImgText {
    position: absolute;
/*    top: 10%;*/
    bottom: 10%;
    left: 0;
    right: 0;
/*    height: 36em;*/
    margin: auto;
    /* color: #FFF; */
    /* font-size: 2rem; */
    /* line-height: 3rem; */
    /* text-shadow: 2px 2px 20px #1b2d57; */
    text-align: center;
    width: 80%;
    max-width: 1100px;
    transition: all 1.5s;
    opacity: 0;
}
.keyImgText.view {
    opacity: 1;
}
.keyImgProduct {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    margin: auto;
    width: 100%;
        max-width: 1500px;
/*    max-width: 300px;*/
    transition: all 1.5s 0.5s;
    transform: translateY(10%);
    opacity: 0;
}
.keyImgProduct.view{
    transform: translateY(0%);
    opacity: 1;
}
.maruR {
    vertical-align: sub;
    font-size: 0.8em;
}
.keyImgText h1 {
    padding-bottom: 1em;
}
.bold {
    font-weight: bold;
}
.underLine {
    /* text-decoration: underline; */
    border-bottom: 1px solid #666;
}
.kome1,
.kome2 {
    position: relative;
    width: 23px;
    display: inline-block;
    height: 20px;
}
.kome1:before {
    content: '※1';
    display: inline-block;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 5px;
    left: 0;
    line-height: 0;
    font-weight: initial;
}
.kome2:before {
    content: '※2';
    display: inline-block;
    font-size: 12px;
    color: #666;
    position: absolute;
    bottom: 5px;
    left: 0;
    line-height: 0;
    font-weight: initial;
}

.pt2em{
    padding-top: 2em;
}
.pt20{
    padding-top: 20px;
}
.pb50px{
    padding-bottom: 50px;
}
.pb30px{
    padding-bottom: 30px;
}
.mt100{
    margin-top: 100px;
}
.p01 {
  max-width: 960px;
  margin: auto;
  padding-left: 10%;
  box-sizing: border-box;
  position: relative;
}
.text01_1 {
    position: relative;
    padding: 0 3vw;
    display: inline-block;
}
.text01_2 {
    font-size: 20px;
    color: #559b65;
}

.productText {
    display: inline-block;
    font-size: 2rem;
    line-height: initial;
    color: #c2a069;
    font-weight: normal;
    border-top: 1px solid #c2a069;
    border-bottom: 1px solid #c2a069;
    padding: 1em;
}
.voiceTitle.text01_1:before {
/*    transform: rotate(45deg);*/
/*    width: 3vw;*/
display: none;
}
.voiceTitle.text01_1:after {
/*    transform: rotate(-45deg);*/
/*    width: 3vw;*/
    display: none;
}
.kounouTitle {
    font-size: 2rem;
    font-family: serif;
    font-weight: 300;
    padding: 0;
/*    margin-bottom: -80px;*/
    color: #c2a069;
    text-align: center;
}
.arrow img {
    margin: auto;
    width: 100px;
    padding: 20px 0 0;
}
.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 0.5rem;
    margin-bottom: 30px;
    color: #559b65;
    border-bottom: 1px solid #c2a069;
}
.borderNone {
    border: none;
}
.LR_line_wrap {
    text-align: center;
}
.LR_line {
    position: relative;
    margin: 3rem 0 1.5rem;
    padding: 0 3vw 0;
    display: inline-block;
    font-size: 1.5rem;
}
.LR_line:before{
    content: '';
    display: block;
    width: 2vw;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #559b65;
}
.LR_line:after{
    content: '';
    display: block;
    width: 2vw;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #559b65;
}
.flexboxWrap.textBox6 {
    padding-left: 6%;
    box-sizing: border-box;
    text-align: left;
    justify-content: space-between;
}
.textBox6 .flexItem50 {
    width: 38%;
}
.textBox6 .text05 {
    text-align: left;
    color: #559b65;
    border: none;
    font-weight: bold;
}
.textBox6 .text05:not(:first-child){
    padding-top: 1em;
}
.item01 {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 12%;
}
.box01 {
    padding-bottom: clamp(50px,7vw,100px);
}
.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;
    align-items: center;
    flex-wrap: wrap;
    /* background-image: url(../img/cytoalba/img_03.png); */
    /* background-size: contain; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
}
.text04 {
    /* background: linear-gradient(to right , #f7a3ba, #f2769c); */
    font-size: 20px;
    padding: 20px 50px;
    margin: 10px;
    border-radius: 40px;
    color: #235700;
/*    min-width: 250px;*/
    text-align: center;
    box-sizing: border-box;
/*    width: 44%;*/
/*    max-width: 400px;*/
    /* background-color: #c2a069; */
    background: linear-gradient(45deg, #cfcfcf 0%, #f9f9f9 45%, #c8c8c8 80%, #eaeaea 97%, #858585 100%);
    max-width: 550px;
    width: 90%;
    margin: 10px auto;
}
.grayBox {
    padding: 3em;
    background-color: #f9f9f9;
    border-radius: 10px;
    margin-top: 1em;
}

.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/cytoalba/ico01.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.box08 {
  padding: 20px 0;
}

.flex {
  display: flex;
  justify-content: center;
}
.flexboxWrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
.flexItem50{
    width: 50%;
    padding: 10px;
}
.box07,.box09{
  width: 50%;
}
.flexItem50 .box10 {
    width: 75%;
    margin: auto;
}
.box10 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.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 0;*/
  overflow: hidden;
}
.p_text5{
    padding: 20px 0 30px;
}
.text01.pb0 {
    padding-bottom: 0;
}
.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, #fff6e7);
    padding: 20px;
    margin-bottom: 80px;
    border: 2px solid #fff3e7;
/*    box-shadow: 5px 4px 10px #c2a069;*/
    border-radius: 20px;
        filter: drop-shadow(3px 3px 1px #c2a069);
}
.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 #ffdfab; */
    /* box-shadow: 5px 4px 10px #c2a069; */
    /* bottom: 14%; */
    position: absolute;
    top: 100%;
    right: 90%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #fff9ef;
    border-left-color: #fff9ef;
}
.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 #ffdfab;*/
/*    box-shadow: 5px 4px 10px #c2a069;*/
}

.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: #fef6e8; */
    /* border-radius: 50%; */
    /* position: absolute; */
    /* right: -5%; */
    /* border: 2px solid #fce4bd; */
    /* box-shadow: 5px 4px 10px #c2a069; */
    /* bottom: 14%; */
    position: absolute;
    top: 100%;
    right: 10%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #fff9ef;
    border-right-color: #fff9ef;
}
.voiceWrap .voiceItem:nth-child(even):after {
/*    content: "";*/
/*    width: 14px;*/
/*    height: 14px;*/
/*    display: block;*/
/*    background-color: #fef6e8;*/
/*    border-radius: 50%;*/
/*    position: absolute;*/
/*    right: -9%;*/
/*    bottom: 4%;*/
/*    border: 2px solid #fce4bd;*/
/*    box-shadow: 5px 4px 10px #c2a069;*/
}
.toshi {
    text-align: right;
}
.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: 0 0 5%;
      box-sizing: border-box;
}
.caution {
    font-size: 0.8em;
/*    padding-left: 2em;*/
    padding-top: 1em;
    line-height: 1.5;
/*    text-align: left;*/
}
.cytoalba {
    line-height: 2.4em;
}
.firestBox .caution:last-child {
    padding-top: 0;
}
.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: 2%;
    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; */
    font-size: 1.7em;
}
.en_name {
    vertical-align: bottom;
}
.r {
    vertical-align: text-top;
}
.text7 {
    text-align: center;
    font-size: 1.8em;
}
.productDiscription {
    line-height: 1.5em;
}
.boxBorder {
    border: 1px solid #666;
    padding: 0 3px;
    font-size: 0.8em;
}
.imgBox03 img{
    max-width: 800px;
    width: 100%;
    margin: auto;
}
.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;
}
.m20 {
    margin: 20px;
}
.paddingImg {
    padding: 0 3rem;
    box-sizing: border-box;
}
.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;
}
.mainText{
    text-align: center;
    margin-bottom: 0;
}


.flexWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftBox{
    width: 30%;
}
.rightBox{
    width: 70%;
}
.box5 .leftBox{
    width: 40%;
}
.box5 .rightBox{
    width: 60%;
}
.productInfo .leftBox {
    width: 40%;
}
.productInfo .leftBox .paddingImg{
    padding: 0;
}
.productInfo .rightBox {
    width: 390px;
}
.box12 .rightBox {
    width: 40%;
    padding: 0;
}
.box12 .leftBox {
    width: 60%;
}


.grayBox li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    line-height: 2em;
}
.grayBox li:before {
    content: '';
    width: 1em;
    height: 1em;
    display: block;
    background-color: #bba786;
    position: absolute;
    left: 0;
    top: 0.5em;
}
.imgW500 img {
    max-width: 500px;
    width: 100%;
    margin: auto;
}
.font_24{
    font-size: 1.4em;
}
.product {
    text-align: center;
/*    padding: 100px 0;*/
}
.productItemWrap {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 50px;
}
.produc01 .producImg {
/*    width: 165px;*/
    margin: auto;
}
.produc02 .producImg {
/*    width: 224px;*/
    margin: auto;
/*    padding-bottom: 30px;*/
}
.produc03 .producImg {
/*    width: 232px;*/
    margin: auto;
/*    padding-bottom: 30px;*/
}
.producImg {
    padding: 0 30px;
    box-sizing: border-box;
}
.productItem {
    width: calc(100% / 3);
    padding: 0 1%;
    box-sizing: border-box;
}
.productItem.produc01 {
/*    padding-bottom: 1.5%;*/
}
.date {
    color: #559b65;
    /* font-weight: bold; */
    padding-bottom: 10px;
}
.producName {
    width: 300px;
    margin: auto;
}
.flexReProduct .flexLeft {
    width: 30%;
}
.flexReProduct .flexRight {
    width: 70%;
}
.flexReProduct {
    align-items: flex-start;
}
.flexReProduct .productItem {
    width: 90%;
    padding: 5% 1%;
    box-sizing: border-box;
}
.flexWrap .imgWrap {
    padding: 6px;
}
.imgWrap p {
    font-size: 14px;
}
.flexReProduct .w70_30 .flexLeft {
    width: 70%;
}
.flexReProduct .w70_30 .flexRight {
    width: 30%;
}
.text01.textBox5 {
    font-size: 1.2em;
    border: 1px solid #559b65;
    padding: 10px;
    margin: 30px 0 0;
}
.qaItem {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 0 0 20px;
}
.q, .a {
    padding-left: 80px;
    position: relative;
    line-height: 1.7;
}
.q {
    color: #559b65;
    font-weight: bold;
    min-height: 60px;
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.q:before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/re_series/img_icon_q.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.a:before{
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-image: url(../img/re_series/img_icon_a.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.productItemWrap a .producImg {
    transition: all 0.5s;
    transform: scale(1.0);
    transform-origin: center;
}
.productItemWrap a:hover .producImg {
    transform: scale(1.05);
}
.remarkIcon {
    position: relative;
/*    overflow: hidden;*/
}
/*.remarkIcon:after {
    content: '';
    width: 28vw;
    height: 28vw;
    background-image: url(../img/re_series/img_mark.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -5%;
    top: 0;
}*/
.textBox7 {
    width: 90%;
    margin: auto;
    line-height: 1.5;
}
.textBox7 > div {
    margin-bottom: 20px;
    border: 3px solid #c7decc;
    padding: 20px;
    box-sizing: border-box;
}
.textBox7 .text15 {
    text-align: left;
    color: #559b65;
    border: none;
    font-weight: bold;
    display: block;
}
.mainIconBox {
    position: relative;
    margin: -90px 0 -70px;
}
.mainIconBox video {
    width: 100%;
    display: block;
    min-height: 450px;
    object-fit: cover;
}
.mainIconBox:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/re_series/M_cover.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.IconWrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.Icon {
    max-width: 700px;
    width: 95%;
}
.IconWrap .caution {
    text-align: right;
    margin-top: -20px;
}

@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%;
}
.mainIconBox {
    margin: -70px 0 0px;
}
}
@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% / 2.2);
}
}

@media (max-width: 940px) {
.text02_2 {
    text-align: left;
}
.remarkIcon:after{
    display: none;
}
}
@media (max-width: 920px) {
.productItem {
    padding: 0 2%;
}
.box12 .rightBox {
    display: none;
}
.box12 .leftBox {
    width: 100%;
}
}
@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;
}
.text04 {
    width: 100%;
}
.flexWrap {
    flex-direction: column;
}
.leftBox, .rightBox {
    width: 100%;
}
.box5 .leftBox,
.box5 .rightBox{
    width: 100%;
}
.flexReProduct .flexLeft {
    width: 70%;
    margin: auto;
}
.flexReProduct .flexRight {
    width: 100%;
}
.q, .a {
    padding-left: 50px;
}
.q:before,
.a:before {
    width: 40px;
    height: 40px;
}
.flexReProduct .w70_30 .flexLeft {
    width: 90%;
}
}
@media (max-width: 700px) {
.productItemWrap {
    justify-content: space-between;
    padding: 0;
}
.productItem {
    width: 32%;
}
}
@media (max-width: 600px) {
.sp{
    display: block;
}
.pc{
    display: none;
}

.keyImgText {
    width: 100%;
}
.keyImgProduct {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.keyImgWrap img {
    height: 60vh;
}
.intoroText.textCenter {
    text-align: left;
}

.text05Wrap {
    width: calc(100% / 2);
}
.keyImgText {
    font-size: 1.1rem;
}
.p01 {
    padding-left: 20px;
    padding-right: 20px;
}
.text01 {
    font-size: 1.3rem;
}
.kounouTitle {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.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: 24em;*/
}
.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%;
}
.flexWrap {
    flex-direction: column;
}
.leftBox,
.rightBox {
    width: 100%;
}
.productItemWrap {
    flex-direction: column;
}
.productItem {
    width: 100%;
}
.voiceWrap .voiceItem:nth-child(odd):before {
    right: 80%;
}
.arrow img {
    width: 70px;
}
.productText {
    font-size: 1.3rem;
}
.text01_1:before,
.text01_1:after{
    display: none;
}
.text7 {
    font-size: 1.3rem;
}
.text04 {
    font-size: 1.2rem;
}
.keyImgText {
    position: absolute;
    top: 0;
    left: 0;
}
.flexboxWrap.textBox6 {
    flex-direction: column;
}
.textBox6 .flexItem50 {
    width: 100%;
}
.productInfo .leftBox {
    width: 70%;
}
.productInfo .rightBox {
    width: 100%;
}
.spLeft {
    text-align: left;
    padding: 0 20px;
}
.flexboxWrap {
    flex-direction: column;
}
.flexItem50 {
    width: 100%;
    box-sizing: border-box;
}
.spInvert .flexItem50 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.spInvert .flexItem50 .item001 {
    order: 2;
    padding-bottom: 50px;
}
.LR_line {
    text-align: center;
    display: block;
}
.textBox6 .text05 {
    font-size: 16px;
}
.spCenter{
    text-align: center;
}
.flexboxWrap.textBox6 {
    padding-left: 0%;
}
.textBox6 .text05:not(:first-child) {
/*    padding-top: 1em;*/
}
}

@media (max-width: 470px) {

.caution {
/*    text-indent: -3em;*/
/*    padding-left: 3em;*/
}
.grayBox {
    padding: 1em;
}
.m20 {
    margin: 0;
}
.paddingImg {
    padding: 0 0rem;
}
.mainIconBox video {
    min-height: 280px;
}
    .mainIconBox {
        margin: -40px 0 0px;
    }
.IconWrap .caution {
    margin-top: 0px;
}
}









.loaderWrap {
    position: fixed;
    z-index: 200;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    display: grid;
    place-items: center;
}
.loader {
  width: 60px;
  aspect-ratio: 1;
  color: #559b65;
  background:
    linear-gradient(currentColor 0 0) 100%  0,
    linear-gradient(currentColor 0 0) 0  100%;
  background-size: 50.1% 50.1%;
  background-repeat: no-repeat;
  animation:  l7-0 1s infinite steps(1);
}
.loader::before,
.loader::after {
  content:"";
  position: absolute;
  inset: 0 50% 50% 0;
  background: currentColor;
  transform: scale(var(--s,1)) perspective(150px) rotateY(0deg);
  transform-origin: bottom right; 
  animation: l7-1 .5s infinite linear alternate;
}
.loader::after {
  --s:-1,-1;
}
@keyframes l7-0 {
  0%  {transform: scaleX(1)  rotate(0deg)}
  50% {transform: scaleX(-1) rotate(-90deg)}
}
@keyframes l7-1 {
  49.99% {transform:scale(var(--s,1)) perspective(150px) rotateX(-90deg) ;filter:grayscale(0)}
  50%    {transform:scale(var(--s,1)) perspective(150px) rotateX(-90deg) ;filter:grayscale(0.8)}
  100%   {transform:scale(var(--s,1)) perspective(150px) rotateX(-180deg);filter:grayscale(0.8)}
}