@charset "UTF-8";

html {
	font-size: 14px;
	width: 100%;
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	overflow-x: hidden;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
}
i, u, b{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.pcDib { display: inline-block!important;}
.spDb { display: none!important;}
.spDib { display: none!important;}
@media screen and (max-width: 1023px){
	.pcDib { display: none!important;}
	.spDb { display: block!important;}
	.spDib { display: inline-block!important;}
}

body * {
	box-sizing: border-box;
}
body.preload * {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

/*************************/

html {}
body {}



header {
  position: fixed;
  top: -122px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 122px;
  background-image: url(../images/background.png);
  background-repeat: repeat;
  background-position: center top;
  background-attachment: fixed;
  background-color: white;
  text-align: center;
  transition: top 0.6s;
}
.hdftShow header {
  top: 0;
}
header::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
header i {
  display: inline-block;
  vertical-align: middle;
  width: 199px;
  height: 67px;
  background-image: url(../images/header/logo.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 60px 0 20px;
}
header i a {
  display: block;
  width: 100%;
  height: 100%;
}
header ul {
  display: inline-block;
  vertical-align: middle;
}
header ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  line-height: 1;
  margin: 0 17px;
}
header ul li a {
  display: block;
  color: black;
}
header ul li a::before {
  content: '';
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 40px;
  height: 40px;
  margin: -8px auto 4px;
}
header ul li.item a::before {background-image: url(../images/header/icon_item.png);}
header ul li.paper a::before { background-image: url(../images/header/icon_paper.png);}
header ul li.character a::before { background-image: url(../images/header/icon_character.png);}
header ul li.keishindo a::before { background-image: url(../images/header/icon_keishindo.png);}
header ul li.online {
  font-size: 0;
  line-height: 0;
  margin-left: 54px;
}
header ul li.online a {
  width: 180px;
  height: 48px;
}
header ul li.online a::before {
  background-image: url(../images/header/online.png);
  width: 100%;
  height: 100%;
  margin: -4px 0 0;
}
header ul li:not(.online) a:hover::before {
  animation: headerAicon 1s linear;
}
@keyframes headerAicon {
  0% { transform: rotate(0deg);}
  10% { transform: rotate(20deg);}
  30% { transform: rotate(-20deg);}
  40% { transform: rotate(6deg);}
  50% { transform: rotate(-6deg);}
  60% { transform: rotate(0deg);}
}
header b {
  display: none;
}



footer {
  background-color: #fff4e1;
  padding: 43px 0 15px;
  text-align: center;
}
footer i {
  display: block;
  height: 55px;
  background-image: url(../images/footer.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
footer p {
  font-size: 0.6rem;
  line-height: 1;
  margin-top: 35px;
}

footer a.pagetop {
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/pagetop.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  bottom: 30px;
  right: -90px;
  transition: right 0.6s;
}
.hdftShow footer a.pagetop {
  right: 30px;
}



body#index {
  background-image: url(../images/background.png);
  background-repeat: repeat;
  background-position: center top;
  background-attachment: fixed;
}
body#index main {
  display: block;
  padding-bottom: 190px;
  overflow: hidden;
}

body#index main section#topvis {
  height: 555px;
  background: linear-gradient(to right, #fef4d9 0%, #fefef4 100%);
  position: relative;
  overflow: hidden;
}
body#index main section#topvis h1 {
  background-image: url(../images/index/topvis/title.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  width: 280px;
  height: 330px;
  margin: 95px 0 0 130px;
  opacity: 0;
}
/* body#index main section#topvis h1::before {
  content: '';
  background-image: url(../images/index/topvis/sign.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 247px;
  right: -13px;
  z-index: 1;
  width: 104px;
  height: 104px;
  margin: -10px -10px 0 0;
  opacity: 0;
} */
body#index main section#topvis i {
  background-image: url(../images/index/topvis/item.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  right: 50%;
  z-index: 1;
  width: 890px;
  height: 600px;
  margin: 60px -140px 0 0;
  opacity: 0
}
body#index main section#topvis ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
body#index main section#topvis ul li {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -100px;
  left: 50%;
  z-index: 1;
  transition-timing-function: ease-out!important;
  animation-name: topvisPanim;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
}
@keyframes topvisPanim {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(720deg);}
}
body#index main section#topvis ul li:nth-child(1) { background-image: url(../images/index/topvis/parts01.png);}
body#index main section#topvis ul li:nth-child(2) { background-image: url(../images/index/topvis/parts02.png);}
body#index main section#topvis ul li:nth-child(3) { background-image: url(../images/index/topvis/parts03.png);}
body#index main section#topvis ul li:nth-child(4) { background-image: url(../images/index/topvis/parts04.png);}
body#index main section#topvis ul li:nth-child(5) { background-image: url(../images/index/topvis/parts05.png);}
body#index main section#topvis ul li:nth-child(6) { background-image: url(../images/index/topvis/parts06.png);}
body#index main section#topvis ul li:nth-child(7) { background-image: url(../images/index/topvis/parts07.png);}
body#index main section#topvis ul li:nth-child(8) { background-image: url(../images/index/topvis/parts08.png);}
body#index main section#topvis ul li:nth-child(9) { background-image: url(../images/index/topvis/parts09.png);}
body#index main section#topvis ul li:nth-child(10) { background-image: url(../images/index/topvis/parts10.png);}
body#index main section#topvis + a {
  background-image: url(../images/index/topvis/btn.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 82px;
  height: 82px;
  margin: -36px auto 0;
  z-index: 5;
  position: relative;
  transition: width 0.6s;
}
body#index.hdftShow main section#topvis + a {
  width: 0;
}

