

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

/*font-family: 'Barlow', sans-serif;*/

:root {
	--thm-font: 'Zen Maru Gothic', sans-serif;
	--thm-font2: "Noto Sans JP", sans-serif;
	--thm-base: #50aab2;
	--thm-base-rgb: 80, 170, 178;
	--thm-base2: #eee37f;
	--thm-base2-rgb: 238, 227, 127;
	--thm-black: #3e3e3f;
	--thm-black-rgb: 62, 62, 63;
	--thm-white: #e8e8e8;
	--thm-white-rgb: 232, 232, 232;
	--thm-gray: #f4f4f8;
}

@font-face {
  font-family: 'TTN-L';
  src: url('../fonts/TTNorms-Light.woff2') format('woff2');
}
@font-face {
  font-family: 'TTN-R';
  src: url('../fonts/TTNorms-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'TTN-M';
  src: url('../fonts/TTNorms-Medium.woff2') format('woff2');
}
@font-face {
  font-family: 'TTN-B';
  src: url('../fonts/TTNorms-Bold.woff2') format('woff2');
}
@font-face {
  font-family: 'TTN-EB';
  src: url('../fonts/TTNorms-ExtraBold.woff2') format('woff2');
}
@font-face {
  font-family: 'TTN-BL';
  src: url('../fonts/TTNorms-Black.woff2') format('woff2');
}
@font-face {
  font-family: 'TTN-H';
  src: url('../fonts/TTNorms-Heavy.woff2') format('woff2');
}

.scbox{
  height:240px;
  overflow: hidden;
  overflow-y: scroll;
  cursor: ns-resize;
}

body {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--thm-font);
}

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


.check{
	position: relative;
	background-color: var(--thm-white);
	padding: 20px 20px 20px 40px;
	border-radius: 20px;
	border: 3px solid var(--thm-black);
	margin-left: 30px;
	margin-right: 60px;
	z-index: 10;
	font-weight: 700;
}

.check_head{
	width: 318px;
	height: auto;
	margin-left: -10px;
	margin-bottom: 45px;
}

.check ul li::after{
    content: url(../images/mocs/check_head.png);
    transform: scale(0.5);
    position: absolute;
    top: -26px;
    left: -88px;
    width: 96px;
    height: 98px;
}

.check ul {
	text-align: left;
  list-style-type: none;
  line-height: 2.5;
  padding-left: 65px;
}

.check ul li {
  position: relative;
  font-size: 21px;
  margin-bottom: 2em;
}

.nocheck{
	position: relative;
	background-color: #DD8AC9;
	display: inline-block;
  border: 3px solid var(--thm-black);
  max-width: 100%;
}

.nocheck_woman4{
	position: absolute;
	width: 294px;
	height: 330px;
	top: -330px;
	right: -81px;
}

.nocheck_deco01{
	position: absolute;
	top: -10px;
	left: -10px;
}

.nocheck_deco02{
	position: absolute;
	bottom: -10px;
	right: -10px;
}

.nocheck ul {
  list-style-type: none;
  padding: 55px;
  line-height: 2.5;
  margin: 0;
  max-width: 100%;
}

.nocheck ul li {
  position: relative;
  width: 630px;
  font-family: var(--thm-font2);
  font-weight: 900;
  font-size: 27px;
  padding: 0.1em 0;
  margin-bottom: 1em;
  background-color: var(--thm-white);
  border: 3px solid var(--thm-black);
  max-width: 100%;
}

.nocheck ul li:last-child{
	margin-bottom: 0;
}

.check2{
	position: relative;
	background-color: #fcfdfd;
	padding: 65px 20px 20px 20px;
	border: 3px solid var(--thm-black);
	z-index: 10;
	font-family: var(--thm-font2);
	font-weight: 900;
  width: 530px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 140px;
}

.check2_head{
	position: absolute;
	top: -40px;
	left: calc(50% - 110px);
	width: 220px;
	padding: 15px 5px 10px;
	background-color: var(--thm-base2);
	border: 3px solid var(--thm-black);
	box-shadow: 5px 5px 0px 0 var(--thm-black);
}

.check2_head h3{
	font-weight: 900;
	font-family: var(--thm-fant2);
	font-size: 21px;
	margin-bottom: 5px;
}

.check2_head p{
	font-size: 1.3rem;
	margin: 0;
	color: #d66518;
	line-height: 1.5;
	font-family: TTN-B;
}

.check2 ul {
	text-align: left;
  list-style-type: none;
  line-height: 2;
  display: inline-block;
  padding-left: 0;
  margin: 0;
}

.check2 ul li {
  position: relative;
  font-size: 16px;
  margin-bottom: 1em;
  padding-left: 35px;
}

.check2 ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 21px;
	height: 21px;
	border: 2px solid var(--thm-black);
}

.check2.check2_sub{
	position: relative;
	padding: 60px 20px 20px 20px;
	margin-top: -72px;
}

.check2.check2_sub:before,.check2.check2_sub:after{
	content: "";
	position: absolute;
	width: 19px;
	height: 74px;
	top: -74px;
	border: 3px solid var(--thm-black);
	background-color: var(--thm-base2);
}

.check2.check2_sub:before{
	left: 30px;
}

.check2.check2_sub:after{
	right: 30px;
}

.check2_sub_head{
	position: absolute;
	top: -30px;
	left: calc(50% - 200px);
	width: 400px;
	padding: 15px 5px;
	background-color: #dd8ac9;
	border: 3px solid var(--thm-black);
	border-radius: 30px;
	z-index: 1;
}

.check2_sub_head h3{
	font-weight: 900;
	font-family: var(--thm-fant2);
	font-size: 21px;
	margin: 0;
}

.check2.check2_sub ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 21px;
	height: 21px;
	border: 2px solid var(--thm-black);
	background-color: var(--thm-base2);
	border-radius: 10.5px;
}

.check2.check2_last{
	margin-bottom: 0;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.block-title {
	text-align: center;
	margin-bottom: 75px;
	position: relative;
}

.block-title p{
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 30px;
	color: var(--thm-base2);
	margin-bottom: 20px;
}

.block-title h3{
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 48px;
	color: var(--thm-black);
	border-bottom: 4px solid var(--thm-base2);
	display: inline-block;
	padding: 0 30px 25px;
}

.block-title h3 span{
	font-size: 0.625em;
}

.block-title img{
	margin: 0;
	display: inline-block;
}

.block-title__bubbles {
	position: relative;
	display: block;
	width: 19px;
	height: 27px;
	padding-bottom: 8px;
	margin-bottom: 15px;
}

.text-center .block-title__bubbles {
	margin-left: auto;
	margin-right: auto;
}

.block-title__bubbles::after,
.block-title__bubbles::before {
	content: '';
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: #30283d;
	opacity: 0.05;
	display: block;
}

.block-title__bubbles::after {
	position: absolute;
	bottom: 0;
	left: calc(50% - 9.5px);
}

.balloon-title {
	position: relative;
	padding: 30px 35px 35px;
	border: 3px solid var(--thm-black);
	background-color: var(--thm-white);
	display: inline-block;
	border-radius: 4em;
	margin-bottom: 55px;
	z-index: 10;
}

.balloon-title .balloon_try{
	content: "";
	position: absolute;
  width: auto;
  height: 3em;
  bottom: -3em;
  right: 5em;
}

.balloon-title h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0.1em;
	background: linear-gradient(transparent 55%, var(--thm-base2) 55%);
	line-height: 1.5;
}

.solution-title h3 {
    margin: 0;
    color: var(--thm-black);
    font-weight: 700;
    font-size: 30px;
}

.marker-under {
    background: linear-gradient(transparent 60%, #ffc007 60%);
}


.button {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	text-align: center;
	background-size: 200% auto;
	border-radius: 5px;
	color: var(--thm-white);
	padding: 18px 80px;
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.button:hover {
	color: var(--thm-white);
	background-position: right center;
}


.thm-btn{
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	text-align: center;
	border-radius: 5px;
	color: var(--thm-white);
	padding: 18px 80px;
	font-size: 13px;
	font-weight: 600;
	margin: 5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	color: var(--thm-white);
	background-position: right center;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-base);
	color: var(--thm-white);
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: var(--thm-black);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-base);
	color: var(--thm-white);
	cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
	min-width: 17rem;
}

.datepicker table {
	width: 100%;
}

.post-pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.post-pagination a {
	border-radius: 50%;
	background-color: var(--thm-white);
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	width: 57px;
	height: 57px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media(max-width: 480px) {
	.post-pagination a {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
}

.post-pagination a:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
}

.post-pagination a.active {
	background-color: var(--thm-base);
	color: var(--thm-white);
	cursor: auto;
}

.post-pagination a+a {
	margin-left: 15px;
}


.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #d66518;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
	transition: all .4s ease;
}

.scroll-to-top i {
	color: var(--thm-white);
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-color: var(--thm-black);
}

