@charset "utf-8";

/* -----------------------------------------------------------------------------
Text
---------------------------------------------------------------------------- */
body{
	background:#fff;
	font-family: 'Noto Serif JP', serif;
	color: #333;
	font-size:1.1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
	letter-spacing: 0.2em;
}
@media screen and (max-width:800px) {
body{
	font-size:1rem;
	letter-spacing:0em;}
}

.non-text {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	font-size: 0;
	color: #fff;
	background-color: #fff;
}
h2.title{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding:0 0 20px 0;
	font-size:32px;
}
@media screen and (max-width:800px) {
h2.title{
	font-size:24px;}
}

h2 {
	font-size:28px;
	margin:0;
	padding:0 0 1em 0;
}
@media screen and (max-width:800px) {
h2{
	font-size:1.3rem;
	margin:1em 0;
	padding-bottom:0;}
}

h3 {
	margin:1em 0;
}
@media screen and (max-width:800px) {
h3{
	font-size:1.1rem;
	margin:1em 0;
	padding-bottom:0;}
}
.right {
	display:block;
	text-align:right;
	margin:0;
	padding:0;
}
.center {
	display:block;
	text-align:center;
}
.s {
	font-size:80%;
}
.red {
	color:#ff0000;
}
.clear {
	clear:both;
	margin:0;
	padding:0;
}
.text-bold {
	font-weight:bold;
}
.spacer {
	clear:both;
	display:block;
	width:100%;
	height:30px;
	margin:0;
	padding:0;
}
.hr {
	clear:both;
	display:block;
	width:100%;
	margin:0 0 50px 0;
	padding:0 0 30px 0;
	border-bottom:solid 1px #ccc;
}
.note {
	display:block;
	margin-left:1em;
	text-indent:-1em;
}
.note-p {
	display:block;
	margin-left:2em;
	text-indent:-1em;
}
.note1 {
	display:block;
	margin-left:1em;
	text-indent:-1em;
	margin-top:1em;
}
.note-s {
	display:block;
	margin-top:1em;
	margin-left:1em;
	text-indent:-1em;
	font-size:small;
}
.uline-yellow {
	border-bottom:3px solid #ecc300;
}

/*@media screen and (max-width:320px) {
.p-none {
	display:none;}
}*/
@media screen and (max-width:800px) {
.p-none {
	display:none;}
}


/* -----------------------------------------------------------------------------
Header - BrandName
---------------------------------------------------------------------------- */
header {
	width:100%;
	height:160px;
}
@media screen and (max-width:800px) {
header {
	top:0;
	height:110px;}
}

header h1#brandname {
	display:block;
	width:200px;
	height:96px;
	margin:30px auto;
	padding:0;
	white-space:nowrap;
	background: url('../img/brandname.png') 0 0 no-repeat;
}
@media screen and (max-width:800px) {
header h1#brandname {
	background-position:top center;
	background-size:75%;
	margin:20px auto;}
}


/* -----------------------------------------------------------------------------
MainContents - Concept
----------------------------------------------------------------------------  */
/*#bd h2#concept {
	max-width:700px;
	min-height:230px;
	margin:30px auto;
}*/

#bd h2#concept {
	display:block;
	width:70%;
	height:0;
	padding:0;
	padding-top:23%; /* 230/700=33% >> 33*0.7=23% */
	margin:30px auto;
	white-space:nowrap;
	background: url('../img/logo_concept.png') 0 0 no-repeat;
	background-size: contain;
}
@media screen and (max-width:800px) {
#bd h2#concept {
	padding-bottom:15px;}
}


/* -----------------------------------------------------------------------------
MainContents - IMG
---------------------------------------------------------------------------- */
/*.img-logo_granbrain {
	width:280px;
	height:134px;
}*/
.img-logo_granbrain {
	display:block;
	width:28%;
	height:0;
	padding:0;
	padding-top:13.4%;
	white-space:nowrap;
	background: url('../img/logo_granbrain.png') 0 0 no-repeat;
	background-size: contain;
	margin:30px auto;
}
@media screen and (max-width:800px) {
.img-logo_granbrain {
	width:200px;
	height:96px;
	margin:10px auto;}
}

