
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

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

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

body {
  font-size: 1rem;
  color: #48433C;
  line-height: 1.6;
	background-color:#f6efe7;
	font-family: 'Noto Sans JP', sans-serif;
}

/* Typography */

h1 {
	margin: 0!important;
	width: 100%!important;
	text-align: left!important;
}
h1 img{
	margin: 0!important;
	position: 0!important;
}


h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  color: #48433C;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'Noto Sans JP', sans-serif;
}


h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.75rem;
}


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);
}


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: #a79576;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

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: #242424;
}

em > a,
li > a {
  color: #242424;
}

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

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;
  color: #48433C;
  line-height: 2;
	letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
}

/* Links */
a {
  color: #38210f;
  text-decoration: none;
}

a:focus, a:hover {
  color: #4D392A;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a img:focus, a img:hover {
  opacity: 0.5;
	transition: 0.5s;
}

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

::-webkit-selection {
  color: #fff;
  background: #a79576;
  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: #a79576;
  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: #a79576;
  border-color: #a79576;
}

.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: #a79576;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #a79576;
}

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

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

.s-btn--primary2-bg:focus, .s-btn--primary2-bg:hover {
  color: #fff;
  background: #ab8b8c;
  border-color: #ab8b8c;
}

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

.s-btn--primary3-bg:focus, .s-btn--primary3-bg:hover {
  color: #fff;
  background: #FFB7CD;
  border-color: #FFB7CD;
}


.s-btn--red-bg {
  color: #fff;
  background: #910f1a;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #910f1a;
}

.s-btn--red-bg:focus, .s-btn--red-bg:hover {
  color: #fff;
  background: #910f1a;
  border-color: #910f1a;
}


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

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


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

.s-btn--green-brd:focus, .s-btn--green-brd:hover {
  color: #fff;
  background: #669819;
  border-color: #52800D;
}


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

.s-btn--orange-brd:focus, .s-btn--orange-brd:hover {
  color: #fff;
  background: #FF8215;
  border-color: #EB5000;
}


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

.s-btn--blue-brd:focus, .s-btn--blue-brd:hover {
  color: #fff;
  background: #2B7DB8;
  border-color: #146FB1;
}

.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 {
  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 -1.5em;
}

.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: #a79576;
  border-color: #a79576;
}

.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: #7AC100;
  background: #fff;
  border-color: #fff;
}

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

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

.s-icon--primary-bg {
  color: #fff;
  background: #7AC100;
  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%, #a79576 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%, #a79576 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-repeat: repeat-x;
  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: #a79576;
}

.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);
}

/* 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: 2.1875rem;
  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: #222324;
}

/*----------------------------------
  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: 2.3rem;
  padding: .-6000rem .3125rem .5625rem .625rem;
  margin: 20px 0 0 0; 
  height:35px;
  border:1px solid #423B39;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.1rem;
  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: #8C817E;
}

.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: 1.315rem;
  height: 0.1rem;
  bottom: .750rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.1rem;
  top: -.4000rem;
}

.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.1rem;
}

@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: 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: 0;
    padding-right: 0;
  }
}

/* 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(34, 35, 36, 0.75);
  line-height: 5.5rem;
  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: #a79576;
  }
}

/* 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: #a79576 !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #a79576 !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: #a79576;
  }
  .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: #a79576;
  }
}

/*----------------------------------
  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-size: cover;
  content: " ";
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 20px;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #837458;
  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: #a79576;
}

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

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 20px;
  opacity: .8;
}

.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;
}

@media screen and (max-width:480px){
.s-back-to-top {
  right: 20px;
}
.s-back-to-top.-is-visible {
  bottom: 90px;
}
}

/*----------------------------------
  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: #a79576 !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(190, 167, 95, 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: #a79576;
}

/* 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: #a79576;
}

.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: #a79576;
  opacity: 1;
}

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

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

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

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



/* aisis
------------------------------ */

img {
	max-width: 100%;
	height: auto;
	margin:0;
	padding:0;
	border: none;
    vertical-align: bottom;
}

