.txt_style01 {
  padding-top: 0px;
  text-align: center;
}

.txt_style01 a.underline {
  color: #000;
  text-decoration: underline;
}

.txt_style01 .column.grid .column,
.shiseido_movie .column.grid .column {
  padding: 0;
}

.txt_style01 .column.grid .column img,
.shiseido_movie .column.grid .column img {
  width: 100%;
}

/*add 20200415 START*/
/*add 20200415 END*/

.shiseido_movie {
  text-align: center;
}

.txt_style01 p,
.shiseido_movie p {
  font-size: 1rem;
  text-align: center;
}

.txt_style01 .styled.button,
.shiseido_movie .styled.button {
  margin-top: 20px;
}

.ui.grid.shiseido_banner {
  margin-top: 1rem;
}

img.banner {
  width: 100%;
}

/*add START*/
.hair_salon_list {
  text-align: center;
}
/*add END*/

.hair_salon_list p {
  font-size: 1.2rem;
  padding: 10px 0;
}

.hair_salon_list .ui.cards > .card a,
.hair_salon_list .ui.cards > .card a * {
  vertical-align: middle;
}

.hair_salon_list .ui.cards > .card a {
  padding: 20px;
  display: block;
}

.hair_salon_list .ui.cards > .card a {
  color: #000;
  min-height: 80px;
  line-height: 20px;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: inherit;
}

.hair_salon_list .ui.cards > .card a img {
  vertical-align: middle;
  margin-right: 20px;
  width: 100px; /*add*/
  height: 47px; /*add*/
}

.hair_salon_list .ui.cards > .card a span {
  width: 50%;
}

.hair_salon_list .cards.grid {
  margin-bottom: 20px;
}

/*add START*/
.hair_salon_list .button {
  text-align: center;
  margin: 10px auto 0;
}
/*add END*/

.style_tab {
  text-align: center;
}

.style_tab::before {
  display: block;
  content: "";
  top: -10px;
  width: 250px;
  height: 4px;
  background: #000000;
  margin: 0 auto;
  position: relative;
}

.style_tab .ui.menu {
  margin: 0;
  border-radius: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.style_tab .ui.menu .active.item::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 30%;
  width: 40%;
  height: 5px;
  background: #000000;
  margin: 0 auto;
}

.style_tab .ui.menu.item {
  font-size: 1rem;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000;
}

.style_tab .ui.menu .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.style_tab .ui.menu .active.item {
  background-color: transparent;
}

.pagination {
  padding-top: 60px;
}

.pagination .ui.button {
  background-color: transparent;
  border: 0;
  color: #7d7d7d;
}

.pagination .ui.circular.button {
  border-radius: 10em;
  padding: 1rem 1.2rem;
  margin: 0 0.6rem;
  border: 1px solid #7d7d7d;
  background-color: transparent;
}

.pagination .ui.circular.icon.button {
  padding: 1rem;
  background-color: #7d7d7d;
  border: 0;
  color: #fff;
}

#tiles {
  position: relative;
}
#tiles li {
  display: none;
}

#main {
  overflow: hidden;
}

#tiles li {
  list-style: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}

#tiles li img {
  display: block;
  width: 100%;
}

