@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
	width: 100%;
	scrollbar-width: none;
	-ms-overflow-style:none;
}

html::-webkit-scrollbar{
    display:none;
}
/*ボディ*/
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../../images/bg.jpg); 	/*背景画像*/
   	-webkit-box-sizing: border-box;	/*ボーダーの処理*/
	-moz-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	-o-box-sizing: border-box;
   	box-sizing: border-box; 	/*ボーダーの処理終わり*/
	font-family: 'Noto Serif JP', serif;
	overflow-x: hidden;
	overflow-Y: auto;

}

/*ボディ*/
#wrapper {
	background-image: url("../images/pop_bg.jpg"); 	/*背景画像*/
	background-repeat: repeat-y;
	background-size: 100%;
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	padding-bottom: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

/*リンクの色*/
#help-btn,#help-btn-close,a {
	transition: color 0.3s;
	text-decoration: none ;
	color: #000000;
	display: block;
}
#help-btn:hover,#help-btn-close:hover,a:hover {
	color: #0005FF;
	font-weight: bold;
	text-decoration: none; 
}
.talk-fix a {
	color: #0005FF;
}

a:hover img {
	opacity: 0.5;
}
/*リンクの色*/


/*フォントサイズ調整*/
dl,p {
	font-size: 18px;
}


h1, h2, h3, h4, h5, h6 {margin-top: 0;	/*見出しマージン無*/ }

/*横長画像*/
img {
	max-width: 700px;	/*画像の最大サイズを変更*/
	width: 87vw;
	vertical-align: bottom;	/*画像下ぞろえ*/ 
}
/*縦長画像*/
.img_height1200{
	max-width: 556px;	/*画像の最大サイズを変更*/
}

/*動画用の設定*/
video {
	display: block;
	max-width: 600px;
	width: 80vw;
	height: auto;
	margin: 0 auto;
}

/*パンくずリスト*/
#breadcrumb {
	max-width: 700px;
	width: 85vw;
	margin: 0 auto;
	border-radius: 15px;
}
#breadcrumb a{
	display: inline;
	color: #0005FF;
}
#breadcrumb ol {
	fot-weight: 900;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
}
#breadcrumb li {display: inline}

/*パンくずリスト矢印追加*/
#breadcrumb ol li::before{
	content: ">";
	padding: 0 7px;
}
#breadcrumb ol li:first-child::before{
	content: "";
}
#breadcrumb ol li:last-child::after { content: none;}
/*スライドショーの高さを確保*/
#main-container-a,#main-container-c,#main-container-d {
	height: auto; /*画像と会話の間が変わる*/
}
#main-container-b {
	max-height: 950px;
	height: auto; /*画像と会話の間が変わる*/
	padding-bottom: 5vw;
}
/*#main-container-c {
	height: 69vw;
}#main-container-d {
	height: 77vw;
}*/


ul {
	margin: 0;
}


/*タイトル*/
h1 {
	max-width: 800px;
	width: 60%;
	background-color: #FFFFFF;
	border: #6B6B6B solid 2px;
	border-radius: 10px;
	text-align: center;
	margin: 10px auto;
	padding: 10px 0;
	font-size: 24px;
}
/*h1が長い場合*/
.h1_long {
	width: 80%;
	font-size: 24px;
}
.h1_long_02 {
	width: 80%;
	font-size: 24px;
}
.text_green {
	color: #007f0f;
}
.text-left {
	text-align: left;
}
.text-red {
	color: red;
	font-weight: bold;
}

/*画像の調整*/
#main-image{
	text-align: center;
	max-width: 800px;
	height: auto;
}

#main-image-Vertical{
	text-align: center;
	max-width: 800px;
}
#main-image-Vertical img{
	max-width: 500px;
	width: 50vw;
}

/*矢印の説明*/
#arrow_cap {
	width: 30vw;
	z-index: 2;
}
/*操作説明,画像変更,ビデオ,写真ボタン基本設定*/
#arrow_cap_btn,#change-btn,.video-btn,.photo-btn {
	background: #fff;
	width: 20vw;
	height: auto;
	border: #9A0002 solid 2px;
	border-radius: 10vw;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto;
	padding: 1vw 3vw;
	cursor : pointer;
}

