@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html{
font-size: 62.5%;
box-sizing: border-box;
background: #fff;
margin-top: 0 !important;
width: 100%;

}
body {
font-family:'Cormorant Garamond', serif, 'YuMincho', serif, "游ゴシック体", YuGothic;

color: #333;
text-decoration-line: none;
font-size: 1.6rem;
letter-spacing: 0.1em;
line-height: 2.6rem;
text-decoration-line: none;
text-decoration: none;
border-bottom: none;
margin: 0;
background-color:white;
font-feature-settings: "palt";
}

section{
overflow: hidden;
}
a{
text-decoration-line: none;
text-decoration: none;
color: #333;

}
a, a:hover, a:active {
color:  #333;
ext-decoration-line: none;
text-decoration: none;
box-shadow: none !important;
-webkit-box-shadow: none !important;
}

img{
max-width:100%;
height: auto;
}
header{
line-height: inherit;
}
li > ul, li > ol{
margin-left: 0;

}
li{
list-style:none;
}
p{
line-height: 2.6rem;
letter-spacing: 0.1em;
/*	font-weight: 500;*/
font-family: 'Roboto', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
/*common*/
:root {
/* 色指定 */
--basic: #333;
--light: #f8f8f8;
--gold: #b48c20;
--gray: #d2d2d2;
--msjapan: #3d221e;
}
.dn{
display: none;
}
.pc{
display: block;
}
.sp{
display: none;
}
.sp_700{
display: none;
}
.pc_pro{
display: block;
}
.sp_pro{
display: none;
}
.wrapper{
width: 1010px;
margin: 0 auto;
}
.wrapper-ovh{
width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.tac{
text-align: center;
}
.tar{
text-align: right;
}
.flex{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;

}
.aic{
align-items: center;
}


.jss{
justify-content: space-between;
flex-wrap:wrap;

}
.box-top{
padding-top:5.6rem;
padding-bottom:5.6rem;
}
.bg-gray{
background: #eee;
}
h2.til{
color: var(--gold);
/*	font-weight: bold;*/
font-size: 2.6rem;
margin-bottom: 1.6rem;
padding-right: 1.6rem;
position:relative;
/*	font-family:  'YuMincho', 'Yu Mincho', serif;*/
display: inline-block;
font-weight: 500;;
}
h2.til span{
font-size: 2.4rem;
}
h2.til::after{
/*
content:'';
position:absolute;
bottom: 0;
left:0;
transform: rotate(-45deg);

background: var(--gray);
width: 80px;
height: 1px;
*/
}


/*---header---*/

.header-pc{
z-index:50;
position:fixed;
top:0;
left:0;
width: 100%;
box-sizing:border-box;
padding: 1.6rem 2rem;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
background: #fff;
}
.header img{
width: 200px;
}
.header-menu{

}


.header-menu li {
position: relative;
margin-right: 30px;
}
.header-menu li:last-child{
    margin-right: 0;
}
.header-menu li a {
text-decoration: none;
position: relative;
font-size: 14px;
}
.header-menu li a::before{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: #b48c20 2px solid;
    border-right: #b48c20 2px solid;
    top: 38%;
    left: -15px;
    transform: translateY(-50%) rotate(45deg);
}
.header-menu li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--gold);
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.header-menu li a:hoevr{
color: var(--gold);
}
.header-menu li a:hover::after {
transform: scale(1, 1);
}
.logo-line{
	width: 1px;
	background: #333;
	height: 32px;
	margin-left: 1.6rem;
	margin-right: 1.6rem;
}
.logo-hdr img{
	width: 160px;
}
.logo-hdr p{
	font-size: 1.4rem;
	line-height: 2rem;
	color: #333;
}
/*---end header---*/




/*---footer---*/
.footer{
background: #333;
padding: 2.4rem 0;
}
.ftr-box{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.ftr-box>li:last-of-type{
width: 56%;
}
.footer-li>li>ul>li{
}
.footer-li>li>ul>li:before {
/*
color: var(--gold);
content: "-";
padding-right: 2px;
*/
}
.footer-li li:last-of-type:after{
display: none;}
.footer-li{
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: space-between;
flex-wrap:wrap;

}
.footer a{
color:  #fff;
font-size: 1.4rem;
transition:.2s;
}
.footer a:hover{
opacity:0.6;
}
.copyright{
padding-top: 1rem;
padding-bottom: 1rem;
background: #fff;
color: var(--gold);;
font-size: 1.2rem;
line-height: 1.8rem;
}
.logo-ftr img{
width: 120px;
}
/*---end footer---*/


.fadein {
opacity : 0.1;
transform : translate(0, 50px);
transition : all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}




.btn {
font-family:  'Noto Sans JP', sans-serif;
font-size: 1.5rem;
line-height: 1.5rem;
color: var(--gold);
border:1px solid var(--gold);
padding: 1rem 2.4rem;
display: inline-block;
border-radius: 999px;
box-sizing: border-box;
text-align: center;
position: relative;
z-index: 2;
will-change: transform, filter;
transform-style: preserve-3d;
transition: all .3s ease-out;
}
.btn:hover {
transform: scale(0.95);
color: var(--gold);
}
.btn::before {
/*
content: "";
height: 40px;
display: inline-block;
position: absolute;
left: 30px;
right: 30px;
bottom: -5px;
z-index: -1;
border-radius: 50px;
opacity: .8;
filter: blur(15px);
transform-style: preserve-3d;
transition: all .3s ease-out;
*/
}
.btn:hover::before {
bottom: 0;
/*    filter: blur(8px);*/
}
.gradient1,
.gradient1::before {
background:white;
/*
background: -moz-linear-gradient(left, #c88c2e 0%, #b27d29 60%, #bb780f 100%);
background: -webkit-linear-gradient(left, #c88c2e 0%, #b27d29 60%, #bb780f 100%);
background: linear-gradient(to right, #c88c2e 0%, #b27d29 60%, #bb780f 100%);
*/
}
#page_top{
width: 50px;
height: 50px;
position: fixed;
right: 0;
bottom: 75px;
background: white;
box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
/*  opacity: 0.6;*/
/*  border-radius: 50%;*/
}
#page_top a{
position: relative;
display: block;
width: 50px;
height: 50px;
text-decoration: none;
}
#page_top a::before{
font-family: "Font Awesome 5 Free"; /*←ココ！！！！！！！*/
font-weight: 900;
content: url("../img/arrow.svg");
font-size: 25px;
color: var(--gold);
position: absolute;
width: 48px;
height: 48px;
top: -5px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
/*-----------------
-------PC(1600px~)-----
--------------------*/
@media screen and (min-width: 1600px) {
    .header-menu li a{
        font-size: 16px;
    }
}

