@charset "UTF-8";
/* COSME KITCHEN JOURNAL */
/* COMMON

---------------------------------------*/
* {
  box-sizing: border-box; }

#Wrap, .wrapTop, .wrapBottom {
  width: 1200px;
  padding: 0; }

#Header,
#Foot,
#Contents {
  margin: 0 auto; }

/*#Wrap #CKJ13{margin-left: -100px;}*/
.path {
  font-size: 12px;
  line-height: 1;
  margin: 0 100px 20px;
  padding-top: 5px; }

#CKJ13 h1 {
  float: none; }

#CKJ13.wrapper {
  text-align: center;
  padding-bottom: 0px;
  width: 1000px;
  margin: 0 auto; }

#CKJ13 .indexTitle,
#CKJ13 .nav,
#CKJ13 .contents {
  min-width: 1000px;
  margin: 0 auto; }

#CKJ13 .contents img {
  vertical-align: bottom; }

#CKJ13 .contentsBody + .btnArea {
  margin-top: 35px; }

#CKJ13 .indexTitle {
  margin-top: 40px; }

#CKJ13 .indexTitle img {
  width: 665px;
  margin: auto; }

#CKJ13 article + .indexTitle {
  margin-top: 30px;
  margin-bottom: -10px; }

#CKJ13 .nav {
  box-sizing: border-box;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
  padding: 0 0px 25px; }

#CKJ13 .nav li {
  float: left;
  list-style: none;
  margin-left: 9px;
  margin-top: 24px;
  font-size: 14px;
  width: 327px;
  height: 207px; }

#CKJ13 .nav li:nth-child(2),
#CKJ13 .nav li:nth-child(5) {
  margin-left: 0;
  margin-right: 9px; }

#CKJ13 .nav li:nth-child(3),
#CKJ13 .nav li:nth-child(6) {
  margin: 0;
  margin-top: 24px; }

#CKJ13 .nav li:nth-child(1) {
  margin: 0;
  width: 100%;
  margin-top: 24px; }

#CKJ13 .nav li a {
  margin-bottom: 13px;
  background: #fff; }

#CKJ13 .nav li a img,
#CKJ13 .btnArea a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: auto;
  width: 100%; }

#CKJ13 .btnArea a img {
  max-width: 450px; }

#CKJ13 .nav li a:hover img,
#CKJ13 .btnArea a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

#CKJ13 .btnArea {
  text-align: center;
  margin-top: 30px; }

#CKJ13 .topButton img {
  width: 560px;
  margin: 0 auto; }

#CKJ13 .note {
  clear: both;
  text-align: right;
  font-size: 12px;
  padding-top: 30px; }

#CKJ13.luChateauDuBois .note {
  padding: 0 0 30px; }

/* For modern browsers */
#CKJ13 .clearfix:before,
#CKJ13 .clearfix:after {
  content: "";
  display: table; }

#CKJ13 .clearfix:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
#CKJ13 .clearfix {
  zoom: 1; }

/* ---------- fuwatAnime ---------- */
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* ---------- button ---------- */
#CKJ13 .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  background-color: #e25998;
  border: 1px solid #e25998;
  color: #fff;
  overflow: hidden;
  padding: 7px 8px;
  font-size: 14px;
  line-height: 1;
  width: 88px; }

@media all and (-ms-high-contrast: none) {
  #CKJ13 .button {
    padding: 9px 8px 4px; } }

#CKJ13 .button:hover {
  color: #e25998;
  background: #fff; }

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button,
.button::before,
.button::after {
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button::before {
  display: none; }

.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5); }

.button:hover {
  color: #e25998;
  -webkit-animation: none;
          animation: none;
  text-decoration: none; }

.button:hover::after {
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1); }

/**/
@-webkit-keyframes btn {
  0% {
    -webkit-transform: scale(1, 1); }
  40% {
    -webkit-transform: scale(1.05, 1.05); }
  80% {
    -webkit-transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(1, 1); } }

@keyframes btn {
  /*

    0%{transform: scale(1,1);}

  40%{transform: scale(1.05,1.05);}

  80%{transform: scale(1,1);}

  100%{transform: scale(1,1);}

*/
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.button {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: btn;
  animation-name: btn; }

/* HOME

---------------------------------------*/
#CKJ13.ckjTop .title img {
  width: 100%; }

#CKJ13.ckjTop .btnArea {
  margin-top: 0; }

#CKJ13.ckjTop .btnArea img {
  width: 550px;
  height: auto; }

#CKJ13.ckjTop .concept {
  background: #333671;
  color: #fff;
  padding: 50px;
  text-align: center;
  margin-bottom: 50px; }

#CKJ13.ckjTop .concept p {
  font-size: 18px;
  line-height: 1.5;
  padding: 30px 0;
  text-align: center; }

#CKJ13.ckjTop .concept img {
  margin: auto; }

#CKJ13 .columnBlock {
  background: url(../images/top/cosmo_cut.jpg) no-repeat;
  background-size: cover;
  padding: 44px 0 58px;
  width: 1000px;
  margin: 45px auto 0; }

#CKJ13 .columnBlock .inner {
  margin: 0 50px;
  background-color: rgba(255, 255, 255, 0.85);
  /*background: url(../images/bg.png);*/
  text-align: left;
  padding: 50px 55px; }

#CKJ13 .columnBlock .secTitle {
  margin-bottom: 32px; }

#CKJ13 .columnBlock p {
  font-family: "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "小塚明朝 Std R", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, Baskerville, Palatino, serif; }

#CKJ13 .columnBlock p {
  font-size: 14px;
  line-height: 1.44;
  margin-top: 18px; }

#CKJ13 .columnBlock .profile {
 /* overflow: hidden;*/
  margin-top: 50px; }

#CKJ13 .columnBlock .profile .image {
  float: left;
  margin-right: 32px; }

#CKJ13 .columnBlock .profile p {
  margin-top: 0; }

#CKJ13 .columnBlock .profile p.name {
  /*font-size: 20px;*/
  font-size: 2em;
  line-height: 1.44; }

/*---------------------------------------*/
#CKJ13 .contentsBody .block:after {
  content: "";
  clear: both;
  display: block; }

#CKJ13 .textArea p {
  font-size: 13px; }

#CKJ13 .textArea .small {
  font-size: 12px; }

#CKJ13 p.catchText {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold; }

#CKJ13 .topButton {
  margin-bottom: 40px; }

/* INSPIRATION

---------------------------------------*/
#CKJ13.INSPIRATION .contents {
  background: url(../images/inspiration/bg.jpg) repeat-y 50% 0;
  padding: 40px 0; }

/* ---------- pageHeader ---------- */
#CKJ13.INSPIRATION .pageHeader {
  background: url(../images/inspiration/border2.png) repeat-y 50% 0;
  margin: auto;
  width: 950px;
  position: relative;
  padding: 7px; }

#CKJ13.INSPIRATION .pageHeader .pageHeader_inner {
  background: #fff; }

