body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #333;
}

br.sp {
  display:block;
}

br.pc {
  display:none;
}

p {
  font-size:14px;
  line-height:1.8;
}

a {
  color: #901f25;
  text-decoration: underline;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

a img:hover {
  opacity:0.6;
}

a {
  outline:none;
}

a:hover {
  opacity: 0.6;
  text-decoration:underline;
}

a img:hover {
  opacity: 0.6;
}

p a {
  color:#2196f3;
}

p a:hover {
  text-decoration:none;
}

img {
  width: 100%;
  height: auto;
}

.yellow {
  color:#ffeb3b;
}

.red {
  color:#e61a0f;
}

.blue {
  font-size:110%;
  color:#3f51b5;
}

.small {
  font-size:80%;
}

header {
  width: 100%;
  height: 36px;
  padding: 6px 0;
  background: #215e11;
}

header #site-logo {
  width: 120px;
  margin: 0 auto;
  line-height: 0;
}
header #site-logo img {
  width: 100%;
  margin: 0 auto;
}

#mv {
  width:100%;
  height:auto;
  overflow:hidden;
  background:#215e11;
  position:relative;
}

#mv .inner {
  width:100%;
  height:auto;
  overflow:hidden;
  background:#000;
  border-bottom:solid 4px #215e11;
}

#mv img {
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
}

#mv h1 {
  width:100%;
  font-size:14px;
  line-height:1.6;
  color:#fee212;
  text-align:center;
}

#mv h1 .sub {
  display:block;
  font-size:12px;
  line-height:1.6;
  color:#fff;
  text-align:center;
}

#mv .logo {
  width:80px;
  height:auto;
  position:absolute;
  top:5px;
  left:5px;
}

#mag {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mag .left {
  width:auto;
  height:auto;
  overflow:hidden;
  margin-bottom:20px;
}

#mag .left img {
  display:block;
  width:260px;
  margin:0 auto;
}

#mag .right {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mag h2 {
  clear: both;
  padding: 10px;
  background: #215e11;
  margin:0;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

#wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 10px;
}

footer {
  width: 100%;
  height: auto;
  background: none;
  background-color: #215e11;
  margin: 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
footer p {
  width: 100%;
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 22px;
}

h1 {
  float:left;
  width:52%;
  font-size:16px;
  line-height:1.6;
}

h1.btm {
  clear:both;
  float:none;
  width:auto;
  font-size:20px;
  line-height:1.6;
}

#lead {
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom:20px;
}

#lead .image {
  float:right;
  width:45%;
  margin:20px 0 0;
}

#lead .image img {
  width:100%;
}

#lead p {
  margin: 5px 0 20px;
  font-size: 14px;
  line-height: 1.8;
}

#lead ul {
  clear:both;
  list-style-type:disc;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0 0 0 20px;
  margin:0 0 30px;
}

#lead li {
  font-size: 14px;
  line-height: 1.8;
}

.tokushu p {
  margin-top:0;
}

.tokushu .col2 {
  width:auto;
  height:auto;
  overflow:hidden;
}

.tokushu .col2 h4 {
  font-size:18px;
  line-height:1.4;
  margin:0 0 20px;
}

.tokushu .col2 h4 .sub {
  display:block;
  font-size:16px;
}

.tokushu .col2 .left {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.tokushu .col2-iw300 .left {
  width:240px;
  height:auto;
  overflow:auto;
  margin: 0 auto 15px;
}

.tokushu .col2 .left img {
  width:100%;
}

.tokushu .col2 .right {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 5px;
}

.tokushu .col2 .right .left {
  float:left;
  width:48%;
}

.tokushu .col2 .right .right {
  float:right;
  width:48%;
}

.tokushu .col2 .right .right img {
  width:100%;
}

.tokushu .col2 .prof {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  margin-bottom:10px;
  border:dotted 1px #607d8b;
  border-radius:5px;
  font-size:13px;
  line-height:1.6;
}

#share{
	width:100%;
	margin:auto;
	text-align:right;
	clear:both;
	margin:15px 0 0;
}
#share ul{
	height:auto;
	padding:0;
	margin:0 0 10px;
}
#share li{
	font-size:14px;
	font-family:"Lato", sans-serif;
	display:inline-block;
	text-align:center;
	width:69px;
	height:30px;
	line-height:30px;
	border-radius:2px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
}
#share li.share-facebook{
	background:#3b5998;
}
#share li.share-google{
	background:#dd4b39;
}
#share li.share-line{
	background:#00C300;
}
#share a{
	display:block;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