/*-----------------
-------PC(~1260px)-----
--------------------*/
@media screen and (max-width: 1260px) {
    .logo-hdr{
        width: 38%;
        margin-right: 30px;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .header-menu {
        width: 55%;
        justify-content: flex-start;
    }
}

/*-----------------
-------ipad pro-----
--------------------*/
@media screen and (max-width: 1024px) {
.pc{
    display: none;
}
.sp{
    display: block;
}

.wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    /*	overflow: hidden;*/
    box-sizing: border-box;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 6;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
}
.hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -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;
    -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;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
}

nav.globalMenuSp {
    position: fixed;
    z-index: 4;
    height: 40vh;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
}
nav.globalMenuSp ul {
    width: 90%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
nav.globalMenuSp ul li:hover{
    background :#ddd;
}
nav.globalMenuSp ul li a {
    display: block;
    color: #000;
    padding: 1em 0;
    text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}

.logo-hdr{
    padding: 1.6rem;
    background: #fff;
    position:inherit;
    top:inherit;
    left: inherit;
    width: 300px;
}
.logo-hdr p{
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.logo-img img{
    width: 120px;
}
.logo-line{
    margin-right: 0.6rem;
    margin-left:0.6rem;
}

}

/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:769px) {
body{
    font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;
}
html{
    box-sizing: border-box;
    margin-top: 0 !important;
}
img{
    max-width:100%;
    height: auto;
}
.ftr-box>li:last-of-type{
    width: 72%;
}
}

/*-----------------
-------sp-----
--------------------*/
@media screen and (max-width:640px){
body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
}
html{
    box-sizing: border-box;
    margin-top: 0 !important;
}
img{
    max-width:100%;
    height: auto;
}

.wrapper{
    width: 100%;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}
.header-title_logo{
    width: 120px;
}
nav.globalMenuSp{
    height: 50vh;
}


.ftr-box{
    display: block;
}
.ftr-box{
    width: 100%;
}
.logo-ftr{
    width: 100%;
    text-align: center;
    margin-bottom: 2.4rem;
}
.logo-ftr img{
    width: 120px;
}
.ftr-box>li:last-of-type{
    width:100%;
}
}

@media screen and (max-width: 400px){
body{
    /*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
}
html{
    box-sizing: border-box;
    margin-top: 0 !important;
}
img{
    max-width:100%;
    height: auto;
}

}