/*#CKJ13.INSPIRATION .pageHeader:after{

  background: url(../images/vol13/inspiration/border.png) no-repeat;
  background-size: cover;

  display: block;

  content:'';

  width: 950px;

  height: 502px;

  position: absolute;

  left: -2px;top: 0;

}*/
#CKJ13.INSPIRATION .pageHeader img {
  margin: auto; }

#CKJ13.INSPIRATION .pageHeader .title {
  padding-top: 60px;
  width: 100%;
  margin-top: 0; }

#CKJ13.INSPIRATION .pageHeader p {
  width: 800px;
  margin: auto;
  font-size: 14px;
  line-height: 2;
  text-align: left; }

#CKJ13.INSPIRATION .pageHeader p.catch {
  font-size: 26px;
  padding-top: 36px;
  font-weight: bold;
  clear: both;
  line-height: 1.4em; }

#CKJ13.INSPIRATION .pageHeader p.text {
  padding-bottom: 50px; }

/* ---------- contentsBody ---------- */
#CKJ13.INSPIRATION .contentsBody {
  position: relative;
  background: url(../images/inspiration/border2.png) repeat-y 50% 0;
  margin: 60px auto 0;
  width: 950px;
  box-sizing: border-box;
  padding: 7px 0; }

#CKJ13.INSPIRATION .contentsBody .inner {
  background: #fff;
  padding: 50px 60px 50px 60px;
  margin: 0 10px 0 7px; }

#CKJ13.INSPIRATION .contentsBody .block {
  float: left;
  position: relative; }

#CKJ13.INSPIRATION .contentsBody .block02,
#CKJ13.INSPIRATION .contentsBody .block04,
#CKJ13.INSPIRATION .contentsBody .block06,
#CKJ13.INSPIRATION .contentsBody .block09 {
  clear: right;
  float: right; }

#CKJ13.INSPIRATION .block03,
#CKJ13.INSPIRATION .block05,
#CKJ13.INSPIRATION .block07,
#CKJ13.INSPIRATION .block08 {
  clear: left; }

#CKJ13.INSPIRATION .block .icon {
  position: absolute; }

#CKJ13.INSPIRATION .block .itemImage {
  float: left;
  margin-right: 23px; }

#CKJ13.INSPIRATION .block .textArea {
  text-align: left;
  float: left; }

#CKJ13.INSPIRATION .block .name {
  margin-bottom: 8px;
  text-align: left; }

#CKJ13.INSPIRATION .block p {
  line-height: 1.4;
  /*margin-bottom: 12px;*/
  padding-top: 10px;
  /*overflow: hidden;*/ }

#CKJ13.INSPIRATION .block p .small {
  font-size: 12px; }

#CKJ13.INSPIRATION .block .spec {
  font-size: 12px;
  line-height: 1.33;
  color: #eb6d9a;
  padding-top: 5px; }

#CKJ13.INSPIRATION .block .button {
  margin-top: 12px;
  background-color: #80c269;
  border-color: #80c269; }

#CKJ13.INSPIRATION .block .button {
  width: auto; }

#CKJ13.INSPIRATION .block .button:hover {
  color: #80c269; }

/* block01 */
#CKJ13.INSPIRATION .block01 .itemImage {
  padding-top: 95px; }

#CKJ13.INSPIRATION .block01 .text {
  width: 290px; }

/* block02 */
#CKJ13.INSPIRATION .block02 {
  width: 372px; }

#CKJ13.INSPIRATION .block02 .icon {
  top: 25px;
  right: 0; }

#CKJ13.INSPIRATION .block02 .itemImage {
  margin-top: 170px; }

#CKJ13.INSPIRATION .block02 .textArea {
  width: 260px;
  margin-top: 34px; }

/* block03 */
#CKJ13.INSPIRATION .block03 {
  width: 403px; }

#CKJ13.INSPIRATION .block03 {
  margin-top: 35px; }

#CKJ13.INSPIRATION .block03 .leftArea {
  float: left;
  width: 142px; }

#CKJ13.INSPIRATION .block03 .itemImage {
  margin-right: 25px;
  margin-top: 25px; }

#CKJ13.INSPIRATION .block03 .textArea {
  float: left;
  width: 252px;
  margin-top: 65px; }

#CKJ13.INSPIRATION .block03 .spec {
  text-align: left; }

#CKJ13.INSPIRATION .block03 .button {
  font-size: 13px; }

#CKJ13.INSPIRATION .block03 .button2 {
  margin-left: 5px; }

/* block04 */
#CKJ13.INSPIRATION .block04 {
  width: 385px; }

#CKJ13.INSPIRATION .block04 {
  margin-top: 40px; }

#CKJ13.INSPIRATION .block04 .itemImage {
  margin-top: 36px;
  margin-right: 18px;
  margin-left: -5px; }

#CKJ13.INSPIRATION .block04 .textArea p {
  width: 268px; }

/* block05 */
#CKJ13.INSPIRATION .block05 {
  width: 500px;
  margin-top: -100px; }

#CKJ13.INSPIRATION .block05 {
  margin-top: -10px; }

#CKJ13.INSPIRATION .block05 .leftArea {
  float: left;
  width: 215px;
  margin-right: 15px; }

#CKJ13.INSPIRATION .block05 .spec {
  text-align: left; }

#CKJ13.INSPIRATION .block05 .itemImage {
  margin-top: 30px; }

#CKJ13.INSPIRATION .block05 .textArea {
  margin-top: 156px;
  width: 249px; }

#CKJ13.INSPIRATION .block05 .textArea p {
  width: 270px; }

/* block06 */
#CKJ13.INSPIRATION .block06 {
  width: 280px;
  margin-top: 68px; }

#CKJ13.INSPIRATION .block06 .icon {
  top: 0;
  left: 0; }

#CKJ13.INSPIRATION .block06 .itemImage {
  margin-left: 120px;
  margin-bottom: 25px; }

#CKJ13.INSPIRATION .block06 .itemImage img {
  width: 150px; }

#CKJ13.INSPIRATION .block06 .spec {
  padding-top: 15px; }

#CKJ13.INSPIRATION .block06 .catchText {
  padding-top: 15px; }

/* block07 */
#CKJ13.INSPIRATION .block07 {
  width: 500px;
  margin-top: 48px; }

#CKJ13.INSPIRATION .block07 .leftArea {
  float: left; }

#CKJ13.INSPIRATION .block07 .spec {
  text-align: left; }

#CKJ13.INSPIRATION .block07 .icon {
  right: 90px;
  top: 8px; }

#CKJ13.INSPIRATION .block07 .itemImage {
  margin-top: 20px; }

#CKJ13.INSPIRATION .block07 .textArea {
  width: 272px;
  margin-top: 0px; }

#CKJ13.INSPIRATION .block07 .catchText {
  font-size: 1.4em;
  line-height: 1.4;
  padding-top: 0; }

#CKJ13.INSPIRATION .block07 .textArea .name {
  margin-left: -50px; }

/* block08 */
#CKJ13.INSPIRATION .block08 {
  width: 344px;
  margin-top: 50px; }

#CKJ13.INSPIRATION .block08 .textArea {
  width: 238px; }

#CKJ13.INSPIRATION .block08 .itemImage {
  margin-top: 90px;
  margin-right: 15px; }