.scroll-to-top:hover i {
	color: var(--thm-white);
}

.thm-base-bg {
	background-color: var(--thm-base);
}

.thm-base-bg-2 {
	background-color: var(--thm-base);
}

.thm-gray-bg {
	background-color: var(--thm-gray);
}


/* Cursor Style */
.cursor {
	position: absolute;
	background-color: var(--thm-white);
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: var(--thm-white);
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: var(--thm-white);
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/*preloader*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: var(--thm-white);
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.lds-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ripple div {
	position: absolute;
	border: 4px solid #e41256;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 36px;
		left: 36px;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0px;
		left: 0px;
		width: 72px;
		height: 72px;
		opacity: 0;
	}
}



/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes ImgBounce {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
}

@keyframes ImgShake {
  0% , 100%{
      transform: rotate(3deg);
  }
  50%{
      transform: rotate(-3deg);
  }
}

@keyframes ImgShake2 {
  0% , 100%{
      transform: rotate(3deg) scaleX(-1);;
  }
  50%{
      transform: rotate(-3deg) scaleX(-1);;
  }
}

@keyframes shapeMover {

	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
	}
}


@keyframes bubbleMover {
	0% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}

	50% {
		-webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
		transform: translateY(50px) translateX(100px) rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}

	80% {
		-webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
		transform: translateY(30px) translateX(50px) rotate(15deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}

	100% {
		-webkit-transform: translateY(0px) translateX(0) rotate(0);
		transform: translateY(0px) translateX(0) rotate(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}


/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/


.main-nav__header-one {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 91;
}

.main-nav__header-one .container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.main-nav__logo-box .side-menu__toggler {
	font-size: 20px;
	color: #55adb3;
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 75px;
}

.main-nav__main-navigation .main-nav__navigation-box>li {
	position: relative;
	padding: 38.75px 0px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	font-family: var(--thm-font);
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-weight: 700;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--thm-black);
	position: absolute;
	top: calc(100% + 3px);
	left: 0;
	transform: scale(0, 1);
	transform-origin: right center;
	transition: transform 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-black);
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a::before,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a::before,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a::before {
	transform: scale(1, 1);
	transform-origin: left center;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 230px;
	background-color: var(--thm-white);
	border-top: 2px solid var(--thm-black);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-black-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 14px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: var(--thm-white);
	background-color: var(--thm-black);
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
	display: none;
}


.header__btn {
	background-image: none;
	background-color: var(--thm-base);
	border: 2px solid var(--thm-black);
	padding: 12px;
	line-height: 1;
	color: var(--thm-black);
	font-family: var(--thm-font2);
	font-weight: 900;
}

.header__btn:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
}

.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: var(--thm-black);
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}


.stricked-menu .main-nav__navigation-box>li {
	padding-top: 25px;
	padding-bottom: 25px;
}


/* stricky-fixed */

.stricky-fixed .main-nav__main-navigation .main-nav__navigation-box>li>a{
	color: var(--thm-white);
}

.stricky-fixed .main-nav__main-navigation .main-nav__navigation-box>li>a::before {
	background-color: var(--thm-white);
}

.stricky-fixed .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.stricky-fixed .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.stricky-fixed .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-white);
}

.stricky-fixed .header__btn{
	border-color: var(--thm-white);
	color: var(--thm-white);
	background-color: var(--thm-black);
}

.stricky-fixed .header__btn:hover {
	background-color: var(--thm-white);
	color: var(--thm-black);
}


/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner-one {
	position: relative;
	background-color: var(--thm-base2);
}

.banner-one::before {
	content: '';
	width: 100%;
	height: 225px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(62% 0, 0% 100%, 100% 100%);
	z-index: 1;
}

.banner-one .container {
	position: relative;
	padding-top: 330px;
	padding-bottom: 330px;
}

.banner-one__moc {
	position: absolute;
	bottom: -30px;
	right: -100px;
	animation: ImgBounce 2s ease-in-out 0s infinite alternate;
}

.banner-one__content h3 {
	margin: 0;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 70px;
	font-weight: 700;
	color: var(--thm-black);
	margin-top: 10px;
	margin-bottom: -25px;
	z-index: 10;
}

.banner-one__content h7 {
    margin: 0;
    font-size: 55px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 900;
    color: var(--thm-black);
    margin-top: 10px;
    margin-bottom: 45px;
    margin-left: -0.5em;
    font-weight: 900;
    font-family: var(--thm-font2);
    display: inline-block;
}

.banner-one__content p {
    margin: 8px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--thm-black);
}


.banner-one__btn {
	 	position: absolute;
	  padding: 20px;
    background-image: none;
    margin-top: 130px;
    display: inline-block;
    vertical-align: middle;
    background-color: #d66518;
    color: var(--thm-white);
    transition: all 500ms ease;
    left: calc(50% - 180px);
    width: 360px;
    font-size: 23px;
    border: 3px solid var(--thm-black);
    border-radius: 2em;
    font-weight: 900;
    font-family: var(--thm-font2);
		-webkit-text-stroke: 1px var(--thm-black);
		text-stroke: 1px var(--thm-black);
		box-shadow: 7.5px 7.5px 0px 0 var(--thm-black);
		z-index: 10;
}

.banner-one__btn:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
	box-shadow: 0px 0px 0px 0 var(--thm-black);
}

.banner-one__btn_youtube {
	 	position: absolute;
    padding: 20px;
    background-image: none;
    margin-top: -92px;
    display: inline-block;
    vertical-align: middle;
    background-color: #d66518;
    color: var(--thm-white);
    transition: all 500ms ease;
    right: calc(40% - 78px);
    width: 215px;
    font-size: 23px;
    border: 3px solid var(--thm-black);
    border-radius: 2em;
    font-weight: 900;
    font-family: var(--thm-font2);
    -webkit-text-stroke: 1px var(--thm-black);
    text-stroke: 1px var(--thm-black);
    box-shadow: 7.5px 7.5px 0px 0 var(--thm-black);
    z-index: 10;
    text-align: center;
}

.banner-one__btn_youtube:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
	box-shadow: 0px 0px 0px 0 var(--thm-black);
}

.banner-one__btn_deco{
	position: absolute;
  left: calc(50% - 180px);
  width: 360px;
  color: var(--thm-black);
  text-align: center;
  font-size: 21px;
  letter-spacing: 0.2em;
  margin-top: 80px;
  z-index: 10;
}

.banner-one__btn_deco::before,.banner-one__btn_deco::after{
	content: "";
	width: 2px;
	height: 1.1em;
	display: inline-block;
	background-color: var(--thm-black);
	margin: 0 0.6em -0.2em 0.6em;
}

.banner-one__btn_deco::before{
	transform: rotate(-25deg);
}

.banner-one__btn_deco::after{
	transform: rotate(25deg);
}

.banner-one__content .banner-one__tag-line {
	display: inline-block;
	background-color: rgba(0, 0, 0, .1);
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	color: var(--thm-white);
	letter-spacing: .2em;
	border-radius: 5px;
	overflow: hidden;
	padding-left: 30px;
	line-height: 40px;
}

.banner-one__content .banner-one__tag-line a {
	display: inline-block;
	vertical-align: middle;
	background-color: #feec66;
	color: #23242b;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 25px;
	transition: all 500ms ease;
}

.banner-one__content .banner-one__tag-line a:hover {
	background-color: var(--thm-black);
	color: var(--thm-white);
}

[class*=banner-one__shape-] {
	position: absolute;
}

.banner-one__shape-moc-1 {
	top: 15%;
	right: -9%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.banner-one__shape-3 {
	bottom: 19%;
	left: 6%;
}



/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/


.service-one {
	padding-bottom: 90px;
	padding-top: 60px;
	background-color: var(--thm-base);
}

.service-one_title{
	margin-bottom: 35px;
}

.service-one_title h3{
	font-family: TTN-BL;
	font-size: 31px;
	color: var(--thm-white);
	padding-bottom: 10px;
	border-bottom: 3px solid var(--thm-base2);
	display: inline-block;
	letter-spacing: 0.1em;
}

.favo__content{
  text-align: center;
  max-width: 485px;
  margin: 0 auto;
}

.favo__content .favo__content_projection {
	padding: 18px 25px;
	display: inline-block;
	border-radius: 15px 15px 0 0;
	background-color: var(--thm-white);
	border: 3px solid var(--thm-black);
	border-bottom: none;
	margin-bottom: -3px;
}

.favo__content .favo__content_projection>h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: 700;
	font-size: 25px;
	background: linear-gradient(transparent 55%, var(--thm-base2) 55%);
	line-height: 1.5;
}

.favo__content>p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: var(--thm-black);
	margin-bottom: 150px;
	text-align: left;
	font-family: var(--thm-font2);
	font-weight: 700;
	background-color: var(--thm-white);
	border: 3px solid var(--thm-black);
	padding: 40px 55px;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}


