body{
    min-width: 375px;
	background-color:#000;
	line-height: 1.6;
	color:#fff;
	font-size:16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
html{
    scroll-behavior: smooth;
}
/* common */
section{
    
}
.container{
    margin:0 auto;
    padding:0 20px;
}
.container1{
    width:auto;
    margin:0 auto;
    padding:0 20px;
}
.container2{
    width:auto;
    margin:0 auto;
    padding:0 20px;
}
h1{
}
h2{
}
h3{
}
p{
    padding-bottom:20px;
}
img{
    max-width:100%;
    height:auto;
}
a:link{
    text-decoration: none;
    color:#000;
}
a:visited{
    text-decoration: none;
    color:#000;
}
a:hover{
    text-decoration: none;
    color:#000;
}
a:active{
    text-decoration: none;
    color:#000;
}
a[href*="tel:"] {
    pointer-events:inherit;
    cursor: default;
    text-decoration: none;
}
hr{
    margin:0;
    padding:0;
    border:0;
    border-bottom:2px solid rgba(229, 196, 139, 0.7);
}
.clearfix{
    clear: both;
}
/* Font and Color */
.Font200{
    font-weight: 200;
}
.Font300{
    font-weight: 300;
}
.Font400{
    font-weight: 400;
}
.Font500{
    font-weight: 500;
}
.Font600{
    font-weight: 600;
}
.Font700{
    font-weight: 700;
}
.Font800{
    font-weight: 800;
}
.Font900{
    font-weight: 900;
}
.FontNews{
    font-family: "Newsreader", serif;
    font-optical-sizing: auto;
    font-weight: 500;
}
.FontSans{
    font-family:"Noto Sans SC";
}
/* Rayer */
.rayNav{
    z-index: 300;
    position: fixed;
    top:0;
    width:100%;
    min-width:1370px;
}
.rayMain{
    z-index:100;
    position: relative;
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    min-width:auto;
    height:calc(80vh - 60px);
    margin-top:calc(-80vh + 60px);
}
/* header */
header{
    min-width:auto;
    height:60px;
    background-color:rgba(0, 0, 0, 0.5);
    color:#fff;
}
.headBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.headBox1{
    z-index:999;
    position:absolute;
    width:75px;
    top:0;
    margin-left:10px;
}
.headLogo{
    padding:10px;
    background-color:#000;
    text-align: center;
}
.headBox2{
    display: none;
}
.headBox2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.headBox2 ul li{
    margin:0 5px;
    padding-left:20px;
}
.headBox2 ul li a:link{
    padding-left:20px;
    border-bottom:2px dotted rgba(255, 255, 255, 0);
    color:#fff;
    transition: 0.5s;
}
.headBox2 ul li a:visited{
    border-bottom:2px dotted rgba(255, 255, 255, 0);
    color:#fff;
}
.headBox2 ul li a:hover{
    background:url("../webp/navIcon.webp") no-repeat left center;
    border-bottom:2px dotted rgba(255, 255, 255, 0.5);
    color:#fff;
}
.headBox2 ul li a:active{
    border-bottom:2px dotted rgba(255, 255, 255, 0.5);
    color:#fff;
}
.headBox3{
    width:250px;
    margin:20px auto 0px auto;
    display: block;
}
.headBtn {
    position: relative;
    display: inline-block;
    width:250px;
    margin:0px auto 10px auto;
    padding:5px 0px 5px 10px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size:18px;
    transition: 0.3s ease;
}
a.headBtn:hover{
    margin:10px auto 0px auto;
    font-weight: 600 !important;
}
a.headBtn:link{
    color:#fff;
}
a.headBtn:visited{
    color:#fff;
}
a.headBtn:hover{
    color:#fff;
}
a.headBtn:active{
    color:#fff;
}
.headBtn1{
    background:url("../webp/mail.webp") no-repeat left 15px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:20px auto, 8px auto;
    background-color: rgba(49,132,69,0.8);
}
.headBtn1:hover{
    background:url("../webp/mail.webp") no-repeat left 15px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:20px auto, 8px auto;
    background-color: rgba(0,0,0,1);
}
.headBtn2{
    background:url("../webp/headBtn2.webp") no-repeat left 17px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:16px auto, 8px auto;
    background-color: rgba(155,31,72,0.8);
}
.headBtn2:hover{
    background:url("../webp/headBtn2.webp") no-repeat left 17px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:16px auto, 8px auto;
    background-color: rgba(0,0,0,1);
}
/* ハンバーガーメニュー */
.headBoxSp{
    display: inherit;
    z-index:900;
    position:absolute;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 999;
  right : 10px;
  top   : 15px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #BBBBBB;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#BBBBBB;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#BBBBBB;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
/* メニュー背景　*/
nav.globalMenuSp {
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    position: fixed;
    z-index : 950;
    width: 100%;
    height:100%;
    top  : 0px;
    left : 0;
    padding-top:100px;
    color: #275771;
    background-color:#000;
    transform: translateY(100%);
    transition: all 0.6s;
}
nav.globalMenuSp ul.headNav1 {
    width: 250px;
    margin: 0 auto;
    padding: 1em 0;
    text-align: left;
    font-weight: 500;
}
nav.globalMenuSp ul.headNav1 li {
  list-style-type: none;
  padding: 0.5em 0;
  transition: .4s all;
}
nav.globalMenuSp ul.headNav1 li::before{
	display:inline-block;
	width:1em;
	font-size:10px;
	text-align:center;
	content:"―";
	color: #e5c48b;
	position:relative;
	top:-2px;
	left:18px;
}
nav.globalMenuSp ul.headNav1 li li::before{
	content:"";
	padding-left:0;
}
nav.globalMenuSp ul.headNav1 li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul.headNav1 li span{
    color:#275771;
    border-bottom:1px dotted #275771;
}
nav.globalMenuSp ul.headNav1 li :link{
    padding-left:30px;
    border-bottom:2px dotted rgba(255, 255, 255, 0);
    color:#fff;
    transition: 0.5s;
}
nav.globalMenuSp ul.headNav1 li a:visited{
    border-bottom:2px dotted rgba(255, 255, 255, 0);
    color:#fff;
}
nav.globalMenuSp ul.headNav1 li a:hover{
    border-bottom:2px dotted rgba(255, 255, 255, 0.5);
    color:#fff;
}
nav.globalMenuSp ul.headNav1 li a:active{
    border-bottom:2px dotted rgba(255, 255, 255, 0.5);
    color:#fff;
}
.globalMenuSp hr{
 margin:50px auto 20px auto;   
}
nav.globalMenuSp ul.headNav2{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
}
nav.globalMenuSp ul.headNav2 li{
    margin:0 1em;
    font-size:14px;
}
nav.globalMenuSp ul.headNav2 li a:link{
    color:#fff;
}
nav.globalMenuSp ul.headNav2 li a:visited{
    color:#fff;
}
nav.globalMenuSp ul.headNav2 li a:hover{
    color:#fff;
    border-bottom:2px dotted rgba(255, 255, 255, 0.5);
}
nav.globalMenuSp ul.headNav2 li a:active{
    color:#fff;
    border-bottom:2px dotted rgba(255, 255, 255, 0.5);
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateX(0%);
}
/* Toppage Slide*/
.img-box{
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width:auto;
    height: 80vh;
    min-height:80vh;
}
.img-box>div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80vh;
    min-height:80vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 0;
    animation-name: fade;
    animation-duration: 12s;
    animation-iteration-count: infinite;
}
@keyframes fade {
    0%{opacity: 0;}
    20%{opacity: 7;}
    80%{opacity: 0; transform: scale(1.2);}
    100%{z-index: 0; opacity: 0;}
}
.img-box>div:first-of-type{
    background-image: url("../webp/01.webp");
}
.img-box>div:nth-of-type(2){
    background-image: url("../webp/02.webp");
    animation-delay: 4s;
}
.img-box>div:last-of-type{
    background-image: url("../webp/03.webp");
    animation-delay: 8s;
}
/* FV */
h1 img{
    width:32vh;
    margin-top:10px;
    margin-left:10px;
}
.TitleBox{
    margin-left:20px;
    color:#fff;
}
.titleCatch1{
    font-size:8vw;
}
.titleCatch1 span{
    margin-left:-0.3em;
    font-size:150%;
}
.titleCatch2{
    margin-top:20px;
    line-height: 1.3;
    font-size:3.8vw;
}
.titleCatch2 span{
    margin-left:1em;
}
.titleCatch3{
    margin-top:30px;
    line-height: 1.6;
    font-size:3.5vw;
}
/* Toppage Scroll Txt*/
.scroll-indicator {
    margin-top:20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.scroll-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.5s forwards;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.arrow-container {
    position: relative;
    width: 30px;
    height: 50px;
}
.arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 30px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.8)
    );
    animation: scrollDown 1.5s ease-in-out infinite;
}
.arrow::before,
.arrow::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 8px;
    height: 1px;
    background: rgba(255, 255, 255, 0.8);
}
.arrow::before {
    left: -7px;
    transform: rotate(45deg);
    transform-origin: right center;
}
.arrow::after {
    right: -7px;
    transform: rotate(-45deg);
    transform-origin: left center;
}
@keyframes scrollDown {
    0% {
        transform: translateX(-50%) translateY(-05px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
      100% {
        transform: translateX(-50%) translateY(10px);
        opacity: 0;
    }
}
/* Fadein*/
.Fadein{
  opacity: 0;
  transform: translateY(100px);
  transition: 2s ease;
}
.Fadein2{
  opacity: 0;
  transform: translateY(100px);
  transition: 2s ease !important;
}
.Fadein3{
  opacity: 0;
  transform: translateY(200px);
  transition: 2s ease !important;
}
.Fadein4{
  opacity: 0;
  transform: translateY(300px);
  transition: 2s ease !important;
}
.Fadein5{
  opacity: 0;
  transform: translateY(300px);
  transition: 2s ease !important;
}
.Fadein6{
  opacity: 0;
  transform: translateY(0px);
  transition: 2s ease;
}
/* Fadein2*/
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.Fade-image {
  opacity: 0;
  animation-name: fade-in;
  animation-duration: 1.0s;
  animation-fill-mode: forwards;
}
.Fade1 {
  animation-delay: 0.2s;
}
.Fade2 {
  animation-delay: 0.6s;
}
.Fade3 {
  animation-delay: 1.0s;
}
/* Toppage Detail Btn*/
.DetailBtnBox1{
    margin:30px 0px auto auto;
}
.DetailBtn a {
    margin:0px 25px 0 auto;
    font-family: 'Noto Serif JP', serif;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 400;
    display: block;
    position: relative;
    box-sizing: border-box;
    max-width: 140px;
    padding: 4px 16px 4px 0;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}
.DetailBtn a span{
    margin-left:5px;
}
.DetailBtn a::before {
    content: "";
    display: block;
    position: absolute;
    width: 140px;
    height: 1px;
    background: #fff;
    bottom: 0;
    transition: all 0.3s;
}
.DetailBtn a::after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background: #fff;
    rotate: 40deg;
    right: -3px;
    bottom: 5px;
    transition: all 0.3s;
}
.DetailBtn a:hover::after,
.DetailBtn a:hover::before {
    translate: 15px 0;
    transition: all 0.3s;
}
.DetailBtn2 a {
    max-width: 200px;
}
.DetailBtn2 a::before {
    width: 200px;
}
.DetBtCircle{
    width:50px;
    height:50px;
    margin:-30px 0 0 auto;
    background:url("../webp/circle.webp") no-repeat center center;
    background-size:40px;
}
/* Toppage Inquiry Btn */
.InqBtLink{
    padding:10px 30px 10px 50px;
    border:1px solid #fff;
    border-radius: 5px;
    font-size:16px;
    text-align: center;
    background-image: url(../webp/cta2.webp), url(../webp/cta1.webp);
    background-repeat:no-repeat, no-repeat;
    background-position: left 10px center, right 5px center;
    background-size:auto, 10px;
    background-color:#000;
    transition: all 0.3s;
}
.InqBtLink span{
    color:#fff;
}
.InqBtLink:hover {
    background-image: url(../webp/cta2b.webp), url(../webp/cta1.webp);
    background-repeat:no-repeat, no-repeat;
    background-position: left 10px center, right 5px center;
    background-size:auto, 10px;
    background-color:rgba(255, 255, 255, 0.9);
}
.InqBtLink:hover span{
    color:#000;
}
.InqBtn{
    margin:0.3em auto;
    transition: all 0.3s;
}
.InqBtn:hover{
    margin:0.6em auto 0em auto;
    font-weight: 600;
}
/* TopBg */
.TopBg{
    background: url("../webp/topBgSp.webp") repeat-y center top !important;
    background-size: 100% auto !important;
    background-attachment: fixed !important;
}
/* SubBg */
.SubBg{
    padding-top:60px;
    background: url("../webp/SubBgSp.webp") repeat-y center top !important;
    background-size:100% auto !important;
    background-attachment: fixed !important;
}
/* Top Reason*/
#TopReason{
    margin-top:80px;
}
.TopReasonBox1{
    width:auto;
    max-width:auto;
    margin:0 auto;
    padding:10% 0px 0 0px;
}
.TopReasonBox11{
    position: absolute;
    z-index: 10;
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-start;
    min-width:auto;
    margin-top:-4%;
}
.TopReasonBox111{
    width:auto;
}
.TopReasonBox112{
    width:100%;
}
.TopReasonH2{
    margin-top:20px;
    margin-right:20px;
    margin-left:0;
    text-align: right;
    font-size:6vw;
}
.TopReasonTxt1{
    position: relative;
    z-index: 20;
    width:60%;
    margin-top:-12%;
    margin-left:10px;
}
.TopReasonTxt2{
    position: relative;
    z-index: 30;
    float:right;
    width:auto;
    margin-top:90vw;
    padding:0 20px;
    background-color:rgba(255, 255, 255, 0);
    color:#fff;
    font-size:14px;
}
/* Top Icon*/
#TopIcon{
    clear: both;
    margin-top:0px;
    padding-top:80px;
}
.TopIconBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
    max-width:450px;
    margin:0px auto -10px auto;
}
.TopIconBox11{
    width:48%;
    text-align: center;
}
.TopIconBox12{
    width:48%;
    margin:20px auto 50px auto;
    text-align: center;
    opacity:0.7;
}
.TopIconBox12 img{
    width:100%;
    max-width:80px;
}
.TopIconBox2{
    margin-top:-30px;
    padding:10px 0;
    background-color:#3d3d3d;
    text-align: center;
    color:#e5c48b;
    font-size:20px;
}
.TopIconTxt1{
    padding-bottom:0;
    font-size:18px;
    color:#e5c48b;
}
.TopIconTxt2{
    font-size:12px;
    color:#e5c48b;
}
/* Top Service*/
#TopService{
    margin-top:150px;
}
#TopService h2{
    text-align: right;
    color:#e5c48b;
    font-size:8vw;
}
.TopServiceBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
    margin-top:50px;
    background-color:#000;
}
.TopServiceBox11{
    width:100%;
    margin-bottom:30px;
    border:1px solid rgba(229, 196, 139, 1);
    text-align: center;
}
.TopServiceBox11 h3{
    padding:20px;
    text-align: center;
    color:#e5c48b;
    font-size:24px;
}
.TopServiceTxt1{
    width:35%;
    margin:0 0 0 auto;
}
.TopServiceTxt2{
    padding:30px 20px;
    text-align: left;
    color:#e5c48b;
    font-size:16px;
}
/* Top Sample */
#TopSample{
    margin-top:150px;
}
#TopSample h2{
    margin-bottom:10px;
    line-height: 1.5;
    color:#e5c48b;
    font-size:5vw;
}
.TopSampleBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
}
.TopSampleBox1{
    div{
        width:48%;
        &:nth-of-type(2n+1){
        transition-delay: 0.4s;
        }
        &:nth-of-type(2n){
        transition-delay: 0.8s;
        }
        &:nth-of-type(n+3){
        margin-top:2%;
        }
    }
}
.TopSampleBox11{
    width:49%;
    margin:auto 0 20px 0;
    transform: translate(0, 20%);
    opacity: 0;
    transition: 1.5s;
    &.show {
    transform: translate(0, 0);
    opacity: 1;
    }
}
.TopSampleBoxSp{
    margin:50px auto -20px auto;
}
.TopSampleBoxSp img{
    width:100%;
}
/* Top Price*/
#TopPrice{
    margin-top:150px;
}
#TopPrice h2{
    color:#e5c48b;
    font-size:8vw;
}
.TopPriceBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-start;
    margin-top:50px;
    margin-bottom:-50px;
}
.TopPriceBox11{
    width:95%;
    max-width:500px;
    margin:0 auto 50px auto;
}
.TopPriceTxt1{
    width:25%;
    margin:0 auto 0 0;
}
.TopPriceTxt2{
    padding-bottom:10px;
    text-align: right;
    color:#e5c48b;
    font-size:20px;
}
.TopPriceTxt3{
    margin-top:15px;
    text-align: right;
    color:#e5c48b;
    font-size:18px;
}
.TopPriceTxt31{
    font-size:65%;
}
.TopPriceTxt32{
    font-size:60%;
}
.TopPriceTxt33{
    font-size:90%;
}
.TopPriceImg{
    text-align: center;
}
/* Top Luxeal*/
#TopLuxeal{
}
.TopLuxealBox1{
    width:auto;
    max-width:100%;
    margin:150px auto 0 auto;
    padding:10% 0px 0 0px;
}
.TopLuxealBox11{
    position: absolute;
    z-index: 10;
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-start;
    min-width:auto;
}
.TopLuxealBox111{
    width:100%;
    margin-top:0%;
}
.TopLuxealH2{
    margin-top:5%;
    margin-left:5%;
    font-size:45px;
}
.TopLuxealTxt1{
    position: relative;
    z-index: 20;
    width:52%;
    margin:-8vw 20px auto auto;
}
.TopLuxealTxt2{
    position: relative;
    z-index: 30;
    float:right;
    width:100%;
    margin-top:50vw;
    margin-bottom:80px;
    padding:50px 0px 0 0;
    background-color:rgba(255, 255, 255, 0);
    color:#fff;
    font-size:14px;
}
/* Top Flow */
#TopFlow{
    margin-top:150px;
}
#TopFlow h2{
    font-size:7vw;
}
#TopFlow hr{
    margin:0;
    padding:0;
    border:0;
    border-bottom:1px solid rgba(229, 196, 139, 0.7);
}
.TopFlowLine{
    background:url("../webp/TopFlowLine.webp") no-repeat center center;
    background-size:100% 1px;
}
.TopFlowBox1{
    width:auto;
    max-width:90%;
    margin:20px auto;
    padding:10px 0;
    border:1px solid rgba(229, 196, 139, 0.7);

    background-color:#000;
    text-align: center;
    color:#e5c48b;
}
.TopFlowBox2{
	display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:stretch;
    margin:40px auto;
}
.TopFlowBox2{
    div{
        &:nth-of-type(n+1){
        transition-delay: 0.1s;
        }
        &:nth-of-type(n+3){
        transition-delay: 0.2s;
        }
        &:nth-of-type(n+5){
        transition-delay: 0.3s;
        }
        &:nth-of-type(n+7){
        transition-delay: 0.4s;
        }
        &:nth-of-type(n+9){
        transition-delay: 0.5s;
        }
        &:nth-of-type(n+11){
        transition-delay: 0.6s;
        }
        &:nth-of-type(n+13){
        transition-delay: 0.7s;
        }
        &:nth-of-type(n+15){
        transition-delay: 0.8s;
        }
    }
}
.TopFlowBox21{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:90%;
    margin:5px 5%;
    padding:10px 0 10px 0;
    border-radius: 5px;
    background-color:#ece4b4;
    color:#000;
    line-height: 1.3;
    font-size:15px;
    transform: translate(0, 20%);
    opacity: 0;
    transition: 2s;
    &.show {
    transform: translate(0, 0);
    opacity: 1;
    }
}
.TopFlowBox21 img{
    width:70px;
    text-align: center;
}
.TopFlowBox21 span{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width:150px;
    height:100%;
    padding-top:0px;
    text-align: left;
    font-weight: 600;
}
.TopFlowBox22{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    padding:0 15px;
    font-size:22px;
    opacity:0.7;
    transform: rotate(90deg);
}
.TopFlowTxt1{
    line-height: 1.5;
    font-size:16px;
}
/* Top Faq */
#TopFaq{
    margin-top:150px;
    margin-bottom:-20px;
}
#TopFaq h2{
    text-align: center;
    color:#e5c48b;
    font-size:18px;
}
.TopFaqTtl1{
    width:40%;
    margin:0 auto;
    text-align: center;
}
#TopFaq h3{
    margin-top:60px;
    font-size:20px;
}
.TopFaq_Q{
    margin-top:20px;
    padding:20px 20px 20px 70px;
    border:1px solid rgba(255, 255, 255, 0.5);
    background:url("../webp/TopFaq2.webp") no-repeat 20px center #000;
    background-size:20px;
    line-height: 1.5;
    font-size:16px;
}
.TopFaq_A{
    margin-bottom:50px;
    padding:30px 20px 20px 70px;
    background:url("../webp/TopFaq3.webp") no-repeat 18px 35px;
    background-size:25px;
    line-height: 1.5;
    font-size:16px;
}
/* Luxeal */
#LuxealFv{
}
#LuxealFv h1{
    z-index: 20;
    position: relative;
    margin:10px 20px auto auto;
    text-align: right;
    color:#e5c48b;
    font-size:5vw;
}
.LuxealFvBox1{
    width:auto;
    max-width:100%;
    margin:0px auto 0 auto;
    padding:50px 0px 0 0px;
}
.LuxealFvBox11{
    position: absolute;
    z-index: 10;
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-start;
}
.LuxealFvBox111{
    width:100%;
    margin-top:0;
}
.LuxealFvTxt1{
    position: relative;
    z-index: 20;
    width:52%;
    margin:-8vw 20px auto auto;
}
.LuxealFvTxt2{
    position: relative;
    z-index: 30;
    float:right;
    display: inline-block;
    width:80%;
    margin-top:28vw;
    padding:5px 20px 5px 20px;
    background-color:rgba(255, 255, 255, 0.6);
    line-height: 1 !important;
    text-align: center;
    color:#000;
}
/* LuxealLead */
#LuxealLead{
    padding-top:35%;
}
.LuxealLeadBox1{
	display:block;
    width:auto;
    max-width:100%;
    padding:0 0px 0 0px;
}
.LuxealLeadBox11{
    width:100%;
    margin-top:20px;
    text-align: right;
}
.LuxealLeadBox11 img{
    width:100%;
}
.LuxealLeadBox12{
    width:100%;
    margin-top:80px;
    padding:0 20px;
    line-height: 1.8;
}
.LuxealLeadBox2{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-start;
    width:auto;
    max-width:100%;
    margin:0 auto;
    padding:40px 0 0 0px;
}
.LuxealLeadBox21{
    width:48%;
}
.LuxealLeadBox21 img{
    width:100%;
}
/* LuxealRequest */
#LuxealRequest{
    margin-top:150px;
    padding:80px 0 60px 0;
    background:url("../webp/22040085_m2.webp") no-repeat center center;
    background-size:cover;
    line-height: 1.8;
}
#LuxealRequest h2{
    margin-bottom:40px;
    padding:20px 10px;
    border:1px solid rgba(229, 196, 139, 0.7);
    text-align: center;
    line-height: 1.5;
    color:#e5c48b;
    font-size:24px;
}
.LuxealRequestTxt{
    
}
#LuxealRequest p{
    padding-bottom:30px;
}
#LuxealRequest ul{
    margin-left:1.5em;
    margin-bottom:0.5em;
}
#LuxealRequest li{
    list-style: disc;
}
/* LuxealHowto */
#LuxealHowto{
    margin-top:150px;
}
#LuxealHowto h2{
    margin-top:10px;
    padding-bottom:20px !important;
    color:#e5c48b;
    font-size:24px;
}
#LuxealHowto h3{
    padding:0px 20px 10px 0px;
    background:url("../webp/LuxealHowto2.webp") no-repeat left 0px;
    background-size:30px;
    border-bottom:1px solid rgba(229, 196, 139, 0.7);
    color:#e5c48b;
    font-size:20px;
    font-weight: 600;
}
#LuxealHowto h3 span{
    display: block;
    padding:0 0 10px 40px;
    font-size:15px;
    color:#fff;
}
.LuxealHowtoTxt1{
    width:45%;
    max-width:250px;
}
.LuxealHowtoBox1{
    max-width:500px;
    margin:60px auto 0 auto;
}
.LuxealHowtoBox2{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    margin-top:20px;
}
.LuxealHowtoBox21{
    width:90%;
}
.LuxealHowtoBox22{
    width:100%;
    padding-top:20px;
}
.LuxealHowtoPoint{
    display: inline-block;
    margin-bottom:5px;
    padding:0px 10px;
    border-radius: 50px;
    background-color:#e5c48b;
    color:#000;
    font-size:14px;
}
/* LuxealWhy */
#LuxealWhy{
    margin-top:80px;
}
#LuxealWhy h2{
    color:#e5c48b;
    font-size:26px;
}
.LuxealWhyTxt1{
    color:rgba(255, 255, 255, 0.7);
    font-size:16px;
}
.LuxealWhyTxt2{
    width:40%;
    max-width:200px;
    margin-top:10px;
}
.LuxealWhyIcon{
    margin-top:40px;
}
.LuxealWhyIconBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
    max-width:400px;
    margin:0 auto;
}
.LuxealWhyIconBox11{
    width:75%;
    text-align: left;
}
.LuxealWhyIconBox12{
    width:25%;
    margin-top:30px;
    text-align: center;
    opacity:0.7;
}
.LuxealWhyIconBox12 img{
    width:70%;
}
.LuxealWhyIconBox12 p{
    width:auto;
    margin:30px auto 0 auto;
    text-align: left;
}
.LuxealWhyIconTxt1{
    padding-bottom:0;
    line-height: 1.3;
    font-size:22px;
    color:rgba(255, 255, 255, 1)
}
.LuxealWhyIconTxt2{
    padding-bottom:10px;
    font-size:14px;
    color:rgba(255, 255, 255, 1)
}
.LuxealWhyIconTxt3{
    max-width:440px;
    margin:0 auto;
    padding:20px 20px 50px 20px
}
/* LuxealGreet */
#LuxealGreet{
    margin-top:100px;
    margin-bottom:-20px;
}
#LuxealGreet h2{
    margin-top:5px;
    padding:2px 0;
    border:1px solid rgba(229, 196, 139, 0.7);
    text-align: center;
    color:#e5c48b;
    font-size:24px;
}
.LuxealGreetBox1{
	display:block;
    width:auto;
    max-width:100%;
    margin:40px auto 0 auto;
}
.LuxealGreetBox11{
    width:60%;
    height:200px;
    margin:0 auto 40px auto;
    background-color:#333;
}
.LuxealGreetBox12{
    width:auto;
}
.LuxealGreetTxt1{
    text-align: center;
    color:rgba(255, 255, 255, 0.7);
    font-size:16px;
}
/* Service */
#Service{
}
/* ServiceHead*/
.ServiceHead {
    position: relative;
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    width: 100%;
    height:60vh;
    margin-bottom:80px;
    overflow: hidden;
    line-height: 1.8;
    text-align: center;
}
.zoom-in-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: headlineZoom 2s ease-out forwards;
}
@keyframes headlineZoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.ServiceHeadTxt {
    position: absolute;
    width:100%;
    margin-top:0px;
    padding:20px 20px 0 20px;
}
.ServiceHead h1{
    margin-bottom:5px;
    font-size:24px;
}
.ServiceHead hr{
    margin:40px auto 20px auto;
}
.ServiceHeadTxt p{
    font-size:14px;
    text-align: left;
}
.ServiceHeadImg {
    height:80vh;
    position: relative;
    overflow: hidden;
}
.ServiceHeadTxt1 img{
    width:70%;
    max-width:350px;
}
.parallax-image {
    width: 100%;
    max-width:calc(100% - 40px);
    border-radius: 5px;
    object-fit: cover;
    transform: scale(1);
    transition: transform 0.1s linear;
}
/* ServiceList */
.ServiceList{
    
}
.ServiceBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    max-width:400px;
    margin:0 auto;
}
.ServiceBox11{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
    width:100%;
    margin-bottom:20px;
}
.ServiceBox11 h3{
    color:#e5c48b;
    font-size:18px;
}
.ServiceBox11 a{
    display: block;
    width: 40%;
}
.ServiceBox11 a .scroll-indicator{
    display: none !important;
}
.ServiceBox12{
	display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content:flex-start;
    align-items:flex-start;
    width:60%;
}
.ServiceBox12 a{
    width:100%;
    margin-top:auto;
    padding:0 10px 5px 0;
    text-align: right;
    font-size:12px;
}
.ServiceBox12 a:link{
    color:#fff;
}
.ServiceBox12 a:visited{
    color:#fff;
}
.ServiceBox12 a:hover{
    color:#fff;
}
.ServiceBox12 a:active{
    color:#fff;
}
.ServiceListImg{
  cursor: pointer;
  max-width: auto;
  overflow: hidden;
}
.ServiceListImg img {
  height: auto;
  transition: transform .5s ease;
}
.ServiceListImg:hover img {
  transform: scale(1.3);
}
.ServiceBox11 .scroll-indicator {
    margin-top:10px;
    margin-bottom:-10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}
