/*
common.css
*/


/*fontセット
========================= */
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: normal;
  src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
  local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
  local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: 'MyYuGothicM';
  font-weight: bold;
  src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
  local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
.f-Gothic {
  font-family: MyYuGothicM,YuGothic,sans-serif;
}
.f-Min{
  font-family: YuMincho,'Yu Mincho',serif;
  font-weight: bold;
}

body {
  font-family: MyYuGothicM,YuGothic,"Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
}
a {
  color: #333;
}
img { max-width: 100%; max-height: 100%; }

/*マージンセット
========================= */
.mt0  {margin-top: 0!important;}
.mt10 {margin-top: 10px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mt60 {margin-top: 60px!important;}
.mt80 {margin-top: 80px!important;}
.mt90 {margin-top: 90px!important}
.mt100{margin-top: 100px!important;}
.mb0  {margin-bottom: 0!important;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}
.mb70 {margin-bottom: 70px!important;}
.mb80 {margin-bottom: 80px!important;}
.mb90 {margin-bottom: 90px!important;}
.mb100{margin-bottom: 100px!important;}
.mr0  {margin-right: 0!important;}
.mr10 {margin-right: 10px!important;}
.mr15 {margin-right: 15px!important;}
.mr20 {margin-right: 20px!important;}
.mr30 {margin-right: 30px!important;}
.mr40 {margin-right: 40px!important;}
.mr50 {margin-right: 50px!important;}
.mr60 {margin-right: 60px!important;}
.mr70 {margin-right: 70px!important;}
.mr80 {margin-right: 80px!important;}
.mr90 {margin-right: 90px!important;}
.mr100{margin-right: 100px!important;}
.ml0  {margin-left: 0!important;}
.ml10 {margin-left: 10px!important;}
.ml15 {margin-left: 15px!important;}
.ml20 {margin-left: 20px!important;}
.ml30 {margin-left: 30px!important;}
.ml40 {margin-left: 40px!important;}
.ml50 {margin-left: 50px!important;}
.ml60 {margin-left: 60px!important;}
.ml70 {margin-left: 70px!important;}
.ml80 {margin-left: 80px!important;}
.ml90 {margin-left: 90px!important;}
.ml100{margin-left: 100px!important;}

/*見出しセット　※基準16px
========================= */
strong {font-weight: 600;}
.f-11 {/*11px*/font-size: 0.69rem;}
.f-12 {/*12px*/font-size: 0.75rem;}
.f-13 {/*13px*/font-size: 0.82rem;}
.f-14 {/*14px*/font-size: 0.9rem;}
.f-15 {/*15px*/font-size: 0.94rem;}
.f-18 {/*18px*/font-size: 1.15rem;}
.f-20 {/*20px*/font-size: 1.25rem;}
.f-24 {/*24px*/font-size: 1.5rem;}
.f-28 {/*28px*/font-size: 1.76rem;}

/*行間セット
========================= */
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}

/*テキスト位置の制御
========================= */
.align-center {text-align: center;}
.align-right {text-align: right;}

/*改行の制御
========================= */
.br-pconly {
  display: none;
}
@media print, screen and (min-width: 768px) { /*タブレットレイアウト*/
  .br-sponly {
    display: none;
  }
  .br-pconly {
    display: block;
  }
}

