/* トップページ   --------------------------------------------- */
.main {
   background-color: #f6e5e5;
   height: 700px;
   padding-top: 20px;
}
.mainIn {
   width: 1120px;
   position: relative;
   margin: 0 auto;
   height: 680px;
}
.main_face {
   position: absolute;
   bottom: 0;
   left: -40px;
}
.main_right {
   float: right;
   padding-top: 60px;
}
.main_right .subcatch {
   font-size: 19px;
   font-size: 1.9rem;
   font-weight: bold;
   margin-bottom: 10px;
}
.subcatch02 {
   background-color: #da5c99;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.5em;
  margin-bottom: 30px;
}
.subcatch03 {
   font-size: 24px;
   font-size: 2.4rem;
   font-weight: bold;
   color: #ea0a77;
}
.handsfree {
   position: relative;
}
.handsfree .araeru {
   position: absolute;
   right: 0;
   bottom: -45px;
}
@media screen and (max-width: 1120px) {
.main {
   height: auto;
}
.main img {
   max-width: 100%;
   height: auto;
   margin: 0 auto;
}
.mainIn {
   width: 100%;
   height: auto;
   padding: 1em 2em 700px;
}
.main_face {
   position: absolute;
   text-align: center;
   bottom: 0;
   left: 0;
   right: 0;
   margin: 0 auto;
}
.main_face img {
   width: 400px;
   height: auto;
}

.main_right {
   float: none;
   padding-top: 0px;
   text-align: center;
}
.main_right .subcatch {
   font-size: 14px;
   font-size: 1.4rem;
   font-weight: bold;
   margin-bottom: 10px;
}
.subcatch02 {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 30px;
}
.subcatch03 {
   font-size: 18px;
   font-size: 1.8rem;
}
.handsfree {
   position: relative;
}
.handsfree .araeru {
   position: absolute;
   right: 0;
   left: inherit;
   margin: 0 auto;
   bottom: inherit;
   top: -50px;
}
}
@media screen and (max-width: 768px) {
.main_face img {
   width: 70%;
   height: auto;
}
.handsfree .araeru {
   position: absolute;
   right: 0;
   left: 0;
   margin: 0 auto;
   bottom: -260px;
   top: inherit;
}
.main_right {
   float: none;
   padding-top: 0px;
   text-align: left;
}
}