/* block09 */
#CKJ13.INSPIRATION .block09 {
  width: 440px;
  margin-top: 42px; }

#CKJ13.INSPIRATION .block09 .icon {
  top: 0;
  left: 240px; }

#CKJ13.INSPIRATION .block09 .leftArea {
  width: 222px;
  float: left;
  margin-top: 30px; }

#CKJ13.INSPIRATION .block09 .spec {
  text-align: left; }

#CKJ13.INSPIRATION .block09 .itemImage {
  margin-top: 15px; }

#CKJ13.INSPIRATION .block09 .textArea {
  width: 218px;
  margin-top: 100px; }

#CKJ13.INSPIRATION .block09 .button {
  font-size: 13px; }

/* Sense of Woman

---------------------------------------*/
#CKJ13.senseOfWoman .contents {
  background: url(../images/sense_of_woman/bg.jpg) repeat-y 50% 0;
  padding: 40px 0; }

/* ---------- pageHeader ---------- */
#CKJ13.senseOfWoman .pageHeader {
  margin: auto;
  width: 960px;
  position: relative;
  padding: 20px 0; }

#CKJ13.senseOfWoman .pageHeader .title img,
#CKJ13.senseOfWoman .pageHeader p img {
  margin: auto; }

#CKJ13.senseOfWoman .pageHeader .name {
  display: block;
  text-align: left;
  margin-left: 34px;
  padding-top: 20px; }

#CKJ13.senseOfWoman .pageHeader .title {
  padding: 0; }

#CKJ13.senseOfWoman .pageHeader .title .day {
  position: absolute;
  right: 150px;
  top: 12px; }

#CKJ13.senseOfWoman .pageHeader p {
  font-size: 14px;
  line-height: 1.75;
  text-align: center;
  margin-top: 50px; }

/* ---------- contents1 ---------- */
#CKJ13.senseOfWoman .contents1 {
  background: #fff;
  width: 960px;
  margin: auto;
  margin-top: 50px; }

#CKJ13.senseOfWoman .contents1 .inner {
  position: relative;
  padding: 50px 80px; }

#CKJ13.senseOfWoman .contents1 .contents1_head {
  margin-bottom: 50px; }

.contents1_head_image {
  float: left; }

.contents1_head_text {
  width: 610px;
  text-align: left;
  float: right;
  margin-top: 40px; }
  .contents1_head_text h2 {
    margin-bottom: 5px; }

.contents1_head_text p {
  font-size: 14px; }

.contents1_head_text h2,
.contents1_head_text h2 img {
  width: 610px;
  margin-bottom: 8px; }

#CKJ13.senseOfWoman .button {
  background-color: #87daff;
  border-color: #87daff;
  width: auto; }

#CKJ13.senseOfWoman .button:hover {
  color: #87daff; }

/* contents1 block */
#CKJ13.senseOfWoman .contents1 .block .text,
#CKJ13.senseOfWoman .contents1 .block .spec,
#CKJ13.senseOfWoman .contents1 .block .button {
  margin-top: 12px; }

#CKJ13.senseOfWoman .contents1 .block .catchText {
  font-size: 16px;
  color: #e95383;
  margin-top: 15px; }

#CKJ13.senseOfWoman .contents1 .block .spec .bold {
  font-weight: bold; }

/* block01 */
#CKJ13.senseOfWoman .block01 {
  float: left;
  width: 237px;
  text-align: left; }

/* block02 */
#CKJ13.senseOfWoman .block02 {
  float: left;
  width: 241px;
  text-align: left;
  margin-left: 36px; }

/* block03 */
#CKJ13.senseOfWoman .block03 {
  float: left;
  width: 246px;
  text-align: left;
  margin-left: 36px;
  margin-top: 52px; }

#CKJ13.senseOfWoman .block03 .button {
  font-size: 12px; }

#CKJ13.senseOfWoman .block03 .button2 {
  margin-left: 6px; }

/* ---------- contents2 ---------- */
#CKJ13.senseOfWoman .contents2 {
  background: #fff;
  width: 960px;
  margin: auto;
  margin-top: 50px;
  text-align: left; }

#CKJ13.senseOfWoman .contents2 .inner {
  position: relative;
  padding: 50px 80px; }

/* produce by saly */
#CKJ13.senseOfWoman .contents2 .produce {
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .contents2 .produce_image {
  float: left;
  margin-right: 50px; }

#CKJ13.senseOfWoman .contents2 .produce_text {
  text-align: left;
  float: right; }

#CKJ13.senseOfWoman .contents2 .produce_text .float_left {
  width: 365px;
  float: left; }

#CKJ13.senseOfWoman .contents2 .produce_text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px; }

#CKJ13.senseOfWoman .contents2 .produce_text p {
  font-size: 14px; }

#CKJ13.senseOfWoman .contents2 .produce_text .profileImage {
  float: right;
  margin-left: 24px;
  margin-top: 18px; }

/* captivative perfume */
#CKJ13.senseOfWoman .contents2 .captivative {
  margin-bottom: 56px; }

#CKJ13.senseOfWoman .contents2 .captivative h2 {
  text-align: center;
  margin-bottom: 20px; }

#CKJ13.senseOfWoman .contents2 .captivative p {
  text-align: center;
  font-size: 16px; }

#CKJ13.senseOfWoman .contents2 .originalnumber {
  width: 400px;
  float: left;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .contents2 .originalnumber {
  text-align: left; }

#CKJ13.senseOfWoman .contents2 .originalnumber h3 {
  font-size: 18px;
  display: inline-block;
  border-bottom: 1px solid #000;
  text-align: left;
  margin-bottom: 10px; }

#CKJ13.senseOfWoman .contents2 .originalnumber p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0; }

#CKJ13.senseOfWoman .contents2 .originalnumber .originalnumber_border {
  border: 1px solid #e95383;
  border-radius: 10px;
  padding: 15px 50px;
  margin-top: 20px; }

#CKJ13.senseOfWoman .contents2 .originalnumber .originalnumber_border h4 {
  font-size: 16px;
  color: #e95383;
  margin-top: 0;
  margin-bottom: 15px; }

#CKJ13.senseOfWoman .contents2 .originalnumber .originalnumber_border p {
  font-weight: normal;
  font-size: 14px; }

#CKJ13.senseOfWoman .contents2 .originalnumber .originalnumber_border .button {
  width: 105px;
  margin-top: 10px; }

/* ---------- contents2 item---------- */
#CKJ13.senseOfWoman .contents2 .itemHead {
  margin-bottom: 15px; }

#CKJ13.senseOfWoman .contents2 .character {
  font-family: serif;
  font-size: 14px;
  text-align: left; }

#CKJ13.senseOfWoman .contents2 .character .character_name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px; }

#CKJ13.senseOfWoman .contents2 .character .character_support {
  font-size: 16px;
  font-weight: bold;
  font-family: sans-serif; }

#CKJ13.senseOfWoman .contents2 .character_catch {
  font-size: 14px;
  font-weight: bold;
  color: #e95383;
  font-family: sans-serif; }

#CKJ13.senseOfWoman .contents2 .textArea .catchText {
  font-size: 16px;
  font-weight: bold; }