/*テキストカラーセット
========================= */
.col-blue {color: #5DABC4;}

/*背景色セット
========================= */
.bc-base {background-color: #EBEEF3;}
.bc-accent {background-color: #FDF8EC;}
.bc-yell {background-color: #FEF9F1;} 

/*セクションボーダー
========================= */
.border-none {border: none;}
.sec-bt {border-top: 1px solid #ddd;}


/*フレームセット ※スマホ基準
========================= */
.inner10 {padding: 0 10px;}
.inner20 {padding: 0 20px;}
.inner30 {padding: 0 30px;}
.inner40 {padding: 0 40px;}
@media print, screen and (min-width: 800px) {
  .inner20 {padding: 0;}
}/*pc-800*/

/*画像フレームセット ※スマホ基準
========================= */
.max480 {
  max-width: 480px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 800px) {
  .max400 {max-width: auto;}
}/*pc-800*/

/*キャプション
========================= */
.cap-img {
  font-size: 0.75rem;
  font-weight: 200;
  margin-top: 10px;
  text-align: right;
}

/*注釈
========================= */
sup {
  color: #333;
  font-size: 50%;
  vertical-align: top;
}

/*ボタンセット
========================= */
p.btn,p.btn:hover {
  pointer-events: none;
} 
.btn {
  display: block;
  border: 1px solid #333;
  border-radius: 4px;
  margin: auto;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  padding: 15px 5px;
  transition: .2s;
}
.btn:hover {
  background-color: #111;
  color: #fff;
}
.btn-default {
  margin: 0 40px;
}
.btn-off {
  display: none;
  pointer-events: none;
}
@media print, screen and (min-width: 800px) { /*pc-800*/
  .btn {
    padding: 12px 5px;
  }
  .btn-default {
    margin: 0 auto;
    width: 240px;
  }
}/*pc-800*/
.btn-wide {
  margin: 0 20px;
}
/*ボタンカスタマイズ*/
.btn-black {
  color: #fff;
  background-color: #111;
  border-color: #111;
}
.btn-black:hover {
  opacity: 0.7;
}
.btn-blue {
  color: #3CBDD5;
  background-color: #fff;
  border-color: #3CBDD5;
}
.btn-blue:hover {
  color: #fff;
  background-color: #3CBDD5;
  border-color: #3CBDD5;
}

/******** コンテンツの設定ここから **********/
/******** 共通枠の設定 **********/
.wrap {
  margin-top: 60px; /*headerの高さに合わせる*/
}
.mainContent {
  padding-bottom: 85px;
}
@media print, screen and (min-width: 800px) {
  .innerWrap {
    padding: 0 20px;
    max-width: 720px; /*コンテンツ*/
    margin: 0 auto;
  }
  main .innerWrap {
    padding: 0 20px;
    max-width: 720px; /*コンテンツ*/
    margin: 0 auto;
  }
  .productAreaWrap .innerWrap {
    max-width: 960px;
  }  
  #top .innerWrap {
    padding: 0 40px;
    max-width: 1140px; /*内1060px*/
    margin: 0 auto;
  }
  footer .innerWrap {
    padding: 0 20px;
    max-width: 1140px; /*内1060px*/
    margin: 0 auto;
  }
  .mainContent {
    padding-bottom: 100px;
  }
}/*pc-800*/


/******** 共通ヘッダーの設定 **********/
/*
headerの設定
========================= */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 300;
}
.header-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(255 255 255) 90%, rgb(255 255 255 / 100%) 100%);
}
.header-inner::after {
  content: "";
  position: absolute;
  top: 60px;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgb(255 255 255 / 100%) 0%, rgb(255 255 255 / 12%) 80%, rgb(255 255 255 / 0%) 100%);
}

/*
ロゴの設定
========================= */
.logo {
  position: absolute;
  left: 10px;
  top: 11px;
  width: 105px;
  height: 60px;
  cursor: pointer;
  z-index: 300;
}
.logo img {
  width: 105px;
}

/*
リンクの設定
========================= */
@media print, screen and (min-width: 900px) {
  #about .top_nav ul li .link-btn.about,
  #micomoilotion .top_nav ul li .link-btn.micomoilotion,
  #micomoiessense .top_nav ul li .link-btn.micomoiessense,
  #micomoicream .top_nav ul li .link-btn.micomoicream,
  #faq .top_nav ul li .link-btn.faq
  {
    color: #5DABC4;
    border-bottom: 3px solid #5DABC4;
  }
}/*900*/

/*インスタ（top用）の設定
========================= */
.top-instagram {
  visibility: hidden;
  position: absolute;
  right: 66px;
  top: 14px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 300;
}
.top-instagram img {
  width: 32px;
}
.top-instagram.is-open {
  visibility: visible;
}

/*
ハンバーガーの設定
========================= */
.hamburger {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 300;
  background: #111;
  border-radius: 50px;
}
.hamburger__line {
  position: absolute;
  width: 18px;
  height: 2px;
  right: 15px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger__line--1 {
  top: 15px;
}
.hamburger__line--2 {
  top: 23px;
}
.hamburger__line--3 {
  top: 31px;
}
/*ハンバーガーがクリックされたら*/
#pageWrap.is-open {
  overflow: hidden;
}
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 23px;
  right: 11px;
  width: 24px;
}
.open .hamburger__line--2 {
  opacity: 0;
}
.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 23px;
  width: 24px;
  right: 11px;
}

/*
ハンバーガーメニューエリアの設定
========================= */
.top_nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 100%; /* 出てくるスライドメニューの幅 */
  height: 100%;
  padding: 120px 0 60px;
  background-color: rgb(255 255 255 / 95%);
  transition: all 0.5s;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}
/*ハンバーガーがクリックされたら右からスライド*/
.open .top_nav {
  right: 0;
}
/*ハンバーガー内コンテンツ*/
.top_nav ul {
  text-align: center;
  margin: 40px 0 80px;
}
.top_nav ul li .link-btn {
  display: block;
  padding: 20px;
  margin: 8px 20px;
  font-size: 1.15rem;
  font-weight: bold;
}