.img-logo_circle {
	display:block;
	width:300px;
	height:300px;
	margin:0 auto;
	padding:0;
	background: url('../img/logo_circle.png') 0 0 no-repeat;
	white-space:nowrap;
}
@media screen and (max-width:1000px) {
.img-logo_circle {
	width:180px;
	height:180px;
	background: url('../img/logo_circle-w180.png') 0 0 no-repeat;}
}
@media screen and (max-width:600px) {
.img-logo_circle {
	width:170px;
	height:170px;
	background: url('../img/logo_circle-w170.png') 0 0 no-repeat;}
}
@media screen and (max-width:320px) {
.img-logo_circle {
	width:150px;
	height:150px;
	background: url('../img/logo_circle-w150.png') 0 0 no-repeat;}
}

/*.img-logo_3step {
	width:700px;
	height:81px;
}*/
.img-logo_3step {
	display:block;
	width:75%;
	height:0;
	padding:0;
	padding-top:12%;
	margin:0 auto;
	white-space:nowrap;
	background: url('../img/logo_3step.png') 0 0 no-repeat;
	background-size:contain;
}
@media screen and (max-width:800px) {
.img-logo_3step {
	display:block;
	width:90%;
	padding-top:12%;
	margin:-50px auto 0 auto;
	background: url('../img/logo_3step-w500.png') 0 0 no-repeat;
	background-size:contain;}
}

.img-point {
	display:block;
	background: url('../img/point.png') 0 0 no-repeat;
	width:47px;
	height:47px;
	margin:0 auto;
	padding:0;
	white-space:nowrap;
}

.img-photKuno {
	display:block;
	background: url('../img/phot_kuno.png') 0 0 no-repeat;
	width:200px;
	height:200px;
	margin:0 auto;
	padding:0;
	white-space:nowrap;
}
.img-photOgino {
	display:block;
	background: url('../img/phot_ogino.png') 0 0 no-repeat;
	width:200px;
	height:200px;
	margin:0 auto;
	padding:0;
	white-space:nowrap;
}
@media screen and (max-width:800px) {
.img-photKuno,
.img-photOgino {
	width:50%;
	background-size:contain;}
}

.chart_develop {
	display:block;
	background: url('../img/chart_develop.png') 0 0 no-repeat;
	width:210px;
	height:215px;
	padding:0;
	white-space:nowrap;
	margin:0 0 1em 1em;
	float:right;
}
@media screen and (max-width:800px) {
.chart_develop {
	background-size:contain;
	float:none;
	margin:1em auto;}
}

img.auto {
	display:block;
	margin:0;
	padding:0;
}
img.img-right-auto {
	display:block;
	margin:0 0 1em 1em;
	padding:0;
	float:right;
}
img.img-left-auto {
	display:block;
	margin:0 1em 1em 0;
	padding:0;
	float:left;
}
img.img-center-auto {
	display:block;
	padding:0;
	margin:1em auto;
}
img.right {
	display:block;
	margin:30px 0 30px 30px;
	padding:0;
	float:right;
}
img.left {
	display:block;
	margin:30px 0 30px 30px;
	padding:0;
	float:left;
}
@media screen and (max-width:800px) {
img.auto {
	max-width:100%;
	height:auto;}
img.img-right-auto,
img.img-left-auto {
	width:45%;
	height:auto;}
img.img-center-auto {
	max-width:100%;
	height:auto;}
img.right,
img.right {
	float:none;
	margin:30px auto;
	max-width:100%;
	height:auto;}
}


/* -----------------------------------------------------------------------------
MainContents - Container
---------------------------------------------------------------------------- */
.container-concept {
	display:block;
	margin:0 auto;
	padding:0 0 30px 0;
	width:1000px;
	text-align:center;
}
@media screen and (max-width:800px) {
.container-concept {
	padding:0;
	width:100%;}
}
.container-conceptColor {
	margin:30px auto 0 auto;
	padding:30px;
	width:100%;
	background-color:#faf3e9;
	text-align:center;
}
@media screen and (max-width:800px) {
.container-conceptColor {
	padding:15px 0;}
}

.container-goods1 {
	margin:30px auto;
	padding:30px;
	width:100%;
	background-color:#F4E9EF;
	text-align:center;
}
.container-goods2 {
	margin:30px auto;
	padding:30px;
	width:100%;
	background-color:#DDF0F1;
	text-align:center;
}
@media screen and (max-width:800px) {
.container-goods1,
.container-goods2 {
	margin:20px auto;
	padding:20px;
	width:100%;}
}

.container-text {
	max-width:1000px;
	margin:30px auto;
	text-align:left;
}
.container-text-center {
	max-width:1000px;
	margin:30px auto;
	text-align:center;
}
@media screen and (max-width:800px) {
.container-text,
.container-text-center {
	width:90%;
	margin:30px auto;}
}

