@charset "utf-8";
/* Reset */
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%;
 font: inherit;
 vertical-align: baseline;
 font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}
body {
 -webkit-text-size-adjust: none;
}
/* 共通 */
.sp {
 display: none;
}
.section_inr {
 width: 950px;
 margin: 0 auto;
}
.sns {
 width: 960px;
 height: 20px;
 margin: 10px auto;
 text-align: right;
}
@media screen and (max-width: 600px) {
 .pc {
  display: none;
 }
 .sp {
  display: block
 }
 .section_inr {
  width: 100%;
  margin: 0 auto;
 }
 .sns {
  width: 100%;
 }
}
/* ナビゲーションメニュー
------------------------------------------*/
#navigation {
 position: fixed;
 width: 250px;
 top: 200px;
 right: 20px;
 text-align: right;
 z-index: 2;
}
#navigation nav {
 border-right: 1px solid #000;
}
#navigation nav ul {
 margin-right: -5px;
}
#navigation nav ul li {
 background: url(../../img/ico_01.png) no-repeat center right;
}
#navigation nav ul li .active {
 background: url(../../img/ico_02.png) no-repeat center right;
 font-weight: bold;
}
#navigation nav ul li a {
 display: block;
 height: 20px;
 padding: 10px 30px 2px 0;
 color: #000;
 font-size: 12px;
 letter-spacing: 1px;
}
a {
 text-decoration: none;
}
@media screen and (max-width: 1200px) {
 #navigation {
  display: none;
 }
}
/* section01
------------------------------------------*/
#contents_wrapper #sec01 {
 background-position: top;
 background-repeat: no-repeat;
 margin: 0 auto;
 padding: 50px 0;
 overflow: hidden;
}
#contents_wrapper #sec01 h1 {
 margin: 0 auto;
 text-align: center;
}
#contents_wrapper #sec01 h1 img {
 display: block;
 margin: 50px auto;
}
#contents_wrapper #sec01 p + img {
 display: block;
 margin: 20px auto 0;
}
#contents_wrapper #sec01 p {
 text-align: center;
 font-size: 14px;
 color: #fff;
 line-height: 1.5;
 letter-spacing: 1.5px;
}
#contents_wrapper #sec01 p br {
 display: none;
}
#contents_wrapper #sec01 .sec_inr {
 width: 100%;
 height: 550px;
 background: url(../../img/bg_01.gif) no-repeat top left;
}
#contents_wrapper #sec01 .sec_inr p {
 width: 700px;
 margin: 0 auto;
 text-align: center;
 font-size: 16px;
 color: #000;
 line-height: 3;
 letter-spacing: 1.5px;
}
#contents_wrapper #sec01 .sec_inr p br {
 display: block;
}
@media screen and (max-width: 600px) {
 #contents_wrapper #sec01 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 150%;
  text-align: center;
  padding: 20px 0;
 }
 #contents_wrapper #sec01 h1 {
  font-size: 12px;
 }
 #contents_wrapper #sec01 p {
  font-size: 12px;
 }
 #contents_wrapper #sec01 p br {
  display: block;
 }
 #contents_wrapper #sec01 h1 img {
  margin: 50px 0 20px;
 }
 #contents_wrapper #sec01 h1 img, #contents_wrapper #sec01 p + img {
  width: 100%;
 }
 #contents_wrapper #sec01 .sec_inr {
  width: 100%;
  height: auto;
  background: url(../../img/bg_01.gif) no-repeat top left;
  background-size: 80%;
 }
 #contents_wrapper #sec01 .sec_inr p {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
 }
}
/* section02／section03／section04／section08／section09／section10
------------------------------------------*/
#sec10 {
 margin: -100px auto 250px;
}
#sec09 {
 margin: -100px auto 250px;
}
#sec02 {
 margin: 150px auto 250px;
}
#sec03 {
 margin: 150px auto 30px;
}
#sec04 {
 margin: 450px auto 50px;
}
#sec08 {
 margin: 350px auto 30px;
}
#sec02 h2 {
 width: 132px;
 /* margin: -150px auto 0; */
}
.miki-goods h2 {
 width: 132px;
 margin: 0 auto;
 position: relative;
 z-index: 999;
}
.miki-goods img {
 position: relative;
 z-index: 1;
}
.miki-goods .sec_inr {
 width: 960px;
 height: 500px;
 margin: -30px auto 50px;
 /* position: relative; */
 /* z-index: -1; */
}
.miki-goods .sec_inr:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
.miki-goods .inrL {
 width: 500px;
 float: left;
 z-index: -1;
}
.miki-goods .inrR {
 width: 400px;
 float: right;
 margin-left: 40px;
 text-align: center;
}
.miki-goods .sec_inr .inrR h3 {
 font-size: 24px;
 font-weight: bold;
 margin: 0 0 10px;
 line-height: 1.8;
 letter-spacing: 1px;
}
.miki-goods .sec_inr .inrR h3 em {
 font-size: 16px;
}
.miki-goods .sec_inr .inrR p.price {
 font-size: 13px;
 text-align: right;
}
.miki-goods .sec_inr .inrR p.price em {
 color: #ff002a;
 font-size: 20px;
 font-weight: bold;
 letter-spacing: 2px;
}
.miki-goods .sec_inr .inrR p.desc {
 margin: 10px 0;
 text-align: left;
 font-size: 12px;
 line-height: 1.8;
 color: #000;
}
#sec04 .sec_inr .inrR p.desc em {
 color: #ff0000;
}
.miki-goods .sec_inr .inrR p.desc span {
 font-size: 11px;
 line-height: 1.2;
 color: #333;
}
.miki-goods .sec_inr .inrR p.btn a {
 padding: 10px 20px;
 margin: 0 auto 10px;
 background: #ff002a;
 display: block;
 color: #fff;
 text-decoration: none;
 font-size: 14px;
 line-height: 1.8;
 border-radius: 8px; /* CSS3草案 */
 -webkit-border-radius: 8px; /* Safari,Google Chrome�p */
 -moz-border-radius: 8px; /* Firefox用 */
}
.miki-goods .sec_inr .inrR p.btn a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70); /* ie lt 8 */
 -ms-filter: "alpha(opacity=70)"; /* ie 8 */
 -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
 -khtml-opacity: 0.7; /* Safari 1.x */
 zoom: 1;
}