.ServiceBox11 .scroll-text {
    text-transform:inherit;
    color: rgba(255, 255, 255, 0.8);
    font-size:20px;
}
/* ServiceDetail */
.ServiceDetail{
    margin-top:50px;
    padding-top:80px;
}
.ServiceDetail2{
    margin-top:0px;
    padding-top:80px;
}
.ServiceDetail h3{
    color:#e5c48b;
    font-size:7vw;
}
.ServiceDetailImg{
    position: relative;
    z-index: 20;
    width:100%;
    margin-top:40px;
}
.ServiceDetailImg img{
    width:100%;
}
.ServiceDetailTxt1{
    color:rgba(255, 255, 255, 0.6);
    font-size:4vw;
}
.ServiceDetailTxt2{
    position: relative;
    z-index: 10;
    margin-top:10%;
    padding:20px 0 20px 0;
    background: #000;
}
.ServiceDetailTxt2 p{
    margin-left:0%;
}
.ServiceDetailTxt3{
    position: relative;
    z-index: 10;
    margin-top:15%;
}
/* ServiceSlide */
.Slide {
	margin: 100px 0 10px 0;
	overflow: hidden;
}
.Slide ul {
	display: flex;
	margin: 0;
	padding: 0;
	width: max-content;
}
.Slide ul li {
	list-style: none;
	padding: 0 0px;
	width: 40vw;
}
.Slide img {
	display: block;
	width: 100%;
}
/* ServiceCompany*/
#ServiceCompany{
    margin-top:150px;
    margin-bottom:50px;
}
#ServiceCompany h2{
    margin-bottom:40px;
    color:#e5c48b;
    font-size:22px;
}
.ServiceCompanyTxt1{
    color:rgba(255, 255, 255, 0.6);
    font-size:14px;
}
.CompanyLine{
	display:block;
    padding:20px 0;
    border-bottom:1px solid rgba(255, 255, 255, 0.7);
}
.CompanyLine1{
    border-top:1px solid rgba(255, 255, 255, 0.7);
}
.Company1{
    width:100%;
    margin-bottom:5px;
    font-size:12px;
}
.Company2{
    width:100%;
}
.Company2 a:link{
    border-bottom:2px dotted rgba(255, 255, 255, 0.7);
    color:#fff;
}
.Company2 a:visited{
    color:#fff;
}
.Company2 a:hover{
    color:#fff;
}
.Company2 a:active{
    color:#fff;
}
/* Flow */
#Flow{
}
/*FlowHead */
.FlowHead{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
    height:40vw;
    padding-bottom:5px;
    background:url("../webp/FlowBg1.webp") no-repeat center center;
    background-size:cover;
}
.FlowHead .container2{
    width:100%;
}
.FlowHead h1{
    display: block;
    color:rgba(255, 255, 255, 1);
    font-size:6vw;
    font-weight: 600;
}
.Flow1{
    display: block;
    width:40%;
}
/* FlowBox */
.FlowBox{
    max-width:500px;
    margin:80px auto 0 auto;
    padding:0px 0 1px 0;
    background:url("../webp/Flow_Line.webp") repeat-y left 10px center;
}
.FlowBox1{
    width:auto;
    margin:0 auto 80px 10px  !important;
}
.FlowBox11{
    margin:0 auto 40px 10px  !important;
}
.FlowBox1 h2{
    padding-bottom:10px;
    border-bottom:1px dotted #e5c48b;
    color:#e5c48b;
    font-size:20px;
    font-weight: 600;
}
.FlowBox1 h2 span{
    display: block;
    margin-bottom:-5px;
    padding-right:20px;
    color:rgba(255, 255, 255, 0.7);
    font-size:40px;
}
.FlowBox1 h2.FlowH21 span{
    padding-left:0%;
}
.FlowBox2{
    margin-top:0 !important;
}
.FlowBox3{
	display:block;
    margin-top:30px;
}
.FlowBox3 .FlowAtt{
    display: block;
    margin-top:15px;
    padding-left:1em;
    text-indent: -1em;
    font-size:90%;
}
.FlowBox31{
    width:90%;
    margin:0 auto 20px auto;
}
.FlowBox32{
    width:100%;
    font-size:14px;
    padding:0 0%;
}
.FlowBox32 .footerBox1121{
    margin:20px auto 0 auto;
}
.FlowBox32 .footerBox1121 ul{
    margin:0 auto;
}
.FlowBox33{
    width:90%;
    margin:0 auto 20px auto;
}
.FlowBox34{
    width:65%;
    width:100%;
    font-size:14px;
    padding:0 0%;
}
.FlowBoxLeft{
    float: none;
}
.FlowBoxRight{
    float: none;
}
/* FlowCheck */
.FlowCheck{
    margin-top:150px;
    margin-bottom:-20px;
}
.FlowCheck h2{
    margin-bottom:30px;
    padding-bottom:10px;
    border:1px solid rgba(229, 196, 139, 0.7);
    text-align: center;
    line-height: 1.2;
    color:#e5c48b;
    font-size:7vw;
}
.FlowCheck1{
    text-align: center;
    color:rgba(255, 255, 255, 0.7);
    font-size:20px;
}
.FlowCheck2{
    font-size:60%;
}
.FlowCheck3{
    font-size:150%;
    font-weight: 800;
}
.FlowCheck4{
    margin-right:10px;
    font-size:70%;
    font-weight: 600;
}
.FlowCheck h3{
    padding:10px 20px 10px 60px;
    background:url("../webp/LuxealHowto2.webp") no-repeat left center;
    background-size:50px;
    border-bottom:1px solid rgba(229, 196, 139, 0.7);
    color:#e5c48b;
    font-size:20px;
}
.FlowCheck h3 span{
    display: block;
    font-size:14px;
    color:#fff;
}
.FlowCheckBox1{
    max-width:500px;
    margin:40px auto 0 auto;
}
.FlowCheckBox1 p{
    margin:20px 0px auto 0px;
    line-height: 1.5;
}
/* Price */
#Price{
    
}
#Price h2{
    padding-bottom:5px;
    border-bottom:rgba(229, 196, 139, 0.7);
    color:#e5c48b;
    font-size:22px;
    font-weight: 600;
}
.PriceHead{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:flex-end;
    height:40vw;
    padding-bottom:5px;
    background:url("../webp/PriceBg3.webp") no-repeat center center;
    background-size:cover;
}
.PriceHead .container2{
    width:100%;
}
.PriceHead h1{
    display: block;
    margin-bottom:10px;
    color:rgba(255, 255, 255, 1);
    font-size:20px;
    font-weight: 600;
}
.PriceHead h1 span{
    font-size:3.5vw;
}
.Price1{
    display: block;
    width:40%;
}
/* PriceList */
.PriceList{
    margin-top:80px;
}
.PriceListBox1{
	display:block;
    margin:45px auto 80px auto;
}
.PriceListBox11 {
    position: relative;
    width:90%;
    max-width:500px;
    margin:5px auto 15px auto;
    padding:10px 25px 10px 25px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px;
    background:url("../webp/cta1.webp") no-repeat right 10px center;
    background-size:8px auto;
    text-align: center;
    text-decoration: none;
    font-size:18px;
    transition: 0.3s ease;
}
.PriceListBox11{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
}
.PriceListBox11 .PriceListTxt1{
    margin-right:1em;
    font-size:16px;
}
.PriceListBox11 .PriceListTxt2{
    display: inline-block;
    width:12em;
    text-align: left;
    font-size:16px;
}
.PriceListBox11:hover{
    margin:10px auto 10px auto;
    font-weight: 600 !important;
}
a.PriceListBox11:link{
    color:#fff;
}
a.PriceListBox11:visited{
    color:#fff;
}
a.PriceListBox11:hover{
    color:#fff;
}
a.PriceListBox11:active{
    color:#fff;
}
/* PriceCostBox1 */
.PriceCostBox1{
    margin-top:50px;
    margin-bottom:150px;
    padding:50px 0 80px 0;
    background:url("../webp/PriceBg2sp.webp") no-repeat right center;
    background-size:cover;
}
.PriceCostTxt1{
    width:100%;
    line-height: 1.8;
}
.PriceCostTxt1 p{
    padding-bottom:30px;
}
.PriceCostAtt1{
    padding-left:1em;
    line-height: 1.5;
    text-indent: -1em;
}
.PriceCostBox1 table{
    width:100%;
    max-width:450px;
    margin:20px auto 0 auto;
    border:0;
    border-right:1px solid rgba(255, 255, 255, 0.7);
    border-bottom:1px solid rgba(255, 255, 255, 0.7);
    border-left:1px solid rgba(255, 255, 255, 0.7);
}
.PriceCostBox1 tr{
    border-top:1px solid rgba(255, 255, 255, 0.7);
}
.PriceCostBox1 th{
    padding:10px 10px;
    text-align: left;
    font-size:16px;
    font-weight: 600;
}
.PriceCostBox1 td{
    padding:10px 10px;
    text-align: left;
    font-size:14px;
}
/* PriceImg */
.PriceImg{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:center;
    margin-top:50px;
}
.PriceImg1{
    width:46%;
    margin-bottom:30px;
}
.PriceImg1 h3{
    margin-bottom:5px;
    line-height: 1.3;
    font-size:14px;
}
.PriceImgCost{
    padding:3px 3px 0 0;
    text-align: right;
    color:#e5c48b;
    font-size:16px;
}
/* PriceSample */
.PriceSample{
    margin-top:70px;
}
.PriceSample h2{
    padding-left:0.2em;
    text-align: center;
    color:#e5c48b;
    letter-spacing: 0.2em;
    font-size:26px !important;
}

