@charset "utf-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
/*# sourceMappingURL=normalize.min.css.map */

/* ==========================================================================
   Main Styles
   ========================================================================== */

/* Base
   ========================================================================== */

body {
  color: #222;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.2;
}
a {
  color: #1e4db9;
  outline: none;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #1e4db9;
  text-decoration: none;
}
img {
  vertical-align: top;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style: none;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
}
.wrapper a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
img {
  max-width: 100%;
}
.btn {
  background-color: #6F3BDA;
  border-radius: 60px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  padding: 21px 55px;
  text-align: center;
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  opacity: .9;
}

/* Layout
   ========================================================================== */

.container {
  width: 100%;
}
.wrapper {
  width: 100%;
}

/* Header
   ========================================================================== */

.header {
  margin: 0 auto;
  width: 1200px;
}
.header-logo {
  left: 30px;
  position: absolute;
  top: 30px;
  width: 120px;
}

/* Wrapper
   ========================================================================== */

.mv {
  background: url(../images/start/mv.png) 100% 0 no-repeat;
  height: 480px;
  margin: 0 auto 100px;
  padding-top: 150px;
  width: 1200px;
}
.mv-h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.mv-lead {
  line-height: 2;
  margin-bottom: 20px;
}
.bnr {
  padding: 0 4% 80px;
  text-align: center;
}
.feature .block {
  align-items: center;
  display: flex;
  margin: 0 auto 70px;
  width: 980px;
}
.feature-img {
  border-radius: 10px;
  box-shadow:0px 0px 15px 0px rgba(0,0,0,.16);
  width: 420px;
}
.feature-h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.feature-text {
  line-height: 2;
}
.imgL .feature-img {
  margin-right: 100px;
}
.imgR .feature-img {
  margin-left: 100px;
}
.case {
  padding-bottom: 60px;
}
.case-h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.case ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 830px;
}
.case li {
  align-items: center;
  background-color: #ECF8F9;
  border-radius: 10px;
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 20px;
  width: 400px;
}
.case li:nth-child(2n) {
  margin-left: 30px;
}
.case li img {
  margin-right: 20px;
}
.case-h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.recipe {
  background-color: #ECF8F9;
  padding: 70px 0;
}
.recipe-h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 45px;
  text-align: center;
}
.recipe .block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 50px;
  width: 1200px;
}
.recipe .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow:0px 0px 15px 0px rgba(0,0,0,.16);
  margin-bottom: 60px;
  margin-right: 60px;
  width: 360px;
}
.recipe .box:nth-child(3n) {
  margin-right: 0;
}
.recipe .box img {
  border-radius: 10px 10px 0 0;
}
.recipe .box a {
  text-decoration: none;
}
.recipe .text {
  padding: 17px;
}
.recipe-h3 {
  color: #222;
  font-size: 20px;
  margin-bottom: 10px;
}
.recipe .text ul {
  display: flex;
}
.recipe .text li {
  background-color: #ECF8F9;
  border-radius: 5px;
  color: #222;
  font-size: 12px;
  margin-right: 5px;
  padding: 3px 13px;
}
.more {
  text-align: center;
}
.more span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.creator {
  padding: 70px 0;
  text-align: center;
}
.creator-h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 45px 0 25px;
  text-align: center;
}
.creator-text {
  line-height: 2;
  margin-bottom: 30px;
}
.news {
  padding: 10px 0 60px;
}
.news ul {
  margin: 0 auto;
  width: 830px;
}
.news li {
  display: flex;
  margin-bottom: 20px;
}
.news li a {
  color: #222;
}
.news li span {
  padding-right: 1em;
}

/* owner */

.owner .header {
  background: url(../images/owner/owner_img_01.png) center center no-repeat;
  background-size: 65% auto;
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  width: 100%;
}
.owner h1 {
  font-weight: bold;
}
.owner .inner {
  margin: 0 auto;
  padding: 50px 0;
  width: 640px;
}
.owner h2 {
  font-weight: bold;
  font-size: 24px;
}
.owner-cat {
  margin-bottom: 20px;
}
.owner-cat span {
  background-color: #ECF8F9;
  border-radius: 5px;
  padding: 5px 13px;
}
.owner-info h2 {
  margin: 40px 0 20px;
}
.owner-info h3 {
  margin: 30px 0 20px;
}
.owner p {
  line-height: 2;
}
.owner-info ol li {
  line-height: 2;
  margin-bottom: 10px;
}
.owner-info ul li {
  line-height: 2;
  margin-left: 1em;
  text-indent: -1em;
}
.owner-info ul li:before {
  content: "・";
}
.owner .recipe .block {
  margin-bottom: 0;
  width: 640px;
}
.owner .recipe {
  padding-bottom: 30px;
}
.owner .recipe .box {
  margin-right: 4%;
  width: 48%;
}
.owner .recipe .box:nth-child(3n) {
  margin-right: 4%;
}
.owner .recipe .box:nth-child(2n) {
  margin-right: 0;
}

/* help */

.help h2 {
  margin: 40px 0 20px;
}
.owner.help .inner {
  padding-top: 0;
}
.owner.help .header {
  background-image: url(../images/help/help_img_01.png);
}
.qa-index ul {
  background-color: #f6f6f6;
  margin: 20px 0 40px;
  padding: 30px 30px 40px;
}
.qa-index li {
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
  padding: 10px 0;
}
.qa-index li a {
  color: #222;
  text-decoration: none;
}

/* Footer
   ========================================================================== */