.tokushu h2 {
  clear: both;
  padding: 10px;
  background: #215e11;
  font-size: 19px;
  line-height: 1.4;
  color: #fff;
}

.tokushu h3 {
  padding:0 0 5px;
  margin:30px 0 15px;
  border-bottom:solid 1px #e60012;
  font-size:20px;
  color:#e60012;
}

.list h3 {
  padding:0 0 5px;
  margin:30px 0 15px;
  border-bottom:solid 1px #3f51b5;
  font-size:18px;
  color:#3f51b5;
}

.list ul {
  list-style-type:none;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0 0 30px;
  display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list li {
  float:left;
  width:48%;
  margin:0 4% 20px 0;
}

.list li:nth-child(2n),
.list li:nth-child(4n) {
  float:right;
  width:48%;
  margin:0 0 20px 0;
}

.list li:nth-child(4n) {
  
}

.list li img {
  width:100%;
}

.list li .title {
  display:block;
  margin:5px 0 0;
  font-size:14px;
  line-height:1.4;
  font-weight:bold;
  text-align:center;
}

.list li .name .title {
  display:block;
  margin:5px 0 10px;
  font-size:18px;
  line-height:1.4;
  font-weight:bold;
  text-align:center;
}

.info {
  width:auto;
  height:auto;
  overflow:hidden;
  border:solid 1px #901f25;
  margin:0 0 30px;
}

.info img {
  display:block;
  width:260px;
  margin:0 auto 10px;
}

.info h2 {
  padding: 10px;
  background: #901f25;
  margin:0;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}

.info .inner {
  width:auto
  height:auto;
  padding:10px;
}

.info span {
  display:block;
  margin:0 0 5px;
  font-size:16px;
  font-weight:bold;
  color:#3f51b5;
  line-height:28px;
}

.btn-view a {
    display: block;
    clear: both;
    width: 300px;
    height: 40px;
    background: url(../img/arrow_right.png) right 10px center no-repeat;
    background-size: 15px;
    background-color: #D80017;
    margin: 10px auto 20px;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    text-align: center;
    text-decoration:none;
}


.info .sp {
  display:block;
}

.info .pc {
  display:none;
}

.col2 h2 {
    padding: 10px 0;
    border-top: solid 2px #901f25;
    border-bottom: solid 2px #901f25;
    margin: 20px 0;
    font-size: 20px;
    color: #901f25;
    line-height: 36px;
    text-align: center;
}

.cap {
  display:block;
  margin-top:5px;
  font-size:12px;
  text-align:center;
}

.cap-l {
  display:block;
  margin-top:5px;
  font-size:16px;
  font-weight:bold;
  text-align:center;
}

.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 0 10px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

p.left {
  width:auto !important;
}

ul.right {
  list-style-type:none;
  width:auto !important;
  padding:0;
  margin:0 0 20px;
}

ul.right li {
  float:left;
  width:31%;
  margin:0 3% 0 0;
}

ul.right li:last-child {
  margin:0;
}

ul.right li img {
  width:100%;
}

#sec02 {
  border:solid 1px #ffc107;
  margin:0;
}

#sec02 .inner {
  padding:10px;
}

#sec02 h2 {
  padding:8px 0;
  background:#ffc107;
  margin:0;
  font-family:"Lato", sans-serif;
  font-size:18px;
  line-height:1.4;
  font-weight:bold;
  color:#fff;
  text-align:center;
}

#sec02 h3 {
  margin:0 0 10px;
  font-family:"Lato", sans-serif;
  font-size:16px;
  line-height:1.6;
  color:#ff5722;
}

#sec02 ul {
  list-style-type:none;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px 0 0;
}

