@charset "utf-8";

:root {
  --color-key: #000;
  --color-key-lt: #333;
  --color-key-bg: #F7F7F5;
  --color-accent: #47763B;
  --color-accent-bg: #FFF5F6;
  --body-bg: #91765a;
  --blue: #4F8ECC;
  --red: #E8441D;
  --brown: #C3641D;
  --orange: #E4B62D;
  --yellow: #F6CE34;
  --font-sans-serif: 'Zen Kaku Gothic New', sans-serif;
  --font-serif: 'Zen Old Mincho', serif;
  --font-en: 'EB Garamond', serif;
  --font-size-base: 2.4rem;
  --font-weight-base: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --z-index-header: 100;
  --z-index-modal: 200;
  --height-header: 7.29166vw;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  margin: 0;
}

img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  line-height: initial;
  outline: none;
  font-size: inherit;
  font-family: inherit;
  width: 100%;
}

form,
label {
  margin-bottom: 0;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

dd {
  margin-bottom: 1rem;
}

a,
button {
  color: var(--color-key);
  cursor: pointer;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.6;
}

th {
  font-weight: var(--font-weight-base);
  text-align: left;
}

th,
td {
  padding: .3em 0;
}

html {
  font-size: .52083vw;
  -webkit-text-size-adjust: 100%;
}

body {
  animation: fadeIn .8s ease-in 0s 1 normal;
  background-color: var(--body-bg);
  margin: 0;
  font-family: var(--font-sans-serif);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-base);
  line-height: 1.9;
  color: #e9e7e3;
  word-break: normal;
  overflow-wrap: break-word;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

/* --------------------------------
  header
-------------------------------- */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes drop {
  0% {
    bottom: 0px;
    opacity: 1;
  }
  
  80% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
    bottom: -250px;
  }
}

@keyframes wave {
  0% {
    background-position: 0 160px;
    background-size: 170px 300px;
  }
  
  100% {
    background-position: 500px -18px;
    background-size: 250px 150px;
  }
}

body {
  background-color: #91765a;
  color:#e9e7e3;
    -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight:bold;
}

a{
  color:#e9e7e3;
}

a:hover{
  color:#e9e7e3;
  text-decoration:underline;
}



.montserrat {
  font-family: "Montserrat", sans-serif;

}


h1{
    position: absolute;
  left:25px;
  top:25px;
width:170px;
}



@media screen and (max-width: 768px) {

h1{
    position: absolute;
  left:25px;
  top:25px;
width:auto;
}

h1 img{
width:160px;
}

}




ul.global-nav{
  position: absolute;
  right:25px;
  top:25px;
  font-size:18px;
  letter-spacing: 0.05em;
}

ul.global-nav li{
  margin:0 0 -3px 0;
  padding:0;
}


.container {
position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.box {
  width:80%;
}

@media screen and (max-width:768px) {
.box {
  width:300px;
}

.container {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

}


.main-txt{
    position: relative;
}
.main-txt p{
  width:60%;
  position: fixed;
left: 50%;
    bottom:30px;
transform: translateX(-50%);

     font-size:16px;
  letter-spacing: 0.05em;
  margin:0 auto 0 auto;
  text-align: center;
}




@media screen and (max-width:768px) {
.main-txt{
    position: relative;
}
.main-txt p{
  width:auto;
  position: fixed;
left:25px;
    bottom:30px;
transform:none;

     font-size:16px;
  letter-spacing: 0.05em;
  margin:0 25px 0 0;
  text-align: left;
}

}