@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,500,600");
@import url(../fonts/icomoon/style.css);
/* !!------------------------------------ */
/* !! ストライプ */
/* CSS Document */
*, :before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, ul, ol, dl, dd, p, hr, figure {
  margin: 0;
  padding: 0; }

header, nav, main, footer, section {
  display: block; }

strong {
  font-weight: normal; }

form {
  margin-bottom: 0; }

img {
  vertical-align: bottom; }

.noLink {
  text-decoration: none !important;
  cursor: default; }

p {
  line-height: 1.6;
  font-size: 16px;
  text-align: justify; }

.ar {
  text-align: right; }

i {
  font-style: normal; }

.fr {
  float: right; }

/* !!------------------------------------ */
/* !! 共通css */
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  color: #323333;
  background: #fff;
  font-family: "Hiragino Kaku Gothic ProN","YuGothic",Meiryo,"メイリオ",sans-serif !important;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

main {
  display: block;
  min-width: 1280px; }

/* !!------------------------------------ */
/* !! トップページ */
#mv {
  width: 100% !important;
  height: 100vh !important;
  overflow: hidden;
  max-height: 1200px;
  overflow: hidden;
  background: #eee;
  position: relative;
  transition: 1000ms;
  opacity: 1;
  background-image: url(../../img/mv.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  #mv .h1-wrap {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
    transition: 1500ms;
    transition-delay: 1000ms;
    position: absolute;
    padding: 100px 150px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8); }
    #mv .h1-wrap p.sub {
      font-size: 3rem;
      margin-bottom: -0.3em; }
    #mv .h1-wrap h1 {
      font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif !important;
      font-size: 6rem;
      white-space: nowrap;
      margin: 30px 0 50px 0;
      line-height: 1; }
    #mv .h1-wrap .desc {
      font-size: 2rem;
      line-height: 2; }
    #mv .h1-wrap .note {
      font-size: 1.5rem;
      position: absolute;
      right: 150px;
      bottom: 50px;
      line-height: 1; }
  #mv.loading {
    opacity: 0; }
    #mv.loading .h1-wrap {
      opacity: 0;
      -webkit-filter: blur(10px);
      -moz-filter: blur(10px);
      -ms-filter: blur(10px);
      -o-filter: blur(10px);
      filter: blur(10px);
      -webkit-transform: translateY(-60%);
      -moz-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
      -o-transform: translateY(-60%);
      transform: translateY(-60%); }

.scroll-down {
  width: 30px;
  height: 55px;
  display: block;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }
  .scroll-down img {
    width: 100% !important;
    height: auto !important; }
  .scroll-down:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
    border-radius: 15px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .scroll-down:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #323333;
    display: block;
    opacity: 0.7;
    position: absolute;
    top: 10px;
    left: 12px;
    animation: scroll 1s ease-in-out infinite alternate; }

@keyframes scroll {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(3px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(0); } }

/* !!------------------------------------ */
/* !! トップページ */
/* !! 共通 */
section {
  display: block;
  padding: 100px 0;
  width: 100%;
  overflow: hidden; }
  section > .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative; }
  section h2 {
    text-align: center;
    color: #DF6366;
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif !important;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 50px; }
  section p {
    font-size: 1.8rem;
    line-height: 2; }

ul.thumb {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto; }
  ul.thumb li {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #eee;
    position: relative;
    overflow: hidden; }
    ul.thumb li img {
      display: block;
      width: 100% !important;
      height: auto !important; }
    ul.thumb li span {
      display: block;
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 0;
      width: 100%;
      text-align: center;
      font-size: 3rem;
      line-height: 1;
      font-weight: bold;
      color: #fff;
      font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif !important;
      text-shadow: 2px 2px 4px #000;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }

.desc-wrap {
  width: 1000px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between; }
  .desc-wrap .desc {
    margin: 0;
    width: 300px; }
    .desc-wrap .desc.col2 {
      width: 650px; }
    .desc-wrap .desc h3 {
      font-size: 3rem;
      margin-bottom: 10px; }
      .desc-wrap .desc h3 strong {
        width: 150px;
        border-bottom: 4px solid #fff000;
        font-weight: bold;
        font-size: .66em !important;
        display: block;
        padding-bottom: 10px;
        line-height: 1;
        margin-bottom: 13px; }
    .desc-wrap .desc p {
      font-size: 1.8rem;
      line-height: 2; }

#chou {
  background-image: -webkit-linear-gradient(135deg, #EAF5FC 25%, #fff 25%, #fff 50%, #EAF5FC 50%, #EAF5FC 75%, #fff 75%, #fff 100%);
  background-image: -moz-linear-gradient(135deg, #EAF5FC 25%, #fff 25%, #fff 50%, #EAF5FC 50%, #EAF5FC 75%, #fff 75%, #fff 100%);
  background-image: -o-linear-gradient(135deg, #EAF5FC 25%, #fff 25%, #fff 50%, #EAF5FC 50%, #EAF5FC 75%, #fff 75%, #fff 100%);
  background-image: -ms-linear-gradient(135deg, #EAF5FC 25%, #fff 25%, #fff 50%, #EAF5FC 50%, #EAF5FC 75%, #fff 75%, #fff 100%);
  background-size: 16.97px 16.97px; }
  #chou .inner {
    position: relative; }
    #chou .inner img {
      display: block;
      height: auto; }
  #chou .wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  #chou h2 {
    text-align: justify;
    margin-bottom: 35px; }

#osusume {
  padding-bottom: 0; }

