@charset "utf-8";
/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

html, body, div, span, iframe,article,figure,
p, a, img, small, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5,h6{
  border: 0;
  margin: 0;
  padding: 0;
  font-size:14px;
  letter-spacing:0px;
  font-feature-settings : "palt";
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  color: #000;
}


h1, h2, h3, h4, h5,h6{
  font-weight: normal;
}

html,body {
  line-height: 1;
  width: 100%;
  height: 100vh;
  position: relative;
  min-width: 1024px;
 -webkit-font-smoothing: antialiased;
}
ol, ul {
  list-style: none;
}
a{
  outline:none;
  text-decoration:none;
  cursor: pointer;
  }
a img {
  border: none;
  border-style:none;
}

img{
  width: 100%;
  height: auto;
}

li{
  list-style:none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

br.sp_br{
  display: none;
}

.switch {
  visibility: hidden;
}

#wrap_hidden{
  width:100%;
  overflow:hidden; 
}

#loading{
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left:0; 
  z-index:9999999;
}

.image_box { 
  width: 200px;
  height:200px;
  background-image: url("../images/loading.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-180px;
  margin-left:-100px;
  background-size: 1800px;
  transition: margin-top 1s ease;
}

.image_box.move{
  margin-top: -200px;
}



/*■■■■■■■■　common　■■■■■■■■*/


header{
  width: 160px;
  background: rgba(255,255,255,0.8);
  height:calc(100% - 60px);
  min-height: 700px;
  position:fixed;
  top: 30px;
  left:30px;
  z-index: 9998;
}

header nav h1{
  width: 60px;
  position:absolute;
  top:30px;
  left:50%;
  margin-left: -30px;
  z-index: 9998;
}
header nav ul{
  width: 100%;
  position:absolute;
  bottom:30px;
  left:0;
  z-index: 9998;
  text-align: center;
}
header nav ul li{
  text-align: center;
}
header nav ul li a{
  color:#000000;
  font-size: 16px;
  line-height:35px;
  text-align: center;
  transition: all 0.2s ease;
}

header nav ul li a.on{
  border-bottom:1px solid #D3A100;
}

header nav ul li a:hover{
  border-bottom:1px solid #D3A100;
}


@media screen and (max-width: 1100px) {

header{
  width: 140px;
  background: rgba(255,255,255,0.8);
  height:calc(100% - 50px);
  min-height: 600px;
  position:fixed;
  top: 25px;
  left:25px;
  z-index: 9998;
}

header nav h1{
  width: 50px;
  position:absolute;
  top:30px;
  left:50%;
  margin-left: -25px;
  z-index: 9998;
}
header nav ul{
  width: 100%;
  position:absolute;
  bottom:20px;
  left:0;
  z-index: 9998;
  text-align: center;
}
header nav ul li{
  text-align: center;
}
header nav ul li a{
  color:#000000;
  font-size: 14px;
  line-height:30px;
  text-align: center;
  transition: all 0.2s ease;
}
header nav ul li a.on{
  border-bottom:1px solid #D3A100;
}
header nav ul li a:hover{
  border-bottom:1px solid #D3A100;
}


}

#sp_nav,
#sp_nav_menu{
 display: none; 
}

#open{
  display: none;
  width: 46px;
  position: fixed;
  top: 25px;
  right: 30px;
  z-index: 8888
}

#close{
  width: 46px;
  position: absolute;
  top: 25px;
  right:30px;
}


#com_reserve{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#com_reserve .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#com_reserve .wrap h4{
  width:100%;
  text-align: center;
  padding-bottom:25px;
  border-bottom:1px solid #D3A100; 
  margin-bottom: 60px;
}
#com_reserve .wrap h4 img{
  width:554px;
  text-align: center;

}


#com_reserve .wrap a.btn{
  width: 400px;
  margin:0 auto; 
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 56px;
  text-align:center; 
  border: 1px #D93414 solid;
  display: block;
  background:#FFF url(../images/com_link_icon_rd.svg) no-repeat top right;
  background-size: 56px;
  box-sizing: border-box;
  transition: all 0.1s ease;
}
#com_reserve .wrap a.btn:hover{
  background:#D93414 url(../images/com_link_icon_wh.svg) no-repeat top right;
  color: #FFF;
}

.sp_ftNav{
  display: none; 
}

#sns{
  background:#F4F4F4; 
  position: relative;
}
#sns .wrap{
  width: calc(100% - 220px);
  margin-left: 200px;
  position: relative;
  z-index: 10;
}
#sns .wrap .inner{
  width:940px;
  margin: 0 auto;
  padding: 50px 0 60px;
}
#sns .wrap .inner h3{
  width: 545px;
  margin: 0 auto 50px;
}
#sns .wrap .inner ul li{
  width: 400px;
  float: left;
}
#sns .wrap .inner ul li a{
  width: 400px;
  height: 56px;
  display: block;
  transition: all 0.2s ease;
}
#sns .wrap .inner ul li:nth-child(1){
  margin-right:140px;
}
#sns .wrap .inner ul li:nth-child(1) a{
  background:url(../images/com_sns_btn01_off.svg) no-repeat;

}
#sns .wrap .inner ul li:nth-child(2) a{
  background:url(../images/com_sns_btn02_off.svg) no-repeat;
}

