.tategaki-wrap{
    margin: 20px auto;
    width: 100%;
    height: 700px;
}
 
.tategaki{
      font-family:  'Noto Serif JP', serif;
      font-size: 20px;
      background: #eee;
     writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
    width:100%;
    line-height: 2;
    overflow: scroll;
    overflow-y: hidden;
    height: 61%;
 }

.tategakilong{
      font-family:  'Noto Serif JP', serif;
      font-size: 20px;
      background: #eee;
     writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;   
    width:100%;
    line-height: 2;
    overflow: scroll;
    overflow-y: hidden;
    height: 61%;
    margin-bottom:60px;
 }


.tategakibun{
    font-family: 'Noto Serif JP', serif;
    padding:30px 10px 30px 10px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    width:100%;
    height:80%;
    line-height: 2;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;

}


.yoko {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
} 

.ma {
    padding:60px;
}


.tategaki__title{
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 40px 30px;

}.syosetutaitle{
        font-family:  'Noto Serif JP', serif;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(231,138,231,1)50%);
	background-position: 0 0;
	background-size: 210% auto;
	transition: .5s;
        line-height: 4;
        text-decoration:none;
        padding:20px 10px;
        color: #4169e1;
}


.tyouhentitel{
        font-family:  'Noto Serif JP', serif;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(231,138,231,1)50%);
	background-position: 0 0;
	background-size: 210% auto;
	transition: .5s;
        line-height: 2;
        text-decoration:none;
        padding:20px 10px;
        color: #4169e1;
        display: table;
}

a:hover{
        background-position: -100% 0;
        color: #fff;
}

p.atencion{
  white-space: nowrap;
  padding: 15px 0 0 0;
  color: #999999;
}

p.chotai{
   padding: 15px 0 0 0;
   color: #999999;
}
.sample01{
  background: #fffffc;
  box-shadow: inset 0 0 30px rgba(230,220,228,0.8);
}
.form{
     font-size:30px;
     text-align: center;
}

.name{
      font-family:  'Noto Serif JP', serif;
      display:inline;
      padding-top:20px;
      padding-bottom:20px;
      text-align: center;
      font-size:15px;
 
}
.nametag{
        font-family:  'Noto Serif JP', serif;
        display:inline;
        color:#9952cc;
        font-size: 20px;	/* フォントのサイズを指定する */
        font-weight: bold;	/* フォントの太さを指定する */
/* テキストの影を指定（[左右][上下][ぼかし][影の色]） */
        text-shadow: 0px 0px 5px #ffffff, 
0px 0px 20px #DA70D6, 
0px 0px 40px #DA70D6, 
0px 0px 60px #DA70D6,
0px 0px 80px #DA70D6,
0px 0px 100px #DA70D6;	
}
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	background: #eee;
}


#container {
	background: #fffff;
	margin-left: 260px;
	position: relative;
	-moz-transition: margin-left .25s linear;
	-webkit-transition: margin-left .25s linear;
	transition: margin-left .25s linear;
}
#main {
	background: #eee;
	padding-top: 30px;
	min-height: 500px;

}
#main p {
	margin-bottom: 1em;
	line-height: 1.9;
}
#main .inner {
	padding: 60px 60px 0 60px;
}

/* main-visual */
#main-visual {
	background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);


	height: 400px;
	display: flex;

	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#main-visual h2 {
        font-family: 'Cabin Sketch', cursive;
	font-size: 21px;
	color: #fff;
}
h3 {
	font-size: 131%;
	margin-bottom: .7em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

#global-head {
	position: fixed;
	color: #033560;
	width: 100%;
	padding: 10px 30px;
	background: #fff;
	display: -webkit-flex;
	display: flex;
        z-index: 10;
}

#sidebar {
	padding-top: 60px;
	width: 260px;
	height: 100%;
	position: fixed;
	color: #afc3f2;
	background: #033560;
}

#brand-logo {
        font-family: 'Rye', cursive;
        color:#4169e1;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
}

#global-nav a {
	color: #aeb4cb;
	text-decoration: none;
	display: block;
	padding: 15px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
	/*background: #fff;*/
}


/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #aeb4cb;
	border-right: 1px solid #aeb4cb;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}

#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	background: #032f55;

	display: none;
	padding: 10px 0;

	/*-moz-transition: all .4s ease;*/
	/*-webkit-transition: all .4s ease;*/
	/*transition: all .4s ease;*/
}


#global-nav .sub-menu-nav a {
	color: #aeb4cb;
	padding: 8px 15px;
}
#global-nav .sub-menu-nav a:hover {
	color: #fff;
}


/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 15px;
	left: 15px;
	height: 32px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
	/*
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
}
#nav-toggle span:nth-child(2) {
	top: 11px;
	/*
	width: 0;
	left: 50%;
	*/
}
#nav-toggle span:nth-child(3) {
	top: 22px;
	/*
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	*/
}

/*
.close #nav-toggle span:nth-child(1) {
	top: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
.close #nav-toggle span:nth-child(2) {
	width: 100%;
	left: 0;
}
.close #nav-toggle span:nth-child(3) {
	top: 22px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
*/


/* z-index */
#nav-toggle {
	z-index: 1000;
}
#container {
	z-index: 900;
}

/* close */
.close #container {
	margin-left: 0;
}
.close #brand-logo {
	margin-left: 50px;
}
.close #nav-toggle span {
	background: #033560;
}

@media screen and (max-width: 900px) {
	#container {
		margin-left: 0;
	}
	#brand-logo {
		margin-left: 50px;
	}
	#nav-toggle span {
		background: #033560;
	}
	.close #nav-toggle span {
		background: #fff;
	}

	#sidebar {
		left: -260px;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	.close #sidebar {
		left: 0;
	}
}

@media screen and (max-width: 400px) {

}.balloon1 {
  position: absolute;
  display: inline-block;
  padding:7px 10px;
  top:13%;
  right:15%;
  min-width: 100px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #6495ed;
  border-radius: 15px;
  z-index: 1;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #6495ed;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}