@charset "utf-8";
/* CSS Document */

/*_______________________________

       　　カイマチ　SP
_______________________________*/


/*----------------------
    　　　共通
----------------------*/


/*'Noto Sans JP*/
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap);

@font-face {
    font-family: 'kiniro_sanserif';
    src: url(../font/GN-Kin-iro_SansSerif.ttf);
}


.pc_only {
    display: none;
}

.sp_only {
    display: block !important;
}





img {
    width: 100%;
	vertical-align: bottom;
}

body {
    background-size: contain;
	overflow-x: hidden;
	font-size: 13px;
}



h2 {
    position: relative;
    font-size: 32px;
    height: 35px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'kiniro_sanserif';
    color: #542e00;
}
h2:after {
    content: '';
    width: 100%;
    height: 35px;
    background: url(../img/h2_bottom.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    display: block;
}

h3 {
    text-align: center;
    font-size: 18px;
    margin: 0 auto 20px;
    font-weight: bold;
	color: #542e00;
	font-family: 'Noto Sans JP', sans-serif;
}







.btn.big {
    margin: 0 auto;
    background: url(../img/btn_cv.png) no-repeat center right;
    background-size: contain;
    width: 148px;
    height: 124px;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
    position: relative;
}
.btn.big small {
    font-size: 10px;
    display: block;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: normal;
    margin-top: 1px;
}
.btn.big span {
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    padding: 20px 0;
    box-sizing: border-box;
    line-height: 1.15;
    text-shadow: 0 0 5px #542e00, 0 0 5px #542e00, 0 0 5px #542e00, 0 0 5px #542e00;
}


.button a.btn {
    display: block;
    position: relative;
    background: url("../img/btn_01.png") no-repeat center center;
	background-size: contain;
    width:185px;
    height: 50px;
	margin: 0 auto 40px;
}



.wow.animated {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}


	


/*     loading
____________________*/

.home:before{
	content: "ワクワクする物語が、\aあなたを待っている。";
	padding: 0 10px;
	position: fixed;
	background:url(../img/logo.png), rgba(52, 110, 101, 1);
	white-space: pre;
	background-position: center ,center;
	background-size: 80%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	z-index: 999999999999;
	visibility: hidden;
	opacity: 0;
	transition:all 1s;
	overflow-y: scroll;
	font-size: 20px;
	font-family: sans-serif;
	letter-spacing: 0.2em;
	text-shadow: -1px -1px 4px rgba(84, 46, 0, 0.6), -1px 0 4px rgba(84, 46, 0, 0.6), -1px 1px 4px rgba(84, 46, 0, 0.6), 0 -1px 4px rgba(84, 46, 0, 0.6), 0 1px 4px rgba(84, 46, 0, 0.6), 1px -1px 4px rgba(84, 46, 0, 0.6), 1px 0 4px rgba(84, 46, 0, 0.6), 1px 1px 4px rgba(84, 46, 0, 0.6);
	color: #ffffff;
	text-align: center;
	padding-top: 50%;
	font-weight: bold;
	}
.home:after {
    content: "loading...";
    width: 100%;
    height: 0;
    background: no-repeat center top;
    background-size: 30%;
    position: fixed;
    padding-top: 170px;
    color: #ffffff;
    left: 50vw;
    transform: translate(-50%,0);
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.05s;
    animation: atelierange 2s ease infinite;
    z-index: 999999999999;
    font-size: 15px;
}

.home.loading{
	height: 100vh;
	overflow: hidden;
}
.home.loading:before,
.home.loading:after{
	visibility:visible;
	opacity: 1;
	}
@keyframes atelierange { 
	0% {
		opacity: 0.1;
	}
    50% {
		opacity: 1;
	}
	100% {
		opacity: 0.1;
    }
}
	
	
	
	
	





/*----------------------
    　　　ヘッダー
----------------------*/
header {
    height: 50px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
    background-color: #fff;
	box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.05);
}