.PriceSample h3{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    max-width:500px;
    margin:0 auto;
    padding:5px 20px 5px 20px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px;
    text-decoration: none;
    font-size:20px;
    transition: 0.3s ease;
}
.PriceSample h3 .PriceSampleH31{
    margin-right:1.5em;
    padding-top:5px;
    font-size:18px;
}
.PriceSampleLink{
    margin-top:40px;
    padding-top:80px;
}
.PriceSampleBox1{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
    align-items:stretch;
    max-width:500px;
    margin:30px auto 0 auto;
}
.PriceSampleBox1 h4{
    border-bottom:1px solid rgba(255, 255, 255, 0.7);
    font-size:16px;
    font-weight: 600;
}
.PriceSampleBox1 ul{
    margin:20px auto 20px 1.5em;
}
.PriceSampleBox1 li{
    list-style: disc;
    font-size:14px;
}
.PriceSampleBox11{
	display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-self:flex-end;
    width:100%;
}
.PriceSampleBox11 img{
    width:100%;
}
.PriceSampleBox12{
	display:flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-self:flex-end;
    width:90%;
    max-width:300px;
    margin:20px auto 0 auto;
}
.PriceSampleBox12 img{
    width:100%;
}
.PriceSampleBox13{
    width:100%;
    max-width:400px;
    margin:40px auto 0 auto;
    padding:20px 20px 10px 20px;
    border:1px solid rgba(255, 255, 255, 0.7);
}
.PriceSampleBox14{
    flex-wrap: wrap;
    flex-direction: column;
    align-self:flex-end;
    width:80%;
    max-width:300px;
    margin:40px auto 0 auto;
}
.PriceSampleBox14 img{
    width:100%;
    margin:10px auto;
}
.PriceSampleBox2{
	display:block;;
}
.PriceSampleBox21{
    font-size:18px;
    font-weight: 600;
}
.PriceSampleBox22{
    text-align: right;
    color:#e5c48b;
}
.PriceSampleTxt1{
    margin-top:-10px;
    text-align: center;
    color:rgba(255, 255, 255, 0.7);
    font-size:16px;
}
.PriceSampleTxt2{
    width:100%;
}
.PriceSampleTxt3{
    width:100%;
    text-align: right !important;
}
.PriceSampleTxt4{
    font-size:20px;
}
.PriceSampleTxt4 span{
    padding-right:0.5em;
    font-size:14px;
}
.PriceSampleTxt5{
    font-size:16px;
}
.PriceSampleTxt5 span{
    padding-right:0.5em;
    font-size:12px;
}
.PriceSampleImg1{
    width:100%;
}
.PriceSampleImg2{
    width:100%;
}
.PriceSampleArrow{
    width:100%;
    margin-top:20px;
    padding:10px 0;
    text-align: center;
}
.PriceSampleArrow img{
    width:15px;
}
/* Faq */
.Faq{
    margin-top:80px !important;
}
.Faq h1{
    margin-bottom:80px;
    text-align: center;
    color:#e5c48b;
    font-size:20px;
}
.Faq h2{
    margin-top:120px !important;
    text-align: left !important;
    color:#e5c48b;
    font-size:22px !important;
    font-weight: 600;
}
.Faq hr{
    margin-bottom:80px;
}
.TopFaq_A{
}
a.FaqLink:link{
    display: inline-block;
    margin-top:10px;
    margin-bottom:5px;
    padding:1px 25px 1px 15px;
    border:1px solid #e5c48b;
    border-radius: 50px;
    background:url("../webp/FaqArrow.webp") no-repeat right 5px center;
    background-size:auto 10px;
    background-color:#e5c48b;
    color:#000;
    text-decoration: none;
    font-size:14px;
    font-weight:600;
    transition: 0.3s;
}
a.FaqLink:visited{
    margin-top:10px;
    border:1px solid #e5c48b;
    background:url("../webp/FaqArrow.webp") no-repeat right 5px center;
    background-size:auto 10px;
    text-decoration: none;
    color:#000;
}
a.FaqLink:hover{
    margin-top:10px;
    margin-left:5px;
    border:1px solid #fff;
    background:url("../webp/FaqArrow2.webp") no-repeat right 5px center;
    background-size:auto 10px;
    background-color: #000;
    text-decoration: none;
    color:#fff;
}
a.FaqLink:active{
    margin-top:10px;
    border:1px solid #fff;
    background:url("../webp/FaqArrow2.webp") no-repeat right 5px center;
    background-size:auto 10px;
    text-decoration: none;
    color:#fff;
}
.CompanyMap .FaqLink{
    display: inline-block;
    margin-left:0px;
    font-size:12px !important;
}
/* Contact */
#Contact{
    padding:40px 0 0 0;
}
#Contact h1{
    margin-top:10px;
    text-align: center;
    color:#e5c48b;
    font-size:20px;
}
.ContactTtl1{
    max-width:60%;
    margin:0 auto;
    text-align: center;
}
.ContactTxt1{
    margin-top:40px;
    line-height: 1.8;
    text-align: left;
}
.ContactTxt2{
    margin:10px auto 60px auto;
    text-align: center;
    font-sizes:20px;
}
.ContactTel{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    width:100%;
    max-width:400px;
    margin:5px auto 5px auto;
    padding:10px 20px;
    border:1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    background:url("../webp/cta1.webp") no-repeat right 15px center;
    background-color: rgba(49,132,69,0.8);
    background-size:13px auto;
    text-align: center;
    transition: 0.3s ease;
}
.ContactTel:hover{
	display:flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items:center;
    width:100%;
    max-width:400px;
    margin:10px auto 0px auto !important;
    padding:10px 20px;
    border:1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    background:url("../webp/cta1.webp") no-repeat right 15px center;
    background-color: rgba(0,0,0,1);
    background-size:13px auto;
    text-align: center;
}
a:link .ContactTel{
    color:#fff;
} 
.ContactTelImg{
    width:10%;
    text-align: left;
}
.ContactTelTxt{
    width:90%;
    padding:0 20px 0 15px;
    text-align: center;
    font-size:35px;
    font-weight: 600;
}
.ContactPrivacy{
	overflow:auto;
	overflow-y:scroll;
	overflow-x:hidden;
    scrollbar-color: rgba(255, 255, 255, 0.3) #333;
    height:200px;
    margin-top:50px;
    padding:20px;
    background-color:#333;
    font-size:12px;
}
/* ContactForm */
#ContactForm{
    width:auto;
    max-width:100%;
    margin:80px auto 0px auto;
    padding:80px 20px 0px 20px;
    border:0;
    border-top:1px solid rgba(255, 255, 255, 0.7);
}
#ContactForm h2{
    margin-top:130px;
    padding-bottom:5px;
    color:#e5c48b;
    font-size:18px;
}
.formLine{
	display:block;
    width:90%;
    max-width:450px;
    margin:0 auto;
    color:#000;
    font-family: "Noto Sans SC", sans-serif;
}
.form1{
    width:13em;
    padding-right:0.7em;
    text-align: left;
    color:#fff;
    font-size:14px;
}
.formInput1{
    width:auto;
    padding-bottom:20px;
}
.formInput1 input{
    width:calc(100% - 10px);
    padding:5px 10px;
    border:1px solid #ccc;
    background-color:#fff;
}
.formTxt1{
    width:auto;
    padding-bottom:20px;
}
.formTxt1 textarea{
    width:calc(100% - 10px);
    height:150px;
    padding:5px 10px;
    border:1px solid #ccc;
    background-color:#fff;
}
.formPolicy{
    margin:40px auto 40px auto;
    text-align: center;
    color:#fff;
}
.formPolicy input{
    margin-top:-0.2em;
}
.formSend{
    text-align: center;
}
.formSend input.formSend1{
    width:120px;
    margin:0 10px;
    padding:5px 7px;
    border:1px solid #e5c48b;
    border-radius:5px;
    background-color:#e5c48b;
    color:#000;
    transition: .3s;
}
.formSend input.formSend1:hover{
    width:120px;
    margin:0 10px;
    padding:5px 7px;
    border:1px solid #318445;
    border-radius:5px;
    background-color:#318445;
    color:#fff;
}
.formSend input.formReset{
    width:120px;
    margin:0 10px;
    padding:5px 7px;
    border:1px solid #fff;
    border-radius:5px;
    background-color:#fff;
    color:#000;
    transition: .3s;
}
.formSend input.formReset:hover{
    width:120px;
    margin:0 10px;
    padding:5px 7px;
    border:1px solid #87c27e;
    border-radius:5px;
    background-color:#009544;
    color:#fff;
}
.formAtt{
    color:#ff0000;
}
/* 確認画面 */
.containerMail{
    width:100%;
    margin:50px auto 0 auto;
    padding:0 20px;
}
.containerMail .formTable{
    max-width:500px;
    margin:40px auto 50px auto;
    font-size:16px;
    font-weight:500;
}
.containerMail .formTable td{
    padding:10px 0;
}
.containerMail .formTable span{
    display: block;
    width:100%;
    padding-right:0em;
    border-bottom:1px dotted rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    text-align: left;
}
.containerMail .formTable div{
    display: block;
    max-width:auto;
    padding:10px 0 20px 0;
}
/* 送信完了画面 */
.containerComp{
    width:100%;
    margin:50px auto 0 auto;
    padding:0 20px;
}
.containerComp h2{
    margin-bottom:50px;
    padding:10px 0;
    border:1px solid rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    text-align: center;
    font-size:18px;
}
/* Privacy */
#Privacy{
    margin-top:40px;
    margin-bottom:-20px;
}
#Privacy h1{
    margin-bottom:5px;
    color:#e5c48b;
    font-size:20px;
}
#Privacy hr{
    margin-bottom:40px;
}
#Privacy h2{
    margin:2em auto 0.5em auto;
    border-bottom:1px dotted #e5c48b;
    color:#fff;
    font-weight:800;
}
#Privacy p{
    color:#fff;
}
#Privacy ul{
    margin:-0.5em auto auto 1.5em;
}
#Privacy li{
    list-style: disc;
    color:#fff;
}
/* CTA */
.CTA{
    margin-top:150px;
}
.CTA_Line{
    background:url("../webp/CTA_Line.webp") no-repeat center center;
    background-size:100% 1px;
}
.CTA h2{
    width:auto;
    max-width:90%;
    margin:0 auto;
    padding:5px 0;
    border:1px solid rgba(255, 255, 255, 0.7);
    background-color:#000;
    text-align: center;
    line-height: 1.2;
    font-size:26px;
}
.CTA h2 span{
    display: inline-block;
    padding:0 7px;
    font-size:80%;
}
.CTA_Box1{
    width:100%;
    margin-top:20px;
    padding:40px 0 60px 0;
    background:url("../webp/CTA_Bg1sp.webp") no-repeat center center;
    background-size:cover;
}
.CTA_Txt1{
    padding:20px 0;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    line-height: 1.3;
    color:#000;
    font-size:24px;
    font-weight: 700;
}
.CTA_Txt1 span.CTA_Txt11{
    display: inline-block;
    font-size:80%;
}
.CTA_Txt1 span.CTA_Txt12{
    padding-left:7px;
}
.CTA_Txt1 span.CTA_Txt13{
    padding-left:0.5em;
}
.CTA_Txt2{
    width:auto;
    max-width:90%;
    margin:40px auto 0 auto;
    padding:0 0px;
    font-family: "Noto Sans SC", sans-serif;
}
.CTA_Btn_Box1{
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:flex-start;
    width:auto;
    padding:0 20px;
    margin:40px auto 0 auto;
    font-family: "Noto Sans SC", sans-serif;
}
.CTA_Btn_Box11{
    width:100%;
    max-width:100%;
}
.CTA_Time{
    padding-left:0px;
    text-align: center;
    color:#000;
    font-size:16px;
}
.CTA_Btn {
    position: relative;
    display: inline-block;
    width:100%;
    padding:5px 25px 5px 45px;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}