.wookmark-placeholder {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.style_details {
  text-align: center;
  max-width: 500px; /*add*/
  margin: 0 auto;
}

.style_details::before {
  display: block;
  content: "";
  top: -5px;
  width: 250px;
  height: 4px;
  background: #000000;
  margin: 0 auto;
  position: relative;
}

.style_details p {
  font-size: 1.4rem;
  margin-top: 10px;
  margin-bottom: 60px;
}

.style_details .detail {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 50px;
}

.style_details .detail p {
  font-size: 1.2rem;
  color: #313131;
  text-align: left;
  line-height: 2.4rem;
  margin-bottom: 50px;
}

.style_details_page .style_details::before {
  display: none;
}

.style_details_page .style_video {
  padding-top: 40px;
  padding-bottom: 40px;
}

.style_details_page .style_border::after {
  display: block;
  content: "";
  top: -5px;
  width: 250px;
  height: 4px;
  background: #000000;
  margin: 10px auto 0;
  position: relative;
}

.staff h4 {
  text-align: center;
  padding: 0 0 2rem;
  font-weight: 300;
}

.staff .shiseido_staff,
.shiseido_staff .ui.segment {
  border-radius: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shiseido_staff::before {
  display: block;
  content: "";
  top: -20px;
  width: 100px;
  height: 4px;
  background: #000000;
  margin: 0 auto;
  position: relative;
}

.shiseido_staff {
  padding-top: 0px;
}

.shiseido_staff h2,
.shiseido_staff .ui.segment {
  margin-bottom: 4rem;
}

.shiseido_staff h3 {
  margin-bottom: 2rem;
}

.shiseido_staff .ui.segment p {
  font-size: 1rem;
  text-align: left;
}

.shiseido_staff .top {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.shiseido_staff .top p,
.shiseido_staff .top .ui.image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff .top {
  display: none;
}

.staff .top p a {
  color: #b70031;
}

.staff .bottom {
  border-bottom: 1px solid #cccccc;
  height: 50px;
}

.shiseido_staff .msg {
  font-size: 1rem;
  text-align: left;
  margin: 4rem 0 2rem;
  color: #b70031;
}

.shiseido_staff .buttons.aligend.center .button {
  margin: 1rem;
}

/*add START*/
.shiseido_staff .pickup .column a {
  color: rgba(0, 0, 0, 0.87);
}
.shiseido_staff .info_table .column a {
  color: rgba(0, 0, 0, 0.87);
}
.staff .info_table .column a {
  color: rgba(0, 0, 0, 0.87);
}
/*add END*/

/*add START*/
.shiseido_staff .profileG {
  min-height: 280px;
}

.shiseido_staff .profileG .bottom {
  border-bottom: none;
}

.shiseido_staff .profileG .image {
  width: 150px;
  height: auto;
}

.shiseido_staff .btnG {
  padding-bottom: 6rem;
}
/*add END*/

.shiseido_staff .ui.segment.pickup .note {
  font-size: 0.6rem;
  line-height: 1rem;
  text-align: right;
  padding-top: 32px;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.shiseido_staff .ui.segment.work .button {
  text-align: center;
  margin: 4rem auto 0;
}

.staff .click_btn {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  float: right;
  margin-right: 15px;
}
.staff .click_btn:before,
.staff .click_btn:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #333;
}
.staff .click_btn.close:before {
  display: none;
}
.staff .click_btn:before {
  transform: rotate(0deg);
}
.staff .click_btn:after {
  transform: rotate(-90deg);
}

.staff .info_table {
  width: 100%;
  margin-bottom: 3rem;
}

.staff .info_table td {
  padding: 1rem;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}

.staff .info_table p.title {
  background: #7d7d7d;
  color: #ffffff;
  font-size: 0.8rem;
  display: inherit;
  padding: 0 1rem;
}

.staff .info_table p {
  margin: 1rem 0;
}

.ui.grid.prodcut_list {
  margin: 4rem auto 0;
  max-width: 760px;
}

.article .prodcut_list > .row {
  margin: 0 0 4rem;
  padding: 0;
}

.article .prodcut_list > .row .column {
  padding-top: 20px;
}

.article .prodcut_list .column a {
  color: rgba(0, 0, 0, 0.87);
}

.article .prodcut_list .title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  text-align: center;
  padding-top: 10px;
}

.txt_style01 .prodcut_list > .row .column {
  padding: 5rem 1rem 0;
}

.txt_style01 .prodcut_list {
  padding-top: 0;
}

.txt_style01 .prodcut_list img {
  width: 100%;
}

.txt_style01 .prodcut_list p {
  font-size: 1rem;
  margin: 0.5rem auto;
}

.txt_style01 .prodcut_list p.des {
  margin: 1rem auto;
  text-align: left;
  font-size: 0.8rem;
}

.txt_style01 .prodcut_list div.arrow {
  display: block;
  text-align: right;
  border-bottom: 1px solid #e5e5e5;
  line-height: 3rem;
}

/*add START*/
.txt_style01 .note {
  font-size: 0.6rem;
  text-align: right;
  margin-bottom: 1rem;
}

.txt_style01 .siteLink {
  font-size: 0.8rem;
  text-align: right;
}
/*add END*/

.txt_style01 .detail_product_list p {
  font-size: 0.8rem;
}

.txt_style01 .detail_product_list p.title {
  font-size: 1rem;
  border-top: 1px solid #e5e5e5;
  padding-top: 2rem;
  margin: 0 1rem;
}

.txt_style01 .detail_product_list .ui.black {
  color: #ffffff;
}

.shiseido_details h3 {
  font-size: 2rem;
  font-weight: 400;
  margin: 4rem 0 0;
}

.shiseido_details h4 {
  font-size: 1rem;
  font-weight: 200;
  margin: 0;
}

.shiseido_details .brand_info {
  font-size: 1rem;
  font-weight: 200;
  margin: 2rem 0 0;
}

.shiseido_details .brand_info2 {
  font-size: 1rem;
  font-weight: 200;
  margin: 2rem 0 0;
}

.shiseido_details .txt_style01 .prodcut_list p.des {
  text-align: center;
}

@media only screen and (max-width: 1145px) {
  .hair_salon_list p {
    text-align: center;
  }
  .txt_style01 img,
  .shiseido_movie img,
  .shiseido_banner img,
  .style_details .detail img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .hair_salon_list .ui.cards > .card a {
    text-align: center;
  }
  .hair_salon_list .ui.cards > .card a img {
    margin: 0 auto;
  }
  .hair_salon_list .ui.cards > .card a span {
    width: 100%;
    display: block;
    padding-top: 10px;
  }
  .ui.buttons.pagination {
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: inherit;
  }
  .ui.buttons.pagination .ui.button {
    margin: 10px 5px;
    max-width: 50px;
    font-size: 0.7rem;
    padding: 6px 7px;
  }
  .shiseido_staff .left.floated.image {
    float: none;
    margin: 0 auto 2rem;
  }
}

/*add START*/
.style_news {
  text-align: center;
  max-width: 600px;
  margin-top: -80px !important;
}

.style_news .info {
  margin: 0px auto 0;
  padding: 0 1em;
}

.style_news .style_video {
  padding-top: 0px;
  padding-bottom: 120px;
}

.style_news::before {
  display: block;
  content: "";
  top: -5px;
  /*width: 120px;
    height: 4px;*/
  background: #000000;
  margin: 0 auto;
  position: relative;
}

.style_news .ui.segment {
  margin: 0;
  border-radius: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 1em 8em;
}

.style_news .ui.segment:after {
  content: "";
  clear: both;
  display: block;
}

.style_news .ui.segment:last-child {
  padding: 0 1em 0;
}

.style_news p {
  text-align: left;
}

.style_news .title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding-bottom: 1em;
}

.style_news .note {
  font-size: 0.6rem;
  line-height: 1rem;
  padding: 20px 0;
}

.style_news .ui.segment p {
  line-height: 2rem;
  text-align: left;
}

.style_news .ui.segment p.sub_title {
  font-size: 1.2rem;
  line-height: 2rem;
}

.style_news .ui.segment img.centered {
  padding: 0 0 2em;
}
/*add END*/

/*add START*/
.style_tab02 {
  text-align: center;
}

.style_tab02 .ui.menu {
  margin: 0;
  border-radius: unset;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.style_tab02 .ui.menu .active.item::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 30%;
  width: 40%;
  height: 5px;
  background: #000000;
  margin: 0 auto;
}

.style_tab02 .ui.menu.item {
  font-size: 1rem;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #000;
}

.style_tab02 .ui.menu .item:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.style_tab02 .ui.menu .active.item {
  background-color: transparent;
}
/*add END*/

/* add recommend */
.recommend {
  padding-bottom: 0 !important;
}

.recommend .ui.tab {
  display: block;
}

.recommend .ui.attached.segment {
  border: none;
}

.recommend .image {
  margin-top: 4rem;
}

.recommend .recNo {
  font-size: 0.8rem;
  padding: 3rem 0 0 !important;
}

.recommend h4 {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 4rem;
  padding: 0;
  font-weight: 300;
}

.recommend .banner {
  margin-bottom: 2rem;
}

.recommend .recommend_menu .price_list {
  padding-top: 2.5rem !important;
}

.recommend .recommend_menu .price_list p {
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
}

.recommend .recommend_menu .price_list p span {
  font-size: 1rem;
}

.recommend .recommend_menu .price_list p.menuTxt {
  font-size: 1.2rem !important;
  padding: 0 0 1rem !important;
}

.recommend .recommend_menu .price_list p.menuCom {
  font-size: 1rem !important;
  padding: 1rem 0 0 !important;
}

.recommend .buttons.aligend.center .button {
  margin-top: 1rem !important;
  width: 200px !important;
}

.recommend .buttons.aligend.center .button {
  margin: 0 1rem;
}
/*add END*/

/*add 20201119 START*/
.txt_style01 .grey {
  color: #000 !important;
  background-color: #ffffff !important;
  border: 1px solid #dfdfdf;
}

.parenthesis {
  margin: 30px auto;
  position: relative;
  max-width: 300px;
  padding: 10px 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background-color: #ffffff !important;
}
.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.parenthesis::before {
  left: 0;
  border-left: 1px solid #555;
}
.parenthesis::after {
  right: 0;
  border-right: 1px solid #555;
}

/*add 20201119 END*/

/*＃＃＃＃＃＃　onlineshop　調整　START　＃＃＃＃＃＃*/
.prodcut_list .row .column {
  padding-top: 30px !important;
}
.prodcut_list .boxTit {
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}

.lineup_list .boxTit {
  font-family: "Work Sans", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  text-align: center;
  width: 100%;
}

/*＃＃＃＃＃＃　onlineshop　調整　END　＃＃＃＃＃＃*/

.sbs_title{
  padding: 5px 0 90px;
}

h2 {
  line-height: 1.1;
  margin-bottom: 0 !important;
}

.txt_style02 {
  padding-top: 10px;
  text-align: center;
}

.txt_style02::before {
  display: block;
  content: "";
  width: 100px;
  height: 4px;
  background: #000000;
  margin: 0 auto;
  position: relative;
}

.prodcut_list .imgGroup {
  position: relative;
}

.prodcut_list .imgGroup img {
  vertical-align: bottom;
  line-height: 1em;
}

.prodcut_list .imgGroup .newMark {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.8rem;
  color: #fff;
  background-color: #b81831;
  padding: 0 5px;
  text-align: center;
  line-height: 1rem;
}

.prodcut_list .categoryMark {
  font-size: 0.8rem;
  color: #fff;
  background-color: #8f8f8f; /*bfbfbf*/
  padding: 0 5px;
  text-align: left;
  line-height: 1rem;
  margin-bottom: 20px;
}

.prodcut_list a .btnGroup:hover {
  opacity: 0.7;
}

/*＃＃＃＃＃＃　line up START　＃＃＃＃＃＃*/

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.article .lineup_list {
  max-width: 760px;
  margin: 0 auto;
}

.article .lineup_list .card {
  margin-top: 30px;
}

.article .lineup_list .card a {
  color: rgba(0, 0, 0, 0.87);
}

.article .lineup_list .card .left {
  width: 15%;
  float: left;
}

.article .lineup_list .card .right {
  width: 80%;
  float: right;
}

.article .lineup_list .card .engName {
  font-size: 1rem;
  line-height: 1.6rem;
}

.article .lineup_list .card .jpName {
  font-size: 0.9rem;
  line-height: 1.6rem;
  margin-bottom: 15px;
}

.article .lineup_list .card .description {
  font-size: 0.8rem;
  line-height: 1.4rem;
  min-height: 10px;
}

.article .lineup_list .card .note {
  font-size: 1rem;
  line-height: 1rem;
  text-align: right;
  font-weight: 900;
  padding-top: 15px;
  position: relative;
  padding-right: 0;
}

.article .lineup_list .card .note::after {
  position: absolute;
  content: "";
  bottom: -5px;
  right: 0;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
}

/*＃＃＃＃＃＃　line up END　＃＃＃＃＃＃*/

/*＃＃＃＃＃＃　search START　＃＃＃＃＃＃*/

/**********searchBox START**********/
.searchBox {
  max-width: 700px;
  margin: 0 auto 0px;
  background: #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .searchBox {
    width: 95%;
    padding: 5%;
  }
}