/*--------------------------------------------------------------
# Call to Action
--------------------------------------------------------------*/

.cta-one {
	position: relative;
	background-color: var(--thm-white);
	z-index: 10;
	padding-top: 65px;
}

[class*=cta-one__circle-] {
	position: absolute;
	opacity: 0.03;
	border-radius: 50%;
	background-color: var(--thm-black);
}

.cta-one__circle-1 {
	width: 999px;
	height: 999px;
	left: calc(50% - 499.5px);
	bottom: calc(0% - 499.5px);
}

.cta-one__circle-2 {
	width: 792px;
	height: 792px;
	left: calc(50% - 396px);
	bottom: calc(0% - 396px);
}

.cta-one__circle-3 {
	width: 613px;
	height: 613px;
	left: calc(50% - 306.5px);
	bottom: calc(0% - 306.5px);
}

.cta-one .container {
	position: relative;
	padding-top: 80px;
	padding-bottom: 120px;
}

.cta-one__content {
	position: relative;
}

.cta-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: 800;
	font-size: 46px;
}

.cta-one__content p {
	margin: 0;
	color: var(--thm-black);
	font-weight: 300;
	font-size: 24px;
	margin-top: 25px;
}

.cta-one__btn {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
	margin-top: 55px;
}

.cta-two {
	background-color: var(--thm-base);
	padding-bottom: 150px;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.cta-two_try {
	content: '';
	width: 100vw;
	height: 185px;
	position: absolute;
	bottom: 170px;
	left: calc(50% - 50vw);
	background-color: var(--thm-base2);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.cta-two_try2 {
	content: '';
	width: 100vw;
	height: 321px;
	position: absolute;
	bottom: -150px;
	left: calc(50% - 50vw);
	background-color: var(--thm-base2);
}

.cta-two .container {
	position: relative;
}

.cta-two .container .accrodion-grp .row_problem{
	margin: 0;
}

[class*=cta-two__shape-] {
	position: absolute;
}

.cta-two__moc {
	position: absolute;
	top: 200px;
	right: 65px;
	animation: ImgShake 5s ease-in-out 0s infinite alternate;
}

.cta-two__master {
	position: absolute;
	top: 64px;
  left: 285px;
	animation: ImgBounce 10s ease-in-out 0s infinite alternate;
}

.cta-three {
	text-align: center;
	position: relative;
	background-color: var(--thm-white);
	position: relative;
	padding-bottom: 40px;
}

.cta-three_try {
	content: '';
	width: 440px;
	height: 175px;
	display: inline-block;
	background-color: var(--thm-base2);
	clip-path: polygon(100% 0%, 50% 100%, 0% 0%);
	margin-bottom: 90px;
}

.cta-three_title{
	animation: ImgBounce 1.5s ease-in-out 0s infinite alternate;
}

.cta-four{
	text-align: center;
	background-color: var(--thm-base);
	padding-bottom: 150px;
}

.cta-four::before{
	content: "";
	width: 100%;
	height: 165px;
	display: inline-block;
	background-color: var(--thm-white);
	clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}

.cta-four_title{
	width: 100%;
	margin-bottom: 35px;
}

.cta-five {
	background-color: var(--thm-base2);
	position: relative;
	padding-bottom: 120px;
	text-align: center;
}

.cta-five::before{
	content: "";
	width: 100%;
	height: 164px;
	display: inline-block;
	background-color: var(--thm-base);
	clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
	margin-top: -1px;
	margin-bottom: 60px;
}

.cta-five_title{
	margin-bottom: 85px;
}

.cta-five .container {
	position: relative;
	max-width: 950px;
	display: inline-block;
}

.cta-five__box {
	display: flex;
	position: relative;
	margin-bottom: 45px;
}

.cta-five__box_left{
	justify-content: flex-start;
	padding-left: 62px;
}

.cta-five__box_right{
	justify-content: flex-end;
	padding-right: 62px;
}

.cta-five__box-content{
	position: relative;
	background-color: var(--thm-white);
	padding: 40px 30px 30px;
	border: 5px solid var(--thm-black);
	width: 450px;
}

.cta-five__box-content .point_num{
	position: absolute;
	top: -62px;
	width: 124px;
	height: 124px;
	background-color: var(--thm-base);
	border: 5px solid var(--thm-black);
	border-radius: 50%;
	transform: rotate(-45deg);
}

.cta-five__box_left .cta-five__box-content .point_num{
	left: -62px;
	border-bottom: 5px solid var(--thm-white);
}

.cta-five__box_right .cta-five__box-content .point_num{
	right: -62px;
	border-left: 5px solid var(--thm-white);
}

.point_num p:first-child{
	position: absolute;
  top: 25px;
  left: 40px;
	font-family: TTN-BL;
	font-size: 17px;
	transform: rotate(45deg);
	color: var(--thm-black);
}

.point_num p:last-child{
	position: absolute;
  top: 27px;
  left: 12px;
	font-family: TTN-H;
	font-size: 51px;
	transform: rotate(45deg);
	color: #d66518;
	-webkit-text-stroke: 3px var(--thm-black);
  text-stroke: 3px var(--thm-black);
}

.cta-five__box-content h3 {
	margin: 0;
	font-size: 26.5px;
	font-weight: 900;
	margin-bottom: 15px;
	font-family: var(--thm-font2);
	color: var(--thm-black);
	letter-spacing: 0.1em;
}

.cta-five__box-content p {
	margin: 0;
	font-size: 12px;
	font-weight: 900;
	line-height: 1.5;
	font-family: var(--thm-font2);
	color: #666668;
	letter-spacing: 0.1em;
}

.cta-six{
	background-color: var(--thm-base);
	position: relative;
	padding-bottom: 220px;
	text-align: center;
}

.cta-six::before{
	content: "";
	width: 100%;
	height: 225px;
	display: inline-block;
	background-color: var(--thm-base2);
	clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}

.cta-six_title p{
	color: var(--thm-base2);
	font-size: 30px;
}

.cta-six .block-title{
	position: relative;
}

.woman5{
	position: absolute;
	top: -325px;
	left: -20px;
	animation: ImgShake 3s ease-in-out 0s infinite alternate;
}

.woman6{
	position: absolute;
	top: -335px;
	right: -10px;
	animation: ImgShake 3s ease-in-out 0s infinite alternate;
}

.cta-six__col {
	position: relative;
	flex: 1 1 calc(20% - 24px);
	text-align: center;
	background-color: #dd8ac9;
	margin: 12px;
	padding: 17px;
	border: 2px solid var(--thm-black);
}

.cta-six__col .step_num {
	position: absolute;
	top: -32px;
	left: calc(50% - 60px);
	width: 120px;
	height: auto;
	background-color: #dd8ac9;
	border: 2px solid var(--thm-black);
	padding: 9px 5px 5px;
}

.cta-six__col .step_num p:first-child{
	font-size: 11.5px;
	font-family: TTN-BL;
	letter-spacing: 0.1em;
	margin: 0;
	line-height: 1;
}

.cta-six__col .step_num p:last-child{
	font-size: 34.5px;
	font-family: TTN-H;
	letter-spacing: 0.1em;
	margin: 0;
	color: var(--thm-white);
	line-height: 1;
	-webkit-text-stroke: 1px var(--thm-black);
  text-stroke: 1px var(--thm-black);
}

.cta-six__single {
	padding: 40px 20px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(232, 232, 239);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
	height: 100%;
}

.cta-six__single p{
	font-size: 31px;
	padding-bottom: 0.1em;
	margin-bottom: 25px;
  font-weight: 900;
  letter-spacing: 0.2em;
	font-family: var(--thm-font2);
	border-bottom: 7px solid var(--thm-base);
	width: 2.8em;
	display: inline-block;
}

.cta-six__single h4 {
	color: var(--thm-black);
	font-size: 10px;
	font-weight: 500;
	line-height: 1.8;
	color: #666668;
	font-family: var(--thm-font2);
}

/* template */

.cta-seven{
	background-color: var(--thm-base);
	position: relative;
	padding-bottom: 120px;
	text-align: center;
}

.cta-seven__col{
	background-color: var(--thm-white);
	overflow-y: auto;
	overflow-x: scroll;
	padding: 30px 0 100px;
}


@media(max-width: 1600px) {
	.cta-seven__col{
		padding-bottom: 110px;
	}
}

.scroll__inner {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.scroll__inner::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.simplebar-scrollbar::before {
  background: var(--thm-base2);
  border-radius: 0;
  height: 24px !important;
  margin: 7px 18px;
  border-radius: 10px;
}
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
.simplebar-track {
  background: var(--thm-base);
  height: 42px !important;
  margin: 0 8px 30px;
  padding: 0;
  border-radius: 12px;
  cursor:-moz-grab;
  cursor:-webkit-grab;
  cursor: grab;
  pointer-events: auto;
}
.simplebar-track:active {
  cursor: grabbing;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
	cursor:-moz-grab;
  cursor:-webkit-grab;
  cursor: grab;
  pointer-events: auto;
}

.templateList__wrapper {
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    zoom: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    min-width: 2500px;
}

.template__image {
    border-radius: 3px;
    box-shadow: 0 1px 10px 1px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    width: 100%;
}

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

.templateList__content {
    transition: all .3s ease;
    float: left;
    position: relative;
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 363px;
    margin-right: 25px;
    margin-left: 25px;
}

.templateList__content:first-child{
	margin-left: 50px;
}

.templateList__content:last-child{
	margin-right: 50px;
}

.templateList__content:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.templateList__link {
  position: relative;
}


.templateDetail {
	position: relative;
	line-height: 1.3em;
	width: calc(100% - 50px);
	padding: 25px 20px 15px 20px;
	text-align: center;
	background-color: var(--thm-white);
	border: 3px solid var(--thm-black);
	border-radius: 15px;
	margin: 18px 25px 0;
	box-shadow: 5px 5px 0px 0 var(--thm-black);
}

.templateDetail__title {
		font-family: TTN-B;
		color: var(--thm-black);
		margin: 0;
    font-size: 14px;
    font-weight: 900;
    padding-bottom: 5px;
    letter-spacing: 0.1em;
}

.templateDetail__bottom {
    display: flex;
    width: 100%;
}

.templateDetail__author {
		margin: 0;
    font-size: 11px;
    width: 100%;
    font-weight: 900;
    color: #666668;
    font-family: var(--thm-font2);
}

.cta-eight{
	background-color: var(--thm-base);
	position: relative;
	text-align: center;
	z-index: 1;
	margin-top: -1px;
	padding-bottom: 1px;
}

.cta-eight:before{
	content: "";
	width: 100%;
	height: 600px;
	display: inline-block;
	background-color: var(--thm-base2);
	clip-path: polygon(0 0, 100% 35%, 100% 65%, 0% 100%);
	margin-bottom: 15px;
}

.cta-eight_menu{
	background-color: var(--thm-white);
	border: 3px solid var(--thm-black);
}

.cta-eight .cta_two_color{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 180px;
}

.cta-eight_try{
	position: absolute;
	width: 100%;
	height: 290px;
	bottom: -109px;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(0 0, 100% 0, 35.5% 100%, 0 15%);
}

.cta_two_color{
	display: flex;
	width: 100%;
}

.cta_two_color01,.cta_two_color02{
	width: 50%;
	padding-top: 450px;
	padding-bottom: 100px;
	display: flex;
}

.cta_two_color01{
	background-color: var(--thm-white);
	justify-content: flex-end;
}

.cta_two_color02{
	background-color: var(--thm-base2);
	justify-content: flex-start;
}

.cta-nine_title{
	position: absolute;
	width: 602px;
	height: 387px;
	bottom: -384px;
	left: calc(50% - 301px);
	margin: 0;
}

.cta-nine{
	position: relative;
}

.cta_two_color h3{
	position: relative;
	font-family: var(--thm-font2);
	font-weight: 900;
	font-size: 21px;
	margin-bottom: 75px;
	display: inline-block;
}

.cta_two_color h3:before,.cta_two_color h3:after{
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	border: 3px solid var(--thm-black);
	top: 5px;
}

.cta_two_color h3:before{
	left: -30px;
}

.cta_two_color h3:after{
	right: -30px;
}

.cta_two_color .cta_two_color01 h3:before,.cta_two_color .cta_two_color01 h3:after{
	background-color: #96caea;
}

.cta_two_color .cta_two_color02 h3:before,.cta_two_color .cta_two_color02 h3:after{
	background-color: #ea81ca;
}

.cta-nine_favo{
	margin: -2em 0.5em -2.5em 0;
}

.cta_two_color_box{
	max-width: 100%;
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}

.cta-nine_try{
	position: absolute;
	width: 100%;
	height: 220px;
	bottom: -1px;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(75% 0, 100% 40%, 100% 100%, 0% 100%);
}




/*--------------------------------------------------------------
# Main Footer
--------------------------------------------------------------*/


.site-footer {
	background-color: var(--thm-white);
	position: relative;
	overflow: hidden;
}

[class*=site-footer__shape-] {
	position: absolute;
}

.site-footer__shape-1 {
	top: -2.5%;
	left: 3%;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-delay: 0s;
}

.site-footer__shape-2 {
	bottom: 15%;
	right: 4%;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-delay: 2s;
}

.site-footer__shape-3 {
	position: absolute;
	left: calc(50% - 231.5px);
	bottom: calc(0% - 231px);
	opacity: 0.15;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.site-footer .container {
	position: relative;
	z-index: 20;
}

.site-footer__upper {
	padding-bottom: 30px;
	padding-top: 30px;
}

/*footer widgets*/

.footer-widget__title {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	color: var(--thm-white);
	margin-bottom: 40px;
}

.footer-widget p {
	margin: 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: var(--thm-black);
}

.footer-widget p+p {
	margin-top: 25px;
}

.footer-widget p a {
	color: var(--thm-base);
	transition: all 500ms ease;
}

.footer-widget p a:hover {
	color: var(--thm-white);
}

.footer-widget__logo {
	display: inline-block;
	margin-top: -5px;
	margin-bottom: 20px;
}

.footer-widget__links-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

@media(min-width: 992px) {
	.footer-widget__links-wrap {
		padding-right: 70px;
	}

	.footer-widget__about {
		padding-right: 30px;
	}
}

.footer-widget__links ul {
	margin-bottom: 0;
}

.footer-widget__links ul li {
	line-height: 1em;
	font-size: 16px;
	font-weight: 500;
}

.footer-widget__links ul li+li {
	margin-top: 23px;
}

.footer-widget__links ul li a {
	color: #a3a4b3;
	display: block;
	position: relative;
	transition: all 500ms ease;
}

.footer-widget__links ul li a:hover {
	color: var(--thm-base);
	transform: translateX(20px);
}

.footer-widget__links ul li a::before {
	content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--thm-base);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-40%) translateX(-20px);
	opacity: 0;
	transition: all 500ms ease;
}

.footer-widget__links ul li a:hover::before {
	opacity: 1;
}

.footer-widget__mc-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: var(--thm-white);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	border-radius: 5px;
	height: 70px;
}

.footer-widget__mc-form ::placeholder {
	color: var(--thm-black);
	opacity: 1;
}

.footer-widget__mc-btn {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
}

/* footer bottom */

.site-footer__bottom .inner-container {
	display: flex;
	align-items: center;
	padding-top: 39.5px;
	padding-bottom: 39.5px;
}

.site-footer__bottom .inner-container>p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	margin-right: 2rem;
}

