@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

/*===================================================
	RESET
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.3s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
}
/*===================================================
	root
====================================================*/
:root {
  --main-gap: 56px;
  --sub-gap: 24px;
  --links-color: #816147;
}

/* FRAME 959 */
@media screen and (max-width: 959px){
:root {
  --main-gap: 32px;
  --sub-gap: 16px;
}
}

/*===================================================
	FRAME
====================================================*/
body {
    font-size: 16px;
}
.allContain {
    height: 100%;
    font-family: 'Roboto',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #4d4038;
    line-height: 1.6em;
    font-size: min(calc(45 / 1200* 100vw), 100%);
}
section{
    position: relative;
    padding: 0 60px;
    margin-bottom: 200px;
    z-index: 10;
}
.corner{
    position: absolute;
    pointer-events: none;

    width: 100px;
    height: 100px;
}
.corner1{
    top: 0;
    left: 0;
    border-top:1px solid ;
    border-left:1px solid ;
}
.corner2{
    top: 0;
    right: 0;
    border-top:1px solid ;
    border-right:1px solid ;
}
.corner3{
    bottom: 0;
    right: 0;
    border-bottom:1px solid ;
    border-right:1px solid ;
}
.corner4{
    bottom: 0;
    left: 0;
    border-bottom:1px solid ;
    border-left:1px solid ;
}
.contentBox{
    width: 100%;
    max-width: 1500px;
    display: flex;
    flex-direction: column;
    gap: var(--main-gap);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.contentInner{
    display: flex;
    flex-direction: column;
    gap: var(--sub-gap);
}
.inBox{
    background: #e1ded9;
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: var(--sub-gap);
}
.titBox{
    text-align: center;
}
figure{

}

/* FRAME 1200 - 961 */
@media screen and (min-width:961px) and ( max-width:1200px) {

}

/* FRAME 960 */
@media screen and (min-width: 960px){
.sp{display: none;}
}

/* FRAME 959 */
@media screen and (max-width: 959px){
.pc{display: none;}
section {
    padding: 16px;
    margin-bottom: 80px;
}
.contentBox {
    padding:0;
}
.inBox {
    padding: 20px;
}
.titBox{

}
}

/*===================================================
	TEXT
====================================================*/
h2{
    font-size: 700%;
    line-height: 1em;
    font-weight: 500;
    color: #4d4038;
    font-family: "Baskervville", serif;
}
h3{
    font-size: 160%;
    font-weight: 600;
    line-height: 1.2em;
}
h4{
    font-size: 200%;
}
.sideline{
    display: inline-block;
    border-left: 0.3em solid;
    padding-left: 0.3em;
}
.underline{
    display: block;
    padding-bottom: 0.3em;
    border-bottom: 1px solid;
}
.bandline{
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 8px 16px;
}
.lead{
    font-size: 130%;
    line-height: 1.4em;
}
.txt{
    font-size: 110%;
    line-height: 1.5em;
}
.cautionList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cautionList li {
    font-size: 80%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    position: relative;
}
.cautionList li span{
    position: absolute;
    left: 0;
    top: 1px;
}
.coming{
    font-family: "Baskervville", serif;
    font-size: 180%;
    text-align: center;
    font-weight: 600;
    padding: 40px 0;
    color: #4d4038;
}
/* FRAME 959 */
@media screen and (max-width: 959px){
h2 {
    font-size: 300%;
}

h3{
    font-size: 140%;
}
.coming{
    padding: 24px 0;
}
}

/*===================================================
	LINK
====================================================*/
a{
    color: var(--links-color);
}
.innerLink{
    text-decoration: underline;
}
.btn{
    text-align: center;
}
.btn .hide {
  background: #aeaeae !important;
  pointer-events: none;
  border: none !important;
}
.btn a{
    display: inline-block;
    max-width: 600px;
    background: var(--links-color);
    color: #FFF;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
}
.btn .ghostBtn{
    background: transparent;
    border: 2px solid var(--links-color);
    color: var(--links-color);
}
.btnList{
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.textLink{

}
.textLink a{
    font-weight: 600;
}
.textLink a i{
    margin: 0 0 0 5px;
}
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    transition:0.3s ease;
}
.anc{
    position: relative;
}
.anc > div{
    position: absolute;
    top:-100px;
}
/* btn 960 */
@media screen and (min-width: 960px){
a:hover{
    filter: brightness(1.3);
}
}

/* btn 959 */
@media screen and (max-width: 959px){
.btn a{
    padding: 16px 32px;
}
.btnList{
    display: block;
}
.btnList li {
    padding: 0;
    margin: 0 0 20px;
}
.btnList li:last-child{
    margin: 0;
}
.btnList li a{
    width: 100%;
}
}

/*===================================================
  footer
====================================================*/
footer{
    padding: 100px;
    background: #CDC7BC;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
footer .footerLogo{
    line-height: 0;
    max-width: 260px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
footer .footerLogo .subLogo{
    width: 60%;
}
footer .footerLogo .mainLogo{
    width: 80%;
}
footer .snsList{

}
footer .snsList li{
    margin: 0 20px 0 0;
}

footer .credit{
    display: inline-block;
    font-size: 80%;
    font-weight: 500;
}

footer .logohome{
    max-width: 200px;
    line-height: 0;
    margin-bottom: 8px;
}
footer .logohome a{
    display: block;
}

/* SP-max-959 */
@media screen and (max-width: 959px){
footer{
    padding: 40px;
    gap: 32px;
}
footer .footerLogo{
    line-height: 0;
    max-width: 200px;
}
}