.searchBox .accBox {
  width: 640px;
  margin: 0 auto 0px;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .searchBox .accBox {
    width: 100%;
  }
}

.searchBox .accList dt {
  display: block;
  background: #ffffff;
  padding: 15px 0px 10px 0px;
  border-top: 1px solid #dfdfdf;
  width: 640px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .searchBox .accList dt {
    padding: 15px 0px 0px 0px;
    width: 100%;
  }
}
.searchBox .accList dt:hover {
  background: #f4f4f4;
}
.searchBox .accList dt:first-child {
  border-top: 1px solid #dfdfdf;
}

.searchBox .accList dt.end {
  padding: 0px 0px 0px 0px;
  border-top: 1px solid #dfdfdf;
  width: 640px;
  cursor: none;
}
@media only screen and (max-width: 768px) {
  .searchBox .accList dt.end {
    padding: 0px 0px 0px 0px;
    width: 100%;
  }
}
.searchBox .accList dt.end:hover {
  background: none;
}

.searchBox .accList dt .accTitle {
  float: left;
  width: 600px;
  padding: 0px 0px 0px 40px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .searchBox .accList dt .accTitle {
    width: 95%;
    padding: 0px 0px 0px 5%;
  }
}
.searchBox .accList dt .accTitle p {
  text-align: center;
  color: #000000;
}