#sns .wrap .inner ul li:nth-child(1) a:hover{
  background:url(../images/com_sns_btn01_on.svg) no-repeat;

}
#sns .wrap .inner ul li:nth-child(2) a:hover{
  background:url(../images/com_sns_btn02_on.svg) no-repeat;
}

#sns .pagetop{
  width: 128px;
  position: absolute;
  top: -100px;
  right: 50px;
  z-index: 15;
}
#sns .pagetop a{
  display: block;
  cursor: pointer;
}

footer{
  width: calc(100% - 220px);
  margin-left: 200px;
  position: relative;
  z-index: 10;
}
footer .wrap{
  width:1100px;
  margin: 0 auto;
  padding: 50px 0 0;
}
footer .wrap .left,
footer .wrap .right{
  float: left;
}
footer .wrap .left{
  width: 256px;
  padding-top: 40px;
  padding-right:110px;
}
footer .wrap .right{
  width: 734px;
}
footer .wrap .right h3{
  width: 504px;
  padding-bottom: 15px;
}
footer .wrap .right .inner{
  border-top: 1px solid #D3A100;
  padding-top: 25px;
}

footer .wrap .right .inner dl{
  padding-bottom: 3px;
}

footer .wrap .right .inner dl dt,
footer .wrap .right .inner dl dd{
  display: inline-block;
  vertical-align: top;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
footer .wrap .right .inner dl dd span{
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
footer .wrap .right .inner p{
  font-size: 14px;
  line-height:24px;
  padding-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
}
footer .wrap .right h4{
  display: none;
}

footer .copy{
  width: 370px;
  padding-top: 75px;
  padding-bottom:10px;
}


/*■■■■■■■■　TOPアニメーション　■■■■■■■■*/

header{
  transition: all 1s ease;
  opacity: 0;
  transform: translateX(-200px);
}
header.fadeIn{
  opacity: 1;
  transform: translateX(0px);
}
#top .sec01{
  background-position: center top -500%; 
  transition: all 3s ease;
}
#top .sec01.fadeIn{
  background-position: center top 0;
}
#top .sec01 h2 img.top{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateX(-30px);
  opacity: 0;
}
#top .sec01.fadeIn h2 img.top{
  transform: translateX(0);
  opacity: 1;
}
#top .sec01 h2 img.bottom{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateX(30px);
  opacity: 0;
}
#top .sec01.fadeIn h2 img.bottom{
  transform: translateX(0);
  opacity: 1;
}
#top .sec01.fadeIn h2{ 
  opacity: 1;
}
#top .sec01 h2 span{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: scaleX(0);
}
#top .sec01.fadeIn h2 span{
  transform: scaleX(1);
}
#top .sec02 .wrap h3 img.top{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateX(-30px);
  opacity: 0;
}
#top .sec02.fadeIn .wrap h3 img.top{
  transform: translateX(0);
  opacity: 1;
}
#top .sec02 .wrap h3 img.bottom{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateX(30px);
  opacity: 0;
}
#top .sec02.fadeIn .wrap h3 img.bottom{
  transform: translateX(0);
  opacity: 1;
}
#top .sec02 h3 span{
  transition: all 1s ease;
  transition-delay:2.5s; 
  transform: scaleX(0);
}
#top .sec02.fadeIn h3 span{
  transform: scaleX(1);
}
#top .sec02 .wrap p{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateY(30px);
  opacity: 0;
}
#top .sec02.fadeIn .wrap p{
  transform: translateY(0);
  opacity: 1;
}


#top .sec03 .wrap h3 img.top{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateX(-30px);
  opacity: 0;
}
#top .sec03.fadeIn .wrap h3 img.top{
  transform: translateX(0);
  opacity: 1;
}
#top .sec03 .wrap h3 img.bottom{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateX(30px);
  opacity: 0;
}
#top .sec03.fadeIn .wrap h3 img.bottom{
  transform: translateX(0);
  opacity: 1;
}
#top .sec03 h3 span{
  transition: all 1s ease;
  transition-delay:1.5s; 
  transform: scaleX(0);
}
#top .sec03.fadeIn h3 span{
  transform: scaleX(1);
}
#top .sec03 .wrap p{
  transition: all 2s ease;
  transition-delay:1s; 
  transform: translateY(30px);
  opacity: 0;
}
#top .sec03.fadeIn .wrap p{
  transform: translateY(0);
  opacity: 1;
}





