/*================================================
reset css
================================================*/
html {
    font-size: 62.5%;
    font-family: inherit;
  }
  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, sub, sup, tt, var, b, u, i, center, hr,
  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;
    vertical-align: baseline;
    border: 0;
  }
  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;
  }
  header, section, footer, article, nav { display: block; }
  h1, h2, h3, h4, h5, h6, p {
    margin:  0;
    font-weight: normal;
    font: inherit;
  }
  article,aside,details,figcaption,figure,
  footer,header,hgroup,menu,nav,section { display: block; }
  hr {
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #ccc;
  }
  ul {
    list-style: none;
    padding: 0;
  }
  li { padding: 0; }
  input, select { vertical-align: middle; }
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
  }  

  /*================================================
  default css
  ================================================*/
  body {
    line-height: 1;
    font-family: "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ ゴシック', sans-serif;
    font-size: 1.3rem;
    color: #28162a;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    letter-spacing: 0.1rem;
  }
  @media all and (-ms-high-contrast:none){
    *::-ms-backdrop, body { font-family: "游ゴシック体", 'ヒラギノ角ゴ Pro W3', 'ＭＳ ゴシック', 'メイリオ', sans-serif; }
  }
  
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    cursor: pointer;
    color: #28162a;
    text-decoration: none;
    transition: 0.6s;
  }
  
  a:hover { opacity: 0.6; }

  .u-wrap { overflow: hidden;}
  
  /* clearfix */
  .c-clear { *zoom: 1; }
  .c-clear:after {
    content: "";
    display: block;
    clear: both;
  }
  .clear { clear: both; }
  
  /* font */
  .c-playfair {
    font-family: 'Playfair Display', serif;
    font-feature-settings : "palt";
  }
  .c-serif { font-family: 'A1明朝', serif; }
  
  /* hoveImg */
  .c-fadeimg,
  .m-more { transition: 0.6s; }
  .c-fadeimg:hover,
  .m-more:hover { opacity: 0.5; }
  
  .is-fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }

  /*================================================
   module
  ================================================*/  

  .m-block {
    padding: 7.5rem 0 7rem;
    text-align: center;
  }
  .ms-block-inner {
    width: 108rem;
    margin: 3rem auto 0;
  }
  .m-block .m-content-title:before {
    left: 50%;
  }

  .m-more {
    position: relative;
    color: #929498;
    font-size: 1.3rem;
  }
  .m-more:after {
    content: "";
    position: absolute;
    top: 0.1rem;
    right: -2rem;
    width: 1rem;
    height: 1rem;
    background: url('../img/common/arrow_more.svg') no-repeat;
    background-size: contain;
  }
  .m-hidden-box #label1 { display: none; }

  .ms-sub-title {
    position: absolute;
    top: 50%;
    left: -1rem;
    text-align: center;
    transform: rotate(90deg);
    font-size: 1.3rem;
    color: #262a31;
  }

  .m-content-title {
    position: relative;
    font-size: 4.2rem;
    text-align: center;
  }
  .inochi .m-content-title {
    margin-bottom: 5rem;
  }
  .m-content-title .c-playfair {
    padding-left: 1.4rem;
    letter-spacing: 1.15rem;
  }
  .inochi .m-content-title .c-playfair {
    padding-left: 0;
    letter-spacing: 0.1rem;
  }
  .ms-title-small {
    display: block;
    margin-top: 2.8rem;
    font-size: 1.5rem;
  }
  .inochi .ms-title-small {
    display: block;
    margin-top: 2.8rem;
    font-size: 3.4rem;
    margin-bottom: 2rem;
  }
  .m-content-title:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5.2rem;
    width: 3rem;
    height: 1px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: black;
  }
  .inochi .m-content-title:before {
    content: none;
  }
  
  .m-flex-wrap {
    display: flex;
    justify-content: space-between;
  }

  .c-pc { display: none; }
  .c-sp { display: block; }
  .is-none { display: none; }
      

  /*================================================
   header
  ================================================*/
  /* top header */
  .fix-nav {
    background-color: #fff;
    z-index: 100;
  }
  .is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }

  .p-common-nav {
    width: 100%;
    border-bottom: solid 1px #f2eeed;
  }

  .p-header-top { background-color: #f5f5f5; }
  .ps-header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    margin: 0 auto;
    max-width: 108rem;
    min-width: 108rem;
  }
  .ps-nav-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    margin: 0 auto;
    max-width: 108rem;
    min-width: 108rem;
  }
  .ps-nav-wrap ul { display: inline-flex; }
  .ps-nav-wrap li {
    height: 8rem;;
    display: inline-flex;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }
  .ps-header-logo {
    display: block;
    width: 27.2rem;
  }
  .ps-header-logo img { width: 100%; }

  .ps-nav li + li { margin-left: 5.4rem; }
  .ps-nav li a, .ps-nav li p  {
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 1.4rem;
    color: #929498;
  }

  .ps-nav-product:after {
    content: '';
    display: inline-block;
    width: 0.7rem;
    height: 0.5rem;
    margin: 0 0 0.1rem 1rem;
    background: url('../img/common/header/arrow-header-d.svg') no-repeat;
    background-size: contain;
  }

  /* 商品一覧 */
  .ps-nav-product {
    position: relative;
    cursor : pointer;
  }
  .p-common-nav .ps-nav-product-list {
    position: absolute;
    top: 8.1rem;
    left: -4rem;
    padding: 2.8rem 1rem 3rem 4rem;
    width: 32rem;
    /*height: 25.4rem;*/
    background: #f5f5f5;
    z-index: 10;
    display: none;
  }

  .ps-nav-product li {
    justify-content: start;
    margin-left: auto;
    width: 100%;
    height: auto;
  }
  .ps-nav-product li+li {
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .ps-nav-product li a {
    font-size: 1.3rem;
    line-height: 1.3;
  }

  .ps-header-btn li {
    display: flex;
    align-items: center;
    position: relative;
    width: 14rem;
    height: 4.2rem;
    border-radius:21px;
    border: 2px solid #7187a7;
  }
  .ps-header-btn li+li { margin-left: 1rem; }
  .ps-header-btn li:last-of-type{ background-color: #7187a7; }
  
  .ps-header-btn li a {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .ps-header-btn li img {
    margin-top: 0.7rem;
    margin-left: -0.5rem;
  }
  .ps-header-btn li:last-of-type img {
    margin-top: 1rem;
  }

  
  /*================================================
   TOP
  ================================================*/

  /* slider */
  .p-mv { 
    position: relative;
    height: auto;
   }
  .p-mv .bx-viewport { overflow: visible!important; } 
  .p-mv .mv-slider { list-style: none; margin: 0; padding: 0; }
  .p-mv .mv-slider a {z-index: 100;}
  .p-mv .bx-wrapper { margin: 0 auto; }
  
  /* ページャーを調整 */
  .p-mv .bx-wrapper .bx-pager {
    padding: 0;
    bottom: 2.6rem;
  }
  .p-mv .bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    width: 1.6rem;
    height: 1.6rem;
    border: 3px solid #929498;
    border-radius: 1.6rem;
  }
  
  .p-mv .bx-wrapper .bx-pager.bx-default-pager a:hover, 
  .p-mv .bx-wrapper .bx-pager.bx-default-pager a.active, 
  .p-mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: transparent;
    border: 3px solid #7187a7;
  } 
  

  /* コントロールボタン */
  .slider-btn-area {
    display: inline;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .p-mv .slider-btn-area {
    top: 21rem;
  }
  .bx-prev, .bx-next {
    display: block;
    width: 100%;
    height: 100%;
  }
  .navi-btn { 
    transition: 0.5s ease-in-out;
    position: absolute;
    top: 21rem;
    width: 3.6rem;
    height: 6.9rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
   }
  .navi-btn:hover { opacity: 0.5; }

  .mv-prev-btn { 
    background-image: url('../img/top/slider-left.svg'); 
    margin-left: 9.5vw;
  }
  .mv-next-btn { 
    background-image: url('../img/top/slider-right.svg'); 
    right: 0;
    margin-right: 9.5vw;
  }

  /* products */
  .p-product.m-block {
    text-align: left;
    padding-bottom: 6rem;
  }
  .p-product  h3 {
    margin-bottom: 2.8rem;
    font-size: 3.2rem;
  }
  .ps-product-main {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 51.6rem;
    margin-top: 3rem;
  }
  .ps-product-main img {
    width: 100%;
    height: 100%;
  }
  
 .ps-product-main .m-block-l, .ps-product-main .m-block-r { width: 50%; }
 .ps-product-main .m-block-l {
   position: relative;
   background: url('../img/top/product_01_n2.jpg') no-repeat top;
   background-size: cover;
   background-position: center;
 }
 .ps-product-main .m-block-l img {
   position: absolute;
   top: 0;
   left: 2rem;
   width: 17.4rem;
   height: auto;
 }
  .ps-product-main .m-block-r {
    position: relative;
    padding: 6rem 0 0 12.2rem;
    background-color: #f9f7f2;
  }
  .ps-product-main .m-block-r .ms-sub-title { left: 65rem; }

  .ps-product-main.power_euglena {
    flex-direction: row-reverse;
    height: 43.0rem;

  }
 .ps-product-main.power_euglena .m-block-l {
   background: url('../img/top/product_fa_n1.jpg') no-repeat top;
   background-size: cover;
   background-position: center;
 }
  .ps-product-main.power_euglena .m-block-r {
    padding: 6rem 6.2rem 0 0;
  }
  .ps-product-main.power_euglena .m-block-r .inner-m-block-r {
    position: relative;
    max-width: 47.8rem;
    margin-left: auto;
    margin-right: 0;
  }
  .ps-product-main.power_euglena .m-block-r .ms-sub-title { left: -18rem; }

  .ps-product-catch {
    display: block;
    margin-bottom: 2.8rem;
    font-size: 1.1rem;
  }

  .ps-product-txt {
    margin-bottom: 4rem;
    max-width: 41.7rem;
    font-size: 1.3rem;
    line-height: 2;
    color: #929498;
  }

  .power_euglena .ps-product-txt {
    margin-bottom: 4rem;
    max-width: 51.7rem;
    font-size: 1.3rem;
    line-height: 2;
    color: #929498;
  }

  .ps-lineup h4 {
    display: inline-block;
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #262a31;
    font-size: 1.3rem;
  }
  .ps-lineup ul { padding: 1.8rem 0 0 0.5rem; }
  .ps-lineup li {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
  }
    .ps-lineup li+li { margin-top: 1.6rem; }

  .ps-item-img {
    width: 2.7rem;
    margin-right: 1.5rem;
  }
  .ps-lineup li p {
    font-size: 1.1rem;
    color: #929498;
    margin-top: 0.7rem;
  }
  .ps-item-txt h5 {
    border-bottom: 1px solid #a6a5a4;
    display: inline-block;
  }

  .ps-product-sub {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 108rem;
    margin: 10rem auto 0;
  }
  .ps-product-block {
    position: relative;
    /*width: 100%;*/
  }
  .ps-product-block .ms-sub-title {
    top: 23%;
    left: -8.5rem;
  }

  .ps-product-block .small{
    font-size: 0.7em;
  }

  .ps-product-block:last-of-type .ms-sub-title { right: -69.5rem; }

  .ps-product-block h3 { margin: 2.5rem 0 2.8rem 4rem; }
  .ps-product-block .ps-product-txt { margin: 0 4rem; }

  .p-product .m-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30.5rem;
    height: 4.4rem;
    margin: 2.5rem auto 6rem;
    border: 2px solid #cbccce;
    font-size: 1.2rem;
    color: #929498;
  }
    .ps-product-block:last-of-type .m-more { margin-top: 5.1rem; }

  .p-product .m-more::after {
    top: 40%;
    right: 1rem;
    background: url('../img/common/arrow_more_3.svg') no-repeat;
    background-size: contain;
  }

  /* news */
  .p-news { background-color: #f5f5f5; }
  .p-news .ms-block-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
  }
  .p-news .ms-block-inner >div { text-align: left; }
  .p-news .ms-block-inner h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }
  
  .ps-news-l { width: 50rem; }
  .ps-scroll {
    width: 100%;
    height: 37rem;
    overflow: scroll;
    overflow-x: hidden;
  }
  .ps-scroll p {
    font-size: 1.5rem;
    padding: 1.8rem 1rem;
    border-bottom: 1px solid #cbccce;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ps-scroll p a { display: inline; }
 
  .ps-scroll p:first-of-type { border-top: 1px solid #cbccce; }
  .ms-hidden-show p:first-of-type { border-top: none; } 
  .ps-scroll .m-date { 
    display: block;
    margin-bottom: 0.8rem;
    color: #7187a7; 
  } 

  .ps-news-r { width: 52rem; }
  .ps-news-slider { position: relative; }
  .ps-news-slider >a {
    position: absolute;
    top: 31%;
    right: -4.5rem;
  }
  .ps-magazine .ms-title {
    display: flex;
    justify-content: space-between;
  }
  .ps-magazine .ms-title a {
    display: block;
    margin-right: 1.5rem;
    color: #97989c;
  }
  .ps-magazine ul {
    text-align: center;
    width: 52rem;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .ps-magazine li {
    display: inline-block;
    width: 13rem;
  }

  /* スライダー */
  .ps-magazine li { margin-right: 1.6rem; }
  .ps-magazine li img { width: 100%; }
  .ps-magazine p {
    display: block;
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  .ps-magazine .m-date {
    display: block;
    margin-top: 0.7rem;
    color: #929498;
  }
  .ps-news-slider .bx-wrapper {
    max-width: initial !important;
    background-color: transparent;
  }
  .maga-next-btn {
    background-image: url('../img/top/arrow_btn.svg'); 
    left: 14rem; 
  }
  .ps-news-slider .navi-btn {
    position: absolute;
    top: 33%;
    left: 53.5rem;
    right: 0;
    width: 3.2rem;
    height: 3.2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }  

  .ps-news-r .m-banner {
    position: absolute ;
    bottom: -0.8rem;
  }
  
  /* voice */
  .p-voice { position: relative; }
  .p-voice >span {
    display: block;
    text-align: right;
    width: 108rem;
    margin: 0.5rem auto 0;
  }
  .p-voice .ms-block-inner {
    display: flex;
    width: 108rem;
    margin-top: 2rem;
  }
  .ps-voice-list {
    text-align: left;
    width: 35rem;
    margin-right: 3rem;
    padding: 0 1.5rem 2.8rem;
    background: none;
    border: 4px solid #f5f5f5;
    box-shadow: 4px 4px 8px -1px #e5e5e5;
  }

  .ps-voice-list-hidden {
    height: 100%;
    margin-top: -9.4rem;
    padding-top: 9.4rem;
    overflow: hidden;
  }
  .ps-voice-list-inner {
    height: 100%;
    background: url('../img/top/voice_bg_sp.png') repeat bottom 0.2rem left 0;
    background-size: auto 3.4rem;
  } 
  .ps-voice-list h3 {
    top: 0;
    margin: 2rem 0 1.1rem -3.8rem;
    display: flex;
    align-items: center;
    z-index: 10;
  }
  .ps-voice-list .ps-voice-number {
    display: flex;
    align-items: center;
    margin-right: 3rem;
    line-height: 1;
    font-size: 1.3rem;
    letter-spacing: 0.24em;
  }
  .ps-voice-list .ps-voice-num {
    display: inline-block;
    padding: 0 0 1.5rem 1rem;
    font-size: 4.8rem;
    letter-spacing: 0.1em;
  }
  .ps-voice-list .ps-voice-name {
    display: block;
    width: 53%;
    white-space: normal;
    font-size: 1.1rem;
    color: #97989c;
    line-height: 1.5;
  }  
  .ps-voice-product {
    display: flex;
    height: 8.5rem;
    margin: 0 auto 0;
    padding: 0 0 1rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #cbccce;
  }
  .ps-voice-product .ms-block-l { width: 23rem; }
  .ps-voice-product .ms-block-l h4 {
    margin: 1rem 0 1rem;  
    font-size: 1.1rem;
    color: #97989c;
  }
  .ps-voice-product .ms-block-l p {
    display: table-cell;
    vertical-align: middle;
    height: 3.5rem;
    font-size: 1.1rem;
    line-height: 1.5;
  }
  
  .ps-voice-product .ms-block-r {
    width: 4.8rem;
    height: 100%;
  }

  #product_beforeafter .ps-voice-product .ms-block-r {
    width: 9.2rem;
    height: 100%;
  }
  
  .ps-voice-product .ms-block-r img { width: 100%; }
  
  .ps-voice-txt-wrap h5 {
    background-color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 1.5rem 0.3rem; 
    border-bottom: 1px solid #cbccce;
  }

  .ps-voice-txt {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 0.3rem;
    white-space: normal;
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 3.4rem;
  }

  /* スライダー */
  .p-voice ul.bxslider,
  .p-voice ul.bxslider li {
    margin:0;
    padding:0;
  }
  .p-voice .bx-wrapper {
    max-width: 1137px !important;
    overflow: hidden;
    height: auto;
    padding-bottom: 0.5rem;
    margin: 0 auto;
  }
  .p-voice .bx-viewport {
    overflow: visible !important;
    padding-left: 2rem;
    margin-right: -2rem;
  }  

  /* コントロールボタン */
  .p-voice .navi-btn { 
    top: 40rem;
    z-index: 10;
   }
  .p-voice .mv-prev-btn { margin-left:8vw; }
  .p-voice .mv-next-btn { margin-right: 7vw; }
  .p-voice .slider-btn-area {
    top: 42rem;
    width: 119rem;
  }
  .ps-voice-caution {
    text-align: left;
    width: 110rem;
    margin: 3.5rem auto 0;
  }
  .ps-voice-caution li {
    font-size: 1.1rem;
    line-height: 2;
  }
    .ps-voice-caution li::before { content:"※"; }
  

  /* p-guide */
  .p-guide {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    border-top: 1px solid #f5f5f5; 
  }
  
  .p-guide >div {
    display: flex;
    width: 54rem;
    padding: 4.8rem 2rem 4rem;
  }
    .p-guide >div+div { border-left: 1px solid #f5f5f5; }
  
  .p-guide img {
    width: 8.6rem;
    margin: 2rem 4.2rem 0 0 ;
    height: 7.8rem;
  }
  .p-guide h3 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
  .p-guide p, .p-guide a {
    font-size: 1.3rem;
    line-height: 2; 
    color: #97989c;
  }
  .p-guide p { height: 9rem; }
  .p-guide .m-more {
    display: block;
    text-align: right;
    margin-right: 2.5rem;
    line-height: 1;
  }  
  .p-campaign h2 {
    margin-bottom: 1rem;
    font-size: 2.3rem;
    line-height: 1.5;
  }
  .p-campaign h2 span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
  }
  .p-campaign p {
    font-size: 1.3rem;
    color: #929498;
    line-height: 2;
  }

  .p-campaign .m-more {
    display: block;
    text-align: center;
    width: 28rem;
    margin-top: 1.3rem;
    padding: 1.5rem;
    border: 2px solid #cbccce;
    font-size: 1.3rem;
    color: #929498;
  }
  .p-campaign .m-more::after {
    top: 1.7rem;
    right: 1rem;
    background: url('../img/common/arrow_more_3.svg ') no-repeat;
    background-size: contain;
  }

  .p-campaign .ms-block-inner {
    position: relative;
    width: 76rem;
    height: auto;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.86);
  }

  .p-campaign .ms-sub-title { left: -1rem; }
  .p-line .ms-sub-title { left: 1rem; }

  /* point */
  .p-point {
    height: 32rem;
    padding: 3rem 0 0 15rem;
    background: url('../img/top/point_bg_02.jpg') no-repeat;
    background-size: cover;
  }
  .p-point .ms-block-inner { padding: 3rem 21rem 2rem 11rem; }
  .ps-point-img-pc {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 21rem;
  }

  /* line */
  .p-line {
    position: relative;
    height: 32rem;
    padding: 3rem 0 0 45.5rem;
    background: url('../img/top/line_bg_02.jpg') no-repeat;
    background-size: cover;
  }
  .p-line .ms-block-inner { padding: 4rem 0 4rem 11rem; }
  .p-line .ms-block-inner div {
    text-align: center;
    width: 37.5rem;
  }
  .p-line h2 span { text-align: center; }
  .ps-line-img {
    position: absolute;
    left: 94rem;
    bottom: 0;
  }
  .p-line .m-more { margin: 1.3rem auto 0; }


  /*================================================
    item
  ================================================*/
  /* item汎用 */
  .ps-item-tag {
    display: inline-block;
    padding: 0.65rem 0.9rem;
    background-color: #4BCAC3;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 3rem;
  }
  .ps-item-tag + .ps-item-tag { margin-left: 0.2rem; }
  
  .ps-add-cart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #EB374B;
    color: #fff;
    box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2) ;
  }
  .ps-sold-out {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #929498;
    color: #fff;
  }

  .ps-add-cart.icon-power,
  .ps-add-cart.icon-inochi {
    background-color: #078240;
    text-align: center;
    line-height: 1.3;
    position: relative;
  }
  a.ps-add-cart.icon-power::before,
  a.ps-add-cart.icon-inochi::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
  }
  a.ps-add-cart.icon-power::after,
  a.ps-add-cart.icon-inochi::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.7rem;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    border-color: transparent transparent #078240 transparent;
    border-style: solid;
    border-width: 0 0.7rem 1.1rem 0.7rem;
    width: 0;
    height: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);

  }
  .ps-add-cart p {
    margin-left: 2rem;
  }
  .ps-add-cart p::before {
    content: '';
    position: absolute;
    top: 1.4rem;
    left: 2.5rem;
    display: inline-block;
    width: 1.5rem;
    height: 1.6rem;
    background: url('../img/item/icon-cart.svg') no-repeat;
    background-size: contain;
  }
  .ps-add-cart.icon-loupe p::before {
    background: url('../img/item/icon-loupe.svg') no-repeat;
    background-size: contain;
  }
  .ps-add-cart.icon-power p::before {
    background: url('../img/item/icon-power-fv_n1.jpg') no-repeat;
    background-size: contain;
  }
  .ps-add-cart.icon-inochi p::before {
    background: url('../img/item/icon-inochi-fv.jpg') no-repeat;
    background-size: contain;
  }

  .ps-item-price span { 
    font-size: 2.4rem;
    letter-spacing: 0;
   }
   .ps-item-price span.ps-item-price-small { font-size: 1.3rem; }

  .ps-item-price p { 
    margin-right: 1rem;
   }
  .ps-item-price p .red { color: #EB374B; }
  .ps-item-price p .taxin { font-size: 1.4rem }
  .ps-item-price p .wotax { font-size: 1.0rem }
  .ps-item-price p .wotax span { padding-left: 1rem; font-size: 1.6rem }

  /* p-item-top */
  .p-item-top .m-flex-wrap { justify-content: flex-start; }
  .p-item-top .ms-block-l,.ps-item-about .ms-block-l {
    width: 42rem;
    margin-right: 6rem;
  }
  .p-item-top .ms-block-l img, .ps-item-about .ms-block-l img { width: 100%; }
  .p-item-top .ms-block-r {
    text-align: left;
    padding-top: 7.4rem;
  }
  #cutcut.p-item-top .ms-block-r {
    padding-top: 4.2rem;
  }
  #theanine.p-item-top .ms-block-r {
    padding-top: 4.2rem;
  }
  #beforeafter.p-item-top .ms-block-r {
    padding-top: 1rem;
  }
  #bcad.p-item-top .ms-block-r {
    padding-top: 1rem;
  }
  #power_euglena.p-item-top .ms-block-r {
    padding-top: 4.2rem;
  }

  .p-item-top h1 {
    font-size: 2.6rem;
    margin: 1.5rem 0;
    line-height: 1.3;
    text-align: left;
  }
  .inochi .p-item-top h1 {
    font-size: 3rem;
  }
  .p-item-top h1 span {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
  }
  .p-item-top h1 span.small {
    display: inline;
    font-size: 01.5rem;
  }
  .inochi .p-item-top h1 span {
    margin-bottom: 0.4rem;
    font-size: 2.3rem;
  }

  .ps-item-detail-button {
    width: 213px;
    margin-bottom: 1.5rem;
  }
  .ps-item-detail-button img {
    width: 100%;
  }

  .ps-item-campaign {
    margin-bottom: 1.5rem;
    padding: 1rem 1rem 2rem;
    width: 52rem;
    background: #F2F0F0;
  }
  .ps-item-campaign h2 {
    display: flex;
    align-items: center;
    padding-left: 1rem;
    height: 3.2rem;
    background-color: #EB374B;
    border: 1px solid #FA5555;
    font-size: 1.1rem;
    color: #fff;
  }
  .ps-item-campaign h2::before {
    content: '';
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    margin-right: 1rem;
    background: url('../img/item/item_icon.svg') no-repeat;
    background-size: contain;
  }
  .ps-item-campaign .m-flex-wrap {
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
  }
  
  .ps-item-campaign dl { margin: 1.8rem 0 0 0.8rem; }
  .ps-item-campaign dl:last-of-type { margin-top: 1.5rem; }
  .ps-item-campaign dt {
    margin: 0 2rem 0.5rem 0;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
  }