header a {
    display:block;
    box-sizing: border-box;
}
header .logo {
    width: 60%;
    padding-top: 7px;
    height: 100%;
    max-width: 200px;
    min-width: 180px;
}
header .logo img{
    width: 100%;
}

header .login {
    width: 60px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 5px;
    letter-spacing: -0.03em;
}

header .login img {
    margin: 0 auto;
    display: block;
	width: 24px;
    padding-top: 2px;
}

header .login span{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -1px;
    right: 0;
    font-size: 10px;
    font-weight: bold;
    color: #542e00;
	line-height: 1;
}


/*----------------------
    　　　ハンバーガーメニュー
----------------------*/

/*開閉ボタン*/
.nav_toggle {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 11;
    padding: 0 5px;
    box-sizing: border-box;
}

.nav_toggle div {
    position: relative;
}

.nav_toggle span {
    display: block;
    height: 2px;
    background: #542e00;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 30px;
    margin: auto;
}

.nav_toggle span:nth-child(1) {
    top: 2px;
}

.nav_toggle span:nth-child(2) {
    top: 12px;
}

.nav_toggle span:nth-child(3) {
    top: 22px;
}

.nav_toggle:hover {
    cursor: pointer;
}


.nav_toggle p:after {
    content: "MENU";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: bold;
    color: #542e00;
	line-height: 1;
}

/*開閉ボタンopen時*/
.open_nav .nav_toggle span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #542e00;
}

.open_nav .nav_toggle span:nth-child(2) {
    opacity: 0;
}

.open_nav .nav_toggle span:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #542e00;
}

.open_nav .nav_toggle p:after {
    content: "CLOSE";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    color: #542e00;
}

/*メニュー内　とじるボタン*/

.nav_toggle.bottom {
    display: none;
}

/*メニュー中身*/

/*-----メニュー 中身-----*/

.hamburger_nav {
    display: none;
    width: 100%;
    height: auto;
    position: absolute;
    right: 0;
    top: 50px;
    overflow: hidden;
    opacity: 1;
    padding: 40px;
    box-sizing: border-box;
    z-index: 0;
    box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.3);
}
.hamburger_nav ul {
	opacity: 1 !important;
    height: auto;
    margin: auto;
    text-align: center;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 0 6px 2px rgba(84, 46, 0, 0.25) inset;
	position: relative;
}
.hamburger_nav ul:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 9px;
    box-shadow: 0 0 2px 2px #542e00;
    background-image: linear-gradient(to bottom, #6f6229 0%, #caa846 20%, #d3c28f 35%, #ffffcb 50%, #d3c28f 75%, #caa846 80%, #6f6229 100%);
    z-index: -1;
}

.hamburger_nav ul li a {
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    color: #542e00;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-decoration: none;
}



/*----------------------
      キービジュアル
----------------------*/
.kv {
    margin:50px auto 30px;
}

.kv {
    background: url("../img/kv_bg.jpg") no-repeat center;
    background-size: cover;
    height: 130vw;
    position: relative;
	overflow: hidden;
}



.kv img.logo {
    width: 22%;
    margin: auto;
    position: absolute;
    right: 10px;
    display: block;
    bottom: 10px;
}

.kv h1 {
    padding-top: 30px;
    margin: 0 auto;
	text-align: center;
	color: #fff;
	line-height: 1;
}
.kv h1 span {
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.kv h1 img {
    width: 77%;
}

.kv .character {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    bottom: 50%;
    margin: auto;
    height: 0;
}

.kv .character dl {
    width: calc(100% / 2);
    position: relative;
}

.kv .character dl dt {
    display: flex;
	align-items: flex-start;
}
.kv .character dl dt img{
	width: 115%;
	height: auto;
}

.kv .character dl:nth-of-type(1) dt,
.kv .character dl:nth-of-type(1) dt img {
    margin: 0 auto 0 -25px;
}

.kv .character dl:nth-of-type(2) dt,
.kv .character dl:nth-of-type(2) dt img {
    margin: 0 -25px 0 auto;
}

.kv .character dl dd {
    position: absolute;
    flex-grow: 1;
    padding: 10px;
    border-radius: 10px;
    font-size: 10px;
    font-weight: bold;
    color: #525151;
    line-height: 1.4;
    box-sizing: border-box;
    width: 160px;
	font-family: 'Noto Sans JP', sans-serif;
}

.kv .character dl:nth-of-type(1) dd {
    background: rgba(255, 250, 186, 0.8);
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 25%;
}

.kv .character dl:nth-of-type(2) dd {
    background: rgba(142, 237, 230, 0.8);
    position: absolute;
    top: 0;
    right: 45%;
    margin-top: 60%;
}

.kv .character dl:nth-of-type(1) dd::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 0;
    border-color: transparent rgba(255, 250, 186, 0.8) transparent transparent;
}

