@charset "UTF-8";
/*-------------------------------------------
CPB
-------------------------------------------*/
.omsHeader_menu_content_inner .menu_l2 li.cpbItem {
  display: block;
}

.cpbLogo .logo {
  width: 15%;
  margin: auto;
}

.cpbLogo .logo img {
  width: 100%;
}

@media screen and (max-width: 599px) {
  .cpbLogo {
    text-align: center;
    padding: 0 0 30px;
    margin-top: 30px;
  }
  .cpbLogo .logo {
    width: 30%;
  }
}

@media screen and (min-width: 600px), print {
  .cpbLogo {
    display: block;
    text-align: center;
    padding: 3vw 0;
  }
}

.cpbHero .ly_inner {
  position: relative;
}

.cpbHero .category {
  display: none;
}

.cpbHero .categoryImg {
  display: none;
}

.cpbHero .pageHeading {
  margin: 30px 0 0;
  font-size: 2.4rem;
  font-weight: 600;
}

@media screen and (min-width: 600px), print {
  .cpbHero {
    color: #081f2c;
    overflow: hidden;
  }
  .cpbHero .ly_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 25vw;
  }
  .cpbHero .categoryImg {
    display: block;
  }
  .cpbHero .categoryImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: inherit;
  }
  .cpbHero .category {
    display: block;
  }
  .cpbHero .category span {
    padding: 0 18px;
    border-left: 1px solid #081f2c;
  }
  .cpbHero .category span.lv1 {
    border: none;
    padding-left: 0;
  }
  .cpbHero .pageHeading {
    margin: 10px 0 0;
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 960px), print {
  .popupOverlay {
    display: block !important;
    width: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .popupOverlay.is_on {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
  }
}

@media screen and (min-width: 600px), print {
  .popupOverlay {
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 960px), print {
  .cpbMenu {
    margin: 0 0 50px;
  }
  .cpbMenu .menuWrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100vw;
    position: relative;
    z-index: 1000;
    background: #fff;
    margin-left: -4vw;
  }
  .cpbMenu .menuLv1 {
    position: relative;
  }
  .cpbMenu .menuLv1 > li {
    border-top: 1px solid #fff;
    position: relative;
  }
  .cpbMenu .menuLv1 > li > a {
    border: 1px solid #081f2c;
    color: #081f2c;
    padding: 15px 30px 15px 15px;
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 10px 30px 10px 15px;
    background: #081f2c;
    color: #fff;
    font-size: 1.4rem;
    text-align: left;
  }
  .cpbMenu .menuLv1 > li > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: #081f2c 1px solid;
    border-right: #081f2c 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: 15px;
  }
  .cpbMenu .menuLv1 > li > a:not(.-dark):hover {
    background: #081f2c;
    color: #fff;
  }
  .cpbMenu .menuLv1 > li > a:not(.-dark):hover::after {
    border-color: #fff;
  }
  .cpbMenu .menuLv1 > li > a.-variable {
    display: inline-block;
    padding: 13px 3vw 13px 2vw;
    color: #081F2C;
    border-color: #51616A;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .cpbMenu .menuLv1 > li > a.-variable::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: #081F2C 1px solid;
    border-right: #081F2C 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: 15px;
  }
  .cpbMenu .menuLv1 > li > a.-dark {
    background: #081f2c;
    color: #fff !important;
  }
  .cpbMenu .menuLv1 > li > a.-dark:after {
    border-color: #fff;
  }
  .cpbMenu .menuLv1 > li > a.-dark:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 960px) and (max-width: 599px) {
  .cpbMenu .menuLv1 > li > a.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}

@media screen and (max-width: 960px), print {
  .cpbMenu .menuLv1 > li > a::after {
    border-color: #fff;
    right: 5.5%;
  }
}

@media screen and (max-width: 960px) and (min-width: 600px), print {
  .cpbMenu .menuLv1 > li > a::after {
    right: 30px;
  }
}

@media screen and (max-width: 960px), print {
  .cpbMenu .menuLv2,
  .cpbMenu .menuLv3 {
    display: none;
    position: relative;
  }
  .cpbMenu .menuLv2.is_open,
  .cpbMenu .menuLv3.is_open {
    display: block;
  }
  .cpbMenu .menuLv2 > li > a,
  .cpbMenu .menuLv3 > li > a {
    border: 1px solid #081f2c;
    color: #081f2c;
    padding: 15px 30px 15px 15px;
    position: relative;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 10px 30px 10px 15px;
    border: none;
    border-bottom: 1px solid #cdd2d4;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: left;
  }
  .cpbMenu .menuLv2 > li > a:after,
  .cpbMenu .menuLv3 > li > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: #081f2c 1px solid;
    border-right: #081f2c 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: 15px;
  }
  .cpbMenu .menuLv2 > li > a:not(.-dark):hover,
  .cpbMenu .menuLv3 > li > a:not(.-dark):hover {
    background: #081f2c;
    color: #fff;
  }
  .cpbMenu .menuLv2 > li > a:not(.-dark):hover::after,
  .cpbMenu .menuLv3 > li > a:not(.-dark):hover::after {
    border-color: #fff;
  }
  .cpbMenu .menuLv2 > li > a.-variable,
  .cpbMenu .menuLv3 > li > a.-variable {
    display: inline-block;
    padding: 13px 3vw 13px 2vw;
    color: #081F2C;
    border-color: #51616A;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .cpbMenu .menuLv2 > li > a.-variable::after,
  .cpbMenu .menuLv3 > li > a.-variable::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: #081F2C 1px solid;
    border-right: #081F2C 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: 15px;
  }
  .cpbMenu .menuLv2 > li > a.-dark,
  .cpbMenu .menuLv3 > li > a.-dark {
    background: #081f2c;
    color: #fff !important;
  }
  .cpbMenu .menuLv2 > li > a.-dark:after,
  .cpbMenu .menuLv3 > li > a.-dark:after {
    border-color: #fff;
  }
  .cpbMenu .menuLv2 > li > a.-dark:hover,
  .cpbMenu .menuLv3 > li > a.-dark:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 960px) and (max-width: 599px) {
  .cpbMenu .menuLv2 > li > a.-variable,
  .cpbMenu .menuLv3 > li > a.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}

@media screen and (max-width: 960px), print {
  .cpbMenu .menuLv2 > li > a::after,
  .cpbMenu .menuLv3 > li > a::after {
    right: 5.5%;
  }
}

@media screen and (max-width: 960px) and (min-width: 600px), print {
  .cpbMenu .menuLv2 > li > a::after,
  .cpbMenu .menuLv3 > li > a::after {
    right: 30px;
  }
}