body#index main section#topvis.show h1 {
  margin: 95px 0 0 160px;
  opacity: 1;
  transition: margin 1.5s 0.3s, opacity 1.5s 0.3s;
  transition-timing-function: ease-out;
}
body#index main section#topvis.show h1::before {
  width: 84px;
  height: 84px;
  margin: 0;
  opacity: 1;
  transition: opacity 0.3s 2.0s, margin 0.3s 2.2s, width 0.3s 2.2s, height 0.3s 2.2s;
  transition-timing-function: cubic-bezier(1, 0.01, 0.5, 1);
}
body#index main section#topvis.show i {
  opacity: 1;
  transition: opacity 1.0s 1.5s;
}



body#index main section#item {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}
body#index main section#item h2 {
  padding-bottom: 25px;
}
body#index main section#item h2 i {
  display: block;
  height: 58px;
  background-image: url(../images/index/item/title07.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
body#index main section#item h2 p {
  font-size: 1.16rem;
  line-height: 1.9;
  font-weight: normal;
  margin-top: 32px;
  border-left: solid 5px #e70000;
  padding-left: 20px;
}
body#index main section#item article {
  position: relative;
  height: 350px;
  margin-bottom: 20px;
}
body#index main section#item article#medetai { padding-top: 105px;}
body#index main section#item article#douwa {padding-top: 0px;text-align: right;}
body#index main section#item article#koyomi { padding-top: 105px;}
body#index main section#item article#nihon {padding-top: 35px;text-align: right;}
body#index main section#item article#hanagoyomi {padding-top: 120px;}
body#index main section#item article#tsutaeru {padding-top: 15px;text-align: right;}
body#index main section#item article#agiwau {padding-top: 120px;}
body#index main section#item article::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 200px;
  height: 160px;
}
body#index main section#item article#medetai::after {
  background-image: url(../images/index/item/01icon.png);
  margin: 0 0 -85px -650px;
  animation: itemAicon1 3s infinite ease-in;
}
@keyframes itemAicon1 {
  0% { transform: rotate(-40deg);}
  50% { transform: rotate(-0deg);}
  100% { transform: rotate(-40deg);}
}
body#index main section#item article#douwa::after {
  background-image: url(../images/index/item/02icon.png);
  margin: 0 0 50px 450px;
  animation: itemAicon2 4s infinite ease-in-out;
}
@keyframes itemAicon2 {
  0% { bottom: 0; padding-left: 0px;}
  50% { bottom: 10px; padding-left: 40px;}
  0% { bottom: 0; padding-left: 0px;}
}
body#index main section#item article#koyomi::after {
  background-image: url(../images/index/item/03icon.png);
  margin: 0 0 -85px -655px;
  animation: itemAicon3 5.5s infinite linear;
}
@keyframes itemAicon3 {
  0% { transform: rotate(10deg);}
  50% { transform: rotate(-10deg);}
  100% { transform: rotate(10deg);}
}
body#index main section#item article#nihon::after {
  background-image: url(../images/index/item/04icon.png);
  margin: 0 0 35px 480px;
  animation: itemAicon4 2s infinite linear;
}
@keyframes itemAicon4 {
  0% { bottom: 0;}
  80% { bottom: 0;}
  87% { bottom: 15px;}
  100% { bottom: 0;}
}
body#index main section#item article#hanagoyomi::after {
  background-image: url(../images/index/item/05icon.png);
  margin: 0 0 -100px -660px;
  animation: itemAicon5 4s infinite linear;
}
@keyframes itemAicon5 {
  0% { transform: rotate(-10deg);}
  50% { transform: rotate(10deg);}
  100% { transform: rotate(-10deg);}
}
body#index main section#item article#tsutaeru::after {}
body#index main section#item article h3 {
  height: 60px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: margin 0.6s 0.4s, opacity 0.6s 0.4s;
}
body#index main section#item article#agiwau::after {
  background-image: url("../images/index/item/07icon.png");
  margin: 0 0 -10px 450px;
  animation: itemAicon5 4s infinite linear;
}
@keyframes itemAicon5 {
  0% { transform: rotate(-10deg);}
  50% { transform: rotate(10deg);}
  100% { transform: rotate(-10deg);}
}
body#index main section#item article#medetai h3 {
  background-image: url(../images/index/item/01title.png);
  background-position: top left;
}
body#index main section#item article#douwa h3 {
  background-image: url(../images/index/item/02title.png);
  background-position: top right;
  height: 70px;
}
body#index main section#item article#koyomi h3 {
  background-image: url(../images/index/item/03title.png);
  background-position: top left;
}
body#index main section#item article#nihon h3 {
  background-image: url(../images/index/item/04title.png);
  background-position: top right;
}
body#index main section#item article#hanagoyomi h3 {
  background-image: url(../images/index/item/05title.png);
  background-position: top left;
}
body#index main section#item article#tsutaeru h3 {
  background-image: url(../images/index/item/06title.png);
  background-position: top right;
}
body#index main section#item article#agiwau h3 {
  background-image: url("../images/index/item/07title.png");
  background-position: top left;
}
body#index main section#item article p {
  font-size: 1rem;
  line-height: 2.2;
  padding: 20px 0 15px;
  position: relative;
  transition: margin 0.6s 0.8s, opacity 0.6s 0.8s;
}
body#index main section#item article p::after {
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  width: 535px;
  height: 260px;
  transition: margin 0.6s 0.8s, opacity 0.6s 0.8s;
}
body#index main section#item article#medetai p::after {
  background-image: url(../images/index/item/01item.png);
  top: -165px;
  left: 0;
  margin: 0 0 0 445px;
}
/* 日本の童話 */
body#index main section#item article#douwa p::after {
  background-image: url(../images/index/item/02item.png);
  top: 15px;
  right: 0;
  margin: 0 460px 0 0;
}
body#index main section#item article#koyomi p::after {
  background-image: url(../images/index/item/03item.png);
  top: -160px;
  left: 0;
  margin: 0 0 0 450px;
}
body#index main section#item article#nihon p::after {
  background-image: url(../images/index/item/04item.png);
  top: -5px;
  right: 0;
  margin: 0 450px 0 0;
}
body#index main section#item article#hanagoyomi p::after {
  background-image: url(../images/index/item/05item.png);
  top: -185px;
  left: 0;
  margin: 0 0 0 475px;
}
body#index main section#item article#tsutaeru p::after {
  background-image: url(../images/index/item/06item.png);
  top: -5px;
  right: 0;
  margin: 0 470px 0 0;
}
body#index main section#item article#agiwau p::after {
  background-image: url("../images/index/item/07item.png");
  top: -185px;
  left: 0;
  margin: 0 0 0 475px;
}
body#index main section#item article a {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 42px;
  color: white;
  padding: 0 25px 0 20px;
  transition: margin 0.6s 1.2s, opacity 0.6s 1.2s;
}
body#index main section#item article#medetai a {background-color: #f77d75;}
body#index main section#item article#douwa a {background-color: #40b398;}
body#index main section#item article#koyomi a {background-color: #ff9b20;}
body#index main section#item article#nihon a {background-color: #8fb453;}
body#index main section#item article#hanagoyomi a {background-color: #b590ba;}
body#index main section#item article#tsutaeru a {background-color: #fabf00;}
body#index main section#item article#agiwau a {background-color: #EB6662;}
body#index main section#item article a::before {
  content: '＞';
  display: inline-block;
  width: 26px;
  padding-left: 0;
  box-sizing: border-box;
  text-align: left;
  transition: padding 0.4s;
}
body#index main section#item article a:hover::before {
  padding-left: 4px;
}
body#index main section#item article div.bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 120vw;
  height: 100%;
  margin-left: -60vw;
  transform-origin: center;
  transform: rotate(-7.5deg);
}
body#index main section#item article div.bg b {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  overflow: hidden;
/*  width: 0;/
/*  transition: width 0.6s;*/
  width: 120vw;
  transition: 0.6s;
}
body#index main section#item article#medetai div.bg b,
body#index main section#item article#koyomi div.bg b,
body#index main section#item article#hanagoyomi div.bg b,
body#index main section#item article#agiwau div.bg b{
  right: 0;
}
body#index main section#item article#douwa div.bg b,
body#index main section#item article#nihon div.bg b,
body#index main section#item article#tsutaeru div.bg b {
  left: 0;
}
body#index main section#item article div.bg b::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 120vw;
  height: 100%;
}
body#index main section#item article#medetai div.bg b::before,
body#index main section#item article#koyomi div.bg b::before,
body#index main section#item article#hanagoyomi div.bg b::before,
body#index main section#item article#agiwau div.bg b::before{
  right: 0;
}
body#index main section#item article#douwa div.bg b::before,
body#index main section#item article#nihon div.bg b::before,
body#index main section#item article#tsutaeru div.bg b::before {
  left: 0;
}
body#index main section#item article#medetai div.bg b::before { background: linear-gradient(to right, #feede6 0%, #fcd8ca 100%);}
body#index main section#item article#douwa div.bg b::before { background: linear-gradient(to right, #eaf5f2 0%, #c7f1e7 100%);}
body#index main section#item article#koyomi div.bg b::before { background: linear-gradient(to right, #ffdbb7 0%, #ffeede 100%);}
body#index main section#item article#nihon div.bg b::before { background: linear-gradient(to right, #d6e4c3 0%, #ecf3e3 100%);}
body#index main section#item article#hanagoyomi div.bg b::before { background: linear-gradient(to right, #efeaf1 0%, #decfe2 100%);}
body#index main section#item article#tsutaeru div.bg b::before { background: linear-gradient(to right, #fef5e3 0%, #ffecc1 100%);}
body#index main section#item article#agiwau div.bg b::before { background: linear-gradient(to right, #fbf5f5 0%, #FCEBEB 100%);}