.kv .character dl:nth-of-type(2) dd::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 0 0;
    border-color: rgba(142, 237, 230, 0.8) transparent transparent transparent;
}
.kv .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    top: auto;
}







/*----------------------
    　　　メイン
----------------------*/

.content {
    box-sizing: border-box;
}
.content section{
	padding: 0 10px;
	overflow-x: hidden;
}







/*----------------------
    　　アバウト
----------------------*/

.about .special {
    font-size: 12px;
    margin-bottom: 30px;
    background: #f6f6f6;
    padding: 20px 10px;
    border-radius: 10px;
    line-height: 2.2;
	border: 1px solid #bdbdbd;
    box-sizing: border-box;
    box-shadow: 0 0 6px 2px rgba(190, 190, 190, 0.25) inset;
}

.about ul{
	margin-bottom: 40px;
}

.about li {
    position: relative;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*margin-bottom: 10px;*/
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.05);
    width:100%;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 30px 20px;
    box-sizing: border-box;
}


.about li:before {
    content: "";
    position: absolute;
    width: 100%;

    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    left: 0;
    top: 0;
}
.about li:nth-of-type(1){
	background: url("../img/about01.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.about li:nth-of-type(2){
	background: url("../img/about02.jpg") no-repeat;
	background-size: cover;
	background-position: center 80%;
}
.about li:nth-of-type(3){
	background: url("../img/about03.jpg") no-repeat;
	background-size: cover;
	background-position: center 60%;
}
.about li:nth-of-type(4){
	background: url("../img/about04.jpg") no-repeat;
	background-size: cover;
	background-position: center 80%;
}
.about li p{
	font-size: 16px;
	width: 100%;
	padding: 10px;
	margin: auto;
	box-sizing: border-box;
	color: #fff;
	z-index: 1;
	border: 1px solid #fff;
	text-align: center;
}
.about li p span{
    color: #ffff8d;
    font-size: 20px;
}






/*----------------------
    　　　料金
----------------------*/
.price .campaign {
    margin: 0 auto 20px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.price .campaign .text {
    font-size: 18px;
    color: #333;
    position: relative;
}
.price .campaign .text em{
    font-size: 34px;
    width: auto;
    font-weight:bold;
    text-align: center;
    color: #356d64;
    display: block;
}
.price .campaign .text:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    z-index: -4;
    left: 0;
    top: 18px;
    background: #ffff8d;
}
.price .campaign .text:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 10px;
    background: #ffff8d;
    bottom: 5px;
    left: 0;
    z-index: -4;
}


.price .campaign .free {
    color: #ff6045;
    font-size: 55px;
    display: block;
    margin-left: 10px;
	font-weight: bold;
}





.price .cost dl {
    border: 1px solid #ebebeb;
	margin-bottom: 40px;
}
.price .cost dl dt,
.price .cost dl dd {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
	border-bottom: 1px solid #ebebeb;
	font-family: 'Noto Sans JP', sans-serif;
}

.price .cost dl dt {
    background-color: #f6f6f6;
	font-weight: bold;
}

