@charset "UTF-8";

/*
Theme Name: crieinc1.0
Description: Wordpress CRiE theme 
Author: Nanami.M
Version: 1.0
*/




/* 以下はすべて元のスタイルシートをコピーする */


/*----------------------------------
	Common HTML elements and more for easier usage
------------------------------------*/
html {
  overflow-x: hidden;
}

html, html a, body {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #000;
  line-height: 1.8;
  background-color: #fff;
	font-weight:400;
	letter-spacing:2px;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus, h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #302D2C;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #302D2C;
}

em > a,
li > a {
  color: #302D2C;
	font-weight:500;
}

em > a:hover,
li > a:hover {
  color: #302D2C;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: .25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #302D2C;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Links */
a {
  color: #302D2C;
  text-decoration: none;
}

a:focus, a:hover {
  color: #8c8885;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/*----------------------------------
  Selection
------------------------------------*/
::selection {
  color: #fff;
  background: #302D2C;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #302D2C;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus, .s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active, .s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled, .s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: .65;
}

.s-btn__element--left, .s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus, .s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
  background: #fff;
}

.s-btn--white-bg:focus, .s-btn--white-bg:hover {
  color: #302D2C;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus, .s-btn--dark-bg:hover {
  color: #fff;
  background: #302D2C;
  border-color: #302D2C;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus, .s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #302D2C;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #302D2C;
}

.s-btn--primary-bg:focus, .s-btn--primary-bg:hover {
  color: #fff;
  background: #302D2C;
  border-color: #302D2C;
}

.s-btn--primary-brd {
  color: #302D2C;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #302D2C;
}

.s-btn--primary-brd:focus, .s-btn--primary-brd:hover {
  color: #fff;
  background: #302D2C;
  border-color: #302D2C;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: .8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: "\0026";
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: .3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: .3125rem 0 0 .5rem;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  border: none;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: .0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: 0 1.25rem .3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 .75rem .95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: .1rem;
  text-transform: uppercase;
  padding: .625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}

/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus, .s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus, .s-icon--white-brd:hover {
  color: #fff;
  background: #302D2C;
  border-color: #302D2C;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus, .s-icon--white-bg:hover {
  color: #302D2C;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #302D2C;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #302D2C;
  line-height: 1.4;
}

.s-icon--primary-brd:focus, .s-icon--primary-brd:hover {
  color: #fff;
  background: #302D2C;
  border-color: #302D2C;
}

.s-icon--primary-bg {
  color: #fff;
  background: #302D2C;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: .625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: " ";
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: .625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: " ";
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #302D2C 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #302D2C 100%);
  background-repeat: repeat-x;
  content: " ";
}

.s-promo-block-v3__date {
  line-height: .8;
  margin-right: 1rem;
}

.s-promo-block-v3__month, .s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
	background-color:#F7F6F5;
  content: " ";
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark, .s-plan-v1__price-tag {
  color: #302D2C;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: " ";
  margin-top: -.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}


/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: " ";
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: " ";
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: .75rem 1.875rem;
}

.s-header__container:before, .s-header__container:after {
  content: " ";
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}

.s-header__logo-link:focus, .s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default, .s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);	
    background-color: #1a1b1c;
    border-radius: 100px;
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before, .s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: " ";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before, .-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 18.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 5.625rem;
  margin-bottom: .3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  opacity: .85;
  padding: .3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 1rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus, .s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus, .s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: .1875rem;
  margin-right: .3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: .3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }
  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #fff;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before, .s-header-v2__navbar:after {
  content: " ";
  display: table;
}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.250rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }
  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: .5625rem .3125rem .5625rem .625rem;
  margin: 0;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar, .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  background: #222324;
}

.s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: .625rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before, .s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus, .s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

.s-header-v2__logo-img--shrink {
  display: none;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }
  .s-header-v2__logo-link {
    padding-left: .875rem;
    padding-right: .625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 .9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }
  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before, .s-header-v2__nav:after {
  content: " ";
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 .9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }
  .s-header-v2__nav-link:focus, .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header-v2__nav-link.-is-active {
    color: #302D2C;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.750rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: .9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link, .s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: .4375rem 2rem .4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #302D2C !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #302D2C !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white, .s-header__shrink .s-header-v2__toggle-icon-bar--white:before, .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }
  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }
  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }
  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #302D2C;
  }
  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }
  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #302D2C;
  }
}

