@charset "UTF-8";

/*
（768px以上）タブレット以上の場合 タブレットを含む
@media (min-width:768px){}

横幅1080pxより大きいとき（PC表示）
@media (min-width:1080px){
}
*/


/****************************************************************************
 	top
****************************************************************************/
/* mainvisual
-----------------------------------------*/
.top-visual-sec {
	position: relative;
}
.top-visual-sec .mainvisual {
	width: 100%;
    min-height: 500px;
	border-radius: 0 0 0 100px;
}

.top-visual-sec .mainvisual-001 {
	background:url("../img/index/mainvisual_001_sp.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-002 {
	background:url("../img/index/mainvisual_002_sp.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-003 {
	background:url("../img/index/mainvisual_003_sp.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-004 {
	background:url("../img/index/mainvisual_004_sp.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-005 {
	background:url("../img/index/mainvisual_005_sp.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-006 {
	background:url("../img/index/mainvisual_006_sp.jpg") no-repeat center center;
	background-size: cover;
}
.top-visual-sec .mainvisual-copy {
	position: absolute;
	width: 280px;
	top: 200px;
	left: 5%;
	z-index: 1000;
}
@media (min-width:768px){
	.top-visual-sec .mainvisual {
		min-height: 550px;
		border-radius: 0 0 0 140px;
	}
	.top-visual-sec .mainvisual-001 {
		background:url("../img/index/mainvisual_001.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-visual-sec .mainvisual-002 {
		background:url("../img/index/mainvisual_002.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-visual-sec .mainvisual-003 {
		background:url("../img/index/mainvisual_003.jpg") no-repeat right center;
		background-size: cover;
	}
	.top-visual-sec .mainvisual-004 {
		background:url("../img/index/mainvisual_004.jpg") no-repeat right top;
		background-size: cover;
	}
	.top-visual-sec .mainvisual-005 {
		background:url("../img/index/mainvisual_005.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-visual-sec .mainvisual-006 {
		background:url("../img/index/mainvisual_006.jpg") no-repeat center center;
		background-size: cover;
	}
	.top-visual-sec .mainvisual-copy {
		width: 420px;
		top: 200px;
		left: 5%;
	}
}
@media (min-width:1080px){
	.top-visual-sec .mainvisual {
		min-height: 840px;
	}
	.top-visual-sec .mainvisual-copy {
		width: 600px;
		top: 300px;
		left: 8%;
	}
}


/* PRODUCTS
-----------------------------------------*/
.top-products-sec {
	padding: 3rem 0;
}
@media (min-width:768px){
	.top-products-sec {
		padding: 4rem 0;
	}
}
@media (min-width:1080px){
	.top-products-sec {
		padding: 5rem 0;
	}
}


.top-products-sec {
	background: url("../img/index/products_bg_logo.png")no-repeat right 30px;
	background-size: 90%;
}
.top-products-sec .intro-copy {
	color: #fff;
}
.top-products-sec .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.top-products-sec .list-item {
	width: 47.5%;
	margin: 6% 5% 0 0;
	background-color: #fff;
	border-radius: 10px;
}
.top-products-sec .list-item:nth-child(2n) {
	margin: 6% 0 0 0;
}
.top-products-sec .list-link {
	display: block;
	text-decoration: none;
	pointer-events: fill;
}
.top-products-sec .list-link .note {
	padding: 20px 12px 0 12px;
}
.top-products-sec .list-link .note .name-en {
	position: relative;
	color: #122cde;
	line-height: 1.5;
	font-size: 1.1rem;
}
.top-products-sec .list-link .note .name-en i {
	position: absolute;
	right: 0;
	top: 3px;
	font-size: 15px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.top-products-sec .list-link:hover .note .name-en i {
	right: -10px;
}
.top-products-sec .list-link .note .name-jp {
	font-weight: 700;
	line-height: 1.5;
	font-size: .8rem;
}
.top-products-sec .list-link .note .copy {
	margin-top: 10px;
	font-size: .8rem;
	line-height: 1.4;
	min-height: 100px;
}
.top-products-sec .list-link .photo img {
	border-radius: 0 0 10px 10px;
}
@media (min-width:768px){
	.top-products-sec {
		background-size: 60%;
	}
	.top-products-sec .list-item {
		width: 31%;
		margin: 4% 3.5% 0 0;
		border-radius: 20px;
	}
	.top-products-sec .list-item:nth-child(2n) {
		margin: 4% 3.5% 0 0;
	}
	.top-products-sec .list-item:nth-child(3n) {
		margin: 4% 0 0 0;
	}
	.top-products-sec .list-link .note {
		padding: 20px 20px 0 20px;
	}
	.top-products-sec .list-link .note .name-en {
		font-size: 1.4rem;
	}
	.top-products-sec .list-link .note .name-en i {
		top: 4px;
		font-size: 18px;
	}
	.top-products-sec .list-link .note .name-jp {
		font-size: .95rem;
	}
	.top-products-sec .list-link .note .copy {
		margin-top: 15px;
		font-size: .9rem;
		min-height: 100px;
	}
	.top-products-sec .list-link .photo img {
		border-radius: 0 0 20px 20px;
	}
}
@media (min-width:1080px){
	.top-products-sec {
		background-size: auto;
	}
	.top-products-sec .list-link .note {
		padding: 40px 30px 0 30px;
	}
	.top-products-sec .list-link .note .name-en {
		font-size: 1.8rem;
	}
	.top-products-sec .list-link .note .name-en i {
		top: 6px;
		font-size: 22px;
	}
	.top-products-sec .list-link .note .name-jp {
		font-size: 1.1rem;
	}
	.top-products-sec .list-link .note .copy {
		margin-top: 20px;
		font-size: 1rem;
		min-height: 100px;
	}
	.top-products-sec .list-link .photo img {
		border-radius: 0 0 20px 20px;
	}
}


/* ABOUT US
-----------------------------------------*/
.top-aboutus-sec  {
	padding: 3rem 0;
}
@media (min-width:768px){
	.top-aboutus-sec  {
		padding: 4rem 0;
	}
}
@media (min-width:1080px){
	.top-aboutus-sec   {
		padding: 5rem 0;
	}
}

.top-aboutus-sec {
	background: url("../img/index/aboutus_bg.jpg")no-repeat left top #dcf4ff;
	background-size: 150%;
	border-radius: 0 100px 100px 0;
}
.top-aboutus-sec .m-title-L {
	text-align: center;
}
.top-aboutus-sec .list-item {
	margin-bottom: 3rem;
}
.top-aboutus-sec .list-item .photo {
	position: relative;
	margin-left: 5%;
}
.top-aboutus-sec .list-item .photo img {
	border-radius: 20px 0 0 20px;
}
.top-aboutus-sec .list-item .note {
	position: relative;
	margin-right: 5%;
	margin-top: -10%;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
	border-radius: 0 20px 20px 0;
	padding: 2.5rem 1.5rem 3rem 1.5rem;
}
.top-aboutus-sec .list-item .note .copy-sub {
	margin-top: 1rem;
}
.top-aboutus-sec .list-item .note .copy-en {
	position: absolute;
	bottom: -10px;
	right: 10px;
	-webkit-transform: rotate(-10deg);
	-moz-transform: rotate(-10deg);
	transform: rotate(-10deg);
	color: #122cde;
	font-size: 36px;
}
/*2番目のリスト*/
.top-aboutus-sec .list-item:nth-child(2n) .photo {
	margin-left: 0;
	margin-right: 5%;
}
.top-aboutus-sec .list-item:nth-child(2n) .photo img {
	border-radius: 0 20px 20px 0;
}
.top-aboutus-sec .list-item:nth-child(2n) .note {
	margin-right: 0;
	margin-left: 5%;
	margin-top: -10%;
	border-radius: 20px 0 0 20px;
}
@media (min-width:768px){
	.top-aboutus-sec {
		background-size: 100%;
		border-radius: 0 140px 140px 0;
	}
	.top-aboutus-sec .list-item {
		margin-bottom: 4rem;
	}
	.top-aboutus-sec .list-item .photo {
		margin-left: 24%;
	}
	.top-aboutus-sec .list-item .photo img {
		border-radius: 40px 0 0 40px;
	}
	.top-aboutus-sec .list-item .note {
		position: relative;
		margin-right: 42%;
		margin-top: -20%;
		border-radius: 0 40px 40px 0;
		padding: 3rem 2rem;
	}
	.top-aboutus-sec .list-item .note .copy-sub {
		margin-top: 2rem;
		line-height: 2;
	}
	.top-aboutus-sec .list-item .note .copy-en {
		bottom: -15px;
		right: 20px;
		font-size: 50px;
	}
	/*2番目のリスト*/
	.top-aboutus-sec .list-item:nth-child(2n) .photo {
		margin-left: 0;
		margin-right: 24%;
	}
	.top-aboutus-sec .list-item:nth-child(2n) .photo img {
		border-radius: 0 40px 40px 0;
	}
	.top-aboutus-sec .list-item:nth-child(2n) .note {
		margin-right: 0;
		margin-left: 42%;
		margin-top: -20%;
		border-radius: 40px 0 0 40px;
	}
	.top-aboutus-sec .list-item:nth-child(2n) .note .copy-en {
		bottom: auto;
		top: -50px;
		right: 10px;
	}
}
@media (min-width:1080px){
	.top-aboutus-sec .list-item .note {
		padding: 5rem 5rem;
	}
	.top-aboutus-sec .list-item .note .copy-main img {
		width: 100%;
		max-width: 630px;
	}
	.top-aboutus-sec .list-item .note .copy-en {
		bottom: -25px;
		right: 40px;
		font-size: 70px;
	}
	.top-aboutus-sec .list-item:nth-child(2n) .note .copy-en {
		bottom: auto;
		top: -60px;
		right: 10px;
	}
}



/* INSTAGRAM
-----------------------------------------*/
.top-insta-sec {
	padding: 3rem 0;
}
@media (min-width:768px){
	.top-insta-sec {
		padding: 4rem 0;
	}
}
@media (min-width:1080px){
	.top-insta-sec {
		padding: 5rem 0;
	}
}

/*ヘッド部分*/
.top-insta-sec .head-title .intro-copy {
	color: #fff;
}
.top-insta-sec .head-tag {
	color: #fff;
	margin-top: 1rem;
}
.top-insta-sec .head-tag .list-item {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
}
.top-insta-sec .head-tag .list-link {
	display: block;
	border: 1px solid #fff;
	border-radius: 50px;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	font-size: .85rem;
	padding: 3px 15px;
}
.top-insta-sec .head-tag .list-link:hover {
	background-color: #fff;
	color: #122cde;
}
@media (min-width:768px){
	.top-insta-sec .head-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-insta-sec .head-title {
		width: 60%;
	}
	.top-insta-sec .head-tag {
		width: 40%;
		margin-top: 3.5rem;
	}
	.top-insta-sec .head-tag .list-item {
		margin-right: 8px;
		margin-bottom: 10px;
	}
	.top-insta-sec .head-tag .list-link {
		font-size: .9rem;
		padding: 5px 15px;
	}
}

/*instagram埋め込み*/
#insta-box {
	margin-top: 1rem;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
#insta-box li {
	position: relative;
	width: 47.5%;
	height: auto;
	margin-bottom: 5%;
}
#insta-box li:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#insta-box li img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	margin: auto;
	object-fit: cover;
	transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}
#insta-box li a:hover img {
	opacity: 0.7;
}
@media (min-width:768px){
	#insta-box {
		 margin-top: 1.5rem;
	}
	#insta-box li {
		width: 23%;
		height: auto;
		margin-bottom: 2.666%;
	}
	#insta-box li img {
		border-radius: 20px;
	}
}



/*ボタン*/
.top-insta-sec .btn-insta {
	position: relative;
	display: block;
	width: 220px;
	background-color: #fff;
	color: #122cde;
	padding: 15px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 1.1rem;
	letter-spacing: 1px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.top-insta-sec .btn-insta:hover {
	opacity: .8;
}
.top-insta-sec .btn-insta img {
	display: inline-block;
	width: 20px;
	margin-right: 5px;
}
@media (min-width:768px){
	.top-insta-sec .btn-insta {
		width: 280px;
		padding: 18px 3px;
		font-size: 1.2rem;
	}
	.top-insta-sec .btn-insta img {
		margin-top: 1px;
	}
}


/* Youtube
-----------------------------------------*/
.top-youtube-sec {
	background: url("../img/index/youtube_bg.jpg")no-repeat center center;
	background-size: cover;
}
.top-youtube-sec a {
	display: block;
	padding: 15px;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
}
.top-youtube-sec a:hover {
	background-color: rgba(0,0,0,0.2);
}
.top-youtube-sec .box {
	border: 1px solid #fff;
	padding: 1rem 2rem;
	text-align: center;

}
.top-youtube-sec .box .title img {
	width: 80%;
	max-width: 540px;
}
.top-youtube-sec a:hover img{
	opacity: 1;
}
@media (min-width:768px){
	.top-youtube-sec .box {
		padding: 1.5rem 2rem;
	}
	.top-youtube-sec .box .title img {
		width: 50%;
	}
}
@media (min-width:1080px){
	.top-youtube-sec a {
		padding: 40px;
	}
	.top-youtube-sec .box {
		padding: 1.5rem 2rem 3rem 2rem;
	}
	.top-youtube-sec .box .title img {
		width: 540px;
	}
}


/****************************************************************************
 	privacy
****************************************************************************/
.page-privacy .copy-main {
	border-bottom: 1px solid #000;
	font-size: 1.2em;
	color: #000;
	line-height: 1.5;
	padding-bottom: .5em;
	margin-bottom: .5em;
	margin-top: 2em;
}
.page-privacy .list.num {
	margin-left: 20px;
}
.page-privacy .list.num .list-item {
	list-style-type: decimal;
	margin-bottom: .5em;
}
@media (min-width:768px){
	
}
@media (min-width:1080px){
}