/*作品紹介へ戻るボタン*/
#close_button_vessel {
	max-width: 800px;
	width: 100vw;
	height: auto;
	position: fixed;
	top: 0;
	z-index: 16;
}
/*作品の移動ボタン*/
#close_button {
	position: absolute;
	right: 1px;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	text-align: center;
	border: #9A0002 solid 2px;
	font-size: 30px;
	font-weight: 900;
	background: #fff;
	cursor: pointer;
	z-index: 17;
}
/*#close_button a {
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin: auto;
	padding: 0;
}
*/
#arrow_button_vessel {
	max-width: 800px;
	width: 100%;
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 5;
}
#arrow_button_prev a,#arrow_button_next a {
	width: 0;
	height: 0;
	border-style: solid;
	cursor: pointer;
	
}


#arrow_button_prev a {
	border-width: 60px 30px 60px 0;
	border-color: transparent #FFF transparent transparent;
	float: left;
	margin-left: 6px;
}
#arrow_button_next a {
	border-width: 60px 0 60px 30px;
	border-color: transparent transparent transparent #FFF;
	float: right;
	margin-right: 6px;
}
#arrow_button_prev a:hover,#arrow_button_next a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
#arrow_button_prev a:hover {
	border-color: transparent #0005ff transparent transparent;
}
#arrow_button_next a:hover {
	border-color: transparent transparent transparent #0005ff;
}


@keyframes shake
{
  0%{left: -25px;}
  50%{left: 6px}
  100%{left: 25px;}
}
/*動画操作ボタン基本設定*/
#con-btn01 {
	width: auto;
	display: none;
	margin-top: 10px;
	height: 40px;
}
#con-btn02 {
	width: auto;
	height: 40px;
	margin-top: 10px;
}
.contr {
	margin: 0;
	padding: 0;
}
#video-photo-btn-pozi {
	height: 50px;
}
.video-btn,.photo-btn {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.photo-btn {
	display: none;
}


#con-btn01 ul,#con-btn02 ul {
	list-style: none;
	position: absolute;
	width: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: table;
}

#con-btn01 li,#con-btn02 li {
	display: table-cell;
	padding: 0 5px;
}
/*#con-btn01 li:first-child,#con-btn02 li:first-child {
	margin-left: -5px;
}*/
#con-btn01 button,#con-btn02 button {
	background: #fff;
	width: 60px;
	height: 40px;
	border: #9A0002 solid 2px;
	border-radius: 10px;
}
.contr img {
	height: auto;
	width: auto;
}

/*操作説明,画像変更,ビデオ,写真ボタンマウス変化*/
#arrow_cap_btn:hover,#change-btn:hover,.video-btn:hover,.photo-btn:hover {
	color: #0005FF;
	font-weight: bold;
}
/*破線*/
.dashed-line  {
	border: #7F7F7F dashed 2px;
	border-radius: 1vw;
}
#arrow_cap_bg {
	background-color: #fff;
	border-radius: 2vw;
	padding: 1vw;
	border: #9A0002 solid 2px;
	z-index: 2;
	display: none;
}
#arrow_cap dt,dd {
	margin: 1vw 0 0 0;
	text-align: center;
	font-size: 18px;
}
.lr_rotaion_cap  {
	width: 3em;
	display: inline;
	font-size: 18px;
	margin: 0 2vw;
}

#arrow_cap img {
	display: block;
	margin: 0 auto;
	width: 15vw;
}


/*画像の最大サイズを変更width1500px用*/
.wid1500 img {
	max-width: 85vw;
}
.talk-fix {
	opacity: 0;
	visibility: hidden;
	max-width: 800px;
}
/*全てのタイプの会話リスト調整*/
.talk-fix ul {
	display:inline;	
	list-style: none;
}
.talk-fix li {
	margin-bottom: 30px;
}
.talk-fix p {
    margin: 0;
    padding: 0;
	font-size: 16px;
}
.talk-fix img {
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
	margin-bottom: 15vh;
}
.talk-fix {
	width: 88%;
	margin: 0 auto;

}