#sec02 li {
  float:left;
  width:49%;
  height:auto;
  margin:0 2% 2% 0;
}

#sec02 li:nth-child(2n) {
  margin:0;
}

#sec02 li a {
  display: block;
  width:100%;
  height:38px;
  background: #ff5722;
  border-radius: 6px;
  font-size: 12px;
  line-height: 38px;
  font-weight:bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#sec02 li a.bab {
  background-color: #ff5722;
  background-size:10px;
}

#sec02 li a.store {
  background-color: #795548;
  background-size:10px;
}

#sec02 li a.amazon {
  background: url(../img/btn_amazon.png) no-repeat center center;
  background-size: 130px;
  background-color: #fff;
  border: solid 2px #ff9900;
  box-sizing: border-box;
}

#sec02 li a.rakuten {
  background: url(../img/arrow_right_w.png) no-repeat right 5px center;
  background-color: #bf0000;
}

#sec02 li a.fujisan {
  background: url(../img/btn_fujisan.jpg) no-repeat center center;
  background-size: contain;
  background-color: #fff;
  border: solid 2px #4f639e;
  box-sizing: border-box;
}

#sec02 p {
  margin:0;
  font-size:14px;
  line-height:1.6;
}

#sec02 .cap {
  display:block;
  margin:5px 0 0;
  font-size:12px;
  line-height:1.6;
  font-weight:bold;
  color:#e91e63;
  text-align:center;
}

#mokuji {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px;
  background:#fffce6;
  margin-bottom:20px;
}

#mokuji ul {
  padding:0 10px 0 20px;
}

#mokuji li {
  margin-bottom:5px;
  font-size:14px;
  line-height:1.4;
}

#mokuji li a {
  display:block;
  font-size:14px;
  font-weight:bold;
  color:#795548;
}

#mokuji li a:hover {
  opacity:1;
  text-decoration:none;
}

#mokuji li .icon {
  display:block;
  width:70px;
  height:26px;
  background:#fff;
  border:solid 1px #333;
  margin:10px 0 5px;
  font-size:12px;
  line-height:28px;
  font-weight:normal;
  color:#333;
  text-align:center;
}

#mokuji li .sub {
  display:block;
  font-size:14px;
  line-height:1.6;
}

#mokuji h3 {
  font-size:20px;
  line-height:1.6;
  color:#ff5722;
}

#mokuji h4 {
  font-size:18px;
  line-height:1.6;
  color:#ff5722;
}

#mokuji .in01 {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mokuji .in02 {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mokuji .btn-mokuji {
  display: block;
  width:260px;
  height:38px;
  background: #795548;
  border-radius: 6px;
  margin:0 auto;
  font-size: 16px;
  line-height: 38px;
  font-weight:bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.fancybox-wrap {
  width:88% !important;
}

.fancybox-inner {
  width:auto !important;
}

.back-sitetop {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:40px 0;
  text-align:center;
}

.back-sitetop a {
  font-size:16px;
  color:#2196f3;
}

#footer-sns {
  width:240px;
  height:auto;
  overflow:hidden;
  margin:10px auto 0;
}

#footer-sns ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#footer-sns li {
  margin:0 0 10px;
  line-height:0;
}

#footer-sns li:last-child {
  margin:0;
}

#footer-link {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  list-style-type:none;
  margin:20px 0 10px;
  display: flex;
  justify-content: center;
}

#footer-link li {
    float:left;
    margin:0 5px;
}

#footer-link li a {
    padding: 0;
    margin: 0;
    font-family:"Lato", sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration:none;
}

#footer-link li a:hover {
    color: #ff9900;
}


@media screen and (min-width: 640px) {

body {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

br.sp {
  display:none;
}

br.pc {
  display:block;
}

p {
  font-size: 18px;
  line-height: 1.8;
}

img {
  width: auto;
  height: auto;
}

header {
  width: 100%;
  height: 70px;
  padding: 8px 0;
  background: #215e11;
}

header #site-logo {
  width: 243px;
  height: 70px;
  margin: 0 auto;
}

#wrapper {
  clear:both;
  width: 1060px;
  height: auto;
  overflow: hidden;
  margin: 10px auto;
}

