@charset "UTF-8";

/********************************** default ********/
html, body{
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
body{
  font: 16px/1.7 "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4c4c4c;
  letter-spacing: 0.02em;
}
a,
a:visited{
  cursor: pointer;
  color: inherit;
}
img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.fadein{
  opacity: 0.1;
  transition: all 1000ms;
}
.fadein.is_in{
  opacity: 1;
}
.fadein[data-start = "del01"]{
  transition: all 100ms ease;
}
.fadein[data-start = "del02"]{
  transition: all 400ms ease;
}
.fadein[data-start = "del03"]{
  transition: all 800ms ease;
}
.fadein[data-start = "del04"]{
  transition: all 1200ms ease;
}
.fadein[data-start = "del05"]{
  transition: all 1600ms ease;
}
.fadein[data-start = "del06"]{
  transition: all 2000ms ease;
}
.fadein[data-start = "del07"]{
  transition: all 2400ms ease;
}
.fadein[data-start = "del08"]{
  transition: all 2800ms ease;
}
.fadein[data-start = "del09"]{
  transition: all 3200ms ease;
}
.fadein[data-start = "del10"]{
  transition: all 3600ms ease;
}
/*黄色マーカー*/
.cp_marker {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,240,170) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,240,170) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,240,170) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,240,170) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,240,170) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
}
.cp_marker.active{
    background-position: -100% .5em;
}

.wave{
    background:url(../img/wave.svg) bottom repeat-x; 
    background-size: 20px;
	padding-bottom: 3px;
}
/********************************** util ********/
.cfx:after {
		content: " ";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
}
.cfx {
		min-height: 1px;
}
* html .cfx{
	height: 1%;
}

.eng{ font-family: 'Lato', sans-serif; }
.min{
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight: 300;
  font-style: normal;
}

