@charset "UTF-8";
html, body {
  overflow: initial;
}

* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

.only-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
#contents {
  padding-top: 0 !important;
  color: #000;
  line-height: 1.6;
}

@media only screen and  (min-width: 768px) {
  .cmd-contents_cover .cmd-main-visual_container h1.title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .cmd-contents_cover .cmd-main-visual_container h1.title {
    font-size: 1.6rem;
    margin: 0 -1em;
  }
}
.cpb-text.tcenter {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cpb-text.tcenter {
  margin: 0;
}
@media only screen and  (min-width: 768px) {
  .cpb-text.tcenter {
    font-size: 1.4rem;
    padding: 68px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .cpb-text.tcenter {
    padding: 40px 20px;
  }
}
.cpb-text.tcenter .item-info_msg {
  display: inline-block;
}
@media only screen and  (min-width: 768px) {
  .cpb-text.tcenter .item-info_msg {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .cpb-text.tcenter .item-info_msg + .item-info_msg {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cpb-text.tcenter .item-info_msg {
    margin-bottom: 8px;
  }
}


.item_text {
  text-align: center;
}
@media only screen and  (min-width: 768px) {
  .item_text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .item_text {
    width: calc(100% - 30px);
    margin-right: 8px;
    margin-left: 8px;
  }
}
.item_text .title {
  width: 100%;
}
@media only screen and  (min-width: 768px) {
  .item_text .title {
    text-wrap: nowrap;
    font-size: min(2.5751072961vw, 24px);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media only screen and  (min-width: 768px) {
  .item_text .desc {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .desc {
    margin-bottom: 30px;
  }
}
@media only screen and  (min-width: 768px) {
  .item_text .itemname {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .item_text .itemname {
    font-size: 1.3rem;
    margin-bottom: 16px;
  }
}
.item_text .itemname span {
  display: block;
  font-size: 1.2rem;
  margin: 0 -1em 5px;
}
.item_text .price {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .item_text .price {
    font-size: 1.2rem;
  }
}
.item_text .cpb-products-button {
  position: relative;
  margin: 0 auto;
  width: 350px;
  border: none;
  background: #45433E;
  text-align: center;
  color: #000000;
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .item_text .cpb-products-button {
    display: block;
    width: 100%;
  }
}
.item_text .cpb-products-button a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .item_text .cpb-products-button a {
    font-size: 1.2rem;
  }
}
.item_text .cpb-products-button span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}
.item_text .cpb-products-button span::before {
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/sw/onlinestore/assets_static/img/icon_cart_wht.svg) no-repeat 50%;
  background-size: contain;
  content: "";
  display: inline-block;
  margin-right: 10px;
  height: 20px;
  width: 20px;
  transform: translateY(-50%);
}
.item_text .cpb-products-button.comingsoon a {
  background: #45433E;
  color: #807F7D;
}
.item_text .cpb-products-button.comingsoon span {
  padding: 0;
}
.item_text .cpb-products-button.comingsoon span::before {
  background: unset;
}
.item_text .cpb-products-button.comingsoon a {
  cursor: default;
}
.lineup {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner {
    display: flex;
    padding: 0 10px;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup .lineup_inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 932px;
    margin: 0 auto;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup .lineup_inner:first-child {
    margin-bottom: 119px;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup .lineup_inner:first-child .item_text {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner:first-child .item_text:last-child {
    margin-bottom: 0;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup .lineup_inner:last-child {
    margin-bottom: 148px;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup .lineup_inner:last-child .item_text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .lineup_inner:last-child .item_text {
    margin-bottom: 0;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup .desc {
    min-height: 112px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .desc {
    margin: 0 -1em;
  }
}
@media only screen and  (min-width: 768px) {
  .lineup h3 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .lineup h3 {
    font-size: 2rem;
  }
}
.lineup .item_img {
  max-width: 322px;
  margin: 0 auto;
}

.note_area {
  width: 100%;
  background-color: #fff;
  color: #000;
}
@media only screen and  (min-width: 768px) {
  .note_area {
    font-size: 1.4rem;
    padding: 76px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .note_area {
    padding: 35px 25px;
  }
}
@media only screen and  (min-width: 768px) {
  .note_area .note_area_inner {
    max-width: 972px;
    margin: 0 auto;
  }
}
.note_area p {
  line-height: 120.672%;
}


.cpb-products-button a.is-disable {
  transition-duration: 0s;
  background-color: #d3d2cf;
  color: #807f7d; 
  pointer-events: none; 
  border-color: #d3d2cf; 
}
.cmd-visual_txtarea._right {
  color:#fff;
}
@media only screen and  (min-width: 768px) {
  .cmd-visual_txtarea._right {
    left: unset;
    right: 0;
    width: 60%;
    transform: translateX(0);
    color:#fff;
  }
  .cmd-visual_txtarea._right .cmd-visual_txt_cover {
    width: 100%;
  }
}
[lang=ja] ul.cmd-indent_list.asterisk>li.no {
  padding-left: 0;
}
[lang=ja] ul.cmd-indent_list.asterisk>li.no:before {
  content: none;
}
/* もっと見る／閉じる（スマホのみ。PCは全文表示） */

@media (min-width: 768px) {
  .cmd-acc_container {
    height: auto;
    overflow: visible;
  }
}
@media only screen and (max-width: 767px) {
  .cmd-acc_container {
    overflow: hidden;
    transition: height 500ms ease-out;
  }
  .cmd-acc_container {
    height: 140px;
  }
  .cmd-acc.-open .cmd-acc_btn:before {
    height: 0;
  }
  .cmd-acc.-open .cmd-acc_btn {
    padding-top: 0;
  }
  .cmd-acc .cmd-acc_btn.-close .-close {
    display: none;
  }
  .cmd-acc .cmd-acc_btn.-open .-open {
    display: none;
  }
  .cmd-acc .cmd-acc_btn {
    position: relative;
    margin-left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .cmd-acc .cmd-acc_btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(../images/img_bg_acc.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: translateY(-100%);
    transition: all 500ms linear;
  }
  .cmd-box_container.cmd-visual_btn>.box {
    margin: 0 auto;
  }
}

/* top_nav_area */
.top_nav_area {
  text-align: left;
  background: #081F2C;
  color: #fff;
}
.top_nav_area .tab_btn_link_inner {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
}
.top_nav_area_title {
  line-height: 2;
  text-align: center;
}
.top_nav_area .badge {
  text-align: center;
}
.top_nav_area .badge .item-info_msg {
  background-color: unset;
}
.tab_list {
  display: flex;
  justify-content: center;
}
.tab_btn_link {
  background-color: #45433E;
  color: #fff;
  display: block;
  position: relative;
}
.tab_btn_link:after {
  position: absolute;
  top: 35%;
  right: 8%;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: "";
  
}
@media only screen and (max-width: 767px) {
  .top_nav_area {
    margin: 0;
    padding: 40px 12px;
  }
  .top_nav_area .tab_btn_link_inner {

  }
  .top_nav_area_title {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .tab_list {
    margin-top: 20px;
    align-items: center;
    gap: 16px;
    flex-direction: column;
    background-color: #fff;
    padding: 17px 0 17px 15px;
    align-items: flex-start;
  }
  .tab_list li {

  }
  .tab_btn_link_inner {
    gap: 18px;
    letter-spacing: -0.9px;
  }
  .top_nav_area a img {
    max-width: 130px;
    height: 162px;
  }
  .tab_btn_link {
    padding: 7px 40px 7px 30px;
    background-color: #45433E;
    color: #fff;
    display: block;
    position: relative;
  }
  .tab_btn_link {
    padding: 7px 40px 7px 3 0px;
    margin-top: 5px;
    max-width: 167px;
  }
  .cmd-section:nth-of-type(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .top_nav_area {
    padding: 60px 0;
  }
  .top_nav_area li {
    position: relative;
  }
  [lang=ja] .top_nav_area .tab_btn {
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 190px;
    justify-content: center;
    padding: 20px 0;
  } 
  [lang=ja] .top_nav_area .tab_btn_link_inner {
    gap: 18px;
    font-size: 1.3rem !important;
    text-wrap: nowrap;
    align-items: flex-start;
    height: 174px;
  }

  .top_nav_area .text_box {
    padding-top: 6px;
  }

  .top_nav_area a img {
    width: 130px;
    height: 162px;
  }
  .top_nav_area_title {
    font-size: 3.2rem;
    line-height: 2;
  }
  .top_nav_area .badge .item-info_msg  {
    margin-bottom: 26px;
  }

  .tab_list {
    gap: 13px;
  }
  .tab_list li {
    background-color: #fff;
    width: 380px;
  }
  .tab_btn_link {
    padding: 7px 40px 7px 30px;
    max-width: 167px;
    position: absolute;
    bottom: 14px;
    right: 52px;
  }
  .cmd-section:nth-of-type(2) {
    margin-top: 0;
  }
}
/* mv */
@media only screen and (min-width: 993px) {
  .cmd-visual_card {
      max-width: unset;
  }
}
/* color_chart */
.color_chart {
  text-align: center;
}
.color_chart_inner {
  border-bottom: 1px solid #000;
}
.color_chart_inner:nth-of-type(1) {
  padding-top: 0;
}
.color_chart_inner:nth-of-type(4) {
  border-bottom: none;
}
.color_group_flex {
  display: flex;
  justify-content: center;
}
.color_badge {
  line-height: 1.2;
  display: inline-block;
  background: #C6AC62;
  color:#fff;
  padding: 2px 10px;
}
.color_img {
  margin: 0 auto;
}
.color_img img {
  display: block;
}
.btn_link .button {
  text-align: center;
  color: #fff;
  background-color: #081f2c;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;

}
@media only screen and (max-width: 767px) {
  .color_chart {
    margin: 100px 15px 80px;
  }
  .color_chart_title {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  .color_chart_desc {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .color_chart_desc span {
    display: block;
    font-size: 1.2rem;
  }
  .color_chart_inner {
    padding: 30px 0;
  }
  .color_group_flex {
    gap: 24px;
    margin-top: 10px;
  }
  .color_group_item {
    min-width: 27%;
  }
  .color_badge {
    margin-bottom: 5px;
  }
  .color_img {
    max-width: 85px;
  }
  .color_img img {
    display: block;
  }
  .color_number {
    font-size: 1.2rem;
  }
  .color_name {
    font-size: 1.2rem;
    margin: 0 -1em;
  }
  .btn_link .button {
    font-size: 1.2rem;
    max-width: 335px;
    height: 51px;
  }
}
@media only screen and  (min-width: 768px) {
  .color_chart {
    text-align: center;
    padding: 0 0 160px;
  }
  .color_chart_inner {
    max-width: 427px;
    margin: 0 auto;
    padding: 40px 0 56px;
  }
  .color_chart_title {
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 34px;
  }
  .color_chart_desc {
    font-size: 1.4rem;
    margin-bottom: 36px;
  }
  .color_chart_desc span {
    display: block;
    font-size: 1.2rem;
    line-height: 2;
  }
  .color_group_flex {
    gap: 40px;
    margin-top: 10px;
  }
  .color_group_item {
    min-width: 110px;
  }

  .color_badge {
    font-size: 1rem;
    padding: 0.2em 3em;
    margin-bottom: 20px;
  }
  .color_img {
    max-width: 108px;
  }
  .color_number {
    font-size: 1.2rem;
  }
  .color_name {
    font-size: 1.2rem;
    margin: 0 -1em;
  }
  .btn_link .button {
    width: 335px;
    height: 55px;
    font-size: 1.2rem;
  }
}

  .tab_list li a.tab_btn:hover {
    text-decoration: none;
  }

@media screen and (max-width: 992px) {

  .cmd-visual_txtarea {
    position: absolute !important;
    top: unset;
    bottom: 0;
    left: 0;
  }
}