@charset "UTF-8";
#center {
  width: 100%;
  height: auto;
  padding: 40px 0px 20px;
  background-color: #FFFCEE;
  border-radius: 15px;
}
#center .space {
  position: relative;
  margin: 0 auto;
  width: 90%;
  height: auto;
  background-image: linear-gradient(180deg, #DDC7B0 1px, transparent 1px);
  background-size: 100% 2.2em;
  /*line:{height: 1em;}*/
  padding: 0px 1px 0px 0px;
  /*チェックボックス等は非表示に*/
  /*アイコンのスペース*/
  /*ハンバーガーアイコンをCSSだけで表現*/
  /*閉じる用の薄黒カバー*/
  /*中身*/
  /*チェックが入ったらもろもろ表示*/
  /*======================================*/
}
#center .space .catch {
  margin: 3% auto;
  width: 90%;
  height: auto;
  font-size: 16vw;
  font-weight: 400;
  font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FF0000;
  line-height: 120%;
  text-shadow: 1px 5px 6px #808080;
}
#center .space .lead {
  margin: 0px auto;
  width: 90%;
  font-size: 3.9vw;
  font-weight: 600;
  font-family: 'Noto Serif JP','Sawarabi Mincho',"游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FF0000;
  line-height: 220%;
}
#center .space .top_obje {
  margin: 6% auto;
  width: 90%;
}
#center .space .top_obje .size {
  width: 100%;
  height: auto;
}
#center .space #nav-drawer {
  position: absolute;
  top: -25px;
  right: 0px;
}
#center .space .nav-unshown {
  display: none;
}
#center .space #nav-open {
  padding: 10px 0px 0px 10px;
  display: inline-block;
  width: 36px;
  height: 30px;
  background: #F3E4BD;
  border-left: 3px dotted rgba(0, 0, 0, 0.1);
  border-right: 3px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
#center .space #nav-open span, #center .space #nav-open span:before, #center .space #nav-open span:after {
  position: absolute;
  height: 3px;
  /*線の太さ*/
  width: 25px;
  /*長さ*/
  border-radius: 3px;
  background: #7F6808;
  display: block;
  content: '';
  cursor: pointer;
}
#center .space #nav-open span:before {
  bottom: -8px;
}
#center .space #nav-open span:after {
  bottom: -16px;
}
#center .space #nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}
#center .space #nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*左側に隙間を作る（閉じるカバーを表示）*/
  max-width: 290px;
  /*最大幅（調整してください）*/
  height: 100%;
  background: #8E6E56;
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  /*右に隠しておく*/
}
#center .space #nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: 0.5;
}
#center .space #nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
}
#center .space .close {
  margin: 0px 0px 0px 0px;
  padding: 0px 14px 0px 0px;
  box-sizing: border-box;
  background-color: #8E6E56;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  line-height: 40px;
  text-align: right;
}
#center .space #index {
  /*======================================*/
  /*======================================*/
  /*======================================*/
  /*======================================*/
  /*======================================*/
}
#center .space #index .menu_1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 14px 0px 0px;
  height: 50px;
  color: #42210B;
  line-height: 50px;
  background-color: #F4B7C7;
  text-align: right;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kosugi Maru','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
#center .space #index .menu_1:hover {
  color: #FFFFFF;
  background-color: #EEA0B5;
  border-left: solid 20px #D8677F;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#center .space #index .menu_2 {
  margin: 0px 0px 0px 0px;
  padding: 0px 14px 0px 0px;
  height: 50px;
  color: #42210B;
  line-height: 50px;
  background-color: #CEEAFA;
  text-align: right;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kosugi Maru','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
#center .space #index .menu_2:hover {
  color: #FFFFFF;
  background-color: #A5CEE6;
  border-left: solid 20px #51A2DB;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#center .space #index .menu_3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 14px 0px 0px;
  height: 50px;
  color: #42210B;
  line-height: 50px;
  background-color: #F5DF87;
  text-align: right;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kosugi Maru','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
#center .space #index .menu_3:hover {
  color: #FFFFFF;
  background-color: #E7CA56;
  border-left: solid 20px #C8A90B;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#center .space #index .menu_4 {
  margin: 0px 0px 0px 0px;
  padding: 0px 14px 0px 0px;
  height: 50px;
  color: #42210B;
  line-height: 50px;
  background-color: #B7DD6D;
  text-align: right;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kosugi Maru','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
#center .space #index .menu_4:hover {
  color: #FFFFFF;
  background-color: #9FD040;
  border-left: solid 20px #86AB17;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#center .space .copy {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Kosugi Maru','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
  line-height: 22px;
  color: #998675;
}
#center .space .picture {
  margin: 0%;
  width: 224px;
  height: 270px;
  background-color: #C7B299;
}
#center .space #jcont_1 {
  margin: 0% auto 12%;
  width: 224px;
  height: auto;
}
#center .space #jcont_2 {
  margin: 0% auto 12%;
  width: 224px;
  height: auto;
}
#center .space #jcont_3 {
  margin: 0% auto 12%;
  width: 224px;
  height: auto;
}
#center .space #jcont_4 {
  margin: 0% auto 12%;
  width: 224px;
  height: auto;
}
#center .space #question {
  margin: 20% auto 5%;
}
#center .space #question .memo {
  position: relative;
  margin: 0px auto;
  background: #F8F0D7;
  border-left: 4px dotted rgba(0, 0, 0, 0.1);
  border-right: 4px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: 220px;
  height: 56px;
}
#center .space #question .masking-tape {
  position: absolute;
  top: -22px;
  left: 40px;
  width: 80px;
  height: 20px;
  background-image: linear-gradient(-45deg, rgba(227, 155, 140, 0.4) 25%, transparent 25%, transparent 50%, rgba(227, 155, 140, 0.4) 50%, rgba(227, 155, 140, 0.4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-3deg);
}
#center .space #question .memo p {
  color: #65513f;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Kosugi Maru','Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}
#center .space #question .memo p:hover {
  color: #FF8000;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