.price .cost dl dd:last-of-type{
	border-bottom: none;
}
.price .cost dl dd .red{
	font-size: 24px;
    margin-left: 5px;
    line-height: 1;
	color: #ff6045;
	font-weight: bold;
}
.price .cost dl dd small{
	color: #666;
	font-size: 10px;
}


.price .payment h3 {
    margin-bottom: 10px;
}
.price .payment dl {
    margin-bottom: 40px;
    border: none;
}
.price .payment dl dt {
    background-color: transparent;
    padding-bottom: 5px;
    border-bottom: 1px solid #414141;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 13px;
	font-family: 'Noto Sans JP', sans-serif;
}
.price .payment dl dd {
	font-size: 12px;
}




/*----------------------
    　　　登録の流れ
----------------------*/
.flow .thin ol > li {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 5px 6px 1px rgba(0, 0, 0, 0.1);
}

.flow .thin ol > li:not(:last-of-type):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-color: #542e00 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.flow .thin ol > li dl dt,
.flow .thin ol > li dl dd {
    width: 100%;
}

.flow .thin ol > li dl dt {
    background-color: #f6f6f6;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
	font-weight: bold;
}

.flow .thin ol > li dl dt * {
    display: block;
}

.flow .thin ol > li dl dt img {
    width: 20%;
    margin: 0 auto 5px;
}
.flow .thin ol > li dl dt .step {
    font-size: 19px;
    box-sizing: border-box;
    margin: 0 auto 5px;
}
.flow .thin ol > li dl dd {
    display: block;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
	background: #fff;
}

.flow .thin ol > li dl dd li{
    padding-left: 15px;
    margin: 5px 0;
    box-sizing: border-box;
    position: relative;
    font-size: 13px;
}
.flow .thin ol > li dl dd li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #ccc;
    border-radius: 50%;
    background-size: cover;
    position: absolute;
    left: 5px;
    top: 8px;
}
.flow .thin ol > li dl dd li a{
	text-decoration: underline;
	color: #346e65;
}
.flow .inner .thin ol > li dl dd li small {
    font-size: 10px;
    color: #666;
}


/*----------------------
    　　　サービス
----------------------*/

section.service {
    position: relative;
    z-index: 0;
    background: url(../img/bg.png) #356d64;
    background-repeat: no-repeat;
    background-position: center bottom,center;
    padding-top: 40px;
    padding-bottom: 150px;
    margin-bottom: -150px;
    background-size: contain;
    background-attachment: fixed;
}
.service h2 {
    text-shadow: -1px -1px 4px rgba(84, 46, 0, 0.6), -1px 0 4px rgba(84, 46, 0, 0.6), -1px 1px 4px rgba(84, 46, 0, 0.6), 0 -1px 4px rgba(84, 46, 0, 0.6), 0 1px 4px rgba(84, 46, 0, 0.6), 1px -1px 4px rgba(84, 46, 0, 0.6), 1px 0 4px rgba(84, 46, 0, 0.6), 1px 1px 4px rgba(84, 46, 0, 0.6);
    color: #fff;
}
.service h3 {
    text-align: center;
    color: #fff;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: -1px -1px 4px rgba(84, 46, 0, 0.6), -1px 0 4px rgba(84, 46, 0, 0.6), -1px 1px 4px rgba(84, 46, 0, 0.6), 0 -1px 4px rgba(84, 46, 0, 0.6), 0 1px 4px rgba(84, 46, 0, 0.6), 1px -1px 4px rgba(84, 46, 0, 0.6), 1px 0 4px rgba(84, 46, 0, 0.6), 1px 1px 4px rgba(84, 46, 0, 0.6);
}

.service .special {
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px 10px;
    border-radius: 10px;
    line-height: 2.2;
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 6px 2px rgba(73, 73, 73, 0.25) inset;
	font-size: 12px;
	color: #fff;
}
.service img {
    width: 100%;
	max-width: 400px;
}
.service .avatar,
.service .status,
.service .gacha,
.service .calendar {
    margin: 0 auto 60px;
    text-align: center;
}