body#index main section#item article h3,
body#index main section#item article p,
body#index main section#item article p::after,
body#index main section#item article a,
body#index main section#item article div.bg b {
  margin-top: 10px!important;
  opacity: 0;
}
body#index main section#item article.show h3,
body#index main section#item article.show p,
body#index main section#item article.show p::after,
body#index main section#item article.show a,
body#index main section#item article.show div.bg b {
  margin-top: 0!important;
  opacity: 1;
}


body#index main section#character {
  margin-top: 53px;
}
body#index main section#character h2 {}
body#index main section#character h2 i {
  display: block;
  height: 41px;
  background-image: url(../images/index/character/title.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
body#index main section#character > p {}
body#index main section#character dl {
  margin-top: 40px;
  text-align: center;
}
body#index main section#character dl dt {
  display: block;
  height: 55px;
  background-image: url(../images/index/character/comment.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 14px;
}
body#index main section#character dl dd {
  display: inline-block;
  vertical-align: bottom;
  width: 138px;
  height: 218px;
  margin: 0 -8.5px;
  padding-top: 90px;
  opacity: 0;
  transition: opacity 0.3s;
}
body#index main section#character dl dd:nth-of-type(1) { transition-delay: 0.0s;}
body#index main section#character dl dd:nth-of-type(2) { transition-delay: 0.1s;}
body#index main section#character dl dd:nth-of-type(3) { transition-delay: 0.2s;}
body#index main section#character dl dd:nth-of-type(4) { transition-delay: 0.3s;}
body#index main section#character dl dd:nth-of-type(5) { transition-delay: 0.4s;}
body#index main section#character dl dd:nth-of-type(6) { transition-delay: 0.5s;}
body#index main section#character dl dd:nth-of-type(7) { transition-delay: 0.6s;}
body#index main section#character dl dd:nth-of-type(8) { transition-delay: 0.7s;}
body#index main section#character dl.show dd {
  opacity: 1;
}
body#index main section#character dl dd i {
  display: inline-block;
  vertical-align: bottom;
  width: 138px;
  height: 138px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  cursor: pointer;
  transform: scale(1, 1);
}
body#index main section#character dl dd:nth-child(even) {
  padding-top: 0;
}
body#index main section#character dl dd i.tai1 {background-image: url(../images/index/character/tai1.png);animation-delay: 2s;}
body#index main section#character dl dd i.tai2 { background-image: url(../images/index/character/tai2.png);animation-delay: 1.2s;}
body#index main section#character dl dd i.daruma {background-image: url(../images/index/character/daruma.png);animation-delay: 4.4s;}
body#index main section#character dl dd i.ebi { background-image: url(../images/index/character/ebi.png);animation-delay: 5.6s;}
body#index main section#character dl dd i.maneki1 {background-image: url(../images/index/character/maneki1.png);animation-delay: 6.8s;}
body#index main section#character dl dd i.maneki2 { background-image: url(../images/index/character/maneki2.png);animation-delay: 1.3s;}
body#index main section#character dl dd i.tsuru {background-image: url(../images/index/character/tsuru.png);animation-delay: 3.6s;}
body#index main section#character dl dd i.kame { background-image: url(../images/index/character/kame.png);animation-delay: 4.9s;}
body#index main section#character dl dd i {
  animation: characterDiconR 8s infinite linear;
}
@keyframes characterDiconR {
  0% { transform: scale(1, 1);}
  85% { transform: scale(1, 1);}
  95% { transform: scale(1, 0.6);}
  97% { transform: scale(0.4, 1);}
  98% { transform: scale(1, 1);}
  99% { transform: scale(0.8, 1);}
  100% { transform: scale(1, 1);}
}
body#index main section#character dl dd i:hover {
  animation: characterDicon 0.4s 0s linear;
}
@keyframes characterDicon {
  0% { margin-top: 0;}
  20% { margin-top: -14px;}
  50% { margin-top: 0;}
  70% { margin-top: -6px;}
  100% { margin-top: 0;}
}
body#index main section#character dl dd h1,
body#index main section#character dl dd p {
  display: none;
}