/*----------------------------------
  Footer
------------------------------------*/
.s-footer__logo {
  position: relative;
  z-index: 1;
}

.s-footer__logo:before {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  width: 70%;
  height: auto;
  z-index: -1;
  background: url("../img/widgets/worldmap.png") no-repeat center center;
  background-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 1.2rem;
  bottom: -3.125rem;
  display: block;
  width: 2rem;
  height: 3rem;
  z-index: 9;
  background: #302D2C;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: "\e627";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #302D2C;
}

.s-back-to-top:focus, .s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
 /* bottom: 3.125rem;*/
	bottom: 3rem;
  opacity: .8;
	right: 1rem;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: .6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #302D2C !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 177, 205, 0.95);
  content: " ";
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: .625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 .9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #302D2C;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: .0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: " ";
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #302D2C;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: "\e646";
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left, .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left, .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: .7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #302D2C;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #302D2C;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #302D2C;
}


/*____________crie___________________*/

.flex_alb {
  display: flex;
  flex-wrap: wrap;
}

/* マージンスタイル */
.mt-10{margin-top:-10px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mt60 {margin-top:60px;}
.mt70 {margin-top:70px;}
.mt80 {margin-top:80px;}
.mt90 {margin-top:90px;}
.mt100 {margin-top:100px;}

.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

/* paddingタイル */
.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:30px;}
.pt40 {padding-top:40px;}
.pt50 {padding-top:50px;}
.pt60 {padding-top:60px;}
.pt70 {padding-top:70px;}
.pt80 {padding-top:80px;}
.pt90 {padding-top:90px;}
.pt100 {padding-top:100px;}
.pt200 {padding-top:200px;}
.pt300 {padding-top:300px;}

.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.pb50 {padding-bottom:50px;}
.pb60 {padding-bottom:60px;}
.pb70 {padding-bottom:70px;}
.pb80 {padding-bottom:80px;}
.pb90 {padding-bottom:90px;}
.pb100 {padding-bottom:100px;}
.pb200 {padding-bottom:200px;}
.pb300 {padding-bottom:300px;}
.pb400 {padding-bottom:400px;}



.img_wrap{
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.05);
  transition-duration: 0.5s;
}


/*_____ヘッダー__________*/
.heigh100{
	height:100vh;
}
.hed_logo{
	width:100%;
    /*コレ*/display: flex;
    /*コレ*/align-items: flex-end;
}
.hed_logo_c{
	position:absolute;
	bottom:0;
	width:80%;
}
#wrap_all path {
       /* fill: #302D2C;
        stroke: #302D2C;
        stroke-width: 2px;
        animation: svg 5s ease-in both infinite;*/	
    fill: #302D2C;
    stroke: #302D2C;
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
    stroke-width: 2;
    -webkit-animation: svg 5s ease-in forwards;
    animation: svg 3s ease-in forwards;
      }

@-webkit-keyframes svg {
0% {
    stroke-dashoffset: 2000;
    fill:transparent;
}
50% {
    fill:transparent;
}
100% {
    stroke-dashoffset: 0;
    fill:#302D2C;
}
}
@keyframes svg {
0% {
    stroke-dashoffset: 2000;
    fill:transparent;
}
50% {
    fill:transparent;
}
100% {
    stroke-dashoffset: 0;
    fill:#302D2C;
}
}
.hed_title{
	font-family: 'Josefin Sans', sans-serif;
	font-size:34px;
	font-weight:700;
	letter-spacing:5px;
	line-height:2;
	text-align:right;
	text-transform: uppercase;
}
/*__________menu________________*/
.s-header__nav-menu {
    width: 33.33%;
    float: right;
    text-align: right;
    margin-bottom: 0;
}
.s-header__nav-menu-link {
    display: inline-block;
	font-family: neulis-sans, sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
	letter-spacing:2px;
    color: #fff;
    opacity: .85;
    padding: 0;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
	text-transform: uppercase;
	line-height:0.6;
}
.s-header__nav-menu-link span{
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 0.8rem;
	font-weight:400;
    opacity: .6;
}
.s-header__nav-menu-item {
    padding:12px 0 12px;
    margin-bottom: 0;
}
.s-header-bg-overlay.-is-open {
    background: rgba(34, 35, 36, 1);
    visibility: visible;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.s-header__logo-link {
    display: inline-block;
    padding: 0;
}
.logo-normal h1{
	margin:0;
}
.rsttop-headline__logo-img {
  display: inline-block;
  width: 230px;
  height: 30px;
  overflow: hidden;
  text-indent: 100%;
  word-wrap: normal;
  overflow-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  background: url(img/logo.svg) no-repeat 0 0/contain;
}
.navbar-brand {
    float: left;
    height: 55px;
    padding: 13px 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
/*___top_____*/
#top_menu h2,
#top_recommend h2,
#top_aboutus .top_title p,
#top_access h2,
#top_sns h2,
#top_info h2{
	padding:0; margin:0 0 30px;
	font-family: neulis-sans, sans-serif;
	font-size:34px;
	font-weight:600;
	letter-spacing:3px;
}
#top_online .top_title .shop-banner__en{
	padding:0; margin:0 0 5px;
	font-family: neulis-sans, sans-serif;
	font-size:34px;
	font-weight:600;
	letter-spacing:3px;
}
#top_recommend h2,
#top_online .top_title .shop-banner__en{
	color:#fff;
}