.service .avatar .btn {
    opacity: 1 !important;
    margin: 30px auto 0;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 6px 2px rgba(84, 46, 0, 0.25) inset;
    position: relative;
    padding: 0 10px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 150px;
    color: #ffffff;
    font-weight: bold;
    background-color: #909475;
    text-shadow: 0 0 5px #542e00, 0 0 5px #542e00, 0 0 5px #542e00, 0 0 5px #542e00;
    transition: 0.5s;
    text-decoration: none;
    font-size: 12px;
}
.service .avatar .btn:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    border-radius: 9px;
    box-shadow: 0 0 2px 2px #542e00;
    background-image: linear-gradient(to bottom, #6f6229 0%, #caa846 20%, #d3c28f 35%, #ffffcb 50%, #d3c28f 75%, #caa846 80%, #6f6229 100%);
    z-index: -1;
}




.service .avatar .slick-slider {
	z-index: 0;
	width: calc(100% + 20px);
    margin-left: -10px;
}
.slick-slider .slick-list{
	z-index: -10;
}
.service .avatar .slick-slider li{
	display: block;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #542e00;
    background: linear-gradient(to bottom, #6f6229 0%, #caa846 20%, #d3c28f 35%, #ffffcb 50%, #d3c28f 75%, #caa846 80%, #6f6229 100%);
    background-repeat: repeat-y;
    background-size: 100% 50%;
    margin:15px;
	transition:transform 0.5s;
	padding: 2px;
}
.service .avatar .slick-slider li:before {
    content: "";
    display: block;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    background-color: #4e483e;
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0) 100%);
    transition: background-color 0.5s ease;
    padding: 0.75rem;
    z-index: -1;
}
.service .avatar .slick-slider li:after {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background-repeat: no-repeat;
    background-image: url(../img/gr_lb.png), url(../img/gr_lt.png), url(../img/gr_rb.png), url(../img/gr_rt.png);
    background-size: 100px;
    background-position: left bottom, left top, right bottom, right top;
    z-index: 1;
    pointer-events: none;
}
.service .avatar .slick-slider li:not(.slick-center){
	transform: scale(0.9);
}
.service .avatar .slick-center{
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
}

.service .avatar .slick-prev,
.service .avatar .slick-next{
    overflow: visible;
    margin: auto;
    height: 35px;
    width: 35px;
    border-radius: 7px;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    text-shadow: -1px -1px 4px rgba(84, 46, 0, 0.6), -1px 0 4px rgba(84, 46, 0, 0.6), -1px 1px 4px rgba(84, 46, 0, 0.6), 0 -1px 4px rgba(84, 46, 0, 0.6), 0 1px 4px rgba(84, 46, 0, 0.6), 1px -1px 4px rgba(84, 46, 0, 0.6), 1px 0 4px rgba(84, 46, 0, 0.6), 1px 1px 4px rgba(84, 46, 0, 0.6);
    background-color: #909475;
    box-shadow: 0 0 6px 2px rgba(84, 46, 0, 0.25) inset;
    transition: background-color 0.5s ease;
    transform: none;
    box-sizing: border-box;
	top: 0;
    bottom: 0;
}

.service .avatar .slick-prev{
	left: 5px;
}
.service .avatar .slick-next{
	right: 5px;
}
.service .avatar .slick-prev:before,
.service .avatar .slick-next:before{
    font-style: normal;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.2);
    margin: auto;
}

.service .avatar .slick-prev:before {
	content: '‹';
}
.service .avatar .slick-next:before {
	content: '›';
}