.site-footer__bottom .inner-container a{
	color: var(--thm-black);
}

.site-footer__social {
	display: flex;
	align-items: center;
	justify-content: center;
}

.site-footer__social a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
	color: var(--thm-white);
	font-size: 16px;
	background-size: 200% auto;
	transition: all 500ms ease;
}

.site-footer__social a:hover {
	background-position: right center;
}

.site-footer__social a+a {
	margin-left: 10px;
}

.site-footer__social .fa-facebook-f {
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
}

.site-footer__social .fa-twitter {
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 51%, #4453ac 100%);
}

.site-footer__social .fa-instagram {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
}

.site-footer__social .fa-pinterest-p {
	background-image: linear-gradient(90deg, #e41256 0%, #ffa337 51%, #e41256 100%);

}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/


.contact-one {
	padding-top: 120px;
	position: relative;
	background-color: var(--thm-base2);
}

.contact-one_try{
	position: absolute;
	width: 100%;
	height: 450px;
	top: -1px;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(0 0, 100% 0%, 100% 40%, 35% 100%, 0% 50%);
}

.contact-one .container {
	position: relative;
	z-index: 11;
}

.contact-one_button{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

[class*=contact-one__shape-] {
	position: absolute;
}

@media(min-width: 992px) {
	.contact-one__content {
		padding-right: 30px;
	}
}

.contact-one__images {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-one__infos {
	margin-top: 55px;
}

.contact-one__infos-single {
	display: flex;
	align-items: center;
}

.contact-one__infos-single+.contact-one__infos-single {
	margin-top: 35px;
}

.contact-one__infos-icon i {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--thm-white);
	font-size: 18px;
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 100%);
	margin-right: 20px;
}

.contact-one__infos-single:nth-child(2) .contact-one__infos-icon i {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
}

.contact-one__infos-single:nth-child(3) .contact-one__infos-icon i {
	background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);

}

.contact-one__infos-single h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

.contact-one__infos-single p {
	font-weight: 300;
	font-size: 22px;
	line-height: 36px;
	margin: 0;
	margin-top: 5px;
}

.contact-one__infos-single p a {
	color: inherit;
	transition: all 500ms ease;
}

.contact-one__infos-single p a:hover {
	color: var(--thm-base);
}