#CKJ13.senseOfWoman .contents2 .textArea .spec {
  margin-top: 5px; }

#CKJ13.senseOfWoman .contents2 .textArea .spec .bold {
  font-weight: bold; }

#CKJ13.senseOfWoman .block04 .itemImage,
#CKJ13.senseOfWoman .block05 .itemImage,
#CKJ13.senseOfWoman .block06 .itemImage,
#CKJ13.senseOfWoman .block07 .itemImage,
#CKJ13.senseOfWoman .block08 .itemImage,
#CKJ13.senseOfWoman .block09 .itemImage,
#CKJ13.senseOfWoman .block10 .itemImage {
  float: left;
  margin-right: 15px; }

#CKJ13.senseOfWoman .block04 .character,
#CKJ13.senseOfWoman .block05 .character,
#CKJ13.senseOfWoman .block06 .character,
#CKJ13.senseOfWoman .block07 .character,
#CKJ13.senseOfWoman .block08 .character,
#CKJ13.senseOfWoman .block09 .character,
#CKJ13.senseOfWoman .block10 .character {
  float: left; }

#CKJ13.senseOfWoman .block04 .button,
#CKJ13.senseOfWoman .block05 .button,
#CKJ13.senseOfWoman .block06 .button,
#CKJ13.senseOfWoman .block07 .button,
#CKJ13.senseOfWoman .block08 .button,
#CKJ13.senseOfWoman .block09 .button,
#CKJ13.senseOfWoman .block10 .button {
  margin-top: -30px;
  margin-right: 5px;
  float: right; }

/* block04 */
#CKJ13.senseOfWoman .block04 {
  width: 362px;
  float: right;
  margin-top: 65px;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .block04 .character {
  margin-top: 20px; }

/* block05 */
#CKJ13.senseOfWoman .block05 {
  width: 340px;
  float: left;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .block05 .character {
  margin-top: 20px; }

/* block06 */
#CKJ13.senseOfWoman .block06 {
  width: 362px;
  float: right;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .block06 .character {
  margin-top: 20px; }

/* block07 */
#CKJ13.senseOfWoman .block07 {
  width: 340px;
  float: left;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .block07 .character {
  margin-top: 20px; }

/* block08 */
#CKJ13.senseOfWoman .block08 {
  width: 362px;
  float: right;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .block08 .character {
  margin-top: 20px; }

/* block09 */
#CKJ13.senseOfWoman .block09 {
  width: 340px;
  float: left; }

#CKJ13.senseOfWoman .block09 .character {
  margin-top: 20px; }

/* block10 */
#CKJ13.senseOfWoman .block10 {
  width: 362px;
  float: right;
  margin-bottom: 50px; }

#CKJ13.senseOfWoman .block10 .character {
  margin-top: 20px; }

#CKJ13.senseOfWoman .note {
  padding-top: 0; }

/* New make up items

---------------------------------------*/
#CKJ13.newmakeup .contents {
  text-align: left;
  padding: 0; }

/* ---------- pageHeader ---------- */
#CKJ13.newmakeup .pageHeader {
  width: 1000px;
  text-align: center;
  background-color: #fff; }
  #CKJ13.newmakeup .pageHeader .hero {
    width: 100%; }
    #CKJ13.newmakeup .pageHeader .hero img {
      width: 100%; }
  #CKJ13.newmakeup .pageHeader .title {
    width: 452px;
    margin: 50px auto 50px;
    padding: 0; }
    #CKJ13.newmakeup .pageHeader .title img {
      width: 100%; }
  #CKJ13.newmakeup .pageHeader .text {
    text-align: center;
    font-size: 16px; }

/* ---------- contents body ---------- */
#CKJ13.newmakeup .contentsBody {
  background: -webkit-linear-gradient(#f1e2d4, #ecdfe9);
  background: linear-gradient(#f1e2d4, #ecdfe9);
  width: 1000px;
  margin: 50px auto;
  padding: 15px; }
  #CKJ13.newmakeup .contentsBody .inner {
    background: #fff;
    padding: 50px 80px; }

/* block common */
#CKJ13.newmakeup .contentsBody .block .catchText {
  color: #d45e63;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px; }

#CKJ13.newmakeup .contentsBody .block .button {
  background-color: #fab4c2;
  border-color: #fab4c2;
  width: auto;
  margin-top: 10px; }
  #CKJ13.newmakeup .contentsBody .block .button:hover {
    color: #fab4c2; }

#CKJ13.newmakeup .contentsBody .block .spec {
  margin-top: 10px;
  font-size: 14px; }
  #CKJ13.newmakeup .contentsBody .block .spec .bold {
    font-weight: bold; }

/* block01 */
#CKJ13.newmakeup .contentsBody .block01 {
  margin-bottom: 70px; }
  #CKJ13.newmakeup .contentsBody .block01 .brandImage {
    float: left; }
  #CKJ13.newmakeup .contentsBody .block01 .itemImage {
    float: left;
    margin-left: 96px; }
  #CKJ13.newmakeup .contentsBody .block01 .textArea {
    float: left;
    width: 330px;
    margin-top: 16px;
    margin-left: 20px; }
  #CKJ13.newmakeup .contentsBody .block01 .button2 {
    margin-left: 10px; }

/* block02 */
#CKJ13.newmakeup .contentsBody .block02 {
  width: 405px;
  float: left; }
  #CKJ13.newmakeup .contentsBody .block02 .itemImage {
    float: left;
    margin-top: 100px; }
  #CKJ13.newmakeup .contentsBody .block02 .rightArea {
    float: right;
    width: 210px;
    margin-left: 20px; }
    #CKJ13.newmakeup .contentsBody .block02 .rightArea .icon {
      margin-bottom: 10px; }
  #CKJ13.newmakeup .contentsBody .block02 .textArea {
    margin-top: 10px; }
  #CKJ13.newmakeup .contentsBody .block02 .button2 {
    margin-left: 10px; }

/* block03 */
#CKJ13.newmakeup .contentsBody .block03 {
  width: 360px;
  float: right; }
  #CKJ13.newmakeup .contentsBody .block03 .itemImage {
    float: left; }
  #CKJ13.newmakeup .contentsBody .block03 .textArea {
    float: right;
    width: 236px; }

#CKJ13.newmakeup .contentsBody .mmc {
  margin-top: 80px;
  margin-bottom: 40px; }

/* block04 */
#CKJ13.newmakeup .contentsBody .block04 {
  width: 400px;
  float: left; }
  #CKJ13.newmakeup .contentsBody .block04 .itemImage {
    margin-bottom: 15px; }

/* block05 */
#CKJ13.newmakeup .contentsBody .block05 {
  width: 360px;
  float: right; }
  #CKJ13.newmakeup .contentsBody .block05 .itemImage {
    float: left; }
  #CKJ13.newmakeup .contentsBody .block05 .textArea {
    float: right;
    width: 280px; }
  #CKJ13.newmakeup .contentsBody .block05 .icon {
    margin-bottom: 10px; }

#CKJ13.newmakeup .contentsBody .tv-movie {
  margin-top: 80px;
  margin-bottom: 40px; }