.searchBox .accList dd {
  display: none;
  background: #fff;
  padding: 10px 0px 60px 0px;
}
@media only screen and (max-width: 768px) {
  .searchBox .accList dd {
    padding: 10px 0px 60px 0px;
  }
}
.searchBox .accIcon,
.searchBox .accIcon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.searchBox .accIcon {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon {
    width: 20px;
    height: 20px;
  }
}
.searchBox .accIcon span {
  position: absolute;
  left: 6px;
  width: 60%;
  height: 1px;
  background-color: #333333;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon span {
    width: 40%;
  }
}
.searchBox .accIcon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon span:nth-of-type(1) {
    top: -10px;
  }
}
.searchBox .accIcon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon span:nth-of-type(2) {
    top: -10px;
  }
}
/*＋、－切り替え*/
.searchBox .accIcon.active span:nth-of-type(1) {
  display: none;
}
.searchBox .accIcon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon.active span:nth-of-type(2) {
    top: -10px;
  }
}

.searchBox .accIcon2 {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon2 {
    width: 20px;
    height: 20px;
  }
}
.searchBox .accIcon2 span {
  position: absolute;
  left: 6px;
  top: 5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .searchBox .accIcon2 span {
    width: 4px;
    height: 4px;
    top: -10px;
  }
}