body#index main section#papercraft {
  margin-top: 95px;
  text-align: center;
  position: relative;
  padding: 67px 0 75px;
  background-color: #fff4e8;
}
body#index main section#papercraft div {
  display: inline-block;
  width: 320px;
  margin-right: 640px;
}
body#index main section#papercraft h2 {}
body#index main section#papercraft h2 i {
  display: block;
  height: 83px;
  background-image: url(../images/index/papercraft/title.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
}
body#index main section#papercraft p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 27px;
}
body#index main section#papercraft p::after {
  content: '';
  background-image: url(../images/index/papercraft/item.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  height: 100%;
  width: 660px;
  margin-left: -70px;
}
body#index main section#papercraft a {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 60px;
  color: white;
  padding: 0 60px 0 40px;
  background-color: #e50012;
  margin-top: 26px;
}
body#index main section#papercraft a::before {
  content: '＞';
  display: inline-block;
  width: 34px;
  padding-left: 0;
  box-sizing: border-box;
  text-align: left;
  transition: padding 0.4s;
}
body#index main section#papercraft a:hover::before {
  padding-left: 4px;
}


body#index main section#line {}
body#index main section#line a {
  background-image: url(../images/line_bnr.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 611px;
  height: 136px;
  margin: 82px auto 0;
}


