/***************************
 *
 * トップページ
 * ★ページ中身用★
 *
 **************************/
@media all and (max-width: 736px) {
	/*
MAIN VISUAL
*/
	.main-visual {
		position: relative;
		/* overflow: hidden; */
		height: 350px;
		margin-top: 25px;
	}
	.main-visual:after {
		content: "";
		display: block;
		background: #eaf4f7;
		width: 100%;
		height: 702px;
		position: absolute;
		left: 0;
		top: 220px;
	}
	.main-visual:before {
		content: "";
		display: block;
		background: url(../img/top/main-visual-stick.png) 0 0 no-repeat;
		background-size: contain;
		width: 100px;
		height: 280px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.main-visual .box-content {
		position: relative;
		z-index: 2;
	}
	.main-visual .main-visual-pic {
		position: absolute;
		left: 0;
		padding-left: 25px;
		top: 0;
	}
	.main-visual .main-visual-pic img {
		width: 100%;
		height: 350px;
		object-fit: cover;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.main-visual .main-visual-content {
		position: absolute;
		left: 15px;
		top: 150px;
		z-index: 10;
	}
	.main-visual .main-visual-title {
	}
	.main-visual .main-visual-title span {
		font-size: 1.4rem;
		color: #444444;
		display: inline-block;
		background: #fff;
		border-radius: 8px;
		padding: 5px 8px;
		margin-bottom: 10px;
	}
	
	/*
	MAIN VISUAL NEW
	*/
	.slider {
	 position: absolute;
	 left: 0;
	 margin-left: 25px;
	 top: 0;
	 overflow: hidden;
	 height: 350px;
	 width: 100%;
	 width: calc(100% - 25px);
	}
	.slider__slides {
	  height: 350px;
	  width: 100%;
	  object-fit: cover;
	  border-top-left-radius: 8px;
	  border-bottom-left-radius: 8px;
	  overflow: hidden;
	}
	.slider__control {
	  z-index: 2;
	  position: absolute;
	  top: 50%;
	  left: 5%;
	  width: 60px;
	  height: 60px;
	  margin-left: -30px;
	  margin-top: -30px;
	  border-radius: 50%;
	  background: #fff;
	  transition: background-color 0.3s;
	  cursor: pointer;
	  opacity: 0;
	}
	.slider__control--right {
	  left: 95%;
	}
	.slider__control:hover {
	  background-color: #2da6ff;
	}
	.slider__control-line {
	  position: absolute;
	  left: 23px;
	  top: 50%;
	  width: 3px;
	  height: 14px;
	  transform-origin: 50% 0;
	  transform: rotate(-45deg);
	}
	.slider__control-line:nth-child(2) {
	  transform: translateY(1px) rotate(-135deg);
	}
	.slider__control--right .slider__control-line {
	  left: 37px;
	  transform-origin: 1px 0;
	  transform: rotate(45deg);
	}
	.slider__control--right .slider__control-line:nth-child(2) {
	  transform: translateY(1px) rotate(135deg);
	}
	.slider__control-line:after {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-color: #e2e2e2;
	  transition: background-color 0.3s;
	}
	.slider__control:hover .slider__control-line:after {
	  background-color: #fff;
	}
	.slider__control.a--rotation .slider__control-line:after {
	  -webkit-animation: arrowLineRotation 0.49s;
			  animation: arrowLineRotation 0.49s;
	}
	.slider__control.a--rotation .slider__control-line:nth-child(1):after {
	  -webkit-animation: arrowLineRotationRev 0.49s;
			  animation: arrowLineRotationRev 0.49s;
	}
	
	@-webkit-keyframes arrowLineRotation {
	  to {
		transform: rotate(180deg);
	  }
	}
	
	@keyframes arrowLineRotation {
	  to {
		transform: rotate(180deg);
	  }
	}
	@-webkit-keyframes arrowLineRotationRev {
	  to {
		transform: rotate(-180deg);
	  }
	}
	@keyframes arrowLineRotationRev {
	  to {
		transform: rotate(-180deg);
	  }
	}
	.slide {
	  overflow: hidden;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  width: 110vmax;
	  height: 110vmax;
	  transform: translate(-50%, -50%);
	  border-radius: 50%;
	  transition: -webkit-clip-path 0s 0.91s;
	  transition: clip-path 0s 0.91s;
	  transition: clip-path 0s 0.91s, -webkit-clip-path 0s 0.91s;
	  -webkit-clip-path: circle(30px at 120vw 50%);
			  clip-path: circle(30px at 120vw 50%);
	}
	.slide.s--prev {
	  -webkit-clip-path: circle(30px at 30vw 50%);
			  clip-path: circle(30px at 30vw 50%);
			  
	}
	.slide.s--active {
	  z-index: 1;
	  transition: -webkit-clip-path 1.3s;
	  transition: clip-path 1.3s;
	  transition: clip-path 1.3s, -webkit-clip-path 1.3s;
	  -webkit-clip-path: circle(120vmax at 120vw 50%);
			  clip-path: circle(120vmax at 120vw 50%);
	}
	.slide.s--active.s--active-prev {
	  -webkit-clip-path: circle(120vmax at 30vw 50%);
			  clip-path: circle(120vmax at 30vw 50%);
	}
	.slide:nth-child(1) .slide__inner {
	  background-image: url("../img/top/main-visual-1-2.jpg");
	  background-position: center center;
	  background-size: cover;
	}
	.slide:nth-child(2) .slide__inner {
	  background-image: url("../img/top/main-visual-3.jpg");
	  background-position: center center;
	  background-size: cover;
	}
	.slide:nth-child(3) .slide__inner {
	  background-image: url("../img/top/main-visual-2.jpg");
	  background-position: center center;
	  background-size: cover;
	}
	.slide:nth-child(4) .slide__inner {
	  background-image: url("../img/top/main-visual-4.jpg");
	  background-position: center center;
	  background-size: cover;
	}
	.slide:nth-child(5) .slide__inner {
	 
	  background-position: center center;
	  background-size: cover;
	}
	.slide__inner {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  width: 100%;
	  height: 550px;
	  margin-left: -50vw;
	  margin-top: -50vh;
	  background-size: cover;
	
	}
	/* .slide__inner:before {
	  content: "";
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background: rgba(0, 0, 0, 0.3);
	} */
	.slide__content {
	  position: absolute;
	  left: 5%;
	  top: 50%;
	  margin-left: -30px;
	  margin-top: 48px;
	  max-width: 480px;
	  color: #fff;
	  display: none;
	}
	.slide__heading {
	  margin-bottom: 20px;
	  font-size: 60px;
	}
	.slide__text {
	  font-size: 25px;
	}
	.slide__text a {
	  color: inherit;
	}

	/*
	MAIN NEWSBAR
	*/
	.main-newsbar {
		position: relative;
		margin-bottom: 30px;
		margin-top: -20px;
	}
	.main-newsbar .box-content {
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	.main-newsbar .main-newsbar-title {
		font-size: 1.5rem;
		font-weight: bold;
		text-align: center;
		color: white;
		background: #97cad9;
		border-top-left-radius: 8px;
		border-top-right-radius: 8px;

		line-height: 40px;
		height: 40px;
	}
	.main-newsbar .main-newsbar-content {
		background: #fff;
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		padding: 15px;
		position: relative;
	}
	.main-newsbar .main-newsbar-time {
		font-size: 1.5rem;
		color: #444444;
		display: block;
	}
	.main-newsbar .main-newsbar-p {
		position: relative;
	}
	.main-newsbar .main-newsbar-p a {
		font-size: 1.5rem;
		color: #444444;
		display: block;
		position: relative;
		padding-right: 30px;
	}
	.main-newsbar .main-newsbar-link:after {
		content: "";
		display: block;
		background: url(../img/top/newsbar.png) 0 0 no-repeat;
		background-size: contain;
		width: 11px;
		height: 18px;
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -8px;
	}
	.main-newsbar .main-newsbar-link {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.main-newsbar .main-newsbar-link:hover + .main-newsbar-time + .main-newsbar-p a {
		text-decoration: underline;
	}
	
	/*
	MAIN ABOUT 2
	*/
	.main-about-2 {
		position: relative;
		margin-top: -20px;
		z-index: 2;
		padding: 0 30px;
		margin-bottom: 40px;
	}
	.main-about-2 .box-content {
		background: #fff;

		position: relative;
		box-sizing: border-box;
		border-radius: 8px;
		padding: 15px;
	}
	.main-about-2 .main-about-2-title {
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		color: #41b7cf;
		margin-bottom: 15px;
	}
	.main-about-2 p {
		text-align: left;
		font-size: 1.5rem;
		line-height: 2.4rem;
	}
	.main-about-2 .btn {
		margin-bottom: 0;
	}
	
	/*
	MAIN ABOUT
	*/
	.main-about {
		position: relative;
	}
	.main-about:before {
		content: "";
		background: url(../img/top/main-about-stick.png) 0 0 no-repeat;
		background-size: contain;
		width: 58px;
		height: 231px;
		position: absolute;
		right: 0;
		top: 80px;
		display: block;
	}
	.main-about .box-content {
	}
	.main-about .main-about-pic {
	}
	.main-about .main-about-pic img {
		border-radius: 8px;
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.main-about .main-about-content {
		background: rgba(151, 202, 217, 0.95);

		box-sizing: border-box;
		padding: 25px;
		margin: -30px 15px 0;
		border-radius: 8px;
		position: relative;
	}
	.main-about .main-about-title {
		color: white;
		font-weight: 500;
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.main-about p {
		color: white;
		font-size: 1.4rem;
		line-height: 2em;
	}
	.main-about .btn {
		margin-bottom: 0;
	}

	/*
	MAIN BIZ
	*/
	.main-biz {
		position: relative;
		margin-top: 35px;
		padding: 0 15px;
	}
	.main-biz .main-biz-header {
		position: relative;
		margin-bottom: 40px;
	}
	.main-biz .main-biz-header .main-biz-title {
		font-weight: bold;
		font-size: 2.6rem;
		font-weight: bold;
		color: #68b5cc;
		margin-bottom: 25px;
	}
	.main-biz .main-biz-header p {
		font-size: 1.5rem;
		position: relative;
	}
	.main-biz .main-biz-header .btn {
		width: 100%;
	}
	.main-biz-slider {
		position: relative;
		padding: 15px;
		background: rgba(151, 202, 217, 0.2);
		border-radius: 8px;
		margin-bottom: 50px;
	}
	.main-biz-slider:before {
		content: none;
		width: 1240px;
		height: 590px;
		transform: translate(-50%, 0%);
		position: absolute;
		left: 50%;
		top: 0;
		border-radius: 8px;
	}
	.main-biz-slider-swiper {
		overflow: inherit !important;
	}
	.main-biz-slide {
		position: relative;
		background: #fff;
		width: 100%;
		border-radius: 8px;
	}
	.main-biz-slide .main-biz-slide-pic {
		margin-bottom: 20px;
	}
	.main-biz-slide .main-biz-slide-pic img {
		border-radius: 8px;
		width: 100%;
		height: 200px;
		object-fit: cover;
	}
	.main-biz-slide .main-biz-slide-content {
		box-sizing: border-box;
		padding: 20px;
	}
	.main-biz-slide .main-biz-slide-title {
		font-weight: bold;
		font-size: 2.6rem;
		color: #68b5cc;
		margin-bottom: 15px;
	}
	.main-biz-slide p {
		line-height: 2.4rem;
		font-size: 1.5rem;
		margin-bottom: 25px;
	}
	.main-biz-slide .main-biz-slide-btns {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 10px;
	}
	.main-biz-slide .main-biz-slide-btns .btn {
		margin: 0;
		width: auto;
	}
	.main-biz-slider .swiper-button-prev:after {
		content: none;
	}
	.main-biz-slider .swiper-button-next:after {
		content: none;
	}
	.main-biz-slider .swiper-button-prev {
		background: url(../img/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 16px;
		height: 27px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: -5px;
		top: 50%;

		z-index: 10;
	}
	.main-biz-slider .swiper-button-next {
		background: url(../img/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 16px;
		height: 27px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: -5px;
		top: 50%;
	}
	.main-biz-slider .swiper-pagination {
		bottom: 145px;
		display: none;
	}
	.main-biz-slider .swiper-pagination .swiper-pagination-bullet {
		background: #c0dfe8;
		width: 9px;
		height: 9px;
		border-radius: 100%;
		opacity: 1;
		margin: 0 8px;
	}
	.main-biz-slider .swiper-pagination .swiper-pagination-bullet-active {
		background: #97cad9;
		width: 9px;
		height: 9px;
		border-radius: 100%;
		opacity: 1;
		transform: scale(1.5);
	}
	.main-biz .box-blue {
	}
	.main-biz .box-blue .btn {
		margin-bottom: 0;
	}
	
	.main-biz-feats {
		background: #eaf4f7;
		position: relative;
		box-sizing: border-box;
		padding: 15px;
		border-radius: 8px;
		margin-bottom: 30px;
	}
	.main-biz-feats .main-biz-feats-title {
		text-align: center;
		font-weight: bold;
		font-size: 2rem;
		color: #68b5cc;
		margin-bottom: 30px;
	}
	.box-biz-feats {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 35px;
	}
	.box-biz-feats > div {
		box-sizing: border-box;
		position: relative;
		padding: 0 15px 10px;
		background: #fff;
		border-radius: 8px;
	}
	.box-biz-feats .biz-feats-title {
		text-align: center;
		font-weight: bold;
		font-size: 1.8rem;
		color: #68b5cc;
		position: relative;
		margin-top: -15px;
		margin-bottom: 15px;
	}
	.box-biz-feats p {
		line-height: 2em;
		font-size: 1.5rem;
	}
	.box-biz-feats p span {
		color: #888888;
	}

	/*
	MAIN GALL
	*/
	.main-gall {
		position: relative;
		background: rgba(151, 202, 217, 0.2);
		margin-top: 100px;
		padding-bottom: 70px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-gall:after {
		content: "";
		display: block;
		background: url(../img/top/main-gall-after.png) 0 0 no-repeat;
		background-size: contain;
		width: 115px;
		height: 380px;
		position: absolute;
		right: 0;
		top: -320px;
	}
	.main-gall:before {
		content: "";
		display: block;
		background: url(../img/wave-blue.jpg) center 0 repeat-x;
		background-size: 300% 50px;
		width: 100%;
		height: 90px;
		position: absolute;
		left: 0;
		top: -50px;
	}
	.main-gall .main-gall-title {
		text-align: center;
		font-weight: bold;
		font-size: 2.4rem;
		color: #68b5cc;
		margin-bottom: 20px;
	}
	.main-gall .mySwiper {
		margin-top: 15px;
	}
	.main-gall .swiper-button-prev:after {
		content: none;
	}
	.main-gall .swiper-button-next:after {
		content: none;
	}
	.main-gall .swiper-button-prev {
		background: url(../img/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 16px;
		height: 27px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: -5px;
	}
	.main-gall .swiper-button-next {
		background: url(../img/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 16px;
		height: 27px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: -5px;
	}

	/*
	MAIN FAM
	*/
	.main-fam {
		position: relative;
		padding-top: 50px;
	}
	.main-fam:before {
		content: "";
		display: block;
		position: absolute;
		left: -250px;
		top: 0;
		background: url(../img/top/main-fam-before.png) 0 0 no-repeat;
		background-size: contain;
		width: 361px;
		height: 555px;
		display: none;
	}
	.main-fam .main-fam-intro-pic {
		position: relative;
	}
	.main-fam .main-fam-intro-pic img {
		width: 100%;
		height: 250px;
		object-fit: cover;
		border-radius: 8px;
	}
	.main-fam .main-fam-intro-content {
		position: relative;
		border-radius: 8px;
		background: rgba(151, 202, 217, 0.95);

		padding: 25px;
		box-sizing: border-box;
		margin-left: 15px;
		margin-right: 15px;
		margin-top: -50px;
	}
	.main-fam .main-fam-intro-content-home {

	}
	.box-home {
		background: #fafafa;
		box-sizing: border-box;
		padding: 15px;
		margin-top: 30px;
		margin-bottom: 70px;
	}
	.box-home p {
		font-size: 1.5rem;
	}
	.main-fam .main-fam-intro-content .main-fam-intro-title {
		color: white;
		font-weight: bold;
		font-size: 2.4rem;
		margin-bottom: 15px;
	}
	.main-fam .main-fam-intro-content p {
		color: white;
		font-size: 1.5rem;
		line-height: 2em;
	}
	.box-fam {
		position: relative;
		margin: 40px 15px;
	}
	.box-fam .box-fam-pic {
		width: 100px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.box-fam .box-fam-pic img {
		border-radius: 8px;
	}
	.box-fam .box-fam-content {
	}
	.box-fam .box-fam-title {
		font-weight: bold;
		font-size: 2rem;
		color: #68b5cc;
		margin-bottom: 55px;
		padding-left: 130px;
	}
	.box-fam .box-fam-content p {
		font-size: 1.5rem;
		line-height: 2em;
	}
	.box-fam .box-fam-ex {
		background: #fafafa;
		border-radius: 8px;
		padding: 15px;
		margin-top: 20px;
	}
	.box-fam .box-fam-col {
		margin-bottom: 40px;
	}
	.box-fam .box-fam-col > div:nth-child(1) {
		border-bottom: 1px solid #eeeeee;

		padding-bottom: 15px;
	}
	.box-fam .box-fam-col > div:nth-child(1) p {
		margin-top: 80px;
	}
	.box-fam .box-fam-col > div:nth-child(2) {
		padding-top: 15px;
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 15px;
	}
	.box-fam .box-fam-col > div:nth-child(2) .box-fam-title {
		margin-bottom: 15px;
	}
	.box-fam .box-fam-col-bottom {
		position: relative;
	}
	.box-fam .box-fam-col-bottom .box-fam-title {
		padding-left: 0;
		margin-bottom: 15px;
		margin-top: 0px;
		text-align: center;
	}
	.box-fam .box-fam-col-bottom .btn {
	}

	.box-fam-wrap {
		overflow: hidden;
		max-height: 400px;
		transition: max-height 1000ms ease;
		position: relative;
	}
	.box-fam-wrap:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 100px;
		background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 57%, rgba(255, 255, 255, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
		z-index: 2;
	}
	.box-fam-wrap.is-active:before {
		content: none;
	}
	.box-fam-wrap + .box-fam-wrap-btn {
		display: block;
		text-align: center;
		color: #68b5cc !important;
		font-size: 1.5rem;
		text-decoration: none !important;
		position: relative;
		background: #fff;
		border-radius: 8px;
		transition: 0.3s ease;
		border: 2px solid #68b5cc;
		padding: 13px 0;
		line-height: 1.4em;
		cursor: pointer;
	}
	.box-fam-wrap.is-active {
		max-height: 5000px;
	}
	
	/*
	MAIN FAC
	*/
	.main-fac {
		position: relative;
		margin-top: 80px;
	}
	.main-fac:before {

		display: block;
		background: url(../img/top/main-fac-stick-l.png) 0 0 no-repeat;
		background-size: contain;
		width: 190px;
		height: 259px;
		position: absolute;
		left: 0;
		bottom: -50px;
		z-index: 2;
	}
	.main-fac:after {
		content: "";
		display: block;
		background: url(../img/top/main-fac-stick-r.png) 0 0 no-repeat;
		background-size: contain;
		width: 70px;
		height: 179px;
		position: absolute;
		right: 0;
		top: -30px;
		z-index: 2;
	}
	.main-fac .box-content {
		background: #eaf4f7;
		position: relative;
		border-radius: 8px;
		padding: 35px 15px;
	}
	.main-fac .col-2 {
		display: block;
	}
	.main-fac .col-2 > div:first-child {
		margin-bottom: 25px;
	}
	
	.main-fac .main-fac-title {
		text-align: center;
		font-weight: bold;
		font-size: 2.6rem;
		color: #41b7cf;
		margin-bottom: 30px;
	}
	.main-fac .main-fac-title-2 {
		text-align: left;
		font-weight: bold;
		font-size: 2rem;
		color: #41b7cf;
		margin-bottom:20px;
	}
	.main-fac p {
		text-align: left;
		line-height:2em;
		font-size: 1.5rem;
	}
	.main-fac .inner {
		background: #f5fafb;
		border-radius: 8px;
		padding: 15px;
		margin-top: 20px;
	}
	.main-fac .inner p:first-child {
		margin-bottom: 25px;
	}


	/*
	MAIN ACCESS
	*/
	.main-access {
		position: relative;
		background: #eaf4f7;
		margin-top: 50px;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.main-access:before {
		
		display: block;
		background: url(../img/top/main-access-wave.png) center 0 repeat-x;
		background-size: 300% 40px;
		height: 40px;
		width: 100%;
		position: absolute;
		left: 0;
		top: -40px;
	}
	.main-access .main-access-header {
	}
	.main-access .main-access-header .main-access-title {
		font-weight: bold;
		font-size: 2.4rem;
		color: #68b5cc;
	}
	.main-access .main-access-header p {
		font-size: 1.5rem;

		padding-top: 15px;
		text-align: left;
	}
	.main-access .main-access-header .btn {
		width: 100%;
	}
	.main-access .main-access-map {
		border: 5px solid white;
		border-radius: 8px;
	}
	.main-access .main-access-map .map {
		width: 100%;
		display: block;
		height: 300px;
		border-radius: 8px;
	}
	.main-access .main-access-title-2 {
		font-weight: bold;
		color: #68b5cc;
		font-size: 2rem;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	.main-access .main-access-title-2 + p {
		font-size: 1.5rem;
		line-height: 2em;
	}

	/*
	MAIN SHOP
	*/
	.main-shop {
		padding-top: 40px;
		padding-bottom: 100px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
	}
	.main-shop:before {
		content: "";
		display: block;
		background: url(../img/footer-stick.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		left: -20px;
		bottom: -100px;
		width: 68px;
		height: 317px;
		z-index: 3;
	}
	.main-shop .cards .card .card-title {
		font-size: 2rem;
	}

	.box-hidden {
		display: none;
	}

	/*
	POPUP
	*/

	.l-pop {
		display: none;
		opacity: 0;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
	}
	.l-pop.is-active {
		display: block;
		opacity: 1;
		animation-duration: 0.5s;
		animation-name: fade-in;
	}
	.l-pop-2 {
		display: none;
		opacity: 0;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
	}
	.l-pop-2.is-active {
		display: block;
		opacity: 1;
		animation-duration: 0.5s;
		animation-name: fade-in;
	}
	.pop-overlay {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(234, 244, 247, 0.8);
	}
	.pop-overlay-2 {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(234, 244, 247, 0.8);
	}
	.box-pop {
		position: fixed;
		left: 50%;
		top: 50%;
		z-index: 9999;
		width: 90%;
		max-width: 840px;
		height: 60%;
		max-height: 600px;
		background: #fff;
		border: 3px solid #97cad9;
		overflow: scroll;
		box-sizing: border-box;
		padding: 30px 15px;
		border-radius: 8px;
		transform: translate(-50%, -50%);
	}
	.box-pop .box-pop-title {
		font-size: 2rem;
		font-weight: bold;
		color: #68b5cc;
		margin-bottom: 20px;
	}
	.box-pop p {
		font-size: 1.5rem;
		line-height: 2em;
		margin-bottom: 50px;
	}
	.box-pop .box-pop-close {
		position: fixed;
		right: 15px;
		top: 15px;
		cursor: pointer;
		opacity: 0.7;
	}
	.box-pop .box-pop-close i {
		font-size: 3rem;
		color: #68b5cc;
	}
	.box-pop-close-2 {
		position: fixed;
		right: 15px;
		top: 15px;
		cursor: pointer;
		opacity: 0.7;
	}
	.box-pop-close-2 i {
		font-size: 3rem;
		color: #68b5cc;
	}
	
	.table-pop {
		width: 100%;
		margin: 0 auto;
	}
	.table-pop th {
		border: 1px solid #41b7cf;
		padding: 5px;
		font-size: 1.5rem;
		color: white;
		background: #41b7cf;
		width: 130px;
	}
	.table-pop td {
		border: 1px solid #41b7cf;
		padding: 5px;
		font-size: 1.5rem;
	}
}
