@charset "UTF-8";
/*----------------------COMMON-----------------------*/
/*----------------------変数-----------------------*/
.sp {
  display: none;
}

.pc {
  display: block;
}

/* http://meyerweb.com/eric/tools../css/reset/ */
.telLink {
  pointer-events: none;
}

/* v1.0 | 20080212 */
::-moz-selection 
{  background: #000000;
  color: #ffffff;
}
::selection {
  background: #000000;
  color: #ffffff;
}

/* for Firefox */
::-moz-selection {
  background: #000000;
  color: #ffffff;
}

.site {
  font-size: 14px;
  color:#ff5050;
  line-height: 1.4;
}

.site a {
  text-decoration: underline;
}

.site a:hover {
  text-decoration: none;
}

/*--------------------------------------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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}
html {
  color: #000;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* start: clearfix ------------------------------ */
/* For modern browsers */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

/* end: clearfix ------------------------------ */
a img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a img:hover {
  opacity: 0.7;
}

a {
  color: #1352b5;
}

.inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* font ------------------------------ */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.font-maru {
  font-family: "M PLUS Rounded 1c";
}

#wrapper {
  overflow: hidden;
}


/*----------------------HEAD-----------------------*/
#header {
  width: 100%;
  background-color: #f7537f;
  color: white;
  height: 80px;
}





/*----------------------CONTENT-----------------------*/

/*-------------------------COMMON------------------------*/


.p-navi {
   display: block;
   width: 80%;
    z-index: 2;
   position: absolute;
   top: 30px;
   left: 200px;
   right: 0px;
   margin: auto;
      font-size: 24px;
  letter-spacing: 3px;
 font-family: 'Sen', sans-serif;
}

.p-navi li {
  display: inline-block;
text-align: center;
  font-size:14px;
  padding: 0 35px;

  position: relative;
  top: 0px;
}

.p-navi li.notop {
  top: 0px;
}

.p-navi li a {
  color: #000;
  transition: all 0.5s;
}
.p-navi li a:hover {
color: white;
}

.uk-height-large {
 height:80vh;
}
.logo img{
  width: 80%;
}

p {
  line-height: 1.4;
  text-align: justify;
text-justify: inter-ideograph;
}


.text_wrapper {
  position: relative;
}

.text {
    height: 0px;
    overflow: hidden;
}