/* block06 */
#CKJ13.newmakeup .contentsBody .block06 .itemImage {
  float: left; }

#CKJ13.newmakeup .contentsBody .block06 .textArea {
  float: right;
  width: 400px; }

#CKJ13.newmakeup .contentsBody .etvos {
  margin-top: 80px;
  margin-bottom: 40px; }

/* block07 */
#CKJ13.newmakeup .contentsBody .block07 {
  width: 400px;
  float: left; }
  #CKJ13.newmakeup .contentsBody .block07 .itemImage {
    float: left;
    margin-top: 30px; }
  #CKJ13.newmakeup .contentsBody .block07 .rightArea {
    float: right;
    width: 180px;
    margin-left: 20px; }
    #CKJ13.newmakeup .contentsBody .block07 .rightArea .icon {
      margin-bottom: 10px; }
  #CKJ13.newmakeup .contentsBody .block07 .textArea {
    margin-top: 10px; }
  #CKJ13.newmakeup .contentsBody .block07 .button2 {
    margin-left: 10px; }

/* block08 */
#CKJ13.newmakeup .contentsBody .block08 {
  width: 360px;
  float: right; }
  #CKJ13.newmakeup .contentsBody .block08 .itemImage {
    float: left; }
  #CKJ13.newmakeup .contentsBody .block08 .textArea {
    float: right;
    width: 280px; }
  #CKJ13.newmakeup .contentsBody .block08 .icon {
    margin-bottom: 10px; }

/* make up

---------------------------------------*/
#CKJ13.makeup .contents {
  text-align: left;
  padding: 0;
  padding-bottom: 20px;
  background-color: #f7e7f1; }

/* ---------- pageHeader ---------- */
#CKJ13.makeup .pageHeader {
  width: 1000px; }
  #CKJ13.makeup .pageHeader .hero {
    width: 100%; }
    #CKJ13.makeup .pageHeader .hero img {
      width: 100%; }
  #CKJ13.makeup .pageHeader .title {
    width: 655px;
    margin: 50px auto 50px;
    padding: 0; }
    #CKJ13.makeup .pageHeader .title img {
      width: 100%; }

#CKJ13.makeup .pageHeader .intro {
  padding: 0 20px;
  font-size: 16px; }
  #CKJ13.makeup .pageHeader .intro .intro_text {
    float: left;
    width: 360px; }
    #CKJ13.makeup .pageHeader .intro .intro_text h2 {
      font-size: 22px;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 10px; }
  #CKJ13.makeup .pageHeader .intro .profile {
    float: right;
    width: 556px; }
  #CKJ13.makeup .pageHeader .intro .profile_text {
    float: left;
    width: 350px; }
    #CKJ13.makeup .pageHeader .intro .profile_text img {
      margin-bottom: 10px; }
  #CKJ13.makeup .pageHeader .intro .profile_image {
    float: right; }

/* ---------- contents body ---------- */
#CKJ13.makeup .contentsBody {
  width: 1000px;
  margin: 50px auto 0; }
  #CKJ13.makeup .contentsBody .inner {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 80px; }

.howto_title {
  text-align: center; }
  .howto_title img {
    margin: 0 auto 40px; }

#CKJ13.makeup .contentsBody .iconContainer {
  margin-bottom: 30px;
  text-align: center; }
  #CKJ13.makeup .contentsBody .iconContainer img {
    margin: 0 auto; }

/* block common */
#CKJ13.makeup .contentsBody .block .catchText {
  color: #f091a0;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px; }

#CKJ13.makeup .contentsBody .block .button {
  margin-top: 10px;
  background-color: #f091a0;
  border-color: #f091a0;
  width: auto; }
  #CKJ13.makeup .contentsBody .block .button:hover {
    color: #f091a0; }

#CKJ13.makeup .contentsBody .block .spec {
  margin-bottom: 10px;
  font-size: 14px; }
  #CKJ13.makeup .contentsBody .block .spec .bold {
    font-weight: bold; }
  #CKJ13.makeup .contentsBody .block .spec .small {
    font-size: 12px; }

.content_face > .clearfix {
  margin-bottom: 60px; }

.content_eye,
.content_cheek,
.content_lip {
  margin-bottom: 60px; }

/* block01 */
#CKJ13.makeup .contentsBody .block01 {
  width: 375px;
  float: left; }
  #CKJ13.makeup .contentsBody .block01 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block01 .textArea {
    float: right;
    width: 260px;
    margin-top: 30px; }

/* block02 */
#CKJ13.makeup .contentsBody .block02 {
  width: 380px;
  float: right; }
  #CKJ13.makeup .contentsBody .block02 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block02 .rightArea {
    float: right;
    width: 140px;
    margin-left: 10px;
    margin-top: 30px; }
    #CKJ13.makeup .contentsBody .block02 .rightArea .icon {
      margin-bottom: 10px; }
  #CKJ13.makeup .contentsBody .block02 .textArea {
    margin-top: 10px; }
  #CKJ13.makeup .contentsBody .block02 .text {
    margin-bottom: 10px; }
  #CKJ13.makeup .contentsBody .block02 .button {
    font-size: 13px; }
  #CKJ13.makeup .contentsBody .block02 .button2 {
    margin-left: 10px; }

/* block03 */
#CKJ13.makeup .contentsBody .block03 {
  width: 375px;
  float: left; }
  #CKJ13.makeup .contentsBody .block03 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block03 .rightArea {
    float: left;
    margin-left: 15px;
    margin-top: 15px; }
    #CKJ13.makeup .contentsBody .block03 .rightArea .icon {
      margin-bottom: 10px; }
  #CKJ13.makeup .contentsBody .block03 .textArea {
    margin-top: 10px; }
  #CKJ13.makeup .contentsBody .block03 .button {
    font-size: 13px; }
  #CKJ13.makeup .contentsBody .block03 .button2 {
    margin-left: 10px; }

.howto_face {
  font-size: 14px;
  width: 380px;
  float: right; }
  .howto_face .howto_image {
    float: left; }
    .howto_face .howto_image img {
      width: 126px;
      margin-top: 15px; }
  .howto_face .howto_rightText {
    float: right;
    width: 238px; }
  .howto_face .howto_text {
    margin-top: 10px; }

/* block04 */
#CKJ13.makeup .contentsBody .block04 {
  width: 378px;
  float: left;
  margin-bottom: 70px; }
  #CKJ13.makeup .contentsBody .block04 .itemImage {
    margin-bottom: 15px; }

/* block05 */
#CKJ13.makeup .contentsBody .block05 {
  width: 380px;
  float: right; }
  #CKJ13.makeup .contentsBody .block05 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block05 .rightArea {
    float: left;
    margin-left: 20px;
    margin-top: 50px; }
    #CKJ13.makeup .contentsBody .block05 .rightArea .icon {
      margin-bottom: 10px; }
  #CKJ13.makeup .contentsBody .block05 .textArea {
    margin-top: 10px; }
  #CKJ13.makeup .contentsBody .block05 .text {
    margin-bottom: 10px; }
  #CKJ13.makeup .contentsBody .block05 .button {
    font-size: 13px; }
  #CKJ13.makeup .contentsBody .block05 .button2 {
    margin-left: 10px; }