.slide-wrap {
  font-size: 0;
  white-space: nowrap;
  margin-bottom: 130px !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .slide-wrap .cell {
    width: 484px;
    height: 400px;
    background: #eee;
    position: relative;
    display: inline-block;
    -webkit-user-select: none;
    outline: none !important; }
    .slide-wrap .cell img {
      display: block;
      width: 100% !important;
      height: auto !important; }
    .slide-wrap .cell span {
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      line-height: 80px;
      text-align: center;
      color: #fff;
      font-size: 2.2rem;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
  .slide-wrap .slick-dots {
    margin: 0;
    bottom: -33px !important; }
    .slide-wrap .slick-dots li {
      margin: 0 !important; }
      .slide-wrap .slick-dots li button:before {
        font-size: 12px !important; }
      .slide-wrap .slick-dots li:hover button:before {
        color: #DF6366 !important; }
      .slide-wrap .slick-dots li.slick-active button:before {
        color: #DF6366 !important;
        opacity: 1 !important; }

h2#material {
  margin-bottom: .33em; }

p.lead {
  font-size: 2.4rem;
  line-height: 1.83;
  text-align: center;
  margin-bottom: -0.4em; }

.material-wrap {
  background: #FEF6FA;
  padding: 50px 0;
  margin-top: 50px; }

ul.material {
  max-width: 1200px;
  margin: 0 auto;
  display: flex; }
  ul.material li {
    width: calc(100% / 3);
    padding: 0 30px;
    border-right: 2px dotted #323333; }
    ul.material li:last-of-type {
      border-right: none; }
    ul.material li h3 {
      font-size: 2rem;
      font-weight: normal; }
      ul.material li h3 strong {
        font-size: 1.5em;
        font-weight: bold;
        display: block; }
    ul.material li p {
      border-top: 1px solid #323333;
      padding-top: 30px;
      margin-top: 30px;
      font-size: 1.6rem;
      line-height: 1.88; }

#howto table {
  table-layout: fixed;
  width: 100% !important;
  border-collapse: collapse; }
  #howto table td, #howto table th {
    padding: 16px 30px;
    border: 1px solid #323333; }
  #howto table th {
    font-size: 2.4rem;
    text-align: justify;
    background: #efefef; }
    #howto table th span {
      display: block;
      font-size: 0.66em;
      font-weight: normal; }
  #howto table td {
    font-size: 1.8rem; }
    #howto table td span {
      display: block; }
    #howto table td:first-of-type {
      font-size: 2.4rem;
      text-align: center;
      font-weight: bold; }

#howto .note {
  font-size: 1.4rem;
  line-height: 1.57; }
  #howto .note strong {
    font-size: 1.14em;
    display: block;
    font-weight: bold;
    line-height: 1;
    margin: 15px 0 10px 0; }

#order {
  background-image: -webkit-linear-gradient(135deg, #FDF7FA 25%, #fff 25%, #fff 50%, #FDF7FA 50%, #FDF7FA 75%, #fff 75%, #fff 100%);
  background-image: -moz-linear-gradient(135deg, #FDF7FA 25%, #fff 25%, #fff 50%, #FDF7FA 50%, #FDF7FA 75%, #fff 75%, #fff 100%);
  background-image: -o-linear-gradient(135deg, #FDF7FA 25%, #fff 25%, #fff 50%, #FDF7FA 50%, #FDF7FA 75%, #fff 75%, #fff 100%);
  background-image: -ms-linear-gradient(135deg, #FDF7FA 25%, #fff 25%, #fff 50%, #FDF7FA 50%, #FDF7FA 75%, #fff 75%, #fff 100%);
  background-size: 16.97px 16.97px; }
  #order h2 {
    line-height: 1; }
  #order img {
    margin: 100px auto;
    margin-bottom: 75px;
    display: block; }
  #order .price-wrap {
    margin: 0 auto;
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
    text-align: center; }
    #order .price-wrap dl dt {
      width: 200px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #fff;
      border-radius: 20px;
      border: 1px solid #323333;
      font-size: 2rem;
      box-sizing: content-box;
      font-weight: bold;
      display: inline-block; }
    #order .price-wrap dl .amount {
      font-size: 3rem;
      font-weight: 900;
      line-height: 1;
      margin: 20px 0; }
      #order .price-wrap dl .amount span {
        font-size: 1.33em; }
    #order .price-wrap dl .price {
      font-weight: 900;
      font-size: 3.6rem;
      line-height: 1;
      margin: 20px 0; }
      #order .price-wrap dl .price span {
        font-size: 1.67em; }
    #order .price-wrap dl .note {
      font-size: 2rem;
      line-height: 1;
      font-weight: 900; }
    #order .price-wrap dl.sale-price {
      position: relative; }
      #order .price-wrap dl.sale-price:before {
        content: "";
        display: block;
        width: 105px;
        height: 20px;
        bottom: 50px;
        left: -153px;
        position: absolute;
        background-image: url(../../img/arrow.png);
        background-repeat: no-repeat;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        background-position: center center; }
      #order .price-wrap dl.sale-price dt {
        background: #DF6366;
        color: #fff;
        border-color: #DF6366; }
      #order .price-wrap dl.sale-price .price span {
        font-size: 2.22em;
        color: #DF6366; }

footer {
  background: #DF6366;
  padding: 50px 0 0 0;
  display: block;
  width: 100%; }
  footer h2 {
    font-family: "游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif !important;
    text-align: center;
    font-size: 3.6rem;
    color: #fff;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid  #fff; }
  footer div {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px; }
    footer div a {
      display: inline-block;
      vertical-align: top;
      margin: 0 25px; }
  footer .company {
    line-height: 50px;
    text-align: left;
    font-size: 14px;
    padding: 0 50px;
    background: #fff;
    margin: 0; }
    footer .company b {
      font-weight: bold;
      font-style: 1.29em; }

/*# sourceMappingURL=../css/main.css.map */