/*会話リストの設定回転閲覧スライドショー*/
.talk_rotation {
	width: 88%;
	margin: 76vw auto 0 auto;
	padding-top: 5vw;
}

/*会話リストの設定スライドショー無し*/
.talk-slide {
	width: 88%;
	margin: 0 auto;
}
/*会話リストの設定*/

/*会話のアニメーション設定*/
.arrow-adjust {
	padding-left: 10vw;
}
/*左側のコメント*/
.balloon_l {
	width: 100%;
	display: inline-block;
	margin-left: 0.5vw;
}

.balloon_l .faceicon_l img{
	float: left;
	margin-left: 1vw;
	max-width: 120px;
	height: auto;
}
.chatting_l {
	margin-left: 150px;
	
}
.says_l {
    position: relative; 
    border-radius: 12px;
    background: #FFFFFF;
	box-shadow: 2px  0.4vw rgba(158,158,158,0.5);
}
/*吹き出し口左*/
.fukikuti-l {
    content: "";
    position: absolute;
    top: 1px;
    left: -20px;
    border: 8px solid transparent;
    border-right: 18px solid #FFFFFF;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
}

/*右側のコメント*/
.balloon_r {
	width: 100%;
	display: inline-block;
	margin-left: -0.5vw;
}
.balloon_r .faceicon_r img{
	float: right;
	margin-right: 1vw;
	max-width: 120px;
	height: auto;
}
.chatting_r {
	margin-right: 150px;
}
.says_r {
    position: relative; 
    border-radius: 12px;
    background: #FFFFFF;
	box-shadow: 2px  0.4vw rgba(158,158,158,0.5);
	float: right;
}

.kaijyo {
	clear: both;
}
/*吹き出し口右*/
.fukikuti-r {
	content: "";
    position: absolute;
	top: 1px;
	right: -20px;
    border: 8px solid transparent;
    border-left: 18px solid #FFFFFF;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
    transform: rotate(-35deg);
}
/*吹き出しのスライドアニメーション*/
.says_l ,.says_r {
	width: 0;
	height: 0;
	max-width: 350px; /*吹き出しの長さ*/
	max-height: auto;
	opacity: 0;
	visibility:hidden;
	margin-top: 10vh;
}
.says_l p ,.says_r p {
	white-space: nowrap;
	overflow: hidden;
	display: none;
}


/*スクロールで出現させるためのクラス初期状態*/
.ts {
	opacity: 0;
	transition: all 2700ms ease;
}
.ts p {
	opacity: 0;
	transition: all 3000ms ease;
}

/*このクラスがつくと表示される*/
.ts.show {
	-webkit-transition: all 4000ms ease;
	-moz-transition: all 4000ms ease;
	-ms-transition: all 4000ms ease;
	-o-transition: all 4000ms ease;
	transition: all 4000ms ease;
	opacity: 1;
}

.ts.show img {
	-webkit-transition: all 4000ms ease;
	-moz-transition: all 4000ms ease;
	-ms-transition: all 4000ms ease;
	-o-transition: all 4000ms ease;
	transition: all 4000ms ease;
}
.says_l.ts.show,.says_r.ts.show {
	opacity: 1;
	transform: none;
	width: 52vw;
	height: auto;
	visibility: visible;
	transition-delay: 1700ms;
}
.says_l.ts.show p,.says_r.ts.show p{
	padding: 20px 4vw;
	transition-delay: 1700ms;
}

.ts.re-show {
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-o-transition: all 0ms ease;
	-ms-transition: all 0ms ease;
	transition: all 0ms ease;
	opacity: 0;
	-webkit-animation-duration: 0ms;
	-moz-animation-duration: 0ms;
	-ms-animation-duration: 0ms;
	-o-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-delay:0ms;
	-moz-animation-delay:0ms;
	-ms-animation-delay:0ms;
	-o-animation-delay:0ms;
	animation-delay:0ms;
}

