@charset "utf-8";

body{
    margin: 0px;
    padding: 0px;
    line-height: 1.8;
    font-family: 'Jost',
    'Zen Kaku Gothic New',
    sans-serif;
    color: #231815;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    width: 100%;
	display: block;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,
dt,dd,figure,blockquote {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}

a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a {
    color: inherit;
    text-decoration: none;
	transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;

}
.il_bl {
    display: inline-block;
}
.none {
    display: none;
}


.header {
    width: 100%;
    padding-top: 24px;
    padding-right: 0;
    padding-left: 0;
    background-color: #FFFFFF;
}

.header__inner {
    width: min(100% - 6.15%, 1200px);
    margin-inline: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.instagram {
    width: 32px;
    position: absolute;
    right: 0px;
    top: 0px;
}


.header__logo {
	line-height: 1;
}

.header__logo a {
    width: 136px;
    display: block;
}
.header__nav {
    margin-top: 8px;
}

.header__list {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header__item a {
    display: block;
    padding: 14px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    transition: opacity 0.3s;
    font-weight: 300;
}

.header__item a:hover {
	opacity: 0.6;
}
.header__hamburger {
    display: none;
}

.header-fixed{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background:#fff;
  z-index:999;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
	transform:translateY(-100%);
  transition:.4s;
  opacity:0;
}
.header-fixed.is-show{
  transform:translateY(0);

  opacity:1;
}

.header-fixed__inner{
  width:min(100% - 6.15%,1200px);
  margin-inline:auto;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.header-fixed__logo{
  width:100px;
}
.header-fixed__logo img{
  display:block;
}
.header-fixed__nav ul{
  display:flex;
  gap:40px;
}

.header-fixed__nav a{
    font-size: 1rem;
    font-weight: 300;
}
.header-fixed__insta{
  width:24px;
}

.link-btn a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 56px 0 24px;
    border: 1.2px solid #c02a2c;
    background: #fff;
    color: #c02a2c;
    text-decoration: none;
    letter-spacing: 0.08em;
    transition: 0.3s;
    width: 208px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
}
.link-btn a::after{
  content:"";
  position:absolute;
  top:50%;
  right:24px;
  width:8px;
  height:8px;
  border-top:1.5px solid currentColor;
  border-right:1.5px solid currentColor;
  transform:
    translateY(-50%)
    rotate(45deg);
  transition:0.3s;
}
.link-btn a:hover{
  background:#231815;

  border-color:#231815;

  color:#fff;
}


.section-title {
    font-size: 2.9rem;
    font-weight: 200;
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    letter-spacing: 0.1em;
}


.section-title::first-letter{
  color:#c02a2c;
}
.section-title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
	background-image: url("../images/section-title_after.svg");
	background-repeat: no-repeat;
	background-size: 96px auto;
	background-position: center bottom;
	width:96px;
	height: 96px;
}
.section-title.is-center{
  display:block;
  text-align:center;
}
.section-title.is-center::after{
  left:50%;
	transform: translateX(-50%);
  bottom:0;
}
.section-head {
    position: relative;
    margin-bottom: 5.38%;
}
.section-title.deco-none {
    padding-bottom: 0px;
    display: block;
}
.section-title.deco-none::after {
	background-image: none;
}

.section-head .link-btn{
  position:absolute;
  top:50%;
  left:calc(50% + 140px);
  transform:translateY(-50%);
	display:inline-block;
  text-decoration:none;
  padding-right:24px;
  border-bottom:1px solid #c02a2c;
  transition:0.3s;
}
.section-head .link-btn::after{
  content:"";
  position:absolute;
  top:50%;
  right:4px;
  width:8px;
  height:8px;
  border-top:1px solid #c02a2c;
  border-right:1px solid #c02a2c;
  transform:
    translateY(-50%)
    rotate(45deg);
  transition:0.3s;
}

footer{
	padding-top: 5.38%;
	padding-bottom: 4.61%;
	background-image: url("../images/footer.png");
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #fff;
}
#footer_in{
	    width: min(100% - 19.23%, 1200px);
    margin-inline: auto;
}
#foot_logo{
		margin-right: auto;
		margin-left: auto;
	    width: 120px;
		margin-bottom: 3.84%;
}
#foot_logo img{
	width: 100%;
}
footer ul{
	    display: flex;
    	align-items: center;
    	gap: 40px;
	    justify-content: center;
		margin-bottom: 4.61%;
}
footer ul li{
}
footer ul li a{
	display: block;
    padding: 14px;
    font-size: 1rem;
    letter-spacing: 0.08em;
    transition: opacity 0.3s;
}
#copyright{
	text-align: center;
	font-size: .72em;
	line-height: 1em;
	font-weight: 200;
}


.pagetitle_wrap {
	background-image: url("../images/pagetitle.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.pagetitle_wrap hgroup {
    width: 100%;
    padding-top: 8.46%;
    padding-bottom: 8.46%;
	text-align: center;
}
.pagetitle_wrap hgroup h1 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: .04em;
    font-size: 80px;
    font-family: "Playfair", serif;
    color: #FFFFFF;
    font-weight: normal;
    }

.section_body{
    position: relative;
    background-color: #FFFFFF;
    padding-top: 32px;
    padding-right: 64px;
    padding-left: 72px;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 53.84%;
}


/* 内側ボーダー */
.section_body::before{
  content:"";
  position:absolute;
  top:-16px;
  left:16px;
  right:-16px;
  bottom:16px;
  border:1.2px solid #c02a2c;
}
.section-lead {
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 40px;
    margin-bottom: 28px;
    line-height: 1.7em;
}
.section-txt {
    margin-bottom: 24px;
}
.section-txt p {
    line-height: 1.8em;
}
.section-txt p + p{
  margin-top:24px;
}
.br_sp{
	display: none;
}
.lighter {
    font-weight: lighter;
}