#mv {
  width:100%;
  height:auto;
  overflow:hidden;
}

#mv img {
  display:block;
  max-width:1366px;
  width:100%;
  height:auto;
  margin:0 auto;
}

#mv h1 {
  width:100%;
  font-size:36px;
  line-height:1.4;
  text-align:center;
}

#mv h1 .sub {
  display:block;
  font-size:24px;
  line-height:1.6;
  text-align:center;
}

#mag {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mv .logo {
  width:180px;
  height:auto;
  position:absolute;
  top:10px;
  left:20px;
}

#mag .left {
  float:left;
  width:400px;
  height:auto;
  overflow:hidden;
}

#mag .left img {
  width:400px;
}

#mag .right {
  float:right;
  width:620px;
  height:auto;
  overflow:hidden;
}

#mag h2 {
  clear: both;
  padding: 15px;
  margin-top:0;
  font-size: 30px;
  line-height: 44px;
}

footer {
  width: 100%;
  height: auto;
  background: none;
  background-color: #215e11;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
footer p {
  width: 100%;
  padding: 20px 0 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
}

h1 {
  width:65%;
  font-size:36px;
  line-height:1.6;
}

h1.btm {
  float:none;
  width:auto;
  font-size:28px;
  line-height:1.4;
}

h2 .blue {
  display:block;
  font-size:38px;
  color:#3f51b5;
  line-height:50px;
  text-align:center;
}

h2 .ssmall {
  display:block;
  font-size:22px;
  line-height:34px;
  text-align:center;
}

#lead {
  width: 1060px;
  height: auto;
  overflow: hidden;
  margin-bottom:40px;
}

#lead .image {
  float:right;
  width:33%;
  margin:20px 0 0;
}

#lead .ssmall {
  display:block;
  font-size:22px;
  line-height:34px;
  text-align:center;
}

#lead .small {
  display:block;
  margin:30px 0 10px;
  font-size:30px;
  line-height:44px;
  text-align:center;
}

#lead .big {
  font-size:46px;
  line-height:66px;
  text-align:center;
}

#lead p {
  font-size: 18px;
  line-height: 1.8;
}

#lead ul {
  float:left;
  list-style-type:disc;
  width:550px;
  height:auto;
  overflow:hidden;
  padding:0 0 0 30px;
  margin:0 0 30px;
}

#lead li {
  font-size: 18px;
  line-height: 1.8;
}

.tokushu {
  width:auto;
  height:auto;
  overflow:hidden;
}

.tokushu .col2 {
  width:auto;
  height:auto;
  overflow:auto;
}

.tokushu .col2 .left {
  float:left;
  width:400px;
  height:auto;
  overflow:auto;
  margin: 0 0 15px;
}

.tokushu .col2-iw300 .left {
  float:left;
  width:300px;
  height:auto;
  overflow:auto;
  margin: 0 0 15px;
}

.tokushu .col2 h4 {
  font-size:24px;
  line-height:1.4;
  margin:0 0 20px;
}

.tokushu .col2 h4 .sub {
  display:block;
  font-size:22px;
}

.tokushu .col2 .left img {
  width:100%;
}

.tokushu .col2 .right {
  float:right;
  width:630px;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.tokushu .col2-iw300 .right {
  float:right;
  width:680px;
  height:auto;
  overflow:hidden;
  margin:0 0 15px;
}

.tokushu .col2 .right .left {
  float:left;
  width:48%;
}

.tokushu .col2 .right .right {
  float:right;
  width:48%;
}

.tokushu .col2 .right .right img {
  width:100%;
}

.tokushu .col2 .prof {
  clear:both;
  width: auto;
  height: auto;
  overflow: hidden;
  padding:15px;
  border:dotted 1px #607d8b;
  border-radius:5px;
  font-size:14px;
  line-height:1.6;
}

.tokushu .col1 {
  clear:both;
  width:630px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

#share{
	width:100%;
	margin:auto;
	overflow:hidden;
	text-align:right;
	clear:both;
	margin:20px 0;
}
#share ul{
	height:auto;
}
#share li{
	font-size:14px;
	font-family:"Lato", sans-serif;
	display:inline-block;
	text-align:center;
	width:84px;
	margin-right:4px;
	border-radius:4px;
	list-style:none;
}
#share li:last-child{
	margin-right:0;
}
#share li.share-twitter{
	background:#55acee;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-line{
	background:#00C300;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

