@charset "utf-8";
@import "reset.css";
@import "cmn-options.css";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Dela+Gothic+One&display=swap');

body * {
  box-sizing : border-box;
}

#bodywrap {
background-color:#fdb9ea;
background: url(../img/background.webp) 50% 0 no-repeat;
background-attachment:fixed;
background-size: cover;
}

#wrapper_head {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

  
  
#wrapper {
  width: 100%;
  max-width: 800px;
  height: auto;
  background-color:#e0f6ff;
  margin: 0 auto;
  /*
  filter: drop-shadow(0px 10px 10px #333);
  */
}

/* フォント */
.kiwi{font-family: 'Kiwi Maru', serif;}
.dela-gothic{
  font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
  font-style: normal;
}


a:hover{opacity: 0.5;}

.txt {
  font-size: 1.5em;
  line-height: 1.5;
}




/* ヘッダー */
#header{
  position:relative;
  background: url(../img/mv_back.webp) 0 0 no-repeat;
  background-size: 100% auto;
  background-color:#fff;
  width: 100%;
  padding-top:137%;
  overflow: hidden;
  }


.movie {
  position: relative;
  width: 100%;
  min-height: 667px;
  height: 100svh;
  overflow: hidden;
  padding-top: 56.25%;
  background-color: #efd4dd;
}

/*
.movie::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  min-height: 700px;
  background-color: rgba(0,0,0,0.1);
  background-image: radial-gradient(#333 30%, transparent 31%), radial-gradient(#333 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}
*/

.movie video{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.font4 {
  font-size: 1.2em;
}

.font5 {
  font-size: 1.6em;
}

.pc_only{display: block;}
.sp_only{display: none;}


@media screen and (max-width:767px) {
.font4 {
  font-size: 1.4em;
}

.font5 {
  font-size: 1.8em;
}

.pc_only{display: none;}
.sp_only{display: block;}

}



section h2{
text-align: center;
background: url(../img/midashi_back.png) 0 0 no-repeat;
background-size: 100% auto;
position: relative;
padding: 4% 0;
font-size: 4em;
background-color:#fff;
margin: 4% 0%;
}

.shadow{text-shadow: 0px 0px 8px #999;}


.midashi {
  font-size: 2.2em;
}

.midashi2 {
  font-size: 3.3em;
}


.wht{color: #fff;}

.bggrd {
  background: linear-gradient(#f3d9de, #fff);
}

/* TOPボタン */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}
.pagetop a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}

.dspflex{display: flex;flex-wrap: wrap;justify-content: space-between;padding:0 8%;gap:20px 0;}
.clm_rv{flex-direction:row-reverse;}

.naname{transform: skewX(-12deg);display: inline-block;}


/* フッター
*******************************/
#footer {
  border-top: solid 1px #000;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
}

#footer p {
  width: 100%;
  margin: 0 auto;
}

ul.example li {
background:#fff;
text-align: center;	
width: 30%;
margin-left:2.2%;
display: inline-block;
}

ul.example li a{
color: #333333;
display: block;
text-decoration:none;
padding:5% 4% 5% 4%;
}



.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.youtube-container iframe {
  position: absolute;
  top: 0%;
  bottom:0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


