@charset "utf-8";

*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.2em;
    transition: .2s ease-in-out;
    color: #000;
    font-family: "Zen Old Mincho", "Cormorant Garamond", serif;
    font-weight: 400;
    font-style: normal;
}


/* 共通 */

.sp_none{
    display: block;
}

.pc_none{
    display: none;
}

a{
    text-decoration: none;
}

a:hover,
button:hover{
    opacity: .5;
}

li{
    list-style: none;
}

img{
    width: 100%;
}

.loading {
  content: '';
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  height: 100vh;
    animation: open .5s ease-out;
    animation-delay: 1.7s;
    animation-fill-mode: forwards;
}

.loading > div {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 70px;
    padding-left: 250px;
    max-width: 1440px;
    width: 100%;
    box-sizing: border-box;
}

.loading .loading_right{
    display: block;
    width: 250px;
}

.loading .logo_anime{
    position: relative;
}

.loading .load_a{
    width: 50px;
    position: absolute;
    left: 2px;
    animation: a 1s ease-out;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.loading .load_t{
    width: 94px;
    position: absolute;
    top: 6px;
    left: -2px;
    animation: t 1s ease-out;
    animation-delay: 1.3s;
    animation-fill-mode: forwards;
}

.loading .logo_name{
    width: 66px;
    position: absolute;
    bottom: -54px;
    left: 2px;
    animation: open .3s ease-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

@keyframes a{
	0% {transform:translate(0,0);}
	50% {transform:translate(-150px,0);}
    60% {opacity: 1;}
    100%{
        transform:translate(-150px,0);
        opacity: 0;
    }
}

@keyframes t{
	0% {transform:translate(0,0);}
	50% {transform:translate(15px,0);}
    60% {opacity: 1;}
    100%{
        transform:translate(15px,0);
        opacity: 0;
    }
}

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



body{
    max-width: 1440px;
    margin: 0 auto;
}

header{
    width: 110px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 70px;
}

header h1{
    margin-bottom: 20px;
}

header h1 a .logo{
    display: block;
    width: 60px;
    margin-bottom: 10px;
}

header h1 a .header_name01{
    font-family: "Cormorant Garamond", serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    font-weight: 500;
}

header h1 a .header_name02{
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 600;
}

header li{
    line-height: 1.5em;
}

header li a{
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    letter-spacing: 0.12em
}

.spmenu_button{
    display: none;
}

.slide{
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 180px;
    max-width: 1260px;
    width: calc(100% - 180px);
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
    transition: .4s ease-in-out;
}

.is-show .slide{
    opacity: 1;
    visibility: visible;
}

.index .slide .left{
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: -60px;
}

.index .slide .left h3{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: 300;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0;
    left: 20px;
}

.index .slide .left h3 span{
    font-size: 20px;
    padding-bottom: 20px;
    letter-spacing: 0.1em; 
}

.index .slide .left h5{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 13px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0;
}

.index .slide .left h5 span.line{
    display: block;
    width: .5px;
    height: 18px;
    margin: 24px 0;
    background: #000;
    margin-right: 4px;
}

.index .slide .left h5 span.cross{
    font-size: 8px;
    padding: 6px 0;
    margin-left: -2px;
    line-height: 1em;
    letter-spacing: 0;
}

.index .slide .center{
    position: relative;
}

.index .slide .center h2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.slide .slide_menu{
    position: absolute;
    top: 100px;
    display: flex;
}

.slide .slide_menu p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-right: 20px;
}

.slide .slide_menu p span{
    display: block;
    width: .5px;
    height: 100%;
    background: #000;
    margin-top: 20px;
}

.slide .slide_menu li.active a,
.slide .slide_menu li.active span{
    color: #000;
}

.slide .slide_menu li a{
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    color: #ccc;
    line-height: 2.8em;
}

.slide .slide_menu li span{
    font-size: 10px;
    padding-right: 10px;
    color: #ccc;
}

.slide .center h2 span{
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
}

.slide .center .img{
    width: 14px;
    display: block;
    margin: 30px 36px 0;
}


.slide .center .art,
.slide .center .trust{
    font-size: 70px;
    width: 288px;
    letter-spacing: 0.06em;
}

.slide .center .art{
    text-align: right;
}

.index .slide .right{
    width: 250px;
    position: relative;
}

.index .slide .right div{
    position: absolute;
    top: 0;
    margin-top: -180px;
}

.index .slide .right h4{
    font-size: 16px;
    margin-bottom: 50px;
    font-weight: 600;
    letter-spacing: 0.28em;
    white-space: nowrap;
}

.index .slide .right h4 span{
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
    letter-spacing: 0.34em;
}

.index .slide .right p{
    text-align: justify;
    letter-spacing: 0.05em;
}

.scrollify{
    width: 100%;
    height: 100vh;
    display: flex;
}

.section05{
    border-top: .5px solid #000;
    display: block;
    background: #fff;
}

.section05 .slide{
    position: relative;
    background: #fff;
    z-index: 2;
    margin-left: 180px;
    max-width: 1260px;
    width: calc(100% - 180px);
    padding: 70px;
    box-sizing: border-box;
    display: block;
    height: auto;
    padding-bottom: 0;
    visibility: visible;
    opacity: 1;
}

.section05 h2{
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 70px;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    line-height: 1em;
    margin-top: -20px;
}

.section05 h2 span.sub{
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.12em;
}

.section05 h2 span.line{
    display: block;
    width: 20px;
    height: .5px;
    margin: 0 20px;
    background: #000;
    margin-top: 10px;
}

.section05 .scroll{
    overflow: scroll;
    margin-right: -70px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 40px;
}

.section05 .scroll::-webkit-scrollbar{
  display: none;
}

.section05 .slick{
    display: flex;
    width: 2100px;
}

.section05 .slick .slickslide{
    width: 260px;
    margin-right: 70px;
}

.slick-list{
  overflow: visible;
}

.section05 .slick h3{
    font-size: 30px;
    font-family: "Cormorant Garamond", serif;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-align: right;
    line-height: 1.7em;
}

.section05 .slick h4{
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.section05 .slick .img{
    line-height: 0;
}

.section05 .slick .badge span{
    font-size: 12px;
    color: #666;
    letter-spacing: 0.08em;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    border: .5px solid #666;
    padding: 4px 10px;
    border-radius: 20px;
}
.section05 .slick .badge{
    margin: 4px 0 24px;
}

.section05 .scroll_nav{
    display: flex;
    align-items: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
    margin-right: -70px;
    margin-top: 20px;
}

.section05 .scroll_nav span{
    display: block;
    height: .5px;
    background: #000;
    width: 100%;
}

.section05 .name p{
    text-align: center;
    line-height: 1em;
}

.section05 .name h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 40px;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.section05 .name h3 span{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.3em;
}

footer{
    margin-left: 180px;
    max-width: 1260px;
    width: calc(100% - 180px);
    padding: 70px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    background: #fff;
}

address{
    font-family: "Cormorant Garamond", serif;
    font-size: 12px;
}


/* 共通 */

.wrap{
    margin-left: 180px;
    max-width: 1260px;
    width: calc(100% - 180px);
    box-sizing: border-box;
}

.contact section,
.contact footer,
.service section,
.service footer{
    max-width: 800px;
    margin: 0 auto;
    padding: 70px;
}

.contact footer,
.service footer,
.company footer{
    border-top: .5px solid #ccc;
}

.contact h2,
.contact h3,
.service h2,
.company h2{
    font-family: "Cormorant Garamond", serif;
    font-weight: 500;
    font-size: 70px;
    letter-spacing: 0.06em;
    line-height: 1em;
}


/* company */

.company h2{
    margin-bottom: 70px;
}

.company h3{
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: ;
    margin-bottom: 60px;
}

.company .slide_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.company .slide .slide_menu{
    position: static;
}

.company .slide .slide_menu li a{
    white-space: nowrap;
}

.company .left{
    max-width: 740px;
}

.company .left .flex{
    display: flex;
}

.company .left .heading{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-right: 80px;
}

.company .left h4,
.company .left h5{
    font-family: "Cormorant Garamond", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1em;
}

.company .left h4{
    font-size: 20px;
    font-weight: 300;
}

.company .left h5{
    font-size: 26px;
}

.company .left h5 span{
    font-size: 16px;
}

.company .left span.line {
    display: block;
    width: .5px;
    height: 16px;
    margin: 20px 0;
    background: #000;
    margin-right: 4px;
}

.company .left h5 span{
    padding-bottom: 14px;
}

.company .right{
    align-self: flex-end;
    margin-right: 80px;
}

.company dl{
    display: flex;
    flex-wrap: wrap;
}

.company dt,
.company dd{
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.company dt:last-of-type,
.company dd:last-of-type{
    margin-bottom: 0;
}

.company dt{
    color: #808080;
    width: 110px;
}

.company dd{
    width: calc(100% - 110px);
}

.company .section03 {
    flex-wrap: wrap;
}

.company .section03.show .slide{
    position: static;
    height: auto;
    opacity: 1;
    visibility: visible;
}

.company .section04{
    height: auto !important;
    opacity: 0;
    transition: opacity 1s ease-in;
    margin-top: -40px;
}

.company .access_wrap{
    width: 100%;
    height: auto !important;
    margin-left: 180px;
    max-width: 1260px;
    width: calc(100% - 180px);
    padding: 70px;
    padding-top: 0;
    box-sizing: border-box;
}

.company .section03.is-show + .section04,
.company .section04.is-show{
    opacity: 1;
    visibility: visible;
}

.company .access{
    display: flex;
    width: 100%;
}

.company .access div{
    margin-right: 70px;
    flex-shrink: 0;
}

.company .access h2{
    margin-bottom: 60px;
}

.company .access p{
    text-align: right;
}

.company .access p .line{
    display: inline-block;
    width: 16px;
    height: .5px;
    background: #000;
    margin-right: 14px;
    margin-bottom: 5px;
}

.company .access iframe{
    width: 100%;
    height: 400px;
}


/* service */

.service .line{
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 70px;
    box-sizing: border-box;
    height: .5px;
    background: #000;
}

.service h2{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 130px;
}

.service h2 span{
    font-family: "Cormorant Garamond", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: 300;
    font-size: 26px;
    line-height: 1em;
    padding-right: 40px;
}

.service h3{
    font-family: "Cormorant Garamond", serif;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.3em;
}

.service h4{
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.24em;
    position: absolute;
    top: -10px;
    left: 180px;
    white-space: nowrap;
}

.service section.about{
    padding-bottom: 90px;
}

.service section.menu{
    padding-top: 90px;
}

.service .service_title{
    display: block;
    width: fit-content;
    position: relative;
    margin-bottom: 40px;
}

.service section.menu .circle_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service section.menu h5{
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.08em;
    text-align: center;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.service section.menu h5.twoLine{
    padding-bottom: 0;
}

.service section.menu p{
    font-size: 13px;
    line-height: 1.7em;
}

.service section.menu span{
    font-weight: 500;
    font-size: 40px;
    color: #ccc;
    line-height: 1em;
    letter-spacing: 0.08em;
    padding-right: 24px;
}

.service section.menu .flex{
    display: flex;
    padding-top: 40px;
}

.service section.menu h5,
.service section.menu .flex{
    position: relative;
    z-index: 10;
}

.service section.menu .circle{
    width: 314px;
    height: 314px;
    border-radius: 50%;
    border: .5px solid #000;
    position: relative;
    display: flex;
    flex-direction: column;
}

.service section.menu .circle:nth-of-type(odd){
    margin-right: 90px;
}

.service section.menu .circle:not(:nth-last-of-type(-n+2)){
    margin-bottom: 50px;
}

.service section.menu .circle::before{
    content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  width: 50%;
  height: 50%;
  background-color: #fff; /* 隠す色（円の色と同じにするか、透明にする） */
}


/* contact */

.contact h2,
.contact h3{
    padding-top: 80px;
}

.contact h3{
    display: flex;
    align-items: center;
    font-size: 56px;
    padding-top: 0;
}

.contact h2 + p{
    padding: 40px 0;
}

.contact .tel{
    display: inline-flex;
    border-bottom: .5px solid #000;
    align-items: baseline;
}
.contact .tel .n01{
    font-size: 23px;
}
.contact .tel .n02{
    font-size: 34px;
    padding-left: 6px;
}
.contact .tel .t01{
    font-size: 15px;
    padding-left: 20px;
}
.contact .tel .t02{
    font-size: 10px;
    padding-left: 4px;
}

.contact .form_title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 54px;
}

.contact .progress{
    display: flex;
    align-items: center;
}

.contact .progress p{
    font-size: 13px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: .5px solid #ccc;
    border-radius: 50%;
    color: #ccc;
}

.contact .progress p.active{
    border: .5px solid #000;
    color: #000;
}

.contact .progress .line{
    background: #ccc;
    width: 18px;
    height: .5px;
    margin: 0 18px;
}

.contact dl{
    display: flex;
    flex-wrap: wrap;
}

.contact dt,
.contact dd{
    margin-bottom: 34px;
}

.contact dt label,
.contact dd label,
.contact dd{
    font-size: 15px;
}

.contact dt{
    width: 100px;
    height: 63px;
    border-bottom: .5px solid #000;
    width: 60px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact dt span{
font-size: 10px;}

.contact dd{
    width: calc(100% - 100px);
    line-height: 0;
}

.contact.check dd{
    line-height: 1.5em;
    padding-top: 18px;
}

::placeholder{
    color: #ccc;
}
input, textarea {
    width: 100%;
    padding: 18px 24px;
    background: #fff;
    border: .5px solid #ccc;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.5em;
}
textarea{
    height: 200px;
}
input:focus,
textarea:focus{
    outline: 0;
    background: #F0FFFC;
}

.contact .button_block{
    margin-left: 100px;
}

.contact .button_block .submit{
	margin-top: 30px;
}

.contact button{
    cursor: pointer;
    background: #666;
    color: #fff;
    font-size: 15px;
    padding: 18px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
    border: 0;
}

.contact .returnBtn{
    background: none;
    color: #666;
    font-size: 15px;
    padding: 0;
    font-size: 13px;
    margin-top: 20px;
    
}

.contact .recaptcha{
    max-width: 300px;
    line-height: 0;
    margin-bottom: 34px;
}

.contact.send h2{
    font-family: "Zen Old Mincho", serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-top: 0;
}

.contact.send .img{
    max-width: 300px;
    margin: 50px auto 0;
}

.formError{
    right: 0;
    left: auto;
}

.formError .formErrorContent{
    background: #252525 !important;
    padding: 8px 14px !important;
    box-sizing: border-box;
    
}

.formError.inline{
    width: 100%;
}

/*
.slide{
    position: fixed;
    top: 0;
    display: none;
    margin-left: 180px;
    max-width: 1260px;
    width: calc(100% - 180px);
    height: 100%;
    padding: 70px;
    box-sizing: border-box;
    transition: .7s ease-in-out;
}
*/
 
/*
section{
  border-bottom: .5px solid #000;
}
*/


 