/* 全体 */
.shop-banner {
  color: #fff;
}

/* 左の黒ブロック */
.shop-banner__panel {
  background: #151515;
  padding: 40px;
  display: flex;
}
.shop-banner__panel-inner {
  margin: auto 0;
}
.shop-banner__en {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: .02em;
}
.shop-banner__jp {
	margin:0 0 50px;padding:0;
  font-size: 12px;
	color:#fff;
}

/* MORE */
.shop-banner__more {
  margin-top: 18px;
  font-size: 12px;
  letter-spacing: .12em;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  opacity: .9;
}
.shop-banner__arrow {
  display: inline-block;
  transform: translateY(-1px);
}
/* 右の画像 */
.shop-banner__media {
  height: 251px;            /* PCの見た目高さ。好みで調整 */
  overflow: hidden;
}
.shop-banner__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* SPは縦積み＆高さ調整 */
@media (max-width: 767.98px) {
  .shop-banner__media {
    height: 180px;
  }
  .shop-banner__panel {
    padding: 22px 18px;
  }
}
#top_online .row{
    margin-right: 0;
    margin-left: 0;
}
#top_online .col-md-4,
#top_online .col-md-8{
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
}
#top_menu .sub_title p{
	padding:10px 0 0;margin:0;
	font-size:21px;
	font-family: neulis-sans, sans-serif;
	font-weight:500;
}
#top_menu .sub_title h3{
	padding:0 0 30px;margin:0;
	font-size:14px;
	color:#8c8885;
	font-weight:400;
}
#top_aboutus .waku p,
#top_aboutus .waku h2{
	color:#fff;
}
#top_aboutus .waku .sub_title{
	padding:0 0 30px;margin:0;
	font-size:36px;
	font-family: neulis-sans, sans-serif;
	font-weight:500;
	line-height:1.5;
}
#top_aboutus .waku h2{
	padding:0 0 30px;margin:0;
	font-size:21px;
	font-weight:500;
	line-height:1.5;
}
#top_aboutus .waku .tex{
	padding:0 0 20px;margin:0;
	text-align:justify;
	line-height:2;
}
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.google-map {
    position: relative;
    width: 100%;
    padding-top: 70%;
    /* 16:9のアスペクト比 */
    height: 0;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#top_info .img,
.page_info .img,
.normal_sweets_item_page .waku_item img,
.almond_sweets_item_page .waku_item img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
#top_info .date ,
.page_info .date{
    padding:8px 0;
	margin:0;
	color:#8c8885;
	font-size:14px;
	font-family: neulis-sans, sans-serif;
}
#top_info h3,
.page_info h3 {
    padding:0 0;
	margin:0;
	font-size:15px;
	text-align:justify;
}
.page_info .info_tex h3 {
	font-size:21px !important;
}
footer {
	background-color:#1a1b1c;
}
.fot p{
	font-size:14px;
	color:#fff;
}
.fot li > a {
    color: #fff;
    font-weight: 500;
}
.example4{
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
	width: 60%;
}
.example4 li{
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.example4 li a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
        padding: 0 5px 0 0;
    color: #fff;
	font-size:26px;
}
@media(max-width:800px){
    .example4{
        flex-wrap: wrap;
    }
    .example4 li{
        width: 50%;
    }
}
.copyright p{
	padding:0;margin:0 0 10px;
	font-size:12px !important;
}
.page_info .waku{
	margin-bottom:40px;
}
.sidebar-wrapper .sidebar-title {
	padding: 0;
    margin: 0 0 8px;
    font-family: neulis-sans, sans-serif;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 3px;
	text-transform: capitalize;
}
.sidebar-wrapper ul{
	list-style:none;
	padding:0;
}
.sidebar-wrapper li{
    font-family: neulis-sans, sans-serif;
    font-size: 15px;
    font-weight: 400;
}
.pagination{
   margin:20px 0 0;
}
.nav-links{
   display:flex;
}
.pagination .page-numbers{
   display:inline-block;
   margin-right:10px;
   padding:10px 15px;
   color:#1a1b1c;
   background:#fff;
}
.pagination .current{
   padding:10px 15px;
   background:#8c8885;
   color:#fff;
}
.pagination .prev,
.pagination .next{
   background:transparent;
   box-shadow:none;
   color:#1a1b1c;
}
.pagination .dots{
   background:transparent;
   box-shadow:none;
}

/*___page____________*/
#top_online .waku{
	padding:120px 0;
}
#top_online .waku_b{
	background-color:#000;
	padding:40px;
}
.mein-tex h3{
	padding: 0;
    margin: 0 0 32px;
    font-family: neulis-sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
	text-transform: uppercase;
}
.sub-tex h3{
	padding: 0;
    margin: 0 0 52px;
    font-family: neulis-sans, sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 5px;
	text-transform: uppercase;
}
.mein-tex .mein,
.sub-tex .mein {
	padding:8px 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
	line-height:2.3;
}
.sub-tex .sub {
	padding:8px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
	line-height:2.3;
}
.sub-tex .pl-30{
	padding-left:60px;
}
.sub-tex .pr-30{
	padding-right:60px;
}
.mein-tex .wp-block-media-text>.wp-block-media-text__content,
.sub-tex .wp-block-media-text>.wp-block-media-text__content {
    padding: 0 ;
}
.tex_sub {
	padding:0 ;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
	line-height:2.0;
}
.tex_sub_b {
	padding:0 ;
    margin: 0 0 8px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
	line-height:2.0;
}
.page_privacy h3 {
	padding:0 0 8px;
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 2px;
	line-height:2.0;
}
.page_privacy p {
	padding:0 0 30px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
	line-height:1.5;
}
.order-mein-tex h3 {
    padding: 0 0 15px;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.0;
}
.order-mein-tex h4 {
    padding:0;
    margin: 15px 0 40px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.0;
	border-bottom:1px solid #8c8885;
}
.order-mein-tex .sub_tex {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2.0;
}
.sweets_item_page .waku{
	border:1px solid #7a1313;
	padding:40px;
	margin:50px 0;
}
.sweets_item_page .waku .title,
.sweets_item_page .waku_item .item_title {
    padding: 0 0 15px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.0;
}
.sweets_item_page .waku .tex_always,
.sweets_item_page .waku_item .item_tex {
    padding: 0 0 15px;
    margin: 0;
}
.sweets_item_page .waku .tex_always span{
    color:#7a1313;
	font-weight:600;
}
.sweets_item_page .waku .tex p{
    padding: 0 0 0;
    margin: 0;
    color:#7a1313;
}
.sweets_item_page .waku_item .item_yen {
    padding: 0 0 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 2px;
	text-align:right;
}
.sweets_item_page .waku_item .item_yen span{
    font-size: 21px;
    font-weight: 700;
}
.page_mailorder .time_schedule {
	text-align:center;
}
.page_mailorder .time_schedule img{
	width:70%;
	margin:0 auto;
}
.page_mailorder .time_schedule p{
    padding: 15px 0 0;
    margin: 0;
	font-weight:600;
	font-size:16px;
}
.page_mailorder .order-mein-tex .font-red p span{
    color:#7a1313;
	font-weight:600;
}
.page_mailorder .order-mein-tex p{
    padding:0;margin:0;
}
#glightbox-body .goverlay {
        background: rgba(0, 0, 0, .5) !important;
    }