/* block06 */
#CKJ13.makeup .contentsBody .block06 {
  width: 300px;
  float: left; }
  #CKJ13.makeup .contentsBody .block06 .itemImage {
    float: left;
    margin-top: 30px; }
  #CKJ13.makeup .contentsBody .block06 .textArea {
    float: left;
    width: 190px;
    margin-left: 22px; }

.howto_eye {
  width: 475px;
  float: right;
  font-size: 14px; }
  .howto_eye .first {
    padding-left: 110px; }
  .howto_eye .eye_image {
    float: left; }
    .howto_eye .eye_image.last {
      margin-left: 20px; }
  .howto_eye .eye_text {
    width: 370px;
    float: right; }
  .howto_eye .clearfix {
    margin-bottom: 10px; }

/* block07 */
#CKJ13.makeup .contentsBody .block07 {
  width: 380px;
  float: left; }
  #CKJ13.makeup .contentsBody .block07 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block07 .rightArea {
    float: left;
    margin-left: 20px;
    margin-top: 50px; }
    #CKJ13.makeup .contentsBody .block07 .rightArea .icon {
      margin-bottom: 10px; }
  #CKJ13.makeup .contentsBody .block07 .textArea {
    margin-top: 10px; }
  #CKJ13.makeup .contentsBody .block07 .text {
    margin-bottom: 10px; }

.howto_cheek {
  width: 376px;
  float: right;
  font-size: 14px;
  text-align: center; }
  .howto_cheek .cheek_image img {
    margin: 0 auto; }

.howto_lip {
  width: 376px;
  float: right;
  font-size: 14px;
  text-align: center; }
  .howto_lip .lip_image img {
    margin: 0 auto; }

/* block08 */
#CKJ13.makeup .contentsBody .block08 {
  width: 378px;
  float: left; }
  #CKJ13.makeup .contentsBody .block08 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block08 .textArea {
    float: left;
    width: 250px;
    margin-left: 22px; }

/* block09 */
#CKJ13.makeup .contentsBody .block09 {
  width: 460px;
  margin: 0 auto 40px; }
  #CKJ13.makeup .contentsBody .block09 .itemImage {
    float: left; }
  #CKJ13.makeup .contentsBody .block09 .textArea {
    float: right;
    width: 320px;
    margin-left: 40px; }

#CKJ13.makeup .note {
  padding-top: 0; }

/* Flower & Herb

---------------------------------------*/
#CKJ13.flowerherb .contents {
  text-align: left;
  padding: 20px;
  background-color: #fdf0ed; }

/* ---------- pageHeader ---------- */
#CKJ13.flowerherb .pageHeader {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 30px 0 50px;
  margin-bottom: 50px;
  font-size: 16px; }
  #CKJ13.flowerherb .pageHeader h1 {
    margin-top: 0; }
    #CKJ13.flowerherb .pageHeader h1 img {
      margin: 0 auto; }
  #CKJ13.flowerherb .pageHeader h2 {
    margin: 50px auto; }
    #CKJ13.flowerherb .pageHeader h2 img {
      margin: 0 auto; }
  #CKJ13.flowerherb .pageHeader p {
    text-align: center; }

#CKJ13.flowerherb .pageHeader .flower {
  position: absolute; }
  #CKJ13.flowerherb .pageHeader .flower.bara01 {
    left: -20px;
    top: -20px; }
  #CKJ13.flowerherb .pageHeader .flower.bara02 {
    left: -20px;
    top: 190px; }
  #CKJ13.flowerherb .pageHeader .flower.sakura01 {
    right: 0;
    top: 0px; }
  #CKJ13.flowerherb .pageHeader .flower.sakura02 {
    left: -20px;
    bottom: -50px; }
  #CKJ13.flowerherb .pageHeader .flower.sakura03 {
    right: -20px;
    bottom: -30px; }

/* ---------- contentsBody ---------- */
#CKJ13.flowerherb .contentsBody {
  position: relative;
  background-color: #fff; }
  #CKJ13.flowerherb .contentsBody .inner {
    padding: 50px 80px; }

/* 装飾画像 */
#CKJ13.flowerherb .contentsBody .cherry {
  position: absolute;
  left: 160px;
  top: 330px; }

#CKJ13.flowerherb .contentsBody .sakura {
  position: absolute;
  left: 150px;
  top: 1320px; }

#CKJ13.flowerherb .contentsBody .herbs {
  position: absolute;
  left: 200px;
  top: 2230px; }

#CKJ13.flowerherb .contentsBody .flower {
  position: absolute; }
  #CKJ13.flowerherb .contentsBody .flower.bara03 {
    top: 160px;
    left: -20px; }
  #CKJ13.flowerherb .contentsBody .flower.hanabira01 {
    top: 280px;
    left: 60px; }
  #CKJ13.flowerherb .contentsBody .flower.sakura04 {
    top: 330px;
    right: -20px; }
  #CKJ13.flowerherb .contentsBody .flower.sakura05 {
    top: 890px;
    left: -20px; }
  #CKJ13.flowerherb .contentsBody .flower.hanabira02 {
    top: 1030px;
    left: 10px; }
  #CKJ13.flowerherb .contentsBody .flower.sakura06 {
    top: 1030px;
    right: -5px; }
  #CKJ13.flowerherb .contentsBody .flower.sakura07 {
    top: 990px;
    right: -15px; }
  #CKJ13.flowerherb .contentsBody .flower.hanabira03 {
    top: 1330px;
    left: -5px; }
  #CKJ13.flowerherb .contentsBody .flower.bara04 {
    top: 1750px;
    right: -10px; }
  #CKJ13.flowerherb .contentsBody .flower.bara05 {
    top: 2110px;
    left: -20px; }
  #CKJ13.flowerherb .contentsBody .flower.bara06 {
    top: 2220px;
    left: 20px; }
  #CKJ13.flowerherb .contentsBody .flower.hanabira04 {
    top: 2300px;
    left: -5px; }
  #CKJ13.flowerherb .contentsBody .flower.sakura07 {
    top: 2300px;
    right: 2px; }

/* block common */
#CKJ13.flowerherb .block .catchText {
  color: #e73278;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px; }

#CKJ13.flowerherb .block .button {
  margin-top: 10px;
  background-color: #e73278;
  border-color: #e73278;
  width: auto; }
  #CKJ13.flowerherb .block .button:hover {
    color: #e73278; }

#CKJ13.flowerherb .block .spec {
  margin-top: 10px;
  font-size: 14px; }
  #CKJ13.flowerherb .block .spec .bold {
    font-weight: bold; }
  #CKJ13.flowerherb .block .spec .small {
    font-size: 12px; }

#CKJ13.flowerherb .brandItemButton {
  margin: 40px auto 80px;
  text-align: center; }
  #CKJ13.flowerherb .brandItemButton a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6; }
  #CKJ13.flowerherb .brandItemButton img {
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  #CKJ13.flowerherb .brandItemButton.herbosisterieButton {
    margin-bottom: 30px; }

#CKJ13.flowerherb .contentsBody .brandImage {
  float: left; }