/*■■■■■■■■　TOP　■■■■■■■■*/


#top #mv{
  width: 100%;
  height: 87vh;
  padding-bottom: 15vh;
  position: relative;
  overflow: hidden;
}

#top article{
  width: 100%;
  height: 100%;
}

#top .bx-wrapper {
  width: 100% !important;
  height: 100% !important;
}

#top .bx-viewport {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  box-shadow: none;
  border: none;
}
#top #topbg{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index:1;
}
#top #topbg li{
  width: 100% !important;
  height: 100% !important;
}

#top #topbg li div{
  animation-duration:15s;
  animation-name: zoom;
  transition-timing-function:ease;
  width: 100% !important;
  height: 100% !important;
  background: center / cover no-repeat;
}

@keyframes zoom {
    0% {
     transform: scale(1.3);
     opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1
    }
}

#top #topbg li:nth-child(1) div{
  background: url(../images/top_mv01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
#top #topbg li:nth-child(2) div{
  background: url(../images/top_mv02.jpg) no-repeat left;
  background-size: cover;
  position: relative;
}
#top #topbg li:nth-child(3) div{
  background: url(../images/top_mv03.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

#top .sec01{
  padding-top: 105px;
  width:100%;
  height:0;
  padding-bottom:  25.3%;
  position: relative;
  background: url(../images/top_sec01_obj.svg) no-repeat top center;
  background-size: 100%;
  background-position: center top -500%; 
  transition: all 2s ease;
}
#top .sec01.fadeIn{
  background-position: center top 0;
}

#top .sec01 h2{
  width:346px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -101px;
  margin-left:-173px;
}

#top .sec01 h2 img.top{
  padding-bottom: 20px;
}
#top .sec01 h2 span.leftBar{
  width:328px;
  height:1px;
  background: #D3A100;
  position: absolute;
  top: 114px;
  left: -89px;
}
#top .sec01 h2 span.rightBar{
  width:445px;
  height:1px;
  background: #D3A100;
  position: absolute;
  bottom: -4px;
  left: 18px;
}

#top .sec02{
  position: relative;
  overflow: hidden;
}
#top .sec02 .image{
  width: 100%;
  background:#003200;
  height:500px;
  margin-bottom: 70px;
  overflow: hidden;
}
#top .sec02 .image .inner{
  width:73.3%;
  margin-left: 26.7%;
  height: 500px;
  overflow: hidden;
}
#top .sec02 .image .inner img{
  transform: scale(1.2);
  transition:5s ease all;
}
#top .sec02 .image:hover .inner img{
  transform: scale(1.3);
}

#top .sec02 .wrap{
  width: calc(100% - 220px);
  margin-left: 200px;
  position: relative;
  z-index: 10;
  padding-bottom: 200px;
}
#top .sec02 .wrap .inner{
  width:1020px;
  margin: 0 auto;
}

#top .sec02 .wrap h3{
  width: 486px;
  position: relative;
  padding-left: 58px;
  margin-bottom: 75px;
}

#top .sec02 .wrap h3 img.top{
  padding-bottom: 20px;
}


#top .sec02 .wrap h3 span.leftBar{
  width:260px;
  height:1px;
  background: #D3A100;
  position: absolute;
  top: 73px;
  left:0;
}
#top .sec02 .wrap h3 span.rightBar{
  width:526px;
  height:1px;
  background: #D3A100;
  position: absolute;
  bottom: -8px;
  left: 94px;
}
#top .sec02 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
  padding-bottom: 55px;
}
#top .sec02 .wrap a.btn{
  width: 400px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 56px;
  text-align:center; 
  border: 1px #D93414 solid;
  display: block;
  background:#FFF url(../images/com_link_icon_rd.svg) no-repeat top right;
  background-size: 56px;
  box-sizing: border-box;
  transition: all 0.1s ease;
  float: right;
}
#top .sec02 .wrap a.btn:hover{
  background:#D93414 url(../images/com_link_icon_wh.svg) no-repeat top right;
  color: #FFF;
}
#top .sec02 figure{
  width: 400px;
  position: absolute;
  top:300px;
  right: -142px;
}
#top .sec02 figure svg{
  opacity: 0;
  transition: all ease 1s;
}
#top .sec03{
  position: relative;
  overflow: hidden;
}
#top .sec03 .image{
  width: 100%;
  background:#001E32;
  height:500px;
  margin-bottom: 70px;
  overflow: hidden;
}
#top .sec03 .image .inner{
  width:73.3%;
  height: 500px;
  overflow: hidden;
}
#top .sec03 .image .inner img{
  transform: scale(1.2);
  transition:5s ease all;
}
#top .sec03 .image:hover .inner img{
  transform: scale(1.3);
}