.service .avatar .slick-prev:after,
.service .avatar .slick-next:after{
	content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;;
    border-radius: 9px;
    box-shadow: 0 0 2px 2px #542e00;
    background-image: linear-gradient(to bottom, #6f6229 0%, #caa846 20%, #d3c28f 35%, #ffffcb 50%, #d3c28f 75%, #caa846 80%, #6f6229 100%);
    z-index: -1;
}

.service .box {
    padding: 20px;
    color: #fff;
    position: relative;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    box-sizing: border-box;
    margin: 15px;
    border-radius: 4px;
    background-color: #4e483e;
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0) 100%);
}
.service .box:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -17px;
    left: -17px;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #542e00;
    background: linear-gradient(to bottom, #6f6229 0%, #caa846 20%, #d3c28f 35%, #ffffcb 50%, #d3c28f 75%, #caa846 80%, #6f6229 100%);
    background-repeat: repeat-y;
    background-size: 100%;
    margin: 15px;
    padding: 2px;
    z-index: -1;
    box-sizing: border-box;
}
.service .box:after {
    content: "";
    display: block;
    position: absolute;
    left: -15px;
    top: -15px;
    width:calc(100% + 30px);
    height:calc(100% + 30px);
    background-repeat: no-repeat;
    background-image: url(../img/gr_lb.png), url(../img/gr_lt.png), url(../img/gr_rb.png), url(../img/gr_rt.png);
    background-size: 30%;
    background-position: left bottom, left top, right bottom, right top;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
}
.service .box img{
	margin-bottom: 30px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.2)
}
.service .box p {
    opacity: 1;
    border: 2px solid #bb9450;
    padding: 10px;
    border-radius: 5px;
    margin: auto;
    background: rgba(255, 255, 255, 0.1);
    font-size: 11px;
    text-align: left;
}
.typ {
  opacity: 0;
  }
.typ span {
  opacity: 0;
  position: relative;
  }
.typing span:last-of-type:after {
    content: "";
    width: 5px;
    height: 15px;
    background: #fff;
    display: inline-block;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    position: absolute;
	animation: cursor 2s 2;
	opacity: 0;
}
@keyframes cursor { 
	0% {
		opacity: 1;
	}
	25% {
		opacity: 0;
    }
	50% {
		opacity: 1;
    }
	75% {
		opacity: 0;
    }
	100% {
		opacity: 1;
    }
}




/*----------------------
    下部新規登録エリア
----------------------*/


#home .contact {
    padding: 0 0 40px;
}
#avatar .contact {
    background: url(../img/bg.png) #356d64;
    background-repeat: no-repeat;
    background-position: center bottom,center;
    background-attachment: fixed;
    background-size: contain;
    margin: 0px 0 -150px;
    padding: 40px 0 190px;
}


/*----------------------
    　　　footer
----------------------*/
footer {
    background: url("../img/footer_bg.png") no-repeat center bottom;
    width: 100%;
}

footer .inner .footer_nav {
    padding: 10px;
    box-sizing: border-box;
}

footer .inner .footer_nav ul {
    font-size: 0;
}

footer .inner .footer_nav ul li {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 15px;
    box-sizing: border-box;
    position: relative;
}

footer .inner .footer_nav ul li:before {
    pointer-events: none;
}

