::selection {
  background-color: #297eab;
  color: #fff;
}

::-moz-selection {
  background-color: #297eab;
  color: #fff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #444444;
  font-size: 1.6rem;
  font-family: brandon-grotesque, sans-serif;
font-family:  "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;  font-weight: 400;
  overflow-x: hidden;
}

.wf-en{
	font-family: brandon-grotesque, sans-serif;

}
@media (max-width:992px) {
  body {
    font-size: 1.6rem;
  }
}

@media (max-width:576px) {
  body {
    font-size: 1.4rem;
  }
}

.page-wrapper {
  min-height: 100vh;
}

strong {
  font-weight: 700;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 a:hover, h1 a:focus, h1 a:active, h2 a:hover, h2 a:focus, h2 a:active, h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
  text-decoration: none;
}

*:focus {
outline: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);

}
h1, .H1 {
  font-size: 51px;
  font-size: 5.1rem;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #0e3569;
  line-height: 1.05em;
}
.main_ttl {
  font-size: 61px;
  font-size: 6.1rem;
}

h1 span, .H1 span{
  font-size: 70%;
}

.full-post h1,.full-post h2,.full-post h3,.full-post h4,.full-post h5,.full-post h6{
  margin-top:4rem;
}


@media (max-width:1310px) {
  .h1_br{
    display: block;
  }
}
@media (max-width:992px) {
  h1, .H1 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media (max-width:576px) {
  h1, .H1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .main_ttl {
    font-size: 39px;
    font-size: 3.9rem;
  }

}

.small-H1 {
  font-size: 52px;
  font-size: 5.2rem;
}

@media (max-width:992px) {
  .small-H1 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media (max-width:576px) {
  .small-H1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

h2, .H2, .full-post h1 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 700;
  color: #0e3569;
  line-height: 1.1em;
}

.secondary-features__h2 {
  color:#333333;
}

span.secondary-features__h2__en {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}


@media (max-width:992px) {
  h2, .H2, .full-post h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media (max-width:576px) {
  h2, .H2, .full-post h1 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

h3, .H3, .full-post h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #0e3569;
}


@media (max-width:992px) {
  h3, .H3, .full-post h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media (max-width:576px) {
  h3, .H3, .full-post h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

h4, .H4, .card-title, .full-post h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #0e3569;
}

@media (max-width:576px) {
  h4, .H4, .card-title, .full-post h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

h5, .H5, .card-title--small, .full-post h4 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #0e3569;
}

@media (max-width:576px) {
  h5, .H5, .card-title--small, .full-post h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h6, .H6, .full-post h5 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #0e3569;
}

@media (max-width:576px) {
  h6, .H6, .full-post h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.full-post p{
  line-height: 1.5em;
}
.text-uppercase {
  text-transform: uppercase;
}

.space-paragraphs p:not(:last-child) {
  margin-bottom: 3rem;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s ease all;
  color: #297eab;
  text-decoration: underline;
}

a h1, a h2, a h3, a h4, a h5, a h6 {
  color: #297eab;
  transition: 0.3s ease all;
}

a:hover, a:focus {
  color: #0e3569;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6, a:focus h1, a:focus h2, a:focus h3, a:focus h4, a:focus h5, a:focus h6 {
  color: #0e3569;
}


/*追記*/
.pc-mode{
  display: block;
}
.sp-mode{
  display: none;
}
@media (max-width:768px) {
  .pc-mode{
    display: none;
  }
  .sp-mode{
  display: block;
  }
}

.object-fit-img{
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.object-fit-img-contain{
    object-fit:contain;
    font-family: 'object-fit: contain;'
}

.mb-1em{
  margin-bottom: 1em;
}
/*追記*/

.small-headline {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 700;
  color: #969595;
  margin: 0;
}

@media (max-width:576px) {
  .small-headline {
    font-size: 1.4rem;
  }
}

.btn {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 1.5rem 3.5rem;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-large {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 1.8rem 3.5rem;
}
@media (max-width:768px) {
  .btn {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .btn-large {
    font-size: 1.8rem;
    width: 100%;
  }
}

.btn-primary:not(:disabled):not(.disabled), .btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0e3569;
  border-radius: 5.0rem;
  position: relative;
  background-clip: padding-box;
  border: solid 3px transparent;
}

.btn-primary:not(:disabled):not(.disabled):after, .btn-primary:disabled:after, .btn-primary.disabled:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -3px;
  border-radius: 5.0rem;
  background: #f2a700;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2a700), color-stop(39%, #fbdf96), color-stop(41%, #f7ce65), to(#f2a700));
  background: -webkit-linear-gradient(top, #f2a700 0%, #fbdf96 39%, #f7ce65 41%, #f2a700 100%);
  background: -o-linear-gradient(top, #f2a700 0%, #fbdf96 39%, #f7ce65 41%, #f2a700 100%);
  background: linear-gradient(to bottom, #f2a700 0%, #fbdf96 39%, #f7ce65 41%, #f2a700 100%);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
}

.btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled:active, .btn-primary:disabled:active:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled:active:focus {
  color: #fff;
  background-color: #297eab;
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary:disabled:before, .btn-primary.disabled:before {
  content: none;
}

.btn-ghost {
  color: #297eab;
}

.btn-ghost:hover, .btn-ghost:focus {
  color: #0e3569;
  outline: none;
  box-shadow: none;
  transform: translateY(-0.5rem);
}

.btn-ghost:active, .btn-ghost:active:focus {
  color: #0e3569;
  outline: none;
  box-shadow: none;
}

.btn-ghost--inverse {
  color: #fff !important;
}

.btn-ghost--inverse:hover, .btn-ghost--inverse:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-ghost--inverse:hover #filters-btn, .btn-ghost--inverse:focus #filters-btn {
  color: #f2a700;
}

.btn-ghost--inverse:active, .btn-ghost--inverse:active:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn-ghost--dark {
  color: #0e3569;
  opacity: 1;
}

.btn-ghost--dark:hover, .btn-ghost--dark:focus {
  color: #297eab;
  outline: none;
  box-shadow: none;
  transform: translateY(-0.5rem);
}

.btn-ghost--dark:active, .btn-ghost--dark:active:focus {
  color: #297eab;
  outline: none;
  box-shadow: none;
}

.btn-heading {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #297eab;
  text-transform: none;
}

@media (max-width:992px) {
  .btn-heading {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media (max-width:576px) {
  .btn-heading {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.btn-heading:focus, .btn-heading:hover, .btn-heading:active {
  box-shadow: none;
  outline: none;
  color: #0e3569;
}

.btn-heading p {
  margin: 0;
}

.products-buttons .btn-primary{
  min-width: 200px;
}
.products-buttons .btn_buy{
  order:3;
  width: 100%;
}
.products-buttons .btn_flier{
  order:2;
}
.products-buttons .btn_flier a{
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media (max-width:1110px) {
  .products-buttons .btn_buy{
    order:2;
  }
  .products-buttons .btn_flier{
    order:3;
  }
}
@media (max-width:992px) {
.products-buttons a, .products-buttons .btn_flier{
	margin:0 auto;
}
}
@media (max-width:768px) {
  .products-buttons a{
    margin: 0 auto;
    text-align: center;
  }
  .products-buttons .btn_buy{
    margin: 0 auto;
  }
  .products-buttons .btn_flier{
    margin: 0 auto;
  }
  .products-buttons .btn_new{
    margin: 0 auto;
  }

}
.close {
  font-size: 1.2rem;
}

.close:hover, .close:focus {
  color: #297eab;
  outline: none;
  box-shadow: none;
  transform: translateY(-0.25rem);
}

.link-caption {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #444444;
  padding: 1rem 0;
  /*display: inline-block;*/
}

.link-caption-large {
	font-size: 1.6rem;
	line-height: 2.4rem;
}
@media (max-width:768px) {
  .link-caption {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
		.link-caption-large {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.link-caption a {
  text-decoration: none;
}

.div-section {
  margin-top: 6rem;
  margin-bottom: 6rem;
  width: 100%;
}

.index-div-section-left{
  background-image: url(../images/page/index/index_recommend_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
}

.index-div-section-right{
  background-image: url(../images/page/index/index_menber_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.index-div-section-inner p{
text-shadow: 0 2px 5px rgba(0, 0, 0, .8);
}
@media (min-width:993px){
	.index-div-section-left h3{
  text-align:right;
	
}

	.index-div-section-left .btn{
      width: 192px;
    margin-right: 0;
    margin-left: auto;
    margin-top: 2rem !important;
    display: block;
	}
}

@media (min-width:993px) and  (max-width:1200px){
	.index-div-section-left{
  background-position: left  -12vw center;
	}
}
@media (min-width:993px) {
  .index-div-section-inner{
    width: 360px;
    max-width: 360px;
  }
}
@media (max-width:576px) {
  .div-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

form {
  /* display: inline-block; */
}

.navbar {
  padding-top: 2rem;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar-brand {
  margin: 0;
  padding-top: 1.3rem;
  /* padding-bottom: .3125rem */
  padding-top: 0;
  padding-bottom: 0;
}

.header-content {
  position: relative;
}

.header-logo {
  z-index: 10;
  /* -webkit-filter: drop-shadow(0 23px 14px rgba(0, 0, 0, 0.24));
  filter: drop-shadow(0 23px 14px rgba(0, 0, 0, 0.24)); */
  margin-bottom: -5rem;
  margin-top: -5rem;
}

@media (max-width:1030px) {
  .header-logo {
    max-width: 200px;
    margin-bottom: -5rem;
    margin-top: -5rem;
  }
}

@media (max-width:576px) {
  .header-logo {
    max-width: 150px;
    margin-bottom: -3.5rem;
    margin-top: -3.5rem;
  }
}

.header-logo img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.header-logo img:hover, .header-logo img:focus {
  transform: translateY(-1rem);
}

.navbar-nav {
  position: relative;
  z-index: 50;
}

@media (max-width:992px) {
  .navbar-nav {
    width: 100%;
  }
}

.navbar-nav.fixed {
  padding: 0;
}

.navbar-expand-lg {
  background-color: transparent;
  color: #fff;
  padding-bottom: 5rem;
  margin-left: -8rem;
  margin-right: -8rem;
  padding-left: 9rem;
  padding-right: 9rem;
  z-index: 1110;
}

.navbar-expand-lg .curve {
  /*background-image: url("/Images/BlueCurve.svg");*/
  background-image: url(../images/common/BlueCurve.svg);
  background-size: 100% calc(100% - 3px);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.navbar-expand-lg .curve:after {
  content: '';
  background-image: url(../images/common/GoldCurve.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width:992px) {
  .navbar-expand-lg {
    justify-content: flex-end;
  }
}

.navbar-wrapper{
  margin: 0 auto;
  max-width: 1300px;
}
.navbar-wrapper .navbar-collapse {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

@media (max-width:991px) {
  .navbar-wrapper .navbar-collapse {
    position: absolute;
    z-index: -3;
    top: -3rem;
    background-color: #297eab;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
    width: calc(100% + 30px);
    left: -15px;
    right: -15px;
  }

  .navbar-wrapper .navbar-collapse div {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .navbar-wrapper .navbar-collapse div:first-child {
    padding-top: 9rem;
  }
}

#main-content {
  margin-top: 5rem;
}


.nav-link {
  font-size: 1.6rem;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  margin: 0.5rem 1.5rem;
}


.nav-link:hover, .nav-link:active, .nav-link:focus {
  color: #f2a700;
}
.nav-link-yellow{
  color: #f2a700;
}
.nav-link-yellow:hover{
  opacity: 0.7;
}



/* .navbar-right li:last-of-type a{
  margin-right: 5vw;
} */



@media (max-width:1408px) {
  .nav-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}

/**追記*/
@media (max-width:1210px) {
  .nav-link {
    margin: 0.5rem 0.5rem;
  }
  /* .navbar-right li:last-of-type a{
    margin-right: 5vw;
  } */
}

@media (max-width:576px) {
  .nav-link {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 1rem;
  }
}


.navbar-nav .dropdown-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.navbar-nav .dropdown-menu.show {
  max-height: 800px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  box-shadow: none;
  background-color: #297eab;
  border: none;
  display: block;
  padding: 0;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .dropdown-menu li {
  padding: 0.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu hr {
  margin: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:first-child .nav-link {
  margin-top: 0.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
  margin-bottom: 0.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 0.5rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item.divider-bottom {
  border-bottom: 1px solid #e2e2e2;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .note {
  margin-top: 0.5rem;
  margin-left: 0.75rem;
  margin-bottom: 0.5rem;
}

@media (max-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding-left: 1rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item.divider-bottom {
    border-bottom: 1px solid #246f96;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .note-grey {
    color: #0b2a53;
  }
}

@media (min-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 300px;
    max-width: 80vw;
    border-radius: 8px;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 0;
    top: 85%;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    color: #297eab;
    padding: 0.25rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:hover, .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:active, .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:focus {
    color: #0e3569;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:first-child .nav-link {
    margin-top: 1rem;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .nav-item:last-child .nav-link {
    margin-bottom: 1rem;
  }
}

.navbar-expand-lg .navbar-nav .dropdown-menu .products-link {
  color: #0e3569;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .products-link #Bag path {
  fill: #0e3569;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .products-link #Question path {
  fill: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .products-link path {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .products-link:hover, .navbar-expand-lg .navbar-nav .dropdown-menu .products-link:focus {
  color: #297eab;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .products-link:hover #Bag path, .navbar-expand-lg .navbar-nav .dropdown-menu .products-link:focus #Bag path {
  fill: #297eab;
}

@media (max-width:992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu .products-link {
    color: #fff;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .products-link #Bag path {
    fill: #fff;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .products-link #Question path {
    fill: #297eab;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .products-link:hover, .navbar-expand-lg .navbar-nav .dropdown-menu .products-link:focus {
    color: #f2a700;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu .products-link:hover #Bag path, .navbar-expand-lg .navbar-nav .dropdown-menu .products-link:focus #Bag path {
    fill: #f2a700;
  }
}

.btn-primary:not(:disabled):not(.disabled).active {
  background-color: #f2a700;
  border-color: transparent;
}

.spinner-border {
  font-size: 1.2rem;
  color: #0e3569;
}

.search-link svg, .search-link svg path {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.search-link:hover svg, .search-link:hover svg path, .search-link:focus svg, .search-link:focus svg path, .search-link:active svg, .search-link:active svg path {
  fill: #f2a700;
}


.navbar-toggler {
  background-color: transparent;
  border-color: transparent;
  outline: none;
  margin: 0;
  position: relative;
  z-index: 100;
}

.icon-bar {
  height: 3px;
  background-color: #fff;
  width: 37px;
  display: block;
  margin-bottom: 7px;
}

.navbar-toggler:not(.collapsed) .one {
  -moz-transform: rotate(45deg) translate(7px, 5px);
  -ms-transform: rotate(45deg) translate(7px, 5px);
  -webkit-transform: rotate(45deg) translate(7px, 5px);
  transform: rotate(45deg) translate(7px, 5px);
  background-color: #fff;
}

.navbar-toggler:not(.collapsed) .two {
  opacity: 0;
  transform: translate(100px, 0px);
}

.navbar-toggler:not(.collapsed) .three {
  -moz-transform: rotate(-45deg) translate(8px, -8px);
  -ms-transform: rotate(-45deg) translate(8px, -8px);
  -webkit-transform: rotate(-45deg) translate(8px, -8px);
  transform: rotate(-45deg) translate(8px, -8px);
  background-color: #fff;
}
.list-unstyled-menu {
  display: none;
}

.nav-link.openbtn:after {
  color: #297eab;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
@media (max-width:992px) {
	.nav-link.openbtn:after {
	  color: #fff;
	}
	.nav-link.openbtn.open:after {
	  color: #f2a700;
	}
}
.one, .two, .three {
  backface-visibility: hidden;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.content>section:last-child {
  margin-bottom: -10rem;
  padding-bottom: 10rem;
}

.content>section:last-child.pad-box {
  padding-bottom: 16rem;
}

.ext-bg-to-footer {
    margin-bottom: -10rem;
    padding-bottom: 10rem;
}
@media (max-width:576px) {
  .content>section:last-child.pad-box {
    padding-bottom: 13rem;
  }
}

.content>section:last-child.div-section:not(.ext-bg-to-footer) {
  padding-bottom: 16rem;
}

@media (max-width:576px) {
  .content>section:last-child.div-section:not(.ext-bg-to-footer) {
    padding-bottom: 13rem;
  }
}

.product-tabs-content:last-child {
  margin-bottom: 4.5rem;
}
@media (min-width:769px) {
  .product-tabs-content table.table-striped th,
  .product-tabs-content table.table-striped td{
    padding: 1.8rem;
  }
}
footer {
  overflow-x: hidden;
}

footer .content-wrapper {
  margin-left: -80px;
  margin-right: -80px;
  padding-left: 80px;
  padding-right: 80px;
  border-top-left-radius: 50% 8rem;
  border-top-right-radius: 50% 8rem;
  position: relative;
  z-index: 1;
  background: #0e3569;
  background: -webkit-gradient(linear, left top, right top, from(#0e3569), color-stop(15%, #1c5a8a), color-stop(50%, #297eab), color-stop(85%, #1b5889), to(#0e3569));
  background: -webkit-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: -o-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: linear-gradient(90deg, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  color: #fff;
}

footer .content-wrapper:before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #f2a700;
  border-top-left-radius: 50% 8rem;
  border-top-right-radius: 50% 8rem;
  top: -3px;
  left: 0;
  right: 0;
  bottom: 0;
}

footer .content-wrapper .content {
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-top-left-radius: 50% 8rem;
  border-top-right-radius: 50% 8rem;
  margin-left: -7.6rem;
  margin-right: -7.6rem;
  padding-left: 7.6rem;
  padding-right: 7.6rem;
  padding-top: 8rem;
  margin-top: 3px;
  overflow-x: hidden;
  background: #0e3569;
  background: -webkit-gradient(linear, left top, right top, from(#0e3569), color-stop(15%, #1c5a8a), color-stop(50%, #297eab), color-stop(85%, #1b5889), to(#0e3569));
  background: -webkit-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: -o-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: linear-gradient(90deg, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
}

@media (max-width:576px) {
  footer .content-wrapper .content {
    padding-top: 6rem;
  }
}

footer .content-wrapper hr {
  color: #297eab;
  border-color: #389bcf;
  margin: 2rem 0 4rem;
}

@media (max-width:576px) {
  footer .content-wrapper hr {
    margin: 2rem 0 2rem;
  }
}

footer .content-wrapper .note, footer .content-wrapper h4, footer .content-wrapper small {
  text-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
}

footer .content-wrapper .social a img,
.photo-list .photo-icon-insta {
  max-height: 36px;
  height: 36px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

footer .content-wrapper .social a:hover img, footer .content-wrapper .social a:focus img, footer .content-wrapper .social a:active img {
  opacity: 0.7;
  transform: translateY(-1rem);
}

@media (max-width:576px) {
  footer .content-wrapper .social img,
  .photo-list .photo-icon-insta{
    height: 22px;
  }
}

.blue-gradient-overlay {
  background: #0e3569;
  background: -webkit-gradient(linear, left top, right top, from(#0e3569), color-stop(15%, #1c5a8a), color-stop(50%, #297eab), color-stop(85%, #1b5889), to(#0e3569));
  background: -webkit-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: -o-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: linear-gradient(90deg, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  opacity: 0.58;
}

.background-blue-gradient {
  background: #0e3569;
  background: -webkit-gradient(linear, left top, right top, from(#0e3569), color-stop(15%, #1c5a8a), color-stop(50%, #297eab), color-stop(85%, #1b5889), to(#0e3569));
  background: -webkit-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: -o-linear-gradient(left, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
  background: linear-gradient(90deg, #0e3569 0%, #1c5a8a 15%, #297eab 50%, #1b5889 85%, #0e3569 100%);
}

.background-blue {
  background-color: #0e3569;
  color: #fff;
  background: #055594;z
  background: -webkit-radial-gradient(bottom 20% left 50%, ellipse, #055594 1%, #05508a 22%, #03294e 88%, #011933 100%);
  background: -o-radial-gradient(bottom 20% left 50%, ellipse, #055594 1%, #05508a 22%, #03294e 88%, #011933 100%);
  background: radial-gradient(ellipse at bottom 20% left 50%, #055594 1%, #05508a 22%, #03294e 88%, #011933 100%);
}

.background-index {
  background: url(../images/page/index/main_bg02.png) no-repeat center center;
  background-size: cover;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

@media (max-width:768px) {
	.background-index {
	  background: url(../images/page/index/main_bg02_sp.jpg) no-repeat center center;
	  background-size: cover;
	  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
	}
}


.background-index-shop {
  background: url(../images/page/index/store_bg.png) no-repeat left center;
  background-size: cover;
  position: relative;
  /* background-color: rgb(0,58,107,0.3);
  background-blend-mode: screen; */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}
.background-dark-blue:after {
width:100%;
height:100%;
z-index: 0;
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
background-color: rgb(14,53,105,0.25);
}
.background-blue h1, .background-blue h2, .background-blue h3, .background-blue h4, .background-blue h5, .background-blue h6 {
  color: #fff;
}

.background-blue a {
  color: #f2a700;
  font-weight: bold;
}

.background-blue a:hover, .background-blue a:focus, .background-blue a:active {
  color: #fff;
}

.background-blue-solid, .background-0e3569 {
  background-color: #0e3569;
}

.background-blue-solid .text-on-bg a, .background-0e3569 .text-on-bg a {
  color: #f2a700;
  font-weight: bold;
}

.background-blue-solid .text-on-bg a:hover, .background-blue-solid .text-on-bg a:focus, .background-blue-solid .text-on-bg a:active, .background-0e3569 .text-on-bg a:hover, .background-0e3569 .text-on-bg a:focus, .background-0e3569 .text-on-bg a:active {
  color: #fff;
}

.background-light-blue-solid, .background-297eab {
  background-color: #297eab;
}

.background-light-blue-solid .text-on-bg a, .background-297eab .text-on-bg a {
  color: #f2a700;
  font-weight: bold;
}

.background-light-blue-solid .text-on-bg a:hover, .background-light-blue-solid .text-on-bg a:focus, .background-light-blue-solid .text-on-bg a:active, .background-297eab .text-on-bg a:hover, .background-297eab .text-on-bg a:focus, .background-297eab .text-on-bg a:active {
  color: #fff;
}

.background-light-grey-solid, .background-f0f0f0 {
  background-color: #f0f0f0;
}

.background-lightgreen{
  background-color: #8bd7e1;
}

.background-yellow{
  background-color: #ffd175;
}

.background-orange{
  background-color: #ffa164;
}

.background-purple{
  background-color: #cc95f1;
}

.background-yellowgreen{
  background-color: #b8e079;
}

.background-pink{
  background-color: #fda7d0;
}


.background-color-include{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;;
}

.background-color-include a{
  color: #fff;
}
.background-color-include a:hover{
  opacity: 0.7;
}

.background-color-include a:focus, .background-color-include a:active {
  color: #fff;
}



@media (max-width:768px) {
  .background-index-shop {
    background: url(../images/page/index/store_bg_sp.png) no-repeat left center;
    background-size: cover;
  }
  .background-dark-blue:after {
  background-color: rgb(14,53,105,0.55);
  height:100%;

  }

}

.border-radius-std {
  border-radius: 8px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6 {
  color: #fff;
}

#footer-nav{

}
.note {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.8px;
}

.note a {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6rem;
  letter-spacing: 0.8px;
  text-decoration: none;
  padding: 1rem 1.5rem;
  display: inline-block;
}
.note a.note-yellow {
  color: #f2a700;
}

.note a:hover, .note a:focus, .note a:active {
  color: #f2a700;
}

.note a.note-yellow:hover{
  opacity: 0.7;
}


@media (max-width:768px) {
  #footer-nav {
    justify-content: flex-start !important;
  }
  .note a {
    font-size: 1.4rem;
  }
}

.note-grey {
  color: #969595;
}

.note-black {
  color: #444444;
}

.alt-heading {
  /*font-family: utopia-std-subhead, serif;*/
  color: #fff;
}

.billboard-wrap, .call-to-action {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.add-min-height {
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width:576px) {
  .add-min-height {
    min-height: 350px;
  }
}

.cta-content p {
  font-size: 1.4rem;
}
/* .cta-content-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  background-image: url(../images/page/index/index_store_bg.png);

} */
@media (max-width:768px) {
  .cta-textarea p{
    text-align: left;
  }
  .cta-content p {
    line-height: 2.4rem;
  }

}
.billboard {
  padding-left: 8rem;
  padding-right: 8rem;
  padding-top: 10rem;
  max-width: 1400px;
  margin: auto;
}

.billboard p {
  /*font-size: 1.8rem;*/
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8rem;
  /*max-width: 450px;*/
  margin: auto;
}
.billboard_subttl{
	font-size:50%;
}
.billboard .billboard_subttl_large{
	font-size:100%;
	line-height: 2.5rem;
}

@media (max-width:1408px) {
  .billboard {
    /* padding-top: 8rem; */
    padding-top: 7rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (max-width:992px) {
  .billboard {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width:768px) {
  .billboard .billboard_subttl_large,
  .billboard p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    text-align: left;
  }
}

.billboard h1 a, .billboard h2 a {
  color: #fff;
}

.billboard h1 a:hover, .billboard h1 a:focus, .billboard h2 a:hover, .billboard h2 a:focus {
  color: #f2a700;
}

.billboard-small img {
  width: auto;
  max-height: 290px;
}


.billboard-small.add-min-height {
  min-height: 350px;
}

@media (max-width:767px) {
  .main_imgarea{
    width: 60%;
  }
}

@media (max-width:576px) {

  .billboard-small.add-min-height {
    min-height: 250px;
  }

  .billboard-small img {
    width: 200px;
  }
}

.breadcrumb {
  background-color: #fff;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 3rem;
}

@media (max-width:576px) {
  .breadcrumb {
    padding: 1.5rem 0;
    font-size: 1rem;
  }

  .breadcrumb .btn {
    font-size: 1rem;
  }

  .breadcrumb img {
    width: 30px;
    height: 30px;
  }
}

.text-blue {
  color: #0e3569;
}

.text-dark h1, .text-dark h2, .text-dark h3, .text-dark h4, .text-dark h5, .text-dark h6, .text-dark p {
  color: #0e3569;
}

.text-dark .color-link {
  color: #0e3569;
}

.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6, .text-light p {
  color: #fff;
}

.text-light .color-link {
  color: #fff;
}

.text-small {
  font-size: 1.4rem;
}

@media (max-width:576px) {
  .text-small {
    font-size: 1.2rem;
  }
}

.text-large {
  font-size: 1.8rem;
}

@media (max-width:576px) {
  .text-large {
    font-size: 1.6rem;
  }
}

.badge {
  color: #0e3569;
  background-color: #f0f0f0;
  padding: .5rem;
  margin: .3rem .15rem;
}

.limit-width {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3rem;
}

.limit-width-1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.limit-width-734 {
  max-width: 734px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:1336px) and  (min-width:1210px){
  .limit-width {
    padding: 0 4.3rem;
  }
}

@media (max-width:992px) {
  .limit-width-734 {
    width: 70vw;
  }
}
@media (max-width:767px) {
  .limit-width {
    padding: 3rem 1.5rem;
  }
  .limit-width-734 {
    width: 100%;
  }
}


.billboard-content, .card-body {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

@media (max-width:576px) {
  .billboard-content {
    padding: 0;
  }
}

.call-to-action {
  position: relative;
  z-index: 0;
  min-height: 200px;
  padding: 6rem;
}

.call-to-action .text-dark p {
  color: #444444;
}

@media (max-width:768px) {
  .call-to-action {
    padding: 3rem;
    position: relative;
  }

  .call-to-action .text-dark:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.55;
    z-index: -1;
  }

  .call-to-action .text-light:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0e3569;
    opacity: 0.55;
    z-index: -1;
  }
}

.pad-box {
  padding: 6rem;
}

@media (max-width:576px) {
  .pad-box {
    padding: 3rem 2rem;
  }
}

.pad-box-large {
  padding: 9rem;
}

@media (max-width:992px) {
  .pad-box-large {
    padding: 6rem;
  }
}

@media (max-width:576px) {
  .pad-box-large {
    padding: 3rem;
  }
}

.pad-box-large.less-padding {
  padding: 3rem;
}

@media (max-width:992px) {
  .pad-box-large.less-padding {
    padding: 3rem;
  }
}

@media (max-width:576px) {
  .pad-box-large.less-padding {
    padding: 3rem;
  }
}

.pad-box-large.fw-padding {
  padding: 9rem 3rem;
}

@media (max-width:992px) {
  .pad-box-large.fw-padding {
    padding: 6rem;
  }
}
@media (max-width:768px) {
  .pad-box-large.fw-padding {
    padding: 3rem;
  }
}
@media (max-width:576px) {
.pad-box-large.fw-padding {
    padding: 3rem 0rem;
  }
}

.pad-box-fullwidth {
  padding: 6rem 0;
}

@media (max-width:768px) {
  .pad-box-fullwidth {
    padding: 3rem 0;
  }
}

.add-pad-above {
  padding-top: 9rem;
}

@media (max-width:768px) {
  .add-pad-above {
    padding-top: 6rem;
  }
}

@media (max-width:576px) {
  .add-pad-above {
    padding-top: 3rem;
  }
}

.add-pad-below {
  padding-bottom: 9rem;
}

@media (max-width:768px) {
  .add-pad-below {
    padding-bottom: 3rem;
  }
}

.card {
  border-radius: 8px;
  border: none;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.card p {
  line-height: 1.25em;
}

.card .extra-padding {
  padding: 2.5rem;
}

.card .card-title {
  margin: 0;
  color: #297eab;
}

.card .card-header p {
  margin: 0;
}

.card img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-img-h100{
  height: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.card-img-larger{
  height: 31.7vh;
  max-height: inherit;
}

@media (min-width:789px) {
  .card-img-h100{
    max-height: 270px;
    border-bottom-left-radius: none;
    border-bottom-right-radius: none;
  }
  .card-img-larger{
    height: 19vw;
    max-height: 224px;
  }


}

.card .card-text p:last-child {
  margin-bottom: 0;
}

.card .card-desc{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #333333;
}

@media (max-width:576px) {
  .card .extra-padding {
    padding: 1rem;
  }
}

.listing-card {
  width: 100%;
}

.listing-card:hover, .listing-card:focus {
  transform: translateY(-1rem);
}

@media (max-width:768px) {
  .listing-card {
    max-width: 400px;
    margin: auto;
  }
}

.ctas+.large-cta, .large-cta+.ctas, .ctas+.ctas {
  margin-top: -6rem;
}

@media (max-width:576px) {
  .ctas+.large-cta, .large-cta+.ctas, .ctas+.ctas {
    margin-top: -3rem;
  }
}

.billboard-wrap+.ctas {
  margin-top: 0;
}

.large-cta img {
  max-height: 400px;
  width: auto;
}

.large-cta .ext-img-above {
  margin-top: -11rem;
}

.large-cta .ext-img-wrapper{
 margin-bottom: 50vh;
}


 .large-cta .ext-img-below{
  margin-bottom: -50vh;
}

@media (max-width:1200px) {
  .large-cta img {
    max-height: 400px;
  }

  .large-cta .ext-img-above {
    margin-top: 5rem;
  }

  .large-cta .ext-img-below {
    margin-bottom: -16rem;
  }
}

@media (max-width:768px) {
  .large-cta .ext-img-below {
    margin-bottom: -15rem;
  }

  .large-cta img {
    max-height: 400px;
  }
}

@media (max-width:576px) {
  .large-cta .ext-img-below, .large-cta .ext-img-above {
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .large-cta .ext-img-below.ext-img-sm, .large-cta .ext-img-above.ext-img-sm {
    margin-bottom: -9rem;
  }
footer .content-wrapper .social a img
  .large-cta img {
    max-height: 300px;
  }
}

.extended-image+section:not(.ctas) {
  padding-top: 16rem;
}

@media (max-width:576px) {
  .extended-image+section:not(.ctas) {
    padding-top: 10rem;
  }
}

.call-to-action-large {
  position: relative;
  z-index: 1;
}

.call-to-action-large .embed-responsive {
  /*max-width: 400px;*/
  margin: auto;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
}

.call-to-action-large p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin: 0;
}
.call-to-action-large .photo-icon-text{
  font-size: 2.0rem;
  line-height: 3.2rem;
  margin: 0;
}
@media (max-width:576px) {
  .call-to-action-large p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .call-to-action-large .photo-icon-text{
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0;
  }

}

.call-to-action-large h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.review-embed {
  min-height: 430px;
}

.product-content {
  position: relative;
  z-index: 1;
}

@media (max-width:992px) {
  .product-img-wrapper {
    margin-top: 0;
  }
}

.product-img-wrapper.no-badge {
  margin-top: -6rem;
}

@media (max-width:992px) {
  .product-img-wrapper.no-badge {
    margin-top: -4rem;
  }
}

@media (max-width:576px) {
  .product-img-wrapper.no-badge {
    margin-top: -2rem;
  }
}

.product-detail, .no-billboard {
  padding-top: 12rem;
}

@media (max-width:992px) {
  .product-detail, .no-billboard {
    padding-top: 9rem;
  }
}

@media (max-width:576px) {
  .product-detail, .no-billboard {
    padding-top: 6rem;
  }
}

.product-features-list {
  padding: 3rem 6rem 0 0;
}

@media (max-width:576px) {
  .product-features-list {
    padding: 1.5rem 0;
  }
  .product-features-list li{
    display: flex;
    align-items: center;
  }
  .product-features-list li img{
    min-width: 50px;

  }

}

.product-sizes {
  left: 3rem;
  bottom: -2rem;
  padding: 0;
  margin: 0;
}

@media (max-width:768px) {
  .product-sizes {
    left: -1rem;
  }
}

.product-thumbs {
  position: absolute;
  top: 0;
  left: -3rem;
  z-index: 999;
}
.product-thumbs a{
  width: 5rem;
}

.product-thumbs .thumb {
  width: 100%;
  /* height: 7rem;
  margin-right: 1.5rem; */
  margin-bottom: 0.8rem;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border-radius: 0.5rem;
  border: 2px solid #fff;
}

.product-thumbs .thumb:hover, .product-thumbs .thumb:focus {
  border: 2px solid #f2a700;
}

@media (max-width:768px) {
  .product-thumbs {
    top: 0;
    /* left: -1rem; */
    left: -3.5rem;
  }

  .product-thumbs .thumb {
    width: 5rem;
    height: 5rem;
  }

  .product-thumbs .play-btn {
    width: 5rem;
    font-size: 1.2rem;
  }
}

/* .colorbox
------------------------- */
#cboxOverlay{
	background-color: #000;
}
#cboxClose{
	background: url("../images/common/close.png") center center no-repeat;
	background-size: contain;
  width: 20px;
  height: 54px;
  top: -39px;
}
#cboxClose:hover {
    background-position: 0;
}
.play-btn {
  width: 7rem;
  padding: 0;
  white-space: normal;
}

.product-badge-img {
  position: absolute;
  top: 0;
  right: 12%;
  width: 24%;
}

/* @media (max-width:1200px) {
  .product-main-img {
    max-height: 500px;
  }
}

@media (max-width:768px) {
  .product-main-img {
    max-height: 400px;
  }
}

@media (max-width:576px) {
  .product-main-img {
    max-height: 300px;
  }
} */

.product-img-wrapper.swiper-container{
  padding-bottom: 50px;
  max-width: 550px;
  margin: 0 auto;
}

.instagram-area{
  overflow: hidden;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}
.insta_thumb{
  max-height: 218px;
}
.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-button-prev{
color: rgba(255, 255, 255, 0.7);
}

.swiper-container2 .swiper-button-prev,
.swiper-container2 .swiper-container-rtl .swiper-button-next{
	left: 3.4rem;
    right: auto;
    top: 60%;
}

.swiper-container2 .swiper-button-next,
.swiper-container2  .swiper-container-rtl .swiper-button-prev{
right: 3.4rem;
   left : auto;
    top: 60%;
}

@media (max-width:768px) {
  .swiper-container2 .swiper-button-prev,
  .swiper-container2 .swiper-button-next{
      display: none;
  }
}
.swiper-wrapper{
  width: 100%;
}
.swiper-button-next, .swiper-button-prev{
  color: rgba(0, 0, 0, 0.6);
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #000;
	opacity: 0.5;
}

.swiper-pagination-bullet-active {
	background: #333;
	opacity: 1;
}
.nav-tabs {
  border-color: #f0f0f0 !important;
}

.nav-tabs .nav-link {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding: 1.5rem 2.5rem;
  margin: 0 !important;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #0e3569;
  text-transform: none;
  color: #297eab;
  border-bottom: none !important;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: #0e3569;
  border-color: #f0f0f0 !important;
  border-bottom: none !important;
}

.nav-tabs .nav-link:active, .nav-tabs .nav-link.active {
  color: #0e3569;
  border-color: #f0f0f0 !important;
  border-bottom: none !important;
}

@media (max-width:768px) {
  .swiper-pagination-bullet {
  	width: 10px;
  	height: 10px;
  }
}
@media (max-width:576px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .swiper-button-prev{
    left: -3px;
  }
  .swiper-button-next{
    right: -3px;
  }
  .swiper-container{
    max-width: 100%;
  }

}

@media (max-width:300px) {
  .nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.locator-tabs {
  background-color: #f0f0f0;
  border-color: #fff !important;
}

.locator-tabs .nav-link:hover, .locator-tabs .nav-link:focus {
  border-color: #fff !important;
}

.locator-tabs .nav-link:active, .locator-tabs .nav-link.active {
  border-color: #fff !important;
}

.panel-link {
  text-decoration: none;
}

.panel-link img {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.panel-link:hover, .panel-link:active, .panel-link:focus {
  text-decoration: none;
}

.panel-link:not(.collapsed) img {
  transform: rotate(-180deg);
}

.panel-link--white {
  color: #fff;
}

.panel-link--white h5 {
  color: #fff;
}

/* .products_itemlist_img,
.products_itemlist_img:hover{
  text-decoration: none;
} */

.products_itemlist_img img{
  padding: 1.5rem;
  max-height: 200px;
}

@media (max-width:768px) {
  .products_itemlist_img{
    max-width: 70vw;
    margin: 0 auto;
  }
}

@media (min-width:768px) {
  .product-tabs-content .panel-link {
    display: none;
  }

  .product-tabs-content .panel {
    border: none;
    box-shadow: none;
  }

  .product-tabs-content .panel-collapse {
    height: auto;
  }

  .product-tabs-content .panel-collapse.collapse {
    display: block;
  }
}
.panel-body .panel-inner{
  padding: 6rem 0;
}
@media (max-width:767px) {
  .product-tabs {
    display: none !important;
  }

  .product-tabs-content .tab-pane {
    display: block;
  }

  .product-tabs-content .panel-heading {
    padding: 1.5rem 3rem;
    border-top: 1px solid #f0f0f0;
  }

  .product-tabs-content .tab-pane:last-child .panel-heading {
    border-bottom: 1px solid #f0f0f0;
  }

  .product-tabs-content .panel-title {
    color: inherit;
    margin: 0;
  }

  .product-tabs-content .fade {
    opacity: 1 !important;
  }

  .product-tabs-content .panel-title a {
    display: block;
  }

  .product-tabs-content .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .panel-body .panel-inner{
    padding: 3rem 0;
  }

}

.product-tabs .active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}

.characteristic_desc_list article:last-child > p{
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.feedingamount_ttl span{
  font-size: 75%;
}
.card p.product_panel_notes{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3rem;
}

@media (max-width:768px) {
  .card p.product_panel_notes{
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}

.video-button {
  width: 60px;
  border: 1px solid #297eab;
}

.reviews-slider {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
  width: 632px;
  margin: auto;
  min-height: 400px;
}

@media (max-width:768px) {
  .reviews-slider {
    padding-bottom: 3rem;
  }
}

.slick-prev:before, .slick-next:before {
  color: #297eab !important;
  opacity: 1;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.slick-prev, .slick-next {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 100;
}

@media (min-width:768px) {
  .slick-prev:hover, .slick-prev:focus, .slick-prev:active, .slick-next:hover, .slick-next:focus, .slick-next:active {
    top: calc(50% - 0.5rem);
  }

  .slick-prev:hover:before, .slick-prev:focus:before, .slick-prev:active:before, .slick-next:hover:before, .slick-next:focus:before, .slick-next:active:before {
    color: #0e3569 !important;
  }
}

@media (max-width:768px) {
  .slick-prev, .slick-next {
    top: auto;
    bottom: -2rem;
  }
}

.slick-prev {
  left: 0.5rem;
}

@media (max-width:768px) {
  .slick-prev {
    left: calc(50% - 3rem);
  }
}

.slick-next {
  right: 0.5rem;
}

@media (max-width:768px) {
  .slick-next {
    right: calc(50% - 3rem);
  }
}

.blog-list .categories {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  z-index: 5;
}

@media (max-width:768px) {
  .blog-list .categories {
    font-size: 1.4rem;
  }
}

.blog-list .listing-card img {
  aspect-ratio: 280 / 170;
}

.blog-list .listing-card .darken-image {
  position: relative;
}

.blog-list .listing-card .darken-image:after {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(7, 29, 56, 0.15), rgba(7, 29, 56, 0.1));
}
@media all and (-ms-high-contrast: none) {
  .blog_itemlist_img img{
    height: 100% !important;
    overflow: hidden;;
  }
}
.breed-library .card {
  min-height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  background-image: url("/Images/DogBreeds.jpg?width=600&mode=max&quality=80");
  position: relative;
}

.breed-library .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(7, 29, 56, 0.15), rgba(7, 29, 56, 0.1));
  border-radius: 8px;
}

.breed-library a {
  text-decoration: none;
}

.breed-library h3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.cardwidth_large .card {
  min-height: 270px;
  /* background-repeat: no-repeat;
  background-size: cover;
  background-position: center 75%;
  background-image: url(""); */
  position: relative;
}

.cardwidth_large .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(7, 29, 56, 0.15), rgba(7, 29, 56, 0.1));
  border-radius: 8px;
}

@media all and (-ms-high-contrast: none) {
  .card-ie .card-body {
    bottom:0;
  }
  .card-ie {
    max-height: 270px;
  }
  .card-ie .card-body,
  .card-ie .darken-image{
    max-height: 270px;
  }
  .index_productslist img,
  .contact_catlist img{
    max-height: 180px;
  }

  .card-ie .darken-image-s,
  .card-ie .darken-image-s img{
    max-height: 160px;
  }

}
.cardwidth_large a {
  text-decoration: none;
}

.cardwidth_large h3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}


.puppy-club .card {
  min-height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 65%;
  background-image: url("/Images/PuppyClub.jpg?width=600&mode=max&quality=80");
  position: relative;
}

.puppy-club .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(7, 29, 56, 0.15), rgba(7, 29, 56, 0.1));
  border-radius: 8px;
}

.puppy-club a {
  text-decoration: none;
}

.puppy-club h3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.best-friends .card {
  min-height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url("/Images/BestFriendsClub.jpg?width=600&mode=max&quality=80");
  position: relative;
}

.best-friends .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(7, 29, 56, 0.15), rgba(7, 29, 56, 0.1));
  border-radius: 8px;
}

.best-friends a {
  text-decoration: none;
}

.best-friends h3 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}


input:focus, input:active {
  outline: none;
  box-shadow: none;
}

.control-label, .label {
  font-weight: 700;
  color: #0e3569;
}

.label-small {
  font-size: 1.6rem;
}

.form-control {
  font-size: 1.8rem;
  border-radius: 0.5rem;
  border-color: #c9c8c8;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #f2a700;
}

.umbraco-forms-form span.field-validation-error span, .error {
  color: #ca0b43 !important;
}

.umbraco-forms-form input.input-validation-error, .form-control.error {
  border-color: #ca0b43 !important;
  background-color: #fee6ed !important;
}

.search-note p {
  margin-bottom: 0;
}

@media (min-width:992px) {
  .search-input-wrapper {
    min-width: 500px;
    width: 500px;
    max-width: 500px;
    flex-grow: unset;
  }
}

.table-striped td, .table-striped th {
  border: none !important;
  vertical-align: middle;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}

.breed-img {
  border-radius: 8px;
}

#filters-btn {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.white-section+.white-section .pad-box, .white-section+.white-section.pad-box {
  padding-top: 0;
}

.white-section.pad-box .column-item .white-section.pad-box:first-child {
  padding-top: 0;
}

.white-section.pad-box .column-item .white-section.pad-box:last-child {
  padding-bottom: 0;
}

.pad-box.white-section+.div-section {
  margin-top: 0;
}

.div-section+.pad-box.white-section {
  padding-top: 0;
}


.umbraco-forms-form input.text.form-control, .umbraco-forms-form textarea.form-control {
  width: 100%;
  max-width: none !important;
}

.umbraco-forms-form fieldset {
  padding: 0 !important;
}

.umbraco-forms-form form {
  width: 100%;
}

input[type=radio] {
  margin: 0 0 1.3rem ;
}

input[type=radio]+label {
  padding: 1rem 0;
}

.umbraco-forms-field {
  margin-bottom: 1.5rem;
}

.marker-info {
  font-family: brandon-grotesque, sans-serif;
  border-radius: 8px;
  box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.15);
  padding: 1rem;
  color: #444444;
  font-size: 1.4rem;
}

button.gm-ui-hover-effect {
  top: 0.25rem !important;
  right: 0.25rem !important;
  background: none !important;
}

@media (max-width:576px) {
  #map .embed-responsive {
    padding-top: 50%;
  }
}

#siteSearch {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}

#siteSearch .close {
  position: fixed;
  top: 0px;
  right: 0px;
  font-size: 2.4rem;
  padding: 3rem;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#siteSearch .close:hover, #siteSearch .close:focus {
  color: #297eab;
  outline: none;
  box-shadow: none;
  transform: translateY(-0.25rem);
}

#siteSearch form {
  width: 100%;
  height: 100%;
}

#siteSearch.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 5000;
}

.searchBox {
  background: transparent;
  width: 100%;
  font-size: 2em;
  border: none;
  text-align: center;
  margin-bottom: 3rem;
}

.search-wrapper {
  height: 100%;
  width: 100%;
}

#ThunderstoneSearch {
  padding-bottom: 6rem;
}

@media (max-width:576px) {
  #ThunderstoneSearch {
    padding-bottom: 3rem;
  }
}

#ThunderstoneSearch h1 {
  margin-bottom: 3rem;
}

#ThunderstoneSearch h3 {
  margin-bottom: 1.5rem;
}

#ThunderstoneSearch a {
  text-decoration: none;
}

#ThunderstoneSearch table {
  margin: 0 auto;
  text-align: center;
}

#ThunderstoneSearch .search-item {
  padding: 1.5rem 0;
}

#ThunderstoneSearch .search-item h4 {
  margin-bottom: 0;
}

#ThunderstoneSearch .search-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#ThunderstoneSearch .search-item a:hover {
  text-decoration: none;
}

#ThunderstoneSearch .search-item p {
  color: #444444;
  margin-top: 5px;
}

#ThunderstoneSearch .search-item img {
  border-radius: 8px;
}

#ThunderstoneSearch .pagination {
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
}

#ThunderstoneSearch .pagination li span {
  font-weight: 700;
  display: inline-block;
  padding: 15px;
}

#ThunderstoneSearch .pagination a {
  font-weight: 700;
}

#ThunderstoneSearch .search-nav {
  justify-content: center;
}

#ThunderstoneSearch .search-nav .row {
  justify-content: center;
  align-items: center;
}

#ThunderstoneSearch .spinner {
  left: 50% !important;
  top: 75px !important;
  min-height: 300px;
}

#ThunderstoneSearch .search-results-products .btn, #ThunderstoneSearch .search-results-website .btn {
  margin-top: 1.5rem;
}

#ThunderstoneSearch .search-item .col-md-9, #ThunderstoneSearch .search-item .col-sm-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

#ThunderstoneSearch .search-item .col-md-9 p, #ThunderstoneSearch .search-item .col-sm-3 p {
  margin-bottom: 0;
}

.oneboxResults {
  margin-top: 6rem;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.border-grey {
  border-radius: 0.5rem;
  border: 1px solid #c9c8c8;
}

.dog-profile-img {
  width: 240px;
  border-radius: 50% 50% !important;
}

@media (max-width:1408px) {
  .dog-profile-img {
    max-width: 220px;
  }
}

@media (max-width:992px) {
  .dog-profile-img {
    max-width: 200px;
  }
}

@media (max-width:576px) {
  .dog-profile-img {
    width: 150px;
  }
}

.headline-with-text:first-child {
  padding-top: 0 !important;
}

body .pika-single {
  color: #444444;
  background: #fff;
  border: 1px solid #f0f0f0;
  font-family: brandon-grotesque, sans-serif;
  border-radius: 8px;
}

body .pika-single .pika-button {
  background-color: #f0f0f0;
}

body .pika-single .pika-button:hover {
  background-color: #297eab;
}

body .pika-single .is-today .pika-button {
  color: #0e3569;
}

body .pika-single .is-selected .pika-button, body .pika-single .has-event .pika-button {
  background: #0e3569;
}

@media (max-width:992px) {
  .fixed-top {
    position: absolute;
  }
}

@media (min-width:768px) {
  small {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.blockquote {
  font-size: 1.25em;
}

.headline-with-text+.headline-with-text {
  margin-top: 3rem;
}

@media (max-width:576px) {
  .column-item+.column-item {
    margin-top: 3rem;
  }

  .breed-listing a {
    width: auto !important;
  }

  .breed-listing img {
    margin: 0.8rem;
    border-radius: 8px;
    width: 10rem;
    max-width: 10rem;
  }
}

@media print {
  body {
    background-color: transparent !important;
  }

  body #main-content {
    margin-top: 0;
    max-height: 95%;
  }

  body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #0e3569 !important;
  }

  body p {
    color: #444444 !important;
  }

  body .btn-primary:not(:disabled):not(.disabled), body .btn-primary:disabled, body .btn-primary.disabled {
    color: #0e3569;
    border: 3px solid #f2a700;
    background-color: #fff !important;
  }

  body .text-white {
    color: #0e3569 !important;
  }

  body table {
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
  }

  body table tr {
    border-bottom: 1px solid #f0f0f0;
  }

  body .tab-content>.tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  body .product-tabs-content .panel-link {
    display: block;
  }

  body .panel-title {
    display: block !important;
    color: #0e3569;
  }

  body .product-tabs {
    display: none !important;
  }

  body .product-tabs-content .panel-collapse {
    border-top: 1px solid #f0f0f0;
  }

  body .product-tabs-content .tab-pane {
    display: block;
  }

  body .product-tabs-content .panel-heading {
    padding: 1.5rem 3rem;
    border-top: 1px solid #f0f0f0;
  }

  body .product-tabs-content .tab-pane:last-child .panel-heading {
    border-bottom: 1px solid #f0f0f0;
  }

  body .product-tabs-content .panel-title {
    color: inherit;
    margin: 0;
  }

  body .product-tabs-content .fade {
    opacity: 1 !important;
  }

  body .product-tabs-content .panel-title a {
    display: block;
  }

  body .product-tabs-content .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
  }

  body .product-tabs-content .panel-collapse.collapse {
    display: block !important;
  }

  body .blog-list .listing-card .darken-image:after {
    background: none;
  }

  body .blog-list .categories {
    color: #0e3569 !important;
    font-size: 1.5em;
  }

  body .ext-bg-to-footer {
    margin-bottom: 0 !important;
  }

  body .badge {
    border: 1px solid #f0f0f0;
  }

  body .nav-tabs {
    display: none;
  }

  body .billboard {
    border-bottom: 1px solid #f0f0f0;
  }

  body .billboard h1 a {
    color: #0e3569 !important;
  }

  body .print-100 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }

  body ::-webkit-scrollbar {
    display: none;
  }

  body p {
    font-size: 22px !important;
  }
}

.grecaptcha-badge {
  z-index: 1;
}

.video.pad-box:only-child {
  height: 100%;
}

.columns-section+.columns-section h2 {
  margin-top: 4.5rem;
}

@media (max-width:576px) {
  .columns-section+.columns-section h2 {
    margin-top: 1.5rem;
  }
}

.scroll-top {
  position: fixed;
  right: 2rem;
  bottom: 1.5rem;
  z-index: 10;
}

.filepond--drop-label label {
  font-size: 1.6rem;
  font-family: brandon-grotesque, sans-serif;
}

.filepond--drip {
  opacity: 1;
  background: #f0f0f0;
  border: 1px solid #c9c8c8;
}

.filepond--label-action {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #297eab;
}

.filepond--label-action:hover, .filepond--label-action:focus {
  color: #0e3569;
}

.filepond--file-action-button {
  background-color: #0e3569;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.filepond--file-action-button:hover, .filepond--file-action-button:focus {
  background-color: #297eab;
  border: none;
  box-shadow: none;
}

.filepond--file {
  min-height: 48px;
  background-color: #4497c3;
}

.filepond--file-info .filepond--file-info-main {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  opacity: 1;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: 1.0rem;
  line-height: 1.4rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  opacity: 1;
}

.filepond--hopper {
  min-height: 68px;
}

.filepond--root .filepond--drop-label {
  min-height: 68px;
}

.checkboxes .pretty {
  margin: 0.8rem;
}

.pretty input:checked~.state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #fff !important;
}

.pretty .state label {
  font-weight: 700;
  color: #0e3569;
}

.pretty {
  white-space: normal;
}

.pretty .form-check-label {
  line-height: 1.5em;
}

.pretty .state label:after, .pretty .state label:before, .pretty.p-svg .state .svg {
  top: 0.2rem;
}

.pretty.p-jelly input:checked+input+.state svg {
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}


.filter_cat_list .filter_cat_item {
  text-decoration: none;
}

.filter_child_list {
  display: inline-block;
  font-weight: 700;
  margin: 0;
  /* text-indent: 1.5em; */
  min-width: calc(1em + 2px);
  line-height: 1.5em;
  box-sizing: border-box;
  padding-left: 1.0rem;
  text-decoration: none;
}


.filter_child_list .filter_child_item {
  color: #0e3569;
  position: initial;
  display: inline-block;
  font-weight: 700;
  margin: 0;
  /* text-indent: 1.5em; */
  min-width: calc(1em + 2px);
  line-height: 1.5em;
  box-sizing: border-box;
  /* padding-left: 1.0rem; */
  text-decoration: none;
}


.lg-backdrop {
  background-color: rgba(14, 53, 105, 0.85);
}

.lg-sub-html, .lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #0e3569;
  color: #fff;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  padding: 7px 8px;
}

#lg-counter {
  color: #fff;
}

.lg-toolbar {
  background: none;
  color: #fff;
}

.lg-toolbar .lg-icon {
  color: #fff;
}

.lg-image {
  border-radius: 8px;
}

.lg-outer .lg-img-wrap {
  padding: 1.5rem 1.5rem 6rem;
}

/*追記*/
.wp-pagenavi {
  display: flex;
  justify-content: center;

}

.wp-pagenavi span.pages{
  order: 2;
  border: none;
}
.wp-pagenavi a.previouspostslink{
  order: 1;
}

.wp-pagenavi a.nextpostslink{
  order: 3;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink{
  background: none;
  border: none;
  font-weight: bold;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover{
  color: #f2a700;
}
/* ビルジャックについて */

.about_figcaption{
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width:768px){
  .about_sign_img{
    width: 50%;
  }
}
/* TWO BOWL Challenge */
.tbc-step-list dt{
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  background-color: #002c5a;
  margin-right: 2rem;
  display: inline-block;
}

.tbc-step-list dd{
  margin-bottom: 0;
  font-size: 1.6rem;
  padding: 1rem 0;
  display: inline-block;
  width: 80%;
}

.tbc-step-list.text-dark dt{
  color: #fff
}
.tbc-step-list.text-dark dd{
  border-bottom: 1px dotted #333333;
}



@media (max-width:768px) {
  .tbc-step-list dl{
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }

  .tbc-step-list dt{
    margin-bottom:0;
  }
  .tbc-step-list dd{
    width: 100%;
  }

}

/* 取扱動物病院 */
.shop_map_wrapper .card,
.shop_map_wrapper .card-body{
  position: inherit;/*relativeだと地図がクリック出来なくなるため変更*/
}
.shop-maparea{
  max-width: 900px;
  width: 100%;
}
.shop-maparea-pc{
  width: 802px;
}
.shop-maparea-sp{
   display: none;
 }
 .shop-maparea-sp{
    display: none;
  }

#hier_select{
  max-width: 802px;
  width: 100%;
}
.dpn{
  display: none;
}

.shop-listarea table{
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.shop-listarea table th,
.shop-listarea table td {
    padding: 1.5rem;
    font-size: 14px;
    font-size: 1.4rem;
    vertical-align: middle;
}
.shop-listarea table th.th-tel{
  width: 15%;
}

.shop-listarea tbody tr.info > td {
    background-color: #d9edf7;
}

.shop-listarea tbody tr.success > td{
  background-color: #dff0d8;
}

.shop-listarea-attention{
  font-size: 14px;
  font-size: 1.4rem;

}
.scroll-hint-icon{
  top:0 !important;
}
@media (max-width:900px) {
 .shop-maparea-pc{
    display: none;
  }
  .shop-maparea-sp{
     display: inherit;
   }

}
@media (max-width:768px) {
  .shop-listarea{
    overflow: auto;
    white-space: nowrap;
  }
  .shop-list-table{
    width: 200vw !important ;
  }
  .shop-list-table::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
   height: 5px;
  }
  .shop-list-table::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
   background: #F1F1F1;
  }
  .shop-list-table::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
   background: #BCBCBC;
  }
  .shop-listarea table th.th-name{
  }

  .shop-listarea table th.th-tel{
    width: inherit;
  }
  .shop-listarea table td {
      white-space: normal;
  }

}

/* 会社概要 */

.table-company tr th,
.table-company tr td{
  padding: 2.0rem 2.5rem;
}
@media (max-width:768px){
  .table-company tr th,
  .table-company tr td{
    padding: 2.0rem ;
    width: 100%;
    display: block;
  }
  .table-company tr th{
    padding-bottom: 0;
  }
}



.faq_category {
	margin: 20px auto 20px 40px;
    border: 3px solid #ddd;
    padding: 20px 0;
}

.faq_category p.linkbtn{
	width: 30%;
}

.faq_category p.linkbtn a{
	border: 1px solid #2780b4;
    color: #2780b4;
    padding: 20px 18px;
    background-image: url("../images/common/arrow_bottom_blue.png");
    text-align: center;
    width: 80%;
    margin: 10px auto;
}

.faq_category p.linkbtn a:hover{
	border: 1px solid #2780b4;
	background-color: #2780b4;
    color: #fff;
    background-image: url("../images/common/arrow_bottom_white.png");
	background-position: 92% center;
}

.faq_list_wrap{
  padding: 3rem 3rem 1rem;
}

.faq_list article {
	/* border: 3px solid #ddd;
	background: #fff;
	padding:30px;
	margin-bottom: 25px; */
}
.faq_list article .faq_ttl_q{
    padding: 0 3% 0 6rem;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    position: relative;
}
.faq_list article .faq_ttl_q span.faq_icon,
.faq_list article .faq_ttl_a span.faq_icon{
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    font-size: 250%;
}

.faq_list article .faq_ttl_a span.faq_icon{
    top:42%;
    color: #297eab;
}

.faq_list article h3.openbtn:after{
	content: url(../images/page/faq/arrow_bottom.png);
	position: absolute;
	right: 0;
	top:1rem;
	margin-top: -12px;
	transition-duration: 0.3s;
}
.faq_list article h3.open:after{
	content: url(../images/page/faq/arrow_bottom.png);
	transform:rotate(180deg);
}
.faq_list article h3.open{
  padding-bottom: 3rem;
}

.faq_list article div{
	display: none;
  display: none;
  border-top: 1px solid rgb(226, 226, 226);
  position: relative;
	padding: 3% 0 0 6rem;
}

@media (max-width:768px){
  .faq_list_wrap {
    padding:2rem 1.5rem 1.5rem;
  }
  .faq_list article .faq_ttl_q {
      padding: 0 6% 0 3rem;
  }
  .faq_list article div{
    margin-top: 1rem;
  	  padding: 1rem 6% 0 3rem;
  }

  .faq_list article .faq_ttl_q span.faq_icon,
  .faq_list article .faq_ttl_a span.faq_icon{
      font-size: 100%;
  }

  .faq_list article .faq_ttl_a span.faq_icon{
      top:10%;
  }

}


/* プライバシーポリシー */
.privacy_ttl{
  font-size: 75%;
}

/* お問い合わせ */
.contact_tel dl{
  color: #333333;
	font-size: 45px;
  font-size: 4.5rem;
	line-height: 1;
}
.contact_tel dl:before{
  content: "";
	background: url("../images/common/hdr_icon_fax.png") no-repeat top left;
  background-size: contain;
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 10px;
	margin-bottom: -10px;
}


.contact_tel dt a{
	transition:  .3s ease-out;
}

.contact_tel dl dd{
	 font-size: 35%;
	display: block;
	padding-top:10px;
	letter-spacing: 0;
	font-weight:normal;
  line-height: 2.4rem;
  display: block;
  width: 100%;
}
@media (max-width:768px){

  .contact_tel dl:before{
    width: 3.5rem;
    height: 5rem;
    margin-right: 10px;
  }
  .contact_tel dl dt {
    color: #2780b4;
    /* font-size: 9vw; */
    font-weight: bold;
    margin-bottom: 5px;
  }
  .contact_tel dl dt a {
    color: #2780b4;
    text-decoration: none;
  }
  .contact_tel dl dd {
    font-size: 3.5vw;
    padding-top: 0;
  }

}

.contact_formarea{
  max-width: 900px;
  width: 100%;
}
.formtbl {
  max-width: 800px;
  width: 100%;
}

.formtbl th, .formtbl td{
  display: block;
  width: 100%;
}
.formtbl th{
  font-weight: bold;
  background: transparent !important;
  color: #0e3569;
  margin-bottom: 1rem;
}
.formtbl td{
  margin-bottom: 4rem;
}

.formtbl th span.req{
  font-size: 75%;
}

.formtbl td input[type="text"], .formtbl td textarea, .formtbl td select		{
  width: 100%;
    max-width: none !important;
    padding: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }
    .formtbl td input[type="text"], .formtbl td select		{
        height:  auto;
        padding: 1rem;
        }
    .formtbl td .telnumber{
      width: 29% !important;
    }
    .formtbl td input[type=checkbox],
    .formtbl td input[type=radio] {
      -ms-transform: scale(1.5, 1.5);
      -webkit-transform: scale(1.5, 1.5);
      transform: scale(1.5, 1.5);
      margin-bottom: 1rem;
      margin-right: 1rem;
      position: relative;
      top: 2px;
    }
    p.form_input_detail {
      margin-top: 1em;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .btn-form{
      margin-bottom: 5rem;
      width: 100%;
			max-width:400px;
    }

    span.mwform-radio-field-text {
    margin-right: 2.6rem;
}
@media (max-width:768px){
  .formtbl td input[type="text"], .formtbl td textarea, .formtbl td select		{
    padding: 2rem;
  }
  .formtbl th{
    margin-bottom: 0.5rem;
  }
  .formtbl td {
    margin-bottom: 2.5rem;
  }
  .formtbl td input[type=checkbox], .formtbl td input[type=radio]{
    margin-bottom: 0.8rem;
  }

  .mw_wp_form .horizontal-item + .horizontal-item{
    margin-left: 0;
    margin-top: 0.8rem;
    display: block;
  }
  .btn-form{
    width: 90%;
  }
}


.modal, .iziModal_group, .iziModal-navigate {
	z-index: 1210 !important;
}
.iziModal-overlay{
	z-index: 1200 !important;
}
.modal__wrap {
  /*padding: 50px 70px;*/
	text-align: center;
	position: relative;
}

.modal__wrap h2 {
}

.modal__wrap .modal_logo {
	width: 40%;
	margin: 0 auto;
}
.modal__wrap h2 p img {
  width: 100%;
}
.modal__wrap h2 {
}
#mail_register {
	width: 100%;
	display: flex;
	justify-content: center;
}
#mail_register input{
	padding: 10px;
	border: 1px solid #000;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: calc(100% - 100px);
}
#mail_register button{
	padding: 10px;
	background-color: #204683;
	color: #fff;
	border: 1px solid #204683;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	width: 100px;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}
#mail_register button:hover{
	opacity: 0.8;
}
.modal__close {
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 20px;
	background-color: #fff;
	border: 0;
	/*font-size: 50px;*/
	padding: 0;
	margin: 0;
}

@media (max-width:768px){
	.iziModal{
	max-width: 95% !important;
}
	.modal_txt {
		text-align: left;
}

#mail_register {
	flex-wrap: wrap;
}
#mail_register input{
	width: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#mail_register button{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: 60%;
	font-size: 18px;
	font-size: 1.8rem;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
}

}

p.trainer_thumb {
	opacity:1;
	transition: all ease .3s;
}
p.trainer_thumb:hover {
	cursor:pointer;
	opacity:0.7;
}


.modal_box {
	align-items: flex-start;
	padding: 40px;
}
.modal_box .modal_imgarea{
	width:35%;
}

.modal_box .modal_imgarea img{
	width:100%;
}

.modal_box .modal_txtarea{
    width: 57%;
	}

.modal_box .modal_txtarea .modal_ttl{
		font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #ec9cae;
    margin-bottom: 30px;
	}

.modal_box .modal_txtarea .modal_sttl{
    color: #ec9cae;
    font-size: 24px;
		line-height:1.2;
    font-weight: bold;
		margin-bottom:5px;
	}

.modal_box .modal_txtarea .modal_txt{
	font-size: 14px;
	line-height:1.8;
	margin-bottom: 30px;
	}

.modal_box .modal_txtarea .modal_txt:last-of-type {
    margin-bottom: 0;
}

.iziModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 50px;
    line-height: 1;
    border: 0;
    background: none;
}

@media (max-width:768px){

.modal_box {
    padding: 20px 40px;
    flex-wrap: wrap;
}
.modal_box .modal_imgarea{
    width: 80%;
    margin: 0 auto 20px;
	}

.modal_box .modal_txtarea{
    width: 100%;
	}

.modal_box .modal_txtarea .modal_ttl{
    text-align: center;
    font-size: 6vw;
	}

.modal_box .modal_txtarea .modal_sttl{
	font-size: 5vw;
    margin-bottom: 0;
	}

.modal_box .modal_txtarea .modal_txt{
    font-size: 3.8vw;
    margin-bottom: 15px;
	}
   html.iziModal-isOverflow body, html.iziModal-isAttached body{
    overflow-y: scroll;
    position: relative;
}
html.iziModal-isAttached{
    overflow: hidden;
}
}

.index_movie_area video{
	background-color: #fff;
}

/*おすすめ商品＆給餌量計算　タイトル横の「お問い合わせはこちら」を非表示*/
.static-area .App .App-header .header .header_button {
     display: none !important;
}

/*おすすめ商品＆給餌量計算内の金額を非表示*/
.static-area .App .item_sub>div > p:last-of-type {
    display: none;
}

/* ===============================================
ブログページ CTA
=============================================== */
.ctaArea{
	background-color: #297eab;
}
.ctaArea_inner{
	padding: 50px 0;
}
.ctaArea_inner h3{
	color: #fff;
}
.ctaArea_inner .ctaArea_read{
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}
.ctaArea_inner .check-txt{
	margin-top: 30px;
}
.ctaArea_inner .check-txt p{
	font-size:24px;
	color: #fff;
	position: relative;
	padding-left: 30px;
}
.ctaArea_inner .check-txt p::before{
	content: '';
	display: block;
	background: url(https://biljac.jp/wp/wp-content/uploads/2022/03/ic_check.png)no-repeat;
	background-size: contain;
	width: 22px;
	height: 21px;
	position: absolute;
	top: 9px;
	left: 0;
}
.ctaArea_inner .ctaArea_bottom strong{
	font-size: 34px;
	color: #fff;
	text-decoration: underline;
}
.ctaArea_inner .ctaArea_bottom p{
	font-size: 26px;
	color: #fff;
}
.ctaArea_inner .ctaArea_bottom img{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	image-rendering: -webkit-optimize-contrast;
}
.ctaArea_inner .btn-sub{
	border: 3px solid #f2a700!important;
}
.brsp{
	display: none;
}
.news-btn {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
}


.news-btn > a {
  display: block;
  width: fit-content;
  margin: 1rem auto 5rem;
  text-decoration: none;
  background: #297eab;
  color: #fff;
  padding: 1rem 4rem;
  font-size: 2.3rem;
  border-radius: 10px;
  font-weight: bold;
}
.materials-text span{
  font-size: .8em;
}

@media screen and (max-width:769px) {
	.brsp{
		display: block;
	}
	.ctaArea_inner h3{
		font-size: 2rem;
	}
	.ctaArea_inner .ctaArea_read{
		max-width: 94%;

	}
	.ctaArea_inner .ctaArea_read figure{
		width: 35%;
	}
	.ctaArea_inner .ctaArea_read .check-txt{
		width: 60%;
		margin-top: 10px;
	}
	.ctaArea_inner .check-txt p{
		font-size: 1.4rem;
	}
	.ctaArea_inner .check-txt p::before{
		width: 14px;
		height: 13px;
		top: 4px;
		left: 11px;
	}
	.ctaArea_inner .ctaArea_bottom{
		width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.ctaArea_inner .ctaArea_bottom strong{
		font-size: 1.8rem;
	}
	.ctaArea_inner .ctaArea_bottom p{
		font-size: 1.5rem;
	}
	.ctaArea_inner .ctaArea_bottom img{
		width: 100%;
	}
  .news-btn {
    font-size: 2.3rem;
  }


.news-btn > a {
  font-size: 2rem;
}

}