/*
  .ps-item-campaign dl:last-of-type dt { margin-right: 3rem; }
*/
  .ps-item-campaign dd p:last-of-type { margin: 0 0 0 2.3rem; }

  .ps-item-campaign .ps-item-price-spe p:first-of-type { text-decoration: line-through; }
  .ps-item-campaign .ps-item-price-spe p:first-of-type.no-text-decoration { text-decoration: none; }
  .ps-item-campaign .ps-item-price-spe p:last-of-type { color: #EB374B; }
  
  .p-item-top .m-note {
    font-size: 1.3rem;
    color: #929498;
  }

  .p-item-top .ps-add-cart {
    flex-wrap: wrap;	
    margin:  2.8rem auto 2.8rem;
    padding: 1rem;
    width: 40.2rem;
    height: 7rem;
    border-radius: 0.8rem;
  }
  .p-item-top .ps-add-cart p {
    position: relative;
    margin: 0;
    padding-left: 3.3rem;
    font-size: 1.8rem;
  }
  .p-item-top .ps-add-cart p::before {
    top: -0.5rem;
    left: 0;
    width: 2.3rem;
    height: 2.4rem;
  }
  .p-item-top .ps-add-cart.icon-loupe p::before {
    top: -0.2rem;
    left: 0;
    width: 2.3rem;
    height: 2.4rem;
  }
  .p-item-top .ps-add-cart.icon-power p::before {
    top: -0.5rem;
    left: -9.5rem;
    width: 10rem;
    height: 5.6rem;
  }
  .p-item-top .ps-add-cart.icon-inochi p::before {
    top: -0.5rem;
    left: -9.0rem;
    width: 10rem;
    height: 5.6rem;
  }

  .p-item-top .ps-add-cart span {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
  }
  .p-item-top .ps-add-cart span.bcad {
    margin-top: 0.2em;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .bcad-add-cart-button-block{
    padding: 0 1.5rem;
  }


  /* ps-item-about */
  .ps-item-about { background-color: #F2F0F0; }
  .ps-item-about .ms-block-inner{ margin-top: 8rem; }
  .inochi .ps-item-about .ms-block-inner{ margin-top: 5rem; }
  .ps-item-about .ms-block-inner:first-of-type { margin-top: 3rem; }
  .ps-item-about h3 {
    display: flex;
    justify-content: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .inochi .ps-item-about h3 {
    border-bottom: 1px solid #28162a;
    margin-bottom: 3rem;
  }

  .ps-item-about h3::before {
    content: '';
    width: 3.2rem;
    height: 6.4rem;
    background: url('../img/item/item_title_l.png') no-repeat;
    background-size: contain;
  }
  .inochi .ps-item-about h3::before {
    content: none;
  }
  .ps-item-about h3::after {
    content: '';
    display: block;
    width: 3.2rem;
    height: 6.4rem;
    background: url('../img/item/item_title_r.png') no-repeat;
    background-size: contain;
  }
  .inochi .ps-item-about h3::after {
    content: none;
  }
  #hanakami .ps-item-about .about3 h3::before {
    height: 7.8rem;
  }
  #hanakami .ps-item-about .about3 h3::after {
    height: 7.8rem;
  }
  
  .ps-about-title {
    display: inline-block;
    margin: 0 4rem 4rem 3rem;
  }
  .ps-about-title {
    display: inline-block;
    margin: 0 4rem 1.2rem 3rem;
  }  
  .ps-about-title .ms-title-small { margin: 0 0 1.3rem 0; }
  .inochi .ps-about-title .ms-title-small {
    font-size: 2rem;
  }
  .ps-item-about .m-flex-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .ps-item-about .m-flex-wrap.align-top{
    align-items: inherit;
  }
  .inochi .ps-item-about .m-flex-wrap {
    align-items: inherit;
  }
  .ps-item-about .ms-block-r {
    width: 52rem;
    text-align: left;
  }
  .inochi .ps-item-about .ms-block-r {
    width: 57rem;
  }

  .ps-item-about h4 {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .ps-item-about p {
    font-size: 1.5rem;
    line-height: 2;
    color: #929498;
  }
  .inochi .ps-item-about p{
    font-size: 1.6rem;
    color: #585657;
  }
  .inochi .ps-item-about ul li {
    font-size: 1.6rem;
    line-height: 2;
    color: #585657;
  }
  .inochi .ps-item-about ul li {
    list-style-type: disc;
    margin-left: 1em;
  }

  #hanakami .ps-item-about h4 .font001{
    font-size: 0.75em;
    line-height: 1.8;
  }

  /* ps-item-order */
  .ps-item-order {
    text-align: left;
    background-color: #F2F0F0;
  }
  .ps-item-order.m-block { padding: 6.5rem 0 8rem; }
  .ps-item-order .ms-block-inner+.ms-block-inner { margin-top: 8rem; }
  .ps-item-order .ms-block-inner:first-of-type { margin-top: 7rem; }

  .ps-item-order.m-block.ps-item-order-inochi { padding: 6.5rem 0 2rem; }

  .ps-item-order h3 {
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    border-bottom: #262a31 1px solid;
    font-size: 2.4rem;
  }
  .ps-item-order h3.wo_underline {
    border-bottom: none;
    padding-left: 1em;
  }
    .ps-item-order h3 span {
      margin-left: 1.3rem;
      font-size: 1.6rem;		
    }

  .ps-item-order .m-flex-wrap { flex-wrap: wrap; }
  .ps-item-box { margin-bottom: 5rem; }
/*    .ps-item-order .ms-block-inner:nth-of-type(2) .ps-item-box { margin-bottom: 0; }*/
    .ps-item-order .ms-block-inner:last-of-type .ps-item-box:last-of-type { margin-bottom: 0; }

  .ps-item-box .line-through { text-decoration: line-through;}

  .ps-item-flex {
    display: flex;
    justify-content: space-between;
  }
  .ps-item-flex .ms-block-l {
    width: 18rem;
    margin-right: 1.5rem;
  }
  .ps-item-flex .ms-block-l img { width: 100%; }
  .ps-item-flex .ms-block-l .ps-item-tag { margin-top: 0.9rem; }

  .ps-item-flex .ms-block-r { width: 32.5rem; }
  .ps-item-flex h4 {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
  .ps-item-flex h4.red {
    color: #e5424e;
  }
  .ps-item-flex h4 span {
    display: block;
    margin: 0.7rem 0;
    font-size: 1rem;
  }
  .ps-item-flex h4.red span {
    color: #28162a;
  }
  .ps-item-flex h4 span.red {
    font-size: 1.3rem;
    color: #e5424e;
  }


  .ps-item-flex .ms-block-r p { font-size: 1.3rem; }
  .ps-item-order .ps-item-price { margin: 1.5rem 0 3rem; }
  .ps-item-price p:last-of-type { margin-top: 1rem; }
  
  .ps-item-list-price {margin-top: 1.5rem;}
  p.pc_pricebox_wotax {margin-right: 0}

  /* selectbox */
  .ps-item-select select {
    position: relative;
    display: flex;
    justify-content: center;
    width: 8.5rem;
    height: 4.8rem;
    padding-left: 1rem;
    background-color: #F2F0F0;
    border: 1px solid #262A31;
  }
  .ps-item-select { position: relative; }
  .ps-item-select::after {
    position: absolute;
    content: '▼';
    top: 3.3rem;
    right: 0.6rem;
    font-size: 1rem;
    pointer-events: none;
  }
  .ps-item-select p { margin: -0.4rem 0 0.4rem; }

  .ps-item-order .ps-add-cart {
    width: 18rem;
    height: 4.8rem;
    margin-top: 1.3rem;
    border-radius: 0.4rem;
  }

  .ps-sold-out {
    width: 18rem;
    height: 4.8rem;
    margin-top: 1.3rem;
    border-radius: 0.4rem;
  }

  .ps-item-order .m-note {
    text-align: center;
    padding: 5rem 10rem;
    background-color: #fff;
  }
  .ps-item-order .m-note h4 {
    margin-bottom: 2.5rem;
    font-size: 1.7rem;
  }
  .ps-item-order .m-note p {
    line-height: 2;
    color: #929498;
  }
  
  .m-other-product-link a{
    display: block;
    width: 475px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #262a31;
    padding: 15px 20px;
  }
    .m-other-product-link .link-text01{
      font-size: 1.7rem;
      margin-bottom: 0.6rem;
    }
    .m-other-product-link .link-text02{
      font-size: 2.3rem;
    }
  
  .bottom-link-area{
    padding: 4rem 1.5rem 4rem;
    background: #F2F0F0;
  }

  /* ps-item-guide */
  .ps-item-guide.m-block { padding: 5.5rem 0 0; }
  .ps-item-guide h2 {
    text-align: left;
    margin-bottom: 2.5rem;
    letter-spacing: 0.24em;
    font-size: 3.2rem;
  }
  .ps-item-guide h2 span {
    margin-left: 1rem;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }

  .ps-item-guide .ms-block {
    text-align: left;
    width: 34rem;
    padding: 3.8rem 3rem;
    background-color: #F2F0F0;
    line-height: 1.5;
  }
  .ps-item-guide h3 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #EB374B;
  }
  .ps-item-guide img { width: 100%; }

  .ps-item-guide img.ps-item-guide-logo-amazonpay { width: 50%; }


  .ps-item-guide p.m-note {
    text-align: left;
    margin-top: 1rem;
    font-size: 1.1rem;
  }

  .ps-item-guide dl{ margin-top: 2.3rem; }
    .ps-guide-payment dl:nth-last-of-type(2) {
      margin-top:1rem;
    }
  .ps-item-guide dt {
    margin-bottom: 0.6rem;
    font-weight: bold;
  }
  .ps-conveni .ps-item-tag {
    padding: 0.3rem 1rem;
    background-color: #EB374B;
    font-size: 1.3rem;
  }
  .ps-conveni p { margin-top: 1rem; }
  .ps-guide-deliver p { text-align: center; }
    .ps-guide-deliver p:first-of-type span { font-size: 1.5rem; }

  dl.ps-guide-cell {
    margin: 0 0 1.5rem;
    border: 2px solid #EB374B;
  }
  .ps-guide-cell dt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.4rem;
    margin: 0;
    background-color: #EB374B;
    color: #fff;
  }
  .ps-guide-cell dd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    padding-top: 0.2rem;
    background-color: #fff;
    color: #EB374B;
  }

  .ps-guide-deriver-free { line-height: 1.5; }
  .ps-guide-deriver-free li::before { content: '●'; }

  .ps-guide-wrap > div + div { margin-top: 4.8rem; }
  .ps-guide-wrap .m-flex-wrap { align-items: center; }
  .ps-guide-wrap .ms-block-l {
    width: 5.8rem;
    margin-right: 2.3rem;
  }
  .ps-guide-wrap .ms-block-l img { width: 100%; }
  .ps-guide-wrap .ms-block-r { width: 20rem; }

    
  /*================================================
   footer
  ================================================*/
  
  footer {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
  small {
    display: block;
    width: 100%;
    padding: 6.3rem 0;
    border-top: solid 1px #cbccce;
    color: #929498;
    font-size: 1rem;
  }
  .sns-share{
    padding: 2rem 0 5rem 15rem;
  }
  .sns-share ul{
    text-align: left;
  }
  .sns-share ul li{
    display: inline-block;
    padding-right: 16px;
  }
  .sns-share ul li img{
    width: 120px;
  }
  .ps-to-top img {
    display: block;
    margin: 0 auto;
  }
  .ps-to-top-arrow { margin-top: 4rem; }
  .ps-to-top-arrow a {
    display: block;
    width: 100%;
    padding: 2.5rem 0;
    background: #bac1d1;
  }
  .ps-contact {
    padding: 4.8rem 0 5.3rem;
    background-color: #f5f5f5;
  }
  .ps-contact >div {
    display: flex;
    justify-content: center;
  }
  .ps-contact .ms-block-l {
    display: block;
     width: 44.4rem;
     height: 100%;
  }
  .ps-contact .ms-block-r {
    position: relative;
    display: block;
    text-align: left;
    width: 48rem;
    margin-left: 7.5rem; 
  }
  .ps-contact h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 4rem;
    font-size: 2.4rem;
    color: #929498;
  }
  .ps-contact h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #929498;
  }

  .ps-contact .ms-block-r img {
    width: 43.5rem;
    height: auto;
  }
  .ps-contact .ms-block-r p {
    margin-top: 1.5rem;
    font-size: 1.3rem;
    line-height: 2;
    color: #929498;
  }
  .ps-contact .ms-block-r .m-more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 21.2rem;
    margin-top: 1.3rem;
    padding: 1.4rem 1.2rem 1.5rem 1.2rem;
    border: 2px solid #cbccce;
    font-size: 1.3rem;
    color: #929498;
  }
  .ps-contact .ms-block-r .m-more:before {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1rem;
    margin: 0 0.3rem -0.1rem 0;
    background: url('../img/common/footer/icon_mail.svg') no-repeat;
    background-size: contain;
  }
  .ps-contact .ms-block-r .m-more::after{ 
    top: 1.5rem;
    right: 0.3rem;
     }
  
  .p-brandsitelink{
    text-align: center;
    margin-top: 40px;
  }

  .ps-sns {
    /*display: flex;*/
    margin: 0;
    text-align: left;
  }
  /*.ps-sns a + a { margin-left: 4rem; }*/
  .ps-sns h2{
    margin-bottom: 2rem;
    color: #929498;
    font-size: 1.3rem;
  }
  .ps-sns p a{
    text-decoration: underline;
    padding-bottom: 2rem;
  }
  .ps-sns p a img{
    vertical-align: middle;
    padding-right: 1rem;
  }

  .p-footer-flex {
    display: flex;
    justify-content: space-between;
    margin: 10.5rem auto;
    max-width: 108rem;
  }
  .p-footer-flex-wrap { padding: 0 5rem; }
  
  .ps-footer-link .ps-footer-last-link {
    text-align: left;
    display: flex;
    justify-content: flex-start;
    width: auto;
    padding: 0;
  }
  .ps-footer-link h2 {
    margin-bottom: 2rem;
    color: #929498;
    font-size: 1.3rem;
  }
  .ps-footer-link ul {
    display: flex;
    flex-flow: column wrap;
    height: auto;
  }
  .ps-footer-link li {
    position: relative;
    width: 24rem;
    margin-bottom: 2rem;
    padding-left: 2rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .ps-footer-link ul a {
    color: #28162a;
    text-decoration: underline;
  }
  .ps-footer-link li a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f7d3b8;
  }
  .ps-footer-col { margin-right: 5rem; }
    .ps-footer-col:last-of-type { margin-right: 0; }
  .ps-footer-last-link .ms-contact { margin-top: 5rem; }
  .ps-footer-title-en  { letter-spacing: 0.2em; }
  .ps-footer-guide span.c-sp {
    display: block;
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  .ps-footer-guide span.c-pc {
    display: none;
  }
  
.footer_logo_area{
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}
.footer_logo_area div{
  align-self: center;
}
.footer_logo_area div.jaohfa img{
  width: 230px;
}
.footer_logo_area div.jadma img{
  width: 86px;
}
.footer_logo_area div.smartlife img{
  width: 150px;
}

  /*================================================
   pc
  ================================================*/

  @media screen and (min-width:737px) {
    .ms-sub-title.left {
      transform: rotate(-90deg);
    }
    .power_euglena .ms-sub-title{
      transform: rotate(-90deg);
    }

    #tumuyui_sei .sns-share{
      width: 1075px;
      margin: 0 auto;
      padding-left: 0;
    }
  }

  
  /*================================================
   smp
  ================================================*/
  
  @media screen and (max-width:736px) {
  
    body { width: 100%; }
    a { transition: none; }
    a:hover { opacity: 1; }
  
    .c-fadeimg,
    .m-more { transition: none; }
    .c-fadeimg:hover,
    .m-more:hover { opacity: 1; }

    /*================================================
     module
    ================================================*/
  
    .m-content-title { font-size: 3.4rem; }
    .inochi .m-content-title {
      font-size: 6.3vw;
    }
    .m-content-title:before {
      top: 4.7rem;
      width: 3.2rem;
    }    
    .m-block {
      margin: 0;
      padding: 6rem 0;
    } 
    .ms-block-inner { width: 100%; }
    .m-more {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30.5rem;
      height: 4.4rem;
      margin: 2.5rem auto 6rem;
      border: 2px solid #cbccce;
      font-size: 1.2rem;
      color: #929498;
    }
    .m-more.c-pc { display: flex; }
    .m-more::after { content: none; }

    /* 続きを表示 */
    .ms-btn-show.c-pc {
      height: 4.1rem;
      display: flex;
      justify-content: center;
      align-items: center;
      border-bottom: 1px solid #cbccce;
      background-color: #dddee0;
    }
    .ms-btn-show img { width: 1rem; }
    .m-hidden-box input { display: none; }
    .m-hidden-box .ms-hidden-show {
      height: 0;
      overflow: hidden;
      opacity: 0;
      transition: 0.8s;
    }
    .m-hidden-box input:checked ~ .ms-hidden-show {
      height: auto;
      opacity: 1;
    }
    .m-hidden-box input:checked + .ms-btn-show {
      display: none;
    }

    
    /* 汎用アコーディオンstyle */
    .m-accordion { display: none; }    
    .ms-accordion-btn {
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 0;
      padding: 1.5rem 1rem;
      border-top: solid 1px #f2eeed;
      background: #fff;
      font-size: 1.4rem;
    }
    .ms-btn-close { position: relative; }
    .ms-btn-close:after {
      content: "";
      position: absolute;
      top: 1.8rem;
      right: 1rem;
      width: 2.1rem;
      height: 1.3rem;
      background: url("../img/common/footer/arrow-footer-d-sp.png") no-repeat;
      background-size: 12px 7px;
    }
    .ms-btn-open:after {
      content: "";
      position: absolute;
      top: 1.8rem;
      right: 1rem;
      width: 2.1rem;
      height: 1.3rem;
      background: url("../img/common/footer/arrow-footer-u-sp.png") no-repeat;
      background-size: 12px 7px;
    }    

    .m-flex-wrap { flex-wrap: wrap; } 

    .c-pc { display: block; }
    .c-sp { display: none; }


    /*================================================
     header
    ================================================*/
    .p-common-nav { width: 100%; }
    .ps-header-top-inner, .ps-nav-wrap {
      width: 100%;
      max-width: none;
      min-width: 31rem;
    } 
    .ps-header-top-inner {
      flex-wrap: wrap;
      height: auto;
    }
    .ps-header-top-inner >span { display: block; }
    .ps-header-top-inner img { width: 100%; }
    .ps-header-deliver {
      margin: 0 auto;
      padding: 0.7rem 1.5rem;
      background-color: #bac1d1;
    }
    .ps-header-tel {
      padding: 1rem 3.5rem;
      margin: 0 auto;
    }

    .ps-header-btn-wrap {
      display: flex;
      justify-content: space-between;
      width: 100%;
      height: 6rem;
      border-bottom: 1px solid #f5f5f5;
    }
    .ps-header-logo {
      margin-left: 0;
      padding: 0.3rem 0;
      width: inherit;
    }
    .ps-header-logo img {
      width: 72%;
      height: 100%;
    }
    .ps-header-btn {
      display: flex;
      justify-content: space-between;
    }
    
    .ps-header-btn li {
      width: 7rem;
      height: 100%;
      border-radius: 0;
      border: none;
    }
    .ps-header-btn li:first-of-type {
      border-left: 1px solid #f5f5f5;
    }
    .ps-header-btn li:last-of-type { padding: 0.9rem 0 1rem; }
      .ps-header-btn li+li { margin: 0; }

    .ps-header-btn li a {
      display: block;
      width: 100%;
      height: 100%;
    }
    .ps-header-btn li img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0.8rem 0 1rem;  
    }
      .ps-header-btn li:last-of-type img { margin: 0; } 

    .ps-nav  {
      display: flex;
      justify-content: space-between;
      padding: 1.5rem;
    }
    .ps-nav li + li { margin: 0; }
    .ps-nav li a, .ps-nav li p { font-size: 1.2rem; }
    .ps-nav li:first-of-type { margin-left: 1.5rem; }    
    .ps-nav li:nth-of-type(2) { margin-left: 1rem; }

    .ps-nav-product:after {
      position: absolute;
      top: 0.6rem;
      right: -1.2rem;
    }

    .p-common-nav .ps-nav-product-list {
      top: 2.7rem;
      left: -3rem;
      width: 24rem;
      height: auto;
      padding: 2.3rem 1rem;
    }
    .ps-nav .ps-nav-product-list li { margin-left: 0; }
    .ps-nav .ps-nav-product-list li+li { margin-top: 2.3rem; }
    .ps-nav-product li a { font-size: 1.1rem; }
    
  
    /*================================================
     TOP
    ================================================*/

    /* slider */
    .p-mv .bx-wrapper .bx-pager.bx-default-pager a {
      width: 1.4rem;
      height: 1.4rem;
    }    

    /* product */
    .p-product.m-block { padding-bottom: 2rem; }
    .p-product  h3{
      margin: 2.5rem 0 3.8rem 0;
      font-size: 2.8rem;
    }
    .ps-product-catch { margin-bottom: 1.5rem; }
    .ps-product-main {
      flex-wrap: wrap;
      height: auto;
    }
    .ps-product-main .m-block-l, .ps-product-main .m-block-r { width: 100%; }
    .ps-product-main .m-block-l {
      width: 100%;
      height: 28.1rem;
      background: url('../img/top/product_01_sp_n2.jpg') no-repeat top;
      background-size: cover;
      background-position: center;
    }
    .ps-product-main .m-block-l img {
      top: -0.7rem;
      left: -0.7rem;
      width: 12.8rem;
    }
    .ps-product-main .m-block-r  {
      position: relative;
      background-color: #fff;
      padding: 0 1.5rem ;
    }
    .ps-product-main .m-block-r .ms-sub-title {
      left: 0;
      top: 4.5rem;
      right: -34rem;
    }
    .ps-product-main.power_euglena {
      flex-wrap: wrap;
      height: auto;
    }
    .ps-product-main.power_euglena .m-block-r  {
      position: relative;
      background-color: #fff;
      padding: 0 1.5rem ;
    }
    .ps-product-main.power_euglena .m-block-r .ms-sub-title {
      left: 0;
      top: 2.5rem;
      right: -34rem;
    }
    .ps-product-txt { display: none; }

    .ps-lineup { text-align: center; }
    .ps-lineup ul { padding-top: 2rem; }
    .ps-lineup li {
      position: relative;
      text-align: left;
      justify-content: space-between;
    }
    .ps-lineup li::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -0.5rem;
      width: 0.6rem;
      height: 1rem;
      background: url('../img/common/arrow_r.svg') no-repeat;
      background-size: contain;
    }
    .ps-lineup h5 { display: inline-block; }

    .ps-item-img {
      width: 17%;
      margin-right: 0;
    }
    .ps-item-txt {
      width: 75%;
      margin-right: 0.3rem;
    }

    .ps-lineup h5 {
      font-size: 1.5rem;
      line-height: 1.3;
    }
    .ps-lineup li p {
      font-size: 1.3rem;
      line-height: 1.5;
      color: #262a31;
      margin-top: 1.2rem;
    }

    .ps-product-sub {
      flex-wrap: wrap;
      margin-top: 6rem;
    }
    .ps-product-sub img { width: 100%; }
    .ps-product-block {
      position: relative;
      width: 100%;
    }
    .ps-product-block .ms-sub-title{
      top: 32.3rem;
      left: 0;
      right: -34rem;
    }
      .ps-product-block:last-of-type .ms-sub-title {
        top: 31rem;
        right: -34rem;
      }

    .ps-product-block h3 {
      margin-left: 1.5rem;
    }
    

    /* news */
    .p-news .ms-block-inner { flex-wrap: wrap; }
    .ps-news-l { width: 100%; }
    .ps-news-l h3 { margin-left: 1.5rem; }
    .ps-scroll {
      overflow: auto;
      height: auto;
    }
    .ps-scroll p {
      position: relative;
      padding: 1.5rem;
      font-size: 1.3rem;
      line-height: 1.5;
      white-space: normal;
    }
    .ps-scroll p::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1rem;
      width: 0.6rem;
      height: 1rem;
      background: url('../img/common/arrow_r.svg') no-repeat;
      background-size: contain;
    }
    .ps-scroll .m-date { font-size: 1rem; }
    .ps-scroll .m-ddown { display: flex; }
    .ps-news-r { 
      width: 100%; 
      overflow: hidden;
    }

    .ps-magazine .ms-title { margin-left: 1.5rem; }
    .ps-magazine .ms-title a.c-sp { display: none; }

    .ps-scroll { margin-bottom: 6rem; }
    .ps-scroll .m-hidden-box p { border-top: 0; } 
    .ps-magazine ul {
      width: 100%;
      margin-left: 1.5rem;
    } 
    .ps-magazine li { width: 12rem; }
    .ps-magazine li+li { margin-left: 1rem; }

    .ps-magazine p { font-size: 1.2rem; }
    .ps-news-r .m-banner {
      position: static;
      width: 100%;
      padding: 0 1.5rem;
    }
    .ps-news-r .m-banner img { width: 100%; }

    /* voice */
    .p-voice span.c-sp { display: none; }
    .p-voice .ms-block-inner {
      width: 100%;
      height: 100%;
      padding-left: 0.5rem;
      white-space: nowrap;
      overflow: hidden;
    }
    .p-voice .ms-block-inner h5 {
      white-space: normal; 
    }
    .ps-voice-list {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 0.5rem 1rem 0;
      border:4px solid #f5f5f5;
      box-shadow:4px 4px 8px -1px #e5e5e5;
    }
      .ps-voice-list+.ps-voice-list { margin-left: 1.5rem; }
      .ps-voice-list:last-of-type { margin-left: 1rem; }
      
    .ps-voice-list-inner {
      background: url('../img/top/voice_bg_sp.png') repeat bottom 2.3rem left 0;
      background-size: auto 2.8rem;
    }

    .ps-voice-list h3 { margin: 2rem 0 1.1rem -2.7rem; }
    .ps-voice-list .ps-voice-number {
      margin-right: 1.5rem;
      font-size: 1.2rem;
    }
    .ps-voice-list .ps-voice-num {
      padding: 0 0 1.5rem 0.5rem;
      font-size: 4.3rem;
    }

    .ps-voice-txt {
      width: auto;
      height: auto;
      margin: 0;
      padding: 0;
      white-space: normal;
      font-size: 1.4rem;
      line-height: 2.8rem;
    }
    
    .ps-voice-product  {
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin: 0 auto;
    }
    .ps-voice-product .ms-block-l {
      width: 80%;
      margin: 2rem 0 2.5rem;
    }
    .ps-voice-product .ms-block-l h4 {
      font-size: 1.1rem;
      margin-bottom: 1rem;
    }
    .ps-voice-product .ms-block-l p {
      font-size: 1.4rem;
      line-height: 1.5;
    }
    .ps-voice-product .ms-block-r {
      width: 17%;
      margin-top: 1.5rem;
      padding: 0 0.5rem;
    }

    /* スライダー */
    .p-voice .bx-viewport {
      height: auto !important;
      padding: 0;
    }
    .p-voice .navi-btn {
      top: 43rem;
      display: none;
    }
    .ps-voice-caution {
      width: 100%;
      margin-top: 1rem;
      padding: 0 1.5rem;
    }
    .p-voice .m-more.c-pc { margin: 4rem auto 2rem; }


    /* guide */
    .p-guide { flex-wrap: wrap; }
    .p-guide >div {
      width: 100%;
      padding: 2.5rem  1.5rem;
      border-bottom: 1px solid #f5f5f5;
    }
    .p-guide .ms-block-l {
      width: 8.2rem;
      margin: 1.5rem 1.3rem 0 0 ;
    }
    .p-guide .ms-block-r { width: 72%; }

    .p-guide img {
      width: 100%;
      height: auto;
      margin: 0;
    }
    .p-guide h3 {
      margin-bottom: 1.1rem;
      font-size: 1.8rem;
    }
    .p-guide p {
      height: auto;
      font-size: 1.3rem;
      line-height: 1.5;
    }
    .p-guide .m-more {
      display: flex;
      justify-content: center;
      position: static;
      width: 10.9rem;
      height: 2.8rem;
      margin: 1.2rem 0 0 auto;
      font-size: 1rem;
    }

    /* campaign */
    .p-campaign {
      padding: 9%;
      height: auto;
    }
    .p-campaign .ms-block-inner {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 11% 5%;
    }
    .p-campaign .ms-sub-title {
      left: -5.6rem;
      font-size: 1.2rem;
      color: #262a31;
    }
      .p-line .ms-sub-title { left: -13.7rem; }
      @media screen and ( max-width: 320px ) {
        .p-line .ms-sub-title { left: -11.8rem; }
      }    

    .p-campaign h2 {
      margin-bottom: 1.5rem;
      font-size: 1.8rem;
      line-height: 1.3;
    }
      /* iPhone5 */
      @media screen and ( max-width: 320px ) {
        .p-campaign h2 { font-size: 1.5rem; }
      }    
    .p-campaign h2 span {
      margin-bottom: 1rem;
      font-size: 1.3rem;
    }
    .p-campaign p { line-height: 1.5; }
    .p-campaign .m-more {
      width: 100%;
      margin: 1.8rem 0 0 0;
    }
 
    .p-point {
      background: url('../img/top/point_bg_02_sp.jpg') no-repeat;
      background-size: cover;
    }
    .p-point .ms-title {
      display: flex;
      justify-content: space-between;
    }
    .ps-point-img-sp  {
      display: block;
      position: absolute;
      top: 1rem;
      right: 0;
      width: 29%;
      height: 100%;
    }
    .ps-point-img-sp img { width: 100%; }
    
    .p-line {
      background: url('../img/top/line_bg_02_sp.jpg') no-repeat;
      background-size: cover;
    }

    .p-line >div { width: 100%; }
    .p-line .ms-block-inner div {
      width: auto;
      text-align: left;
    }
    .p-line h2 span { text-align: left; }
    .p-line p {
      display: block;
      width: 78%;
    }
    .p-line .ps-line-img {
      width: 33%;
      position: absolute;
      left: auto;
      right: 0;
      bottom: 0;
    }
    .ps-line-img >img { width: 100%; }
    .p-line .m-more { width: 78%; }

    /*================================================
     item
    ================================================*/

    .ps-add-cart p {
      margin-left: 2.5rem;
    }
    .ps-add-cart p::before {
      top: 1.5rem;
      left: 4.4rem;
    }
  
    .p-item-top.m-block { padding: 3rem 0 8rem; }
    .p-item-top .ms-block-inner {
      margin: 0 auto;
      padding: 0 1.5rem;
    }
    .p-item-top .ms-block-l,.ps-item-about .ms-block-l {
      width: 100%;
      margin: 0 auto;
    }

    .p-item-top .ms-block-l  { margin-bottom: 3.5rem }
    .p-item-top .ms-block-r {
      text-align: center;
      width: 100%;
      padding-top: 0;
    }
    #cutcut.p-item-top .ms-block-r,
    #theanine.p-item-top .ms-block-r,
    #beforeafter.p-item-top .ms-block-r,
    #bcad.p-item-top .ms-block-r,
    #power_euglena.p-item-top .ms-block-r {
      padding-top: 0;
    }

    .ps-item-tag { margin-bottom: 0.7rem;}
    .p-item-top h1 {
      font-size: 2rem;
      text-align: center;
    }
    .inochi .p-item-top h1 {
      font-size: 6.5vw;
    }
    .p-item-top h1 span {
      margin-bottom: 1rem;
      font-size: 1.3rem;
    }
    .inochi .p-item-top h1 span {
      font-size: 5vw;
    }
    .p-item-top h1 span.small {
      font-size: 3vw;
      display: block;
    }

    .ps-item-detail-button {
      margin: 2.5rem auto;
      width: 23rem;
    }

    .ps-item-campaign { width: 100%; }
    .ps-item-campaign h2 {
      padding-left: 0.5rem;
      padding-bottom: 0.1rem;
      text-align: left;
    }
    .ps-item-campaign h2::before {
      width: 1.2rem;
      height: 1.2rem;
      margin-right: 0.5rem;
    }
    .ps-item-campaign .m-flex-wrap {
      flex-wrap: nowrap;
      font-size: 1.2rem;
    }
    .ps-item-campaign dl { margin: 1.8rem 0 0 0; }
    .ps-item-campaign dt { margin-right: 0.5rem; }
    .ps-item-campaign dl:last-of-type dt { margin-right: 1.5rem; }

    .ps-item-campaign dd p:last-of-type {
      margin-left: 0.6rem;
      font-size: 1.1rem;
    }
    .ps-item-campaign .ps-item-price span { font-size: 2rem; }
      .ps-item-campaign .ps-item-price .ps-item-price-spe-top { font-size: 1.9rem; }
      .ps-item-campaign .ps-item-price span.ps-item-price-small { font-size: 1.2rem; }
    
    .p-item-top .m-note { font-size: 1.1rem; line-height: 1.5; }

    .ps-item-campaign .m-flex-wrap { flex-wrap: wrap; }
    .ps-item-campaign .m-flex-wrap dd {
      text-align: left;
      width: 100%;
      margin-top: 0.8rem;
      }
      .ps-item-campaign .m-flex-wrap dd.ps-item-price-spe { margin-top: 0;}
      .ps-item-campaign dl:last-of-type { margin-top: 2rem; }
      .ps-item-campaign dl.type2:last-of-type { margin-top: 0; }
      .ps-item-campaign .m-flex-wrap dd { margin-top: 0.8rem; }
      .ps-item-campaign dd p:last-of-type { margin: 0.7rem 0 0 0 ;}

    .ps-item-campaign .m-flex-wrap.single-line dd { width: inherit; }

    .p-item-top .ps-add-cart.icon-power p::before {
      left: -17vw;
    }
    @media screen and ( max-width: 320px ) {
      .p-item-top .ps-add-cart.icon-power p::before {
        left: -15vw;
      }
    }    
    .p-item-top .ps-add-cart.icon-inochi p::before {
      left: -16vw;
    }
    @media screen and ( max-width: 320px ) {
      .p-item-top .ps-add-cart.icon-inochi p::before {
        left: -12vw;
      }
    }    

    /* .ps-item-about */
    .ps-item-about.m-block { padding: 5rem 0 0; }
    .ps-item-about .ms-block-inner { padding: 0 1.5rem; }
    .ps-item-about section { padding: 0 1.5rem; }
    .ps-item-about h2 .ms-title-small { line-height: 1.5; }
    .ps-item-about h3 { font-size: 1.9rem; }

    .inochi .ms-title-small {
      font-size: 5vw;
      margin-bottom: 1rem;
    }
    .inochi .ps-item-about h3{
      padding-bottom: 0.3em;
    }
    .ps-about-title {
      width: 100%;
      margin: 0 ;
      line-height: 1.5;
    }
      .ps-item-about .ms-block-inner .ps-about-title.ps-about-title-2lines {
          margin: -1.7rem -1.5rem 0 0;
          font-size: 1.8rem;
        }
      .ps-item-about .ms-block-inner .ps-about-title.smallfont {
          font-size: 1.6rem;
        }
    .ps-about-title .ms-title-small {
      font-size: 1.1rem;
      margin: 0;
    } 
    .inochi .ps-about-title .ms-title-small{
      font-size: 4.5vw;
    }
    .ps-item-about h3::before, .ps-item-about h3::after {
      width: 1.3rem;
      height: 5.75rem;
    }

    #hanakami .ps-item-about .about3 h3::before, .ps-item-about .about3 h3::after {
      width: 2rem;
      height: 7.8rem;
    }
    #hanakami .ps-item-about .about3 h3::before, .ps-item-about .about3 h3 {
      font-size: 4.5vw;
    }
    #hanakami .ps-item-about h4 .font001 {
      font-size: 3.4vw;
    }

    .ps-item-about .m-flex-wrap { margin-top: 2.2rem; margin-bottom: 5.5rem; }
    .ps-item-about .ms-block-r { margin-top: 1rem; }
    .inochi .ps-item-about .ms-block-r{
      letter-spacing: 0;
    }
    /* 続きを表示 */
    .cp_box *, .cp_box *:before, .cp_box *:after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .cp_box { position: relative; }
    .cp_box label {
      position: absolute;
      z-index: 1;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 14rem; /* グラデーションの高さ */
      cursor: pointer;
      text-align: center;
      background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 70%);
    }
    .cp_box input:checked + label { background: inherit; /* 開いた時にグラデーションを消す */ }

    .cp_box label:after {
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 50%;
      width: 100%;
      content: url('../img/common/arrow_dd_sp.svg');
      transform: translate(-50%, 0);
      color: #ffffff;
        height: 4.1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #dddee0;
    }
    .cp_box input { display: none; }
    .cp_box input + label { display: none ; }
    .cp_box {
      padding-bottom: 3em;
    }
