/*cui-cui EC CSS*/
body {
  background-color: #FFFFFF;
  font-family: 'Lato', 'Noto Sans JP', sans-serif !important;
  color: #3D3D3D
}
a:link {
  color: #3D3D3D;
  transition: .3s;
}
a:visited {
  color: #3D3D3D;
  text-decoration: none;
}
a:hover {
  color: #008A89;
  text-decoration: underline;
}
a:active {
  color: #D0BC46;
  text-decoration: none;
}
a.btn_img img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -ms-filter: 'alpha(opacity=100)';
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
a:hover.btn_img img {
  -ms-filter: 'alpha(opacity=60)';
  filter: alpha(opacity=30);
  -moz-opacity: 0.40;
  opacity: 0.40;
}
.cFix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden
}
.cFix {
  min-height: 1px
}
* html .cFix {
  height: 1px
}
.pc {
  display: inherit !important;
}
.sp {
  display: none !important;
}
.slick-slide {
  padding: 10px 5px
}
/*--CONTENTS-------------*/
.index_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 1em;
}
.btn_viewmore {
  text-align: center;
  margin-top: 30px;
}
.btn_viewmore a {
  border: 1px solid #C4C9CB;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 20px;
  border-radius: 100px;
  text-decoration: none
}
.btn_viewmore a:hover {
  border: 1px solid #008A89;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 20px;
  border-radius: 100px;
  text-decoration: none;
  background-color: #008A89;
  color: #FFF
}
/* カスタマイズ用CSS */
.ec-layoutRole__header {
  background-image: url(/html/template/default/assets/img/common/foot01.gif);
  background-repeat: no-repeat;
  background-position: left top;
}
.ec-headerNaviRole {
  background-color: #F2F6F7;
  color: #656565;
  padding: 10px 20px;
}
.ec-headerNaviRole {
  max-width: 100%;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
  width: 33.333%;
}
.ec-headerNaviRole .bx_search {
  width: 350px;
  float: right
}
.ec-headerNaviRole .ec-headerNaviRole__search {
  float: right;
  margin-top: 0px;
}
.input-group-append img {
  width: 16px !important;
  height: auto
}
.ec-headerRole {
  max-width: 100%;
}
.ec-headerNaviRole {
  font-size: 12px;
}
.ec-headerNav__item {
  margin-left: 1em !important;
  font-size: inherit !important;
}
.ec-headerNav__item img {
  width: 24px;
  height: auto
}
.ec-headerNaviRole .ec-headerNaviRole__right {
  justify-content: flex-start;
}
.ec-headerTitle__title img {
  width: 150px;
  height: auto
}
.ec-headerNav .ec-headerNav__itemLink {
  font-size: 12px;
}
.ec-cartNavi {
  padding: 7px 15px 7px 15px;
  background: #D9DFE2;
  margin-left: 1em;
  height: auto;
}
.ec-cartNavi .ec-cartNavi__icon {
  font-size: 16px;
  margin-top: 2px;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: calc(100% - 42px) !important;
  margin-bottom: 0;
  box-shadow: none !important;
}
.cuicui-searcbx {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.input-group-append .bgc-main {
  background-color: #008A89;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  height: 100%;
}
.input-group-append img {
  margin-top: -1px;
}
.ec-inlineBtn--action {
  background-color: #008A89;
  border-color: #008A89;
}
a.ec-inlineBtn--action {
  color: #FFFFFF !important;
}
.ec-select select {
  border: 1px solid #EEEEEE !important;
  border-radius: 8px !important;
}
ul#hd_sns {
  text-align: center;
  font-size: 18px;
  position: fixed;
  right: 20px;
  top: 80px;
  z-index: 999;
}
ul#hd_sns li {
  margin-bottom: 10px;
  list-style: none
}
/*--NAVIGATION-------------*/
.gl_nav {
  clear: both;
  padding-bottom: 40px;
  font-size: 16px !important;
  position: relative;
  z-index: 9;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.gl_nav ul {
  text-align: center;
}
.gl_nav ul li {
  margin-left: 1em;
  margin-right: 1em;
  display: inline-block;
  text-align: center;
  /*position: relative*/
}
.gl_nav ul li a {
  position: relative;
  display: inline-block;
  transition: .3s;
  text-decoration: none;
}
.gl_nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #008A89;
  transition: .3s;
}
.gl_nav ul li a:hover::after {
  width: 100%;
}
/*第2階層*/
.gl_nav ul li ul {
  list-style: none;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  height: 0;
}
.gl_nav ul li ul {
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.0);
  padding-bottom: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gl_nav ul li ul li {
  margin-left: 0.5em;
  margin-right: 0.5em;
  overflow: hidden;
  padding-top: 5px;
  width: auto;
  height: 0;
  white-space: nowrap;
  transition: .2s;
  font-size: 14px;
  vertical-align: top;
  text-align: left;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
}
/*第3階層*/
.gl_nav ul li ul li ul {
  position: relative;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.00);
  border-left: 1px solid rgba(149, 149, 149, 0.69);
}
.gl_nav ul li ul li ul li {
  margin-left: 0.5em;
  margin-right: 0.5em;
  display: block;
  text-align: left;
  float: none;
  font-size: 10px;
  /*position: relative*/
}
.gl_nav ul li ul li ul ul {
  top: 0px;
  margin-left: 1em;
  padding-bottom: 10px;
  border-left: 1px solid rgba(149, 149, 149, 0.00);
}
.gl_nav ul li ul li ul ul li {
  background-color: rgba(255, 255, 255, 0.00);
}
.gl_nav ul li:hover ul li {
  overflow: visible;
  padding-top: 5px;
  height: auto;
}
.gl_nav ul li:hover ul {
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.8);
  padding-bottom: 10px;
  height: auto;
  padding-bottom: 20px;
}
.gl_nav ul li:hover ul li ul, .gl_nav ul li:hover ul li ul li ul {
  background-color: rgba(255, 255, 255, 0.00);
}
ul.ec-itemNav__nav---- li:last-child, ul.ec-itemNav__nav---- li:nth-last-child(2), ul.ec-itemNav__nav---- li:nth-last-child(3) {
  display: none;
}
ul.ec-itemNav__nav---- li ul li:last-child, ul.ec-itemNav__nav---- li ul li:nth-last-child(2), ul.ec-itemNav__nav---- li ul li:nth-last-child(3) {
  display: inherit;
}
/*

.gl_nav ul li.gnavi__lis{

    position: relative;

    transition: .3s

}

.gl_nav ul li ul.dropdown__lists {

    display: none;

    width: 800px;

    position: absolute;

    top: 0px;

    left: -3em;

    padding-top: 40px;

    text-align: left;

    font-size: 14px;

}

.gl_nav ul li.gnavi__list:hover .dropdown__lists {

    display: block;

}

.gl_nav ul li.gnavi__list {

    position: relative;

}

.gl_nav ul li ul.dropdown__lists li{

    display: inline-block;

}

.dropdown__list:not(:first-child)::before{

    content: "";

    width: 100%;

    height: 1px;

    background-color: #3492d1;

    position: absolute;

    top: 0;

    left: 0;

}

.dropdown__list:hover {

    background-color: #003558;

}

.dropdown__list a {

    position: relative;

}



*/
.nav span {
  padding-top: 28px !important;
}
#mainVis {
  margin-bottom: 160px;
}
.slick-slide img {
  width: 100%;
  height: auto
}
/*--INDEX_ANCHOR-------------*/
#anc_index_news, #anc_index_category, #anc_index_ranking, #anc_index_newarrival, #anc_index_recommend, #anc_index_bridal, #anc_index_imcuicui, #anc_index_store {
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}
/*--INDEX_NEWS-------------*/
#index_news {
  margin-bottom: 160px !important;
}
ul.swp_news {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
ul.swp_news li {
  width: 31.2%;
  margin-right: 3.2%;
  float: left;
  margin-bottom: 15px;
  list-style: none
}
ul.swp_news li:nth-child(3n) {
  margin-right: 0%;
}
ul.swp_news li .thum {
  margin-bottom: 5px;
}
ul.swp_news li .thum img {
  width: 100%;
  height: auto
}
/*--CATEGORY-------------*/
#index_category {
  margin-bottom: 160px;
  background-image: url(/html/template/default/assets/img/common/foot01.gif);
  background-repeat: no-repeat;
  background-position: right top;
}
.category_list ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}
.category_list ul li {
  width: 10.4%;
  margin-right: 2.4%;
  text-align: center;
  float: left;
  list-style: none;
}
.category_list ul li a {
  text-decoration: none
}
.category_list ul li:last-child {
  margin-right: 0%;
}
.category_list ul li .thum {
  margin-bottom: 5px;
}
.category_list ul li .thum img {
  width: 100%;
  height: auto
}
/*--INDEX_RANKING-------------*/
#index_ranking {
  margin-bottom: 160px;
}
.swp_ranking {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.swp_ranking .swiper-slide .thum {
  margin-bottom: 5px;
  position: relative
}
.swp_ranking .swiper-slide .thum img {
  width: 100%;
  height: 18vw;
  object-fit: cover
}
.swp_ranking .swiper-slide .thum .num {
  position: absolute;
  left: 10px;
  bottom: -30px;
  font-size: 25px;
}
.swp_ranking .swiper-slide .thum .num span {
  font-size: 100px;
  font-weight: 100
}
.swp_ranking .swiper-slide .meta {
  font-size: 14px;
  margin-top: 20px;
}
/*--NEW ARRIVAL-------------*/
#index_newarrival {
  margin-bottom: 160px;
  background-image: url(/html/template/default/assets/img/common/foot02.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#index_newarrival ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
#index_newarrival ul li {
  width: 22%;
  margin-right: 4%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 4%;
}
#index_newarrival ul li:first-child {
  width: 48%;
}
#index_newarrival ul li a {
  text-decoration: none;
  display: block;
  color: #FFF
}
#index_newarrival ul li:nth-child(3), #index_newarrival ul li:nth-child(5) {
  margin-right: 0%;
}
#index_newarrival ul li:nth-child(6) {
  width: 48%;
  margin-right: 0;
  float: right
}
#index_newarrival ul li:last-child {
  margin-right: 0;
}
#index_newarrival ul li .thum {
  position: relative;
}
#index_newarrival ul li .thum:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#index_newarrival ul li .thum img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
#index_newarrival ul li .meta {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.60);
  left: 0;
  top: 0;
  z-index: 10;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  padding: 20px;
  opacity: 0;
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
}
#index_newarrival ul li .meta:hover {
  opacity: 1;
}
/*--RECOMMEND-------------*/
#index_recommend {
  margin-bottom: 160px;
}
#index_recommend ul {
  width: 90%;
  margin-left: auto;
  margin-right: auto
}
#index_recommend ul li {
  width: 22%;
  margin-right: 4%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 4%;
}
#index_recommend ul li a {
  text-decoration: none;
  display: block;
  color: #FFF
}
#index_recommend ul li:nth-child(4), #index_recommend ul li:nth-child(8) {
  margin-right: 0%;
}
#index_recommend ul li .thum {}
#index_recommend ul li .thum img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
#index_recommend ul li .meta {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.60);
  left: 0;
  top: 0;
  z-index: 10;
  width: calc(100% - 0px);
  height: calc(100% - 0px);
  padding: 20px;
  opacity: 0;
  transition: .3s;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
}
#index_recommend ul li .meta:hover {
  opacity: 1;
}
/*--INDEX_BRIDAL-------------*/
#index_bridal {
  margin-bottom: 160px;
}
#index_bridal .bnr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
#index_bridal .bnr img {
  width: 100%;
  height: auto
}
#index_bridal .read {
  text-align: center;
  font-size: 14px;
  line-height: 2.5
}
/*--INDEX_STORE-------------*/
#index_store {
  margin-bottom: 80px;
}
/*--INDEX_ABOUT-------------*/
#index_about {
  margin-bottom: 160px;
}
.swp_about {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.swp_about .swiper-slide .thum {
  margin-bottom: 5px;
}
.swp_about .swiper-slide .thum img {
  width: 100%;
  height: auto
}
.pos-relative {
  overflow: hidden;
}
.pos-relative #ico_kuma {
  position: absolute;
  left: 110px;
  bottom: 0px;
  z-index: 10;
  animation: 2s ease-in 1s infinite alternate forwards running expansion;
}
@keyframes expansion {
  0% {
    bottom: -50px;
  }
  10% {
    bottom: -10px;
  }
  30% {
    bottom: -40px;
  }
  100% {
    bottom: -50px;
  }
}
/*--FOOTER-------------*/
footer {
  background-color: #F2F6F7;
  clear: both;
  padding-top: 40px;
  padding-bottom: 60px;
}
footer a {
  text-decoration: none;
}
footer .inner {
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
footer .gl_nav {
  margin-bottom: 60px;
  padding-bottom: 0px;
}
footer .category_list {
  margin-bottom: 60px;
}
footer ul.ec_contents {
  text-align: center;
  font-size: 14px;
  margin-bottom: 1.5em;
}
footer ul.ec_contents li {
  display: inline;
  /*margin-left: 10px;*/
  margin-right: 10px;
  /*padding-left: 10px;*/
  padding-right: 10px;
  border-right: 1px solid #2E2E2E;
}
footer ul.ec_contents li:last-child {
  border-right: none;
}
footer ul.ft_sns {
  text-align: center;
  font-size: 22px;
  margin-bottom: 1em;
  margin-top: 2em;
}
footer ul.ft_sns li {
  display: inline;
  margin-left: 7px;
  margin-right: 7px;
}
.ec-blockTopBtn {
  display: none;
  position: fixed;
  width: 120px;
  height: 40px;
  right: 0;
  bottom: 10px;
  cursor: pointer;
  color: #000;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  background-color: transparent;
  z-index: 99999
}
/*--下層ページ-------------*/
.ec-role {
  font-size: 14px;
}
.ec-pageHeader h1 {
  font-size: 18px;
  text-align: center;
  font-weight: normal
}
.ec-role img {
  width: 100%;
  height: auto
}
.ec-borderedDefs {
  border-top: 1px dotted #848484;
}
.ec-borderedDefs dl {
  border-bottom: 1px dotted #848484;
}
.ec-borderedDefs dd {
  line-height: 2;
}
.ec-role strong {
  color: #138a88
}
.ec-layoutRole__contents {
  padding-bottom: 60px;
}
.ec-productRole .ec-productRole__category a {
  color: #6b6b71;
}
.ec-topicpath {
  letter-spacing: -.4em;
  list-style: none;
  font-size: 14px !important;
  color: #979797;
}
.ec-topicpath.sub {
  padding-top: 10px !important;
  border-top: 1px solid #f0f0f0;
}
.ec-shelfRole {
  font-size: 13px;
}
.ec-select select {
  background-color: #fff;
  border: none
}
ul.clr_vari {
  text-align: left !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  padding-top: 0.5em !important
}
ul.clr_vari li {
  display: inline-block !important;
  width: 12px !important;
  height: 12px !important;
  margin-right: 3px !important
}
/*--商品詳細-------------*/
.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: 18px;
  padding-top: 10px;
}
.ec-productRole .ec-productRole__price {
  color: #5B5B5B;
  font-size: 20px;
}
.ec-productRole__category {
  font-size: 14px
}
.ec-productRole__category ul {
  padding-left: 0.5em !important;
  padding-top: 0.3em !important;
}
.ec-blockBtn--action {
  background-color: #008A89;
  border-color: #008A89;
  height: 40px;
  line-height: 40px;
  color: #FFF !important
}
.ec-blockBtn--action:hover {
  background-color: #008A89;
  border-color: #008A89;
  opacity: .6;
}
.ec-blockBtn--cancel {
  background-color: #a4a4a8;
  border-color: #a4a4a8;
  height: 40px;
  line-height: 40px;
}
.ec-blockBtn--cancel:hover {
  background-color: #6b6b71;
  border-color: #6b6b71;
}
.ec-select .form-control {
  border: 1px solid #E3E3E3;
}
.ec-productRole__description h2 {
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #525263 !important;
  font-weight: 400 !important
}
.ec-productRole__category h3 {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #525263 !important;
  font-weight: 400 !important;
  display: inherit;
}
/*--ページ/SHOP-------------*/
.shop_bx {
  position: relative;
  margin-bottom: 70px;
  transition: .3s;
}
.shop_bx .ph {
  width: 460px;
  float: left
}
.shop_bx .detail {
  line-height: 2.2;
  width: 350px;
  padding-left: 40px;
  padding-right: 0px;
  padding-top: 10px;
  z-index: 5;
  float: left
}
.shop_bx .detail .ttl {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.shop_bx .detail .txt {
  font-size: 14px;
  text-align: justify;
  line-height: 1.8;
}
.shop_bx .detail .link_btn {
  margin-top: 20px;
  position: relative;
}
.shop_bx .ttl_os {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 20px;
}
.shop_bx .os_logo li {
  width: 212px;
  float: left
}
.shop_bx .os_logo li img {
  width: 100%;
  height: auto;
}
.link_btn {
  display: inline-block;
  text-align: center;
  letter-spacing: 0.2em;
  font-size: 11px;
  position: absolute;
  cursor: pointer;
}
.link_btn a {
  color: #FFF;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
  background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  transition: .3s;
  cursor: pointer;
}
#ec-drawerRole {
  display: none
}
.ring_size {
  width: 50% !important;
  float: left
}
.ring_size dt {
  padding-top: 14px;
  width: 50%;
  font-size: 12px !important;
}
/*--各種情報ページ-------------*/
.pay_logo img {
  width: 370px;
  height: auto
}
.ec-heading-bold {
  font-size: 16px !important;
}
/*--PRESS-------------*/
ul.press_bx {
  padding-left: 0;
}
ul.press_bx li {
  width: 235px;
  margin-right: 50px;
  float: left;
  list-style: none;
  min-height: 400px;
}
ul.press_bx li:nth-child(4n) {
  margin-right: 0px;
}
ul.press_bx li .thum {
  width: 215px;
  height: 215px;
  padding: 10px;
  background-color: #F2F6F7;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px
}
ul.press_bx li .thum img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto;
  height: 100%;
}
ul.press_bx li .txt {
  font-size: 11px;
}
.shopping_head_notice {
  border: 4px solid #138A88;
  padding: 20px;
  width: 100%;
}




