a.CTA_Btn:link{
    color:#fff;
}
a.CTA_Btn:visited{
    color:#fff;
}
a.CTA_Btn:hover{
    color:#fff;
    font-weight: 600;
}
a.CTA_Btn:active{
    color:#fff;
}
.CTA_Btn1{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    max-width:400px;
    height:80px;
    margin:5px auto 5px auto;
    padding-left:58px;
    background:url("../webp/cta3.webp") no-repeat left 20px center, url("../webp/cta1.webp") no-repeat right 15px center;
    background-size:35px auto, 13px auto;
    background-color: rgba(49,132,69,0.8);
    line-height: 1;
    font-size:32px;
}
.CTA_Btn1:hover{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    margin:10px auto 0px auto;
    background:url("../webp/cta3.webp") no-repeat left 20px center, url("../webp/cta1.webp") no-repeat right 15px center;
    background-size:35px auto, 13px auto;
    background-color: rgba(0,0,0,1);
}
.CTA_Btn2{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    max-width:400px;
    height:80px;
    margin:5px auto 5px auto;
    padding-left:50px;
    background:url("../webp/cta2.webp") no-repeat left 20px center, url("../webp/cta1.webp") no-repeat right 15px center;
    background-size:35px auto, 13px auto;
    background-color: rgba(155,31,72,1);
    font-size:24px;
}
.CTA_Btn2:hover{
    margin:10px 30px 0px auto;
    background:url("../webp/cta2.webp") no-repeat left 20px center, url("../webp/cta1.webp") no-repeat right 15px center;
    background-size:35px auto, 13px auto;
    background-color: rgba(0,0,0,1);
}
/* footer */
footer{
    background-color:#000;
}
footer a:link{
    border-bottom:2px dotted #000;
    color:#e5c48b;
    transition: 0.5s;
}
footer a:visited{
    border-bottom:2px dotted #000;
    color:#e5c48b;
}
footer a:active{
    border-bottom:2px dotted #e5c48b;
    color:#e5c48b;
}
footer a:hover{
    border-bottom:2px dotted #e5c48b;
    color:#e5c48b;
}
.footerBox1{
    padding:60px 0 60px 0;
    font-size:16px;
}
.footerBox11{
    display: block;
    max-width:auto;
    margin:0 auto;
    padding:0 0px;
}
.footerBox111{
    width:100px;
    margin:0 auto;
    text-align: center;
}
.footerBox112{
    display: block;
    margin-top:40px;
    padding:0 20px;
}
.footerBox112 ul{
	display:flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items:center;
    max-width:400px;
    margin:0 auto;
}
.footerBox112 ul li{
    width:8em;
    margin:0 1em 1em 1em;
}
.footerBox1121{
    width:auto;
    margin:20px auto 0 auto;
}
.footerBox1121 ul{
	display:block;
    max-width:350px;
}
.footerBox1121 li{
    width:100% !important;
    margin:0 auto !important;
    text-align: center;
}
.footBtn {
    position: relative;
    display: inline-block;
    width:90%;
    margin:5px auto;
    border: 1px solid rgba(255,255,255,0.7) !important;
    border-radius: 5px;
    background-color: rgba(255,255,255,0);
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
}
a.footBtn:hover{
    margin:10px auto 0px auto;
    font-weight: 600 !important;
}
a.footBtn:link{
    color:#fff;
}
a.footBtn:visited{
    color:#fff;
}
a.footBtn:hover{
    color:#fff;
}
a.footBtn:active{
    color:#fff;
}
.footBtn1{
    padding:7px 0px 7px 30px;
    background:url("../webp/cta2.webp") no-repeat left 15px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:30px auto, 10px auto;
    background-color: rgba(155,31,72,0.8);
    font-size:18px;
}
.footBtn1:hover{
    padding:7px 0px 7px 30px;
    background:url("../webp/cta2.webp") no-repeat left 15px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:30px auto, 10px auto;
    background-color: rgba(0,0,0,1);
    font-size:18px;
}
.footBtn2{
    padding:1px 0px 1px 30px;
    background:url("../webp/cta3.webp") no-repeat left 17px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:27px auto, 10px auto;
    background-color: rgba(49,132,69,0.8);
    font-size:24px;
}
.footBtn2:hover{
    padding:1px 0px 1px 30px;
    background:url("../webp/cta3.webp") no-repeat left 17px center, url("../webp/cta1.webp") no-repeat right 5px center;
    background-size:27px auto, 10px auto;
    background-color: rgba(0,0,0,1);
    font-size:24px;
}
.footerTime{
    text-align: center;
    color:#fff;
    font-size:14px;
}
.footerBox2{
    padding:20px 0px 60px 0px;
    border-top:1px solid #e5c48b;
    font-size:14px;
}
.footerBox21{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width:auto;
    margin:0 auto;
    padding:0 50px;
}
.footerBox211 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footerBox211 ul li{
    display: inline-box;
    margin:0 1em;
}
.footerBox212{
    width:100%;
    margin-top;1em;
    text-align: center;
    color:#e5c48b;
    font-size:12px;
}
/* display */
.pc{
    display: none;
}
.sp{
    display: inherit;
}