.ts.re-show img {
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-ms-transition: all 0ms ease;
	-o-transition: all 0ms ease;
	transition: all 0ms ease;
	opacity: 0;
	-webkit-animation-duration: 0ms;
	-moz-animation-duration: 0ms;
	-ms-animation-duration: 0ms;
	-o-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-delay:0ms;
	-moz-animation-delay:0ms;
	-ms-animation-delay:0ms;
	-o-animation-delay:0ms;
	animation-delay:0ms;
}

.ts.re-show p {
	-webkit-transition: all 0ms ease;
	-moz-transition: all 0ms ease;
	-ms-transition: all 0ms ease;
	-o-transition: all 0ms ease;
	transition: all 0ms ease;
	opacity: 0;
	-webkit-animation-duration: 0ms;
	-moz-animation-duration: 0ms;
	-ms-animation-duration: 0ms;
	-o-animation-duration: 0ms;
	animation-duration: 0ms;
	-webkit-animation-delay:0ms;
	-moz-animation-delay:0ms;
	-ms-animation-delay:0ms;
	-o-animation-delay:0ms;
	animation-delay:0ms;
}


/*機能説明*/
#kinou {
	display: none;
	overflow: hidden;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 30;
	bottom: 60px;
	max-width: 700px;
	height: 80vh;
	width: 88vw;
}
#kinou-02 {
	max-width: 700px;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	border: #0028AB solid 3px;
	overflow-x: hidden;
	overflow-y: auto;
	text-align: center;
	background: #FFFFFF;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: border-box;	/*ボーダーの処理*/
	-moz-box-sizing: border-box;
   	-ms-box-sizing: border-box;
   	-o-box-sizing: border-box;
   	box-sizing: border-box; 	/*ボーダーの処理終わり*/
	-ms-overflow-style:none;
	scrollbar-width: none;
}

#kinou-02::-webkit-scrollbar{
    display:none;
}

#kinou h2 {
	margin: 20px 0;
	font-size: 30px;
}
#kinou p {
	display: inline-block;
	text-align: left;
	font-weight: bold;
	margin: 12px 0;
	font-size: 18px;
}

#kinou img {
	vertical-align: bottom;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.img100 {
	max-width: 600px;
	width: 100%;
}

.page-all-img {
	position: relative;
}

.btn-img {
	max-width: 100px;
	width: 18vw;
}
.wid-ex li {
	width: 5em;
}
img.btn-img02 {
	text-align: center;
	position: relative;
	max-width: 80px;
	max-height: 95px;
	margin-right: 80px;
	width: 12vw;
	height: auto;
}


#kaiwa {
	position: absolute;
	top: 38%;
	left: 55%;
	transform: translateX(-60%);
	color: red;
}

.help-cap-l {
	margin-top: 2vw;
}

.help-cap-r {
	float: right;
	margin-top: 2vw;
	margin-right: 8vw;
}

.kaijyo {
	clear: both;
}


#page-sanzi-cap {
	position: absolute;
	bottom: 50%;
	left: 70%;
	color: red;
}
.page-photo-cap {
	position: absolute;
	bottom: 62%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: red;
}
#page-photo-cap_02 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translate(-50%,-40%);
	-moz-transform: translate(-50%,-40%);
	-ms-transform: translate(-50%,-40%);
	-o-transform: translate(-50%,-40%);
	transform: translate(-50%,-40%);
}

#help-cap-c {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

/*動画説明*/
#page-video-cap_02 ul,.help-cap-photo ul {
	list-style: none;
	max-width: 600px;
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;

}
.help-cap-photo ul {
	margin-top: 0;
	padding-left: 2px;
	text-align: center;
}

#page-video-cap_02 li,.help-cap-photo li {
	display: table-cell;
	max-width: 100px;
	width: 50vw;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.btn-img02 img {
	margin: 0;
	padding: 0;
}