.container-text-goods {
	display:block;
	max-width:1000px;
	margin:30px auto;
	padding:50px;
	text-align:left;
	background-color:#fff;
}
@media screen and (max-width:800px) {
.container-text-goods {
	padding:20px;}
}

header #container-buy {
	display:block;
	float:right;
	width:auto;
	margin:auto 30px;
	padding:15px;
	text-align:center;
	background-color:#1BB8CE;
	font-weight:bold;
	color:#fff;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-decoration:none;
	letter-spacing:0em;
}
.container-buy {
	display:block;
	width:12rem;
	margin:30px auto;
	padding:10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-decoration:none;
	letter-spacing:0em;
}
.container-buy.goods1 {
	background-color:#B64189;
}
.container-buy.goods2 {
	background-color:#1BB8CE;
}
@media screen and (max-width:800px) {
header #container-buy {
	margin:auto 0 auto 10px;
	padding:10px;
	font-size:0.8rem;}
.container-buy {
	width:10rem;
	margin:0 auto;
	padding:10px;
	font-size:0.9rem;}
}
@media screen and (max-width:800px) {
header #container-buy {
	padding:10px 15px;
	font-size:1.1em;}
}
/*@media screen and (max-width:320px) {
header #container-buy {
	font-size:1.1em;}
}*/


/* -----------------------------------------------------------------------------
MainContents - DL・UL・OL
---------------------------------------------------------------------------- */
dl.line,
.develop dl.line {
	margin-left:1em;
	text-decoration:none;
}
@media screen and (max-width:800px) {
dl.line,
.develop dl.line {
	margin-left:0;}
}

dl.line dt {
	border-left:solid 4px #ccc;
	margin-bottom:5px;
	padding-left:9px;
}
dl.line dd {
	margin-left:2em;
}

.develop dl.line dt {
	border-left:solid 4px #846D62;
	margin-bottom:5px;
	padding-left:9px;
	font-weight:bold;
}
.develop dl.line dd {
	margin:1em 0 0 0.7em;
	font-size:1rem;
}

.develop dl.line dt {
	border-left:solid 4px #846D62;
	margin-bottom:5px;
	padding-left:9px;
	font-weight:bold;
}
.develop dl.line dd,
dl.line-goods1 dd,
dl.line-goods2 dd {
	margin:1em 0 0 0.7em;
	font-size:1rem;
}

dl.line-goods1,
dl.line-goods2 {
	margin:60px 0 30px 0;
	text-decoration:none;
}
dl.line-goods1 dt {
	border-left:solid 4px #B64189;
	margin-bottom:5px;
	padding-left:9px;
	font-weight:bold;
	font-size:28px;
}
dl.line-goods1 dd.goods1 {
	margin:1em 0 0 0.7em;
	color:#B64189;
	font-weight:bold;
	font-size:1.1rem;
}
dl.line-goods2 dt {
	border-left:solid 4px #1BB8CE;
	margin-bottom:5px;
	padding-left:9px;
	font-weight:bold;
	font-size:28px;
}
dl.line-goods2 dd.goods2 {
	margin:1em 0 0 0.7em;
	color:#1BB8CE;
	font-weight:bold;
	font-size:1.1rem;
}
dl.line-goods1 dt span.price,
dl.line-goods2 dt span.price {
	font-size:1.1rem;
	display:block;
}

dl.line-goods1 dd dl.point,
dl.line-goods2 dd dl.point {
	margin:1em 0 1em 0;
	padding:0 30px 0 0;
	text-decoration:none;
}
dl.line-goods1 dd dl.point dt,
dl.line-goods2 dd dl.point dt {
	font-size:1.1rem;
	font-family:'Kosugi Maru', sans-serif;
	margin:0;
	padding:0;
	border-left:none;
}
dl.line-goods1 dd dl.point dt:before,
dl.line-goods2 dd dl.point dt:before {
	position: relative;
	font-family:'Kosugi Maru', sans-serif;
	top:15px;
	margin: 0;
	content: url('../img/point.png');
}
dl.line-goods1 dd dl.point dd,
dl.line-goods2 dd dl.point dd {
	margin:1em 0 0 0;
	font-size:1.1rem;
}

ul.list-store {
	width:100%;
	margin:0 auto;
}
ul.list-store li{
	border-bottom: 1px solid #ccc;
	margin:0 0 20px 0;
	padding: 0 20px 20px 20px;
}
ul.list-store li a{
	display:block;
}



