@charset "utf-8";
/*---------------------------------

common

---------------------------------*/
html {
  font-size: 62.5%;
    height: 100%;
}
body {
  font-size: 1.6em;
  background-color: #d4edc0;
  letter-spacing: .1em;
  line-height: 1.6em;
  color: #525252;
  margin: 0;
  font-family:"Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt"1;
    height: 100%;
}
b, strong, .fwbold {
  font-family:"Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro","Hiragino Sans", "arial", "Meiryo", "MS PGothic", sans-serif !important;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a:link {
  color: #fff;
  font-weight: 500;
}
a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover > img {
  transition: all 0.5s;
  opacity: 0.7;
}
a:visited {
  color: #fff;
  font-weight: 500;
}
/*＿＿＿＿clearfix
＿＿＿＿＿＿＿＿＿＿*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
/*＿＿＿＿font
＿＿＿＿＿＿＿＿＿＿*/
.fwbold {
  font-weight: bold;
}
.fwnormal {
  font-weight: normal;
}
.fs10 {
  font-size: 1.3rem;
}
.fs16 {
  font-size: 1.6rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs20 {
  font-size: 2.2rem;
}
/*＿＿＿＿margin
＿＿＿＿＿＿＿＿＿＿*/
.mb05 {
  margin-bottom: 0.5em;
}
.mb10 {
  margin-bottom: 1em;
}
.mb15 {
  margin-bottom: 1.5em;
}
.mb20 {
  margin-bottom: 2em;
}
.mb30 {
  margin-bottom: 3em;
}
.mb40 {
  margin-bottom: 4em;
}
/*＿＿＿＿align
＿＿＿＿＿＿＿＿＿＿*/
.inlineC {
  text-align: center;
}
/*＿＿＿＿justify
＿＿＿＿＿＿＿＿＿＿*/
.justify {
  text-align: justify;
}
/*＿＿＿＿br
＿＿＿＿＿＿＿＿＿＿*/
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}
.itemwrap {
  width: 90%;
  padding: 20px 0;
  margin: 0 auto;
}
/*---------------------------------

main

---------------------------------*/
main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}


.marker {
  background: linear-gradient(transparent 70%, #ffcbc8 70%);
  line-height: 1.8;
}

.fukidashi {
  position: relative;
  display: block;
  border-bottom: solid 4px #462e31;
  padding: 0 0 10px 0;
  max-width: 100%;
  text-align: center;
      font-size: 28px;
  margin-bottom: 40px;
	line-height: 1.4;
	letter-spacing: .3rem;
    color: #462e31;
}
.fukidashi:before, .fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.fukidashi:before {
  border: solid 14px transparent;
  border-top: solid 14px #462e31;
}
.fukidashi:after {
  border: solid 14px transparent;
  border-top: solid 14px #d4edc0;
  margin-top: -5px;
}


.movieArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movieArea{
width: 100%;
padding: 2rem 0 10rem;
    color: #462e31;
}

/*動画*/

.pvwrap {
background: #fff578;
padding: 2.5rem;
border-radius: 20px;
}

.pv {
 width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 auto 1rem;

}



/*---------------------------------

PC LAYOUT

---------------------------------*/
@media(min-width:769px) {
  body {
    font-size: 1.8rem;
  }
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .itemwrap {
    width: 800px;
    margin: 0 auto;
  }
  /*---------------------------------

main

---------------------------------*/
  main {
    display: block;
    margin: 0 auto;
  }
    .fukidashi {
  font-size: 36px;
}
 .pvwrap {
padding: 5rem;
}
}
/*---------------------------------

footer

---------------------------------*/

body > footer {
  position: sticky;
  top: 100vh;
}

footer {
  width: auto;
  padding: 3rem;
  text-align: center;
  background-color: #ffabda;
line-height: 1.5rem;
}
footer small {
  color: #fff;
  font-size: 12px;
}