#page-video-cap_02 li:first-child {padding-left: 0px}

/*テキスト位置調整*/
.text_mar{margin-left: 1em}
.text_mar_02{margin-left: 0.8em}
.text_mar_minus{margin-left: -2em;}

/*画像位置調整*/
.img_mar {left: 35px}
.img_mar02 {left: 10px}
.img_mar03 {left: 0px}
.img_mar04 {left: 10px}
.img_mar05 {right: 20px}
.img_mar06 {right: 5px}


/*最終機能説明*/
#final-mermaid {
	position: relative;
	left: 10%;
	max-width: 230px;
	width: 25vw;
}
/*最終矢印*/
#final-arrow {	
	position: absolute;
	bottom: 20px;
	left: 50px;
}
#final-arrow-img {
	max-width: 60px;
	width: 6vw;
	max-height: 80px;
	height: 100%;
}
#final-explanation {
	max-width: 400px;
	position: relative;
	left: 10%;
	bottom: 10px;
	display: inline-block;
	margin: 1.5em 0 0 0;
	padding: 3vw 3vw;
	background: #FFF;
	border: solid 3px;
	border-radius: 2vw;
	box-sizing: border-box;
}
/*上下に揺らす*/
.shake {
-webkit-animation:shake 3000ms infinite linear alternate;
-ms-animation:shake 3000ms infinite linear alternate;
-moz-animation:shake 3000ms infinite linear alternate;
-o-animation:shake 3000ms infinite linear alternate;
animation:shake 3000ms infinite linear alternate;
}
@-webkit-keyframes shake {
0% {transform:translate(0, 20px);}
50% {transform:translate(0, 0);}
100% {transform:translate(0, -20px);}
}

@keyframes shake {
0% {transform:translate(0, 20px);}
50% {transform:translate(0, 0);}
100% {transform:translate(0, -20px);}
}

#final-explanation:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -42px;
  border: 12px solid transparent;
  border-left: 35px solid #FFF;
  z-index: 2;
}

#final-explanation:after {
  content: "";
  position: absolute;
  top: 49.5%;
  right: -50.5px;
  border: 13px solid transparent;
  border-left: 37px solid;
  z-index: 1;
}

#final-explanation p {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

/*日時工数*/
#man-hour {
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
}
#man-hour p{
	display: inline-block;
	text-align: left;
	font-weight: bold;
	color: #000C6C;
	
}
#man-hour a{
	display: inline-block;
}
#red-stone {
	text-align: center;
	margin: 0 auto 40px auto;
}
/*REd STONE用コピーライト*/
#red-stone p{
	display: inline-block;
	text-align: left;
	font-weight: 700;
}
.text-black p {
	color: #000000;
}

/*機能説明ボタン*/
#help-btn,#help-btn-close,#change-btn {
	position: absolute;
	background: #fff;
	height: auto;
	text-align: center;
	padding: 8px 30px;
	border: #9A0002 solid 2px;
	border-radius: 10vw;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 3vw;
	cursor : pointer;
	max-width: 100px;
}
#change-btn {padding: 8px 0px}
/*閉じるボタン(初期非表示)*/
#help-btn-close {display: none}

#help-btn-close {padding: 8px 38px}

/*footerの基本設定*/
footer{
	width: 86vw;
	max-width: 708px;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	padding: 10px 0 4px 0;
	z-index: 15;
}

#footer-posi {
	max-width: 708px;
	width: 84vw;
	height: auto;
	text-align: center;
}

/*上部下部へ行くボタン*/
#footer-posi ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-posi ul li {
	display: block;
	float: right;
	margin-right: 2vw;
	max-width: 100px;
	width: 15vw;
	background: #fff;
	height: auto;
	text-align: center;
	padding: 8px 2px;
	border: #9A0002 solid 2px;
	border-radius: 10vw;
	font-size: 16px;
	font-weight: bold;
}