.searchBox .searchTit {
  width: 640px;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 768px) {
  .searchBox .searchTit {
    width: 100%;
  }
}

.searchBox .accTitle .subBtn {
  width: 100%;
}

.searchBox .accTitle .ui.button {
  padding: 10px 0 10px !important;
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-bottom: 2px !important;
  text-align: left;
}

.ui .lightGrey.button {
  background-color: #969696;
}

.searchBox .searchForm {
  width: 100%;
}

/* fieldset関係 */
.searchBox fieldset {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  /*background:#000000;*/
  border: 0;
}
@media only screen and (min-width: 767px) {
  .searchBox fieldset {
  }
}

/* input関係 */
.searchBox input {
  -webkit-appearance: none;
}
.searchBox .formStyle input::placeholder {
  color: #888888;
}
/* IE */
.searchBox .formStyle input:-ms-input-placeholder {
  color: #888888;
}
/* Edge */
.searchBox .formStyle input::-ms-input-placeholder {
  color: #888888;
}
@media only screen and (min-width: 767px) {
}

/* テキストボックス関係 */
.searchBox .textbox {
  height: 45px;
  width: 78%;
  border-radius: 3px;
  border: #ffffff 1px solid;
  background: #ffffff;
  box-sizing: border-box;
  padding: 2%;
  margin: 5px 0px 30px 0px;
}
.searchBox .textbox:focus {
  outline: none;
  border: #b71730 1px solid;
  color: #b71730;
}
@media only screen and (max-width: 768px) {
  .searchBox .textbox {
    width: 62%;
  }
}

/* フォームボタン関係 */
.searchBox .formBtn {
  display: block;
  clear: both;
  position: relative;
  box-sizing: border-box;
  width: 20%;
  height: 45px;
  border: none;
  background: #000000 url(../img/onlineshop/icon/btn_icon.png) center right
    no-repeat;
  background-size: 25px auto;
}
@media only screen and (max-width: 768px) {
  .searchBox .formBtn {
    width: 35%;
  }
}

.searchBox .formBtnLink_text {
  color: #ffffff;
  margin: 0 0px 0 0;
}

.searchBox .link {
  display: inline-block;
  color: #444444;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-backface-visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  filter: alpha(opacity=1);
  -ms-filter: "alpha(opacity=100)";
}
.searchBox .link:hover {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  filter: alpha(opacity=0.5);
  -ms-filter: "alpha(opacity=50)";
}
@media only screen and (max-width: 767px) {
  .searchBox .link:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
.searchBox .link.current:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.searchBox .formBtnLink_text {
  color: #ffffff;
  margin: 0 0px 0 0;
}

/**********searchBox END**********/

/*＃＃＃＃＃＃　search END　＃＃＃＃＃＃*/

/*＃＃＃＃＃＃　information START　＃＃＃＃＃＃*/

/**********informationBox START**********/

.informationBox {
  max-width: 700px;
  margin: 0 auto 0px;
  background: #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .informationBox {
    width: 95%;
    padding: 5%;
    margin-top: -30px !important;
    margin-bottom: 50px !important;
  }
}

.informationBox .infoTit {
  width: 640px;
  margin: 0 auto 0px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .informationBox .infoTit {
    width: 100%;
  }
}