#top .sec03 .wrap{
  width: calc(100% - 220px);
  margin-left: 200px;
  position: relative;
  z-index: 10;
  padding-bottom: 200px;
}
#top .sec03 .wrap .inner{
  width:1020px;
  margin: 0 auto;
}
#top .sec03 .wrap h3{
  width: 279px;
  position: relative;
  padding-left: 58px;
  margin-bottom: 75px;
  margin-left: 430px;
}

#top .sec03 .wrap h3 img.top{
  padding-bottom: 20px;
}

#top .sec03 .wrap h3 span.leftBar{
  width:200px;
  height:1px;
  background: #D3A100;
  position: absolute;
  top: 85px;
  left:0;
}
#top .sec03 .wrap h3 span.rightBar{
  width:315px;
  height:1px;
  background: #D3A100;
  position: absolute;
  bottom: -8px;
  left: 88px;
}
#top .sec03 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
  padding-bottom: 55px;
}
#top .sec03 .wrap a.btn{
  width: 400px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 56px;
  text-align:center; 
  border: 1px #D93414 solid;
  display: block;
  background:#FFF url(../images/com_link_icon_rd.svg) no-repeat top right;
  background-size: 56px;
  box-sizing: border-box;
  transition: all 0.1s ease;
  float: right;
}
#top .sec03 .wrap a.btn:hover{
  background:#D93414 url(../images/com_link_icon_wh.svg) no-repeat top right;
  color: #FFF;
}
#top .sec03 figure{
  width:645px;
  position: absolute;
  top:345px;
  right: -205px;
  transition: 1s ease all;
}
#top .sec03 figure svg{
  opacity: 0;
}

#top .sec04 .wrap{
  width: calc(100% - 220px);
  margin-left: 200px;
  position: relative;
  z-index: 10;
  padding-bottom: 200px;
}
#top .sec04 .wrap .inner{
  width:1020px;
  margin: 0 auto;
}
#top .sec04 .wrap .inner h3{
  text-align: center;
  padding-bottom: 25px;
  border-bottom:1px solid #D3A100;
  margin-bottom: 40px;
}
#top .sec04 .wrap .inner h3 img{
  width: 141px;
  text-align: center;
}
#top .sec04 .wrap .inner ul li{
  padding-bottom:40px;
  border-bottom:1px solid #D3A100;
  margin-bottom:40px;
}

#top .sec04 .wrap .inner ul li .left{
  width:470px;
  float: left;
  padding-left:60px; 
}

#top .sec04 .wrap .inner ul li .left h6{
  font-size: 18px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
#top .sec04 .wrap .inner ul li .left dl dt{
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 20px;
}
#top .sec04 .wrap .inner ul li .left dl dd{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
#top .sec04 .wrap .inner ul li .left a.btn{
  width: 240px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align:center; 
  display: block;
  background:#D3A100;
  transition: all 0.1s ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  padding-bottom: 3px;
  margin: 0 auto;
}

#top .sec04 .wrap .inner ul li .right{
  width:250px;
  float: right;
  padding-right:60px; 
}

#top .sec04 .wrap .inner ul li .right .thumb{
  width:250px;
  height: 250px;
  background: #BDBDBD;
}



/*■■■■■■■■　ABOUT　■■■■■■■■*/

#about{
  overflow-x:hidden; 
}

#about .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#about .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#about .title h2{
  width: 577px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#about #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/about_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}


#about .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#about .sec01 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#about .sec01 .wrap h3{
  width: 148px;
  padding-bottom: 60px;
}
#about .sec01 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
}

#about .sec01 figure{
  width: 800px;
  position: absolute;
  bottom: -210px;
  right:-215px;
  z-index: 0;
}


#about .sec02{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#about .sec02 .wrap{
  width: 1020px;
  margin: 0 auto;
}

#about .sec02 .wrap h3{
  width: 251px;
  padding-bottom: 60px;
}

#about .sec02 .wrap .inner{
  width: 1020px;
}

#about .sec02 .wrap .inner img{
  width: 480px;
  float: right
}
#about .sec02 .wrap .inner p{
  width: 470px;
  float: left;
  font-size: 18px;
  line-height: 45px;
}


#about .sec03{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#about .sec03 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#about .sec03 .wrap h3{
  width: 243px;
  padding-bottom: 60px;
}
#about .sec03 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
}


#about .sec04{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#about .sec04 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#about .sec04 .wrap h3{
  width:507px;
  padding-bottom: 60px;
}
#about .sec04 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
}

#about .sec04 figure{
  width: 800px;
  position: absolute;
  top:0px;
  right:-215px;
  z-index: 0;
}



/*■■■■■■■■　ESSENCE　■■■■■■■■*/

#essence{
  overflow-x:hidden; 
}

#essence .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#essence .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#essence .title h2{
  width:363px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#essence #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/essence_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}


#essence .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#essence .sec01 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#essence .sec01 .wrap h3{
  width: 251px;
  padding-bottom: 60px;
}
#essence .sec01 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
}