.contact-one__form .row {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 50px;
}

.contact-one__form .row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

/*--------------------------------------------------------------
# 追加設定
--------------------------------------------------------------*/

.getin_form{
	background-color: #fcfdfd;
	padding: 40px 60px;
	border: 3px solid var(--thm-black);
}

.getin_form label{
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0.1em;
	font-family: TTN-B;
}

.gradient-btn {
	position: relative;
	background-color: #d66518;
	display: inline-block;
	padding: 20px 90px;
	border-radius: 25px;
	border: 3px solid var(--thm-black);
	box-shadow: 7.5px 7.5px 0px 0 var(--thm-black);
}

.gradient-btn p{
	font-size: 33px;
	font-family: TTN-H;
	margin: 0;
	letter-spacing: 0.1em;
	-webkit-text-stroke: 2px var(--thm-black);
	text-stroke: 2px var(--thm-black);
}

.form-group{
	margin-bottom: 45px;
}

.gradient-btn img{
	max-width: 119px;
	margin-bottom: 3px;
}

.gradient-btn:hover{
	background-color: var(--thm-black);
	box-shadow: 0px 0px 0px 0 var(--thm-black);
}

.getin_form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.getin_form textarea {
    display: block;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    background-color: var(--thm-white);
    font-size: 16px;
    font-weight: 500;
    color: var(--thm-black);
    padding-left: 30px;
    height: 68px;
    border-radius: 12px;
}

.getin_form textarea {
	height: 188px;
	padding-top: 20px;
}

.getin_form ::placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.getin_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.getin_form .bootstrap-select>.dropdown-toggle {
	border-radius: 0;
	padding-left: 30px;
	margin-bottom: 10px;
	background-color: var(--thm-gray);
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-black);
	padding-left: 30px;
	height: 68px;
	padding-right: 30px;
}

.getin_form .bootstrap-select .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
}

/*--------------------------------------------------------------
# 追加設定
--------------------------------------------------------------*/


.contact-one__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.contact-one__form textarea {
	display: block;
	border: none;
	width: 100%;
	margin-bottom: 10px;
	background-color: var(--thm-gray);
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-black);
	padding-left: 30px;
	height: 68px;
}

.contact-one__form textarea {
	height: 188px;
	padding-top: 20px;
}

.contact-one__form ::placeholder {
	opacity: 1;
	color: var(--thm-black);
}

.contact-one__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.contact-one__form .bootstrap-select>.dropdown-toggle {
	border-radius: 0;
	padding-left: 30px;
	margin-bottom: 10px;
	background-color: var(--thm-gray);
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-black);
	padding-left: 30px;
	height: 68px;
	padding-right: 30px;
}

.contact-one__form .bootstrap-select .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
}

.contact-one__form label.error {
	display: block;
}