.informationBox .infoContent .infoDate {
  float: left;
  width: 10%;
  font-size: 10px;
  clear: both;
  padding-top: 30px;
}
.informationBox .infoContent .infoDetail {
  float: right;
  width: 85%;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .informationBox .infoContent .infoDate {
    float: none;
    width: 100%;
  }
  .informationBox .infoContent .infoDetail {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
}

.informationBox .infoContent .infoDetail a {
  color: #000000;
}
.informationBox .infoContent .infoDetail a:hover {
  color: #666666;
}

.informationBox .infoContent .infoDetail .infoDetailTit {
  font-size: 12px;
}
.informationBox .infoContent .infoDetail .infoDetailTxt {
  font-size: 10px;
  margin-top: -10px;
}

.informationBox .infoContent ol,
.informationBox .infoContent ul,
.informationBox .infoContent li {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

.informationBox .infoContent ol,
.informationBox .infoContent ul {
  list-style: none;
}

/*＃＃＃＃＃＃　information END　＃＃＃＃＃＃*/

/*＃＃＃＃＃＃　list START　＃＃＃＃＃＃*/

.listContent ol,
.listContent ul,
.listContent li {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

.listContent ol,
.listContent ul {
  list-style: none;
}

.listContent {
  border-bottom: #eeeeee 5px solid;
  padding-bottom: 30px;
}

.listContent .listMainImg {
  float: left;
  width: 30%;
  font-size: 10px;
  clear: both;
}
.listContent .listMainImg img {
  width: 250px;
  height: auto;
}
.listContent .listMainTxt {
  float: right;
  width: 65%;
}
.listContent .listMainTxt p {
  text-align: left;
}
.listContent .listMainTxt p.brandNameEng {
  font-size: 26px;
  padding-top: 30px;
}
.listContent .listMainTxt p.brandNamejp {
  font-size: 14px;
  margin-top: -20px;
}
.listContent .listMainTxt p.brandInfo01 {
  font-size: 16px;
  margin-top: 20px;
}
.listContent .listMainTxt p.brandInfo02 {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .listContent .listMainImg {
    float: none;
    width: 100%;
  }
  .listContent .listMainTxt {
    float: none;
    width: 100%;
  }
  .listContent .listMainTxt p {
    text-align: center;
  }
  .listContent .listMainTxt p.brandNameEng {
    font-size: 26px;
    padding-top: 30px;
  }
  .listContent .listMainTxt p.brandNamejp {
    font-size: 14px;
    margin-top: -20px;
  }
  .listContent .listMainTxt p.brandInfo01 {
    font-size: 16px;
    margin-top: 20px;
  }
  .listContent .listMainTxt p.brandInfo02 {
    font-size: 12px;
  }
}

.listContent .listMainTxt p.prodInfo01 {
  font-size: 10px;
  padding-top: 30px;
}
.listContent .listMainTxt p.prodInfo02 {
  font-size: 20px;
}
.listContent .listMainTxt p.prodInfo03 {
  font-size: 14px;
}
.listContent .listMainTxt p.prodInfo04 {
  font-size: 12px;
}
.listContent .listMainTxt p.prodInfo05 {
  font-size: 12px;
  text-align: right;
  padding-top: 20px;
}
.listContent .listMainTxt p.prodInfo05 a {
  font-size: 12px;
  text-decoration: underline;
  color: #000000;
}
.listContent .listMainTxt p.prodInfo05 a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
}

.listContent .listContentSubTitGroup p {
  text-align: left;
}
.listContent .listContentSubTitGroup p.listContentSubTit {
  font-size: 12px;
}
.listContent .listContentSubTitGroup p.brandNamejp {
  font-size: 18px;
  margin-top: -10px;
}
@media only screen and (max-width: 768px) {
}

/*＃＃＃＃＃＃　list END　＃＃＃＃＃＃*/

/*＃＃＃＃＃＃　information START　＃＃＃＃＃＃*/

/**********prodSubInfoBox START**********/

.prodSubInfoBox {
  max-width: 700px;
  margin: 0 auto 0px;
  background: #eeeeee;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .prodSubInfoBox {
    width: 95%;
    padding: 5%;
    margin-top: -30px !important;
    margin-bottom: 50px !important;
  }
}

.prodSubInfoBox .infoTit {
  width: 640px;
  margin: 0 auto 0px;
  font-size: 14px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .prodSubInfoBox .infoTit {
    width: 100%;
  }
}

.prodSubInfoBox .infoContent {
  width: 640px;
  margin: 20px auto 0px;
  font-size: 12px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .prodSubInfoBox .infoContent {
    width: 100%;
  }
}

/*add 20200415　０１　START*/
.txt_style01 .detail_product_list .column.grid .column img {
  height: 240px;
  object-fit: contain;
  width: 100%;
}

.txt_style01 .listMainImg img {
  height: 300px;
  object-fit: contain;
  width: 100%;
}

.ddsub01 img {
  height: 50px !important;
  object-fit: contain !important;
  width: 100% !important;
}
/*add 20200415　０１　END*/

/*add 20200415　０１　START*/
.txt_style01 .detail_product_list .column.grid {
  display: flex !important;
}
.txt_style01 .detail_product_list .column.grid .column {
  display: flex !important;
  flex-direction: column !important;
}
.txt_style01 .detail_product_list .column.grid .column .des {
  flex: 1 !important;
  height: 100% !important;
  min-height: 0% !important;
}

/*add 20200415　０１　END*/

/*add 20230727　LP用０１　START*/

.txt_style01.txt_style_lp01 {
  margin-top: -30px;
}
@media only screen and (max-width: 768px) {
  .txt_style01.txt_style_lp01 {
  }
}

.txt_style_lp01 .detail_product_list p.title {
  border-top: none;
  padding-top: 2rem;
  text-align: left;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .txt_style_lp01 .detail_product_list p.title {
    padding-top: 0.5rem;
  }
}

.txt_style_lp01 .detail_product_list .column.grid .column img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.txt_style_lp01 .detail_product_list .column.grid .column .des {
  height: auto !important;
  text-align: left;
  line-height: 1.4rem;
}

.txt_style_lp01 .lp_box02 ol,
.txt_style_lp01 .lp_box02 ul,
.txt_style_lp01 .lp_box02 li {
  margin: 0 0 30px;
  padding: 0px 0 0;
  border: 0;
}

.txt_style_lp01 .lp_box02 ol,
.txt_style_lp01 .lp_box02 ul {
  list-style: none;
}

.txt_style_lp01 .lp_box02 {
  padding-bottom: 30px;
}

.txt_style_lp01 .lp_box02 .listMainImg {
  float: left;
  width: 30%;
  font-size: 10px;
  clear: both;
}
.txt_style_lp01 .lp_box02 .listMainImg img {
  width: 100%;
  height: auto;
}
.txt_style_lp01 .lp_box02 .listMainTxt {
  float: right;
  width: 65%;
}
.txt_style_lp01 .lp_box02 .listMainTxt p {
  text-align: left;
  line-height: 1.9rem;
}
.txt_style_lp01 .lp_box02 .listMainTxt p.txt_Info01 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8rem;
  font-weight: 400;
}
.txt_style_lp01 .lp_box02 .listMainTxt p.txt_Info02 {
  font-size: 14px;
}
.txt_style_lp01 .lp_box02 .listMainTxt p.txt_InfoNote {
  font-size: 10px;
  line-height: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .lp_box02 ol,
  .lp_box02 ul,
  .lp_box02 li {
    margin: 0 0 80px;
    padding: 0px 0 0;
  }
  .txt_style_lp01 .lp_box02 .listMainImg {
    float: none;
    width: 100%;
  }
  .txt_style_lp01 .lp_box02 .listMainImg img {
    width: 250px;
  }
  .txt_style_lp01 .lp_box02 .listMainTxt {
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .txt_style_lp01 .lp_box02 .listMainTxt p {
    text-align: left;
  }
  .txt_style_lp01 .lp_box02 .listMainTxt p.txt_Info01 {
    margin-top: -10px;
  }
  .txt_style_lp01 .lp_box02 .listMainTxt p.txt_InfoNote {
    text-align: left;
  }
}

.txt_style_lp01 .lp_box03 ol,
.txt_style_lp01 .lp_box03 ul,
.txt_style_lp01 .lp_box03 li {
  margin: 0 0 30px;
  padding: 0px 0 0;
  border: 0;
}

.txt_style_lp01 .lp_box03 ol,
.txt_style_lp01 .lp_box03 ul {
  list-style: none;
}

.txt_style_lp01 .lp_box03 {
  padding-bottom: 30px;
}

.txt_style_lp01 .lp_box03 .listMainImg {
  float: right;
  width: 30%;
  font-size: 10px;
  clear: both;
}
.txt_style_lp01 .lp_box03 .listMainImg img {
  width: 100%;
  height: auto;
}
.txt_style_lp01 .lp_box03 .listMainTxt {
  float: left;
  width: 65%;
}
.txt_style_lp01 .lp_box03 .listMainTxt p {
  text-align: left;
  line-height: 1.9rem;
}
.txt_style_lp01 .lp_box03 .listMainTxt p.txt_Info01 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8rem;
}
.txt_style_lp01 .lp_box03 .listMainTxt p.txt_Info02 {
  font-size: 14px;
}
.txt_style_lp01 .lp_box03 .listMainTxt p.txt_InfoNote {
  font-size: 10px;
  line-height: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .lp_box03 ol,
  .lp_box03 ul,
  .lp_box03 li {
    margin: 0 0 80px;
    padding: 0px 0 0;
  }
  .txt_style_lp01 .lp_box03 .listMainImg {
    float: none;
    width: 100%;
  }
  .txt_style_lp01 .lp_box03 .listMainImg img {
    width: 250px;
  }
  .txt_style_lp01 .lp_box03 .listMainTxt {
    float: none;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .txt_style_lp01 .lp_box03 .listMainTxt p {
    text-align: left;
  }
  .txt_style_lp01 .lp_box03 .listMainTxt p.txt_Info01 {
    margin-top: -10px;
  }
  .txt_style_lp01 .lp_box03 .listMainTxt p.txt_InfoNote {
    text-align: left;
  }
}

.txt_style_lp01 .boxTit {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
  padding: 0px 0 50px;
  line-height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .boxTit {
    padding: 0px 0 30px;
    font-size: 1.4rem;
  }
}

.txt_style_lp01 .boxMainTit {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: left;
  width: 100%;
  padding: 0px 0 50px;
  line-height: 2.8rem;
  /*margin-top: -30px;*/
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .boxMainTit {
    padding: 0px 0 50px;
    font-size: 1.8rem;
    /*margin-top: -30px;*/
  }
}

.txt_style_lp01 .campaignInfoBox {
  max-width: 700px;
  margin: 0 auto 0px;
  background: #eeeeee;
  padding: 50px 30px 30px;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .campaignInfoBox {
    width: 90%;
    padding: 50px 5% 30px;
  }
}

.txt_style_lp01 .campaignInfoBox .infoTit {
  width: 640px;
  margin: 0 auto 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding: 0px 0px 0px;
  line-height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .campaignInfoBox .infoTit {
    width: 100%;
    font-size: 1.4rem;
  }
}

.txt_style_lp01 .campaignInfoBox .infoContent {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .campaignInfoBox .infoContent {
    width: 100%;
  }
}

.txt_style_lp01 .campaignInfoBox .infoContent_date {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .campaignInfoBox .infoContent_date {
    width: 100%;
  }
}

.txt_style_lp01 .campaignInfoBox .infoNote {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 10px;
  text-align: left;
  line-height: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .campaignInfoBox .infoNote {
    width: 100%;
  }
}

.txt_style_lp01 .mainImgBox {
  position: relative;
  margin: 0px auto 25px;
}
@media only screen and (max-width: 767px) {
}

.txt_style_lp01 .mainImgBox img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
}