body#index main section#instagram {
  text-align: center;
  margin-top: 87px;
}
body#index main section#instagram h2 {}
body#index main section#instagram h2 i {
  display: block;
  height: 39px;
  background-image: url(../images/index/instagram/title.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
body#index main section#instagram p {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 38px;
}
body#index main section#instagram ul {
  max-width: 1020px;
  margin: 70px auto 0;
}
body#index main section#instagram ul li {
  display: inline-block;
  vertical-align: top;
  width: 233px;
  margin: 0 8px 16px;
}
body#index main section#instagram ul li a {}
body#index main section#instagram ul li a img {
  width: 100%;
}


body#index #modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
  display: none;
}
body#index #modal::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
body#index #modal > div {
  display: inline-block;
  vertical-align: middle;
  background-color: white;
  width: 720px;
  padding: 45px 0;
  position: relative;
  text-align: left;
}
body#index #modal i {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 180px;
  height: 180px;
  display: block;
  float: left;
  margin: 0 50px 0 50px;
}
body#index #modal i.tai1 { background-image: url(../images/index/modal/tai1.png);}
body#index #modal i.tai2 { background-image: url(../images/index/modal/tai2.png);}
body#index #modal i.daruma { background-image: url(../images/index/modal/daruma.png);}
body#index #modal i.ebi { background-image: url(../images/index/modal/ebi.png);}
body#index #modal i.maneki1 { background-image: url(../images/index/modal/maneki1.png);}
body#index #modal i.maneki2 { background-image: url(../images/index/modal/maneki2.png);}
body#index #modal i.tsuru { background-image: url(../images/index/modal/tsuru.png);}
body#index #modal i.kame { background-image: url(../images/index/modal/kame.png);}
body#index #modal h1 {
  font-size: 24px;
  line-height: 8px;
  border-bottom: solid 10px #fff0af;
  display: inline-block;
  padding: 0 2px;
  margin-top: 10px;
}
body#index #modal p {
  font-size: 14px;
  line-height: 42px;
  display: inline-block;
  margin-top: 20px;
  width: 390px;
  background-image: url(../images/index/modal/text.png);
}
body#index #modal b {
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 30px 0 0;
  cursor: pointer;
}
body#index #modal b::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin-left: -15px;
  transform-origin: center;
  transform: rotate(45deg);
}
body#index #modal b::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  background-color: black;
  margin-left: -15px;
  transform-origin: center;
  transform: rotate(-45deg);
}
body#index.modalOn {
  height: 100%;
  overflow: hidden;
  width: calc(100% - 15px);
}
body#index.modalOn header {
  padding-right: 15px;
}



/**************/
@media screen and (min-width: 521px){
 header ul {
  display: inline-block!important;
 }
}