/* block01 */
#CKJ13.flowerherb .contentsBody .block01 {
  width: 458px;
  margin-bottom: 70px;
  float: right; }
  #CKJ13.flowerherb .contentsBody .block01 .itemImage {
    float: left; }
  #CKJ13.flowerherb .contentsBody .block01 .textArea {
    float: right;
    width: 267px; }

/* block02 */
#CKJ13.flowerherb .contentsBody .block02 {
  width: 387px;
  margin: 60px auto 0;
  float: left; }
  #CKJ13.flowerherb .contentsBody .block02 .itemImage {
    float: left; }
  #CKJ13.flowerherb .contentsBody .block02 .textArea {
    float: right;
    width: 233px; }

/* block03 */
#CKJ13.flowerherb .contentsBody .block03 {
  width: 368px;
  float: right; }
  #CKJ13.flowerherb .contentsBody .block03 .itemImage {
    float: left;
    padding-top: 56px; }
  #CKJ13.flowerherb .contentsBody .block03 .textArea {
    float: right;
    width: 205px; }
  #CKJ13.flowerherb .contentsBody .block03 .icon {
    padding-bottom: 10px; }

/* block04 */
#CKJ13.flowerherb .contentsBody .block04 {
  width: 440px;
  margin-bottom: 70px;
  float: right; }
  #CKJ13.flowerherb .contentsBody .block04 .itemImage {
    float: left;
    padding-top: 35px; }
  #CKJ13.flowerherb .contentsBody .block04 .textArea {
    float: right;
    width: 267px; }

/* block05 */
#CKJ13.flowerherb .contentsBody .block05 {
  width: 400px;
  float: left; }
  #CKJ13.flowerherb .contentsBody .block05 .itemImage {
    float: left; }
  #CKJ13.flowerherb .contentsBody .block05 .textArea {
    float: right;
    width: 230px; }

/* block06 */
#CKJ13.flowerherb .contentsBody .block06 {
  width: 375px;
  float: right; }
  #CKJ13.flowerherb .contentsBody .block06 .itemImage {
    float: left; }
  #CKJ13.flowerherb .contentsBody .block06 .textArea {
    float: right;
    width: 204px; }

/* block07 */
#CKJ13.flowerherb .contentsBody .block07 {
  width: 459px;
  float: right; }
  #CKJ13.flowerherb .contentsBody .block07 .itemImage {
    float: left;
    padding-top: 60px; }
  #CKJ13.flowerherb .contentsBody .block07 .textArea {
    float: right;
    width: 281px; }
  #CKJ13.flowerherb .contentsBody .block07 .icon {
    padding-bottom: 10px; }

#CKJ13.flowerherb .btnArea a img {
  max-width: 556px; }

/* MUST HAVE

---------------------------------------*/
#CKJ13.musthave .contents {
  text-align: left;
  padding: 20px;
  background-color: #fdf0ad; }

/* ---------- pageHeader ---------- */
#CKJ13.musthave .pageHeader {
  padding: 10px; }
  #CKJ13.musthave .pageHeader .pageHeader_inner {
    border: 2px solid #fdf0ad;
    padding: 50px 0; }
  #CKJ13.musthave .pageHeader .pageHeader_text {
    font-size: 16px; }
    #CKJ13.musthave .pageHeader .pageHeader_text p {
      text-align: center; }

#CKJ13.musthave .pageHeader {
  position: relative;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px; }
  #CKJ13.musthave .pageHeader h1 {
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0; }
    #CKJ13.musthave .pageHeader h1 img {
      margin: 0 auto; }
  #CKJ13.musthave .pageHeader h2 {
    margin: 50px auto; }
    #CKJ13.musthave .pageHeader h2 img {
      margin: 0 auto; }

/* ---------- contentsBody ---------- */
#CKJ13.musthave .contentsBody {
  position: relative;
  background-color: #fff;
  padding: 10px; }
  #CKJ13.musthave .contentsBody .inner {
    border: 2px solid #fdf0ad;
    padding: 50px 30px; }
  #CKJ13.musthave .contentsBody .inner_items {
    padding: 0 38px; }

#CKJ13.musthave .brand_title {
  text-align: center;
  margin-bottom: 50px; }
  #CKJ13.musthave .brand_title img {
    margin: 0 auto; }

#CKJ13.musthave .brand_title.coskichi_title {
  margin-right: -157px; }

#CKJ13.musthave .brand_title.papabutter_title {
  margin-right: -84px; }

#CKJ13.musthave .brand_all_item {
  text-align: center;
  margin: 56px auto 100px; }
  #CKJ13.musthave .brand_all_item img {
    margin: 0 auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  #CKJ13.musthave .brand_all_item:hover img {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6; }

/* block common */
#CKJ13.musthave .block .catchText {
  margin-bottom: 15px; }

#CKJ13.musthave .block .text {
  margin-bottom: 15px; }

#CKJ13.musthave .block .button {
  margin-top: 15px;
  width: auto;
  background-color: #ead200;
  border-color: #ead200; }
  #CKJ13.musthave .block .button:hover {
    color: #ead200; }

#CKJ13.musthave .block .catchText {
  font-size: 16px;
  color: #ea545d; }
  #CKJ13.musthave .block .catchText .small {
    font-size: 12px; }

#CKJ13.musthave .block .spec .bold {
  font-weight: bold; }

#CKJ13.musthave .block .textArea .small {
  font-size: 12px; }

/* block01 */
#CKJ13.musthave .block01 {
  width: 396px;
  float: left; }
  #CKJ13.musthave .block01 .itemImage {
    float: none;
    margin-bottom: 5px; }
  #CKJ13.musthave .block01 .button {
    font-size: 12px; }
  #CKJ13.musthave .block01 .button2 {
    margin-left: 10px; }

/* block02 */
#CKJ13.musthave .block02 {
  width: 371px;
  float: right; }
  #CKJ13.musthave .block02 .itemImage {
    float: left; }
  #CKJ13.musthave .block02 .textArea {
    width: 270px;
    margin-top: 54px;
    float: right; }

/* block03 05 */
#CKJ13.musthave .block03,
#CKJ13.musthave .block05 {
  width: 378px;
  float: left; }
  #CKJ13.musthave .block03 .itemImage,
  #CKJ13.musthave .block05 .itemImage {
    float: left; }
  #CKJ13.musthave .block03 .textArea,
  #CKJ13.musthave .block05 .textArea {
    width: 249px;
    float: right; }

#CKJ13.musthave .block03 {
  margin-bottom: 50px; }

#CKJ13.musthave .block05 .itemImage {
  padding-left: 25px; }

/* block04 06 */
#CKJ13.musthave .block04,
#CKJ13.musthave .block06 {
  width: 365px;
  float: right; }
  #CKJ13.musthave .block04 .itemImage,
  #CKJ13.musthave .block06 .itemImage {
    float: left; }
  #CKJ13.musthave .block04 .textArea,
  #CKJ13.musthave .block06 .textArea {
    width: 267px;
    float: right; }

#CKJ13.musthave .block04 .itemImage {
  padding-top: 35px; }