/*--------------------------------------------------------------
# template
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one__home {
	padding-top: 120px;
	padding-bottom: 60px;
	background-color: var(--thm-gray);
	position: relative;
}

.blog-one__grid {
	padding-bottom: 120px;
}

.blog-one__shape-1 {
	position: absolute;
	top: 6%;
	right: 8%;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.blog-one .container {
	position: relative;
}

.blog-one__single {
	margin-bottom: 90px;
}

.blog-one__image {
	background: var(--thm-base);
	padding: 20px;
	position: relative;
	background-size: 200% auto;
	overflow: hidden;
}

.blog-one__image>img {
	width: 100%;
	transform: scale(1);
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__image {
	background-position: right center;
}

.blog-one__single:hover .blog-one__image>img {
	opacity: 0.5;
	transform: scale(1.2);
}

.blog-one__content {
	padding-top: 35px;
	padding-bottom: 45px;
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
	background-color: var(--thm-white);
}

@media(max-width: 375px) {
	.blog-one__content {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}
}

.blog-one__meta {
	display: flex;
	margin: 0;
	align-items: center;
}

.blog-one__meta li a {
	color: var(--thm-black);
	font-size: 14px;
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.blog-one__meta li a i {
	color: #d66518;
	margin-right: 3px;
}

.blog-one__meta li+li {
	margin-left: 10px;
}

.blog-one__meta li a:hover {
	color: var(--thm-black);
}


.blog-one__content h3 {
	color: var(--thm-black);
	margin: 0;
	font-size: 26px;
	line-height: 40px;
	font-weight: 600;
}


@media(max-width: 375px) {
	.blog-one__content h3 {
		font-size: 22px;
		line-height: 1.3em;
	}
}


.blog-one__content h3 a {
	transition: all 500ms ease;
	color: inherit;
}

.blog-one__content h3 a:hover {
	color: var(--thm-base);
}



/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/

.blog-details {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-details__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 35px;
}

.blog-details__image {
	margin-bottom: 20px;
	padding: 10px;
	background-color: var(--thm-base);
}

.blog-details__image>img {
	width: 100%;
}

.blog-details__content p {
	margin: 0;
}

.blog-details__content p+p {
	margin-top: 40px;
}

.blog-details__content .blog-one__meta li a {
	font-size: 18px;
}

.blog-details__bottom {
	border-top: 1px solid #e8e8ef;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.blog-details__tags {
	margin: 0;
	display: flex;
	align-items: center;
}

.blog-details__tags span {
	font-size: 20px;
	font-weight: 600;
	color: var(--thm-black);
}

.blog-details__tags a {
	color: var(--thm-black);
	font-size: 16px;
	margin-left: 5px;
	transition: all 500ms ease;
}

.blog-details__tags a:hover {
	color: var(--thm-base);
}

.author-one {
	padding: 60px;
	background-color: var(--thm-gray);
	position: relative;
	margin-bottom: 60px;
}

.author-one__image,
.author-one__content {
	display: table-cell;
	vertical-align: middle;
}

.author-one__image {
	width: 170px;
}

.author-one__content {
	padding-left: 40px;
}

.author-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: 600;
	font-size: 20px;
}

.author-one__content p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: var(--thm-black);
	margin-top: 40px;
}

.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 26px;
	font-weight: 800;
	margin-bottom: 55px;
}

.comment-one__single {
	position: relative;
	border-bottom: 1px solid #e8e8ef;
	margin-bottom: 60px;
	padding-bottom: 50px;
}

.comment-one__image,
.comment-one__content {
	display: table-cell;
	vertical-align: top;
}

.comment-one__image {
	width: 90px;
}

.comment-one__image>img {
	width: 100%;
	border-radius: 50%;
}

.comment-one__content {
	padding-left: 40px;
	padding-right: 105px;
}

.comment-one__date {
	display: flex;
	color: var(--thm-base);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 25px;
}

.comment-one__date span {
	margin-left: 10px;
	margin-right: 10px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 600;
}

.comment-one__content p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	color: var(--thm-black);
	font-weight: 500;
}

.comment-one__btn {
	padding: 8px 29.5px;
	position: absolute;
	top: 0;
	right: 0;
}



/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 245px;
	padding-bottom: 190px;
	background-color: var(--thm-base2);
}

@media(max-width: 991px) {
	.page-header {
		padding-top: 180px;
		padding-bottom: 120px;
	}
}

.page-header::before {
	content: '';
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: var(--thm-gray);
	clip-path: polygon(71.5% 0, 0% 100%, 100% 100%);
}

@media(max-width: 991px) {
	.page-header::before {
		height: 80px;
	}
}

.page-header__white-curv::before {
	background-color: #fff;
}

.page-header .container {
	position: relative;
}

.page-header h2 {
	font-family: TTN-B;
	color: var(--thm-black);
	margin: 0;
	text-transform: uppercase;
	font-size: 70px;
	font-weight: 500;
	line-height: 1em;
}



/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color:var(--thm-white);
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 20px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}



.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-menu__btn{
	margin: 0;
	display: flex;
	flex-direction: column
}

.side-menu__btn .thm-btn{
	margin: 0 0 10px;
	width: 8em;
	padding: 12px 5px;
}


.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transfrom 500ms ease;
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 10px;
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: var(--thm-black);
	font-size: 18px;
	font-weight: 500;
	display: block;
	font-family: var(--thm-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	color:var(--thm-base);
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color:var(--thm-base);
}



.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 40px;
}


.side-menu__social a {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
	color: var(--thm-white);
	font-size: 16px;
	background-size: 200% auto;
	transition: all 500ms ease;
}

.side-menu__social a:hover {
	background-position: right center;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__social .fa-facebook-f {
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 51%, #0349a6 100%);
}

.side-menu__social .fa-twitter {
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 51%, #4453ac 100%);
}

.side-menu__social .fa-instagram {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 51%, #4a0e8f 100%);
}

.side-menu__social .fa-pinterest-p {
	background-image: linear-gradient(90deg, #e41256 0%, #ffa337 51%, #e41256 100%);

}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
}

.side-menu__content p {
    margin: 0;
    font-size: 21px;
    line-height: 30px;
    font-weight: 800;
    color: #393a3a;
}

.side-menu__content p+p {
	margin-top: 30px;
}

.side-menu__content p a {
	color: #b92592;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: var(--thm-base);
}

.side-menu__sep {
    width: calc(100% - 195px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #393a3a;
    margin-top: 40px;
    margin-bottom: 40px;
}

.side-menu__text p {
	font-size: 16px;
	line-height: 32px;
	font-weight: 500;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	color: var(--thm-base);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-black);
}

.side-menu__block__copy {
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-black);
	margin: 0;
}


@media(max-width: 575px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 40px;
		margin-bottom: 40px;
		width: calc(100% - 100px);
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}


	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
}

@media (max-width: 375px){

.side-menu__content p {
    margin: 0;
    font-size: 17px;
    line-height: 30px;
    font-weight: 800;
    color: #393a3a;
}
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/


.sidebar-single:not(.sidebar__search) {
	background-color: var(--thm-gray);
	padding: 50px;
}

.sidebar-single+.sidebar-single {
	margin-top: 30px;
}

.sidebar__title {
	margin: 0;
	color: var(--thm-black);
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 25px;
	line-height: 1em;
}

.sidebar__search-form {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
	display: block;
	width: 100%;
	position: relative;
}

.sidebar__search-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: transparent;
	color: var(--thm-white);
	font-size: 16px;
	padding-left: 50px;
	height: 83px;
}

.sidebar__search-form ::placeholder {
	opacity: 1;
	color: var(--thm-white);
}

.sidebar__search-form button[type=submit] {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
	right: 50px;
	color: var(--thm-white);
	border: none;
	outline: none;
	background-color: transparent;
}

.sidebar__post-single {
	position: relative;
	padding-left: 80px;
}

.sidebar__post-single+.sidebar__post-single {
	margin-top: 30px;
}

.sidebar__post-single>img {
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.sidebar__post-single h3 {
	font-size: 16px;
	line-height: 28px;
	color: var(--thm-black);
	margin: 0;
}

.sidebar__post-single h3 a {
	color: inherit;
}

.sidebar__post-single h3 a:hover {
	color: var(--thm-base);
}

.sidebar__cat-list {
	margin: 0;
}

.sidebar__cat-list li {
	line-height: 1em;
}

.sidebar__cat-list li+li {
	margin-top: 20px;
}

.sidebar__cat-list li a {
	color: var(--thm-black);
	font-size: 16px;
	font-weight: 500;
	transition: all 500ms ease;
}

.sidebar__cat-list li a:hover {
	color: var(--thm-base);
}

.sidebar__tags-list {
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 16px;
	line-height: 34px;
	color: var(--thm-black);
	font-weight: 500;
	transition: all 500ms ease;
}

.sidebar__tags-list a:hover {
	color: var(--thm-base);
}


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
	padding: 0 0 10px;
	position: relative;
	counter-reset: faqNumber;
	background-color: var(--thm-base2);
}

.faq-one.faq-two ,.faq-one.faq-four {
	background-color: var(--thm-base);
}

.faq-one.faq-two{
	padding-top: 120px;
}

.faq-one.faq-three{
	padding-top: 60px;
}

.faq-one_try01{
	width: 100%;
	height: 290px;
	display: inline-block;
	background-color: var(--thm-base);
	clip-path: polygon(0 0, 100% 0, 68% 100%, 0 15%);
	margin-bottom: 60px;
	margin-top: -1px;
}

.faq-one_try02{
	position: absolute;
	top: -1px;
	bottom: 0;
	width: 100%;
	height: 150px;
	display: inline-block;
	background-color: var(--thm-base2);
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 11% 0, 0 100%);
}

.faq-one_try03{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 140px;
	display: inline-block;
	background-color: var(--thm-base2);
	clip-path: polygon(88% 0, 100% 50%, 100% 100%, 0% 100%, 0 0, 60% 100%);
}

.faq-one_try04{
	width: 100%;
	height: 150px;
	display: inline-block;
	background-color: var(--thm-base2);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 0, 0 83%);
	margin-bottom: 10px;
	margin-top: -1px;
}

.faq-one .block-title{
	margin-bottom: 110px;
}

.faq-one .block-title p{
	color: var(--thm-base);
}

.faq-one .block-title h3{
	border: none;
	padding: 0;
	margin-bottom: 0;
}

.faq-one h3{
	font-size: 24px;
	text-align: center;
	margin-bottom: 55px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

[class*=faq-one__shape-] {
	position: absolute;
}

.faq-one .container {
	position: relative;
}

@media (min-width: 992px) {
	.faq-one .container {
		max-width: 900px;
	}
}

.faq-accrodion .accrodion {
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	counter-increment: faqNumber;
}

.faq-accrodion .accrodion:before {
	content: '';
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 0px;
	right: 0px;
	border-radius: 0px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

.faq-accrodion .accrodion+.accrodion {
	margin-top: 20px;
}

.faq-accrodion .accrodion.active {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);

}

.faq-accrodion .accrodion.active .accrodion-inner {
	margin: 0 1px;
}

.faq-accrodion .accrodion.active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.faq-accrodion .accrodion.active .accrodion-title {
	padding-bottom: 0;
}

.faq-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--thm-black);
}

.faq-accrodion .accrodion .accrodion-inner {
	background-color: var(--thm-white);
	padding: 30.5px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #e8e8ef;
	border-radius: 0px;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.faq-accrodion .accrodion .accrodion-title {
	padding: 0px 85px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

@media (max-width: 375px) {
	.faq-accrodion .accrodion .accrodion-title {
		padding-right: 50px;
	}
}

.faq-accrodion .accrodion .accrodion-title:before {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	font-size: 25px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	transition: all 500ms ease;
	border: 3px solid var(--thm-black);
}

.faq-one .faq-accrodion .accrodion .accrodion-title:before,
.faq-three .faq-accrodion .accrodion .accrodion-title:before{
	background: var(--thm-base);
	color: var(--thm-white);
}

.faq-two .faq-accrodion .accrodion .accrodion-title:before,
.faq-four .faq-accrodion .accrodion .accrodion-title:before{
	background: var(--thm-base2);
	color: var(--thm-black);
}

.faq-accrodion .accrodion .accrodion-title::after {
	content: '\f068';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	font-size: 25px;
	color: var(--thm-white);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	background: #d66518;
	transition: all 500ms ease;
	border: 3px solid var(--thm-black);
}

.faq-accrodion .accrodion.active .accrodion-title::before {
	opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
	opacity: 1;
}

.faq-accrodion .accrodion .accrodion-title h4 {
	margin: 0;
	color: #30283d;
	font-size: 16px;
	font-weight: 900;
	font-family: var(--thm-font2);
	line-height: 2;
}

.faq-accrodion .accrodion .accrodion-content .inner {
	padding: 0 85px;
	padding-right: 155px;
	padding-top: 35px;
	padding-bottom: 0px;
}

.faq-accrodion .accrodion .accrodion-content p {
	margin: 0;
	color: var(--thm-black);
	font-size: 16px;
	line-height: 34px;
	font-weight: 900;
	font-family: var(--thm-font2);
	line-height: 2;
}

.accrodion{
	position: relative;
	margin-bottom: 55px;
	border: 3px solid var(--thm-black);
	max-width: 575px;
	margin: 0 auto 55px;
}

.accrodion:last-child{
	margin-bottom: ;
}

.faq-one_num01,.faq-one_num02{
	position: absolute;
	width: 87px;
	height: 58px;
	top: -29px;
	left: -43.5px;
	margin: 0;
	font-size: 24px;
	font-family: TTN-EB;
	border: 3px solid var(--thm-black);
	letter-spacing: 0.1em;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}

.faq-one_num01{
	background-color: var(--thm-base);
	color: var(--thm-white);
}

.faq-one_num02{
	background-color: var(--thm-base2);
	color: var(--thm-black);
}


/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

.brand-one {
	position: relative;
	z-index: 11;
	padding-top: 93.5px;
	padding-bottom: 93.5px;
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.brand-one img {
	opacity: 0.6;
	transition: all 500ms ease;
}

.brand-one img:hover {
	opacity: 1;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/



.testimonials__one {
	background-color: #f4f4f8;
	padding: 120px 0;
	position: relative;
}

[class*=testimonials__one-shape-] {
	position: absolute;
}

.testimonials__one-shape-1 {
	top: -43px;
	left: 2%;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 8s;
}

.testimonials__one-shape-2 {
	top: 6%;
	right: 6%;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.testimonials__one .map-img {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	animation-name: mapMover;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transition: all .4s ease;
	transform-origin: center center;

}

@keyframes mapMover {
	0% {
		transform: translateY(-50%) translateX(0);
	}

	50% {
		transform: translateY(-55%) translateX(-20px);
	}

	100% {
		transform: translateY(-50%) translateX(0);
	}
}

.testimonials__one .block-title {
	margin-bottom: 40px;
}

.testimonials__one .testimonials__one__single p {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	line-height: 46px;
	font-weight: 300;
}

.testimonials__one .testimonials__one__single h3 {
	color: #ee464b;
	font-weight: 600;
	font-size: 20px;
	margin: 0;
	margin-top: 40px;
}

.testimonials__one .testi-carousel-one .owl-nav {
	margin: 0;
	position: absolute;
	bottom: -10px;
	right: 0;
	background-color: #F2FFF8;
}

.testimonials__one .testi-carousel-one .owl-nav [class*=owl-] {
	margin: 0px 5px;
	padding: 0;
	background-color: transparent;
	opacity: .3;
	color: var(--thm-black);
	font-size: 32px;
	transition: all .4s ease;
}

.testimonials__one .testi-carousel-one .owl-nav [class*=owl-]:hover {
	opacity: 1;
}

.testimonials__one .bx-wrapper {
	border: none;
	box-shadow: none;
	background-color: transparent;
	margin-bottom: 0;
}

.testimonials__one .bx-wrapper ul.slider {
	padding: 0;
	margin: 0;
}

.testimonials__one .bx-wrapper .bx-controls-direction {
	position: absolute;
	bottom: -10px;
	background-color: #f4f4f8;
	right: 0;
}

.testimonials__one .bx-wrapper .bx-controls-direction a {
	text-indent: 0;
	background-image: none;
	font-size: 32px;
	position: relative;
	top: 0px;
	opacity: .3;
	color: var(--thm-black);
	transition: all .4s ease;
}

.testimonials__one .bx-wrapper .bx-controls-direction a:hover {
	opacity: 1;
}

.testimonials__one .bx-wrapper .bx-prev {
	left: 0px;
	margin-right: 25px;
}

.testimonials__one .bx-wrapper .bx-next {
	right: 0px;
}

#testimonials-slider-pager {
	width: 474px;
	height: 474px;
	border-radius: 50%;
	position: relative;
	background-image: url(../images/shapes/testi-circle.png);
	background-position: center center;
	background-repeat: no-repeat;
	animation-name: tesiMove;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transition: all .4s ease;
	transform-origin: center center;
}

@keyframes tesiMove {
	0% {
		transform: rotate(0deg);
	}

	15% {
		transform: rotate(2deg);
	}

	33% {
		transform: rotate(4deg);
	}

	66% {
		transform: rotate(2deg);
	}

	100% {
		transform: rotate(0deg);
	}
}


#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
	width: 71px;
	height: 71px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(1) {
	top: 70px;
	left: 10px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(2) {
	top: 70px;
	right: 10px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(3) {
	bottom: 70px;
	left: 10px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(4) {
	bottom: 70px;
	right: 10px;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(5) {
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item:nth-child(6) {
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item>img {
	width: 100%;
	border-radius: 50%;
	transition: all .4s ease;
}

#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active img {
	opacity: .75;
	transform: scale(0.95);
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item {
	width: 163px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	opacity: 0;
	transition: all .4s ease;
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item.active {
	opacity: 1;
	transform: translate(-50%, -50%) scale(0.95);
}

#testimonials-slider-pager .testimonials-slider-pager-two .pager-item>img {
	width: 100%;
	border-radius: 50%;
}

/*--------------------------------------------------------------
# App Screens
--------------------------------------------------------------*/


