@charset "utf-8";
/* CSS Document */
/* TOP */
@font-face {
font-family:'Oxanium', cursive;
src: url(common/font/Oxanium-VariableFont_wght.ttf);
}
@font-face {
font-family: 'BIZ UDPGothic', sans-serif;
src: url(common/font/BIZUDPGothic-Regular.ttf);
}

@media screen and (min-width : 901px) {/* large */

/* パララックスCSS */
.loading{
z-index: 5;
}
.parallax::before {
    background-image: url(img/main.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:  cover;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
}
.content01 {
    display: block;
    justify-content: center;
    align-items: top;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    margin-top: 100vh; /* コンテンツ間の余白 */
	padding: 5%;
	text-align: center;
}

.content p {
    color: #fff;
    font-size: 26px;
}

.te{
}
.te_wapper {
height: auto;
border: 1px solid #b9b7a8;
padding: 6px;
background: #d6d1b1;
margin: 0 auto 0 auto;
}

.te_contents {
border: 1px solid #b9b7a8;
background: #fff;
padding: 1%;
}

.te_contents .fadIn {
border: 1px solid #b9b7a8;
background: #fff;
padding: 1%;
display: flex;
}

.te_comment{
font-size: 130%;
line-height: 250%;
margin: 0 0 0 0;
text-align: center;

}

.te_sign{
margin: 1em auto 1em auto;
}

.te_sign img {
max-width: 30%;
}
.te_sign table {
margin: 0 auto 0 auto;
}
.te_sign td {
}
.sign01{
text-align: right; width: 50%;
}
.sign02{
text-align: left; width: 50%;
}
.te_sign .fadeUp {
}

/*--- メッセージ  ---*/
.content02 {
    display: block;
    justify-content: center;
    align-items: top;
    background-color: rgba(255, 255, 255, .8);
    height: 100%;
    margin-top: 30vh; /* コンテンツ間の余白 */
	padding: 5% 0 5% 0;
	text-align: center;
}

.content02_txt {
font-size: 130%;
line-height: 200%;
margin: -3% 0 2% 0;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.content02_txt fadeIn {
font-size: 130%;
line-height: 200%;
margin: -3% 0 2% 0;
  opacity: 1;
}

#massage_wapper{
width: 1280px;
text-align: center;
margin: 0 auto 0 auto;
}

#massagebox{
max-width: 1280px;
display: inline-block;
text-align: center;
}

#massagebox button{
margin:3px;
opacity: 0;
}

button{
cursor: pointer;
border: 1px solid #c2bcb1;
background: url("img/message_bg.jpg") no-repeat;
background-size: contain;
}

.comment_box {
  display: inline-block;
  transition: all 0.5s ease;
  transform: translateX(-100%); /* 初期状態で画面外に移動 */
  opacity: 0; /* 初期状態で透明 */
}
.comment_box.delayScroll {
  transform: translateX(0); /* アニメーション後の状態 */
  opacity: 1;
}


.comment{
width: 310px;
height: 180px;
background-color: #fff;
color: #000;
text-align: left;

}

.comment a {
}
.comment a::after {
}

.name3line_space {
margin: -0.6em 0 0 0;
}
.ms_close {
margin: 5% auto 5% auto;
text-align: center;
}

.ms_close img {
width: 20%;
}

.btn_close {
cursor: pointer;
}
.btn_close a {
}
.btn_close a::after {
}

.comment > p {
font-size: 120%;
margin: 0 0 0 4%;
}


span.name {
font-size: 150%;
font-weight: bold;
display: inline-block;
padding: 0.5em 0 0 0;
}

span.name_kgl {
font-size: 150%;
font-weight: bold;
display: inline-block;
padding: 0.5em 0 0 0;
}

#footter {
padding: 2em 0 0 0;
}

#footerbox{
text-align: center;
}

#footerbtn {
margin: 0 auto 0 auto;
}

#footeracq {
max-width: 100%;
height:auto;
padding: 0 0 0 0;
}

#footeritem002 {
max-width: 100%;
height:auto;
padding: 0 1% 1% 0;
}
#footeritem003 {
max-width: 100%;
height:auto;
padding: 0 0 1% 0;
}
#footeritem004 {
max-width: 100%;
height:auto;
padding: 0 0 1% 0;
}

#copy {
color: #fff;
text-align: center;
margin: 1% 0 3% 0;
}

#copy p {
margin: 0;
font-size: 90%;
}
.copy {
text-align: center;
margin: 0 0 0.5% 0;
font-size: 70%;
}