.normal_sweets_item_page .waku_item  {
    margin:0 0 40px;
}
.normal_sweets_item_page .waku_item .item_title,
.almond_sweets_item_page .waku_item .item_title {
    padding: 13px 0 5px;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.0;
}
.normal_sweets_item_page .waku_item .item_tex p,
.almond_sweets_item_page .waku_item .item_tex p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
	text-align:justify;
}
.normal_sweets_item_page .waku_item .item_yen,
.almond_sweets_item_page .waku_item .item_yen,
.sweets_item_page .waku_item .item_yen{
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5;
	text-align:right;
}
.normal_sweets_item_page .waku_item .item_yen span,
.almond_sweets_item_page .waku_item .item_yen span,
.sweets_item_page .waku_item .item_yen span {
    font-family: neulis-sans, sans-serif;
	font-size:24px;
}
.page_almond_order .main_tex h3 {
    padding: 0 0 15px;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.0;
}
.page_almond_order .main_tex p  {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 2.0;
}
.page_almond_order .sub_tex p  {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 2.0;
}

/*__________bg________________*/
#top_recommend {
	background-image:url(img/top_recommend_bg02.svg), url(img/top_recommend_bg01.svg);
	background-position:top right -20%,top left;
	background-size: 1700px auto, 1920px auto;
    background-repeat: no-repeat;
	padding:80px 0;
}
#top_access {
	background-image:url(img/top_access_bg02.svg), url(img/top_access_bg01.svg);
	background-position:top left -20%,top right;
	background-size: 1700px auto, 1920px auto;
    background-repeat: no-repeat;
	padding:120px 0;
}
#top_online,
#top_sns {
	padding:120px 0;
}
#top_online .waku{
	background-image:url(img/top_online_bg.jpg);
	background-position:center right;
	background-size: 1200px auto;
    background-repeat: no-repeat;
}
#top_online .waku_b{
	background-color:#1a1b1c;
	padding:40px;
}
#top_menu,
#top_info{
	padding:0 0 120px 0;
}
#top_aboutus .waku{
	background-color:#1a1b1c;
	padding:120px 0;
}
#top_access{
}
#page_main{
	padding:120px 0;
}
.bg_g {
    background-image: url(img/top_access_bg02.svg);
    background-position: top left -20%;
    background-size: 1750px auto;
    background-repeat: repeat-y;
    padding: 120px 0;
}
.fh5co-bg-section22{
	text-align:right;
	font-size:12px;
	margin:15px 0 20px;
}
.page_hed{
	padding:200px 0 50px;
	background-position:top right,top left;
	background-size: 1920px auto, 550px auto;
    background-repeat: no-repeat, repeat-x;
}
.page_hed .page-title p{
	padding: 0;
    margin: 0 0 5px;
    font-family: neulis-sans, sans-serif;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: 3px;
	text-transform: capitalize;
}
.page_hed .page-title h2{
	padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
}
.page_hed_info {
	background-image:url(img/page_hed_info.png), url(img/top_recommend_bg01.svg);
}
.page_hed_about {
	background-image:url(img/page_hed_about.png), url(img/top_recommend_bg01.svg);
}
.page_hed_shop {
	background-image:url(img/page_hed_access.png), url(img/top_recommend_bg01.svg);
}
.page_hed_contact {
	background-image:url(img/page_hed_contact.png), url(img/top_recommend_bg01.svg);
}
.page_hed_law {
	background-image:url(img/page_hed_info.png), url(img/top_recommend_bg01.svg);
}
.page_hed_privacy {
	background-image:url(img/page_hed_info.png), url(img/top_recommend_bg01.svg);
}
.page_hed_almond_order {
	background-image:url(img/page_hed_almond.png), url(img/top_recommend_bg01.svg);
}
.page_hed_entremets {
	background-image:url(img/page_hed_entremets.png), url(img/top_recommend_bg01.svg);
}
.page_hed_petit_gateau {
	background-image:url(img/page_hed_petit_gateau.png), url(img/top_recommend_bg01.svg);
}
.page_hed_chocolate {
	background-image:url(img/page_hed_chocolate.png), url(img/top_recommend_bg01.svg);
}
.page_hed_petit_fours {
	background-image:url(img/page_hed_petit_fours.png), url(img/top_recommend_bg01.svg);
}
.page_hed_gift {
	background-image:url(img/page_hed_gift.png), url(img/top_recommend_bg01.svg);
}
.page_hed_mailorder {
	background-image:url(img/page_hed_mailorder.png), url(img/top_recommend_bg01.svg);
}
/*___________table_________________*/
#page_main table	{ width: 100%; }
#page_main th 	{ padding:20px 20px; border-top: 1px solid #fff;border-right: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-left: 1px solid #fff; }
#page_main tr:last-child th 	{ padding:20px 20px; border-top: 1px solid #fff;border-right: 1px solid #cccccc;border-bottom: 1px solid #fff;border-left: 1px solid #fff; }
#page_main td 	{ padding:20px 20px; border-top: 1px solid #fff;border-right: 1px solid #fff;border-bottom: 1px solid #cccccc;border-left: 1px solid #fff; }
#page_main tr:last-child td 	{ padding:20px 20px; border-top: 1px solid #fff;border-right: 1px solid #fff;border-bottom: 1px solid #fff;border-left: 1px solid #fff; }
#page_main th	{ background: #fff; }