/*
    .cp_box .cp_container {
      overflow: hidden;
      height: 235vh;
      transition: all 0.5s;
    }
    .cp_box input:checked + label { display: none ; }
    .cp_box input:checked ~ .cp_container {
      height: auto;
      transition: all 0.5s;
    }    
*/


    /* .ps-item-order */
    .ps-item-order .ms-block-inner { padding: 0 1.5rem; }
    .ps-item-order .ms-block-inner+.ms-block-inner { margin-top: 5.9rem; }

    .ps-item-box {
      margin-bottom: 4.5rem;
      width: 100%;
    }
      .ps-item-order .ms-block-inner:nth-of-type(2) .ps-item-box { margin-bottom: 4.5rem; }
      .ps-item-order .ms-block-inner .ps-item-box:last-of-type {margin-bottom: 0; }

    .ps-item-order h3.wo_underline {
      margin-top: 5rem;
      padding-left: 0;
    }

    .ps-item-flex { margin-bottom: 1.5rem; }

    .ps-item-flex .ms-block-l { 
      width: 28%; 
      margin-right: 2rem;
    }
    .ps-item-flex .ms-block-l .ps-item-tag {
      margin-top: 0.5rem;
      font-size: 0.8rem;
    }

    .ps-item-flex .ms-block-r { width: 65%; }
    .ps-item-order .ps-item-price {
      display: flex;
      justify-content: center;
      align-items: baseline;
      margin: 0 0 2.5rem;
      padding: 0.9rem 0;
      border: 1px solid #CBCCCE;
    }
      .ps-item-order .ps-item-price-spe { justify-content: space-around; }
      .ps-item-order .ps-item-price span.ps-item-price-small { font-size: 1.3rem; }
     
    .ps-item-price p:last-of-type { margin: 0; }
    

    /* selectbox */
    .ps-item-select  {
      display: flex;
      align-items: center;
    }
    .ps-item-select select {
      width: 7rem;
      margin-left: 1rem;
    }
      .ps-item-select::after { top: 2rem; }
    .ps-item-select p {
      margin: 0;
      font-size: 1.2rem;
    }

    .ps-item-order .ps-add-cart {
      width: 62%;
      margin: 0;
    }
    .ps-sold-out {
      width: 62%;
      margin: 0;
    }
    .ps-item-order .m-note {
      text-align: left;
      margin-top: 4.5rem;
      padding: 2.4rem 1.5rem;
    }
    .ps-item-order .m-note h4 { line-height: 1.5; }
    
    .m-other-product-link a{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      border: 1px solid #262a31;
      padding: 1rem 2rem;
    }
      .m-other-product-link .link-text01{
        font-size: 1.4rem;
        margin-bottom: 0.6rem;
      }
      .m-other-product-link .link-text02{
        font-size: 1.6rem;
      }

    /* ps-item-guide */
    .ps-item-guide.m-block { padding-top: 3rem; }
    .ps-item-guide h2 {
      position: relative;
      text-align: center;
      font-size: 2.4rem;
    }
    .ps-item-guide h2::before {
      content: '';
      display: inline-block;
      position: absolute;
      top: 3.2rem;
      left: 50%;
      width: 3.2rem;
      height: 1px;
      transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: black;
    }
    .ps-item-guide h2 span {
      display: block;
      margin-top: 2.2rem;
    }
    .ps-item-guide .ms-block {
      width: 100%;
      padding: 0;
    }
    
    .ps-item-guide .ms-accordion-btn {
      display: block;
      border-top: solid 1px #f2eeed;
      font-size: 1.4rem;
      font-weight: normal;
      color: #262A31;
      line-height: 1;
    }
    .ps-item-guide .ms-block:last-of-type .ms-accordion-btn {
      border-bottom: solid 1px #f2eeed;
     }
    .ps-item-guide h3 { margin: 0; }
    .ps-item-guide .m-accordion { padding: 2.2rem 1.5rem 2rem; }
    .ps-guide-wrap { width: 100% }
    .ps-guide-wrap > div + div { margin: 0; }
    .ps-item-guide .m-accordion .m-flex-wrap { flex-wrap: nowrap; }
    .ps-guide-wrap .ms-block-l { 
      width: 3.9rem;
      margin: 0 3.2rem 0 2.5rem; 
    }
    .ps-guide-wrap .ms-block-r { width: 100%; }

    .ps-guide-deliver p { text-align: center; }
      .ps-guide-deliver p:first-of-type span { font-size: 1.5rem; display: block; }
      .ps-guide-deliver dl p { text-align: left; }

    /*================================================
     footer
    ================================================*/
  
    footer { margin-top: 2rem; }
    small { padding: 1rem 0 4.5rem 0; border-top: none;}

    .sns-share{
      padding: 0 0 6rem 0;
    }
    .sns-share ul{
      text-align: left;
    }
    .sns-share ul li{
      display: inline-block;
      padding: 0.75vw;
    }
    .sns-share ul li img{
      width: 22vw;
    }

    .ps-to-top > a img { height: 4.4rem; }
    .ps-to-top-arrow { margin-top: 1.5rem; }
    .ps-to-top-arrow a { padding: 1.8rem 0; }
    .ps-to-top-arrow a img { width: 1.2rem; }

    .ps-contact {
      padding: 0;
    }
    .ps-contact >div {
      flex-wrap: wrap;
    }
    .ps-contact .ms-block-l { width: 100%; }
    .ps-contact .ms-block-r {
      width: 100%;
      margin: 2.7rem 1.5rem 0 ;
    }
    .ps-contact .ms-block-r h2 {
      margin-bottom: 2.3rem;
      font-size: 1.9rem;
      line-height: 1.5;
    }
    .ps-contact h3 {
      font-size: 1.3rem;
      margin-bottom: 0.7rem;
    }
    .ps-contact .ms-block-r p {
      font-size: 1.4rem;
      line-height: 1.5;  
    }
    .ps-contact .ms-block-r img { width: 100%; }
    .ps-contact .ms-block-r .m-more {
      position: static;
      width: 28rem;
      margin-bottom: 3.5rem;
      padding-top: 1.4rem;
      border-bottom: 2px solid #cbccce;
    }

    .p-brandsitelink img{
      width: 95vw;
    }

    .ps-sns { 
      /*order: 1; */
      width: 80vw;
      margin: 0 auto; 
      color: #929498;
      font-size: 1.1rem;
      /*width: 100%;*/
      /*padding: 3rem 0 2rem 0;*/
      display: flex;
      flex-wrap: wrap;
    }
    .ps-sns p { width: 40vw; margin-top: 1em; }
    .ps-sns p a { width: inherit;}
    .ps-sns p a img { width: 5rem;}
    .ps-sns p + p { /*margin-left: 4rem;*/ }
    
    .p-footer-flex {
      flex-wrap: wrap;
      margin: 0;
    }      
    .p-footer-flex-wrap { padding: 0; }
  
    .ps-footer-link {
      width: 100%;
      margin: 2rem auto 0;
      /*order: 2;*/
    }
    .ps-footer-last-link {
      display: flex;
      width: 100%;
      padding-left: 0;
      flex-wrap: wrap;
      border-bottom: solid 1px #cbccce;
    }
    .ps-footer-link h2 {
      margin-bottom: 0;
    }
  
    .ps-footer-link .u-open h2:after {
      background: url("../img/common/footer/arrow-footer-u-sp.png") no-repeat;
      background-size: 12px 7px;
    }
    .ps-footer-link ul {
      display: flex;
      flex-flow: row wrap;
      height: auto;
      background: #f5f5f5;
    }
    .ps-footer-link li {
      display: flex;
      align-items: center;
      width: 50%;
      margin: 0;
      padding: 1.5rem 1rem 1.5rem 1rem;
      border-bottom: solid 1px #f2eeed;
    }
    .ps-footer-link li:nth-child(odd) { border-right: solid 1px #f2eeed; }
    .ps-footer-link ul a {
      display: block;
      width: 100%;
      font-size: 1.1rem;
      line-height: 1.3;
      color: #929498;
      text-decoration: none;
    }
    .ps-footer-link li a:before { content: none; }
    .ps-footer-link li a:after {
      content: "";
      position: absolute;
      top: calc(50% - 0.4rem);
      right: -1rem;
      width: 2.1rem;
      height: 1.3rem;
      background: url('../img/common/footer/arrow-footer-r-sp.png') no-repeat;
      background-size: 5px auto;
    }
  
     .ps-footer-col {
       display: block;
       width: 100%;
     }
     .ps-footer-col, .ps-footer-last-link .ms-contact{ margin: 0; }
     .ps-footer-guide {
       flex-wrap: wrap;
     }
     .ps-footer-guide span.c-sp {
       display: none;
     }
     .ps-footer-guide span.c-pc {
       font-size: 0.8rem; 
       color: #929498;
     }

   .footer_logo_area{
      width: 95vw;
      margin-top: 8vw;
      margin-bottom: 8vw;
    }
    .footer_logo_area div{
      align-self: center;
    }
    .footer_logo_area div.jaohfa img{
      width: 30vw;
    }
    .footer_logo_area div.jadma img{
      width: 11vw;
    }
    .footer_logo_area div.smartlife img{
      width: 20vw;
    }

  }