@media screen and (max-width: 960px), print {
  .cpbMenu .menuLv2 > li > a {
    background: #e5e5e5;
  }
  .cpbMenu .menuLv2 > li:last-child > a {
    border-bottom: none;
  }
  .cpbMenu .menuLv1 > li.hasChildren > a,
  .cpbMenu .menuLv2 > li.hasChildren > a {
    position: relative;
  }
  .cpbMenu .menuLv1 > li.hasChildren > a i,
  .cpbMenu .menuLv2 > li.hasChildren > a i {
    position: absolute;
    top: 50%;
    right: 3.5%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cpbMenu .menuLv1 > li.hasChildren > a i::before,
  .cpbMenu .menuLv1 > li.hasChildren > a i::after,
  .cpbMenu .menuLv2 > li.hasChildren > a i::before,
  .cpbMenu .menuLv2 > li.hasChildren > a i::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    display: inline-block;
    width: 13px;
    height: 1px;
    border-top: 1px solid #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cpbMenu .menuLv1 > li.hasChildren > a i::after,
  .cpbMenu .menuLv2 > li.hasChildren > a i::after {
    left: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cpbMenu .menuLv1 > li.hasChildren > a.is_open i::after,
  .cpbMenu .menuLv2 > li.hasChildren > a.is_open i::after {
    display: none;
  }
  .cpbMenu .menuLv1 > li.hasChildren > a::after,
  .cpbMenu .menuLv2 > li.hasChildren > a::after {
    display: none;
  }
  .cpbMenu .menuLv2 > li.hasChildren > a i::before,
  .cpbMenu .menuLv2 > li.hasChildren > a i::after,
  .cpbMenu .menuLv3 > li.hasChildren > a i::before,
  .cpbMenu .menuLv3 > li.hasChildren > a i::after {
    border-color: #081f2c;
  }
  .cpbMenu .menuLv2 > li.hasChildren > a:hover,
  .cpbMenu .menuLv3 > li.hasChildren > a:hover {
    color: #081f2c;
    background: #e5e5e5;
  }
  .cpbMenu .menuLv2 > li.hasChildren > a:hover::after,
  .cpbMenu .menuLv3 > li.hasChildren > a:hover::after {
    border-color: #081f2c;
  }
  .cpbMenu .menuLv3 {
    position: relative;
    border-bottom: 1px solid #cdd2d4;
    margin-bottom: -2px;
  }
  .cpbMenu .menuLv3.is_open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpbMenu .menuLv3 > li {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
  }
  .cpbMenu .menuLv3 > li:nth-of-type(odd) {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .cpbMenu .menuLv3 > li > a {
    height: 100%;
    padding: 10px 30px 10px 20px;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cpbMenu .menuLv1>li.hasChildren > a i {
    position: absolute;
    top: 50%;
    right: 2.5%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cpbMenu .menuLv1>li.hasChildren > a i::before {
    content: none;
  }
  .cpbMenu .menuLv1>li.hasChildren > a i::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: 15px;
  }
  .cpbMenu .menuLv1>li.hasChildren > a i::after{
    right: 0;
    -webkit-transform: translateY(-50%) rotate(45deg) !important;
    transform: translateY(-50%) rotate(45deg) !important;
  }
  .cpbMenu .menuLv1 > li.hasChildren > a.is_open i::after {
    display: block;
  }
}

@media screen and (min-width: 959px) {
  .cpbMenu {
    display: block;
    position: relative;
    z-index: 1;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .cpbMenu .menuBtn {
    display: none;
  }
  .cpbMenu .menuLv1 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cpbMenu .menuLv1 > li > a {
    display: block;
    position: relative;
    padding: 10px 0;
  }
  .cpbMenu .menuLv1 > li > a:hover {
    opacity: .7;
  }
  .cpbMenu .menuLv1 > li > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: #081f2c 1px solid;
    border-right: #081f2c 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: auto;
    margin-left: 8px;
    margin-top: -1px;
  }
  .cpbMenu .menuLv2,
  .cpbMenu .menuLv3 {
    position: absolute;
    overflow: hidden;
    left: -60px;
    background: #081f2c;
    padding: 0;
    min-width: 200px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .cpbMenu .menuLv2.is_open,
  .cpbMenu .menuLv3.is_open {
    padding: 15px 0;
    line-height: 1.25;
    opacity: 1;
    overflow: visible;
  }
  .cpbMenu .menuLv2.is_open > li > a,
  .cpbMenu .menuLv3.is_open > li > a {
    line-height: 1.25;
    opacity: 1;
    padding: 10px 60px 10px 30px;
    white-space: nowrap;
  }
  .cpbMenu .menuLv2 > li > a,
  .cpbMenu .menuLv3 > li > a {
    line-height: 0;
    opacity: 0;
    position: relative;
    display: block;
    padding: 0 60px 0 30px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .cpbMenu .menuLv2 > li > a:hover,
  .cpbMenu .menuLv3 > li > a:hover {
    background: #214B64;
  }
  .cpbMenu .menuLv2 > li > a::after,
  .cpbMenu .menuLv3 > li > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: 20px;
    margin: auto 0;
    right: 20px;
    margin-left: 8px;
    margin-top: -1px;
  }
  .cpbMenu .menuLv2 > li:not(.hasChildren) > a::after,
  .cpbMenu .menuLv3 > li:not(.hasChildren) > a::after {
    display: none;
  }
  .cpbMenu .menuLv3 {
    position: absolute;
    left: 100%;
    top: 0;
    width: auto;
    background: #102c3b;
  }
  .cpbMenu .menuLv1 li:nth-of-type(1) .menuLv2 {
    left: -60px;
  }
  .cpbMenu .menuLv1 li:nth-of-type(2) .menuLv2 {
    left: 300px;
  }
  .cpbMenu + .ly_contents {
    position: relative;
    z-index: 0;
  }
}

.cpbBtn {
  border: 1px solid #081f2c;
  color: #081f2c;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.cpbBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #081f2c 1px solid;
  border-right: #081f2c 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.cpbBtn:not(.-dark):hover {
  background: #081f2c;
  color: #fff;
}

.cpbBtn:not(.-dark):hover::after {
  border-color: #fff;
}

.cpbBtn.-variable {
  display: inline-block;
  padding: 13px 3vw 13px 2vw;
  color: #081F2C;
  border-color: #51616A;
  font-size: 1.4rem;
  font-weight: 300;
}

.cpbBtn.-variable::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: #081F2C 1px solid;
  border-right: #081F2C 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.cpbBtn.-dark {
  background: #081f2c;
  color: #fff !important;
}

.cpbBtn.-dark:after {
  border-color: #fff;
}

.cpbBtn.-dark:hover {
  opacity: .7;
}

@media screen and (max-width: 599px) {
  .cpbBtn.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}

.cpbButtonArea {
  margin: 30px 0 0;
}

.cpbButtonArea li + li {
  margin-top: 10px;
}

@media screen and (min-width: 600px), print {
  .cpbButtonArea {
    margin: 50px 0 0;
  }
  .cpbButtonArea ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cpbButtonArea ul li {
    min-width: 230px;
  }
  .cpbButtonArea ul li + li {
    margin: 0 0 0 30px;
  }
  .cpbButtonArea ul a {
    text-align: center;
  }
}

.cpbCategory {
  margin: 0 0 50px;
}

.cpbCategory .menuLv1 > li {
  margin-top: 30px;
}

.cpbCategory .menuLv1 > li > a {
  border: 1px solid #081f2c;
  color: #081f2c;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #081f2c;
  color: #fff;
}

.cpbCategory .menuLv1 > li > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #081f2c 1px solid;
  border-right: #081f2c 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.cpbCategory .menuLv1 > li > a:not(.-dark):hover {
  background: #081f2c;
  color: #fff;
}

.cpbCategory .menuLv1 > li > a:not(.-dark):hover::after {
  border-color: #fff;
}

.cpbCategory .menuLv1 > li > a.-variable {
  display: inline-block;
  padding: 13px 3vw 13px 2vw;
  color: #081F2C;
  border-color: #51616A;
  font-size: 1.4rem;
  font-weight: 300;
}

.cpbCategory .menuLv1 > li > a.-variable::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: #081F2C 1px solid;
  border-right: #081F2C 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.cpbCategory .menuLv1 > li > a.-dark {
  background: #081f2c;
  color: #fff !important;
}

.cpbCategory .menuLv1 > li > a.-dark:after {
  border-color: #fff;
}

.cpbCategory .menuLv1 > li > a.-dark:hover {
  opacity: .7;
}

@media screen and (max-width: 599px) {
  .cpbCategory .menuLv1 > li > a.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}

.cpbCategory .menuLv1 > li > a::after {
  border-color: #fff;
}

@media screen and (min-width: 600px), print {
  .cpbCategory .menuLv1 > li > a::after {
    right: 30px;
  }
}

.cpbCategory .menuLv2 > li > a {
  border: 1px solid #081f2c;
  color: #081f2c;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border: none;
  border-bottom: 1px solid #cdd2d4;
  font-size: 1.5rem;
  font-weight: 300;
}

.cpbCategory .menuLv2 > li > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #081f2c 1px solid;
  border-right: #081f2c 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.cpbCategory .menuLv2 > li > a:not(.-dark):hover {
  background: #081f2c;
  color: #fff;
}

.cpbCategory .menuLv2 > li > a:not(.-dark):hover::after {
  border-color: #fff;
}

.cpbCategory .menuLv2 > li > a.-variable {
  display: inline-block;
  padding: 13px 3vw 13px 2vw;
  color: #081F2C;
  border-color: #51616A;
  font-size: 1.4rem;
  font-weight: 300;
}

.cpbCategory .menuLv2 > li > a.-variable::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: #081F2C 1px solid;
  border-right: #081F2C 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.cpbCategory .menuLv2 > li > a.-dark {
  background: #081f2c;
  color: #fff !important;
}