.app-shot-one {
	padding-top: 120px;
	padding-bottom: 170px;
	position: relative;
}

[class*=app-shot__shape-] {
	position: absolute;
}

.app-shot__shape-2 {
	top: 3%;
	left: 12%;
	-webkit-animation-name: bubbleMover;
	animation-name: bubbleMover;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-duration: 8s;
}

.app-shot__shape-1 {
	right: -231.5px;
	top: -90px;
	z-index: 11;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.app-shot-one__bg {
	position: absolute;
	bottom: 25%;
	left: 0;
}

.app-shot-one .container-fluid {
	max-width: 1595px;
	width: 100%;
	position: relative;
}

.app-shot-one .app-shot-one__carousel {
	padding-top: 100.5px;
	padding-bottom: 100.5px;
	margin-top: -20px;
}

.app-shot-one .app-shot-one__carousel:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -49%) scaleY(1);
	transform: translate(-50%, -49%) scaleY(1);
	background-image: url(../images/app-shots/app-screen-moc.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 423px;
	height: 739px;
}

@media (max-width: 1440px) {
	.app-shot-one .app-shot-one__carousel:before {
		-webkit-transform: translate(-50%, -49%) scaleY(0.95);
		transform: translate(-50%, -49%) scaleY(0.95);
	}
}

@media (max-width: 1280px) {
	.app-shot-one .app-shot-one__carousel:before {
		-webkit-transform: translate(-50%, -49%) scale(0.8);
		transform: translate(-50%, -49%) scale(0.8);
	}
}

.app-shot-one .app-shot-one__carousel .owl-dots {
	position: absolute;
	bottom: -60px;
	left: 0;
	text-align: center;
	z-index: 10;
	width: 100%;
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	background-color: #30283d;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 0.2;
	margin: 0 3px;
	-webkit-transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
	transition: opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
	transition: transform .4s ease, opacity .4s ease, background .4s ease;
	transition: transform .4s ease, opacity .4s ease, background .4s ease, -webkit-transform .4s ease;
}

.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot:hover span,
.app-shot-one .app-shot-one__carousel .owl-dots .owl-dot.active span {
	opacity: 1;
	background-color: #ee464b;
	-webkit-transform: scale(1.285);
	transform: scale(1.285);
}

.app-shot-one .owl-item img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/


.pricing-one {
	position: relative;
	background-color: var(--thm-base);
	padding-bottom: 100px;
	padding-top: 60px;
}


.pricing-one__sep {
	width: 100%;
	height: 1px;
	background-color: #e8e8ef;
	display: block;
	margin-bottom: 120px;
}

.pricing-one__col,.pricing-one__col h3{
	font-family: var(--thm-font2);
	font-weight: 900;
	text-align: center;
}

/*-------------------------------
# Pricing　option
---------------------------------*/

@media (min-width: 900px){

.col-lg-45 {
    max-width: 100%;
}

}

.col-lg-45 {
    position: relative;
    width: 450px;
    padding-right: 15px;
    padding-left: 15px;
}

.pricing-one__single__op {
	text-align: center;
	border-style: solid;
	border: 3px solid var(--thm-black);
	margin: 15px;

}

.pricing-one__single__op h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 17px;
	position: relative;
	line-height: 1em;
}

.pricing-one__single__op p {
	margin: 0;
	font-size: 18px;
	color: var(--thm-black);
	position: relative;
	line-height: 1em;
}



/*-------------------------------
# option　end
---------------------------------*/

.pricing-one__single {
	text-align: center;
	border-style: solid;
	border: 3px solid var(--thm-black);
	margin: 15px;
}

.pricing-one__inner {
	position: relative;
	background-color: #fcfdfd;
	overflow: hidden;
}

.pricing-one__head{
	background-color: var(--thm-white);
	width: 100%;
	display: inline-block;
	padding: 25px 0 15px;
}

.pricing-one__head h3{
	color: #d66518;
	font-size: 17px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

.pricing-one__head h4{
	color: var(--thm-black);
	font-size: 33px;
	font-family: "TTN-EB";
	margin: 0 0 5px;
	letter-spacing: 0.13em;
}

.pricing-one__head h4 span{
	font-size: 63.6%;
}

.pricing-one__head p{
	color: #666668;
	font-size: 13px;
	font-family: "TTN-B";
	margin: 0;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.pricing-one__head p span{
	font-size: 10px;
}

.pricing-one__head.option_head{
	padding: 40px 0;
}

.pricing-one__head.option_head h3{
	color: var(--thm-black);
	margin-bottom: 0;
}

.pricing-one__list {
	margin-bottom: 0;
	position: relative;
	height: 300px;
	margin: 0 auto;
	text-align: left;
	padding: 30px;
}

.pricing-one__list li {
	position: relative;
	font-size: 14px;
	color: var(--thm-black);
	padding-left: 50px;
	margin-bottom: 22px;
	line-height: 2;
}

.pricing-one__list li::after{
    content: url(../images/mocs/price_check.png);
    transform: scale(0.5);
    position: absolute;
    top: -4px;
    left: 0;
    width: 37px;
    height: 36px;
}

.thm-btn.pricing-one__btn {
	position: relative;
	background-color: #d66518;
	display: inline-block;
	padding: 20px 30px;
	border-radius: 25px;
	border: 3px solid var(--thm-black);
	box-shadow: 5px 5px 0px 0 var(--thm-black);
}

.thm-btn.pricing-one__btn:hover{
	background-color: var(--thm-black);
	box-shadow: 0px 0px 0px 0 var(--thm-black);
}

.thm-btn.pricing-one__btn p{
	font-size: 33px;
	font-family: TTN-H;
	margin: 0;
	letter-spacing: 0.1em;
  -webkit-text-stroke: 2px var(--thm-black);
  text-stroke: 2px var(--thm-black);	
}

.pricing-one .switch {
	position: relative;
	display: inline-block;
	width: 79px;
	height: 36px;
	vertical-align: middle;
	margin: 0;
}

.pricing-one .switch input {
	display: none;
}

.pricing-one .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: .4s;
	transition: .4s;
	background-color: #ea81ca;
	border: 3px solid var(--thm-black);
}

.pricing-one .slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 8px;
	bottom: 4px;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
	background-color: var(--thm-black);
	-webkit-transition: .4s;
	transition: .4s;
}