/* -----------------------------------------------------------------------------
Accordion
---------------------------------------------------------------------------- */
.ac-area{
	list-style: none;
	width: 96%;
	max-width: 900px;
	margin:0 auto;
}
.ac-area li{
	margin:0;
}
.ac-title {
	position: relative;/*+マークの位置基準とするためrelative指定*/
	cursor: pointer;
	font-weight: normal;
	padding:0 0 0 30px;
	transition: all .5s ease;
}

/*アイコンの＋と×*/
.ac-title::before,
.ac-title::after{
	position: absolute;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;
}
.ac-title::before{
	top:48%;
	left: 1px;
	transform: rotate(0deg);
    
}
.ac-title::after{   
	top:48%;
	left:1px;
	transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.ac-title.close::before{
	transform: rotate(45deg);
}
.ac-title.close::after{
	transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
	display: none;/*はじめは非表示*/
	background: #f3f3f3;
	margin:0 3% 3% 3%;
	padding: 3%;
}



/* -----------------------------------------------------------------------------
MainContents - Table
---------------------------------------------------------------------------- */
table.develop {
	width:1000px;
	border:solid 0px #fff;
	background-color:#fff;
	margin:15px auto;
}
table.develop td {
	background-color:#fff;
	padding:15px;
	text-align:left;
}

@media screen and (max-width:800px) {
table.develop {
        width:90%;
	margin:15px auto 0 auto;}
table.develop td {
        display: block;
        width:100%;}
}

/* -----------------------------------------------------------------------------
MainContents - Animation - FadeIn
---------------------------------------------------------------------------- */
.fadeInTrigger {
	opacity:0;
}
.fadeIn {
	animation-name:fadeInAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	from {opacity: 0;}
	to {opacity: 1;}
}

.zoomInTrigger {
	opacity: 0;
}
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	display:block;
}
@keyframes zoomInAnime{
	from {transform: scale(0.6);
	opacity: 0;}
	to {transform: scale(1);
	opacity: 1;}
}

.fadeUpTrigger {
	opacity: 0;
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {opacity: 0;
	transform: translateY(100px);  }
	to {opacity: 1;
	transform: translateY(0);  }
}

borderLine-Trigger{
    opacity: 0;
}
.borderLine-container {
	margin:0 auto;
	padding:50px 0;
	width:500px;
}
@media screen and (max-width:800px) {
.borderLine-container {
	padding:30px 0;
	width:80%;}
}

.borderLine{
	position:relative;
}
.borderLine:before{
	content: '';
	position: absolute;
	left:50%;
	bottom:30px;
	width:0;
	border-bottom: solid 1px #333;
	transform: translateX(-50%);
	animation: border_anim 0.5s linear forwards;
}
@keyframes border_anim {
	0%{width: 0%;}
	100%{width: 100%;}
}


/* -----------------------------------------------------------------------------
MainContents - Animation - Line Square
---------------------------------------------------------------------------- */
.lineSquareTrigger {
    opacity: 0;
}

.lineSquare-container {
	margin:30px auto 50px auto;
}
@media screen and (max-width:800px) {
.lineSquare-container {
	width:100%;
	margin:20px auto 30px auto;}
}

.lineSquare {
	position: relative;
}
.lineSquare::before,
.lineSquare::after{
	position: absolute;
	content: '';
	width:0;
	height:1px;
	background:#846D62;
}
.lineSquare::before{ 
	top:0;
	left:0;
	animation:lineAnime .5s linear 0s forwards;
}
.lineSquare::after { 
	bottom:0;
	right:0;
	animation:lineAnime .5s linear 1s forwards;
}
@keyframes lineAnime {
	0% {width:0%;}
	100%{width:100%;}
}

.lineSquare2::before,
.lineSquare2::after{
	position: absolute;
	content: '';
	width:1px;
	height:0;
	background:#846D62;
}
.lineSquare2::before{ 
	top:0;
	right:0;
	animation:lineAnime2 .5s linear .5s forwards;
}
.lineSquare2::after { 
	bottom:0;
	left:0;
	animation:lineAnime2 .5s linear 1.5s forwards;
}
@keyframes lineAnime2 {
	0% {height:0%;}
	100%{height:100%;}
}

.lineSquare .lineSquareinappear {
	animation: lineInnerAnime .5s linear 1.5s forwards;
	opacity: 0;
	margin:0;
	padding:30px;
	font-size:1rem;
}
@media screen and (max-width:800px) {
.lineSquare .lineSquareinappear {
	width:100%;
	padding:20px;}
}