#essence .sec01 figure{
  width: 626px;
  position: absolute;
  bottom: 120px;
  right:-174px;
  z-index: 0;
}
#essence .sec02{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#essence .sec02 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#essence .sec02 .wrap h3{
  width: 506px;
  padding-bottom: 60px;
}
#essence .sec02 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}
#essence .sec03{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#essence .sec03 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#essence .sec03 .wrap h3{
  width: 303px;
  padding-bottom: 60px;
}
#essence .sec03 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}
#essence .sec04{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#essence .sec04 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#essence .sec04 .wrap h3{
  width: 402px;
  padding-bottom: 60px;
}
#essence .sec04 .wrap p{
  width: 940px;
  font-size: 18px;
  line-height: 45px;
}
#essence .sec04 figure{
  width: 626px;
  position: absolute;
  top: -150px;
  right:-170px;
  z-index: 0;
}



/*■■■■■■■■　PROFILE　■■■■■■■■*/

#profile{
  overflow-x:hidden; 
}

#profile .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#profile .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#profile .title h2{
  width:274px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#profile #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/profile_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}


#profile .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#profile .sec01 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#profile .sec01 .wrap h3{
  width: 584px;
  padding-bottom: 60px;
}

#profile .sec01 .wrap .inner{
  width: 1020px;
}

#profile .sec01 .wrap .inner img{
  width: 384px;
  float: right
}
#profile .sec01 .wrap .inner p{
  width: 470px;
  float: left;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}

#profile .sec01 figure{
  width: 800px;
  position: absolute;
  bottom: -50px;
  right:-400px;
  z-index: 0;
}
#profile .sec02{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#profile .sec02 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}
#profile .sec02 .wrap p{
  width: 470px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}





/*■■■■■■■■　SESSION　■■■■■■■■*/

#session{
  overflow-x:hidden; 
}

#session .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#session .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#session .title h2{
  width:379px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#session #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/session_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}


#session .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#session .sec01 .wrap{
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#session .sec01 .wrap h3{
  width:294px;
  padding-bottom: 60px;
}

#session .sec01 .wrap .inner{
  width: 940px;
}

#session .sec01 .wrap .inner img{
  width: 384px;
  float: right
}
#session .sec01 .wrap .inner p{
  width: 470px;
  float: left;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}

#session .sec01 figure{
  width:586px;
  position: absolute;
  bottom: -270px;
  right:-192px;
  z-index: 0;
}
#session .sec02{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#session .sec02 .wrap{
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}
#session .sec02 .wrap h3{
  width:153px;
  padding-bottom: 60px;
}
#session .sec02 .wrap p{
  width:940px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}

#session .sec03{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#session .sec03 .wrap{
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}
#session .sec03 .wrap h3{
  width:367px;
  padding-bottom: 60px;
}
#session .sec03 .wrap p{
  width:940px;
  font-size: 18px;
  line-height: 45px;
  letter-spacing: 0.1em;
}
#session .sec04{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#session .sec04 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}
#session .sec04 .wrap h3{
  width:100%;
  border-bottom:1px solid #D3A100;
  padding-bottom: 60px;
}
#session .sec04 .wrap img{
  width:483px;
}
#session .sec04 .wrap ul li{
  border-bottom:1px solid #D3A100;
  padding: 55px 0;
}

#session .sec04 .wrap ul li dl{
  padding-bottom: 35px;
}
#session .sec04 .wrap ul li dl dt{
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}

#session .sec04 .wrap ul li dl dd{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
#session .sec04 .wrap ul li dl dd strong{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}

#session .sec04 .wrap p{
  width:940px;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.1em;
}
#session .sec04 .wrap p strong{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}

#session .sec04 figure{
  width:586px;
  position: absolute;
  top:200px;
  right:-192px;
  z-index: 0;
}
#session .sec04 figure.btm{
  top:auto;
  bottom:25%;
}


#session .sec05{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#session .sec05 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}

#session .sec05 .wrap h3{
  width:180px;
  padding-bottom: 60px;
}

#session .sec05 .wrap .inner{
  width: 1020px;
}

#session .sec05 .wrap .inner .right{
  width: 480px;
  float: right
}
#session .sec05 .wrap .inner .right img.sio1{
  padding-bottom: 150px;
}
#session .sec05 .wrap .inner .right img.sio2{
  width: 300px;
  margin: 0 auto;
  padding-left: 90px;
}
#session .sec05 .wrap .inner p{
  width: 470px;
  float: left;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.1em;
}
#session .sec05 .wrap .inner p strong{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  padding-bottom: 30px;
}

#session .sec05 figure{
  width:586px;
  position: absolute;
  top:200px;
  right:-192px;
  z-index: 0;
}