.tokushu h2 {
  clear: both;
  padding: 15px;
  background: #215e11;
  font-size: 30px;
  line-height: 44px;
  color: #fff;
}

.tokushu h3 {
  padding:0 0 5px;
  margin:15px 0;
  border-bottom:solid 1px #e60012;
  font-size:26px;
  line-height:1.4;
  color:#e60012;
}

.list h3 {
  padding:0 0 5px;
  margin:30px 0 15px;
  border-bottom:solid 1px #3f51b5;
  font-size:22px;
  color:#3f51b5;
}

.list ul {
  list-style-type:none;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0 0 30px;
}

.list li {
  float:left;
  width:235px;
  margin:0 40px 40px 0;
}

.list li:nth-child(2n) {
  float:left;
  width:235px;
  margin:0 40px 0 0;
}

.list li:nth-child(4n) {
  float:left;
  width:235px;
  margin:0;
}

.list li img {
  width:100%;
}

.list li .title {
  display:block;
  margin:5px 0 0;
  font-size:16px;
  line-height:1.4;
  font-weight:bold;
  text-align:center;
}

.list li .name .title {
  display:block;
  margin:5px 0 10px;
  font-size:20px;
  line-height:1.4;
  font-weight:bold;
  text-align:center;
}

.btn-view a {
    display: block;
    clear: both;
    width: auto;
    height: 60px;
    background: url(../img/arrow_right.png) right 10px center no-repeat;
    background-color: #D80017;
    margin: 20px auto 30px;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 60px;
    text-align: center;
    text-decoration:none;
}

.btn-view a:hover {
  opacity:0.6;
}

.btn-view p {
  text-align:center;
}

.info {
  width:auto;
  height:auto;
  overflow:hidden;
  border:solid 1px #901f25;
  margin:40px 0;
}

.info h2 {
  padding: 15px;
  background: #901f25;
  margin:0;
  font-size: 30px;
  line-height: 44px;
  color: #fff;
}

.info .inner {
  width:auto
  height:auto;
  padding:20px;
}

.info span {
  display:block;
  font-size:20px;
  font-weight:bold;
  color:#3f51b5;
  line-height:32px;
}

.info .left {
  float:left;
  margin:0 20px 160px 0;
}

.info .left2 {
  float:left;
  margin:0 20px 70px 0;
}

.info .right {
  float:right;
  width:220px;
  margin:0 0 20px 20px;
}

.info .sp {
  display:none;
}

.info .pc {
  display:block;
}

.col2 h2 {
    padding: 10px 0;
    border-top: solid 3px #901f25;
    border-bottom: solid 3px #901f25;
    margin: 20px 0;
    font-size: 26px;
    color: #901f25;
    line-height: 38px;
    text-align: center;
}

#lead .right {
  float:right;
  width:400px;
  height:auto;
  overflow:hidden;
  margin:0 0 20px 20px;
}

.cap {
  display:block;
  margin-top:5px;
  font-size:12px;
  text-align:center;
}

.cap-l {
  display:block;
  margin-top:5px;
  font-size:18px;
  text-align:center;
}

.video-wrap {
  float:right;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 0 20px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

p.left {
  float:left;
  width:560px !important;
}

ul.right {
  list-style-type:none;
  float:right !important;
  width:470px !important;
  padding:0;
  margin:0 0 20px;
}

ul.right li {
  float:left;
  width:150px;
  margin:0 10px 0 0;
}

ul.right li:last-child {
  margin:0;
}

ul.right li img {
  width:100%;
}

#sec02 {
  border:solid 1px #ffc107;
  margin:20px 0;
}

#sec02 .inner {
  padding:20px;
}

#sec02 h2 {
  padding:15px 0;
  background:#ffc107;
  margin:0;
  font-family:"Lato", sans-serif;
  font-size:26px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
  text-align:center;
}