.miki-goods .sec_inr .inrR p.btn_out {
 padding: 10px 20px;
 margin: 0 auto 10px;
 background: #999;
 display: block;
 color: #fff;
 text-decoration: none;
 font-size: 14px;
 line-height: 1.8;
 border-radius: 8px; /* CSS3草案 */
 -webkit-border-radius: 8px; /* Safari,Google Chrome�p */
 -moz-border-radius: 8px; /* Firefox用 */
}

.miki-goods .sec_inr .inrR p.comment {
 padding: 20px;
 font-size: 12px;
 line-height: 1.6;
 text-align: left;
 background: #efefef;
 min-height: 130px;
}
.miki-goods p.support {
 padding: 20px;
 margin: 10px auto;
 font-size: 12px;
 line-height: 1.5;
 text-align: left;
 border: 1px solid #000;
}
.stage-img {
 position: relative;
 max-width: 500px;
 margin: 0 auto;
}
.stage-thumbs {
 margin-left: 2%;
}
.stage-thumbs label img {
 width: 18.5%;
 cursor: pointer;
}
#r1, #r2, #r3, #r4, #r5, #r6, #r7, #r8, #r9, #r10, #r11, #r12, #r13, #r14, #r15, #r16, #r17, #r18, #r19, #r20, #r21, #r22, #r23, #r24, #r25, #r26, #r27, #r28, #r29, #r30, #r31, #r32, #r33, #r34, #r35, #r36 , #r37 ,
#r38 , #r39 , #r40 , #r41 , #r42 , #r43 , #r44 , #r45 , #r46 {
 display: none;
}
.photo {
 position: absolute;
 left: 0;
 top: 0;
}
.photo img {
 width: 100%;
 opacity: 0;
 -webkit-transition: opacity 1s ease;
 transition: opacity 1s ease;
}
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img, #r6:checked ~ #photo6 img, #r7:checked ~ #photo7 img, #r8:checked ~ #photo8 img,
#r9:checked ~ #photo9 img, #r10:checked ~ #photo10 img, #r11:checked ~ #photo11 img, #r12:checked ~ #photo12 img, #r13:checked ~ #photo13 img, #r14:checked ~ #photo14 img, #r15:checked ~ #photo15 img,
#r16:checked ~ #photo16 img, #r17:checked ~ #photo17 img, #r18:checked ~ #photo18 img, #r19:checked ~ #photo19 img, #r20:checked ~ #photo20 img, #r21:checked ~ #photo21 img, #r22:checked ~ #photo22 img,
#r23:checked ~ #photo23 img, #r24:checked ~ #photo24 img, #r25:checked ~ #photo25 img, #r26:checked ~ #photo26 img, #r27:checked ~ #photo27 img, #r28:checked ~ #photo28 img, #r29:checked ~ #photo29 img,
#r30:checked ~ #photo30 img, #r31:checked ~ #photo31 img, #r32:checked ~ #photo32 img, #r33:checked ~ #photo33 img, #r34:checked ~ #photo34 img, #r35:checked ~ #photo35 img, #r36:checked ~ #photo36 img ,
#r37:checked ~ #photo37 img, #r38:checked ~ #photo38 img, #r39:checked ~ #photo39 img, #r40:checked ~ #photo40 img, #r41:checked ~ #photo41 img, #r42:checked ~ #photo42 img, #r43:checked ~ #photo43 img,
#r44:checked ~ #photo44 img, #r45:checked ~ #photo45 img, #r46:checked ~ #photo46 img{
 opacity: 1;
}
@media screen and (max-width: 600px) {
 #sec02 {
  margin: 0 auto 0;
 }
 #sec03 {
  margin: 20px auto;
 }
 #sec04 {
  margin: 40px auto 20px;
 }
 #sec08 {
  margin: 40px auto 20px;
 }
 #sec09 {
  margin: 0 auto 0;
 }
 #sec10 {
  margin: 0 auto 0;
 }
 .miki-goods .sec_inr {
  width: 100%;
  height: auto;
  margin: -30px auto 50px;
 }
 .miki-goods .sec_inr .inrL {
  width: 100%;
  float: none;
  z-index: -1;
 }
 .miki-goods .sec_inr .inrR {
  width: 95%;
  float: none;
  margin: 10px auto;
  text-align: center;
 }
 .miki-goods .sec_inr .inrR h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.8;
  letter-spacing: 1px;
 }
 .miki-goods .sec_inr .inrR h3 em {
  font-size: 14px;
 }
 .miki-goods .sec_inr p.support {
  width: 85%;
  margin: 10px auto;
 }
}
/* section05
------------------------------------------*/
#sec05 {
 width: 960px;
 margin: 150px auto;
 border: 1px solid #999;
 clear: both;
 background: url(../../img/bg_02.png) repeat-x center;
}
#sec05 img.img {
 margin: 60px 30px;
 float: left;
}
#sec05 .sec_inr {
 width: 500px;
 margin-right: 30px;
 float: right;
}
#sec05:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
#sec05 .sec_inr h2 {
 height: 78px;
 margin-top: 15px;
 font-size: 18px;
}
#sec05 .sec_inr h2 + p {
 font-size: 12px;
 line-height: 1.7;
 margin: 20px 0;
}
#sec05 .sec_inr h2 a.ico_blog img {
 width: 40px;
 height: 40px;
 margin-bottom: 15px;
}
#sec05 .sec_inr h2 a.ico_fb img {
 width: 40px;
 height: 40px;
 margin-bottom: 15px;
}
#sec05 .sec_inr h2 a.ico_fb img:hover, #sec05 .sec_inr h2 a.ico_blog img:hover {
 opacity: 0.7;
 filter: alpha(opacity=70); /* ie lt 8 */
 -ms-filter: "alpha(opacity=70)"; /* ie 8 */
 -moz-opacity: 0.7; /* FF lt 1.5, Netscape */
 -khtml-opacity: 0.7; /* Safari 1.x */
 zoom: 1;
}
@media screen and (max-width: 600px) {
 #sec05 {
  width: 98%;
  margin: 0 auto;
  background-size: 110%;
 }
 #sec05 img.img {
  width: 80%;
  margin: 20px auto;
  float: none;
 }
 #sec05 .sec_inr {
  width: 95%;
  margin: 10px auto;
  float: none;
 }
 #sec05 .sec_inr h2 {
  height: 80px;
  text-align: center;
  margin: 0 auto;
 }
 #sec05 .sec_inr h2 img {
  width: 80%;
 }
}
/* section06
------------------------------------------*/
#sec06 {
 width: 960px;
 height: 550px;
 margin: 50px auto;
}
#sec06 h2 {
 margin: 30px auto;
 text-align: center;
}
.loopSliderWrap {
 top: 0;
 left: 0;
 height: 500px;
 overflow: hidden;
 position: absolute;
}
.loopSlider {
 margin: 0 auto;
 width: 960px;
 height: 300px;
 text-align: center;
 position: relative;
 overflow: hidden;
}
.loopSlider ul {
 height: 300px;
 overflow: hidden;
}
.loopSlider ul li {
 width: 960px;
 padding: 20px;
 overflow: hidden;
 border-bottom: 1px dotted #efefef;
 font-size: 12px;
}
.loopSlider ul li em {
 font-weight: bold;
 margin-right: 30px;
}
@media screen and (max-width: 600px) {
 #sec06 {
  width: 98%;
  height: 500px;
  margin: 50px auto;
 }
 .loopSlider {
  margin: 0 auto;
  width: 100%;
 }
 .loopSlider ul li {
  width: 95%;
  padding: 20px 5px;
  line-height: 1.6;
 }
}
/* section07
------------------------------------------*/
#sec07 {
 height: 400px;
 margin: 50px auto 0;
 padding: 20px 0 50px;
 background: #efefef;
}
#sec07 h2 {
 width: 960px;
 margin: 20px auto;
 text-align: center;
 font-size: 18px;
 line-height: 1.8;
 border-bottom: 1px solid #000;
}
#sec07 ul.slides {
 width: 960px;
 margin: 20px auto;
}
#sec07 ul.slides li {
 width: 200px;
 text-align: center;
}
#sec07 ul.slides li img.image {
 width: 136px;
 margin: 0 auto 10px;
}
#sec07 ul.slides li h4 {
 font-size: 14px;
 line-height: 1.4;
 margin-bottom: 5px;
}
#sec07 ul.slides li p {
 font-size: 12px;
 color: #666;
 margin: 5px 0;
 line-height: 1.4;
}
#sec07 ul.slides li p.donation {
 width: 160px;
 font-size: 14px;
 color: #ff002a;
 letter-spaceing: 1px;
 background: #fff;
 padding: 3px;
 margin: 10px auto;
}
#sec07 ul.slides li p.donation span {
 font-size: 12px;
 color: #000;
 margin-right: 10px;
}
#sec07 ul.slides li p.res {
 width: 200px;
 font-size: 10px;
 color: #666;
 padding: 5px;
 margin: 5px auto;
 border: 1px solid #666;
}
#sec07 ul.slides li a {
 color: #ff0000;
}
@media screen and (max-width: 600px) {
 #sec07 {
  width: 100%;
  min-height: 450px;
 }
 #sec07 h2 {
  width: 95%;
  font-size: 14px;
  line-height: 1.6;
 }
 #sec07 ul.slides li h2 + p {
  min-height: 35px;
 }
 #sec07 ul.slides {
  width: 96%;
  margin: 20px auto 20px -10px;
 }
 #sec07 ul.slides li {
  width: 45%;
  margin: 0 5px;
  text-align: center;
 }
 #sec07 ul.slides li p.donation, #sec07 ul.slides li p.res {
  width: 94%;
  margin: 5px auto30px;
 }
}
/* モーダルウィンドウ（製品詳細）
-----------------------------------*/
.modal-content {
 width: 50%;
 margin: 0;
 padding: 10px 20px;
 background: #fff;
 border-radius: 5px; /* CSS3草案 */
 -webkit-border-radius: 5px; /* Safari,Google Chrome�p */
 -moz-border-radius: 5px; /* Firefox�p */
 position: fixed;
 display: none;
 z-index: 999;
}
#modal-overlay {
 display: none;
 position: fixed;
 z-index: 3;
 top: 0;
 left: 0;
 width: 100%;
 height: 120%;
 background-color: rgba(0, 0, 0, 0.75);
}
.modal-content:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
.modal-content .itemL {
 width: 48%;
 float: left;
}
.modal-content .itemL img {
 width: 100%;
}
.modal-content .itemL ul {
 display: block;
 overflow: hidden;
 margin-top: 10px;
 margin-right: -10px;
 clear: both;
}
.modal-content .itemL ul li {
 display: block;
 float: left;
 background: #fff;
 margin-right: 10px;
}
.modal-content .itemL ul li img {
 cursor: pointer;
 width: 100px;
}
.modal-content .itemL ul li {
 width: 60px;
 display: inline;
 margin-right: 5px;
 border: 1px solid #ccc;
}
.modal-content .itemR {
 width: 48%;
 float: right;
}
.modal-content .itemR .title {
 color: #141624;
 font-weight: bold;
 font-size: 18px;
 letter-spacing: 0.2px;
 padding: 10px 0 !important;
}
.modal-content .itemR .num {
 color: #141624;
 font-size: 12px;
 letter-spacing: 0.2px;
 padding: 10px 0;
}
.modal-content .itemR .desc {
 color: #141624;
 font-size: 12px;
 line-height: 1.5;
 letter-spacing: 1px;
 padding: 20px 0;
}
.modal-content .itemR .price {
 color: #141624;
 font-size: 9px;
 letter-spacing: 1px;
 padding: 10px 0 20px !important;
}
.modal-content .itemR .price em {
 font-size: 14px;
}
.modal-content .itemR .btn01 {
 margin: 10px auto 15px;
 width: 100% !important;
}
.modal-content .itemR .btn01 a {
 background: #fcea00;
 border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 text-decoration: none;
 color: #141624;
 display: block;
 text-align: center;
 font-size: 13px;
 letter-spacing: 1px;
 padding: 15px;
}
.modal-content .itemR .btn01 a:hover {
 background: rgba(252, 234, 0, 0.7);
 transition: .6s;
 cursor: pointer;
}
.close {
 width: 30px;
 height: 30px;
 background: url('../img/products/ico_01.png') no-repeat center;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 position: absolute;
 top: -30px;
 right: -30px;
}
.close:hover {
 cursor: pointer;
}
@media screen and (max-width: 800px) {
 .modal-content {
  width: 90%;
  padding: 10px;
 }
 .modal-content .itemL {
  width: 98%;
  margin: 0 auto;
  float: none;
  position: relative;
 }
 .modal-content .itemL p {
  width: 70%;
 }
 .modal-content .itemL ul {
  width: 30%;
  position: absolute;
  top: 0;
  right: 0;
 }
 .modal-content .itemL ul li {
  margin: 0 5px 5px 0;
  border: 1px solid #ccc;
 }
 .modal-content .itemR {
  width: 100%;
  float: none;
 }
 .close {
  position: absolute;
  top: -35px;
  right: 0;
 }
}
.afterBox {
 width: 960px;
 margin: 20px auto;
 padding: 10px;
 clear: both;
 background: #fff;
 border: 1px solid #000;
 background: url(../../img/bg_after01.png) no-repeat right bottom;
}
.afterBox h4 {
 font-size: 20px;
 font-weight: bold;
 margin: 20px;
}
.afterBox .inr:after {
 content: ".";
 display: block;
 height: 0;
 font-size: 0;
 clear: both;
 visibility: hidden;
}
.afterBox .inr img {
 width: 500px;
 float: left;
 margin-right: 30px;
}
.afterBox .inr p.txt01 {
 font-size: 14px;
 color: #000;
 line-height: 1.8;
}
@media screen and (max-width: 600px) {
 .afterBox {
  width: 95%;
  margin: 10px auto;
  padding: 10px;
  clear: both;
  background: #fff;
  border: 1px solid #000;
  background: url(../../img/bg_after01.png) no-repeat right bottom;
  background-size: 30%;
 }
 .afterBox h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px;
 }
 .afterBox .inr:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
 }
 .afterBox .inr img {
  width: 95%;
  float: none;
  margin: 10px auto 20px;
 }
 .afterBox .inr p.txt01 {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  width: 95%;
  margin: 0 auto 20px;
 }
}

/* address
------------------------------------------*/
address {
 background: #065C41;
 font-size: 12px;
 line-height: 1.6;
 color: #fff;
 text-align: center;
 padding: 20px;
 margin: 0;
}