.footer {
  background-color: #ECF8F9;
  font-size: 14px;
  line-height: 2;
  padding: 30px 0 20px;
  text-align: center;
}
.footer a {
  color: #222;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-link {
  margin-bottom: 1em;
}
.footer-link li {
  display: inline-block;
}
.footer-sns {
  margin-bottom: 30px;
}
.footer-sns li {
  display: inline;
  padding: 0 10px;
}
.footer-sns li a {
  display: inline-block;
}
.footer-logo {
  margin: 0 auto;
  width: 120px;
}
.footer-logo a {
  display: inline-block;
}
.copy {
  font-size: 12px;
  margin-top: 30px;
}


/* ==========================================================================
   Common Style
   ========================================================================== */

.sp-fix {
  display: none !important;
}
.tb-fix {
  display: none !important;
}
.pc-fix {
  display: block !important;
}

/* Common end */

@media screen and (max-width: 1280px) {
  .header-logo {
    left: 30px;
  }
  .mv {
    padding: 150px 30px 0;
    width: 100%;
  }
  .feature {
    padding: 0 4%;
  }
  .feature .block {
    width: 100%;
  }
  .feature-img {
    width: 50%;
  }
  .feature .text {
    width: 50%;
  }
  .imgL .feature-img {
    margin-right: 5%;
  }
  .imgR .feature-img {
    margin-left: 5%;
  }
  .recipe {
    padding: 70px 4% 50px;
  }
  .recipe .block {
    width: 100%;
  }
  .recipe .box {
    margin-right: 5%;
    width: 30%
  }
  .recipe .box:nth-child(3n) {
    margin-right: 0;
  }
}

/* ==========================================================================
   Tablet Style
   ========================================================================== */

@media screen and (max-width: 960px) {

/* Tablet Base
   ========================================================================== */

.wrapper a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
}

/* Tablet Header
   ========================================================================== */

  .header {
    width: 100%;
  }
  .header-logo {
    left: 4%;
    top: 20px;
  }
  
/* Tablet Main
   ========================================================================== */
  .pc-fix {
    display: none !important;
  }
  .sp-fix {
    display: none !important;
  }
  .tb-fix {
    display: block !important;
  }
  p,li {
    font-size: 14px;
  }
  .mv {
    background: none;
    height: auto;
    margin-bottom: 50px;
    padding: 0 4%;
    text-align: center;
    width: 100%;
  }
  .mv .img {
    padding-right: 7%;
  }
  .mv-h1,
  .feature-h2,
  .case-h2,
  .recipe-h2,
  .creator-h2 {
    font-size: 20px;
    margin-top: 30px;
  }
  .mv-lead {
    font-size: 14px;
  }
  .case {
    padding: 0 4% 30px;
  }
  .case-h2 {
    margin-bottom: 30px;
  }
  .case ul {
    width: 100%;
  }
  .case li {
    width: 48%;
  }
  .case li:nth-child(2n) {
    margin-left: 4%;
  }
  .recipe {
    padding-top: 10px;
  }
  .recipe .block {
    margin-bottom: 0;
  }
  .recipe .box {
    margin-right: 4%;
    width: 48%;
  }
  .recipe .box:nth-child(2n) {
    margin-right: 0;
  }
  .recipe .box:nth-child(3n) {
    margin-right: 4%;
  }
  .recipe .box:last-child {
    margin-right: 0;
  }
  .recipe-h3 {
    font-size: 18px;
  }
  .recipe .box img {
    width: 100%;
  }
  .creator {
    padding: 50px 4%;
  }
  .owner h1 {
    font-size: 24px;
  }
  .owner h2 {
    font-size: 20px;
  }
  .owner-info h3 {
    font-size: 18px;
  }
  .news {
    padding: 0 4% 60px;
  }
  .news ul {
    width: 100%;
  }
  .news li {
    display: flex;
  }


/* Tablet Footer
   ========================================================================== */

} /* Tablet end */

@media screen and (max-width: 700px) {
  .owner .inner {
    padding: 30px 4%;
    width: 100%;
  }
  .owner .recipe .block {
    width: 100%;
  }
}

/* ==========================================================================
   Mobile Style
   ========================================================================== */

@media screen and (max-width: 560px) {
  .pc-fix {
    display: none !important;
  }
  .tb-fix {
    display: none !important;
  }
  .sp-fix {
    display: block !important;
  }
  .header-logo {
    width: 80px;
  }
  .bnr {
    padding: 0 4% 50px;
  }
  .feature {
    padding: 0 4%;
    text-align: center;
  }
  .feature .block {
    display: block;
  }
  .feature-img {
    width: 100%;
  }
  .feature .text {
    width: 100%;
  }
  .imgL .feature-img {
    margin-right: 0;
  }
  .imgR .feature-img {
    margin-left: 0;
  }
  .case ul {
    display: block;
    width: 100%;
  }
  .case li {
    width: 100%;
  }
  .case li:nth-child(2n) {
    margin-left: 0;
  }
  .recipe .block,
  .owner .recipe .block {
    display: block;
  }
  .recipe .box,
  .owner .recipe .box {
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  
} /* Mobile end */

/* Commons
   ========================================================================== */

.center {text-align: center;}
.bold {font-weight: bold;}

.mb00 {margin-bottom: 0 !important;}
.mb05 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}
.mb60 {margin-bottom: 60px !important;}
.mb70 {margin-bottom: 70px !important;}
.mb80 {margin-bottom: 80px !important;}
.mb90 {margin-bottom: 90px !important;}
.mb100 {margin-bottom: 100px !important;}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}