.txt_style_lp01 .mainTxtBox {
  max-width: 700px;
  margin: 0 auto 0px;
  background: #ffffff;
  padding: 0px 30px 0px;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .mainTxtBox {
    width: 95%;
    padding: 0px 0px 0px;
  }
}

.txt_style_lp01 .mainTxtBox .infoTit {
  width: 640px;
  margin: 0 auto 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: left;
  padding: 0px 0px 0px;
  line-height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .mainTxtBox .infoTit {
    width: 100%;
    font-size: 1.4rem;
  }
}

.txt_style_lp01 .mainTxtBox .infoContent {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .mainTxtBox .infoContent {
    width: 100%;
  }
}

.txt_style_lp01 .mainTxtBox .infoNote {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 10px;
  text-align: left;
  line-height: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .mainTxtBox .infoNote {
    width: 100%;
  }
}

.txt_style_lp01 .lp_box04 {
  position: relative;
  margin: 0px auto 25px;
}
@media only screen and (max-width: 767px) {
  .txt_style_lp01 .lp_box04 {
  }
}

.txt_style_lp01 .lp_box04 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
}

.txt_style_lp01 .lp_box05 {
  max-width: 700px;
  margin: 0 auto 0px;
  background: #ffffff;
  padding: 0px 30px 0px;
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .lp_box05 {
    width: 95%;
    padding: 0px 0px 0px;
  }
}