/*----------------------------------------------------
	.demo01
----------------------------------------------------*/
#page_main .demo01 th	{ width: 30%; text-align: left; }
.page_mailorder .demo01 th	{ width: 35% !important; text-align: left; }

/* 送料テーブル：スマホで崩れない（横スクロール対応） */
.page_mailorder .wp-block-table.demo02{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

/* テーブルの最小幅を確保して、スマホで潰れないようにする */
.page_mailorder .wp-block-table.demo02 table{
  min-width: 720px; /* 列が多いので最低幅を持たせる */
  width: 100%;
  border-collapse: collapse;
}

/* セルの基本（見やすさ） */
.page_mailorder .wp-block-table.demo02 th,
.page_mailorder .wp-block-table.demo02 td{
  padding: 10px 12px;
  vertical-align: top;
  border: 1px solid rgba(0,0,0,.12);
  line-height: 1.5;
}

/* ヘッダーを少し強調 */
.page_mailorder .wp-block-table.demo02 thead th{
  font-weight: 700;
  white-space: nowrap; /* 価格列の見出しが変に折れない */
}

/* 都道府県名のセルだけ、詰まりすぎ防止 */
.page_mailorder .wp-block-table.demo02 tbody th{
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}

/* 価格は折り返さず整列させる */
.page_mailorder .wp-block-table.demo02 td{
  white-space: nowrap;
  text-align: right;
}

/* スマホ時の微調整 */
@media (max-width: 768px){
.page_mailorder .wp-block-table.demo02 th,
.page_mailorder .wp-block-table.demo02 td{
    padding: 8px 10px;
    font-size: 14px;
  }
.page_mailorder .wp-block-table.demo02 tbody th{
    font-size: 13px;
  }
.page_mailorder .scroll_tex {
	margin:0;
  font-size: 14px;
  padding: 15px 0 0;
}
}
/* 横スクロールできることを視覚的に分かりやすく（任意） */
.page_mailorder .wp-block-table.demo02{
  position: relative;
}

/* 送料テーブル：サイズ列を20%に固定 */
.wp-block-table.demo02 table{
  table-layout: fixed; /* 幅指定を効かせる */
  width: 100%;
}

/* 2列目〜5列目（60/80/100/120）を20% */
.wp-block-table.demo02 th:nth-child(2),
.wp-block-table.demo02 th:nth-child(3),
.wp-block-table.demo02 th:nth-child(4),
.wp-block-table.demo02 th:nth-child(5),
.wp-block-table.demo02 td:nth-child(2),
.wp-block-table.demo02 td:nth-child(3),
.wp-block-table.demo02 td:nth-child(4),
.wp-block-table.demo02 td:nth-child(5){
  width: 13%;
}
.wp-block-table.demo02 th:nth-child(2),
.wp-block-table.demo02 th:nth-child(3),
.wp-block-table.demo02 th:nth-child(4),
.wp-block-table.demo02 th:nth-child(5){
	text-align:center;
}
.wp-block-table.demo02 td {
    border-right: 1px solid #cccccc !important;
	vertical-align:middle !important;
}
.wp-block-table.demo02 thead {
    border-bottom: 2px solid #cccccc !important;
}

/*_____________slider___________________*/
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
 /* max-width: 1200px;*/
  margin: 0 auto;
  /*padding: 0 10rem;*/
}
[class*=swiper]:focus {
  outline: none;
}
.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}
.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}