#sec02 h3 {
  margin:0 0 20px;
  font-family:"Lato", sans-serif;
  font-size:20px;
  line-height:1.6;
  color:#ff5722;
}

#sec02 ul {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:20px 0 0;
}

#sec02 li {
  float:left;
  width:24%;
  height:auto;
  margin:0 1%;
}

#sec02 li a {
  display: block;
  height:60px;
  background: #ff5722;
  border-radius: 14px;
  font-size: 14px;
  line-height: 60px;
  font-weight:bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#sec02 li a.bab {
  background: url(../img/arrow_right_w.png) no-repeat right 5px center;
  background-color: #ff5722;
  background-size: 12px;
}

#sec02 li a.store {
  background: url(../img/arrow_right_w.png) no-repeat right 5px center;
  background-color: #795548;
  background-size: 12px;
}

#sec02 li a.amazon {
  background: url(../img/btn_amazon.png) no-repeat center center;
  background-color: #fff;
  background-size: 180px;
  border: solid 2px #ff9900;
  box-sizing: border-box;
}

#sec02 li a.rakuten {
  background: url(../img/arrow_right_w.png) no-repeat right 5px center;
  background-color: #bf0000;
}

#sec02 li a.fujisan {
  background: url(../img/btn_fujisan.jpg) no-repeat center center;
  background-color: #fff;
  background-size: 180px;
  border: solid 2px #4f639e;
  box-sizing: border-box;
}

#sec02 p {
  margin:0;
  font-size:16px;
  line-height:1.6;
}

#sec02 .cap {
  display:block;
  margin:5px 0 0;
  font-size:14px;
  line-height:1.6;
  font-weight:bold;
  color:#e91e63;
  text-align:center;
}

#mokuji {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:10px 10px 20px;
  background:#fffce6;
  margin-bottom:40px;
}

#mokuji ul {
  padding:10px 10px 10px 30px;
}

#mokuji li {
  margin-bottom:5px;
  font-size:16px;
  line-height:1.6;
}

#mokuji li a {
  display:block;
  font-size:18px;
  font-weight:bold;
  color:#795548;
}

#mokuji li a:hover {
  opacity:1;
  text-decoration:none;
}

#mokuji li .icon {
  display:block;
  width:70px;
  height:26px;
  background:#fff;
  border:solid 1px #333;
  margin:10px 0 5px;
  font-size:12px;
  line-height:28px;
  font-weight:normal;
  color:#333;
  text-align:center;
}

#mokuji li .sub {
  display:block;
  font-size:14px;
  line-height:1.6;
}

#mokuji li b {
  font-size:18px;
}

#mokuji h3 {
  font-size:20px;
  line-height:1.6;
  color:#ff5722;
}

#mokuji h4 {
  font-size:18px;
  line-height:1.6;
  color:#ff5722;
}

#mokuji .in01 {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mokuji .in02 {
  width:auto;
  height:auto;
  overflow:hidden;
}

#mokuji .btn-mokuji {
  display: block;
  width:260px;
  height:38px;
  background: #795548;
  border-radius: 6px;
  margin:0 auto;
  font-size: 16px;
  line-height: 38px;
  font-weight:bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.fancybox-wrap {
  width:800px !important;
}

.fancybox-inner {
  width:auto !important;
}

.back-sitetop {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:40px 0;
  text-align:center;
}

.back-sitetop a {
  font-size:18px;
}

#footer-sns {
  width:1020px;
  height:auto;
  overflow:hidden;
  margin:20px auto 0;
}

#footer-sns ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

#footer-sns li {
  float:left;
  margin:0 20px 0 0;
}

#footer-sns li:last-child {
  margin:0;
}

#footer-link {
  width:auto;
  height:auto;
  overflow:hidden;
  display: flex;
  justify-content: center;
  list-style-type:none;
  margin:20px 0 10px;
}

#footer-link li {
    float:left;
    padding: 0 10px;
}

#footer-link li a {
    padding: 0;
    margin: 0;
    font-family:"Lato", sans-serif;
    font-size: 14px;
    color: #fff;
}

#footer-link li a:hover {
    color: #ff9900;
}

}