.cpbCategory .menuLv2 > li > a.-dark:after {
  border-color: #fff;
}

.cpbCategory .menuLv2 > li > a.-dark:hover {
  opacity: .7;
}

@media screen and (max-width: 599px) {
  .cpbCategory .menuLv2 > li > a.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}

@media screen and (min-width: 600px), print {
  .cpbCategory .menuLv2 > li > a::after {
    right: 30px;
  }
}

.cpbProductList {
  margin: 20px 0 50px;
}

.cpbProductList .item {
  padding: 50px 4% 0;
}

.cpbProductList .item .thumb {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-top: 140%;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.cpbProductList .item .thumb:hover {
  opacity: .75;
}

.cpbProductList .item .thumb img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 50%;
  width: 100%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.cpbProductList .item .thumb img:hover {
  opacity: 1;
}

.cpbProductList .item .thumb .tag {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cpbProductList .item .thumb .cart {
  position: absolute;
  text-decoration: underline;
  display: inline-block;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.cpbProductList .productNameFr {
  font-size: 1.2rem;
  letter-spacing: .1em;
  line-height: 2;
}

.cpbProductList .brandName {
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.cpbProductList .productName {
  margin: 0 0 15px;
  font-size: 1.6rem;
  font-weight: 600;
}

.cpbProductList .amount {
  text-align: right;
  font-weight: 600;
}

.cpbProductList .amount em {
  font-weight: 600;
}

.cpbProductList .amount .tax {
  font-size: 1.2rem;
}

@media screen and (max-width: 599px) {
  .cpbProductList {
    margin-top: 30px;
  }
  .cpbProductList .item:nth-of-type(1) {
    padding-top: 0;
  }
}

@media screen and (min-width: 600px), print {
  .cpbProductList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cpbProductList .item {
    padding: 30px 1.5% 0;
    width: calc((100% - 12%) /4);
  }
  .cpbProductList .item .thumb .cart {
    opacity: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    text-decoration: underline;
  }
  .cpbProductList .item .thumb:hover .cart {
    opacity: 1;
  }
  .cpbProductList .productName {
    font-weight: 300;
  }
  .cpbProductList .amount {
    font-weight: 300;
  }
}

.cpbBtnWrap {
  margin: 30px 0 0;
  text-align: center;
}

.cpbBtnWrap.-backtoTop {
  margin: 6.5vw 0;
}

@media screen and (max-width: 599px) {
  .cpbBtnWrap.-backtoTop {
    margin: 20vw 0 13vw;
  }
}

.cpbBtn.-category {
  padding: 13px 76px 13px 66px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 300;
}

.cpbHeading {
  margin: 6.5vw 0 2vw;
  padding: 15px;
  background-color: #081F2C;
  color: #fff;
  font-size: 1.6rem;
}

.cpbHeading em {
  font-weight: 600;
}

.cpbHeading span {
  margin-left: 15px;
}

.cpbHeading.-mtMid {
  margin: 3.6vw 0 1.4vw;
}

@media screen and (max-width: 599px) {
  .cpbHeading {
    margin: 13vw 0 6vw;
  }
  .cpbHeading.-mtMid {
    margin: 50px 0 20px;
  }
}

.cpbTopSlider {
  opacity: 0;
  visibility: hidden;
}

.cpbTopSlider.is_show {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  opacity: 1;
  visibility: visible;
}

.cpbTopSlider .item {
  position: relative;
}

.cpbTopSlider .item .text {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  color: #000;
  text-align: center;
}

.cpbTopSlider .item .text sup {
  font-size: 1.2rem;
  margin-top: 17px;
  display: inline-block;
  vertical-align: top;
}

.cpbTopSlider .item .text .notes {
  margin-top: 20px;
  font-size: 1.2rem;
}

.cpbTopSlider .item .text .btn {
  margin-top: 20px;
}

.cpbTopSlider .item .text .logo_40years {
  padding-top: 10px;
}

.cpbTopSlider .item .text .logo_40years img {
  width: 40%;
  max-width: 87px;
}

.cpbTopSlider .item .text.-right {
  left: 55%;
}

.cpbTopSlider .item .text.-center{
  left:50%;
  transform:translateX(-50%);
}

.cpbTopSlider .item .text.-top{
  top:10%;
}

.cpbTopSlider .item .text.-type1 {
  display: none;
}

.cpbTopSlider .item .text .tag {
  margin-bottom:12px;
  margin-inline:auto;
  padding:4px 20px;
  font-size: 1.4rem;
  width:fit-content;
  color:#fff;
  background-color:#081F2C;
}

@media screen and (min-width: 600px), print {
  .cpbTopSlider .item .text {
    width: 40%;
  }
  .cpbTopSlider .item .text.-yellow {
    color: #c6b474;
  }
  .cpbTopSlider .item .text.-white {
    color: #fff;
  }
  .cpbTopSlider .item .text.-white .btn a {
    border-color: #fff;
    color: #fff;
  }
  .cpbTopSlider .item .text.-white .btn a::after {
    border-color: #fff;
  }
  .cpbTopSlider .item .text.-white .btn a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .cpbTopSlider .item .text.-skincare_202407 {
    width:50%;
    left:0;
  }
  .cpbTopSlider .item .text.-skincare_202407 .btn {
    padding-top:35%;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .cpbTopSlider .item .text {
    font-size: 2rem;
  }
  .cpbTopSlider .item .text.-right {
    left: 55%;
  }
}

.cpbTopSlider .slide_inner {
  margin: 0 auto;
}

.cpbTopSlider .slide_inner img {
  width: 100%;
}

.cpbTopSlider .slide_inner .slick-slide:focus {
  outline: none;
}

.cpbTopSlider .slide_inner .slick-list {
  overflow: visible !important;
}

.cpbTopSlider .slide_inner .slick-slide {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cpbTopSlider .slide_inner .slick-slide.slick-now {
  opacity: 0.3;
}

.cpbTopSlider .slide_inner .slick-slide.slick-active {
  opacity: 1 !important;
}

.cpbTopSlider .slide_inner.slick-slider .slick-dots {
  display: block !important;
}

.cpbTopSlider .slide_inner.slick-slider .slick-dots li {
  margin: 0 5px;
  vertical-align: middle;
}

.cpbTopSlider .slide_inner.slick-slider .slick-dots li button {
  border: none;
  display: block !important;
}

.cpbTopSlider .slide_inner.slick-slider .slick-dots li.slick-active button {
  background: #081f2c;
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow {
  margin: auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 600px), print {
  .cpbTopSlider .slide_inner.slick-slider .sliderArrow:hover {
    opacity: .5;
  }
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow::after {
  content: "";
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border-color: #081f2c;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow._prev {
  left: 0;
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow._prev:after {
  left: 3px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow._next {
  right: 0;
}

.cpbTopSlider .slide_inner.slick-slider .sliderArrow._next:after {
  right: 3px;
  border-top: 1px solid;
  border-right: 1px solid;
}

@media screen and (max-width: 960px), print {
  .cpbTopSlider .slide_inner {
    width: 100%;
  }
  .cpbTopSlider .slide_inner img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 960px), print {
  .cpbTopSlider {
    min-height: 0;
    padding: 0 0 30px;
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .cpbTopSlider {
    padding: 0 0 50vw;
  }
  .cpbTopSlider .item .text {
    top: 87vw;
    left: 0;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .cpbTopSlider .item .text .cpbBtn {
    width: 80%;
  }
  .cpbTopSlider .item .text .logo_40years img {
    width: 20%;
  }
  .cpbTopSlider .item .text.-right {
    left: 0;
  }
  .cpbTopSlider .item .text.-center {
    left: 0;
    transform: translateY(0);
  }
  .cpbTopSlider .item .text.-top {
    top: 87vw;
  }
  .cpbTopSlider .item .text.-type1 {
    display: block;
  }
  .cpbTopSlider .item .text.-type1 .label {
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #897048;
    color: #897048;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .cpbTopSlider .item .text.-type1 .sub {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.cpbContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 6.5vw;
}

.cpbContainer .item {
  display: block;
  text-align: center;
}

.cpbContainer .item .thumb {
  width: 100%;
}

.cpbContainer .item .thumb img {
  width: 100%;
}

.cpbContainer .item .itemBrand {
  margin: 10px 0 5px;
  font-size: 1.2rem;
}

.cpbContainer .item .itemName .fr {
  font-size: 1.2rem;
  display: inline-block;
}

.cpbContainer .item .cpbBtn {
  margin: 30px auto 0;
  display: block;
  width: 70%;
  white-space: nowrap;
}

.cpbContainer .item:hover .thumb img {
  opacity: 1;
}

.cpbContainer .item:hover .cpbBtn:not(.-dark) {
  background: #081f2c;
  color: #fff;
}

.cpbContainer .item:hover .cpbBtn:not(.-dark)::after {
  border-color: #fff;
}

@media screen and (min-width: 600px), print {
  .cpbContainer.-col2 .item {
    width: calc((100% - 30px) / 2);
  }
  .cpbContainer.-col2 .item:nth-child(even) {
    margin-left: 30px;
  }
  .cpbContainer.-col2 .item:nth-of-type(n+3) {
    margin-top: 50px;
  }
  .cpbContainer.-col3 .item {
    width: calc((100% - 36px) / 3);
    margin-left: 18px;
  }
  .cpbContainer.-col3 .item:nth-of-type(3n-2) {
    margin-left: 0;
  }
  .cpbContainer.-col3 .item:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .cpbContainer.-col4 .item {
    width: calc((100% - 44px) / 4);
    margin-left: 18px;
  }
  .cpbContainer.-col4 .item:nth-of-type(4n-3) {
    margin-left: 0;
  }
  .cpbContainer.-col4 .item:nth-of-type(n+5) {
    margin-top: 50px;
  }
  .cpbContainer.-mb {
    padding-bottom: 6.5vw;
  }
}

@media screen and (max-width: 599px) {
  .cpbContainer {
    display: block;
  }
  .cpbContainer .item {
    width: 100%;
  }
  .cpbContainer .item .thumb {
    width: 80%;
    margin: 0 auto;
  }
  .cpbContainer .item .itemBrand {
    margin-top: 0;
  }
  .cpbContainer.-mb {
    margin-bottom: 10vw;
  }
}

.cpbSlider {
  position: relative;
  margin: 0 auto;
}

.cpbSlider img {
  width: 100%;
}

.cpbSlider .slick-slide:focus {
  outline: none;
}

.cpbSlider .slick-list {
  overflow: visible !important;
}

.cpbSlider .slick-slide {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cpbSlider .slick-slide.slick-now {
  opacity: 0.3;
}

.cpbSlider .slick-slide.slick-active {
  opacity: 1 !important;
}

.cpbSlider.slick-slider .slick-dots {
  display: block !important;
}

.cpbSlider.slick-slider .slick-dots li {
  margin: 0 5px;
  vertical-align: middle;
}

.cpbSlider.slick-slider .slick-dots li button {
  border: none;
  display: block !important;
}

.cpbSlider.slick-slider .slick-dots li.slick-active button {
  background: #081f2c;
}

.cpbSlider.slick-slider .sliderArrow {
  margin: auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 600px), print {
  .cpbSlider.slick-slider .sliderArrow:hover {
    opacity: .5;
  }
}

.cpbSlider.slick-slider .sliderArrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cpbSlider.slick-slider .sliderArrow::after {
  content: "";
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border-color: #081f2c;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpbSlider.slick-slider .sliderArrow._prev {
  left: 0;
}

.cpbSlider.slick-slider .sliderArrow._prev:after {
  left: 3px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.cpbSlider.slick-slider .sliderArrow._next {
  right: 0;
}

.cpbSlider.slick-slider .sliderArrow._next:after {
  right: 3px;
  border-top: 1px solid;
  border-right: 1px solid;
}

@media screen and (max-width: 960px), print {
  .cpbSlider {
    width: 100%;
  }
  .cpbSlider img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  .cpbSlider + .cpbHeading {
    margin-top: 20vw;
  }
}

@media screen and (max-width: 960px), print {
  .cpbOrderWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cpbOrderWrap .cpbOrder1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cpbOrderWrap .cpbOrder1.-top {
    margin-top: 50px;
  }
  .cpbOrderWrap .cpbOrder1.-brand {
    margin-top: 80px;
    margin-bottom: -50px;
  }
  .cpbOrderWrap .cpbOrder2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .cpbOrderWrap .cpbOrder3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .cpbOrderWrap .cpbBrandMessage {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 0;
  }
  .cpbCategory {
    display: none;
  }
}

.cpbStoryHeading {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .cpbStoryHeading {
    margin-bottom: 20px;
  }
}

.cpbBrandMessage {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.cpbBrandMessage .outline {
  padding: 6vw 0;
  max-width: 50%;
  text-align: center;
  color: #fff;
}

.cpbBrandMessage .outline p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.cpbBrandMessage .outline p + p {
  margin-top: 30px;
}

.cpbBrandMessage .outline .cpbBtn {
  margin-top: 30px;
  border-color: #fff;
  background: #fff;
}

.cpbBrandMessage .outline .cpbBtn:hover {
  background: #000;
}

@media screen and (min-width: 600px), print {
  .cpbBrandMessage {
    background-image: url(/omiseplus/assets/static/img/cpb/offer_lacreme_23ss_pc.jpg);
    margin: 6.5vw 0;
  }
  .cpbBrandMessage .outline {
    margin-left: 50%;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .cpbBrandMessage {
    background-position: 30% 50%;
    background-size: 120%;
  }
}

@media screen and (max-width: 599px) {
  .cpbBrandMessage {
    background-image: url(/omiseplus/assets/static/img/cpb/offer_lacreme_23ss_sp.jpg);
    margin: 0 0 24vw;
    background-size: 100%;
    background-position: 0 0;
    padding-bottom: 16vw;
  }
  .cpbBrandMessage .outline {
    padding: 77vw 0 0;
    max-width: 100%;
  }
  .cpbBrandMessage .outline p {
    font-size: 1.4rem;
  }
}

.cpbBrandMessageStory .outline {
  text-align: center;
}

.cpbBrandMessageStory .outline p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.cpbBrandMessageStory .outline p + p {
  margin-top: 30px;
}

.cpbBrandMessageStory .outline .cpbBtn {
  margin-top: 30px;
}

@media screen and (min-width: 600px), print {
  .cpbBrandMessageStory {
    margin: 6.5vw 0;
  }
}

@media screen and (max-width: 599px) {
  .cpbBrandMessageStory .outline {
    padding: 6vw 0;
  }
  .cpbBrandMessageStory .outline p {
    font-size: 1.4rem;
  }
}

.cpbCategory .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 127px;
  padding: 1vw 50% 1vw 5vw;
  font-size: 1.8rem;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.cpbCategory .item a:hover {
  opacity: .75;
}

.cpbCategory .-skincare a {
  background: url(/omiseplus/assets/static/img/cpb/thumb_skincare.jpg) 100% 0 no-repeat;
  background-size: 100%;
}

.cpbCategory .-makeup a {
  background: url(/omiseplus/assets/static/img/cpb/thumb_makeup.jpg) 100% 0 no-repeat;
  background-size: 100%;
}

.cpbCloseup.-thumb .mediaBody p + p {
  margin-top: 1.8em;
}

.cpbCloseup.-thumb .mediaBody sup {
  font-size: 1rem;
  margin-top: 10px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (min-width: 600px), print {
  .cpbCloseup.-thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .cpbCloseup.-thumb .mediaImg {
    width: 40%;
    margin-right: 8%;
  }
  .cpbCloseup.-thumb .mediaImg img {
    width: 100%;
  }
  .cpbCloseup.-thumb .mediaBody {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 1;
    -ms-flex: 0 0 1;
    flex: 0 0 1;
  }
}

@media screen and (max-width: 599px) {
  .cpbCloseup.-thumb .mediaImg {
    margin-bottom: 2em;
  }
  .cpbCloseup.-thumb .mediaImg img {
    width: 100%;
  }
}

@media screen and (min-width: 600px), print {
  .cpbCloseup.-background {
    background: url(/omiseplus/assets/static/img/cpb/xxxx.jpg) 0 50% no-repeat;
    background-size: cover;
    margin-bottom: 90px;
  }
  .cpbCloseup.-background .mediaBody {
    padding: 8vw 0 8vw 40%;
    text-align: center;
  }
  .cpbCloseup.-background .mediaBody p + p {
    margin-top: 40px;
  }
  .cpbCloseup.-background .mediaBody .cpbBtn {
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .cpbCloseup.-background .mediaBody {
    padding: 8vw 0 8vw 40%;
  }
  .cpbCloseup.-background .mediaBody p + p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 599px) {
  .cpbCloseup.-background {
    background: url(/omiseplus/assets/static/img/cpb/xxxx.jpg) 0 0 no-repeat;
    background-size: 100%;
    padding-top: 77vw;
    margin-bottom: 90px;
  }
  .cpbCloseup.-background .mediaBody p + p {
    margin-top: 30px;
  }
  .cpbCloseup.-background .mediaBody .cpbBtn {
    margin: 10px 0 0;
  }
}

.cpbBrandHero {
  padding: 0;
  display: block;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.cpbBrandHero + .cpbBrandMessage {
  margin-top: 0;
}

.cpbBrandHero.is_show {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  opacity: 1;
  visibility: visible;
}

.cpbBrandHero .ly_inner {
  position: relative;
}

.cpbBrandHero .copy {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}

.cpbBrandHero .copy .cpbStoryHeading {
  top: 23%;
  margin-bottom: 0;
}

.cpbBrandHero .play {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.cpbBrandHero .play::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin-right: 8px;
  background: url(/omiseplus/assets/static/img/cpb/icon_play-2_white.svg) 0 0 no-repeat;
}

@media screen and (max-width: 599px) {
  .cpbBrandHero .play span {
    display: none;
  }
  .cpbBrandHero .play::before {
    margin: 0;
  }
}

@media screen and (min-width: 600px), print {
  .cpbBrandHero {
    background-image: url(/omiseplus/assets/static/img/cpb/CPB_23SS_LaCreme_Hero.jpg);
    background-position: 0 41%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .cpbBrandHero .ly_inner {
    height: 40vw;
  }
  .cpbBrandHero .copy {
    position: absolute;
    width: 400px;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0;
    -webkit-transition: all 2s 1s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 2s 1s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .cpbBrandHero .play {
    right: 0;
    bottom: 20px;
  }
  .cpbBrandHero:hover {
    opacity: .8;
  }
  .cpbBrandHero:hover .play::before {
    background-position: 100% 0;
  }
  .cpbBrandHero.is_show .copy {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .cpbBrandHero .play {
    right: 4vw;
  }
}

@media screen and (max-width: 599px) {
  .cpbBrandHero {
    background: url(/omiseplus/assets/static/img/cpb/image_main_23ss_sp.jpg) 0 0 no-repeat;
    background-size: 100%;
    min-height: 105vw;
  }
  .cpbBrandHero .ly_inner {
    height: 105vw;
  }
  .cpbBrandHero .copy {
    position: absolute;
    top: 5%;
    width: 100%;
  }
  .cpbBrandHero .copy p {
    font-size: 1.4rem;
  }
  .cpbBrandHero .play {
    top: 63vw;
    right: 5vw;
  }
}

.cpbBrandBrilliance {
  margin: 6.5vw 0;
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.cpbBrandBrilliance.is_show {
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 599px) {
  .cpbBrandBrilliance {
    margin: 13vw 0;
  }
}

.cpbBrandBrilliance .sliderBriImg {
  margin: 0 auto;
}

.cpbBrandBrilliance .sliderBriImg img {
  width: 100%;
}

.cpbBrandBrilliance .sliderBriImg img {
  width: 100%;
}

.cpbBrandBrilliance .sliderBriImg .slick-slide:focus {
  outline: none;
}

.cpbBrandBrilliance .sliderBriImg .slick-list {
  overflow: visible !important;
}

.cpbBrandBrilliance .sliderBriImg .slick-slide {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cpbBrandBrilliance .sliderBriImg .slick-slide.slick-now {
  opacity: 0.3;
}

.cpbBrandBrilliance .sliderBriImg .slick-slide.slick-active {
  opacity: 1 !important;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .slick-dots {
  display: block !important;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .slick-dots li {
  margin: 0 5px;
  vertical-align: middle;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .slick-dots li button {
  border: none;
  display: block !important;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .slick-dots li.slick-active button {
  background: #081f2c;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow {
  margin: auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 600px), print {
  .cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow:hover {
    opacity: .5;
  }
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow::after {
  content: "";
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border-color: #081f2c;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow._prev {
  left: 0;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow._prev:after {
  left: 3px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow._next {
  right: 0;
}

.cpbBrandBrilliance .sliderBriImg.slick-slider .sliderArrow._next:after {
  right: 3px;
  border-top: 1px solid;
  border-right: 1px solid;
}

@media screen and (max-width: 960px), print {
  .cpbBrandBrilliance .sliderBriImg {
    width: 100%;
  }
  .cpbBrandBrilliance .sliderBriImg img {
    width: 100%;
    height: auto;
  }
}

.cpbBrandBrilliance .sliderBriImg .-movie a {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.cpbBrandBrilliance .sliderBriImg .-movie a img {
  -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
}

.cpbBrandBrilliance .sliderBriImg .-movie a:hover img {
  opacity: .85;
}

.cpbBrandBrilliance .sliderBriImg .-movie a:hover .play::before {
  background-position: 100% 0;
}

.cpbBrandBrilliance .sliderBriImg .-movie .play {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.cpbBrandBrilliance .sliderBriImg .-movie .play::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  margin-right: 8px;
  background: url(/omiseplus/assets/static/img/cpb/icon_play-2_white.svg) 0 0 no-repeat;
}

@media screen and (max-width: 599px) {
  .cpbBrandBrilliance .sliderBriImg .-movie .play span {
    display: none;
  }
  .cpbBrandBrilliance .sliderBriImg .-movie .play::before {
    margin: 0;
  }
}

@media screen and (min-width: 600px), print {
  .cpbBrandBrilliance .sliderBriImg .-movie .play {
    right: 20px;
    bottom: 20px;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .cpbBrandBrilliance .sliderBriImg .-movie .play {
    right: 4vw;
  }
}

@media screen and (max-width: 599px) {
  .cpbBrandBrilliance .sliderBriImg .-movie .play {
    bottom: 2vw;
    right: 2vw;
  }
}

.cpbBrandBrilliance .sliderBriExplanatory {
  margin: 0 auto;
  width: 70%;
  margin: 50px auto !important;
  text-align: center;
}

.cpbBrandBrilliance .sliderBriExplanatory img {
  width: 100%;
}

.cpbBrandBrilliance .sliderBriExplanatory .slick-slide:focus {
  outline: none;
}

.cpbBrandBrilliance .sliderBriExplanatory .slick-list {
  overflow: visible !important;
}

.cpbBrandBrilliance .sliderBriExplanatory .slick-slide {
  opacity: 0.3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.cpbBrandBrilliance .sliderBriExplanatory .slick-slide.slick-now {
  opacity: 0.3;
}

.cpbBrandBrilliance .sliderBriExplanatory .slick-slide.slick-active {
  opacity: 1 !important;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .slick-dots {
  display: block !important;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .slick-dots li {
  margin: 0 5px;
  vertical-align: middle;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .slick-dots li button {
  border: none;
  display: block !important;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .slick-dots li.slick-active button {
  background: #081f2c;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow {
  margin: auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 600px), print {
  .cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow:hover {
    opacity: .5;
  }
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow::after {
  content: "";
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  border-color: #081f2c;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow._prev {
  left: 0;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow._prev:after {
  left: 3px;
  border-bottom: 1px solid;
  border-left: 1px solid;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow._next {
  right: 0;
}

.cpbBrandBrilliance .sliderBriExplanatory.slick-slider .sliderArrow._next:after {
  right: 3px;
  border-top: 1px solid;
  border-right: 1px solid;
}

@media screen and (max-width: 960px), print {
  .cpbBrandBrilliance .sliderBriExplanatory {
    width: 100%;
  }
  .cpbBrandBrilliance .sliderBriExplanatory img {
    width: 100%;
    height: auto;
  }
}

.cpbBrandBrilliance .sliderBriExplanatory .item {
  outline: none;
}

.cpbBrandBrilliance .sliderBriExplanatory .item .note {
  font-size: 1.2rem;
  margin-top: 20px;
  color: #666;
}

.cpbBrandBrilliance .sliderBriExplanatory .item .btn {
  margin-top: 20px;
}

.cpbBrandBrilliance .sliderBriExplanatory .heading {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.cpbBrandBrilliance .sliderBriExplanatory .sliderArrow {
  top: 50px !important;
  bottom: 100% !important;
}

@media screen and (max-width: 599px) {
  .cpbBrandBrilliance .sliderBriExplanatory {
    margin-top: 40px !important;
  }
}

.cpbBrandHeritage {
  padding: 0;
}

@media screen and (min-width: 600px), print {
  .cpbBrandHeritage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cpbBrandHeritage .mediaImg {
    width: 50vw;
  }
  .cpbBrandHeritage .mediaImg img {
    width: 100%;
  }
  .cpbBrandHeritage .mediaBody {
    width: 50vw;
    padding: 0 5vw;
    text-align: center;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 599px) {
  .cpbBrandHeritage {
    margin-bottom: 13vw;
  }
  .cpbBrandHeritage .mediaImg img {
    width: 100%;
  }
  .cpbBrandHeritage .mediaBody {
    padding: 30px 4vw 0;
    text-align: center;
  }
}

.cpbCaution {
  position: relative;
  margin-top: 10px;
}

@media screen and (min-width: 600px), print {
  .cpbCaution {
    padding-left: 4em;
  }
  .cpbCaution .tag {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 599px) {
  .cpbCaution .tag {
    display: block;
  }
}

.stepBar.-cpb .current {
  background: #CDD2D4;
}

@media screen and (min-width: 600px), print {
  .lastElement {
    margin-bottom: 6.5vw;
  }
}

@media screen and (max-width: 599px) {
  .lastElement {
    margin-bottom: 13vw;
  }
}

/*-------------------------------------------
CPB 商品詳細 [H-03] product.cssをカスタム
-------------------------------------------*/
.productNameWrapper .product-cpb {
  margin-top: 10px;
}

.productNameWrapper .product-name-fr {
  letter-spacing: .1em;
}

@media screen and (min-width: 600px), print {
  .productDetailContainer > .ly_inner > .pcR {
    width: calc(100% - 440px - 80px);
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .productDetailContainer > .ly_inner > .pcR {
    width: 440px;
  }
}

@media screen and (min-width: 600px), print {
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper {
    min-height: 440px;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 599px) {
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper {
    height: 0;
    padding-bottom: 88%;
    position: relative;
  }
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper > div {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper div {
    height: 100%;
  }
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper .sliderItem {
    position: relative;
  }
  .productDetailContainer > .ly_inner > .pcL.produstImageWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 599px) {
  .produstImageWrapper {
    margin: 30px 20px 50px;
  }
}

.produstImageWrapper .product-image {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}

.produstImageWrapper .product-image._active {
  opacity: 1;
}

.produstImageWrapper .product-image img {
  max-width: 100%;
}

.produstImageWrapper .slick-slider .slick-dots {
  display: block !important;
}

.produstImageWrapper .slick-slider .slick-dots li {
  margin: 0 5px;
}

.produstImageWrapper .slick-slider .slick-dots li button {
  border: none;
}

.produstImageWrapper .slick-slider .slick-dots li.slick-active button {
  background: #081f2c;
}

.produstImageWrapper .slick-slider .sliderArrow {
  border: none;
  background-color: transparent;
}

.produstImageWrapper .slick-slider .sliderArrow:hover {
  opacity: .5;
}

.produstImageWrapper .slick-slider .sliderArrow:after {
  width: 16px;
  height: 16px;
  border-color: #081f2c;
}

@media screen and (max-width: 599px) {
  .produstImageWrapper .slick-slider .sliderArrow._next {
    right: -28px;
  }
  .produstImageWrapper .slick-slider .sliderArrow._prev {
    left: -28px;
  }
}

@media screen and (min-width: 600px), print {
  .produstImageWrapper .slick-slider .sliderArrow._next {
    right: -46px;
  }
  .produstImageWrapper .slick-slider .sliderArrow._prev {
    left: -46px;
  }
}

.produstDescriptionWrapper .productColorWrap .product-image-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.produstDescriptionWrapper .productColorWrap .colorItem {
  width: 36px !important;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 1;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.produstDescriptionWrapper .productColorWrap .colorItem:hover {
  opacity: .75;
}

.produstDescriptionWrapper .productColorWrap .colorItem::after {
  content: "";
  border-radius: 50%;
  width: 44%;
  height: 44%;
  background: #fff;
  border: none;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
}

.produstDescriptionWrapper .productColorWrap .colorItem._current::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.produstDescriptionWrapper .productColorWrap .colorItem[data-sales-status="out of stock"]::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 60px;
  margin: 0;
  content: "";
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 1;
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 599px) {
  .produstDescriptionWrapper .productColorWrap .colorItem::before {
    display: none;
  }
  .produstDescriptionWrapper .productColorWrap .colorItem::after {
    opacity: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .produstDescriptionWrapper .productColorWrap .colorItem.slick-current::after {
    opacity: 1;
  }
  .produstDescriptionWrapper .productColorWrap .colorItem img {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .produstDescriptionWrapper .productColorWrap .slick-track {
    margin: 0;
    width: auto !important;
  }
}

.produstDescriptionWrapper .productTypeWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
}

.produstDescriptionWrapper .productTypeWrap .typeItem {
  margin: 10px 10px 0;
}

.produstDescriptionWrapper .productTypeWrap .typeItem label {
  padding-left: 25px;
}

.produstDescriptionWrapper .productTypeWrap .typeItem label:before {
  left: 0;
}

.produstDescriptionWrapper .productTypeWrap .typeItem label:after {
  left: 5px;
}

.produstDescriptionWrapper .productTypeWrap .typeItem[data-sales-status="out of stock"] label:before {
  background-color: #F5F5F5;
  background-image: -webkit-linear-gradient(right bottom, rgba(153, 153, 153, 0) 10px, #999 11px, rgba(153, 153, 153, 0) 12px);
  background-image: linear-gradient(to left top, rgba(153, 153, 153, 0) 10px, #999 11px, rgba(153, 153, 153, 0) 12px);
  position: absolute;
  left: 1px;
  top: calc(50% - 9px);
}

.produstDescriptionWrapper .productTypeWrap .typeItem[data-sales-status="out of stock"] label:after {
  left: 6px;
  background-color: #979797;
}

.produstDescriptionWrapper .product-quasidrug {
  font-size: 1.2rem;
}

.produstDescriptionWrapper .product-sales-name {
  margin-top: 10px;
}

.produstDescriptionWrapper .product-description {
  margin-top: 10px;
}

.produstDescriptionWrapper .productColorWrap {
  margin-top: 5px;
}

.produstDescriptionWrapper .productColorWrap .thumb-selected {
  font-size: 1.2rem;
}

.produstDescriptionWrapper .product-spec {
  font-size: 1.2rem;
  margin-top: 15px;
}

.produstDescriptionWrapper .product-price {
  margin-top: 30px;
  text-align: right;
}

.produstDescriptionWrapper .product-purchase .product-purchase-btn {
  width: 100%;
}

.produstDescriptionWrapper .product-purchase .product-purchase-btn .parts_btn {
  display: none;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border-color: #081f2c;
  margin-left: 0;
}

.produstDescriptionWrapper .product-purchase .product-purchase-btn .parts_btn.btn_important {
  background: #081f2c;
}

.produstDescriptionWrapper .product-purchase .product-purchase-btn .parts_btn.btn_disable {
  background: #979797;
  color: #fff;
  border-color: #979797;
}

.produstDescriptionWrapper .product-purchase .product-purchase-btn .parts_btn.is_show {
  display: block;
}

.productDetailTabContainer .opfTabContents .tab {
  border-color: #CDD2D4;
}

.productDetailTabContainer .opfTabContents .tabItem a:after {
  background-color: #081f2c;
}

@media screen and (min-width: 600px), print {
  .productDetailTabContainer {
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .productDetailTabContainer .opfTabContents .tabTarget.pcActive {
    display: block !important;
  }
  .productDetailTabContainer .opfTabContents .tabContainerClose {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .productDetailTabContainer {
    padding: 4%;
  }
  .productDetailTabContainer .opfTabContents .spTabAccordionName {
    background: #fff;
    color: #081f2c;
  }
  .productDetailTabContainer .opfTabContents .spTabAccordionName::before, .productDetailTabContainer .opfTabContents .spTabAccordionName::after {
    background: #081f2c;
  }
  .productDetailTabContainer .opfTabContents .tabTarget {
    background: #fff;
    padding: 0 15px 15px;
  }
  .productDetailTabContainer .opfTabContents .tabContainerClose {
    text-align: right;
    margin-top: 10px;
  }
  .productDetailTabContainer .opfTabContents .tabContainerClose span {
    display: inline-block;
    border-bottom: 1px solid #bfbfbf;
    color: #707070 !important;
    white-space: nowrap;
    font-size: 1.3rem;
  }
  .productDetailTabContainer .opfTabContents .tabContainerClose span::before {
    font-family: 'svgicon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90c";
    font-size: 1rem;
    color: #707070;
    margin-right: 8px;
  }
}

@media screen and (min-width: 600px), print {
  .itemBlock.item-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .itemBlock.item-col2 .item-col:nth-of-type(1) {
    width: 50%;
  }
  .itemBlock.item-col2 .item-col:nth-of-type(2) {
    width: 37%;
  }
}

@media screen and (max-width: 599px) {
  .itemBlock .item-col + .item-col {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CDD2D4;
  }
  .itemBlock .itemHeading {
    font-size: 1.6rem;
  }
}

.itemBlock p {
  margin-top: 30px !important;
}

.itemBlock p:first-child {
  margin-top: 0 !important;
}

.itemBlock .itemHeading {
  font-size: 1.8rem;
}

.itemBlock .itemHeading + p {
  margin-top: 10px !important;
}

.itemBlock .itemHeading + .itemList {
  margin-top: 10px;
}

.itemBlock .itemImage {
  font-size: 1.6rem;
  margin: 30px 0;
}

.itemBlock .itemImage:first-child {
  margin-top: 0 !important;
}

.itemBlock .itemList {
  margin: 30px 0;
  line-height: 1.8;
}

.itemBlock .itemList:first-child {
  margin-top: 0 !important;
}

.itemBlock .itemList li {
  list-style-type: disc;
  margin-left: 1.5em;
}

.itemBlock .itemAbout th, .itemBlock .itemAbout td {
  padding: 0 5px 5px;
}

.itemBlock .itemAbout th {
  font-weight: 600;
}

.itemBlock.itemSelect {
  text-align: center;
}

.itemBlock.itemSelect .selectWrap {
  width: 30%;
  margin: 0 auto;
  background: #fff;
  border-radius: 0;
}

.itemBlock.itemSelect .selectWrap::after {
  border-color: #081f2c;
}

.itemBlock#ingredientWrapper .select:not(._active) {
  display: none;
}

.opfSelectItem:after {
  border-bottom-color: #081f2c;
  border-right-color: #081f2c;
}

.campaign-tag span:not([class^="campaign-tag"]) {
  color: #081f2c;
}

.campaign-tag span.campaign-tag-new {
  background-color: #081f2c;
}

.modalArea {
  color: #081f2c;
}

.modalArea .mainRadioButton:checked + label::after,
.modalArea .mainRadioButton--forTable td input[type='radio']:checked + label::after {
  background-color: #081f2c;
}

.modalArea h3.checkTitle1 {
  display: none;
}

.modalArea h3.checkTitle2 {
  display: block;
}

.modalArea .parts_btn.btn_important {
  background-color: #081f2c;
  border-color: #081f2c;
}

.modalArea .parts_btn.btn_icon_arrow:not(.btn_important):after {
  border-top-color: #081f2c;
  border-right-color: #081f2c;
}

.modalArea .troubleCheck .error {
  color: #081f2c;
}

.modalArea .answer .msg {
  color: #081f2c;
}

.modalArea .custom-scroll-bar::-webkit-scrollbar-track {
  border-right: 4px solid rgba(200, 23, 47, 0.3);
}

.modalArea .custom-scroll-bar::-webkit-scrollbar-thumb {
  border-right: 4px solid #c8172f;
}

.modalArea .product-allergies .allergies-item {
  color: #081f2c;
}

.mainRadioButton:checked + label::after,
.mainRadioButton--forTable td input[type='radio']:checked + label::after {
  background-color: #081f2c;
}

/*-------------------------------------------
レコメンド追加
-------------------------------------------*/
@media screen and (min-width: 600px), print {
  .cpbRecomSlider .productRelated .opfSlider .sliderItem {
    margin-right: 0;
    margin: 0 16px;
    height: auto;
  }
  .cpbRecomSlider .productRelated .opfSlider .product-image {
    height: auto;
  }
}

@media screen and (max-width: 599px) {
  .cpbRecomSlider .productRelated .opfSlider {
    padding: 0 30px;
  }
  .cpbRecomSlider .productRelated .opfSlider .sliderItem {
    width: calc(100vw / 2 - 25px);
    margin: 0 10px;
  }
  .cpbRecomSlider .productRelated .opfSlider .product-image {
    height: auto;
  }
  .cpbRecomSlider .productRelated .opfSlider .product-txts {
    font-size: 1.2rem;
  }
  .cpbRecomSlider .productRelated .opfSlider .product-brand {
    margin-top: 5px;
  }
  .cpbRecomSlider .productRelated .opfSlider .product-name {
    line-height: 1.5;
  }
}

.cpbRecomSlider .productRelated .opfSlider .sliderArrow {
  background: transparent;
  border: none;
  margin: auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media screen and (min-width: 600px), print {
  .cpbRecomSlider .productRelated .opfSlider .sliderArrow:hover {
    opacity: .5;
  }
}

.cpbRecomSlider .productRelated .opfSlider .sliderArrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.cpbRecomSlider .productRelated .opfSlider .sliderArrow::after {
  content: "";
  display: block;
  margin: auto;
  width: 16px;
  height: 16px;
  color: #081f2c;
}

@media screen and (min-width: 600px), print {
  .cpbRecomSlider .productRelated .opfSlider .sliderArrow._prev {
    left: -26px;
  }
  .cpbRecomSlider .productRelated .opfSlider .sliderArrow._next {
    right: -26px;
  }
}

@media screen and (max-width: 599px) {
  .cpbRecomSlider .productRelated .opfSlider .sliderArrow._prev {
    left: 0;
  }
  .cpbRecomSlider .productRelated .opfSlider .sliderArrow._next {
    right: 0;
  }
}

/* Button */
.shiseidoBtn {
  border: 1px solid #000;
  color: #fff;
  background: #000;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

@media (hover) {
  .shiseidoBtn:hover {
    opacity:.7;
  }
}

.shiseidoBtn:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

@media screen and (max-width: 599px) {
  .shiseidoBtn.-variable {
    padding: 13px 8vw 13px 6vw;
  }
}

/* Heading */
.shiseidoHeading_A {
  display:flex;
  align-items: baseline;
  gap:10px;
  margin-block:80px 30px;
  line-height:1;
  font-weight:700;
  color:#45433E;
}
@media screen and (max-width: 599px) {
  .shiseidoHeading_A {
    display:block;
  }
}
.shiseidoHeading_A > em {
  font-size:2.6rem;
  font-weight:700;
}
@media screen and (max-width: 599px) {
  .shiseidoHeading_A > em {
    display: block;
  }
}
.shiseidoHeading_A > span {
  font-size:1.4rem;
}
@media screen and (max-width: 599px) {
  .shiseidoHeading_A > span {
    display: block;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .shiseidoHeading_A {
    gap:7px;
    margin-block:50px 20px;
  }
  .shiseidoHeading_A > em {
    font-size:2.0rem;
  }
  .shiseidoHeading_A > span {
    font-size:1.4rem;
  }
}

/* Products */
.shiseidoProducts {}
.shiseidoProducts .productsListInner {
  display:flex;
}
.shiseidoProducts .productsListInner .item {
  flex-shrink: 0;
  display:flex;
  flex-direction:column;
}
.shiseidoProducts .productsListInner .item > a {
  display:flex;
  flex-direction:column;
}
.shiseidoProducts .productsListInner .thumb {
  margin-bottom:15px;
}
.shiseidoProducts .productsListInner .thumb img {
  width:100%;
}
.shiseidoProducts .productsListInner .itemName {
  margin:0 0 10px;
  font-size:1.4rem;
  font-weight:700;
  line-height:1.5;
}
.shiseidoProducts .productsListInner .itemAmount {
  margin:auto 0 0;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.5;
}
.shiseidoProducts .productsListInner .itemAmount > span {
  font-size:1.4rem;
  font-weight:400;
}
.shiseidoProducts .productsList .simplebar-horizontal {
  margin-inline:auto;
  height:45px;
  border-bottom:1px solid #707070;
}
.shiseidoProducts .productsList .simplebar-horizontal .simplebar-scrollbar::before {
  inset:auto 0 0;
  height:3px;
  background-color:#707070;
  opacity:1;
}
@media screen and (min-width: 600px), print {
  .shiseidoProducts .productsListInner {
    gap:54px;
  }
  .shiseidoProducts .productsListInner .item {
    width:calc(960px / 3 - 54px * 2 / 3);
  }
  .js_productsList.simplebar-scrollable-x .productsListInner {
    padding-bottom:45px;
  }
  .shiseidoProducts .productsList .simplebar-horizontal {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shiseidoProducts .productsListInner {
    gap:10px;
  }
  .shiseidoProducts .productsListInner .item {
    width: 99%;
  }
  .js_productsList.simplebar-scrollable-x .productsListInner {
    padding-bottom:30px;
  }
  .shiseidoProducts .productsListInner .itemName {
    font-size:1.3rem;
  }
  .shiseidoProducts .productsListInner .itemAmount {
    margin-top:auto;
    font-size:1.6rem;
    font-weight:700;
    line-height:1.5;
  }
  .shiseidoProducts .productsListInner .itemAmount > span {
    font-size:1.4rem;
  }
  .shiseidoProducts .productsList .simplebar-horizontal {
    width: 100%;
  }
}

.shiseidoProducts {
  padding: 0;
}

.productsListInner .item .thumb {
  border: 1px solid #E6E6E6;
}

.productsListInner .item .itemBrand {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  margin: 0;
}

.productsListInner .item .itemName {
  color: #333333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
}

.productsListInner .item .itemAmount {
  color: #333333;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}

/* Closeup */
.shiseidoCloseup ul {
  display: flex;
  justify-content: space-between;
}

.shiseidoCloseup ul li {
  width: calc(222/960*100%);
}

.shiseidoCloseup ul li .thumb img {
  width: 100%;
}

.shiseidoCloseup ul li .itemBrand {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1rem;
}

.shiseidoCloseup ul li .itemName {
  color: #333333;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  margin-top: .8rem;
}

@media screen and (max-width: 599px) {
  .shiseidoCloseup ul {
    flex-wrap: wrap;
  }

  .shiseidoCloseup ul li {
    width: calc(162/345*100%);
  }

  .shiseidoCloseup ul li:nth-child(n+3) {
    margin-top: 2.3rem;
  }
}

/* Makeup */
.shiseidoMakeup {
  margin-top:80px;
}
.shiseidoMakeupContent:nth-child(n+2) {
  margin-top: 4rem;
}
.shiseidoMakeupContent .thumb > img {
  width:100%;
}
.shiseidoMakeupContent .shiseidoBtn {
  margin-top:25px;
}
@media screen and (min-width: 600px), print {
  .shiseidoMakeupContent {
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap:24px;
  }
  .shiseidoMakeupContent.flex-direction {
    flex-direction:row-reverse
  }
  .shiseidoMakeupContent .thumb {
    flex-shrink:0;
    width:min(50% - 12px,468px);
  }
  .shiseidoMakeupContent .text {
    box-sizing: border-box;
    max-width:calc(50% - 12px);
    width: 100%;
  }
  .shiseidoMakeupContent .textDesc {
    line-height:2;
  }
}
@media screen and (max-width: 599px) {
  .shiseidoMakeup {
    margin-top:50px;
  }
  .shiseidoMakeupContent .text {
    text-align: center;
  }
  .shiseidoMakeupContent .thumb {
    margin-bottom:20px;
    text-align: center;
  }
  .shiseidoMakeupContent .shiseidoBtn {
    margin-top:30px;
    margin-inline:auto;
    max-width:300px;
  }
}

.shiseidoMakeupContent .text {
  text-align: center;
}

.shiseidoMakeupContent .shiseidoHeading_B {
  color: #000000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.shiseidoMakeupContent .textDesc {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  margin-top: 1rem;
}

.shiseidoMakeupContent .cpbBtn {
  margin-top: 1.8rem;
}

.cpbTopSlider .slide_inner {
  max-width: 960px;
}

@media screen and (min-width: 961px), print {
  .menuWrap {
    padding: 0 6% 0 4%;
  }
}

.cpbOrder1.sp {
  margin-top: 6rem;
}

.cpbOrder1 .cpbMenu {
  padding: 0;
}

body.page-fade {
  opacity: 0;
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 960px) {
  .cpbMenu .menuWrap .menuLv1 .hp_show_pc {
    display: none;
  }
}

.simplebar-content-wrapper img{
  -webkit-user-drag: none;
  user-select: none;
}