.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card01 .swiper-area {
  position: relative;
}
.card01 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.2rem;
  text-align: center;
}
.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}
.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}
.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.card01 .swiper-button-prev {
  right: calc(100% + 2.4rem);
}
.card01 .swiper-button-next {
  left: calc(100% + 2.4rem);
}
.card01 .slide-media {
  padding-top: 100%;
 /* border-radius: 4px;*/
}
.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
}
.card01 .slide-content {
	padding:15px 0 30px;
}
.card01 .slide-title_en {
	font-family: neulis-sans, sans-serif;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*height: 3.2em;*/
  padding:0;margin:0;
	font-size:21px;
	font-weight:500;
	color:#fff;
	letter-spacing:2px;
}
.card01 .slide-title {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*height: 3.2em;*/
  padding:0;margin:0;
	font-size:13px;
	color:#fff;
}
@media only screen and (max-width: 1024px) {
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
  .card01 .swiper-button-prev::before, .card01 .swiper-button-next::before {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: var(--box-shadow-dark);
            box-shadow: var(--box-shadow-dark);
  }
  .card01 .swiper-button-prev::after, .card01 .swiper-button-next::after {
    border-color: #fff;
  }
  .card01 .swiper-button-prev {
    right: calc(100% - 3.2rem);
  }
  .card01 .swiper-button-next {
    left: calc(100% - 3.2rem);
  }
}