.flbox{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flend{
	align-self: flex-end;
}

.flcenter{
  align-self: center;
}

.btn{
	text-align: center;
    color: #FFF;
	display: block;
	width: 100%;
    padding:20px;
    text-decoration: none; 
    outline: none;
    transition: all .3s;
	font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}
.btn:hover {
    color: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.bc1{background-color: #f3adb7;}
.bc2{background-color: #eea890;}
.bc3{background-color: #7fa7b2;}
.bc4{background-color: #A6D2C7;}
.bc1:hover{background-color: #E49FA9;}
.bc2:hover{background-color: #E49C83;}
.bc3:hover{background-color: #749EA9;}
.bc4:hover{background-color: #8FBFB3;}

.btn2{
	position: relative;
	text-align: center;
	display: inline-block;
    padding:20px 40px 35px;
    text-decoration: none; 
    outline: none;
    transition: all .3s;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
	border-radius: 60px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
	letter-spacing: 0.2em;
}
.btn2:hover {
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.btn2 span{
    display: inline-block;
    transition: all .3s;
    position: absolute;
	left: 0;
	right: 0;
	bottom: -45px;
	margin: auto;
    height: 1px;
	background-color: #C08D95;
  }
.btn2 span:nth-of-type(1) {width: 35%;top:15px;}
.btn2 span:nth-of-type(2) {width: 25%;top:23px;}
.btn2 span:nth-of-type(3) {width: 15%;top:31px;}
.btn2:hover span:nth-of-type(1) {width: 55%;top:15px;}
.btn2:hover span:nth-of-type(2) {width: 45%;top:23px;}
.btn2:hover span:nth-of-type(3) {width: 35%;top:31px;}

.txtanime span{opacity: 0;}
.txtanime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.fontg{font-family: 'Noto Serif JP', serif!important;}
.fontg2{font-family: 'Noto Sans JP', sans-serif!important;}
.fontg3{font-family: 'Zen Maru Gothic', sans-serif!important;}
.fontg4{font-family: 'Oooh Baby', cursive!important;}
.fontg5{font-family: 'Shippori Mincho', serif!important;}

.tlf{
    display: table;
	  table-layout: fixed;
}

.bor{
	border-radius: 10px;
}

.liunder-s li{border-bottom: 1px solid rgba(165,144,144,1.00);}
.liunder-d li{border-bottom: 1px dotted rgba(165,144,144,1.00);}

/* imgchange */
.pc { display: block !important;
margin:0 auto;}
.sp { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 480px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* imgchange */
.pc2 { display: block !important;
margin:0 auto;}
.sp2 { display: none !important; }
 
/* spimgchange */
@media only screen and (max-width: 768px) {
    .pc2 { display: none !important; }
    .sp2 { display: block !important; }
}


header{
	padding: 0;
	text-align: center;
	width: 100%;
    position: fixed;
    z-index: 10000;
    top: -100px;
	background-color:rgba(246,239,231,0.9);
}
header h1{
	font-size: 10px;
	font-family: 'Noto Serif JP', serif!important;
}


hr{
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #fff;
}



#main{
	position: relative;
	background-color: #f6efe7;
	background-image: url("../img/top/mainbg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	overflow: hidden;
}

#main .row{
	position: relative;
	z-index: 2;
}

#maint{
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 0.2em;
	line-height: 1.8;
  color: #424242;
	margin: 0 0 20px;
}

.slide{
	position: relative; 
	margin:0;
	height:100%;
  overflow: hidden!important;
	border-radius:50px 0 0 50px!important;
	box-shadow: -9px 6px 16px -6px rgba(0,0,0,0.2);
	z-index: 1;
}

.slideimg{
	position: absolute;
	top:60px;
	right: calc(66% - 400px);
	width: 290px;
	height: 290px;
	z-index: 9;
}

.thanks{
	position: relative; 
	margin:0;
	height:100%;
  overflow: hidden!important;
	border-radius:50px 0 0 50px!important;
	box-shadow: -9px 6px 16px -6px rgba(0,0,0,0.2);
	z-index: 1;
	background-size: cover;
	background-image: url("../imgs/s4.jpg");
}

#zoom {
  width: 100%;
	height: 100%;
  position: relative;
	background-color: #fff;
}

@media only screen and (max-width: 1200px) {
#main{background-position:  calc(50% + 100px) bottom;}
.slideimg{
	top:40px;
	right: calc(58% - 300px);
	width: 260px;
	height: 260px;
}
}
@media only screen and (max-width: 990px) {
#main{background-size: 1500px; }
.slideimg{
	top:-40px;
	right: calc(50% - 220px);
	width: 240px;
	height: 240px;
}
}
@media only screen and (max-width: 760px) {
#main{background-size: 1500px;}
}
@media only screen and (max-width: 480px) {
#main{background-size: 1500px;background-position: top calc(100% + 40px);}
.slideimg{
	top:-30px;
	right: calc(100% - 180px);
	width: 200px;
	height: 200px;
}
}

/*autumn winter*/

.awbg{
	padding: 80px 0 0;
	margin: 0 0 60px;
	background-image: url("../img/top/awbg.jpg");
	background-position: center;
	background-size: cover;
}

.awb{
	position: relative;
	display: block;
	margin: 0 0 -60px;
	background-color: rgba(129,83,78,1.00);
	padding:20px 0;
	color:#fff!important;
	text-align: center;
	border:solid 1px rgba(210,192,105,1.00);
}
.awb::after{
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border:solid 1px rgba(210,192,105,1.00);
}
.awb::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent rgba(210,192,105,1.00) transparent;
}

.aw{
	position:relative;
	background-size: cover;
	background-position: center;
	padding: 70px 0 20px;
	border-radius: 20px;
}
.aw1{background-image:url("../img/top/aw1.jpg");}
.aw2{background-image:url("../img/top/aw2.jpg");}
.aw3{background-image:url("../img/top/aw3.jpg");}
.aw1::before,.aw2::before,.aw3::before{
	position: absolute;
	top:0;
	left: 0;
	margin: auto;
	width: 100%;
	font-size: 3em;
	font-family: 'Oooh Baby', cursive!important; 
	color: #F0D470;
	text-align: center;
}
.aw1::before{content: "Merit 1";}
.aw2::before{content: "Merit 2";}
.aw3::before{content: "Merit 3";}

.awmbg{
	padding: 80px 0 0;
	/*background-color: rgba(118,89,86,1.00);
	background-image: url("../img/mens/awbg1.png");
	background-position:bottom center;
	background-size: 100% auto;*/
}
.awm{
	position:relative;
	background-size: cover;
	background-position: center;
	padding: 20px;
}
.awm1{background-image:url("../img/mens/aw1.jpg");}
.awm2{background-image:url("../img/mens/aw2.jpg");}
.awm3{background-image:url("../img/mens/aw3.jpg");}
@media only screen and (max-width: 480px) {
.awbg{
	padding: 40px 0 0;
	margin: 0 0 80px;
	background-image: url("../img/top/awbgsp.jpg");
	background-position: center;
	background-size: cover;
}
.aw1::before,.aw2::before,.aw3::before{
	font-size: 2.8em;
}
.awmbg{
	padding: 40px 0 0;
	background-image: url("../img/mens/awbg1sp.png");
	background-position: center;
	background-size: cover;
}
}

/*clinic gallery*/
.open{
	display: inline-block;
	padding: 0 5em;
	background: url("../img/top/sintl.png"),url("../img/top/sintr.png");
	background-repeat: no-repeat;
	background-position: left,right;
	background-size: contain;
}
@media only screen and (max-width: 991px) {
.open{
	display: inline-block;
	padding: 8em 0;
	background: url("../img/top/sintt.png"),url("../img/top/sintb.png");
	background-repeat: no-repeat;
	background-position: top,bottom;
	background-size: contain;
}
}
@media only screen and (max-width: 480px) {
.open{
	padding: 6em 0;
}
}

#pic{
	position: relative;
	width: 100%;
	overflow: hidden;
	background: rgba(201,167,156,1.00);
	/*background: linear-gradient(0deg, rgba(196,178,141,1.00) 0%, rgba(235,220,188,1.00) 41%, rgba(246,239,231,1) 100%);*/
}
#pic ul,li{
	padding: 0;
	margin: 0;
}


#thanks{
	background-color: #f096a3;}

#comp{
	background-color: #f6efe7;
	background-image: url("../img/top/compbg5.png");
	background-attachment: scroll;
	background-position:top center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1200px) {
#comp{
	background-size: 210%;
	background-position:top center;
}
}
@media only screen and (max-width: 991px) {
#comp{
	background-image: url("../img/top/compbg5sp.png");
	background-size: 110%;
	background-position:top center;
}
}
@media only screen and (max-width: 576px) {
#comp{
	background-image: url("../img/top/compbg5sp.png");
	background-size: 230%;
	background-position:top center;
}
}

#movie{
	margin: 0 auto;
	max-width: 1200px;
	background-image: url("../img/top/movbg.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
#movie{
	margin: 0 0 650px;
	background-image: url("../img/top/movbgsp.png");
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	box-shadow: -9px 6px 16px -6px rgba(0,0,0,0.2);
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

#clinic{
	background-image: url("../img/top/clinicbg3.png");
	padding: 200px 0 0;
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto;
	z-index: 1;
}

@media only screen and (max-width: 1200px) {
	
#clinic{
	background-image: url("../img/top/clinicbg3md.png");
	background-size: 100%;
	background-position:top 200px left;
	padding: 100px 0 0;
}
}
@media only screen and (max-width: 991px) {
#clinic{
	padding:80px 0 0;
	background-image: none;
}
}