#session .sec06{
  width:100%;
  position: relative;
  background:#F9F9F4; 
  margin-bottom: 200px;
  padding: 50px 0 80px;
}
#session .sec06 .wrap{
  width: calc(100% - 220px);
  margin-left: 200px;
  position: relative;
}
#session .sec06 .wrap .inner{
  width:1100px;
  margin:0 auto;
  position: relative;
}

#session .sec06 .wrap h4{
  width:100%;
  text-align: center;
  padding-bottom:25px;
  border-bottom:1px solid #D3A100; 
}
#session .sec06 .wrap h4 img{
  width:252px;
  text-align: center;
}

#session .sec06 .wrap ul li{
  border-bottom:1px solid #D3A100; 
  padding-top:80px; 
}

#session .sec06 .wrap ul li p{
  font-size: 18px;
  line-height: 36px;
  padding-bottom:45px;
  height: 36px;
  overflow: hidden;
  transition: all 1s ease; 
}
#session .sec06 .wrap ul li p.active{
  height: auto;
  transition: all 0.3s ease; 
}

#session .sec06 .wrap ul li .toggle_btn{
  padding-top:45px; 
  padding-bottom:80px; 
}

#session .sec06 .wrap a.btn{
  width: 240px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align:center; 
  display: block;
  background:#E9D080;
  transition: all 0.1s ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  padding-bottom: 3px;
  margin: 0 auto;
}






/*■■■■■■■■　RESERVE　■■■■■■■■*/

#reserve{
  overflow-x:hidden; 
}

#reserve .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#reserve .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#reserve .title h2{
  width:146px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#reserve #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/reserve_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}

#reserve .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom:100px;
  position: relative;
}
#reserve .sec01 .wrap{
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}
#reserve .sec01 .wrap h3{
  position: relative;
  z-index:10;
  padding-bottom:50px;
  border-bottom:1px solid #D3A100;
  margin-bottom: 50px;
}
#reserve .sec01 .wrap h3 img{
  width:332px;
}

#reserve .sec01 .wrap .simcal-current h3{
  width:100%;
  position: relative;
  z-index:10;
  padding-bottom:0;
}
#reserve .sec01 .wrap .simcal-current h3 span{
  font-size: 30px;
  display: block;
}


#reserve .sec01 .wrap .simcal-current h3 span.simcal-current-year{
  font-size: 16px;
  padding-bottom:5px;
}


#reserve .sec01 .wrap .simcal-current h3 span.simcal-current-month{
  padding-bottom: 10px;
}

.simcal-week-day{
  line-height: 40px;
  background: rgba(0,0,0,0.04);
}

.simcal-week-day-6{
}

.simcal-week-day-0{
}

.simcal-day-number{
  line-height:1.9 !important;
}

.simcal-align-right{
  display: none;
}


#reserve .sec01 .wrap table{
  width: 800px;
  padding-bottom:50px;
  text-align: center;
}
#reserve .sec01 .wrap table th.none{
  background: transparent;
}
#reserve .sec01 .wrap table th{
  background:rgba(0,0,0,0.05);
  padding:10px 15px;
  font-size:14px;
  letter-spacing: 0.1em;
  font-weight: normal;
}
#reserve .sec01 .wrap table th.sun{
  background: rgba(224,11,11,0.5);
}
#reserve .sec01 .wrap table th.sat{
  background: rgba(11,147,224,0.5);
}

#reserve .sec01 .wrap table th strong{
  font-size:10px;
  letter-spacing: 0em;
  display: block;
  font-weight: normal;
  padding-top: 5px;
}


#reserve .sec01 .wrap table th dl dt{
  font-size:14px;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}
#reserve .sec01 .wrap table th dl dd{
  font-size:16px;
}
#reserve .sec01 .wrap table td{
  font-size:14px;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  padding:10px 15px;
  background:rgba(0,0,0,0.01);
}
#reserve .sec01 .wrap p{
  font-size: 14px;
  line-height:24px;
}


#reserve .sec01 .cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

#reserve .sec01 .googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

#reserve .sec01 .googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
#reserve .sec01 .wrap ul{
  padding-top: 20px;
  padding-bottom: 20px;
}

#reserve .sec01 .wrap ul li{
  float: left;
  line-height: 15px;
  vertical-align: middle;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
#reserve .sec01 .wrap ul li span{
  display: inline-block;
  margin-left:3px;
}
#reserve .sec01 .wrap ul li:nth-child(1) span{
  width: 50px;
  height: 12px;
  border-radius: 2px;
  background: #CF9911;
}

#reserve .sec01 .wrap ul li:nth-child(2) span{
  width: 50px;
  height: 12px;
  border-radius: 2px;
  background: #A7B828;
}

#reserve .sec01 .wrap ul li:nth-child(3) span{
  width: 50px;
  height: 12px;
  border-radius: 2px;
  background: #668CB3;
}

#reserve .sec01 .wrap p{
  font-size: 16px;
}