@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .card01 .swiper {
    padding-top: 16px;
  }
  .card01 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .card01 .slide:hover img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*__________bot________________*/
.btn_box{
/*  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  width: 100%;
  margin: 15px 0 0;
}
.btn_box .btn_ar{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: left;
  line-height: 50px;
  width: 100%;
  height: 50px;
  /*background: #FFF;*/
  margin: auto;
  /*border:1px solid #000;*/
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
	font-family: neulis-sans, sans-serif;
}
.btn_box .btn_ar:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 30px;
  transition: all 0.2s;
}
.btn_box .btn_ar:hover:after {
  right: 15px;
}
.btn_box .btn_ar_w{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: left;
  line-height: 50px;
  width: 100%;
  height: 50px;
  /*background: #FFF;*/
  margin: auto;
  /*border:1px solid #000;*/
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100px;
  text-decoration: none;
	font-family: neulis-sans, sans-serif;
}
.btn_box .btn_ar_w:after {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  right: 30px;
  transition: all 0.2s;
}
.btn_box .btn_ar_w:hover:after {
  right: 15px;
}
/*________contact_______________*/
/*ContactForm7カスタマイズ*/

/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:100%;
	margin:0 auto;
}
table.CF7_table th,
table.CF7_table td{
	padding:15px 0;
	border-bottom:#eeefea 1px solid;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}
.CF7_table ::placeholder {
	color:#797979;
}
/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #1a1b1c;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #8c8885;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}
/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#fff;/*ブルーグレー*/
	}
}
/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#fff;
	}
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#333;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
	width:30%;
	letter-spacing:2px;
	padding:8px;
}
.CF7_btn{
	text-align:center;
	margin-top:20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="text"], .CF7_table textarea, .CF7_table select {
    padding:5px;
	width:100%;
}
.CF7_table label {
    font-weight: 500;
}

/*_______________________mb_________________*/

.br-sp {
  display: none;
}

/* PCだけ表示 */
.only-pc { display: block; }
.only-sp { display: none; }

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}


@media only screen and (max-width:480px){
  .only-pc { display: none; }
  .only-sp { display: block; }
.s-header__container {
    width: 100%;
    height: auto;
    display: table;
    padding: .6rem 1.4rem;
}
#top_recommend {
	background:none;
	background-color:#1a1b1c;
	padding:80px 0 50px;
}
#top_menu h2, #top_recommend h2, #top_aboutus .top_title p, #top_access h2, #top_sns h2, #top_info h2 {
    font-size: 32px;
}
    .l-inner {
        padding: 0 ;
    }