@media screen and (max-width : 800px){
	#kinou-02 h2 {
		font-size: 5vw;
	}
	#kinou-02 p {
		font-size: 3vw;
	}
	p,#kinou-02 p,#red-stone p {
		font-size: 3vw;
	}
	#breadcrumb ol {font-size: 13px}
	#breadcrumb li:last-child{display: block}


	footer{width: 88.5vw}

	.talk-fix li {
		margin-bottom: 1vw;
	}

	.chatting_r {
		margin-right: 15vw;
	}
	.chatting_l {
		margin-left: 15vw;
	}

	#page-video-cap_02 ul,.help-cap-photo ul {
		width: 100%;
		padding: 0 0 0 1%;
	}
	#page-video-cap_02 li,.help-cap-photo li {padding: 0 2vw}
	#page-video-cap_02 li:first-child,.help-cap-photo li:first-child {padding-left: 0}
	
	/*画像位置調整*/
	.img_mar {left: 6.5vw}
	.img_mar02 {left: 8vw}
	.img_mar03 {left: 0}
	.img_mar04 {left: 4vw}
	.img_mar05 {right: 8vw}
	.img_mar06 {left: 0vw}
	.btn-img-prevnext,.btn-img-close  {left: 3.2vw}


	#final-arrow {left: 5vw}
	
	#final-explanation {
		position: relative;
		left: 10vw;
		bottom: 2vw;
		display: inline-block;
		margin: 1.5em 0 0 0;
		padding: 3vw 3vw;
		background: #FFF;
		border: solid 0.4vw;
		border-radius: 2vw;
		box-sizing: border-box;
		z-index: 3;
	}

	#final-explanation:before {
		content: "";
		position: absolute;
		top: 17.3vw;
		right: -6.2vw;
		border: 1.5vw solid transparent;
		border-left: 5vw solid #FFF;
		z-index: 2;
	}
	#final-explanation:after {
		  content: "";
		  position: absolute;
		  top: 17vw;
		  right: -7.5vw;
		  border: 1.8vw solid transparent;
		  border-left: 5.7vw solid;
		  z-index: 1;
	}

	#final-explanation p {
		margin: 0;
		padding: 0;
		font-size: 3.3vw;
	}
		p,#kinou-02 p,#red-stone p {
		font-size: 3vw;
	}
	#arrow_button_prev a {
		border-width: 8vw 4vw 8vw 0;
		margin-left: 1vw;
	}
	#arrow_button_next a {
		border-width: 8vw 0 8vw 4vw;
		margin-right: 1vw;

	}
	h1,h2,.h1_long,.h1_long_02 {
		font-size: 16px;
	}
	#kaiwa {
		top: 35%;
		left: 47%;
		transform: translateX(-35%);
	}
}

@media screen and (max-width : 675px){
	.says_l.ts.show p,.says_r.ts.show p{
		padding: 4vw 5vw;
		transition-delay: 1700ms;
	}

	.says_l.ts.show p,.says_r.ts.show p{
		padding: 4vw 3vw;
		transition-delay: 1700ms;
	}

}

@media screen and (max-width : 400px){
	.says_l,.says_r {
		max-height: auto;
		margin-top: 5vh;
	}
	.says_l.ts.show,.says_r.ts.show {width: 70vw}
	.says_l.ts.show p,.says_r.ts.show p{
		padding: 4vw 2vw;
		transition-delay: 1700ms;
	}
	p,#kinou-02 p,#red-stone p {
		font-size: 4vw;
	}
	#page-sanzi-cap {
		bottom: 40%;
		left: 66%;
	}
	.page-photo-cap {
		bottom: 58%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#final-mermaid {bottom: 2vw}

	#footer-posi ul li {margin-right: 1vw}

	/*画像位置調整*/
	.img_mar {left: 10vw}
	.img_mar02 {left: 8vw}
	.img_mar03 {left: 2.5vw}
	.img_mar04 {left: 4vw}
	.img_mar05 {left: 8vw}
	.img_mar06 {left: 2vw}
	#kaiwa {
		top: 29%;
		left: 47%;
		transform: translateX(-35%);
	}
}