.txt_style_lp01 .lp_box05 .infoTit {
  width: 640px;
  margin: 0 auto 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  padding: 0px 0px 0px;
  line-height: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .lp_box05 .infoTit {
    width: 100%;
  }
}

.txt_style_lp01 .lp_box05 .infoContent {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 14px;
  text-align: left;
  line-height: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .lp_box05 .infoContent {
    width: 100%;
  }
}

.txt_style_lp01 .lp_box05 .infoNote {
  width: 640px;
  margin: 0px auto 20px;
  font-size: 10px;
  text-align: left;
  line-height: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .lp_box05 .infoNote {
    width: 100%;
  }
}

.txt_style_lp01 .prodcut_list {
  margin-top: -30px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .prodcut_list {
    margin-top: -10px;
  }
}

.txt_style_lp01 .prodcut_list .title {
  margin-top: -10px !important;
}
@media only screen and (max-width: 768px) {
  .txt_style_lp01 .prodcut_list .title {
    margin-top: 10px !important;
    font-size: 0.9rem !important;
  }
}

.buttons.aligend.center .button {
  margin: 1rem 0.5rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/*add 20230727　LP用０１　END*/

/*add 20230802　LP sublimic用　START*/

.lp_sublimic .desktop {
  display: block;
}
.lp_sublimic .mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .lp_sublimic .desktop {
    display: none;
  }
  .lp_sublimic .mobile {
    display: block;
  }
}

/*add 20230802　LP sublimic用　END*/

/* add 20230920 LP infoTit START*/
.infoTit {
  font-size: 16px;
  margin: 0 auto 30px;
}
/* add 20230920 LP infoTit END */
