@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

img {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

@media print {
  body {
    display: none;
  }
}
/*-------------------------------

html

-------------------------------*/
html,
body {
  background: #fff;
  font: 13px/1em "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  line-height: 2;
  word-wrap: break-word;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font: 16px/1em "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    letter-spacing: 1px;
    line-height: 2;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
}
#wrapper::before {
  content: "";
  width: 100%;
  height: 100vh;
  background: url(../img/common/bg_sp.webp) no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (min-width: 1024px) {
  #wrapper::before {
    background: url(../img/common/bg_pc.webp) no-repeat center;
    background-size: cover;
  }
}

/*-------------------------------

#common

-------------------------------*/
section {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .section {
    width: 900px;
    margin: 0 auto;
  }
}

.sec-ttl {
  font-family: "Oooh Baby", cursive;
  color: #766439;
  font-size: 3em;
  position: absolute;
  top: -40px;
  left: 10px;
  transform: rotate(-7deg);
  font-weight: lighter;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1024px) {
  .sec-ttl {
    font-size: 3.5em;
    top: -60px;
  }
}

.section-inner {
  background: rgba(235, 255, 242, 0.7019607843);
  width: 92%;
  margin: 0 auto 17%;
  padding: 10% 5%;
}
@media screen and (min-width: 1024px) {
  .section-inner {
    width: 95%;
    margin: 0 auto 150px;
    padding: 60px;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: all 2s ease;
}

.fadein.fadein-anime {
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 7px;
  right: 9px;
  width: 50px;
  height: 50px;
  background: #fff;
  border: solid 1px #96d8b4;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#drawer-btn::after {
  content: "";
  width: 24px;
  height: 32px;
  background: url(../img/common/leaf0.webp) no-repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  left: auto;
  bottom: -10px;
  right: -7px;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  align-items: center;
}

.drawer-line {
  width: 37px;
  height: 1px;
  background: #766439;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.drawer-line.open:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(30deg);
  transform: translateY(5px) rotate(30deg);
}
.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}
.drawer-line.open:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-30deg);
  transform: translateY(-5px) rotate(-30deg);
}

/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}
.nav-btn.selected, .nav-btn:not(.coming):hover {
  color: #ff0000;
}
.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  font-size: 100%;
  padding: 0 0 0;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: rgba(240, 255, 246, 0.7098039216);
  padding: 50px 0 0 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 2.5em;
  letter-spacing: 2px;
  font-family: "Oooh Baby", cursive;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}
.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #766439;
  display: block;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  position: relative;
  z-index: 1;
  margin: 25% auto 0;
}
@media screen and (min-width: 1024px) {
  #footer {
    margin: 200px auto 0;
  }
}

.share-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  max-width: 470px;
}
.share-wrap .sec-ttl {
  top: -55px;
}
@media screen and (min-width: 1024px) {
  .share-wrap .sec-ttl {
    top: -75px;
    left: 40px;
  }
}

.cc {
  color: #126953;
  font-size: 10px;
  text-align: center;
  margin: 3% auto 0;
}
@media screen and (min-width: 1024px) {
  .cc {
    margin: 20px auto 0;
  }
}

.pp-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.pp {
  font-size: 10px;
  position: relative;
  color: #126953;
  text-decoration: underline;
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
  padding: 0 0 0 0;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  background: #ecfff3;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#preloader-inner {
  width: 500px;
  height: 300px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 150px);
  left: calc(50% - 250px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 16px/1em "Oooh Baby", cursive;
  color: #126953;
  text-align: center;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 184, 137, 0.3294117647);
  box-shadow: 0 0 0 0 rgba(0, 184, 137, 0.3294117647);
  animation: l1 1s infinite;
}

@keyframes l1 {
  100% {
    box-shadow: 0 0 0 30px rgba(0, 0, 0, 0);
  }
}
/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 40px;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  #social-container {
    margin: 20px 20px 50px;
  }
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 0 0;
}
.sns-btn:nth-last-child(1) {
  padding: 0;
}

.share-link-btn {
  transition: all 0.1s ease;
}
.share-link-btn:active {
  transform: scale(0.95);
}

.share-link-btn-icon {
  background: rgba(235, 255, 242, 0.7019607843);
  color: #126953;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  border: solid 1px #126953;
  font-size: 1.5em;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}
/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}