.show_more {
    width: 100%;
    height: 50px;
    /* padding-top: 10px; */
    /* padding-bottom: 15px; */
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: bottom 0.2s;
    color: white;
    background-color: #4c5154;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}


.show_more2 {
      position: absolute;
       top: 0px;
    /* left: 0px; */
    right: 20px;
    width: 100%;
    height: 30px;
    text-align: right;
    line-height: 30px;
    cursor: pointer;
    transition: bottom 0.2s;
    font-size: 22px;
}



.box {
    position: relative;
clear: both;
    padding: 15px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.box::before,
.box::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.box::before {
    top: 0;
    left: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
}
.box::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
}
.c00,
.c01,
.c02,
.c03,
.c04,
.c05,
.c06 {
  padding: 50px 0;
  line-height: 1.8;
}


.logo {
  width: 200px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
}

.mincho {
font-family: 'Great Vibes', cursive;
font-size: 30px;
}
/*-------------------------C01------------------------*/
.c00 {
  margin-top: 0px;
  width: 100%;
  margin:0px auto 0px; 
  text-align: center;
  background-color: #f0eee054;
  padding-bottom: 82px;
}

.c00 .inner {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.c00 .inner .contText{
  text-align: center !important;
}

/*-------------------------C01------------------------*/
.c01 {

  /*width: 800px;
  margin:20px auto 50px; */
  text-align: center;
  margin-bottom: 32px;
  width: 70%;
  margin: 0 auto 32px;
}

.contTtl {
  font-size: 34px;
  letter-spacing: 3px;
  text-align: center;
 font-family: 'Sen', sans-serif;
 margin-bottom: 30px;
}


.contCap {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
.contText {
text-align: left;
    color: rgba(0,0,0,.56);
    font-size: 16px;
    letter-spacing: 3px;
    margin: 0 auto;
}


.c01 .left {
  float: right;
  width: 50%;
  padding: 50px;
  position: relative;
  z-index: 1;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.c01 .right {
  width: 50%;
  float: left;
position: relative;
z-index: 2;
}
.concept {
  position: absolute;
  right: 20%;
  top: 10%;
  width: 30%;
}

.concept .contText {
text-align: left;
    color: rgba(0,0,0,.56);
    font-size: 14px;
    letter-spacing: 3px;
    margin: 0 auto;
    line-height: 1.6;
}


/*-------------------------C02------------------------*/

.c02 {
  margin: 0px auto 0;
  background-color: #e0edf0;
}

.c02 .contText {
  text-align: center;
  padding: 10px 0 50px 0;
}

.c02 .uk-slider {
  width: 80%;
  margin: 0 auto;
}

.step {
font-family: 'Great Vibes', cursive;
  color: #000;
  font-size: 25px;
}

.step span {
  font-size: 30px;
}

.copy {
color: rgba(0,0,0,.80);
  font-size: 14px;
  line-height: 1.6;
}

.c02 .bikou {
  background-color: white;
  border-radius: 5px;
color: rgba(0,0,0,.80);
  font-size: 12px;
  text-align: center;
  padding:5px 10px;
  line-height: 1.4;
  margin-top: 15px;
}

/*-------------------------C03------------------------*/

.c03 {

}

.c03 .contText {
  text-align: center;
  padding: 10px 0 50px 0;
}


.c03 .contInner {
  width: 80%;
  margin: 0 auto;
}


.c03 .left {
  float: right;
  width: 50%;
  position: relative;
  z-index: 1;

}

.c03 .right {
  width: 50%;
  float: left;
position: relative;
z-index: 2;
  padding: 50px;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.boxBottom {
  clear: both;
}

.c03 .right .boxInner {
  float: left;
  width: 40%;
  font-size: 14px;
}

.c03 .right  p {
  padding: 10px 0 20px;
}

.c03 .right .boxInner .kind {
  background-color: #e0edf0;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
}

.c03 .right .boxInner .in {
  font-size: 12px;
}

.c03 .box .num {
  font-size: 25px;
}

.c03 .box .num span {
  font-size: 39px;
  padding-left: 5px;
}

/*-------------------------C04------------------------*/

.c04 {
  background-color: #e0edf0;

}

.c04 .inner {
  width: 80%;
  margin: 0 auto;
}
.c04 .contText {
  text-align: center;
  padding: 10px 0 50px 0;
}
.planCont {
  border-left: 1px solid #b7c7c4;
}

.planCont.none {
  border-left: none;
}

.c04 .inner .planCont .name {
  font-family: 'Sen', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
}

.c04 .inner .planCont .name.small {
  font-size: 14px;
    color: #56a8bb;
}
.price {
   font-size: 30px !important;
       font-family: 'Sen', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  color: #000;
  padding-top: 20px;
}
.price span {
display: inline !important;
  font-size: 13px !important;

}


.cam {
  background-color: #ff9494;
  color: white;
  text-align: center;
  padding: 10px 30px;
  border-radius: 50px;
  width: 400px;
  margin: 0 auto;
  font-size: 15px;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.c04 .inner .planCont .btn {
      background-color: white;
    border-radius: 50px;
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 10px 10px;
    line-height: 1.4;
    margin-top: 15px;
    transition: all 0.5s;
}

.c04 .inner .planCont .btn:hover {
  background-color: #000;
  color: white;
}

/*-------------------------C05------------------------*/

.c05 {
position: relative;
width: 70%;
margin: 0 auto 20px;
}

.c05 .contText {
  text-align: center;
  padding: 10px 0 20px 0;
}
.c05 .box {
  width: 60%;
  margin: 0 auto;
}
.c05 .box .left {
  width: 100%;
  padding-left: 45px;
}

.c05 .box .right {

  width: 100%;
  font-size: 12px;
  padding-left: 45px;
}

.c05 .box .right span svg {
  color: #2b99b3;
}

.c05 .box .name {
  font-family: 'Sen', sans-serif;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 20px;
position: relative;
    top: 10px;
}
.c05 .box .pricebase {

  letter-spacing: 3px;
  display: inline;
}

.c05 .box .pricebase span {

}
.c05 .box .sell {
    margin-top: -30px;
  margin-bottom: 0px;
  display: inline;
  letter-spacing: 3px;
}
.c05 .box .sell .off {
  background-color: #e0edf0;
    border-radius: 5px;
    padding: 3px 10px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;

}
.c05 .box .sell .price {
  font-family: 'Tangerine', cursive;
  font-size: 50px;
   letter-spacing: 3px;

}

.contText span {
  display: block;
  font-size: 12px;
}


.c05 .btn {
    background-color:#55a8bb;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    line-height: 1.4;
    margin: 25px auto 0;
    transition: all 0.5s;
    width: 50%;
}

.c05 .btn:hover {
  background-color: #000;
  color: white;
}


/*----------------------C06-----------------------*/
.c06 {
  background-color: #e0edf0;

}

.c06 .contText {
  text-align: center;
  padding: 10px 0 50px 0;
}

.c06 .faqInner {
  width: 50%;
  margin: 0 auto;
}

.c06 .faqInner .faq {
  margin-bottom: 20px;
}

.c06 .faqInner p {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  font-size: 14px;
  border-radius: 5px;
  color: rgba(0,0,0,.80);
}



.maru2 {
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.8em;
    padding-bottom: 0.1em;
    padding-left: 0.5em;
    padding-right: 0.5em;
  background-color: white;
    position: absolute;
    top: 0px;
    color: rgba(0,0,0,.80);
}

.faq-ttl {
   font-size: 14px;
  line-height: 1.4;
  padding: 0 20px 0 50px;
  display: inline;
  color: rgba(0,0,0,.80);
}

/*----------------------FOOTER-----------------------*/
#footer {
  padding: 20px 0;
  margin-top:20px;
  border-top: 1px solid #ccc;
}

#footer .copyright {
  text-align: center;
  font-size: 12px;
}

/*----------------------OTHER-----------------------*/

a.btn:hover {
  background-color: #666;
}

a.btn {
    background-color: #000;
  padding: 15px;
  width: 100%;
  color: white;
  text-align: center;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
margin-top: 10px;
transition: all 0.5s;
  display: block;
  columns: white;
}
.sitemap {
  text-align: center;
  padding: 20px 0 0 0;
}
.sitemap li {
display: inline;
font-size: 12px;
text-align: center;
padding: 0 10px;
}

.sitemap li a {
  color: #000;
}


/*----------------------INFO-----------------------*/


.info .contTtl{
padding-top: 100px;
}

.product .detail {
color: #000;
}

.product .uk-card-body {
    padding:30px 30px;
}




.p_kind {
  font-size: 12px;
    background-color: #e0edf0;
    padding: 2px 5px;
    display: inline-block;
}



.p_name {
  display: block;
  font-size: 13px;
  padding: 5px 0;
}

p.small {
  font-size: 12px;
}

.product.slide img {
  width: 100px;
    margin: 0 auto;
    display: block;
}

.uk-modal-dialog .uk-card-body {
  padding:0px 0px 0px 40px !important;
}

/*--------------------------------------------------------------------------------------

1201pxから1600pxまで

---------------------------------------------------------------------------------------*/
@media (max-width: 1600px) {

.p-navi {
  width: 90%;
}

.p-navi li {
padding: 0 25px;
}
.c05 .box .left {
  padding-left: 10px;
}
.c05 .box .right {
  padding-left: 10px;
}
}

/*--------------------------------------------------------------------------------------

961pxから1200pxまで

---------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
.c05 .box {
    width: 80%;
    margin: 0 auto;
}
.p-navi {
  width: 100%;
}
.p-navi li {
  width: 15.8%;
  font-size: 15px;
}
.c06 .faqInner {
  width: 60%;
}
.c04 .inner {
  width: 90%;
}
}

/*--------------------------------------------------------------------------------------

641pxから960pxまで

---------------------------------------------------------------------------------------*/
@media (max-width: 960px) {
  /*----------------------COMMON-----------------------*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }


.concept {
  position:relative;
  right: 0%;
  top: 0%;
  width: 100%;
}

.concept .contText {
text-align: left;
    color: rgba(0,0,0,.56);
    font-size: 14px;
    letter-spacing: 3px;
    margin: 0 auto;
    line-height: 1.6;
    width: 80%;
    padding-top: 0px !important;
    padding-bottom: 50px !important;
}

.main {
  background-position-x: calc(-400px);
}
.main .contCap {
  padding: 50px 15px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}

.uk-navbar-nav > li > a {
    color: #000;
}
.uk-navbar-right {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 1111;
}
.uk-height-large img {
  width: 100%;
}
.uk-height-large {
    height: auto;
}



.c01,
.c03,
.c05 {
  width: 90%;
  margin: 0 auto;
}

.inner {
  width: 90%;
}
/*-------------------------C03------------------------*/

.c03 .left {
  clear: both;
  float: none;
  width: 100%;
  position: relative;
    z-index: 1;
    left: 0px;
}

.c03 .right {
  width: 80%;
  float: none;
  clear: both;
  margin: 0 auto;
}

.c03 .contInner {
  width: 100%;
}
.c03 .contText {
  text-align: center;
}

.c03 .right .boxInner {
  width: 50%;
}
.c04 .inner {
  width: 90%;
}
.c05 .box {
  width: 90%;
}
.c06 .faqInner {
  width: 80%;
}

.uk-icon {
  color: white;
}
.uk-navbar-nav {

    border-radius: 5px;
}



.uk-navbar-nav svg {

}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  min-height: 50px;

}



}




/*--------------------------------------------------------------------------------------

321pxから640pxまで

---------------------------------------------------------------------------------------*/
@media (max-width: 640px) {

  .uk-modal-dialog .uk-card-body {
  padding-left: 30px;
}

/*-------------------------C01------------------------*/

.uk-nav li > a span.sub {
  font-size: 12px;
  display: block;
  padding: 5px 0 10px;
} 

  /*----------------------COMMON-----------------------*/
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
 
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}

.uk-navbar-nav > li > a {
    color: #000;
}
.uk-navbar-right {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 1111;
}
.uk-height-large {
    height: auto;
}
.uk-height-large img {
     height: auto;

}

.contTtl {
  font-size: 30px;
}

.contText {
  padding: 10px 15px 50px!important;
  font-size: 15px;
  
}

.c00 .inner .contText {
  text-align: left !important;
}

.c01,
.c02,
.c03,
.c04,
.c05,
.c06 {
  width: 90%;
  margin: 0 auto;
}

.inner {
  width: 90%;
}

.cam {
  width: 100%;
  border-radius: 10px;
}

.concept {
  position:relative;
  right: 0%;
  top: 0%;
  width: 100%;
}

.concept .contText {
text-align: left;
    color:white;
    font-size: 14px;
    letter-spacing: 3px;
    margin: 0 auto;
    line-height: 1.6;
    width: 80%;
    padding-top: 201px !important;
}

.main {
  background-position-x: calc(-400px);
}
.main .contCap {
  padding: 50px 15px;
}



/*-------------------------C01------------------------*/
.c00 {
  margin-top: 0px;
  width: 100%;
  margin:0px auto 0px; 
  text-align: center;
      background-color: #f0eee054;
}

.c00 .inner {
  width: 90%;
  margin: 0 auto;
}

/*-------------------------C01------------------------*/

.c01, {
  width: 90%;
  text-align: left;
}
.c01 {
  margin-top: 10px;
}
.contCap {
  font-size: 22px;
  text-align: left;
  padding: 0 15px;
}

.c01 .contText {
  text-align: left;
  padding:10px 15px 20px!important;
}


.c01 .right {
  float: none;
  width: 100%;
  padding: 0;
}

.c01 .left {
  float: none;
  width: 100%;
  padding: 0;
}

/*-------------------------C02------------------------*/

.c02 {
  width: 100%;
}
.c02 .contText {
  text-align: left;
  padding: 10px 35px 50px!important;
}


/*-------------------------C03------------------------*/

.c03 .left {
  clear: both;
  float: none;
  width: 100%;
  position: relative;
    z-index: 1;
    left: 0px;
    padding: 0;
}

.c03 .right {
  width: 100%;
  float: none;
  clear: both;
    padding: 0;
}

.c03 .contInner {
  width: 100%;
}
.c03 .contText {
  text-align: left;
}

.c03 .right .boxInner {
  width: 50%;
}
/*-------------------------C04------------------------*/

.c04 {
  width: 100%;
}

.planCont {
  border-left: none;
  margin-bottom: 35px;
}

.c04 .uk-grid {
  width: 90%;
  margin: 0 auto;
}

.uk-card-body {
  padding: 0px;
}
.c04 .contText {
  text-align: left;
}
/*-------------------------C05------------------------*/

.c05 .box {
  width: 100%;
}

.c05 .box .name {
  top: 0px;
}

.c05 .box .pricebase {
  display: block;
}

.c05 .box .left {
  float: none;
  clear: both;
  width: 100%;
  padding-left: 0px;
}
.c05 .box .right {
 display: none;
 padding-left: 0px;
}
.c05 .contText {
  text-align: left;
}

.c05 .btn {
  width: 100%;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/*-------------------------C06------------------------*/

.c06 {
  width: 100%;
}

.c06 .faqInner {
  width: 100%;
}


.uk-icon {
  color: white;
}
.uk-navbar-nav {

    border-radius: 5px;
}



.uk-navbar-nav svg {

}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
  min-height: 50px;

}

}



@media (max-width: 320px) {
.main {
  background-position-x: calc(-500px);
}

}