@keyframes lineInnerAnime{
	0% {opacity:0;}
	100% {opacity:1;}
}


/* -----------------------------------------------------------------------------
MainContents - Animation - Text PopUp
---------------------------------------------------------------------------- */
.box {
	opacity:0;
}
.fadeUp {
	animation-name:fadeupAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}
@keyframes fadeUpAnime{
	from {	opacity:0;
		transform:translateY(100px);}
	to {	opacity:1;
		transform:translateY(0);}
}


#concept .concept-img{
    width:30%;
    margin:0 auto;
    animation-delay: .4s;
}
#concept .concept-area{
    position: relative;
    padding:50px 0 0 0;
}
#concept .concept-area ul{
    animation-delay: .5s;
}

#concept .concept-area ul li{
    position: absolute;
    font-size: 1.7em;
    font-family: 'Kosugi Maru', sans-serif;
}
#concept .concept-area ul li::after{
    content:'';
    position: absolute;
    width:40px;
    height: 2px;
    bottom: -10px;
    right:10px;
    background: #007a9d;
}
#concept .concept-area ul li:nth-child(n+4)::after{
    left:10px;
}
#concept .concept-area ul li:nth-child(1){
    top: 12%;
    left: 22%;
    transform: rotate(15deg);
    animation-delay: .1s;
}
#concept .concept-area ul li:nth-child(2){
    top: 37%;
    left: 13%;
    transform: rotate(10deg);
    animation-delay: .3s;
}
#concept .concept-area ul li:nth-child(3){
    top: 71%;
    left: 26%;
    transform: rotate(-15deg);
    animation-delay: .5s;
}
#concept .concept-area ul li:nth-child(4){
    top: 12%;
    right: 25%;
    transform: rotate(-15deg);
    animation-delay: .7s;
}
#concept .concept-area ul li:nth-child(5){
    top: 37%;
    right: 19%;
    transform: rotate(-10deg);
    animation-delay: 1.1s;
}
#concept .concept-area ul li:nth-child(6){
    top: 71%;
    right: 18%;
    transform: rotate(15deg);
    animation-delay: 1.3s;
}

@media screen and (max-width:1000px) {
#concept .concept-area ul li{
    font-size:1.5em;}
#concept .concept-area ul li:nth-child(1){
    top: 15%;
    left: 17%;}
#concept .concept-area ul li:nth-child(2){
    top: 42%;
    left: 6%;}
#concept .concept-area ul li:nth-child(3){
    top: 78%;
    left: 15%;}
#concept .concept-area ul li:nth-child(4){
    top: 15%;
    right: 22%;}
#concept .concept-area ul li:nth-child(5){
    top: 43%;
    right: 12%;}
#concept .concept-area ul li:nth-child(6){
    top: 79%;
    right: 8%;}
}
@media screen and (max-width:600px) {
#concept .concept-area ul li{
    font-size:1em;}
}
@media screen and (max-width:320px) {
#concept .concept-area ul li{
    font-size:0.8em;}
}


/* ----------------------------------------------------------------------------
FirstView - Video Area
---------------------------------------------------------------------------- */
#firstview {
	relative*/
	position:relative;
	height:calc(100vh - 160px);
}
#firstview #video-area{
	position:absolute;
	z-index: -1;/*最背面に設定*/
	top:160px;
	right:0;
	left:0;
	bottom:0;
	overflow:hidden;
}
@media screen and (max-width:800px) {
#firstview {
	height:calc(100vh - 110px);}
#firstview #video-area{
	top:110px;}
}

#firstview #video-area #video {
	position:absolute;
	z-index: -2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*縦横幅指定*/
	width: 177.77777778vh; /* 16:9 の幅→16÷9＝177.77% */
	height: 56.25vw; /* 16:9の幅 → 9÷16=56.25% */
	min-height: 100%;
	min-width: 100%;
}
#firstview h2.firstview-text1 {
	position:relative;
	z-index: 0;
	top: 3%;
	left: 3%;
	transform: translate(0%, 0%);
	width:200px;
	height:65px;
	background: url('../img/logo_concept-w200.png') 0 0 no-repeat;
}
#firstview h2.firstview-text2 {
	position:absolute;
	z-index: 0;
	bottom: 5%;
	right: 3%;
	transform: translate(0%, 0%);
	width:135px;
	height:85px;
	background: url('../img/logo_fromYobou.png') 0 0 no-repeat;
}
@media screen and (max-width:1000px) {
#firstview h2.firstview-text1 {
	top: 0;
	left: 3%;
	width:150px;
	height:49px;
	background: url('../img/logo_concept-w150.png') 0 0 no-repeat;}