@media screen and (max-width: 479px) {
  body {
    background-color: #FFFFFF;
    font-family: 'Lato', 'Noto Sans JP', sans-serif !important;
    color: #3D3D3D
  }
  a:link {
    color: #3D3D3D;
    transition: .3s;
  }
  a:visited {
    color: #3D3D3D;
    text-decoration: none;
  }
  a:hover {
    color: #D0BC46;
    text-decoration: underline;
  }
  a:active {
    color: #D0BC46;
    text-decoration: none;
  }
  a.btn_img img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-filter: 'alpha(opacity=100)';
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  a:hover.btn_img img {
    -ms-filter: 'alpha(opacity=60)';
    filter: alpha(opacity=30);
    -moz-opacity: 0.40;
    opacity: 0.40;
  }
  ul, ol {
    padding: 0;
    margin: 0;
  }
  .cFix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
  }
  .cFix {
    min-height: 1px
  }
  * html .cFix {
    height: 1px
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  .slick-slide {
    padding: 10px 5px
  }
  /*--CONTENTS-------------*/
  .index_ttl {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 1em;
  }
  .btn_viewmore {
    text-align: center;
    margin-top: 30px;
  }
  .btn_viewmore a {
    border: 1px solid #C4C9CB;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 100px;
    text-decoration: none
  }
  .btn_viewmore a:hover {
    border: 1px solid #3D3D3D;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 20px;
    border-radius: 100px;
    text-decoration: none;
    background-color: #3D3D3D;
    color: #FFF
  }
  /* カスタマイズ用CSS */
  .ec-layoutRole__header {
    background-image: url(/html/template/default/assets/img/common/foot01.gif);
    background-repeat: no-repeat;
    background-position: left -13vw top;
    background-size: 50% auto;
  }
  .ec-headerNaviRole {
    background-color: #F2F6F7;
    color: #656565;
    padding: 10px 20px;
  }
  .ec-headerNaviRole {
    max-width: 100%;
  }
  .ec-headerNaviRole .ec-headerNaviRole__left {
    width: 33.333%;
  }
  .ec-headerNaviRole .bx_search {
    width: 350px;
    float: right
  }
  .ec-headerNaviRole .ec-headerNaviRole__search {
    float: right;
    margin-top: 0px;
  }
  .input-group-append img {
    width: 16px !important;
    height: auto
  }
  .ec-headerRole {
    max-width: 100%;
  }
  .ec-headerNaviRole {
    font-size: 12px;
  }
  .ec-headerNav {
    text-align: left;
  }
  .ec-headerNav__item.usermeta {
    margin-top: 10px;
    line-height: 1;
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    align-items: flex-start;
  }
  .ec-headerNav__item {
    margin-left: 1em !important;
    font-size: inherit !important;
  }
  .ec-headerNav__item img {
    width: 24px;
    height: auto
  }
  .ec-headerNaviRole .ec-headerNaviRole__right {
    justify-content: flex-start;
  }
  .ec-headerTitle__title img {
    width: 150px;
    height: auto
  }
  .ec-headerNav .ec-headerNav__itemLink {
    font-size: 12px;
  }
  .ec-cartNavi {
    padding: 7px 15px 7px 15px;
    background: none;
    margin-left: 1em;
    height: auto;
  }
  .ec-cartNavi .ec-cartNavi__icon {
    font-size: 16px;
    margin-top: 2px;
  }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: calc(100% - 42px) !important;
    margin-bottom: 0;
    box-shadow: none !important;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
  }
  .input-group {
    width: 100%;
  }
  .cuicui-searcbx {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .input-group-append .bgc-main {
    background-color: #008A89;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
    height: 34px;
  }
  .input-group-append img {
    margin-top: -1px;
  }
  .ec-headerNav .ec-headerNav__item {
    margin-left: 0;
    display: inline-block;
    font-size: 28px;
    margin-right: 0em;
  }
  ul#hd_sns {
    text-align: center;
    font-size: 18px;
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 999;
  }
  ul#hd_sns li {
    margin-bottom: 10px;
    list-style: none
  }
  /*--NAVIGATION-------------*/
  .gl_nav {
    clear: both;
    padding-bottom: 40px;
    font-size: 16px !important;
  }
  .gl_nav ul {
    text-align: center;
  }
  .gl_nav ul li {
    margin-left: 1em;
    margin-right: 1em;
    display: inline-block;
    text-align: center;
    position: relative
  }
  .gl_nav ul li a {
    position: relative;
    display: inline-block;
    transition: .3s;
    text-decoration: none;
  }
  .gl_nav ul li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #D0BC46;
    transition: .3s;
  }
  .gl_nav ul li a:hover::after {
    width: 100%;
  }
  .gl_nav ul li ul {
    list-style: none;
    position: relative;
    top: 15px;
    left: 0;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
	height: auto;
	overflow: visible!important;
	padding-bottom: 1em;
	display: none;
	transition: none!important;
  }
  .gl_nav ul li ul li {
    overflow: hidden;
    width: auto;
    height: auto;
    white-space: nowrap;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    font-size: 12px!important;
	padding-top: 5px;
  }
  .gl_nav ul li:hover ul li {
    overflow: visible;
    padding-top: 20px;
  }
  .gl_nav ul li:hover ul {
    overflow: visible;
    background-color: rgba(255, 255, 255, 0.0);
    padding-bottom: 20px;
  }
  .gl_nav ul li ul li ul {
  display: none
}
  /*.gl_nav ul li.gnavi__lis {

    position: relative;

    transition: .3s

  }

  .gl_nav ul li ul.dropdown__lists {

    display: none; 

    width: 800px;

    position: absolute;

    top: 0px;

    left: -3em;

    padding-top: 40px;

    text-align: left;

    font-size: 14px;

  }

  .gl_nav ul li.gnavi__list:hover .dropdown__lists {

    display: block;

  }

  .gl_nav ul li.gnavi__list {

    position: relative;

  }

  .gl_nav ul li ul.dropdown__lists li {

    display: inline-block;

  }*/
  /*.dropdown__list:not(:first-child)::before{

    content: "";

    width: 100%;

    height: 1px;

    background-color: #3492d1;

    position: absolute;

    top: 0;

    left: 0;

}*/
  /*.dropdown__list:hover {

    background-color: #003558;

}

.dropdown__list a {

    position: relative;

}*/
  .nav span {
    padding-top: 28px !important;
  }
  .nav, .slick-dots {
    display: none !important
  }
  #mainVis {
    margin-bottom: 40px;
  }
  #mainVis .slick-slide {
    width: 100%;
    overflow: hidden
  }
  #mainVis .slick-slide img {
    width: auto;
    height: 100vw;
    left: -50vw;
    position: relative;
  }
  /*--INDEX_ANCHOR-------------*/
  #anc_index_news, #anc_index_category, #anc_index_ranking, #anc_index_newarrival, #anc_index_recommend, #anc_index_bridal, #anc_index_imcuicui, #anc_index_store {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
  }
  /*--INDEX_NEWS-------------*/
  #index_news {
    margin-bottom: 80px !important;
  }
  ul.swp_news {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  ul.swp_news li {
    width: 49%;
    margin-right: 2%;
    float: left;
    margin-bottom: 15px;
    list-style: none
  }
  ul.swp_news li:nth-child(3n) {
    margin-right: 2%;
  }
  ul.swp_news li:nth-child(2n) {
    margin-right: 0%;
  }
  ul.swp_news li .thum {
    margin-bottom: 5px;
  }
  ul.swp_news li .thum img {
    width: 100%;
    height: auto
  }
  /*--CATEGORY-------------*/
  #index_category {
    margin-bottom: 80px;
    background-image: url(/html/template/default/assets/img/common/foot01.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .category_list ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
  }
  .category_list ul li {
    width: 23.8%;
    margin-right: 1.6%;
    text-align: center;
    float: left;
    list-style: none;
    margin-bottom: 10px;
  }
  .category_list ul li a {
    text-decoration: none
  }
  .category_list ul li:last-child {
    margin-right: 0%;
  }
  .category_list ul li:nth-child(4n) {
    margin-right: 0%;
  }
  .category_list ul li .thum {
    margin-bottom: 5px;
  }
  .category_list ul li .thum img {
    width: 100%;
    height: auto
  }
  /*--INDEX_RANKING-------------*/
  #index_ranking {
    margin-bottom: 80px;
  }
  .swp_ranking {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .swp_ranking .swiper-slide .thum {
    margin-bottom: 5px;
    position: relative
  }
  .swp_ranking .swiper-slide .thum img {
    width: 100%;
    height: auto
  }
  .swp_ranking .swiper-slide .thum .num {
    position: absolute;
    left: 10px;
    bottom: -30px;
    font-size: 25px;
  }
  .swp_ranking .swiper-slide .thum .num span {
    font-size: 100px;
    font-weight: 100
  }
  .swp_ranking .swiper-slide .meta {
    font-size: 14px;
    margin-top: 20px;
  }
  /*--NEW ARRIVAL-------------*/
  #index_newarrival {
    margin-bottom: 80px;
    background-image: url(/html/template/default/assets/img/common/foot02.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  #index_newarrival ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  #index_newarrival ul li {
    width: 48%;
    margin-right: 4%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 4%;
  }
  #index_newarrival ul li:first-child {
    width: 100%;
  }
  #index_newarrival ul li a {
    text-decoration: none;
    display: block;
    color: #FFF
  }
  #index_newarrival ul li:nth-child(3), #index_newarrival ul li:nth-child(5) {
    margin-right: 0%;
  }
  #index_newarrival ul li:nth-child(6) {
    width: 100%;
    margin-right: 0;
    float: left
  }
  #index_newarrival ul li:last-child {
    margin-right: 0;
  }
  #index_newarrival ul li:nth-child(2n) {
    margin-right: 0;
  }
  #index_newarrival ul li:nth-child(2), #index_newarrival ul li:nth-child(4) {
    margin-right: 4%;
  }
  #index_newarrival ul li .thum {}
  #index_newarrival ul li .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
  #index_newarrival ul li .meta {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    left: 0;
    top: 0;
    z-index: 10;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
    opacity: 0;
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
  }
  #index_newarrival ul li .meta:hover {
    opacity: 1;
  }
  /*--RECOMMEND-------------*/
  #index_recommend {
    margin-bottom: 80px;
  }
  #index_recommend ul {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  #index_recommend ul li {
    width: 48%;
    margin-right: 4%;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 4%;
  }
  #index_recommend ul li a {
    text-decoration: none;
    display: block;
    color: #FFF
  }
  #index_recommend ul li:nth-child(4), #index_recommend ul li:nth-child(8) {
    margin-right: 0%;
  }
  #index_recommend ul li:nth-child(2n) {
    margin-right: 0%;
  }
  #index_recommend ul li .thum {}
  #index_recommend ul li .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
  }
  #index_recommend ul li .meta {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.60);
    left: 0;
    top: 0;
    z-index: 10;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    padding: 20px;
    opacity: 0;
    transition: .3s;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-end;
  }
  #index_recommend ul li .meta:hover {
    opacity: 1;
  }
  /*--INDEX_BRIDAL-------------*/
  #index_bridal {
    margin-bottom: 80px;
  }
  #index_bridal .bnr {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  #index_bridal .bnr img {
    width: 100%;
    height: auto
  }
  #index_bridal .read {
    text-align: left;
    font-size: 13px;
    line-height: 2.5;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #index_bridal .read br {
    display: none
  }
  /*--INDEX_STORE-------------*/
  #index_store {
    margin-bottom: 80px;
  }
  /*--INDEX_ABOUT-------------*/
  #index_about {
    margin-bottom: 80px;
  }
  .swp_about {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .swp_about .swiper-slide .thum {
    margin-bottom: 5px;
  }
  .swp_about .swiper-slide .thum img {
    width: 100%;
    height: auto
  }
  .pos-relative {
    overflow: hidden;
  }
  .pos-relative #ico_kuma {
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 10;
    animation: 2s ease-in 1s infinite alternate forwards running expansion;
  }
  /*--FOOTER-------------*/
  footer {
    background-color: #F2F6F7;
    clear: both;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  footer a {
    text-decoration: none;
  }
  .ft_logo {
    width: 50%;
    float: left;
    text-align: center
  }
  .ft_logo img {
    width: 80%;
    height: auto
  }
  footer .inner {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
  footer .gl_nav {
    margin-bottom: 30px;
    padding-bottom: 0px;
    float: right;
    width: 50%;
    clear: none;
  }
  footer .gl_nav ul li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 1em;
  }
  footer .category_list {
    margin-bottom: 60px;
    display: none
  }
  footer ul.ec_contents {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1.5em;
    clear: both;
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  footer ul.ec_contents li {
    display: block;
    /*margin-left: 10px;*/
    margin-right: 10px;
    /*padding-left: 10px;*/
    padding-right: 0px;
    border-right: none;
    text-align: center;
    background-color: #FFF;
    border-radius: 6px;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  footer ul.ec_contents li:nth-child(2n) {
    margin-right: 0%;
  }
  footer ul.ec_contents li:last-child {
    border-right: none;
  }
  footer ul.ft_sns {
    text-align: center;
    font-size: 22px;
    margin-bottom: 1em;
    margin-top: 2em;
  }
  footer ul.ft_sns li {
    display: inline;
    margin-left: 7px;
    margin-right: 7px;
  }
  /*--SPカテゴリナビ202412-------------*/
  .sp_menu {
    background-color: #F2F6F7;
    clear: both;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
  }
  .sp_menu a {
    text-decoration: none;
  }
  .sp_menu .ft_logo {
    width: 50%;
    float: left;
    text-align: center
  }
  .sp_menu .ft_logo img {
    width: 80%;
    height: auto
  }
  .sp_menu .inner {
    max-width: 1320px;
    margin-right: auto;
    margin-left: auto;
  }
  .sp_menu .gl_nav {
    margin-bottom: 30px;
    padding-bottom: 0px;
    float: right;
    width: 50%;
    clear: none;
  }
  .sp_menu .gl_nav ul li {
    float: none;
    display: block;
    text-align: left;
    margin-bottom: 1em!important;
  }
  .sp_menu .category_list {
    margin-bottom: 60px;
    display: none
  }
  .sp_menu ul.ec_contents {
    text-align: center;
    font-size: 14px;
    margin-bottom: 1.5em;
    clear: both;
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
  .sp_menu ul.ec_contents li {
    display: block;
    /*margin-left: 10px;*/
    margin-right: 10px;
    /*padding-left: 10px;*/
    padding-right: 0px;
    border-right: none;
    text-align: center;
    background-color: #FFF;
    border-radius: 6px;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .sp_menu ul.ec_contents li:nth-child(2n) {
    margin-right: 0%;
  }
  .sp_menu ul.ec_contents li:last-child {
    border-right: none;
  }
  /*--下層ページ-------------*/
  .ec-role {
    font-size: 14px;
  }
  .ec-pageHeader h1 {
    font-size: 18px;
    text-align: center;
    font-weight: normal
  }
  .ec-role img {
    width: 100%;
    height: auto
  }
  .ec-layoutRole__contents {
    padding-bottom: 60px;
  }
  .ec-productRole .ec-productRole__category a {
    color: #6b6b71;
  }
  .ec-topicpath {
    letter-spacing: -.4em;
    list-style: none;
    font-size: 14px !important;
    color: #979797;
  }
  .ec-topicpath.sub {
    padding-top: 10px !important;
  }
  .ec-shelfRole {
    font-size: 13px;
  }
  .ec-select select {
    background-color: #fff;
    border: none
  }
  ul.clr_vari {
    text-align: left !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    padding-top: 0.5em !important
  }
  ul.clr_vari li {
    display: inline-block !important;
    width: 12px !important;
    height: 12px !important;
    margin-right: 3px !important
  }
  /*--商品詳細-------------*/
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 18px;
    padding-top: 10px;
  }
  .ec-productRole .ec-productRole__price {
    color: #5B5B5B;
    font-size: 20px;
  }
  .ec-productRole__category {
    font-size: 14px
  }
  .ec-productRole__category ul {
    padding-left: 0.5em !important;
    padding-top: 0.3em !important;
  }
  .ec-blockBtn--action {
    background-color: #008A89;
    border-color: #008A89;
    height: 40px;
    line-height: 40px;
  }
  .ec-blockBtn--action:hover {
    background-color: #398497;
    border-color: #398497;
  }
  .ec-blockBtn--cancel {
    background-color: #a4a4a8;
    border-color: #a4a4a8;
    height: 40px;
    line-height: 40px;
  }
  .ec-blockBtn--cancel:hover {
    background-color: #6b6b71;
    border-color: #6b6b71;
  }
  /*--ページ/SHOP-------------*/
  .shop_bx {
    position: relative;
    margin-bottom: 70px;
    transition: .3s;
  }
  .shop_bx .ph {
    width: 100%;
    float: none
  }
  .shop_bx .detail {
    line-height: 2.2;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 10px;
    z-index: 5;
    float: none
  }
  .shop_bx .detail .ttl {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
  }
  .shop_bx .detail .txt {
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
  }
  .shop_bx .detail .link_btn {
    margin-top: 20px;
    position: relative;
  }
  .shop_bx .ttl_os {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    border-bottom: 1px solid #D0D0D0;
    margin-bottom: 20px;
  }
  .shop_bx .os_logo li {
    width: 212px;
    float: left
  }
  .shop_bx .os_logo li img {
    width: 100%;
    height: auto;
  }
  .link_btn {
    display: inline-block;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 11px;
    position: absolute;
    cursor: pointer;
  }
  .link_btn a {
    color: #FFF;
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
    background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
    background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1.00) 50%, rgba(255, 249, 86, 1.00) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    transition: .3s;
    cursor: pointer;
  }
  /*SP NAV*/
  #panel-btn {
    display: inline-block;
    position: fixed;
    width: 40px;
    height: 40px;
    margin: 5px 0 10px;
    border-radius: 50%;
    right: 10px;
    top: 4px;
    z-index: 9999999;
    animation-duration: 2s;
  }
  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s;
  }
  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #000;
    transition: .3s;
  }
  #panel-btn-icon:before {
    margin-top: -6px;
  }
  #panel-btn-icon:after {
    margin-top: 4px;
  }
  #panel-btn .close {
    background: transparent;
  }
  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0;
  }
  #panel-btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #panel-btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #ec-drawerRole {
    display: none
  }
  #ec-drawerRole {
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    background-color: #FFF;
    padding: 80px 5%;
  }
  #ec-drawerRole #index_category {
    margin-bottom: 30px !important;
  }
  .ec-headerLink__item {
    display: block;
    margin-bottom: 10px;
  }
  .ec-headerLink__icon {
    float: left;
    margin-right: 0.5em
  }
  .ring_size {
    width: 50% !important;
    float: left
  }
  .ring_size dt {
    padding-top: 14px;
    width: 100%;
    font-size: 12px !important;
  }
  .ec-itemNav__nav {
    margin-bottom: 3em
  }
  .ec-itemNav__nav li a {
    font-weight: normal;
  }
  .ec-itemNav__nav li ul li a {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 22px 10px 36px;
    font-size: 13px;
    font-weight: normal;
    color: #4a4a4a;
    text-align: left;
    background: white;
  }
  .ec-itemNav__nav li ul li ul li a {
    background: #FFF;
    padding: 10px 22px 10px 72px;
  }
  ul.ec-itemNav__nav li:last-child, ul.ec-itemNav__nav li:nth-last-child(2), ul.ec-itemNav__nav li:nth-last-child(3) {
    display: none;
  }
  ul.ec-itemNav__nav li ul li:last-child, ul.ec-itemNav__nav li ul li:nth-last-child(2), ul.ec-itemNav__nav li ul li:nth-last-child(3) {
    display: inherit;
  }
  /*--各種情報ページ-------------*/
  .pay_logo img {
    width: 300px;
    height: auto
  }
  .ec-heading-bold {
    font-size: 16px !important;
  }
  /*--PRESS-------------*/
  ul.press_bx {
    padding-left: 0;
  }
  ul.press_bx li {
    width: 235px;
    margin-right: auto;
    float: none;
    list-style: none;
    min-height: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }
  ul.press_bx li:nth-child(4n) {
    margin-right: auto;
  }
  ul.press_bx li .thum {
    width: 215px;
    height: 215px;
    padding: 10px;
    background-color: #F2F6F7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px
  }
  ul.press_bx li .thum img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto;
    height: 100%;
  }
  ul.press_bx li .txt {
    font-size: 11px;
  }
}