@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;
}

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: #c88c2e;
  --gray: #d2d2d2;
  --msjapan: #3d221e;
}
.dn{
  display: none;
}
.dn-sp{
  display: block;
}
.dn-pc{
  display: none;
}
.dn-pc_700{
  display: none;
}
.dn-sp_pro{
  display: block;
}
.dn-pc_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.8rem;
  left:0;
  width: calc(100% - 3.2rem);
  box-sizing:border-box;
  padding: 1.6rem 2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  border-radius:4px;
}
.header img{
  width: 200px;
}
.header-menu{
  width: 400px;
}


.header-menu li {

  position: relative;
  /*  padding: 0em 0.3em 0.3em 1.3em;*/
}

.header-menu li a {
  text-decoration: none;
  position: relative;
}
.header-menu li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--basic);
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.header-menu li a:hoevr{
  color: var(--gold);
}
.header-menu li a:hover::after {
  transform: scale(1, 1);
}
/*---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: 0;
    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;
  }
  /*-----------------
  -------ipad pro-----
  --------------------
  */
  @media screen and (max-width: 1024px) {
    .wrapper {
      width: 100%;
		padding-left: 16px;
		padding-right: 16px;
      margin: 0 auto;
      /*	overflow: hidden;*/
      box-sizing: border-box;
    }


  }

  /*-----------------
  -------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;
    }
    .dn-sp{
      display: none;
    }

    .dn-pc{
      display: block;
    }
    .ftr-box>li:last-of-type{
      width: 72%;
    }
    /*　ハンバーガーボタン　*/
    .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: 100vh;
      width: 100%;
      top  : 0;
      left : 0;
      /*  color: #000;*/
      background: #fff;
      text-align: center;
      transform: translateX(100%);
      transition: all 0.6s;
      width: 100%;
    }

    nav.globalMenuSp ul {
      /*
      background: #ccc;
      margin: 0 auto;
      padding: 0;
      */
      /*  width: 100%;*/
      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 #fff;
    }
    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: translateX(0%);
    }




  }

  /*----
  -------------
  -------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;
    }
    .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%;
    }
    .footer-li li{
      /*		width: 48%;*/
    }
  }

  @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;
    }

  }