#firstview h2.firstview-text2 {
	bottom: 1%;
	right: 3%;
	width:100px;
	height:63px;
	background: url('../img/logo_fromYobou-w100.png') 0 0 no-repeat;}
}
@media screen and (max-width:600px) {
#firstview h2.firstview-text1 {
	top: 0;
	left: 3%;
	width:120px;
	height:39px;
	background: url('../img/logo_concept-w120.png') 0 0 no-repeat;}
#firstview h2.firstview-text2 {
	bottom: 0;
	right: 3%;
	width:90px;
	height:57px;
	background: url('../img/logo_fromYobou-w90.png') 0 0 no-repeat;}
}


/* ----------------------------------------------------------------------------
PageTop
---------------------------------------------------------------------------- */
p#page-top {
	clear:both;
	display:block;
	position:fixed;
	bottom:10px;
	right:10px;
	padding:7px;
	text-align:center;
	color:#666;
	vertical-align:middle;
	border:solid 1px #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;  /* Safari,Google Chrome */
	-moz-border-radius:5px;   /* Firefox */
	background-color:rgba(255,255,255,0.7);
}
p#page-top a {
	display:block;
	padding-top:3px;
	text-decoration:none;
	font-size:80%;
	color:#666;
	font-family: 'Noto Sans Japanese', serif;font-weight:Light;
}
p#page-top a:hover {
	text-decoration:none;
}

@media screen and (max-width:800px) {
p#page-top {
	padding:3px;
	bottom:5px;
	right:5px;}
p#page-top a {
	font-size:80%;}
}


/* ----------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------- */
#footer {
	clear:both;
	margin:0;
	padding:0;
}
#footer footer {
	width:100%;
	height:auto;
	margin:50px 0 0 0;
	padding:0;
	background-color:#DECCB3;
	color:#333;
}
#footer footer h2.title{
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	padding:50px 0 30px 0;
	font-size:28px;
}
#footer footer .ft-text {
	max-width:1000px;
	margin:0 auto;
	padding:0 0 30px 0;
	text-align:center;
}
#footer footer small {
	display:block;
	text-align:center;
	color:#fff;
	padding-bottom:30px;
}

@media screen and (max-width:800px) {
#footer footer {
	width:100%;
	margin:30px 0 0 0;}
#footer footer h2.title{
	padding:30px 0 20px 0;
	font-size:24px;}
#footer footer .ft-text {
	width:100%;
	padding:0 1em 20px 1em;
	text-align:center;
	font-size:0.9rem;}
#footer footer small {
	display:block;
	text-align:center;
	color:#fff;
	padding-bottom:20px;}
}


/* ----------------------------------------------------------------------------
Mail Form
---------------------------------------------------------------------------- */
#link-form {
	clear:both;
	display:block;
	width:400px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	color:#333;
	vertical-align:middle;
	border:solid 1px #ccc;
	border-radius:5px;
	-webkit-border-radius:5px;  /* Safari,Google Chrome */
	-moz-border-radius:5px;   /* Firefox */
	background-color:#faf3e9;
}
#link-form a {
	display:block;
	text-decoration:none;
	color:#333;
}
#link-form a:hover {
	text-decoration:none;
	color:#fff;
}

@media screen and (max-width:800px) {
#link-form {
	margin-top:-1em;
	padding:5px;
	width:300px;}
}

.link-form-style{
	position: relative;
	border: 1px solid #846D62;
	border-radius:5px;
	-webkit-border-radius:5px;  /* Safari,Google Chrome */
	-moz-border-radius:5px;   /* Firefox */
	padding: 8px 30px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	color: #333;
	outline: none;
	transition: all .2s linear;
}
.link-form-style:hover{
	background:#846D62;
	color:#fff;
}
.link-form-style::before{
	content:"";
	position: absolute;
	top:50%;
	right:-26px;
	width:40px;
	height:1px;
	background:#846D62;
	transition: all .2s linear;
}
.link-form-style::after{
	content:"";
	position: absolute;
	top: 20%;
	right: -21px;
	width:1px;
	height:14px;
	background:#846D62;
	transform:skewX(45deg);
	transition: all .2s linear;
}
.link-form-style:hover::before{
	right:-35px;
}
.link-form-style:hover::after{
	right:-30px;
}