#clinic1,#clinic2,#clinic3{
	margin: 0;
	padding: 0 20px;
}
@media only screen and (max-width: 991px) {
#clinic1,#clinic2,#clinic3{
	background-position:top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto;
	z-index: 1;
}
#clinic1{
	margin: -40px 0 120px;
	padding: 100px 30px 0;
	background-image: url("../img/top/clinicbg1sp.png");
}
#clinic2{
	margin: -150px 0 120px;
	padding: 100px 30px 0;
	background-image: url("../img/top/clinicbg2sp.png");
}
#clinic3{
	margin: -150px 0 0;
	padding: 100px 30px 0;
	background-image: url("../img/top/clinicbg3sp.png");
}
#clinic1 img,#clinic2 img,#clinic3 img{
	margin: 0 0 0 -30px;
	}
}

/*MOVIE設置バージョン
#clinic{
	background-image: url("../img/top/clinicbg3.png");
	background-position:top 550px left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 45%;
}
@media only screen and (max-width: 1200px) {
#clinic{
	background-position:top 500px left -150px;
	background-size: 60%;
}
}
@media only screen and (max-width: 990px) {
#clinic{
	background-position:top 400px left -150px;
	background-size: 60%;
}
}
@media only screen and (max-width: 480px) {
#clinic{
	background-position:top 600px right -70px;
	background-size: 150%;
}
}
*/

#match{
	position: relative;
	z-index: 99;
	padding: 20px;
}
#match:before{
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 0;
	background-color:#faf5f1;
	z-index: -1;
	border-radius: 30px 0 0 30px;
}
@media only screen and (max-width: 480px) {
#match:before{
	top: 0;
	left: 20px;
}
}

#match ul{
	padding-left: 20px;
}
#match ul li{
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin: 0 0 5px;
}