#reserve .sec02{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#reserve .sec02 .wrap{
  width: 940px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}
#reserve .sec02 .wrap h4{
  width:100%;
  position: relative;
  z-index:10;
  padding-bottom:50px;
  border-bottom:1px solid #D3A100;
  margin-bottom: 50px;
}

#reserve .sec02 .wrap h4 img{
  width:685px;
  position: relative;
  z-index:10;
}


#reserve .sec02 .wrap #reserve_select dl{
  padding-bottom: 40px;
}

#reserve .sec02 .wrap #reserve_select dl dt{
  font-size: 18px;
  line-height:36px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}



#reserve .sec02 .wrap #reserve_select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/reserve_dropicon.png) no-repeat center right 15px;
    background-size: 13px; 
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px; 
    padding: 15px;
    width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#reserve .sec02 .wrap #reserve_select dd span{
  display: block;
  font-size: 14px;
  line-height:24px;
  padding-top:10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}




#reserve .sec02 .wrap ul li{
  width:940px;
  position: relative;
  padding-bottom:40px;
}


#reserve .sec02 .wrap ul li h3{
  font-size: 24px;
  line-height:36px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}

#reserve .sec02 .wrap ul li dl dt{
  font-size: 18px;
  line-height:36px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}/*
#reserve .sec02 .wrap ul li dl dd div.clearfix{
  width: 100%;
  padding-bottom: 30px;
}
*/
#reserve .sec02 .wrap ul li dl dd,
#reserve .sec02 .wrap ul li dl dd div.three,
#reserve .sec02 .wrap ul li dl dd div.two p{
  font-size: 18px; 
  padding:0 0 15px;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

    

#reserve .sec02 .wrap ul li dl dd div.three{
  width: 30%;
  float: left;
  padding-right:2%;
}

#reserve .sec02 .wrap ul li dl dd h5{
  font-size: 16px;
  padding-bottom: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#reserve .sec02 .wrap ul li dl dd h6{
  font-size: 14px;
  padding-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#reserve .sec02 .wrap ul li dl dd div span{
  text-align: right;
  padding-right: 15px;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}


#reserve .sec02 .wrap ul li dl dd div:last-child{
  padding-right: 0;
}


#reserve .sec02 .wrap ul li dl dd input[type="text"],
#reserve .sec02 .wrap ul li dl dd input[type="email"]{
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px; 
    padding: 15px;
    outline: none;
    background: none;
    width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#reserve .sec02 .wrap ul li dl dd input[type="radio"]{
  display: inline-block;
}

#reserve .sec02 .wrap ul li dl dd span.mwform-radio-field,
#reserve .sec02 .wrap ul li dl dd span.mwform-radio-field-text{
  display: inline-block;
    font-size: 18px; 
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}


#reserve .sec02 .wrap ul li dl dd select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/reserve_dropicon.png) no-repeat center right 15px;
    background-size: 13px; 
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    box-sizing: border-box;
    outline: none;
    font-size: 18px; 
    padding: 15px;
    width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}



#reserve .sec02 .wrap ul li dl dd textarea{
    border: 1px solid #c8c8c8;
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 18px; 
    padding: 15px;
    width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}


#reserve .sec02 .wrap ul li dl dd span.mwform-tel-field span{
    font-size: 18px; 
  letter-spacing: 0.1em;
    
}
#reserve .sec02 .wrap ul li dl dd span.mwform-tel-field input,
#reserve .sec02 .wrap ul li dl dd span.mwform-zip-field input{
  width:20%;
}

#reserve .sec02 .wrap ul li dl dd span{
  display: block;
  font-size: 14px;
  line-height:24px;
  padding-top:10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}

#reserve .sec02 .wrap ul li dl dd div.two div{
  width: 32%;
  display: inline-block;
  padding-right:2%;
  padding-bottom: 30px;
  vertical-align: top;
}


#reserve .sec02 .wrap input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    width: 400px;
    font-size: 20px;
    text-align:center; 
    border: 1px #D93414 solid;
    letter-spacing: 0.1em;
    line-height: 56px;
    transition: all 0.1s ease;
    background:#FFF url(../images/com_link_icon_rd.svg) no-repeat top right;
    background-size: 56px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
}
#reserve .sec02 .wrap input[type="submit"]:hover{
  background:#D93414 url(../images/com_link_icon_wh.svg) no-repeat top right;
  color: #FFF;
}




/*■■■■■■■■　TOPICS一覧　■■■■■■■■*/

#topics{
  overflow-x:hidden; 
}

#topics .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#topics .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#topics .title h2{
  width:204px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#topics #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/topics_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}


#topics .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#topics .sec01 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}