.pricing-one input:focus+.slider {
	-webkit-box-shadow: 0 0 1px #2196F3;
	box-shadow: 0 0 1px #2196F3;
}

.pricing-one .switch.off .slider:before {
	-webkit-transform: translateX(36px);
	transform: translateX(36px);
}

.pricing-one .slider.round {
	border-radius: 34px;
}

.pricing-one .slider.round:before {
	border-radius: 50%;
}

.pricing-one ul.switch-toggler-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 55px;
	margin-top: 115px;
}

.pricing-one ul.switch-toggler-list li a {
	font-size: 18px;
	color: var(--thm-black);
	padding: 6px 15px 6px 20px;
	display: block;
	border: 3px solid var(--thm-black);
	background-color: #fcfdfd;
	margin: 0 20px;
}

.pricing-one ul.switch-toggler-list li.active a {
	color: var(--thm-black);
	background-color: #fcfdfd;
}

/*--------------------------------------------------------------
# rowカスタマイズ
--------------------------------------------------------------*/

.row-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center; 
}


/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
	padding-top: 110px;
	padding-bottom: 120px;
	position: relative;
}


[class*=funfact-one__shape-] {
	position: absolute;
}

.funfact-one__shape-1 {
	top: 20px;
	left: 0;
}

.funfact-one__shape-2 {
	bottom: 15%;
	left: 10%;
	z-index: 11;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: banner3Shake;
	animation-name: banner3Shake;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.funfact-one__shape-3 {
	bottom: -100%;
	right: 4%;
	-webkit-animation-name: shapeMover;
	animation-name: shapeMover;
	-webkit-animation-duration: 9s;
	animation-duration: 9s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}



.funfact-one__single {
	text-align: center;
}

.funfact-one__single h3 {
	margin: 0;
	font-size: 60px;
	color: var(--thm-black);
	font-weight: 300;
	line-height: 1em;
	margin-bottom: 15px;
}

.funfact-one__single p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
	color: var(--thm-black);
}

.funfact-one__single p::before {
	content: '';
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.funfact-one [class*=col-]:nth-child(1) .funfact-one__single p::before {
	background-image: linear-gradient(90deg, #4453ac 0%, #03a9db 100%);
}

.funfact-one [class*=col-]:nth-child(2) .funfact-one__single p::before {
	background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
}

.funfact-one [class*=col-]:nth-child(3) .funfact-one__single p::before {
	background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
}

.funfact-one [class*=col-]:nth-child(4) .funfact-one__single p::before {
	background-image: linear-gradient(90deg, #0349a6 0%, #15c27b 100%);
}


/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/


.video-one__box {
	background-image: linear-gradient(90deg, rgb(74, 14, 143) 0%, rgb(180, 48, 167) 100%);
	position: relative;
}

.video-one__box>img {
	width: 100%;
	opacity: 0.4;
}

.video-one__content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.video-one__content::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(90deg, rgb(74, 14, 143) 0%, rgb(180, 48, 167) 100%);
	opacity: 0.4;
}

.video-one__content h3 {
	font-weight: 800;
	color: var(--thm-white);
	font-size: 65px;
	margin: 0;
	position: relative;
}

.video-one__content .video-popup {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: var(--thm-white);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--thm-black);
	font-size: 18px;
	position: relative;
	margin-bottom: 40px;
}



.video-one__content .video-popup::before {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 2px solid var(--thm-white);
	opacity: .4;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	-webkit-animation: videoBtnAnim 3s ease-in infinite;
	animation: videoBtnAnim 3s ease-in infinite;
}

.video-one__content .video-popup::after {
	content: '';
	position: absolute;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: 2px solid var(--thm-white);
	opacity: .15;
	top: calc(50% - 80px);
	left: calc(50% - 80px);
	-webkit-animation: videoBtnAnim 5s ease-in-out infinite;
	animation: videoBtnAnim 5s ease-in-out infinite;
}

@keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

/*--------------------------------------------------------------
# PRICE
--------------------------------------------------------------*/

body.price_body .page-header::before{
	background-color: var(--thm-base);
}

.pricing-two,.pricing-three,.pricing-four{
	position: relative;
	background-color: var(--thm-base2);
	padding-bottom: 200px;
}

.pricing-four{
	padding-bottom: 100px;
}

.pricing-two_try{
	position: absolute;
	width: 100%;
	height: 500px;
	bottom: 400px;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(100% 0%, 100% 67%, 35% 68%, 0 100%, 0 24%, 63% 33%);
}

.pricing-three_try{
	position: absolute;
	width: 100%;
	height: 350px;
	bottom: 0;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(61% 57%, 75% 59%, 100% 49%, 100% 72%, 75% 59%, 40% 54%, 0 100%, 0 0);
}

.pricing-four_try{
	position: absolute;
	width: 100%;
	height: 600px;
	bottom: 0;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(69% 29%, 100% 5%, 100% 100%, 71% 59%, 0 84%, 0 18%, 24% 0);
}

.pricing-four_try02{
	position: absolute;
	width: 100%;
	height: 840px;
	bottom: 0;
	left: 0;
	background-color: var(--thm-base);
	clip-path: polygon(36% 0, 100% 23%, 100% 100%, 0 100%, 0 26%);
}

.pricing-two .block-title h3,.pricing-three .block-title h3,.pricing-four .block-title h3{
	border-color: var(--thm-base);
}

.table_scroll{
	overflow-y: auto;
	overflow-x: scroll;
	width: 100%;
	margin-bottom: 80px;
}

.table_scroll .simplebar-track{
	margin-bottom: 0;
}

table{
	background-color: #fcfdfd;
	border: 3px solid #7a7a7a;
	font-family: var(--thm-font2);
	text-align: center;
	line-height: 1.8;
	margin: 0 auto 55px;
	width: 990px;
}

th{
	background-color: var(--thm-base);
	border: 3px solid #3d3e3f;
	padding: 0.8em 1em;
	font-size: 18px;
	color: #e0e0e0;
  text-shadow:1px 1px 0 #3d3e3f, -1px -1px 0 #3d3e3f,
              -1px 1px 0 #3d3e3f, 1px -1px 0 #3d3e3f,
              0px 1px 0 #3d3e3f,  0-1px 0 #3d3e3f,
              -1px 0 0 #3d3e3f, 1px 0 0 #3d3e3f;
}

td{
	border: 3px solid #7a7a7a;
	padding: 0.3em 1em;
	font-size: 14px;
}

th.th_slash{
	background-image: linear-gradient(to right top, transparent calc(50% - 1.5px), #3d3e3f 50%, #3d3e3f calc(50% + 1.5px), transparent calc(50% + 3px));
}

td.td_price{
	padding: 0.5em 1em;	
}

td.td_price{
	font-size: 11px;
}

td.td_plan{
	text-align: left;
	font-size: 14px;
}

td span{
	font-size: 10px;
}

td.td_mark,td.td_mark2{
	font-weight: 900;
	font-size: 24px;
	padding: 0.1em 0.5em;
	line-height: 1.5;
}

td.td_mark2{
	color: var(--thm-base);
}

.slash{
	width: 100%;
	height: 3px;
	background-color: #3d3e3f;
}

td.td_price2{
	font-size: 22px;
}

td.td_content{
	font-size: 19px;
	text-align: left;
}

th.th_ttn{
	font-family: TTN-BL;
}

.table_second th{
	font-size: 22px;
}

.under_table{
	font-size: 19px;
	border: 3px solid var(--thm-black);
	padding: 1.5em;
	background-color: var(--thm-white);
	border-radius: 20px;
	margin-bottom: 50px;
	font-family: var(--thm-font2);
	max-width: 760px;
	margin: 0 auto;
	line-height: 2.2;
}

.under_table p{
	margin: 0;
}

.price_course{
	width: 750px;
	max-width: 100%;
	margin: 0 auto 55px;
	display: block;
}

.page-header.page-header_nohead{
	padding-top: 200px;
}

.page-header.page-header_nohead::before{
	clip-path: polygon(45% 0, 100% 55%, 100% 100%, 0% 100%);
}

.price_body .pricing-one{
	padding-top: 0;
}

.price_body .pricing-one .block-title{
	margin-top: 0;
}