.meri{
	padding:0 30px 10px;
	background-size: 100% calc(100% - 200px);
	background-repeat: no-repeat;
	background-position: bottom;
}
.meri h3{
	margin: 10px 0;
	text-align: center;
	position: relative;
	letter-spacing: 4px;
	line-height: 1.6;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}

.meric1,.meric4{background-image: linear-gradient(45deg, #F7E5CE 0%, #F8DAD0 100%);}
.meric2,.meric3{background-image: linear-gradient(45deg, #F7E4E6 0%, #FACBC0 100%);}
.meric1 h3,.meric4 h3{color:#D77D4E;}
.meric2 h3,.meric3 h3{color:#B66667;}

@media only screen and (max-width: 480px) {
.meri{
	background-size: 100% calc(100% - 150px);
}
.meric1,.meric3{background-image: linear-gradient(45deg, #F7E5CE 0%, #F8DAD0 100%);}
.meric2,.meric4{background-image: linear-gradient(45deg, #F7E4E6 0%, #FACBC0 100%);}
.meric1 h3,.meric3 h3{color:#D77D4E;}
.meric2 h3,.meric4 h3{color:#B66667;}
	
}


#pay{position: relative;overflow: hidden;height: 100%;margin: 0 80px 80px;}
#pay::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 1400px;
	height:700px;
	border-radius:1400px 1400px 0 0;
	background:#FFF9E6;
	background-attachment: scroll;
	z-index: 1;
}

ul.payli{
	margin: 10px 0 0;
	list-style: none;
	padding-left: 1em; 
}
ul.payli li{
	position: relative;
	padding-left: 0.4em;
	margin: 0 0 5px;
	font-weight: 400;
}
ul.payli li:before{
	position: absolute;
	content: "\25c6";
	left: -1em!important;
	top:0;
}


#course{
	position: relative;
	margin: 80px 0 0;
	padding: 0 40px 40px;
	background-color:#eee1d1 ;
}
#course .row{position: relative;z-index: 1;}
#course h3{
	position: relative;
	top: -80px;
	margin:0 0 -80px;
	padding: 40px;
	background-color:#faf5f1 ;
	color: #534646;
	display: inline-block;
	border-radius: 20px;
	letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
#pay{margin: 0;}
#pay::before{
	width: 200%;
	height:650px;
	border-radius:250% 250% 0 0;
}
#pay ul li{font-size: 14px;}
#course{
	margin: 80px 0 0;
	padding: 0 20px 40px;
	background-color:#eee1d1 ;
}
}

.res{
	background-color: #ebd3d3;
	background-image: url("../img/top/res.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.res h4{
	letter-spacing: 0.1em;
	line-height: 2.5;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}
.res h4 span{
	position: relative;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
	color: #666;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1;
}
.res h4 span::after{
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 14px);
	border: 14px solid transparent;
	border-top: 16px solid #fff;
}
.res h4 strong{
	position: relative;
	background-color: #CCB265;
	border-radius: 50px;
	padding: 10px 30px;
	color: #fff;
}
.res img{
	box-shadow: 5px 3px 10px 0px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 480px) {
.res{
	background-color: #ebd3d3;
	background-image: url("../img/top/ressp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
}


.fluid {
	position: absolute;
	top: 20%;
	left: -20vh;
  width:100vh;
  height: 100vh;
  background:rgba(255,255,255,0.3);
  animation: fluidrotate 30s ease 0s infinite;
}

@media only screen and (max-width: 480px) {
.fluid {
	top: 20%;
	left: -40vh;
  width:90vh;
  height: 80vh;
  background:rgba(255,255,255,0.5);
}
}

@keyframes fluidrotate {  
  
0%, 100% {border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;}
14% {border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;}
28% {border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;}
42% {border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;}
56% {border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;}
70% {border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;}
84% {border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;}
  
}

#doc h3{
	letter-spacing: 0.1em;
	line-height: 2;
	color: #534646;
}
@media only screen and (max-width: 480px) {
#doc{
	position: relative;
	top:-80px;
	margin: 0 0 -80px;
}

#doc h3{
	padding: 20px;
	background-color:#f6efe7 ;
}
#doc .row{
	padding: 200px 0 0;
}
}

#doc a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 40px auto 0;
  padding: 20px;
  width: 250px;
  font-size: 14px;
  transition: 0.3s;
	text-decoration: none;
	background-color:#e9b8a6 ;
	color: #fff;
}
#doc a::before {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 1px;
  background-color: #837332;
  transition: 0.3s;
}
#doc a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #837332;
  transition: 0.3s;
}
#doc a:hover {
  text-decoration: none;
	color: #fff;
  background-color: #E4A39A;
}
#doc a:hover::before,
#doc a:hover::after {
  right: -2.5em;
}


.voicebg{
	background-image: url("../img/top/vobg2.jpg");
	background-repeat: repeat;
}

.voice1 {
  display: inline-block;
  position: relative; 
  margin: 0;
  padding: 10px;
  max-width: 1100px;
  border-radius: 12px;
  background: #fff;
}

.voice1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.voice2 {
  display: inline-block;
  position: relative; 
  margin: 0;
  padding: 8px;
  max-width: 1100px;
  border-radius: 12px;
  background: #FFE9E9;
}

