html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

h4{
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
}

html {
    line-height: 1;
    scroll-behavior: auto;
scroll-behavior: smooth;

}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}


/*

COMMON

 */
html, body {
    text-align: center;
    font-family: Verdana, Roboto, 'Droid Sans', 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    background: #FAC300;
    font-size: 15px;
    color: #333;
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

p {
    line-height: 1.8em;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

/* LINK STYLE */
a {
    color: #ff0000;
    text-decoration: none;
}
a:hover {color: #EF233C;}
/*a:active, a:focus {color: #09c;}*/
a img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
}

.inner {
    width: 900px;
    padding: 10px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 0px;
}
.inner p{
    text-align: left;
}
.forpc {display: block;}
.forsp {display: none;}

/*

HEADER

*/
header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #333;
}
.pageTop {
    padding: 10px 10px !important;
    text-align: left;
}

/*

CONTENTS

*/
/* HEADING */
h1 {
    padding: 40px;
    margin: 0px auto;
    font-size: 2.4em;
    line-height: 1.4em;
    max-width: 1000px;
}
h2 {
    padding: 0;
    margin:40px 0;
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    color: #333;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
h3 {
    font-size:1.2em;
    color: #333;
    line-height: 1.4em;
    text-align: left;
    border-bottom: solid 2px #333;
    margin:30px 0 20px;
    padding: 5px;
}
h1 span{
    font-color:#FE3140;
    font-size: 0.6em;
    font-weight: 300;
}
h3 span{
    font-size: 70%;
}
ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
ul li {
    display: inline-block;
    margin: 10px;
    padding: 0;
    text-align: left;
}
.readtxt{
    text-align: left;
    margin:0 auto 40px;
    font-weight: 600;
}
.txt{
    text-align: left;
    margin:0 auto 40px;
    font-weight: 400;
}
.readtxt.sub{
    margin-bottom: 0;
    padding: 20px 0;
}
.readtxt.sub span{
    color:#666;
    font-weight:bold;
    font-size: 110%;
}

.flow{
    text-align: left;
    margin: 30px 0;
    border: solid 1px #555;
    padding: 30px 40px;
}
.flow p {
    margin-bottom: 40px;
}
.flow p span {
    font-weight: bold;
    color:#ff0000;
}

.text span{
    font-size:1.0em;
    font-weight: 600;
}
.flow p.device{
    margin-bottom: 0;
}
.flow p.device strong{
    font-size:20px;
}

.share{
    padding:10px 0;
}
.share li{
    vertical-align: top;
}
/*

FOOTER

*/

footer {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    background: #333;
    font-size: 0.8em;
    color: #aaa;
}

/* ANCHOR */
.toTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 0;
    text-align: left;
    line-height: 1em;
}
.toTop a img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    cursor: pointer;
}
.toTop a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.twBox{
    text-align:center;
    margin: 20px auto;
}
.twBox iframe{
    border: 1px solid rgba(15,70,100,.12) !important;
	border-radius:4px;
    height:500px !important;
}
.fa{
    font-size: 21px!important;    
}
.fa-twitter{
	display:block;
    margin: 20px auto 0;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.1875rem;
    outline: none;
    background-color: #00aced;
    color: #fff;
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5rem;
    text-decoration: none;
	width:120px;
}
.fa-twitter:hover{
    color: #fff;
	opacity:.8;
}


.fa-instagram{
	display:block;
    margin: 20px auto 0;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.1875rem;
    outline: none;
    color: #fff;
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 1.5rem;
    text-decoration: none;
	width:200px;
    
/*    background-color: #cd486b;*/    
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    
}
.fa-instagram:hover{
    color: #fff;
	opacity:.8;
}
.poster-area{
    margin: 50px auto;
}
.poster-area p{
    text-align: center;
}
.poster-area ul{
    width: 100%;
}
.poster-area li{
    margin: 60px auto;
}
.poster-area li:first-child,.poster-area li:nth-child(2){
    width: 48%;
    margin: 10px;
    float: left;
}

.product-area{
/*    width: 300px;*/
    
    
}
.product-area img{
    margin-top: 20px;
    height: 320px;
}
.amazon-btn{
    margin: 40px auto;
    border: 1px solid #000;
    padding: 15px;
    display: block;
    width: 300px;    
}
.clear{
    clear: both;
}
.products{
    padding: 0 40px;
}
.product-area a{
    color: #000;    
}
.product-area a.gt{
    background-color: #3a68e5;
    color: #fff;
}
.product-area a.ba{
    background-color: yellow;    
    color: #000;    
}
.product-area a.ba:hover{
    background-color: rgba(255, 255, 0, 0.56);    
    color: #939393;    
}
.product-area a.dr{
    background-color: #ffd800;
    color: #000;    
}

.end{
    margin: 24px auto;
    padding: 7px;
    border: 1px solid red;
    width: 80%;
}
.end p{
    font-weight: bold;
    color: red;
    text-align: center;
    
}
.shopinfo {
    align-content: center!important;
    background-color: #FAC300;
    padding: 20px;
    border-radius: 0px;
}

.main {
        background-color: #FC7805;
}

.ttl {
    background-color:azure;
    padding: 40px auto;
    margin-bottom: 20px;
}

.tod {
    padding: 20px;
    width: 100%;
}

.item {
    padding: 20px 0px;
    width: 100%;
    text-align: left!important;
    vertical-align: middle;

}
.itemtxt {
    padding: 20px 10px;
    width: 100%;
            text-align: left!important;
}

.book {
    max-width: 360px;
}