/**************/
@media screen and (max-width: 1023px){
html { font-size: 16px;}
}
@media screen and (max-width: 520px){
html { font-size: 11px;}
}

/**************/
@media screen and (max-width: 1023px){

html {
  width: 100vw;
  overflow-x: hidden;
}
body {}

header {
  top: 0;
  height: auto;
}
.hdftShow header {}
body#index header {
  top: -17vw;
}
body#index.hdftShow header {
  top: 0;
}

header::before {
  height: 17vw;
  float: left;
}
header i {
  display: block;
  background-size: auto 100%;
  transition: 0.5s;
  height: 10.5vw;
  width: 40vw;
  margin: 3.5vw 0 3vw 2vw;
}
header i a {}
header ul {
  display: block;
  display: none;
  width: 88vw;
  margin: 2vw auto 9.5vw;
}
header ul li {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  padding: 6vw 0 0;
  border-bottom: solid 1px #e8e8ea;
}
header ul li a {
  padding: 3.5vw 0 2vw;
}
header ul li a::before {
  display: inline-block;
  vertical-align: top;
  margin: -3vw 2vw 0 0;
  width: 9vw;
  height: 9vw;
}
header ul li.item a::before {}
header ul li.paper a::before {}
header ul li.character a::before {}
header ul li.keishindo a::before {}
header ul li.online {
  border: none;
  padding-top: 9.5vw;
  margin: 0;
}
header ul li.online a {
  width: 100%;
  height: 13vw;
  padding: 0;
  background-color: #e50112;
}
header ul li.online a::before {
  margin: 0;
  background-size: auto 100%;
}
header ul li:not(.online) a:hover::before {}
header b {
  display: block;
  position: absolute;
  top: 3vw;
  right: 2vw;
  z-index: 1;
  width: 11vw;
  height: 11vw;
  background-color: white;
  border: solid 0 #e50112;
  border-width: 5vw 2.5vw;
  cursor: pointer;
  transition: 0.5s;
}
header b::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 6vw;
  height: 1vw;
  margin: -3vw 0 0 -3vw;
  background-color: white;
  transform-origin: center;
  transition: 0.5s;
}
header b::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 6vw;
  height: 1vw;
  margin: 2vw 0 0 -3vw;
  background-color: white;
  transform-origin: center;
  transition: 0.5s;
}
header.open i {
  height: 16vw;
  width: 100%;
  margin: 13.5vw 0 0;
}
header.open b {
  background-color: transparent;
  border-color: transparent;
}
header.open b::before {
  transform: rotate(45deg);
  width: 8vw;
  height: 0.5vw;
  background-color: black;
  margin: -0.5vw 0 0 -4vw;
}
header.open b::after {
  transform: rotate(-45deg);
  width: 8vw;
  height: 0.5vw;
  background-color: black;
  margin: -0.5vw 0 0 -4vw;
}
footer {
  padding: 6vw 0 3vw;
  position: relative;
}
footer i {
  height: 10vw;
}
footer p {
  margin-top: 4vw;
}
footer a.pagetop {
  position: absolute;
  bottom: 28.5vw;
  right: 50%!important;
  width: 14vw;
  height: 14vw;
  margin-right: -7vw;
}
.hdftShow footer a.pagetop {}
body#index {
}
body#index main {
  padding-bottom: 26vw;
}
body#index main section#topvis {
  height: 160vw;
}
body#index main section#topvis h1 {
  top: 5vw;
  left: auto;
  right: 18vw;
  width: 61vw;
  height: 100vw;
  background-position: top center;
}
body#index main section#topvis h1::before {
  top: 49vw;
  right: -2vw;
  width: 18vw;
  height: 18vw;
  margin: -1vw -1vw 0 0;
}
body#index main section#topvis i {
  width: 140vw;
  height: 100vw;
  margin: 64vw -67vw 0 0;
}
body#index main section#topvis ul {}
body#index main section#topvis ul li {}
body#index main section#topvis ul li:nth-child(1) {}
body#index main section#topvis ul li:nth-child(2) {}
body#index main section#topvis ul li:nth-child(3) {}
body#index main section#topvis ul li:nth-child(4) {}
body#index main section#topvis ul li:nth-child(5) {}
body#index main section#topvis ul li:nth-child(6) {}
body#index main section#topvis ul li:nth-child(7) {}
body#index main section#topvis ul li:nth-child(8) {}
body#index main section#topvis ul li:nth-child(9) {}
body#index main section#topvis ul li:nth-child(10) {}
body#index main section#topvis + a {
  width: 14vw;
  height: 14vw;
  margin: -17vw auto 3vw;
}
body#index.hdftShow main section#topvis + a {}
body#index main section#topvis.show h1 {
  margin: 0 0 0 0;
}
body#index main section#topvis.show h1::before {
  width: 16vw;
  height: 16vw;
}
body#index main section#topvis.show i {}
body#index main section#item {padding-bottom: 0;text-align: center;}
body#index main section#item h2 {}
body#index main section#item h2 i {
  height: 8vw;
  background-position: center;
}
body#index main section#item h2 p {
  border-left: none;
  padding: 0;
  margin-top: 18px;
}
body#index main section#item article {
  height: auto;
  padding-bottom: 40px;
  margin-bottom: 35px;
  text-align: center!important;
}
body#index main section#item article#medetai {padding-top: 35px;}
body#index main section#item article#douwa {padding-top: 25px;}
body#index main section#item article#koyomi {
  padding-top: 35px;
}
body#index main section#item article#nihon {}
body#index main section#item article#hanagoyomi {
  padding-top: 30px;
}
body#index main section#item article#tsutaeru {
  padding-top: 30px;
}
body#index main section#item article#agiwau {
  padding-top: 30px;
}
body#index main section#item article::after {
  width: 25vw;
  height: 25vw;
  background-size: contain;
  left: auto;
}
body#index main section#item article#medetai::after {
  left: 0;
  margin: 0 0 -40px 10px;
}
body#index main section#item article#douwa::after {
  margin: 0 10px -20px 0;
  right: 0;
  padding-left: 20px;
  animation: itemAicon2SP 4s infinite ease-in-out;
}
@keyframes itemAicon2SP {
  0% { margin: 0 5px -20px 0;}
  50% { margin: 0 30px -30px 0;}
  100% { margin: 0 5px -20px 0;}
}
body#index main section#item article#koyomi::after {
  left: 0;
  margin: 0 0 -40px 10px;
  padding-right: 30px;
}
body#index main section#item article#nihon::after {
  margin: 0 0px -27px 0;
  right: 0;
  padding-left: 20px;
}
body#index main section#item article#hanagoyomi::after {
  left: 0;
  margin: 0 0 -50px 10px;
}
body#index main section#item article#tsutaeru::after {}
body#index main section#item article#agiwau::after {
  margin: 0 0px -27px 0;
  right: 0;
  padding-left: 20px;
}
body#index main section#item article h3 {
  height: 10vw;
  background-position: center!important;
}
body#index main section#item article#medetai h3 {
}
body#index main section#item article#douwa h3 {
  height: 11vw;
}
body#index main section#item article#koyomi h3 {}
body#index main section#item article#nihon h3 {}
body#index main section#item article#hanagoyomi h3 {}
body#index main section#item article#tsutaeru h3 {}
body#index main section#item article#agiwau h3 {}
body#index main section#item article p {
  padding: 10px 0 20px;
  text-align: center;
}
body#index main section#item article p::after {
  position: static;
  margin: 0 auto!important;
  height: 40vw;
  width: 100%;
  background-size: auto 100%;
  background-position: center top;
  border-top: solid transparent 10px;
}
body#index main section#item article#medetai p::after {}
body#index main section#item article#douwa p::after {}
body#index main section#item article#koyomi p::after {}
body#index main section#item article#nihon p::after {}
body#index main section#item article#hanagoyomi p::after {}
body#index main section#item article#tsutaeru p::after {
  height: 45vw;
}
body#index main section#item article#agiwau p::after {
	background-position: -38% 0px,center;
}
body#index main section#item article a {
  padding: 0 35px 0 30px;
}
body#index main section#item article#medetai a {}
body#index main section#item article#douwa a {}
body#index main section#item article#koyomi a {}
body#index main section#item article#nihon a {}
body#index main section#item article#hanagoyomi a {}
body#index main section#item article#tsutaeru a {}
body#index main section#item article#agiwau a {}
body#index main section#item article a::before {}
body#index main section#item article a:hover::before {}
body#index main section#item article div.bg {}
body#index main section#item article div.bg b {}
body#index main section#item article#medetai div.bg b,
body#index main section#item article#koyomi div.bg b,
body#index main section#item article#hanagoyomi div.bg b {}
body#index main section#item article#douwa div.bg b,
body#index main section#item article#nihon div.bg b,
body#index main section#item article#tsutaeru div.bg b {}
body#index main section#item article div.bg b::before {}
body#index main section#item article#medetai div.bg b::before,
body#index main section#item article#koyomi div.bg b::before,
body#index main section#item article#hanagoyomi div.bg b::before {}
body#index main section#item article#douwa div.bg b::before,
body#index main section#item article#nihon div.bg b::before,
body#index main section#item article#tsutaeru div.bg b::before {}
body#index main section#item article#medetai div.bg b::before {}
body#index main section#item article#douwa div.bg b::before {}
body#index main section#item article#koyomi div.bg b::before {}
body#index main section#item article#nihon div.bg b::before {}
body#index main section#item article#hanagoyomi div.bg b::before {}
body#index main section#item article#tsutaeru div.bg b::before {}
body#index main section#item article h3,
body#index main section#item article p,
body#index main section#item article p::after,
body#index main section#item article a,
body#index main section#item article div.bg b {}
body#index main section#item article.show h3,
body#index main section#item article.show p,
body#index main section#item article.show p::after,
body#index main section#item article.show a,
body#index main section#item article.show div.bg b {}
body#index main section#character {
  margin-top: 0;
}
body#index main section#character h2 {}
body#index main section#character h2 i {
  height: 6vw;
}
body#index main section#character > p {}
body#index main section#character dl {
  margin-top: 20px;
}
body#index main section#character dl dt {
  height: 9.5vw;
  margin-bottom: 4.5vw;
}
body#index main section#character dl dd {
  padding-top: 0;
  width: 19vw;
  height: 19vw;
  margin: 0 2vw 3vw;
}
body#index main section#character dl dd:nth-of-type(1) {}
body#index main section#character dl dd:nth-of-type(2) {}
body#index main section#character dl dd:nth-of-type(3) {}
body#index main section#character dl dd:nth-of-type(4) {}
body#index main section#character dl dd:nth-of-type(5) {}
body#index main section#character dl dd:nth-of-type(6) {}
body#index main section#character dl dd:nth-of-type(7) {}
body#index main section#character dl dd:nth-of-type(8) {}
body#index main section#character dl.show dd {}
body#index main section#character dl dd i {
  width: 100%;
  height: 100%;
}
body#index main section#character dl dd.tai2,
body#index main section#character dl dd.ebi,
body#index main section#character dl dd.maneki2,
body#index main section#character dl dd.kame {}
body#index main section#character dl dd.tai1 i {}
body#index main section#character dl dd.tai2 i {}
body#index main section#character dl dd.daruma i {}
body#index main section#character dl dd.ebi i {}
body#index main section#character dl dd.maneki1 i {}
body#index main section#character dl dd.maneki2 i {}
body#index main section#character dl dd.tsuru i {}
body#index main section#character dl dd.kame i {}
body#index main section#character dl dd i {}
body#index main section#character dl dd i:hover {}
body#index main section#papercraft {
  margin-top: 4vw;
  padding: 8vw 0 8vw;
}
body#index main section#papercraft div {
  width: 100%;
  margin-right: 0;
}
body#index main section#papercraft h2 {}
body#index main section#papercraft h2 i {
  height: 12vw;
  background-position: center;
}
body#index main section#papercraft p {
  margin-top: 4vw;
}
body#index main section#papercraft p::after {
  position: static;
  background-position: center;
  left: 0;
  height: 60vw;
  width: 100%;
  margin-left: 0;
  display: block;
}
body#index main section#papercraft a {
  padding: 0 30px 0 20px;
  line-height: 45px;
}
body#index main section#papercraft a::before {}
body#index main section#papercraft a:hover::before {}
body#index main section#line {}
body#index main section#line a {
  width: 86vw;
  height: 20vw;
  margin: 13vw auto 0;
  background-size: 100% auto;
}
body#index main section#instagram {
  margin-top: 12.5vw;
}
body#index main section#instagram h2 {}
body#index main section#instagram h2 i {
  height: 6vw;
}
body#index main section#instagram p {
  margin-top: 5vw;
}
body#index main section#instagram ul {
  max-width: 100%;
  margin: 5vw 0 0;
}
body#index main section#instagram ul li {
  width: 42vw;
  margin: 0 2vw 3vw;
}
body#index main section#instagram ul li a {}
body#index main section#instagram ul li a img {}
body#index #modal {
  width: 100vw;
}
body#index #modal::before {}
body#index #modal > div {
  width: 87%;
  padding: 10px 0;
}
body#index #modal i {
  width: 29%;
  height: 150px;
  margin: 0 4% 0 3%;
  background-position: center;
}
body#index #modal h1 {
  font-size: 14px;
  margin-top: 20px;
}
body#index #modal p {
  max-width: 61%;
  font-size: 10px;
  line-height: 22px;
  margin-top: 4px;
  background-image: url(../images/index/modal/textSP.png);
}
body#index #modal b {
  font-size: 0;
  padding: 3vw;
}
body#index #modal b::before {
  width: 24px;
  top: 10px;
  margin-left: -12px;
}
body#index #modal b::after {
  width: 24px;
  top: 10px;
  margin-left: -12px;
}
body#index.modalOn {
  height: auto;
  width: 100%;
}
body#index.modalOn header {}

}
/**************/


/*
*/