.voice2:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #FFE9E9;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.voice3 {
  display: inline-block;
  position: relative; 
  margin: 0;
  padding: 8px;
  max-width: 1100px;
  border-radius: 12px;
  background: #DAF1E7;
}

.voice3:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #DAF1E7;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

#flow{
	position: relative;
	overflow: hidden;
	background-color: #fff;
	border: #F2D0D0 solid 4px;
	z-index: 9;
	border-radius: 10px;
}

#ent{
	position: relative;
	background-color: #fce5e7;
	top:-200px;
	padding: 250px 0 80px;
	margin:  0 0 -200px;
	z-index: 0;
}
#ent h3{
	text-align: center;
}

@media only screen and (max-width: 480px) {
#ent{
	position: relative;
	background-color: #fce5e7;
	top:-380px;
	padding: 400px 0 80px;
	margin:  0 0 -380px;
	z-index: 0;
}
}

#faq{
	background-position: right bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 480px) {
#faq{
	background-position: center bottom;
}
}

.fmenu{
	display: none;
	margin:0;
	padding:0;
	transform: translateY(100%);
	transition: .3s;
	}
.active{
  transform: translate(0);
}

@media only screen and (max-width:480px){
.fmenu {
	display: inline;
	margin:0;
	position: fixed;
    bottom:0;
	padding:0;
	z-index: 999;
}
}

#info{
	background-color: #faf5f1;
	padding: 80px 0 0;
}

@media only screen and (max-width:480px){
footer {
margin: 0 0 18%;
}
}

#footl{
	float:left;
	width:50%;
text-align:left;
	}

#footl a{
	float:left;
	}

#footr{
	float:right;
	width:50%;
text-align: right;
}

#footr a{
	float:right;
}

#foot1{
	float:left;
	width:41.40625%;
}

#foot2{
	float:left;
	width:41.40625%;
}

#foot3{
	float:left;
	width:17.1875%;
}


#sidenet{
	margin:0;
	padding:0;
	opacity: 0.9;
}

.floating {
top: 100px;
right:0;
position: fixed;
z-index: 300;
}


@media only screen and (max-width:480px){
#sidenet {
display:none;
}
}

#map{
	margin:0;
	width:100%;
	height:400px;
	padding:0;
	text-align:center;
	}
@media only screen and (max-width:768px){
#map {
	height:300px;
}
}
@media only screen and (max-width:480px){
#map {
	height:400px;
}
}

.underg{
	border-bottom:1px solid #ccc;
	}



.slider {
	position: absolute;
	width: 100%;
	margin:0;
	padding:0;
}

.sttx,.sttx2{
	position: relative;
	z-index: 1;
}

.sttx span,.sttx2 span{
	display: inline-block;
	position: relative;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding:20px 20px 20px 0;
}
.sttx span::after,.sttx2 span::after{
	content: "";
	position: absolute;
	width:100vw;
	height: 100%;
	top: 0;
	right: 0;
	z-index: -1;
}