#topics .sec01 .wrap .inner{
  width:1020px;
  margin: 0 auto;
}
#topics .sec01 .wrap .inner h3{
  text-align: center;
  padding-bottom: 25px;
  border-bottom:1px solid #D3A100;
  margin-bottom: 40px;
}
#topics .sec01 .wrap .inner h3 img{
  width: 141px;
  text-align: center;
}

#topics .sec01 .wrap .inner ul.nav{
  padding-bottom: 50px;
}


#topics .sec01 .wrap .inner ul.nav li{
  display: inline-block;
  padding-right: 50px;
}

#topics .sec01 .wrap .inner ul.nav li a{
 font-size: 24px;
}
#topics .sec01 .wrap .inner ul.nav li a.on{
 border-bottom:1px solid #D3A100;
 padding-bottom: 4px;
}

  
#topics .sec01 .wrap .inner ul.list{
   border-top:1px solid #D3A100;
  padding-top:40px;
}

#topics .sec01 .wrap .inner ul.list li{
  padding-bottom:40px;
  border-bottom:1px solid #D3A100;
  margin-bottom:40px;
}

#topics .sec01 .wrap .inner ul.list li .left{
  width:470px;
  float: left;
  padding-left:60px; 
}

#topics .sec01 .wrap .inner ul.list li .left h6{
  font-size: 18px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
#topics .sec01 .wrap .inner ul.list li .left dl dt{
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 20px;
}
#topics .sec01 .wrap .inner ul.list li .left dl dd{
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}
#topics .sec01 .wrap .inner ul.list li .left a.btn{
  width: 240px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 40px;
  text-align:center; 
  display: block;
  background:#D3A100;
  transition: all 0.1s ease;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  padding-bottom: 3px;
  margin: 0 auto;
}

#topics .sec01 .wrap .inner ul.list li .right{
  width:250px;
  float: right;
  padding-right:60px; 
}

#topics .sec01 .wrap .inner ul.list li .right .thumb{
  width:250px;
  height: 250px;
  background: #BDBDBD;
}

/*■■■■■■■■　TOPICS詳細　■■■■■■■■*/


#topics_post .title{
  width: calc(100% - 220px);
  margin-left: 200px;
}

#topics_post .title .wrap{
  width: 1020px;
  margin: 0 auto;
}

#topics_post .title h2{
  width:204px;
  padding-top: 75px;
  padding-bottom: 35px;
}
#topics_post #mv{
  width: 100%;
  height: 500px;
  position: relative;
  background: url(../images/topics_mv.jpg) no-repeat center;
  background-size: cover;
  margin-bottom: 70px;
}


#topics_post .sec01{
  width: calc(100% - 220px);
  margin-left: 200px;
  padding-bottom: 220px;
  position: relative;
}
#topics_post .sec01 .wrap{
  width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index:10;
}


#topics_post .sec01 .wrap .inner{
  width:1020px;
  margin: 0 auto;
}


#topics_post .sec01 .wrap .inner .post{
  padding-bottom: 50px;
  border-bottom: 1px solid #d3a100;
  margin-bottom: 30px;
}


#topics_post .sec01 .wrap .inner .post h6{
  font-size: 18px;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}
#topics_post .sec01 .wrap .inner .post dl dt{
  font-size: 36px;
  line-height: 46px;
  padding-bottom: 50px;
}
#topics_post .sec01 .wrap .inner .post dl dd h1,
#topics_post .sec01 .wrap .inner .post dl dd h2,
#topics_post .sec01 .wrap .inner .post dl dd h3,
#topics_post .sec01 .wrap .inner .post dl dd h4,
#topics_post .sec01 .wrap .inner .post dl dd h5,
#topics_post .sec01 .wrap .inner .post dl dd h6{
  font-size: 24px;
  line-height: 36px;
  padding-bottom:  35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#topics_post .sec01 .wrap .inner .post dl dd p img{
  padding-bottom:  35px;
}

#topics_post .sec01 .wrap .inner .post dl dd img{
  width: auto;
  height: auto;
} 

figure.size-thumbnail{
  width: 250px;
}
figure.size-medium{
  width: 500px;
}
figure.size-large{
  width:100%;
}

figure.size-thumbnail img,
figure.size-medium img,
figure.size-large img{
  width: 100%;
  height: auto;
}

#topics_post .sec01 .wrap .inner .post dl dd div,
#topics_post .sec01 .wrap .inner .post dl dd p{
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.15em;
  padding-bottom:  35px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
#topics_post .sec01 .wrap .inner .post dl dd p a{
	color:#d3a100;
	text-decoration: underline;
	font-size: 16px;
	line-height: 30px;
}


#topics_post .sec01 .wrap .inner a.btn{
  background: url(../images/topics_icon.svg) no-repeat left center;
  background-size: 6px;
  font-size: 18px;
  line-height: 32px;
  padding-left: 25px;
  transition: all 0.2s ease;
}
#topics_post .sec01 .wrap .inner a.btn:hover{
  padding-left: 20px;
}