.shop-banner__jp {
    margin: 0 0 0px;
}
#top_online, #top_sns,
#top_aboutus .waku {
    padding: 80px 0;
}
#top_online .row {
    margin-right: -15px;
    margin-left: -15px;
}
#top_online .col-md-4, #top_online .col-md-8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#top_menu .sub_title h3 {
    padding: 0 0 40px;
}
#top_menu {
    padding: 0 0 40px 0;
}
#top_aboutus .btn_box {
    margin: 0 0 20px;
}
#top_online  .btn_box {
    margin: 10px 0 0;
}
.btn_box {
    margin: 8px 0;
}
#top_access {
        background-image: url(img/top_access_bg01.svg);
        background-position: top 40% right;
        background-size: 1920px auto;
        background-color: #f6f4ef;
        padding: 0 0 60px;
}
#top_access h2 {
    margin: 20px 0 15px;
}
#top_menu h2, #top_recommend h2, #top_aboutus .top_title p, #top_access h2, #top_sns h2, #top_info h2 {
    font-size: 32px;
}
#top_info {
    padding: 0 0 80px 0;
}
.example4 {
    width: 33.333%;
}
    .example4 li {
        width: 33.333%;
    }
.s-back-to-top.-is-visible {
	bottom: 2rem;
}
    .s-header__nav-menu {
        width: 100%;
        float: none;
    }
.s-header__nav-menu-link {
    font-size: 1.5rem;
}
.s-header__action-link {
    font-size: 1.75rem;
}
.mCSB_container {
    height: 70vh;
}
.page_hed {
    background-size: 160% auto, 550px auto;
	padding: 200px 0 0;
}
.sidebar-wrapper .sidebar-title {
    margin: 50px 0 8px;
}
#page_main {
    padding: 80px 0;
}
.fh5co-bg-section22 {
    text-align: left;
    margin: 0 0 15px;
	padding:15px 0 0;
	border-top:#000 1px solid;
}
.page_about .mb_type h3 {
    margin: 70px 0 50px;
}
.page_about .mb_type .mein {
    padding: 0;
    font-size: 16px;
    line-height: 2.0;
	text-align:justify;
}
.bg_g {
    background:none;
	background-color:#f6f4ef;
    padding: 80px 0;
}
.sub-tex .pl-30 {
    padding-left: 0;
}
.sub-tex .pr-30 {
    padding-right: 0;
}
.sub-tex .mein {
    padding:25px 0 8px 0;
}
.sub-tex .sub {
    padding: 8px 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 2.0;
}
.wp-block-gmap-gmap-block iframe {
        height: 300px;
    }
#page_main th,
#page_main tr:last-child th {
    padding: 15px;
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
	#page_main th p{
		margin:0;padding:0;
	}
.page_hed .page-title p {
    font-size: 50px;
    letter-spacing: 1px;
}
.sweets_item_page .waku {
    padding: 25px;
}
.sweets_item_page .waku_item .item_title {
    padding: 25px 0 15px;
}
	.page_mailorder .waku_item .demo01{
		margin-top:30px !important;
	}
	.page_mailorder .waku_item .demo01 th,
	.page_mailorder .waku_item .demo01 td{
		border-top:1px solid #ccc !important;
		border-bottom:1px solid #ccc !important;
	}
.page_mailorder .order-mein-tex .demo01 th,
.page_mailorder .order-mein-tex .demo01 td{
		width: 100% !important;
		display: block;
		border-top: none;
    }
/* 2列目〜5列目（60/80/100/120）を20% */
.wp-block-table.demo02 th:nth-child(2),
.wp-block-table.demo02 th:nth-child(3),
.wp-block-table.demo02 th:nth-child(4),
.wp-block-table.demo02 th:nth-child(5),
.wp-block-table.demo02 td:nth-child(2),
.wp-block-table.demo02 td:nth-child(3),
.wp-block-table.demo02 td:nth-child(4),
.wp-block-table.demo02 td:nth-child(5){
  width: 18%;
}
.page_mailorder .demo02 th {
        padding: 15px;
        border-right: 1px solid #ccc !important;
        border-bottom: 1px solid #ccc !important;
    }
 .page_mailorder .demo02 tr:last-child th {
        padding: 15px;
        border-right: 1px solid #ccc !important;
        border-bottom: 1px solid #fff !important;
    }
	.almond_sweets_item_page .waku_item {
		margin:0 0 40px;
	}
 .page_almond_order .bg_g {
        padding: 80px 0 40px;
    }
.page_almond_order .main_tex h3 {
    font-size: 24px;
}












}