.sttx span::after{background: linear-gradient(45deg, #F7E5CE 0%, #F8DAD0 100%);}
.sttx2 span::after{background: linear-gradient(45deg, #F7E4E6 0%, #FACBC0 100%);;}

.st {
    position: relative;
	background-color: #f3adb7;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.st:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #f3adb7 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.stm {
    position: relative;
	background-color: #7fa7b2;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stm:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #7fa7b2 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.stc {
    position: relative;
	background-color: #eea890;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stc:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #EEA890 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stcn {
    position: relative;
	background-color: #eea890;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}


.stcl {
    position: relative;
	background-color: #FCCAB9;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stcl:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #FCCAB9 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}
.stcln {
    position: relative;
	background-color: #FCCAB9;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.stmc {
    position: relative;
	background-color: #A6D2C7;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stmc:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #A6D2C7 transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.stg {
    position: relative;
	background-color: #C6A04A;
    color: #fff;
    text-align: center;
    padding: 15px 0;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: 300;
}
.stg:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1rem 0.8rem 1rem 0.8rem;
	border-color:  #C6A04A transparent transparent transparent;
	position: absolute;
	bottom:-30px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 2;
}

.st2,.st2-2 {
  position: relative;
  padding: 0.5em;
	margin: 0 0 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
  text-align: center;
	font-weight: 500;
}
.st2 span,.st2-2 span{
  font-size: 0.8em;
  display: block;
	font-family: 'Noto Sans JP', sans-serif!important;
	
}
.st2:before,.st2-2:before {
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 2px;
  content: '';
}
.st2 span{color: #E48FBC;}
.st2:before{background: #E48FBC;}
.st2-2 span{color: #4696B1;}
.st2-2:before{background: #4696B1;}

.st3 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
	margin:0;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif!important;
	text-align: center;
	line-height: 1.5!important;
	color: #EF7C9F;
	text-shadow: 2px 2px 0px rgba(255,255,255,0.8);
}
.st3:before, .st3:after {
  content: '';
  position: absolute;
  bottom:40px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #FF8DB3;
	border-radius: 2px;
}
.st3:before {
  left:-30px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.st3:after {
  right: -30px;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.st3 span{
	position: relative;
	background-color: rgba(255,255,255,0.8);
	top:-10px;
	border-radius: 50px;
	padding: 10px 20px;
	color: #FF6594;
	font-family: 'Zen Maru Gothic', sans-serif!important;
}

.st3-2 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
	margin:0;
	font-size: 24px;
	text-align: center;
	line-height: 1.5!important;
}
.st3-2:before, .st3-2:after {
  content: '';
  position: absolute;
  bottom:40px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #C6A04A;
	border-radius: 2px;
}
.st3-2:before {
  left:-30px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.st3-2:after {
  right: -30px;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}
.st3-3 {
  position: relative;
  display: inline-block;
  padding: 0 1em;
	margin:0;
	font-size: 24px;
	text-align: center;
	line-height: 1.5!important;
}
.st3-3:before, .st3-3:after {
  content: '';
  position: absolute;
  bottom:30px;
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #EDDB9E;
	border-radius: 2px;
}
.st3-3:before {
  left:-30px;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
}
.st3-3:after {
  right: -30px;
  -webkit-transform: rotate(-70deg);
  transform: rotate(-70deg);
}

.st4 {
  padding: 0.5em;
  color: #494949;
  background: #fff;
  border-left: solid 5px #f3adb7;
	font-family: 'Noto Sans JP', sans-serif!important;
}

.st4-2 {
  padding: 0.5em;
  color: #494949;
  background: #fff;
  border-left: solid 5px #7fa7b2;
	font-family: 'Noto Sans JP', sans-serif!important;
}

.pay{
	letter-spacing: 0.1em;
	line-height: 2;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
}
.pay span{
	position: relative;
	background-color: #F29FB5;
	border-radius: 50px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 400;
	line-height: 4!important;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1;
}
.pay span::after{
	content: "";
	position: absolute;
	top: 100%;
	left: calc(50% - 10px);
	border: 10px solid transparent;
	border-top: 10px solid #F29FB5;
}

.marker{
  background: linear-gradient(transparent 70%, rgba(247,230,118,0.8) 70%);
}

table.com{
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
    border-collapse:collapse;
    empty-cells:show;
  font-family: 'Noto Sans JP', sans-serif;
}
.com th{
	text-align: center;
	font-weight: 500!important;
}
.com th,.com td{
	font-weight: normal;
    padding:10px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


table.com2{
	overflow: hidden;
	font-size: 14px;
	margin:0;
	padding: 4px;
	width:100%;
	border-spacing: 4px;
    border-collapse:separate;
    empty-cells:show;
  font-family: 'Noto Sans JP', sans-serif;
}
.com2 th{
	font-weight: 500!important;
}
.com2 th,.com2 td{
	font-weight: normal;
    padding:10px;
}

table.com li,table.com li{font-weight: 400;font-size: 14px;}

@media only screen and (max-width: 480px) {
  table {
  border-collapse: collapse;
}
.com td,.com th,.com2 td,.com2 th {
	width: 100%;
  display: block;
  padding: 10px;
}
}

table.comno{
	margin:0 auto;
	padding:4px;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc
}
.comno th{
	font-size: 14px;
	line-height: 1.2;
	padding:0.5em 0;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	color:#333;
	text-align: center;
	vertical-align: middle!important;
	font-weight: normal;
}
.comno td{
	font-size: 16px;
	color:#333;
	font-weight: 500;
	padding:0.5em;
	line-height: 1.2;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	vertical-align: middle!important;
}

@media only screen and (max-width:1200px){
.comno th{font-size: 14px;}
.comno td{font-size: 16px;}
}

.under-dot{border-bottom: dotted 2px rgba(175,152,152,1.00);}

.txtboxc {
    position: relative;
    margin: 2em 0;
    padding:1em;
    border: solid 3px #B89A24;
    border-radius: 8px;
	width: 100%;
}
.txtboxc .txtboxct {
    position: absolute;
    display: inline-block;
    top: -1.7em;
    left: 0;
	right: 0;
	margin:0 auto;
	letter-spacing: 0;
    padding: 0 9px;
	background-color:#f6efe7;
    color: #B89A24;
    font-weight: bold;
	width:fit-content;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {
	line-height: 2;
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0 0 1px 0;
	font-weight: 400!important;
	background-color: #CAA3A5;
	color: #fff;
}
.cp_actab th {
	padding:10px;
	background-color: #AB8B8C;
	width: 50px;
	text-align: center;
}
.cp_actab td {
	padding:10px 3em 10px 10px;
}
.cp_actab .cp_actab-content {
margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	background: #FFFFFF;
}
.cp_actab .cp_actab-content p {
	margin: 1em;
	color: #787878!important;
	font-weight: 400!important;
}
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 500em;
}
.cp_actab label::after {
	line-height: 4;
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	display: block;
	width: 4em;
	height: 4em;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center;
	margin: auto;
}
.cp_actab input[type=checkbox] + label::after {
	content: '+';
}
.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);}

.title{
	position: relative;
	width: 100%;
	margin:0;
	padding:0;
}

#respc{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
}
@media screen and (max-width:1200px){
	#respc{
		width: 150px;
		height: 150px;
}
}
@media screen and (max-width:480px){
#respc{
	display: none;
}
}

/*========= loading ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background:#fff;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash.is-active {
  opacity: 0;
  visibility: hidden;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  opacity: 0;
}
#splash-logo.is-active {
	opacity: 1;
  visibility: visible;
}

#splash-logo video{
	max-width: 70%;
	padding: 5%;
	background-color: rgba(255,255,255,1.00);
	position: relative;
	filter: drop-shadow(0px 0px #fff);
}

@media screen and (max-width:480px){
#splash-logo {
	transform: translate(-60%, -50%);
}
#splash-logo video{
	max-width: 120%;
	padding: 0;
}
#splash-logo p{
	position: relative;
	left: 12%;
}
}

#title{
	padding: 80px 0;
	background-image: url("../img/top/res.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}

#title h2{
	font-family: 'Noto Serif JP', serif!important;
}
@media screen and (max-width:480px){
	#title{padding: 40px 0;}
}

table.pri{
	margin:10px auto;
	padding:0;
	width:100%;
    border-collapse:collapse;
    empty-cells:show;
	font-size: 14px;
}

.pri th{
	line-height:24px;
	color:#5c3e20;
    padding:4px 5px;
    text-align:center;
	vertical-align: middle;
	letter-spacing:1px;
	border: 1px solid #ccc;
	font-weight: normal;
}

.pri td{
	line-height:24px;
	color:#333;
	font-weight: normal;
    padding:4px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

@media screen and (max-width:480px){
	table.pri,table.pri2,table.pri3{
		font-size: 12px;
		line-height:20px;
	}
}

/*========= choice ===============*/

.cp_actab2 {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 10px;
	color: #ffffff;
}
.cp_actab2 input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab2 label {
	line-height: 1.5;
	position: relative;
	display: block;
	cursor: pointer;
	margin: 0 0 1px 0;
	padding: 10px;
	font-weight: 400!important;
	background-color: #ab8b8c;
	background-image: url("../img/top/chobg.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 4px solid #DFC870;
	color: #fff;
	text-align: center;
}
.cp_actab2 .cp_actab-content {
margin:0!important;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 1s;
	transition: max-height 1s;
	background: linear-gradient(29deg, rgba(255,236,210,1) 0%, rgba(252,182,159,1) 100%);
}
.cp_actab2 .cp_actab-content p {
	margin: 1em;
	color: #787878!important;
	font-weight: 400!important;
}
.cp_actab2 input:checked ~ .cp_actab-content {
	max-height: 100em;
}

.txtbox1,.txtbox2,.txtbox3,.txtbox4,.txtbox5,.txtbox6 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 4px #FF9D9D;
    border-radius: 12px;
	background-color: rgba(255,255,255,1.00);
}
.txtbox1 h4,.txtbox2 h4,.txtbox3 h4,.txtbox4 h4,.txtbox5 h4,.txtbox6 h4 {
    position: relative;
	z-index: 1;
	line-height: 1.5;
	font-weight: 700;
	margin: 0 0 10px;
	text-align: center;
}
.txtbox1::before,.txtbox2::before,.txtbox3::before,.txtbox4::before,.txtbox5::before,.txtbox6::before{
	content: "";
    position: absolute;
    top: -40px;
    left: -40px;
	height: 90px;
	width: 100px;
	background-image: url("../img/girls/box.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.txtbox1::before{background-image: url("../img/girls/box1.png");}.txtbox1 {border: solid 4px #FF9D9D;}.txtbox1 h4{color: #F57979;}
.txtbox2::before{background-image: url("../img/girls/box2.png");}.txtbox2 {border: solid 4px #FFB86B;}.txtbox2 h4{color: #FA982F;}
.txtbox3::before{background-image: url("../img/girls/box3.png");}.txtbox3 {border: solid 4px #EBD621;}.txtbox3 h4{color: #C9B400;}
.txtbox4::before{background-image: url("../img/girls/box4.png");}.txtbox4 {border: solid 4px #86D064;}.txtbox4 h4{color: #69B745;}
.txtbox5::before{background-image: url("../img/girls/box5.png");}.txtbox5 {border: solid 4px #76B1E2;}.txtbox5 h4{color: #5A98CC;}
.txtbox6::before{background-image: url("../img/girls/box6.png");}.txtbox6 {border: solid 4px #F397BA;}.txtbox6 h4{color: #DF779F;}

.txtboxr{
	position: relative;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
}
.txtboxr::before{
	content: "";
	position: absolute;
	top:-10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	background: linear-gradient(90deg, rgba(255,182,182,1) 0%, rgba(247,213,177,1) 17%, rgba(248,255,127,1) 42%, rgba(198,246,154,1) 61%, rgba(184,226,246,1) 85%, rgba(230,193,244,1) 100%);
	z-index: -1;
	border-radius: 20px;
}

.gst {
 position: relative;
  margin: 30px;
  text-align: center;
  z-index: 1;
}
.gst:before,
.gst:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #E3809F;
}
.gst:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
.gst:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
.gst span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem;
  color: #fff;
  background: #F486A8;
	line-height: 1.5;
}
.gst span:before,
.gst span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #AC345A transparent transparent transparent;
}
.gst span:before {left: 0;border-width: 10px 0 0 10px;}
.gst span:after {right: 0;border-width: 10px 10px 0 0;}

.gi{
	position: relative;
}
.gi::after,.gi::before{
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.gi1::after{
	top: -60px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-image: url("../img/girls/p8.png");
}
.gi2::after{
	bottom: -60px;
	right: -40px;
	width: 100px;
	height: 100px;
	background-image: url("../img/girls/p9.png");
}
.gi3::after{
	top: -40px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-image: url("../img/girls/p11.png");
}
.gi4::after{
	top: -85px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-image: url("../img/girls/p12.png");
}
.gi5::after{
	top: -80px;
	left: 0;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto;
	background-image: url("../img/girls/p13.png");
}
.gi6::after{
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-image: url("../img/ac/p2.png");
}
@media screen and (max-width:480px){.gi6::after{width: 70px;height: 70px;}}
.gi7::after,.gi7::before{
	bottom: 30px;
	width: 100px;
	height: 100px;
	background-image: url("../img/ac/p3.png");
}
.gi7::after{right: 40px;}
.gi7::before{left: 40px;}
@media screen and (max-width:480px){.gi7::after,.gi7::before{width: 70px;height: 70px;}}
.gi8::after{
	top: -100px;
	right: 0;
	left: 0;
	margin: auto;
	width: 200px;
	height: 100px;
	background-image: url("../img/ac/p8.png");
}
@media screen and (max-width:480px){.gi8::after{top: -140px;width: 180px;height: 180px;}}

.voice1 {
  display: inline-block;
  position: relative; 
  margin: 0;
  padding: 10px;
  max-width: 1100px;
  border-radius: 12px;
  background: #fff;
}

.voice1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #fff;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

ul.check {
  list-style: none;
	padding-left: 20px;
}
ul.check li{
	position: relative;
	padding: 0;
	margin: 0 0 10px;
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 500;
}
ul.check li i {
	position: absolute;
	top: 0.4em;
	left: -1.3em;
	color: #CCAE6A;
}

.anim {
	width: 30%;
	position: absolute;
	bottom:0;
	right: 20px;
	animation: slideIn 3s cubic-bezier(1, 1, 1, 1) 1 forwards;
}

@keyframes slideIn {
  0% {
    transform: translateX(-70%);
  }
  100% {
    transform: translateX(0);
  }
}

.mens{
	background-image: url("../img/mens/p8-2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}



/*500円*/

.pr500{
	padding: 80px 0 0;
	margin: 0 0 60px;
	background: url("../img/top/500PRbg.png"),linear-gradient(180deg,rgba(255,255,255, 1) 0%, rgba(215,241,245,1.00) 100%);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
}

.pr500b{
	position: relative;
	display: block;
	margin: -80px 0 -60px;
	background-color: #FA7E8F;
	padding:20px 0;
	color:#fff!important;
	text-align: center;
	border:solid 2px rgba(255,255,255,1.00);
}
.pr500b::after{
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border:solid 2px rgba(255,255,255,1.00);
}
.pr500b::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent rgba(255,255,255,1.00) transparent;
}
@media screen and (max-width:1200px){
.pr500{
	padding: 0;
	margin: 0 0 60px;
	background: url("../img/top/500PRbgsp.png"),linear-gradient(180deg,rgba(255,255,255, 1) 0%, rgba(215,241,245,1.00) 100%);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.pr500b{
	position: relative;
	display: block;
	margin: -60px 0 -80px;
	background-color: #FA7E8F;
	padding:20px 0 25px;
	color:#fff!important;
	text-align: center;
	border:solid 2px rgba(255,255,255,1.00);
}
}

/*夏キャンペーン*/

.sumpr{
	padding: 80px 0 0;
	margin: 0 0 60px;
	background: url("../img/top/summerprbg.png"),#fff;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment:scroll;
}

.sumprb{
	position: relative;
	display: block;
	margin: -80px 0 -60px;
	background-color: #1698DA;
	padding:20px 0;
	color:#fff115!important;
	text-align: center;
	border:solid 2px rgba(255,255,255,1.00);
}
.sumprb::after{
	content: "";
	position: absolute;
	top:5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border:solid 1px #fff115;
}
.sumprb::before{
	content: "";
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #fff115 transparent;
}
@media screen and (max-width:1200px){
.sumpr{
	padding: 40px 0 0;
	margin: 0 0 60px;
	background: url("../img/top/summerprbg.png"),#fff;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto;
	background-attachment:scroll;
}
.sumprb{
	position: relative;
	display: block;
	margin: -60px 0 -80px;
	padding:20px 0 25px;
	color:#fff115!important;
	text-align: center;
	border:solid 1px #fff;
}
}
@media screen and (max-width:991px){
.sumpr{
	padding: 20px 0 0;
	margin: 0 0 60px;
	background: url("../img/top/summerprbg.png"),#fff;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 150%;
	background-attachment:scroll;
}
}
@media screen and (max-width:576px){
.sumpr{
	padding: 0;
	margin: 0 0 60px;
	background: url("../img/top/summerprbgsp.png"),#fff;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
}