@media print, screen and (min-width: 900px) {
  .header {
    height: 80px;
  }
  .header-inner::after {
    top: 80px;
  }
  .logo {
    width: 137px;
    height: 78px;
    left: 15px;
    top:15px;
  }
  .logo img {
    width: 137px;
  }
  .top-instagram {
    display: none;
  }
  .hamburger {
    display: none;
  }
  .top_nav {
    z-index: 300;
    position: absolute;
    right: 0;
    width: 100%;
    width: calc(100% - 160px);
    height: 100%;
    padding: 0;
    background-color: transparent;
    transition: none;
  }
  .top_nav ul {
    margin: 0;
    margin-right: 160px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .top_nav ul li .link-btn {
    font-size: 0.9rem;
    margin: 0 5px;
    padding: 15px;
    transition: .2s;
  }
  .top_nav ul li .link-btn:hover {
    color: #5DABC4;
  }
  .top_nav .howtobuy {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .top_nav .howtobuy .btn {
    width: 120px;
    font-size: 0.9rem;
  }
}/*PC-900*/


/******** 共通フッダーの設定 **********/
/*
footerInfoの設定
========================= */
.footerInfo {
  position: relative;
  height: 200px;
  background-image: url(../img/common/footer_info@2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerInfo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(17 17 17 / 10%);
}
.footerInfo-btn {
  width: 240px;
  font-size: 1.15rem;
  z-index: 200;
}
.footerInfo-btn .btn {
  padding: 20px 5px;
}
.footerInfo-btn .btn:hover {
  color: #111;
  background: #fff;
  border: none;
}
.footerNavi {
  background-color: #F5F6F9;
}
.footerNaviContent {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footerNavi ul {
  flex: 1;
}
.footerNavi ul li {
  display: inline-block;
  margin-right: 10px;
}
.footerNavi ul li .link-btn {
  display: block;
  padding: 10px;
  font-size: 0.82rem;
}
.footerNavi ul li .link-btn:hover {
  opacity: .7;
}
.footer-instagram img {
  width: 42px;
}
.footer-instagram a:hover {
  opacity: .7;
}
.footerContactContent {
  padding: 20px;
  text-align: center;
}
.footerContact .company .name img {
  width: 223px;
}
.footerContact .company .copy {
  font-size: 0.69rem;
  margin-top: 20px;
}
.footerContact .inquiry {
  margin-top: 60px;
}
.footerContact .inquiry .inquiryItem {
  margin: 45px 0;
}
.footerContact .inquiry .inquiryItem .txt {
  font-size: 0.69rem;
}
.footerContact .inquiry .inquiryItem .telephone {
  font-size: 1.76rem;
  font-weight: bold;
  border: 1px solid #707070;  border-radius: 4px;
  padding: 10px;
  margin: 10px 0;
}

@media print, screen and (min-width: 640px) {
  .footerInfo{
    height: 260px;
    background-color: #D7CEC5;
    background-image: url(../img/common/footer_info-bg_pc@2x.png);
    background-position: left;
  }
  .footerInfo::after {
    content: none;
  }
  .footerInfo .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 880px;
    max-width: 100%;
    height: 100%;
  }
  .footerInfo .img::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(90deg, rgb(215 206 197 / 0) 0%, rgb(215 206 197 / 30%) 20%, rgb(215 206 197 / 50%) 50%, rgb(215 206 197 / 100%) 80%, rgb(215 206 197 / 100%) 100%)
  }
}/*PC-600*/

@media print, screen and (min-width: 900px) {
  .footerNaviContent {
    padding: 10px 0;
  }
  .footerContactContent {
    text-align: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .footerContact .inquiry {
    margin-top: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .footerContact .inquiry .inquiryItem {
    margin: 0;
  }
  .footerContact .inquiry .inquiryItem:not(:first-child) {
    margin-left: 60px;
  }
  .footerContact .inquiry .inquiryItem .telephone {
    border: none;
    padding: 0;
  }
}/*PC-900*/
@media print, screen and (min-width: 1140px) {
  .footerInfo .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
.footerInfo .img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(215 206 197 / 0) 0%, rgb(215 206 197 / 0%) 20%, rgb(215 206 197 / 10%) 50%, rgb(215 206 197 / 100%) 80%, rgb(215 206 197 / 100%) 100%);
}
}/*PC-1140*/

/******** 商品ページ共通パーツの設定 **********/
/*他の製品
========================= */
.otherProduct {
  padding: 0;
}
.otherProduct-title {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.otherProductList {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1px;
}
.otherProductList li {
  flex: 1;
}
.otherProductItem {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  gap: 20px;
  flex-direction: row;
  background-color: #eee;
  padding: 20px;
}
.otherProductItem .img {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  flex: 1;
}
.otherProductItem .name {
  flex: 2;
}
/*出しわけ個別設定*/
#micomoilotion .otherProductList .micomoilotion,
#micomoiessense .otherProductList .micomoiessense,
#micomoicream .otherProductList .micomoicream
{
  display: none;
}
@media print, screen and (min-width: 720px) {
  .otherProductList {
    flex-direction: row;
  }
}