.logored{ color: #D2503C !important; }
.blue{  color: #8ac2c5 !important; }
.red{ color: #d51c24 !important; }
.pink{ color: #f4556c !important; }
.white{ color: #fff !important; }
.grayD{ color: #383838 !important; }
.grayL{ color: #fafafa !important; }
.grayLL{ color: #a0a0a0 !important; }
.txt{ color: #545454 !important; }

.lts004{
  letter-spacing: 0.04em;
}
.bgGrayD{
  background: #383838 !important;
}
.bgPinkL{ background: #eb9dad !important; }


.mgt_at{margin: 0 auto !important;}
.mgt05{ margin-top: 5px !important; }
.mgt10{ margin-top: 10px !important; }
.mgt15{ margin-top: 15px !important; }
.mgt20{ margin-top: 20px !important; }
.mgt30{ margin-top: 30px !important; }
.mgt40{ margin-top: 40px !important; }
.mgt50{ margin-top: 50px !important; }
.mgt60{ margin-top: 60px !important; }
.mgt70{ margin-top: 70px !important; }
.mgt80{ margin-top: 80px !important; }
.mgt90{ margin-top: 90px !important; }
.mgt100{ margin-top: 100px !important; }
.mgt110{ margin-top: 150px !important; }
.mgt120{ margin-top: 150px !important; }
.mgt130{ margin-top: 150px !important; }
.mgt140{ margin-top: 150px !important; }
.mgt150{ margin-top: 150px !important; }
.mgt170{ margin-top: 170px !important; }
.mgt200{ margin-top: 200px !important; }

.mgb20_at{ margin: 0 auto 20px !important; }
.mgb5{ margin-bottom: 5px !important; }
.mgb30{ margin-bottom: 30px !important; }
.mgb40{ margin-bottom: 40px !important; }
.mgb50{ margin-bottom: 50px !important; }

.mgl10{ margin-left: 10px !important; }

.pgb20{ padding-bottom: 20px !important; }
.pg30{ padding: 30px !important; }

section.rspMGT80{ margin-top: 80px !important; }


.txt_cent{text-align: center !important; }
.txt_jstf{ text-align: justify !important;}
.txt_rgt{ text-align: right !important; }
.fonB{ font-weight: bold !important; }
.fon80{ font-size: 80% !important; }
.fon90{ font-size: 90% !important; }
.fon115{ font-size: 115% !important; }
.fon120{ font-size: 120% !important; }
.fon140{ font-size: 140% !important; }
.line1_2{ line-height: 1.2 !important;}
.line1_3{ line-height: 1.3 !important;}
.line1_4{ line-height: 1.4 !important;}
.line1_5{ line-height: 1.5 !important;}
.txtInd{
  text-indent: -0.4em;
}

.lts-005{letter-spacing: 0.04em;}

.rel{ position: relative; }

.linkLine{
  text-decoration: underline;
}

.borderwrap{
  border: 1px solid #e8728b;;
  margin-top: 10px;
  padding: 8px 12px;
  color: #e8728b;
  font-size: 80%;
}
.note {
	font-size: 12px;
	line-height: 1.6;
}
.medium{
  font-size: 14px;
  line-height: 1.6;
}
.dispPC{ display: block !important; }
.dispSMP{ display: none !important; }

.yoyaku,.l_yoyaku{
  font-size: 14px;
  line-height: 1.6;
    background: #ed1c24;
    color: #FFF;
}
.yoyaku {
    padding: 5px 15px;
    display: flex;
}
.yoyaku img{
    width: 70px;
    margin: -20px -10px 0 0;
    padding: 0;
}

.l_yoyaku {
    text-align: center;
    padding: 5px;
}


.acd-check{
  display: none;
}
.acd-label{
  display: block;
  text-align: center;
  margin: auto;
  color: #999;
  border: 1px solid #999;
  background: #FFF;
  padding: 15px;
  width: 100%;
}
.acd-label:after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;    
  box-sizing: border-box;
  display: block;
  float: right;
  color: #FFF;
  background: #999;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  padding: 2px;
}
.acd-check:checked + .acd-label:after {
    content: '\f077';
}
.acd-content{
  height: 0;
  opacity: 0;
  padding: 0 ;
  transition: .8s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  visibility: visible;
}


a.teikibtn,
a.Normalbtn,
a.omatomebtn,
a.omatomeCvbtn{
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
}

a.teikibtn{
  background: -webkit-linear-gradient(top, #e88872, #f4556c);
  background: linear-gradient(to bottom, #e88872, #f4556c);
}

a.teikibtn img,
a.omatomebtn img{
  width: 65%;
}
a.Normalbtn img{
  width: 55%;
}
a.omatomeCvbtn img{
  width: 60%;
}

div.omatomebtn .otoku{
  width: 70px;
  margin-top:-80px;
  margin-left: 30px;
  position: relative;
  z-index: 999;
}

a.combtn{
  min-width: 160px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 7px 30px 7px 20px;
  margin-left: 10px;
  background: #e891a3;
}

a.Normalbtn{
  background: #CCCC33;
}
a.omatomeCvbtn{
  background: #754c24;
}

a.omatomebtn{
  background: #FFF;
  border: solid 3px #754c24;
}

a.combtn::after{
  position: absolute;
  padding:3px 0 0 5px;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-size: 14px;
}

a.teikibtn::after,
a.omatomeCvbtn::after,
a.Normalbtn::after{
  position: absolute;
  top: 28%;
  right: 20px;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-size: 16px;
}

a.omatomebtn::after{
  position: absolute;
  top: 28%;
  right: 20px;
  color: #603813;
  font-family: 'Font Awesome 5 Free';
  content: '\f107';
  font-size: 18px;
}


a.teikibtn:hover,
a.Normalbtn:hover,
a.omatomeCvbtn:hover,
a.omatomebtn:hover{
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
a.pageTop{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 2.3;
  color: #fff;
  background: #e8728b;
  font-size: 20px;
  text-align: center;
  position: fixed;
  z-index: 5;
  right: 25px;
  bottom: 25px;
}

main{
  margin: auto 0;
}
.dispN{
  display: none !important;
}



/********************************** common ********/
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 0 15px 25px;
  background: #FFF;
  border-top: 10px solid #D2503C;
  border-bottom: 1px solid #D2503C;
  color: #754c24;
}
.headerWrapper{
  display: -webkit-box;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
.logoBox{
  width: 23%;
}
.logoBox img{
  margin-top: 15px;
}
h1{
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.navBox{
  width: 85%;
  padding-left: 50px;
}
.contactBox_tel,
.contactBox{
  display: flex;
  justify-content: space-between;
}
.contactBox{
  padding: 20px 20px;
  vertical-align: middle;
  background: #fbf1ef;
}
.contactBox_voice{
  display: flex;
  justify-content: space-between;
}
    .contactBox_voice li{
      border: 1px solid #cdcdcd;
      padding: 10px 15px;
    }


.cartIcon,
.mailIcon,
.comIcon{
  font-size: 14px;
}
.cartIcon,
.mailIcon{
    margin-right: 20px;
}
.cartIcon i,
.mailIcon i,
.comIcon i{
  font-size: 22px;
  padding-right: 4px;
}
img.dial{
  display: inline-block;
  width: 32px;
  margin-right: 10px;
}
.telArea{
  padding-top: 10px;
}
.tel{
  color: #D2503C;
  font-size: 32px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  line-height: 1.1;
}
.navWrapper{
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
nav{
  position: absolute;
  top: -25px;
  left: calc(23% + 30px);
  width: calc(77% - 30px);
  z-index: 300;
}
nav ul{
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
nav ul li{
  font-size: 15px;
  color: #603813;
  margin-right: 5px;
}
nav ul li a{
  color: #754c24;
}
nav ul li::before{
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 12px;
  background-image: url(../img/common/mark.png);
  margin-left: 5px;
}

nav ul li:last-child::before{
  content: "";
  display: none;
}

nav ul li a:hover{
  color: #D2503C;
  padding-bottom: 3px;
}
.smp_infoBox{
  display: none;
}
hr{
  border: 0;
  margin: 50px auto;
  border-top: 1px solid #cdcdcd;
}
hr.dotted{
  border-top: 1px dotted #cdcdcd;
}
hr.gdotted{
  border-top: 3px dotted #8ac2c5;
}


.topic p{
    font-weight: bold ;
    text-align: center;
    color: #e8728b;
}
.topic a{
  text-decoration:underline;
  color: #e8728b;
}

/*********************************************** headline */
.topFV{
  margin: 0 auto;
  width: 40%;
}
.sashH2,
.trialH2,
.LINEH2 h2{
  padding: 8px 15px;
  font-size: 24px;
  font-weight: bold;
}
.sashH2{
  background: #8ac2c5;
  color: #fff;
}
.trialH2{
  color: #545454;
  border-top: 1px dotted #545454;
  border-bottom: 1px dotted #545454;
}
.trialH2_pink{
  color: #e891a3;
  border-top: 1px dotted #e891a3;
  border-bottom: 1px dotted #e891a3;
  font-size: 20px;
  padding: 8px 15px;
}
.sashH3{
  background: #a0a0a0;
  padding: 8px 10px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
.pinkH3{
  color: #e891a3;
  font-size: 22px;
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight: bold;
  font-style: normal;
  letter-spacing: -0.02em;
}
.pinkH3 span{
  font-weight: bold;
}
h2.topAbout{
  font-size: 26px;
  color: #f4556c;
  font-family: a-otf-ryumin-pr6n,serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
h2.commonH2{
  font-size: 30px;
  color: #f4556c;
  margin: 10px auto 25px;
  text-align: center;
}
h2.itemName{
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
h2.periodical{
  font-size: 28px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 30px;
}
h3.commonH3{
  font-size: 26px;
  line-height: 1.5;
  color: #f4556c;
  margin: 50px 0;
}
h3.category_ttl{
  font-size: 26px;
  font-weight: bold;
  color: #8ac2c5;
  margin: 20px auto 5px;
}

h3 img{
   width: 45%;
   margin-top: 50px;
}
.pickupH3{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #e891a3;
  margin: 20px auto;
}
.pinkBorderH3,
.grayH3{
  border-left: 6px solid;
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 1.5;
  margin: 50px auto 15px;
}
.pinkBorderH3{
  border-left-color: #e891a3;
  color: #e891a3;
}

h4{
  font-size: 20px;
  color: #e8728b;
  font-weight: bold;
}
h4.gray{
  color: #383838;
  margin: 0 0 0 -40px;
}
h4.errorMgs{
  color: #383838;
  font-weight: bold;
  margin-top: 50px;
  font-size: 16px;
  color: #e8728b;
}
h5{
    font-size: 18px;
    text-align: center;
  }

/*********************************************** flexBox */
.newsList,
.itemList,
.topList,
.itemIntro,
.pickupMember,
.shoppingFlow,
.footerPcInner,
.subCategory,
.subCategoryBlue,
.timeSchedule,
.bulk,
.itemFeature,
.itemStep,
.effectExp,
.otherElmBox,
.otherElmBox40,
.howtoUse,
.howtoUse_noimg,
.shopGuideBnr,
.snsBnr,
.illTxt50,
.tipsContentOne{
  display: flex;
  justify-content: space-between;
}
/*********************************************** wrap */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
}
.shortWrapper{
  max-width: 540px;
  margin: 0 auto;
    padding: 0 10px;
}

.shortWrapper dl dd {
  margin-top: 20px;
}
.shortWrapper dl dd::before{
  content: "●";
}
.shortWrapperBorder{
  width: 100%;
}
.baseColor{
  background: #fff;
  padding: 50px 0;
}
.baseRed{
  background: #D2503C;
  padding: 50px 0;
}

.baseWhite{
  max-width: 840px;
  background: #fff;
  padding: 30px;
  margin: 30px auto;
}
.commonBase .baseColor,
.commonBase .baseWhite,
.baseRed{
  padding: 30px;
}
.commonBase .headerImgWrapper{
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(#fff 0%,#fff 40%,#f1f8f8 40%,#f1f8f8 100%);
}
.headerImgWrapper > h2{
  max-width: 1000px;
  margin: 0 auto;
}


/*********************************************** humberger */
.smpMenuWrap{
  position: fixed;
  top: 30px;
  left: 10px;
  z-index: 100;
  display: none;
}
.smpMenu,
.smpMenu span{
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.smpMenu{
  position: relative;
  width: 36px;
  height: 38px;
}
.smpMenu span{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #808080;
  border-radius: 2px;
}
.smpMenu span:nth-of-type(1){
  top: 0;
}
.smpMenu span:nth-of-type(2){
  top: 18px;
}
.smpMenu span:nth-of-type(3){
  bottom: 0;
}
.smpMenu.active span:nth-of-type(1){
  -webkit-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}
.smpMenu.active span:nth-of-type(2){
  opacity: 0;
}
.smpMenu.active span:nth-of-type(3){
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}
.smpSub,
.dispSMP320{
  display: none;
}

/*********************************************** footer */
footer{
  margin: 0 auto;
}
.footerWrapper{
  margin-top: 20px;
  background: #f5f8f8;
  color: #4c4c4c;
  padding: 40px 0;
}
.footerPcInner{
  max-width: 1000px;
  margin: 0 auto;
}
.footerPcInner a{
  display: block;
}
.footerPcInner a:hover{
  color: #8ac2c5;
}
.footerPcInner .eng{
  font-size: 30px;
  font-weight: bold;
}
.footerMenuTItle a:visited{
  color: #8ac2c5;
}
    
    .footerMenuTItle{
  color: #8ac2c5;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.footerPcInner li{
  font-size: 14px;
  line-height: 25px;
}
.footerLogo{
  margin: 40px auto 0;
  max-width: 190px;
}
small{
  display: block;
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #8ac2c5;
}

/*********************************************** breadCrumb */
.breadCrumb ol{
  margin-bottom: 50px;
  font-size: 0;
}
.breadCrumb li{
  display: inline-block;
  font-style: normal;
  margin-right: 25px;
  font-size: 12px;
  position: relative;
}
.breadCrumb li:not(:last-child)::after{
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 10px;
  position: absolute;
  top: 3px;
  right: -18px;
  color: #a0a0a0;
}
.breadCrumb a{
  text-decoration: underline;
}


/*********************************************** topPage */
.fvBnrSlide{
  max-width: 1000px;
  margin: -25px auto 0;
}
.slideLines{
  text-align: center;
  padding: 20px 0 25px;
}
.slideLines li{
  display: inline-block;
  margin: 0 7px;
}
.slideLines button{
  font-size: 0;
}
.slideLines li button{
  width: 50px;
  height: 3px;
  background: rgba(232, 114, 139, 0.4);
}
.slideLines li.slick-active button{
  background: #e8728b;
}
.slide-arrow{
  position: absolute;
  width: 20px;
  top: 50%;
  margin-top: -15px;
  z-index: 10;
}
.prev-arrow{
  left: 20px;
}
.next-arrow{
  right: 20px;
}

.bgFlo{
  background: url('//mz-science.com/img/top_flo_lf.png') top left no-repeat,
    url('//mz-science.com/img/top_flo_rgt.png') top right no-repeat,
    #fff;
  background-size: contain;
  margin-top: 70px;
}
.bgFlo > .wrapper{
  padding: 50px 0 60px;
}
.aboutLead{
  text-align: center;
  font-size: 18px;
  margin: 50px auto;
}
.ranking .itemList li{
  position: relative;
}
.rankNumBox{
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  margin: 0 auto;
}
.rankFlg{
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1.4;
  padding: 7px 0;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  color: #fff;
}
.rankFlg::after{
  position: absolute;
  content: '';
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border-width: 25px 10px 25px 0;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  transform: rotate(90deg)
}
.no01{
  background: #d4b842;
}
.no02{
  background: #b7b6b4;
}
.no03{
  background: #995f02;
}
.no04{
  background: #61a8d5;
}
.ranking .itemList a{
  text-decoration: none;
}
.rankTxt{
  margin-top: 15px;
}
.categoryChoice{
  content: '\f054';
}

.voiceBnrWrap{
  padding: 80px 0;
}
.LINEH2 > h2 {
  color: #FFF;
  background-color: #00B900;
}
.LINEH2 > div > h3 {
  font-size: 165%;
  font-weight: bold;
  margin-top: 6%;
}

.newsBg{
  background: #FFF;
}
.newsBg > .wrapper{
  padding: 50px 0;
}
table.news{
  margin-top: 50px;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
}
table.news tr{
  border-top: 1px solid #e8e8e8;
}
table.news th{
  vertical-align: middle;
  width: 20%;
  font-size: 20px;
  font-weight: normal;
  font-family: 'Lato', sans-serif;
  color: #a0a0a0;
  text-align: left;
  padding: 10px 10px;
}
table.news td{
  vertical-align: middle;
  width: 80%;
  padding: 10px 10px 10px 30px;
}

.newsList{
  flex-wrap: wrap;
  font-size: 90%;
}
.newsList li{
  width: calc(100% / 4 - 10px);
  background: #fff;
  margin: 0 5px 20px;
}

.newsList img{
    height: 180px;
    object-fit: cover;
    width: auto;
}


/*********************************************** itemList */
.itemList li.try img{
  width: 50% !important;
  float: left;
  margin-right: 10px;
}

.itemList li.set{
  width: calc(100% / 6 - 10px);
  background: #fff;
  margin: 0 10px 15px 0;
  border-radius: 10px;
  padding: 0 !important;
}

.itemList li.set .brand{
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
}

.newsList li,
.itemList li,
.subCategory a,
.subCategoryBlue a,
.bulk li,
.shopGuideBnr li{
  padding: 5px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.newsList a,
.subCategory a,
.shopGuideBnr a{
  text-decoration: underline;
}
.newsList li:hover,
.bulk li:hover,
.snsBnr li:hover,
.shopGuideBnr li:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.snsBnr p{
    font-size: 14px;
    padding-bottom: 20px;
}

.snsBnr li:hover{
  opacity: 0.6;
}

.non-hover:hover{
  box-shadow: none !important;
}
.bulk p{
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
}
.itemList p{
  font-size: 16px;
  color: #386F81;
  text-align: center;
  font-weight: bold;
}


p.trial,
p.set{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  padding: 5px;
}

p.trial{
  margin: 20px auto;
  background: #CCCC33;
}

p.set{
  margin: 5px auto;
  background: #D2503C;
}



/*********************************************** each items */
.itemIntro li:first-child{
  padding-top: 20px;
  width: 60%;
}
.itemIntro li:last-child{
  width: 40%;
}

.itemDetail{
  padding-left: 50px;
  text-align: center;
  margin: auto;
}
.itemDetail .spanBorder{
  border-color: #e8728b;
  font-size: 14px;
  color:  #e8728b;
}
.itemcopy{
  font-size: 18px;
  line-height: 1.5;
  color: #8ac2c5;
  margin-top: 22px;
}
.capacity{
   font-size: 14px;
   line-height: 1.6;
   margin-top: 5px;
   text-align: left;
}
.teikiwrap{
  background: #fef2f9;
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
}
.teikittl{
  color: #FFF;
  background: #f4556c;
  border-radius: 15px;
}
.teikimerit{
  background: #FFF;
  padding: 5px 30px;
  margin-top: 10px;
}
div.Normalbtn,
div.omatomebtn{
  padding: 0 20px;
}
div.omatomeCvbtn{
  padding: 0 10px;
}


.priceBox{
  align-items: baseline;
  line-height: 1.4;
  text-align: center;
  margin: auto;
}
.normalPrice::after{
  content: '→';
}
.ordinaryPrice::after{
  content: ':';
}

.discount{
  font-size: 30px;
  font-weight: bold;
  color:  #f4556c;
}
.noDiscount{
  font-size: 24px;
  font-weight: bold;
}
.omatome dl dd p .brandname{
    font-size: 90%;
}
.omatome dl dd p .item{
    font-size: 120%;
    font-weight: bold;
}
.omatome .icon{
    padding: 0 20px;
    display: flex;
}

.difference{
  width: 160px;
  background:  #f4556c;
  color: #FFF;
  padding: 3px 10px;
  margin: auto;
  text-align: center;
}
.differenceTotal{
  color: #FFF;
  padding: 3px 8px;
  background:  #ED1C24;
  text-align: center;
  line-height: 2.4;
  font-weight: bold;
}

.discountRatio,
.packingFree{
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 10px;
  font-size: 18px;
  border: 1px solid #f4556c;
}
.discountRatio{
  padding: 3px 10px;
  color: #f4556c;
  font-family: 'Lato', sans-serif;
}
.packingFree{
  color: #fff;
  background: #e8728b;
  margin-left: 10px;
}
.spf{
  color: #fff;
  background: #e8728b;
  padding: 3px 10px;
}
.recommend{
  background: #8ac2c5;
  color: #FFF;
  padding: 5px;
}

.bulk li{
  width: calc(100% / 3 - 10px);
  background: #fff;
  position: relative;
  border: 1px solid #efefef;
}
.special_pack{
  color: #e8728b;
  font-weight: bold;
  padding: 3px 10px 2px;
  font-size: 85%;
  margin-right: 7px;
  border-bottom: 1px solid #e8728b;
  border-top: 1px solid #e8728b;
}

.illustrationBox{
  max-width: 600px;
  margin: auto;
}

.illTxt50 li{
  width: calc(100% / 2 - 10px);
}
.tipsContainer{
  background: #f1f8f8;
  padding: 50px 15px 15px;
  display: flex;
  margin-top: 50px;
  justify-content: space-between;
  position: relative;
  border-radius: 10px;
}
.tipsContainer_1{
    width: 50%;
}

.tipsTitle{
  background: #8ac2c5;
  padding: 7px;
  width: 70%;
  margin: auto;
  right: 0;
  left: 0;
  position: absolute;
  top: -15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.tipsContainer dl{
  display: flex;
  width: calc(100% / 2 - 10px);
}
.tipsContentOne{
  width: 80%;
  margin: 0 auto;
}
.tipsContentOne li{
  width: calc(100% / 2 - 15px);
  font-size: 14px;
  line-height: 1.4;
}
.tipsContainer dt{
  width: 25%;
  background: #fff;
}
.tipsContainer dd{
  width: 75%;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 10px;
}
/*********************************************** item detail */
.itemFeature > li:first-child{
  width: 60%;
  padding-right: 30px;
}
.itemFeature > li:last-child{
  width: 40%;
}
.itemFeature li p{
  text-align: justify;
}
.itemPoint{
  position: relative;
  top: 0;
  left: -60px;
}
.itemStepContainer{
  background: #efefef;
  padding: 15px;
  margin-top: 30px;
}
.itemStep{
  margin-top: 10px;
}
.itemStep li{
  border: 1px solid #a0a0a0;
  padding: 15px;
  background: #fff;
  position: relative;
  width: calc(100% / 3 - 20px);
}
.itemStep li:not(:last-child)::after{
  content: '\f0da';
  position: absolute;
  top: 35%;
  right: -22px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  color: #a0a0a0;
  font-size: 30px;
}

.itemStep li dl{
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
}
.itemStep li dt{
  width: 20%;
}
.itemStep li dd{
  width: 80%;
  padding-left: 10px;
}
#current{
  background: #e8728b;
  border: 1px solid #e8728b;
}
#current dd{
  color: #fff;
  font-weight: bold;
}
.itemStep .stepIcons{
  background: #efefef;
  font-size: 13px;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
}
#current .stepIcons{
  background: #fff;
  color:  #eb9dad;
  font-weight: bold;
}
.effectExp .expTxt{
  width: 70%;
  padding-right: 15px;
}
.effectExp .elemtImg{
  display: flex;
  width: 30%;
}
.otherElmBox li:first-child{
  width: 30%;
}
.otherElmBox li:last-child{
  width: 70%;
  padding-left: 15px;
}
.otherElmBox40 li:first-child{
  width: 40%;
}
.otherElmBox40 li:last-child{
  width: 60%;
  padding-left: 15px;
}

.otherElmBox_imgonly{
margin:auto 10%;
}


table.elmntDetail{
  border: 1px solid #a0a0a0;
  border-collapse: collapse;
  line-height: 1.4;
}
table.elmntDetail tr{
  border: 1px solid #a0a0a0;
}

table.elmntDetail th{
  font-weight: normal;
  padding: 10px 15px;
  text-align: left;
  width: 20%;
  background: #8ac2c5;
  color: #FFF;
}
table.elmntDetail th.bg{
  border-bottom: 1px solid #FFF;
}


table.elmntDetail td{
  width: 70%;
  padding: 10px 15px;
}
.detailPoint{
  position: relative;
}
.detailPointSash{
  line-height: 1.2;
  background: #8ac2c5;
  padding: 5px 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.detailPoint h4{
  font-weight: bold;
  margin-left: 115px;
}
.howtoUse li,
.howtoUse_noimg li{
  position: relative;
  border: 1px solid #545454;
  padding: 15px;
  width: calc(100% / 4 - 20px);
}
.howtoNum{
  position: absolute;
  top: 0;
  left: 0;
  background: #545454;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  padding: 5px 15px;
}
.howtoUse dl,
.howtoUse_noimg dl{
  display: block;
  padding-top: 10px;
}
.howtoUse dt{
  margin: 0 auto;
  width: 90%;
}
.howtoUse_noimg dt{
  margin: 0 auto 40px;
  width: 90%;
}
.howtoUse dd,
.howtoUse_noimg dd{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.omatome dl{
display: flex;
margin: 0 auto;
}
.omatome dt{
width: 45%;
}
.omatome dd{
padding: 0 0 0 5px;
margin: 0 auto;
width: 55%;
}

.disp768{
  display: none;      
 }
.related .itemList li{
  width: calc(100% / 3 - 30px);
  margin: 0 auto;
}
.topList li{
  width: 50%;
}

.snsBnr li,
.shopGuideBnr li{
  width: calc(100% / 2 - 10px);
  background: #fff;
  text-align: center;
  border: 1px solid #ccc;
  padding-top: 10px;
}
.shopGuideBnr li a{
  text-decoration: none;
  padding: 20px;
}
.guideBnrTitle{
  font-size: 20px;
  text-align: center;
  color: #D2503C;
}
.guideBnrTitle i{
  font-size: 30px;
  vertical-align: top;
}

.aboutGuide .note{
  font-size: 14px;
  font-weight: bold;
}

.comp{
    background: #e8728b;
    color: #FFF;
    padding: .7% 2.5%;
    border-radius: 10px;
}
.comp_ef{   
    color: #e8728b;
    font-weight: bold;
}

/*********************************************** faq */

.subCategory,
.subCategoryBlue{
  flex-wrap: wrap;
}
.subCategory li{
  border: 1px solid #a0a0a0;
}

.subCategoryBlue {
  margin: 0 auto;
  background: #FF0004;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.div4 li{ width: calc(100% / 4 - 15px); }
.div3 a{ width: calc(100% / 3 - 15px); }
.div2 li{ width: calc(100% / 2 - 15px); }

.subCategoryBlue a{
  text-decoration: none;
  margin: 0 auto;
  font-size: 14pt;
  font-weight: 700;
}
    .subCategoryBlue a{color: #fff;}

.subCategory a::after,
.subCategoryBlue a::after{
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  position: absolute;
  top: 6px;
  right: 7px;
}
    .subCategory a::after{content: '\f078';}
    .subCategoryBlue a::after{content: '\f054';}

.subCategory a:hover{
  background: #a0a0a0;
  color: #fff;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

}
    .subCategory a:hover{background: #a0a0a0;}


.toggleContents,
.newsContents{
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid #cdcdcd;
}
.refundDetail{
  width: 90%;
  margin: 0 auto;
}
.toggleContents dt,
.newsContents dt{
  border-top: 1px solid #cdcdcd;
  padding: 15px 15px 20px;
  position: relative;
}
.toggleContents dd,
.newsContents dd{
  display: none;
  border-top: 1px dotted #cdcdcd;
  padding: 15px 15px 20px;
}
.toggleContents dt::before,
.toggleContents dd::before,
.newsContents dt::before,
.newsContents dd::before{
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  margin-right: 10px;
  font-weight: bold;
}
.toggleContents dt::before{
  content: 'Q.';
}
.toggleContents dt::after,
.newsContents dt::after{
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 700;
  color: #a0a0a0;
  right: 10px;
}
.toggleContents dt::after{top: 28px;}
.newsContents dt::after{top: 18px;}

.toggleContents dt.close::after,
.newsContents dt.close::after{
  content: '\f077';
}
.toggleContents dd::before{
  content: 'A.';
  color: #e891a3;
}

/*********************************************** about */
.profEngTitle{
  font-family: 'Lato', sans-serif;
  color: rgba(160, 160, 160, 0.4);
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.0;
}
.profBox,.profBox_2 {
  display: flex;
}
.profBox dt{
  width: 24%;
}
.profBox dd{
  width: 76%;
  padding-left: 20px;
}
.profBox img{
  width: 100%;
}
.profBox_2_inner {
  padding-left: 30px;
  width: 72%;
}
.prof_test{
  padding-right: 30px;
  width: 72%;
}
.profDetailTest{
  display: flex;
  justify-content: space-between;
}
.profDetailTest > div{
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.ceo {
  width: 28%;
}

/*********************************************** voice */
.pickupMember{
  margin: 0 auto 100px;
}
.pickupMember li:first-child{
  position: relative;
  width: 30%;
}
.pickupMember li:last-child{
  width: 70%;
  padding-left: 20px;
}
.useItem{
  padding: 10px;
  background: #efefef;
  font-size: 14px;
}
.spanBorder{
  font-size: 12px;
  border: 1px solid;
  padding: 4px 10px;
  margin-right: 10px;
  background: #fff;
}
.pickupBall{
  background: #e8728b;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 1.1;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: -40px;
  padding-top: 16px;
}
.otherVoiceIntro{
  display: flex;
}
.otherVoiceIntro dt{
  max-width: 60px;
}
.otherVoiceIntro dd{
  margin-left: 10px;
}
.voiceDotted{
  margin: 15px auto;
}

/*********************************************** guide */
.contentsInner{
  width: 94%;
  margin: 0 auto;
}
.shoppingFlow li{
  width: calc(100% / 3 - 30px);
  position: relative;
  border: 1px solid #a0a0a0;
}
.shoppingFlow li:not(:last-child)::after{
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: 40%;
  right: -35px;
}
.shoppingFlow .contentsInner{
  padding: 15px;
}
.shoppingHowto{
  background: #a0a0a0;
  text-align: center;
  line-height: 1.2;
  padding: 3px 0 5px;
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.shoppingCredit{
  max-width: 260px;
}
.shoppingNP{
  max-width: 420px;
}
.shoppngSagawa{
  max-width: 150px;
}
.timeSchedule{
  flex-wrap: wrap;
}
.timeSchedule li{
  border: 1px solid #cdcdcd;
  background: #efefef;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  margin-bottom: 15px;
  width: calc(100% / 6 - 5px);
}
.plusPadding{
  padding: 30px;
}
.innerPadding{
  margin: 0 auto;
  padding: 20px;
}
.fax{
  font-size: 24px;
}



/*********************************************** refund */

.listTypeSquare,.listTypeDisc{
  padding-left: 1em;
}
.listTypeSquare li{
  list-style-type: square;
  list-style: #8ac2c5;
}

.listTypeDisc li{
  list-style-type: disc;
  color: #8ac2c5;
}

.listTypeDisc li span{
  color: #4c4c4c;
}


/*********************************************** periodical */
.periodicalPoint{
  display: flex;
  justify-content: flex-start;
}
.pointSash{
  line-height: 1.2;
  background: #8ac2c5;
  padding: 4px 8px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}
.periodicalPoint h3.commonH3{
  margin: 0;
  padding: 0;
  font-weight: bold;
}


/*********************************************** Specified Commercial */

.commonTable{
  width: 100%;
  border: 1px solid #cdcdcd;
  border-spacing: 0;
  border-collapse: collapse;
}
.commonTable tr{
  border: 1px solid #cdcdcd;
}
.commonTable th{
  text-align: left;
  background: #efefef;
  font-weight: normal;
  padding: 15px 20px;
  width: 25%;
  border-right: 1px solid #cdcdcd;
}
.commonTable td{
  width: 75%;
  padding: 15px 20px;
}
.mail::after{
  content: attr(data-domain);
}
.mail::before{
  content: attr(data-user) "@";
}


/**********************************************************************************************6/2.7/11追加分  */

.top {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #D8DDDF;
}
.topimg {
  width: 250px;
  text-align: center;
}

.inner{
  margin: 0 auto;
  text-align: center;
  color: rgb(73, 73, 73);
  
}
.inner h2{
  font-size: 200%;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.4em;
}

.inner p{
  font-size: 110%;
  line-height: 1.8em;
}

small{
   color: #000000;
}

.bt_3 {
  position: absolute;
  top: 0;
  right: 0;
}

.br_600{
  display: none!important;
}

h3.item{
  width: 90%;
  text-align: left;
  font-size:  200%;
  font-weight: 900;
  color: #656464;
  letter-spacing: 0.05em;
  border-bottom: 2px solid  #656464;
  position: relative;
}

.bt_3{
  position: absolute;
  top: -9px;
  right: 0px;
}

.bt_3 .allclick{
 background-color: #386F81;
 display: inline-block;
 border-radius: 10px;
 padding: 6px 45px 6px 45px;
 color: #FFFFFF;
 font-weight: 600;
 font-size:57%;
}

.bt_3 .allclick::after{
  font-family:'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  content: '\f105';
  font-size: 18px;
  top: 16px;
  right: 10px;
  color: #FFFFFF;
}

.bt_3 :hover{
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.subCategoryBlue {
  margin: 0 auto;
  background: #386F81;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.subCategoryBlue:hover{
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.subCategoryBlue a::after{
  font-family:'Font Awesome 5 Free';
  content: '\f105';
  font-weight: 600;
  position: absolute;
  top: 6px;
  right: 7px;
}

.inner_bt {
  text-decoration: none;
  margin: 0 auto;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;	
}

.bt_1 {
  background-color: #386F81;
  display: inline-block;
  border-radius: 10px;
  padding: 6px 40px;
  position: relative;
  margin-right: 30px;
}

.bt_1:hover{
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

li.bt_2 {
  background-color: #386F81;
  display: inline-block;
  border-radius: 10px;
  padding: 6px 40px;
  position: relative;
}

li.bt_2:hover{
  opacity: 0.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.inner_bt a {
 text-decoration: none;
 margin: 0 auto;
 font-size: 15pt;
 font-weight: 700;
 color: #FFFFFF;
 letter-spacing: 0.1em;
}
.inner_bt a::after{
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  font-size: 18px;
  top: 7px;
  right: 9px;
}
li.bt_2 .small {
  font-weight: 400;
  font-size: 17px;
}
.itemList{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.itemList::after{
  content: "";
  display: block;
  width: 30%;
}
.itemList li{
  width: calc(100% / 3 - 20px);
  background: #fff;
  
}
.itemList img{
 width: 400px;
 height: 400px;
 object-fit: contain;	
}

.itemList video{
 width: 400px;
 height: 400px;
 object-fit: contain;
 display: block;
 margin: 0 auto;
 max-width: 100%;
}
.footer_inner {
  text-align: center;
  padding: 20px 0;
  color: #656464;
  background: #D8DDDF;
}
/*----------------------------------menu--------------------------------*/

.guidance {
  position: relative;
  width: 100%;
  background-color: #444;
  z-index: 5;
}

.gnavi_lists {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 0 auto;
  width: 700px;

}
.gnavi_lists .gnavi_list{
  display: inline-block;
  margin: 0 auto;
  width: 20%;
  height: 50px;
  position: relative;
  transition: all .3s;
}
.gnavi_lists .gnavi_list  a{
  padding: 10px 30px;
  display: block;
  letter-spacing: 0.2em;
  color: #efefef;
}

.gnavi_lists .gnavi_list:hover  a{
  background-color: #efefef;
  color: #444;
	
}
 
/* Submenu */
 
.gnavi_lists .gnavi_list .dropdown_lists{
   display: none;/*デフォルトでは非表示の状態にしておく*/
   width: 200%;
   position: absolute;
   background-color:#D8DDDF; 
   top: 50px;
   left:0px;
}
ul li .dropdown_lists .dropdown_list{
   display: block;
   z-index: 50;
}
ul li .dropdown_lists .dropdown_list a{
   font-size: 80%;
   background-color: #efefef;
   color: #444;
}
ul li .dropdown_lists .dropdown_list a:hover{
   background-color: #ddd;
}

.guidance ul li .dropdown_lists{
   display: none;
}
.guidance ul li:hover .dropdown_lists{
   display: block;
}