footer .inner .footer_nav ul li.top:before {
    position: absolute;
    background: url(../img/icon/top_footer.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -3px;
    left: 0;
    content: '';
    display: inline-block;
}

footer .inner .footer_nav ul li.money:before {
    position: absolute;
    background: url(../img/icon/money_footer.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -3px;
    left: 0;
    content: '';
    display: inline-block;
}

footer .inner .footer_nav ul li.flow:before {
    position: absolute;
    background: url(../img/icon/region_footer.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -3px;
    left: 0;
    content: '';
    display: inline-block;
}

footer .inner .footer_nav ul li.service:before {
    position: absolute;
    background: url(../img/icon/service_footer.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -3px;
    left: 0;
    content: '';
    display: inline-block;
}

footer .inner .footer_nav ul li.company:before {
    position: absolute;
    background: url(../img/icon/inc_footer.png) no-repeat center center;
    background-size: contain;
    width: 25px;
    height: 25px;
    top: -3px;
    left: 0;
    content: '';
    display: inline-block;
}

footer .inner .footer_nav ul li a {
    color: #FFF;
    text-decoration: none;
    text-shadow: 0 0 5px #542e00, 0 0 5px #542e00, 0 0 5px #542e00, 0 0 5px #542e00;
    padding-left: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}






/*----------------------
    　　　copyright
----------------------*/
.copyright {
    background-color: #c0a672;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}



/*----------------------
    　　　page top
----------------------*/
#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
	z-index: 100;
}

#page-top a {
    background-color: #ffffff;
    display: block;
    border-radius: 50px;
    width: 100%;
    padding: 5px;
    /* box-sizing: border-box; */
    height: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

#page-top a img {
    display: block;
    width: 40px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}

/*----------------------
    　　　slick
----------------------*/
.slider img.prev-arrow {
    display: inline;
    width: 20px;
    position: absolute;
    top: 40%;
    z-index: 2;
    left: 0;
}

.slider img.next-arrow {
    display: inline;
    width: 20px;
    position: absolute;
    top: 40%;
    z-index: 2;
    right: 0;
}








/*----------------------
    アバターリストページ
----------------------*/

#avatar main{
	padding-top: 80px;
}
#avatar .content section{
    padding: 0 10px;
}
.avatar_list{
	margin: 60px auto;
}
.avatar_list > li{
	margin-bottom: 30px;
}
.avatar_list > li dt{
    border: 2px solid #bb9450;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    font-family: kiniro_sanserif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 5px 0;
    margin: 0 10px;
}
.avatar_list > li dt span{
    margin: 0 10px;
	color: #346e65;
}
.avatar_list .full {
    position: relative;
    margin: 0 auto 10px;
}
.avatar_list .full img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.avatar_list .full_bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: -1;
    background-size: 150%;
    background-repeat: no-repeat;
}
.avatar_list .color_change{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2px;
}
.avatar_list .color_change li{
	width: calc((100% - 40px) / 3);
	color: #fff;
	position: relative;
	box-sizing: border-box;
	margin: 4px;
	border-radius: 4px;
	background-color: #4e483e;
	background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.75) 0%, rgba(51, 51, 51, 0) 100%);
	margin-bottom: 55px;
}


.avatar_list .color_change li:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -6px;
    left: -6px;
    border-radius: 5px;
    box-shadow: 0 0 2px 2px #542e00;
    background: linear-gradient(to bottom, #6f6229 0%, #caa846 20%, #d3c28f 35%, #ffffcb 50%, #d3c28f 75%, #caa846 80%, #6f6229 100%);
    background-repeat: repeat-y;
    background-size: 100%;
    margin: 4px;
    padding: 2px;
    z-index: -1;
    box-sizing: border-box;
}
.avatar_list .color_change li:after {
    content: "";
    display: block;
    position: absolute;
    left: -9px;
    top: -9px;
    width: calc(100% + 18px);
    height: calc(100% + 18px);
    background-repeat: no-repeat;
    background-image: url(../img/gr_lb.png), url(../img/gr_lt.png), url(../img/gr_rb.png), url(../img/gr_rt.png);
    background-size: 40%;
    background-position: left bottom, left top, right bottom, right top;
    z-index: 1;
    box-sizing: border-box;
    pointer-events: none;
}
.avatar_list .color_change li a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.avatar_list .color_change li a:before{
    content: '';
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
	margin: auto;
    border: 0px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: 0.5s ease-in-out;
}
.avatar_list .color_change li a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 25%;
    padding-top: 25%;
    background: hsla(38, 44%, 52%, 0.9) url(../img/icon/zoom.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}
.avatar_list .color_change li p{
	padding: 2px 0;
	text-align: center;
	font-family:"NotoSansCJKjp-Regular";
	font-size: 11px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.1);
}
.avatar_list .color_change li img{
	width: 100%;
	vertical-align: bottom;
}

.avatar_list .color_change li .chara_chord{
    position: absolute;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    color: #333;
    font-size: 10px;
    text-align: center;
    line-height: 1.2;
}
.avatar_list .color_change li .chara_chord em{
	font-size: 17px;
	display: block;
	font-weight: bold;
	color: #ff6045;
}