.beauty_catch {
   background-color: #cf51c3;
   text-align: center;
   font-size: 26px;
   font-size: 2.6rem;
   color: #FFF;
   padding: 1em;
   margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.beauty_catch {
   font-size: 20px;
   font-size: 2.0rem;
   padding: 0.7em;
   margin-bottom: 40px;
}
}
.beauty_title {
   text-align: center;
   margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
.beauty_title {
   margin-bottom: 70px;
}
.beauty_title img {
   width: 70%;
   height: auto;
}
}
.beauty_list {
   text-align: center;
   width: 1200px;
   margin: 0 auto 60px;
}
@media screen and (max-width: 1200px) {
.beauty_list {
   width: 94%;
   margin: 0 auto 10px;
}
}
.beauty_list li {
   width: 360px;
   margin: 0 20px 20px;
   display: inline-block;
   background-color: #ffecf5;
   position: relative;
   font-size: 20px;
   font-size: 2.0rem;
   padding: 110px 1em 20px;
}
.beauty_list li span {
   font-size: 30px;
   font-size: 3.0rem;
   font-weight: bold;
   color: #e91f81;
}
.beauty_list li img {
   position: absolute;
   top: -70px;
   left: 0;
   right: 0;
   margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.beauty_list {
   margin-bottom: 60px;
}
.beauty_list li {
   width: 30%;
   margin: 0 1.2%;
}
}
@media screen and (max-width: 768px) {
.beauty_list li {
   width: 100%;
   margin: 0 auto 60px;
   display: inline-block;
   background-color: #ffecf5;
   position: relative;
   font-size: 20px;
   font-size: 2.0rem;
   padding: 80px 1em 20px;
}
.beauty_list li img {
   position: absolute;
   top: -40px;
   width: 30%;
   height: auto;
}
}
.shufu {
   background: url(../img/bg001.gif) top center repeat;
   background-size: cover;
   padding: 3em;
   text-align: center;
   color: #FFF;
   font-size: 24px;
   font-size: 2.4rem;
   margin-bottom: 60px;
}
.shufu h2 {
   font-size: 28px;
   font-size: 2.8rem;
   margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.shufu {
   padding: 2em 1em;
   font-size: 17px;
   font-size: 1.7rem;
   margin-bottom: 40px;
}
.shufu h2 {
   font-size: 19px;
   font-size: 1.9rem;
   margin-bottom: 30px;
}
}
.size {
   font-size: 28px;
   font-size: 2.8rem;
   text-align: center;
   margin-bottom: 40px;
}
.size_left {
   color: #dab904;
   font-weight: bold;
   text-align: center;
}
.size_right {
   color: #f62b99;
   font-weight: bold;
   text-align: center;
}
.black_mask {
   padding: 5px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #313131;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.size {
   font-size: 22px;
   font-size: 2.2rem;
}
.size_left {
   margin-bottom: 25px;
}
.black_mask {
   padding: 8px 10px;
}
}
.size_txt {
   background-color: #bb46a1;
   text-align: center;
   padding: 1em 2em;
   font-size: 28px;
   font-size: 2.8rem;
   color: #FFF;
   display: table;
   margin: 0 auto 80px;
}
.size_txt span {
   display: block;
   font-size: 24px;
   font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
.size_txt {
   padding: 1em 1em;
   font-size: 22px;
   font-size: 2.2rem;
   margin: 0 auto 40px;
}
.size_txt span {
   display: block;
   font-size: 18px;
   font-size: 1.8rem;
}
}
.popular_title {
   text-align: center;
   background-color: #0f9bdc;
   padding: 40px 20px;
   margin-bottom: 40px;
}
.popular_title img {
   max-width: 100%;
   height: auto;
}

.oem_area {
   width: 88%;
   margin: 0 auto 80px;
}
.oem_list li {
  width: 32%;
  margin-bottom: 30px;
}
.oem {
   background-color: #5ebbe6;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
   color: #FFF;
   margin-bottom: 50px;
   position: relative;
}
.oem::after {
   content: '';
   width: 0;
   height: 0;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   border-top: 30px solid #5ebbe6;
   position: absolute;
   bottom: -30px;
   left: 0;
   right: 0;
   margin: 0 auto;
   display: block;
}
.oem h2 {
   background-color: #0f9bdc;
   font-size: 20px; font-size: 2.0rem;
   font-weight: bold;
   text-align: center;
   padding: 10px;
   border-radius: 10px 10px 0 0;
   -moz-border-radius: 10px 10px 0 0;
   -webkit-border-radius: 10px 10px 0 0;
}
.oem_txt {
   padding: 1em;
}
.oem_info {
   background-color: #f1fafe;
   padding: 1.1em;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 5px solid #0f9bdc;
}
.oem_info h3 {
   margin-bottom: 15px;
   font-size: 20px;
   font-size: 2.0rem;
   text-align: center;
   color: #ed138e;
}
.oem_info_txt {
   font-size: 22px;
   font-size: 2.2rem;
   font-weight: bold;
   line-height: 135%;
}
.oem_list li img {
   max-width: 100%;
   height: auto;
}
@media screen and (max-width: 1200px) {
.oem_area {
   width: 92%;
   margin: 0 auto 40px;
}
}
@media screen and (max-width: 768px) {
.oem_area {
   width: 92%;
   margin: 0 auto 40px;
}
.oem_list li {
  width: 100%;
  margin-bottom: 30px;
}
}

.btn01 {
   background-color: #ffb400;
   color: #3374bf!important;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   padding: 12px 1rem;
   width: 220px;
   display: inline-block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: all .3s;
   transition: all .3s;
}
.btn01:hover {
   background-color: #f3d321;
   color: #fff !important;
   text-decoration: none;
}

.attention {
   width: 100%;
   border: 6px solid #ed138e;
   background-color: #FBF9F9;
   padding: 1.2em;
   margin-bottom: 50px;
}