@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

address {
  font-style: normal; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

::selection {
  background-color: #F0F0EC;
  color: #696961; }

/* wrap */
/*	common
---------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  color: #696961; }
  @media screen and (max-width: 800px) {
    body {
      font-size: 14px; } }

/* link */
a {
  color: #696961;
  text-decoration: none;
  transition: .4s; }
  a:hover {
    transition: .4s; }

a:active, a:focus {
  outline: none; }

/* figure */
img {
  max-width: 100%;
  height: auto; }

/* heading */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block !important; }
  @media screen and (max-width: 800px) {
    .block_p {
      display: none !important; } }

.block_s {
  display: none !important; }
  @media screen and (max-width: 800px) {
    .block_s {
      display: block !important; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 800px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none !important; }
  @media screen and (max-width: 800px) {
    .inline_s {
      display: inline !important; } }

.inline-block_p {
  display: inline-block !important; }
  @media screen and (max-width: 800px) {
    .inline-block_p {
      display: none !important; } }

.inline-block_s {
  display: none !important; }
  @media screen and (max-width: 800px) {
    .inline-block_s {
      display: inline-block !important; } }

.anc {
  margin-top: -100px;
  padding-top: 100px; }

.ttl {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .ttl {
      font-size: 32px;
      margin-bottom: 30px; } }

.ttlInner {
  color: #DF1C14; }

.enTtl {
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 30px; }
  @media screen and (max-width: 800px) {
    .enTtl {
      font-size: 14px;
      margin-bottom: 20px; } }

.txt {
  line-height: 2.813; }
  @media screen and (max-width: 800px) {
    .txt {
      line-height: 2.188; } }

.inner {
  max-width: 1104px;
  margin: auto;
  padding: 0 40px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .inner {
      padding: 0 15px; } }

.header {
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .header {
      height: 115px; } }
  .header__logo {
    box-sizing: border-box;
    width: 170px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFF; }
    @media screen and (max-width: 800px) {
      .header__logo {
        width: 100px; } }
    .header__logo img {
      display: block;
      width: 100px; }
      @media screen and (max-width: 800px) {
        .header__logo img {
          width: 56px; } }

.topMv {
  padding: 30px;
  position: relative;
  box-sizing: border-box;
  height: 100vh; }
  @media screen and (max-width: 800px) {
    .topMv {
      padding: 15px; } }
  .topMv__inner {
    background: url("../img/img_mv.jpg") center no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%; }

.topSteatment {
  margin-bottom: 190px;
  margin-top: 100px; }
  @media screen and (max-width: 800px) {
    .topSteatment {
      padding: 0 30px;
      margin-top: 65px;
      margin-bottom: 65px; } }
  .topSteatment__box {
    max-width: 560px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .topSteatment__box {
        max-width: 100%; } }

.topChallenge {
  margin-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .topChallenge {
      padding: 0 15px;
      margin-bottom: 50px; } }
  .topChallenge__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 100px; }
    @media screen and (max-width: 800px) {
      .topChallenge__wrap {
        display: block;
        margin-bottom: 60px; } }
  .topChallenge__box {
    max-width: 500px;
    padding-top: 300px; }
    @media screen and (max-width: 800px) {
      .topChallenge__box {
        padding: 0;
        max-width: 100%; } }
  .topChallenge__pic {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 0 120px 0 100px; }
    @media screen and (max-width: 800px) {
      .topChallenge__pic {
        padding: 0;
        width: calc(50% + 22.5px);
        margin-left: 15px;
        margin-bottom: 75px; } }
  .topChallenge__pic2 {
    max-width: 640px;
    margin: auto; }
    @media screen and (max-width: 800px) {
      .topChallenge__pic2 {
        max-width: auto;
        width: calc(100% + 30px);
        margin: 0 -15px; } }

.topConcept {
  background: #F0F0EC;
  position: relative;
  text-align: center;
  padding-bottom: 100px; }
  @media screen and (max-width: 800px) {
    .topConcept {
      padding-bottom: 65px; } }
  @media screen and (max-width: 800px) {
    .topConcept__txt {
      text-align: left; } }
  @media screen and (max-width: 800px) {
    .topConcept .ttl,
    .topConcept .txt {
      text-align: left; } }
  .topConcept:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 300px;
    background: #FFF; }
    @media screen and (max-width: 800px) {
      .topConcept:before {
        height: 150px; } }
  .topConcept__box {
    background: #FFF;
    padding: 30px 20px 100px;
    margin-bottom: 80px; }
    @media screen and (max-width: 800px) {
      .topConcept__box {
        padding: 20px 30px 65px; } }
  .topConcept__enTtl {
    font-size: 56px;
    color: #DF1C14;
    font-weight: 200;
    font-family: "Montserrat"; }
    @media screen and (max-width: 800px) {
      .topConcept__enTtl {
        font-size: 42px; } }
  .topConcept__ttl {
    font-size: 28px;
    font-weight: 500;
    margin: 30px 0 40px; }
    @media screen and (max-width: 800px) {
      .topConcept__ttl {
        font-size: 23px;
        line-height: 1.4; } }
  .topConcept__subTtl {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .topConcept__subTtl:after {
      content: "";
      position: absolute;
      left: calc(50% - 20px);
      bottom: 0;
      width: 40px;
      height: 1px;
      background: #AFB1A5; }
  .topConcept__subTtlInner {
    color: #FFF;
    display: inline-block;
    background: #AAAAAA;
    box-sizing: border-box;
    padding: 2px 0 0 0; }
    @media screen and (max-width: 800px) {
      .topConcept__subTtlInner {
        color: #696961;
        background: none;
        line-height: 1.4;
        display: inline; } }
    .topConcept__subTtlInner:first-of-type {
      margin-bottom: 20px; }
      @media screen and (max-width: 800px) {
        .topConcept__subTtlInner:first-of-type {
          margin-bottom: 0; } }

.topSlides {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  padding: 30px;
  margin-bottom: 140px; }
  @media screen and (max-width: 800px) {
    .topSlides {
      display: block;
      padding: 15px;
      margin-bottom: 80px; } }
  .topSlides__slide {
    width: calc(100%/3 - 20px);
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    @media screen and (max-width: 800px) {
      .topSlides__slide {
        width: 100%;
        height: 500px; } }
  .topSlides__slide1 {
    background-image: url("../img/slide1.jpg"); }
  .topSlides__slide2 {
    background-image: url("../img/slide2.jpg"); }
  .topSlides__slide3 {
    background-image: url("../img/slide3.jpg"); }
  .topSlides__box {
    max-width: 265px;
    padding: 30px;
    box-sizing: border-box;
    background: #F0F0EC;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 256px; }
    @media screen and (max-width: 800px) {
      .topSlides__box {
        max-width: 180px;
        padding: 20px 15px; } }
  .topSlides__ttl {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600; }
    @media screen and (max-width: 800px) {
      .topSlides__ttl {
        font-size: 16px; } }
  .topSlides__txt {
    font-size: 12px;
    line-height: 2; }
  @media screen and (max-width: 800px) {
    .topSlides .slick-arrow {
      width: 55px;
      height: 55px;
      border-radius: 100px;
      background: #000;
      z-index: 100;
      top: auto;
      bottom: -40px; } }
  .topSlides .slick-arrow:before {
    content: none !important; }
  @media screen and (max-width: 800px) {
    .topSlides .slick-next {
      right: 15px;
      background: url("../img/arrow_r.svg") no-repeat center;
      background-size: 55px; } }
  @media screen and (max-width: 800px) {
    .topSlides .slick-prev {
      left: 15px;
      background: url("../img/arrow_l.svg") no-repeat center;
      background-size: 55px; } }

.topProducts {
  margin-top: 140px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between;
  padding: 0 60px; }
  @media screen and (max-width: 800px) {
    .topProducts {
      margin-top: 80px;
      padding: 0 15px; } }
  .topProducts__box {
    width: calc(100%/3 - 60px); }
    @media screen and (max-width: 800px) {
      .topProducts__box {
        width: calc(50% + 60px); } }
  .topProducts__box2 {
    margin-top: 180px; }
    @media screen and (max-width: 800px) {
      .topProducts__box2 {
        margin: 70px 0;
        margin-left: calc(50% - 60px); } }
  .topProducts__box3 {
    margin-top: 360px; }
    @media screen and (max-width: 800px) {
      .topProducts__box3 {
        margin: 0; } }

.detail {
  margin-top: 20px; }
  .detail__ttl {
    font-weight: 600;
    margin-bottom: 10px; }
  .detail__txt {
    font-size: 14px;
    line-height: 2.143; }
    @media screen and (max-width: 800px) {
      .detail__txt {
        font-size: 12px;
        line-height: 1.6; } }

.topLineup {
  padding: 0 10px;
  margin: 250px 0 110px; }
  @media screen and (max-width: 800px) {
    .topLineup {
      margin: 70px 0 110px;
      padding: 0 15px; } }
  .topLineup__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px; }
    @media screen and (max-width: 800px) {
      .topLineup__wrap {
        padding: 0;
        -webkit-justify-content: space-between;
        /* Safari etc. */
        -ms-justify-content: space-between;
        /* IE10        */
        justify-content: space-between; } }
  .topLineup__box {
    width: calc(100%/4);
    padding: 0 10px;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      .topLineup__box {
        width: calc(100%/2 - 5px);
        padding: 0; } }
  .topLineup__caution {
    text-align: right;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px; }
    @media screen and (max-width: 800px) {
      .topLineup__caution {
        text-align: left;
        font-size: 10px;
        line-height: 1.4; } }

.topLogo {
  max-width: 295px;
  margin: auto; }
  @media screen and (max-width: 800px) {
    .topLogo {
      max-width: 100%;
      width: 40%; } }

@media screen and (max-width: 800px) {
  .logoSp {
    padding: 0 15px; } }

.topAbout {
  margin-top: 220px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .topAbout {
      margin-top: 170px; } }
  .topAbout__logoWrap {
    width: calc(100%/2 + 114px);
    height: 530px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #7ACFCB;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 800px) {
      .topAbout__logoWrap {
        width: 100%;
        height: 265px;
        position: relative; } }
  .topAbout__logo {
    max-width: 384px; }
    .topAbout__logo img {
      display: block;
      width: 100%; }
    @media screen and (max-width: 800px) {
      .topAbout__logo {
        width: 63%;
        max-width: 100%;
        margin: auto; } }
  .topAbout__enTxt {
    font-size: 18px;
    position: absolute;
    left: 30px;
    top: 30px;
    color: #FFF;
    font-family: "Montserrat"; }
    @media screen and (max-width: 800px) {
      .topAbout__enTxt {
        font-size: 14px;
        left: 15px;
        top: 15px; } }
  .topAbout .inner {
    overflow: hidden;
    margin-top: -40px;
    z-index: 1; }
  .topAbout__box {
    background: #FFF;
    max-width: 500px;
    padding: 50px;
    box-sizing: border-box;
    float: right;
    margin-top: 240px; }
    @media screen and (max-width: 800px) {
      .topAbout__box {
        float: none;
        max-width: 100%;
        padding: 40px 30px 30px;
        position: relative;
        margin: 0; } }
  .topAbout__enTtl {
    font-family: "Montserrat";
    font-size: 18px;
    color: #7ACFCB; }
    @media screen and (max-width: 800px) {
      .topAbout__enTtl {
        font-size: 14px; } }
  .topAbout__ttl {
    font-size: 34px;
    font-weight: 500;
    margin: 20px 0 30px; }
    @media screen and (max-width: 800px) {
      .topAbout__ttl {
        font-size: 27px;
        margin: 15px 0 20px; } }
  .topAbout__txt {
    line-height: 2.125; }
  .topAbout__btn {
    width: 300px;
    height: 74px;
    border: 2px solid #7ACFCB;
    border-radius: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #7ACFCB;
    font-weight: 600;
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .topAbout__btn {
        width: 100%;
        max-width: 285px;
        margin: 40px auto 0;
        border: 1px solid #7ACFCB; } }
    .topAbout__btn:hover {
      background: #7ACFCB;
      color: #FFF; }
      .topAbout__btn:hover span:before {
        background: #FFF; }
    .topAbout__btn span {
      position: relative;
      box-sizing: border-box;
      margin-left: 15px; }
      .topAbout__btn span:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background: #7ACFCB;
        position: absolute;
        left: -15px;
        top: calc(50% - 4px); }

.footer {
  text-align: center;
  margin-top: 130px; }
  @media screen and (max-width: 800px) {
    .footer {
      margin-top: 55px; } }
  .footer__copy {
    background: #F0F0EC;
    padding: 10px 0;
    color: #DF1C14;
    text-align: center;
    font-size: 12px;
    margin-top: 40px; }
    @media screen and (max-width: 800px) {
      .footer__copy {
        padding: 20px 0; } }
  .footer__toTop {
    display: block;
    width: 53px;
    margin: auto; }

.instaIcon {
  display: block;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 35px;
  z-index: 10;
  transition: .4s; }
  @media screen and (max-width: 800px) {
    .instaIcon {
      right: 30px;
      top: 30px;
      width: 30px; } }

.instaIcon.sc {
  right: 30px;
  top: 30px; }
  @media screen and (max-width: 800px) {
    .instaIcon.sc {
      right: 15px;
      top: 15px;
      width: 30px; } }