.ms_ill {
margin: 0 auto 1em auto;
text-align: center;
}


}
  @media screen and (max-width : 900px) {/* small*//* small*//* small*//* small*//* small*//* small*/
  /* パララックスCSS */
.loading{
z-index: 5;
}
.parallax::before {
    background-image: url(img/sp_main.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100lvh;
    z-index: -1;
}
.content01 {
    display: block;
    justify-content: center;
    align-items: top;
    background-color: rgba(255, 255, 255, .8);
    height: 100%;
    margin-top: 100vh; 
	padding: 5%;
	text-align: center;
}

.content p {
    color: #fff;
    font-size: 24px;
}

.te{
display: block;
margin: 0 auto 0 auto;
}
.te_wapper {
height: auto;
border: 1px solid #b9b7a8;
padding: 6px;
background: #d6d1b1;
margin: 0 auto 0 auto;
}

.te_contents {
border: 1px solid #b9b7a8;
background: #fff;
padding: 4% 3% 2% 3%;
display: block;

}

.te_contents .fadIn {

}
/*-- --*/


.te_comment{
font-size: 100%;
line-height: 150%;
margin: 0 0 5% 0;
overflow-wrap: break-word;
}


.te_sign{
margin: 1em auto 1em auto;
font-size: 80%;

}
.te_sign img {
max-width: 80%;
}
.te_sign table {
margin: 0 auto 0 auto;
}
.te_sign td {
}
.sign01{
text-align: right;
width: 60%;
line-height: 120%
}
.sign02{
text-align: left; width: 40%;
}
.te_sign .fadeUp {
  transform: translateY(0); /* アニメーション後の状態 */
  opacity: 1;
}
/*--- メッセージ  ---*/
.content02 {
    display: block;
    justify-content: center;
    align-items: top;
    background-color: rgba(255, 255, 255, .8);
    height: 100%;
	padding: 3%;
	text-align: center;
}

.content02_txt {
font-size: 100%;
line-height: 150%;
margin: -3% 0 2% 0;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.content02_txt fadeIn {
font-size: 100%;
line-height: 150%;
margin: -3% 0 2% 0;
  opacity: 1;
  transform: translateX(0); /* アニメーション後の状態 */
}

#massage_wapper{
width: 900px;
text-align: center;
margin: 0 auto 0 auto;
}

#massagebox{
max-width: 900px;
display: inline-block;
text-align: center;
}

#massagebox button{
margin:2px;
opacity: 0;
}

button{
cursor: pointer;
border: 1px solid #c2bcb1;
background: url("img/sp_message_bg.jpg") no-repeat;
background-size: contain;
}

.comment_box{
width: 50%;
display: inline;
opacity: 0;
transition: all 0.5s ease;
transform: translateX(-100%); /* 初期状態で画面外に移動 */
}
.comment_box.delayScroll {
  transform: translateX(0); /* アニメーション後の状態 */
  opacity: 1;
}



.comment{
width: 48%;
background-color: #fff;
color: #000;
text-align: left;
padding: 3% 1% 3% 2%;

}

.comment a {
}
.comment a::after {
}
.name3line_space {
margin: -0.6em 0 0 0;
}
.ms_close {
margin: 5% auto 10% auto;
text-align: center;
}

.ms_close img {
width: 30%;
}

.btn_close {cursor: pointer;
}
.btn_close a {
}
.btn_close a::after {
}

.android .comment > p {
font-size: 73%;
margin: 0 0 7% 0%;
}

.comment > p {
font-size: 85%;
margin: 0 0 3% 0%;
}

span.name {
font-size: 130%;
padding: 0.6em 0 0 0;
font-weight: bold;
display: inline-block;
}
span.name_kgl {
font-size: 130%;
margin: 0.6em 0 0 0;
font-weight: bold;
display: inline-block;
}

#footter {
}

#footerbox{
text-align: center;
background: #fff;
}

#footerbtn {
margin: 0 auto 0 auto;
}

#footeracq {
max-width: 100%;
height:auto;
padding: 0 0 0 0;
}

#footeritem002 {
max-width: 100%;
height:auto;
padding: 0 1% 1% 0;
}
#footeritem003 {
max-width: 100%;
height:auto;
padding: 0 0 1% 0;
}
#footeritem004 {
max-width: 100%;
height:auto;
padding: 0 0 1% 0;
}
.copy {
text-align: center;
margin: 0 0 0.5% 0;
font-size: 70%;
width: 100%;
background: #fff;
}
.ms_ill {
margin: 0 auto 1em auto;
text-align: center;
}
.ms_ill img {
width: 100%;
}
  }