/* block07 */
#CKJ13.musthave .block07 {
  width: 800px;
  margin-bottom: 50px; }
  #CKJ13.musthave .block07 .itemImage {
    float: left; }
  #CKJ13.musthave .block07 .textArea {
    width: 330px;
    float: right; }
  #CKJ13.musthave .block07 .icon {
    margin-bottom: 5px; }

/* block08 09 10 */
#CKJ13.musthave .block08,
#CKJ13.musthave .block09,
#CKJ13.musthave .block10 {
  width: 239px;
  float: left; }
  #CKJ13.musthave .block08 .itemImage,
  #CKJ13.musthave .block09 .itemImage,
  #CKJ13.musthave .block10 .itemImage {
    margin-bottom: 15px; }

#CKJ13.musthave .block08 {
  padding-top: 37px; }
  #CKJ13.musthave .block08 .itemImage {
    padding-left: 10px; }

#CKJ13.musthave .block09 {
  margin: 0 41px;
  padding-top: 27px; }
  #CKJ13.musthave .block09 .itemImage {
    padding-left: 65px; }

#CKJ13.musthave .block10 .itemImage {
  padding-left: 60px; }

#CKJ13.musthave .idea .idea_title {
  display: inline-block;
  padding: 16px 28px 5px;
  background: #f5f4f4;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -7px; }

#CKJ13.musthave .idea .idea_content {
  padding: 26px 28px;
  background: #f5f4f4;
  border-radius: 0px 10px 10px 10px; }
  #CKJ13.musthave .idea .idea_content .idea_text {
    width: 527px;
    float: left;
    font-size: 14px; }
  #CKJ13.musthave .idea .idea_content .catchText {
    color: #ea545d;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 20px; }
  #CKJ13.musthave .idea .idea_content .text {
    margin-bottom: 20px; }

#CKJ13.musthave .idea .idea_three .bold {
  font-weight: bold; }

#CKJ13.musthave .idea .idea_three p {
  width: 146px;
  float: left; }

#CKJ13.musthave .idea .idea_three p:nth-child(2) {
  margin: 0 38px; }

#CKJ13.musthave .idea .idea_image {
  float: right;
  padding-top: 30px; }

#CKJ13.musthave .btnArea img {
  max-width: 560px; }

/* WELEDA

---------------------------------------*/
#CKJ13.weleda .contents {
  text-align: left;
  background-color: #fdf1ea;
  padding: 15px 0 40px; }

/* ---------- pageHeader ---------- */
#CKJ13.weleda .pageHeader {
  background: url("../images/weleda/header_bg.png") no-repeat;
  background-size: 100%;
  width: 980px;
  height: 480px;
  margin: 0 auto 50px; }
  #CKJ13.weleda .pageHeader .pageHeader_text {
    width: 550px;
    float: left;
    margin-top: 53px;
    margin-left: 103px;
    font-size: 16px; }
    #CKJ13.weleda .pageHeader .pageHeader_text .small {
      font-size: 12px; }
  #CKJ13.weleda .pageHeader h1 {
    padding: 0;
    margin: 0 0 50px; }
  #CKJ13.weleda .pageHeader .pageHeader_image {
    float: right;
    padding-top: 32px;
    padding-right: 85px; }

/* ---------- contentsBody ---------- */
#CKJ13.weleda .contentsBody {
  padding: 0 100px; }

.brand_title {
  margin-bottom: 30px; }

/* block common */
#CKJ13.weleda .block .catchText {
  margin-bottom: 15px; }

#CKJ13.weleda .block .text {
  margin-bottom: 15px; }
  #CKJ13.weleda .block .text .small {
    font-size: 12px; }

#CKJ13.weleda .block .button {
  margin-top: 15px;
  width: auto;
  background-color: #e73357;
  border-color: #e73357; }
  #CKJ13.weleda .block .button:hover {
    color: #e73357; }

#CKJ13.weleda .block .catchText {
  font-size: 16px;
  color: #e73357; }
  #CKJ13.weleda .block .catchText .small {
    font-size: 12px; }

#CKJ13.weleda .block .spec .bold {
  font-weight: bold; }

/* block01,03,05,07 */
#CKJ13.weleda .block01,
#CKJ13.weleda .block03,
#CKJ13.weleda .block05,
#CKJ13.weleda .block07 {
  width: 359px;
  float: left;
  margin-bottom: 50px; }
  #CKJ13.weleda .block01 .itemImage,
  #CKJ13.weleda .block03 .itemImage,
  #CKJ13.weleda .block05 .itemImage,
  #CKJ13.weleda .block07 .itemImage {
    float: none;
    margin-bottom: 10px;
    padding-left: 82px; }

#CKJ13.weleda .block03 {
  width: 365px;
  margin-top: 10px; }
  #CKJ13.weleda .block03 .itemImage {
    padding-left: 88px; }

#CKJ13.weleda .block07 {
  margin-top: 14px; }

/* block02,04,06,08 */
#CKJ13.weleda .block02,
#CKJ13.weleda .block04,
#CKJ13.weleda .block06,
#CKJ13.weleda .block08 {
  width: 405px;
  float: right; }
  #CKJ13.weleda .block02 .itemImage,
  #CKJ13.weleda .block04 .itemImage,
  #CKJ13.weleda .block06 .itemImage,
  #CKJ13.weleda .block08 .itemImage {
    float: none;
    margin-bottom: 10px; }

#CKJ13.weleda .block02 {
  margin-top: 16px; }
  #CKJ13.weleda .block02 .itemImage {
    padding-left: 88px; }

#CKJ13.weleda .block04 .itemImage {
  padding-left: 88px; }

#CKJ13.weleda .block06 {
  margin-top: 38px; }
  #CKJ13.weleda .block06 .itemImage {
    padding-left: 88px; }

#CKJ13.weleda .block08 .itemImage {
  padding-left: 88px; }

/* weleda_column */
#CKJ13.weleda .weleda_column {
  font-size: 14px;
  margin-top: 80px; }
  #CKJ13.weleda .weleda_column .content1 {
    margin-bottom: 50px; }
    #CKJ13.weleda .weleda_column .content1 .content1_image {
      float: left; }
    #CKJ13.weleda .weleda_column .content1 .content1_text {
      float: right;
      width: 210px;
      margin-top: 300px; }
  #CKJ13.weleda .weleda_column .content2 {
    margin-bottom: 50px; }
    #CKJ13.weleda .weleda_column .content2 .content2_image {
      float: right; }
    #CKJ13.weleda .weleda_column .content2 .content2_text {
      float: left;
      width: 410px;
      padding-top: 10px; }
      #CKJ13.weleda .weleda_column .content2 .content2_text .catchText {
        color: #000;
        font-size: 18px; }
  #CKJ13.weleda .weleda_column .content3 .content3_image {
    float: left;
    padding-top: 25px; }
  #CKJ13.weleda .weleda_column .content3 .content3_text {
    float: right;
    width: 589px; }
    #CKJ13.weleda .weleda_column .content3 .content3_text .small {
      font-size: 12px; }
    #CKJ13.weleda .weleda_column .content3 .content3_text img {
      margin-bottom: 15px; }

#CKJ13.weleda .btnArea img {
  max-width: 540px; }
