@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=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* 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; }

/* wrap */
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.rowB {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 850px) {
    .rowB {
      display: block; } }

/*	common
---------------------------------*/
body {
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 2.143;
  color: #0859A8; }

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

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: 850px) {
    .block_p {
      display: none !important; } }

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

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

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

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

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

.anc {
  margin-top: -100px;
  padding-top: 100px; }
  @media screen and (max-width: 850px) {
    .anc {
      margin-top: -50px;
      padding-top: 50px; } }

.inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 850px) {
    .inner {
      padding: 0 25px; } }

.wrapper {
  position: relative;
  overflow: hidden; }

.header {
  padding: 30px 30px 0;
  box-sizing: border-box;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10; }
  @media screen and (max-width: 850px) {
    .header {
      padding: 25px 25px 0; } }
  .header__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 850px) {
      .header__inner {
        position: static; } }
  .header__logo {
    display: block;
    width: 200px;
    transition: .7s; }
    @media screen and (max-width: 850px) {
      .header__logo {
        opacity: 0;
        width: 75px;
        left: 25px;
        top: 25px; } }
  .header__logo.on {
    width: 100px;
    left: 0;
    top: 0; }
    @media screen and (max-width: 850px) {
      .header__logo.on {
        opacity: 1;
        width: 75px;
        left: 25px;
        top: 25px; } }
  @media screen and (max-width: 850px) {
    .header__nav {
      display: none; } }
  .header__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    right: 0; }
    @media screen and (max-width: 850px) {
      .header__list {
        display: block;
        position: static; } }
  .header__li {
    margin-left: 30px; }
    @media screen and (max-width: 850px) {
      .header__li {
        margin: 0 0 5px; } }
  .header__link, .header__btn {
    font-family: Avenir;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .header__link, .header__btn {
        color: #FFF; } }
  @media screen and (max-width: 850px) {
    .header__link {
      font-size: 25px;
      position: relative;
      display: block;
      box-sizing: border-box;
      padding-left: 20px;
      letter-spacing: 1px; } }
  @media screen and (max-width: 850px) {
    .header__link:before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(50% - 1px);
      height: 2px;
      width: 10px;
      border-radius: 100px;
      background: #FFF; } }
  .header__btn {
    background: #0859A8;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 53px;
    margin-left: 10px;
    transition: .4s; }
    @media screen and (max-width: 850px) {
      .header__btn {
        background: #FFF;
        color: #0859A8;
        width: 100%;
        margin: auto;
        font-size: 25px;
        height: 57px;
        margin-top: 20px;
        border-radius: 5px; } }
    .header__btn:hover {
      background: #FFF;
      color: #0859A8;
      background: #FFF;
      text-decoration: none; }
      .header__btn:hover .header__btnInner:before {
        content: "";
        background: url("../img/icon_bag_hv.svg") no-repeat;
        background-size: 13.743px;
        width: 13.743px;
        height: 19.2599px;
        position: absolute;
        left: 0px;
        top: 5px; }
        @media screen and (max-width: 850px) {
          .header__btn:hover .header__btnInner:before {
            background: url("../img/icon_bag_hv.svg") no-repeat;
            width: 19px;
            background-size: 19px;
            height: 28px;
            top: 11px; } }
  .header__btnInner {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding-left: 20px; }
    @media screen and (max-width: 850px) {
      .header__btnInner {
        padding-left: 30px; } }
    .header__btnInner:before {
      content: "";
      background: url("../img/icon_bag.svg") no-repeat;
      background-size: 13.743px;
      width: 13.743px;
      height: 19.2599px;
      position: absolute;
      left: 0px;
      top: 5px; }
      @media screen and (max-width: 850px) {
        .header__btnInner:before {
          background: url("../img/icon_bag_hv.svg") no-repeat;
          width: 19px;
          background-size: 19px;
          height: 28px;
          top: 11px; } }

.logoW {
  max-width: 237.5px;
  margin: 50px auto 0; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mv {
  background: url("../img/mv.png") center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  animation: fade 0.8s 0s ease-in forwards;
  opacity: 0;
  /* スクロールダウンの位置 */
  /* 線のアニメーション部分 */
  /* 線の背景色 */
  /* 線のアニメーション */ }
  @media screen and (max-width: 850px) {
    .mv {
      background: url("../img/mv_sp.png") center no-repeat;
      background-size: cover;
      height: 100svh; } }
  @media screen and (max-width: 850px) and (max-width: 850px) {
    .mv {
      padding: 125px 0 0 0; } }

  .mv__logo {
    display: none; }
    @media screen and (max-width: 850px) {
      .mv__logo {
        display: block;
        width: 290px;
        margin: auto; } }
  .mv .scroll {
    position: absolute;
    right: 130px;
    bottom: 120px;
    color: #FFF;
    writing-mode: vertical-rl;
    font-family: Avenir;
    font-weight: 500; }
    @media screen and (max-width: 850px) {
      .mv .scroll {
        right: auto;
        left: 18px;
        bottom: 95px; } }
    .mv .scroll span {
      letter-spacing: 1px;
      transform: rotate(180deg);
      display: block; }
      @media screen and (max-width: 850px) {
        .mv .scroll span {
          font-size: 7px; } }
  .mv .scroll::before {
    animation: scroll 2s infinite;
    background-color: #F8B62D;
    bottom: -70px;
    content: "";
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2; }
  .mv .scroll::after {
    background-color: #FFF;
    bottom: -70px;
    content: "";
    height: 60px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px; }
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
.enTtl {
  margin-bottom: 55px;
  width: 235.23px; }
  @media screen and (max-width: 850px) {
    .enTtl {
      width: 198.835px;
      margin-bottom: 30px;
      margin-bottom: 17px; } }
  .enTtl img {
    vertical-align: bottom; }
  .enTtl__inner {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    font-family: Copperplate;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 17px; }
    @media screen and (max-width: 850px) {
      .enTtl__inner {
        font-size: 20px; } }
    .enTtl__inner:after {
      width: 45px;
      height: 1px;
      position: absolute;
      top: calc(50% - 0.5px);
      right: -65px;
      background: #0859A8;
      content: ""; }
      @media screen and (max-width: 850px) {
        .enTtl__inner:after {
          left: 0;
          top: auto;
          bottom: -14px;
          width: 50px; } }

.ttl {
  font-size: 28px;
  line-height: 1.786;
  margin-bottom: 30px; }
  @media screen and (max-width: 850px) {
    .ttl {
      font-size: 24px;
      line-height: 1.875; } }

.story {
  padding-top: 135px;
  padding-bottom: 140px;
  background: #FFFFF9; }
  @media screen and (max-width: 850px) {
    .story {
      padding-top: 45px;
      padding-bottom: 40px; } }
  .story .ttl {
    letter-spacing: 3px;
    font-size: 34px;
    line-height: 1.765; }
    @media screen and (max-width: 850px) {
      .story .ttl {
        letter-spacing: 5px;
        font-size: 24px;
        line-height: 1.875; } }
  .story__wrap {
    margin-top: 10px; }
    @media screen and (max-width: 850px) {
      .story__wrap {
        display: block; } }
  .story__detail {
    width: 455px;
    margin: 0 auto 45px; }
    @media screen and (max-width: 850px) {
      .story__detail {
        padding: 0;
        width: 100%;
        max-width: 100%;
        margin: 0 auto 15px; } }
  .story__img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    position: relative;
    max-width: 670px;
    margin: auto; }
    @media screen and (max-width: 850px) {
      .story__img {
        top: auto;
        margin: 30px 0 0 0;
        width: 100%; } }
  .story__txt {
    font-size: 20px;
    line-height: 2.5; }
    @media screen and (max-width: 850px) {
      .story__txt {
        letter-spacing: 0;
        font-size: 14px;
        line-height: 2.143; } }

.whatis {
  background: #FEF9D9;
  padding-top: 135px;
  padding-bottom: 150px; }
  @media screen and (max-width: 850px) {
    .whatis {
      padding-top: 45px;
      padding-bottom: 60px; } }

.whatisLead {
  margin-bottom: 140px; }
  @media screen and (max-width: 850px) {
    .whatisLead {
      margin-bottom: 60px; } }
  @media screen and (max-width: 850px) {
    .whatisLead .enTtl {
      margin-bottom: 30px; } }
  .whatisLead__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto; }
  .whatisLead__txt {
    margin-bottom: 30px; }
    .whatisLead__txt:last-of-type {
      margin-bottom: 0; }
  .whatisLead .ttl {
    letter-spacing: 1.9px; }
  .whatisLead__pics {
    padding-top: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%; }
    @media screen and (max-width: 850px) {
      .whatisLead__pics {
        padding: 0;
        width: 100%; } }
  .whatisLead__detail {
    width: 630px;
    padding-left: 100px; }
    @media screen and (max-width: 850px) {
      .whatisLead__detail {
        padding: 0;
        width: 100%; } }
  @media screen and (max-width: 850px) {
    .whatisLead .ttl {
      letter-spacing: 0.3px; } }
  .whatisLead .watisLead__slides.slick-initialized.slick-slider.slick-dotted {
    margin: 0 0 20px; }
  .whatisLead .slick-dots {
    margin: 0;
    position: static; }
    .whatisLead .slick-dots li {
      width: auto;
      margin: 0 7.5px; }
      .whatisLead .slick-dots li button {
        padding: 0;
        margin: 0;
        border-radius: 100px;
        background: #FFF;
        width: 10px;
        height: 10px; }
        .whatisLead .slick-dots li button:before {
          content: none; }
    .whatisLead .slick-dots li.slick-active button {
      background: #F3AF38; }

.whatisPointBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  @media screen and (max-width: 850px) {
    .whatisPointBg {
      display: none; } }
  .whatisPointBg:before {
    content: "";
    position: absolute;
    right: 0;
    /* 親ボックスの右端に固定 */
    width: calc((100vw - 1100px) / 2 + 1100px);
    height: 100%; }
    @media screen and (max-width: 1100px) {
      .whatisPointBg:before {
        width: calc(100% - 40px);
        right: auto;
        left: 0; } }
    @media screen and (max-width: 850px) {
      .whatisPointBg:before {
        content: none !important; } }

.whatisPointBg1:before {
  background: url("../img/img_candy.png") center no-repeat;
  background-size: cover; }
.whatisPointBg1__img {
  width: calc(100vw - 50px); }
  @media screen and (max-width: 850px) {
    .whatisPointBg1__img {
      width: calc(100vw - 25px);
      margin: 0 0 0 -25px; } }

.whatisPointBg2:before {
  background: url("../img/img_candy2.png") center no-repeat;
  background-size: cover;
  right: auto;
  left: 0; }
  @media screen and (max-width: 1180px) {
    .whatisPointBg2:before {
      width: calc(100% - 40px);
      left: auto;
      right: 0; } }

.whatisPointBg3:before {
  background: url("../img/img_candy3.png") center no-repeat;
  background-size: cover; }

.whatisPoint {
  max-width: 1100px;
  margin: 0 auto;
  /* 親ボックスを中央に配置 */
  position: relative;
  height: 700px; }
  @media screen and (max-width: 1100px) {
    .whatisPoint {
      padding: 0 40px; } }
  @media screen and (max-width: 850px) {
    .whatisPoint {
      padding: 0 25px;
      height: auto; } }
  .whatisPoint .ttl {
    letter-spacing: 2px; }
  .whatisPoint:before {
    content: "";
    position: absolute;
    right: 0;
    /* 親ボックスの右端に固定 */
    width: calc((100vw - 1100px) / 2 + 1100px);
    height: 100%; }
    @media screen and (max-width: 1100px) {
      .whatisPoint:before {
        width: calc(100% - 40px);
        right: auto;
        left: 0; } }
    @media screen and (max-width: 850px) {
      .whatisPoint:before {
        content: none !important; } }
  @media screen and (max-width: 850px) {
    .whatisPoint .ttl {
      letter-spacing: 0.3px; } }
  .whatisPoint__box {
    position: relative;
    padding-top: 50px; }
    @media screen and (max-width: 850px) {
      .whatisPoint__box {
        padding: 0;
        margin: 30px 0 0 0; } }
    @media screen and (max-width: 850px) {
      .whatisPoint__box .ttl {
        margin-bottom: 20px; } }
  @media screen and (max-width: 850px) {
    .whatisPoint img {
      vertical-align: bottom; } }

.whatisPoint1 {
  /*&:before {
    background: url("../img/img_candy.png") center no-repeat;
    background-size: cover;
  }*/ }
  .whatisPoint1__img {
    width: calc(100vw - 50px); }
    @media screen and (max-width: 850px) {
      .whatisPoint1__img {
        width: calc(100vw - 25px);
        margin: 0 0 0 -25px; } }

.whatisPoint3 {
  /*&:before {
    background: url("../img/img_candy3.png") center no-repeat;
    background-size: cover;
  }*/ }

.whatisPoint2 {
  margin: 150px auto 175px;
  /*&:before {
    background: url("../img/img_candy2.png") center no-repeat;
    background-size: cover;
    right: auto;
    left: 0;
    @media screen and (max-width: 1180px) {
      width: calc(100% - 40px);
      left: auto;
      right: 0;
    }
  }*/ }
  @media screen and (max-width: 850px) {
    .whatisPoint2 {
      margin: 50px auto 60px; } }
  .whatisPoint2__img {
    width: calc(100vw - 50px); }
    @media screen and (max-width: 850px) {
      .whatisPoint2__img {
        width: 100vw;
        margin: 0 0 0 -25px; } }
  .whatisPoint2__box {
    overflow: hidden; }
  .whatisPoint2__boxInner {
    float: right;
    max-width: 500px; }
  .whatisPoint2__score {
    position: absolute;
    width: 350px;
    left: -50px;
    top: -50px; }
    @media screen and (max-width: 1180px) {
      .whatisPoint2__score {
        width: 250px;
        left: 20px; } }
    @media screen and (max-width: 850px) {
      .whatisPoint2__score {
        display: none; } }
  .whatisPoint2__cautionTxt {
    font-size: 10px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -25px; }
    @media screen and (max-width: 1180px) {
      .whatisPoint2__cautionTxt {
        left: 40px; } }
    @media screen and (max-width: 850px) {
      .whatisPoint2__cautionTxt {
        position: static;
        font-size: 12px;
        line-height: 1.667;
        margin: 25px 0 0 0; } }

.certification {
  padding: 0 40px;
  max-width: 980px;
  margin: 150px auto 0; }
  @media screen and (max-width: 850px) {
    .certification {
      margin: 30px auto 0;
      padding: 0 25px; } }
  .certification__ttl {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3px; }
    @media screen and (max-width: 850px) {
      .certification__ttl {
        font-size: 14px; } }
  .certification__inner {
    border: 1px solid #0859A8;
    border-radius: 10px;
    padding: 24px 40px 32px; }
    @media screen and (max-width: 850px) {
      .certification__inner {
        border-radius: 5px;
        padding: 25px 15px 20px; } }
  .certification__txt {
    font-size: 12px;
    line-height: 1.667;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding-right: 20px; }
    @media screen and (max-width: 850px) {
      .certification__txt {
        padding: 0; } }
  .certification__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .certification__logo {
    width: 80px; }
    @media screen and (max-width: 850px) {
      .certification__logo {
        width: 75px;
        margin: 0 auto -2px; } }

.product {
  background: #FFFFF9;
  padding-top: 135px;
  padding-bottom: 150px; }
  @media screen and (max-width: 850px) {
    .product {
      padding-top: 50px;
      padding-bottom: 60px; } }
  @media screen and (max-width: 850px) {
    .product .enTtl {
      margin-bottom: 30px; } }
  .product__inner {
    max-width: 1150px;
    margin: auto;
    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-left: 25px; }
    @media screen and (max-width: 850px) {
      .product__inner {
        padding-left: 0; } }
  .product__img {
    width: calc(50% + 25px); }
    @media screen and (max-width: 850px) {
      .product__img {
        width: 100%; } }
    .product__img .slick-dotted.slick-slider {
      margin: 0; }
    .product__img .slick-dots {
      position: static;
      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;
      margin-top: 20px; }
      @media screen and (max-width: 850px) {
        .product__img .slick-dots {
          margin-top: 10px; } }
      .product__img .slick-dots li {
        width: calc(100%/3 - 14px);
        margin: 0;
        display: block;
        height: auto; }
        @media screen and (max-width: 850px) {
          .product__img .slick-dots li {
            width: calc(100%/3 - 5px); } }
  .product__detail {
    width: calc(50% - 85px);
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: normal;
    margin-top: -12px; }
    @media screen and (max-width: 850px) {
      .product__detail {
        width: 100%;
        margin: 20px 0 0 0; } }
  .product__ttl {
    font-size: 20px;
    margin-bottom: 15px; }
    @media screen and (max-width: 850px) {
      .product__ttl {
        font-size: 16px;
        margin-bottom: 20px; } }
  .product__dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #0859A8; }
  .product__dl-type_noB {
    border-bottom: none; }
  .product__dt {
    border-right: 1px solid #0859A8;
    font-size: 12px;
    font-weight: bold;
    width: 130px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    padding: 15px; }
    @media screen and (max-width: 850px) {
      .product__dt {
        font-size: 10px;
        width: 100px;
        line-height: 1.667; } }
  .product__dd {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    padding: 22.7px 30px;
    line-height: 1.667; }
    @media screen and (max-width: 850px) {
      .product__dd {
        font-size: 10px;
        padding: 15px; } }
  .product__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
    border-radius: 5px;
    align-content: center;
    justify-content: center;
    background: #0859A8;
    color: #FFF;
    font-weight: bold;
    margin-top: 30px; }

.footer {
  background: #FEF9D9;
  padding-top: 150px;
  padding-bottom: 140px; }
  @media screen and (max-width: 850px) {
    .footer {
      padding-top: 75px;
      padding-bottom: 65px; } }
  .footer__logo {
    max-width: 425px;
    margin: auto; }
    @media screen and (max-width: 850px) {
      .footer__logo {
        max-width: 212px; } }
  .footer__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 50px; }
    @media screen and (max-width: 850px) {
      .footer__list {
        margin-top: 10px;
        margin-bottom: 40px; } }
  .footer__li {
    margin-right: 40px; }
    @media screen and (max-width: 850px) {
      .footer__li {
        margin: 0 15px; } }
    .footer__li:last-of-type {
      margin-right: 0; }
      @media screen and (max-width: 850px) {
        .footer__li:last-of-type {
          margin: 0;
          display: block;
          width: 100%;
          margin: 20px 0 0 0; } }
  .footer__link {
    font-family: Avenir;
    font-weight: 500; }
  .footer__sns {
    margin: 60px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .footer__snsItem {
      width: 24px;
      margin: 0 5px;
      font-size: 0;
      line-height: 0; }
      .footer__snsLink:hover {
        opacity: .4; }
      .footer__snsImg {
        width: 100%;
        height: auto; }
    @media screen and (max-width: 850px) {
      .footer__sns {
        margin: 50px 0 30px; }
        .footer__snsItem {
          width: 30px;
          margin: 0 5px; } }
  .footer__btn {
    font-family: Avenir;
    font-weight: 500;
    background: #0859A8;
    color: #FFF;
    font-size: 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 53px;
    margin-left: 10px;
    transition: .4s; }
    @media screen and (max-width: 850px) {
      .footer__btn {
        width: 200px;
        margin: auto; } }
    .footer__btn:hover {
      background: #FFF;
      color: #0859A8;
      background: #FFF;
      text-decoration: none; }
      .footer__btn:hover .footer__btnInner:before {
        content: "";
        background: url("../img/icon_bag_hv.svg") no-repeat;
        background-size: 13.743px;
        width: 13.743px;
        height: 19.2599px;
        position: absolute;
        left: 0px;
        top: 5px; }
  .footer__btnInner {
    position: relative;
    box-sizing: border-box;
    display: block;
    padding-left: 20px; }
    .footer__btnInner:before {
      content: "";
      background: url("../img/icon_bag.svg") no-repeat;
      background-size: 13.743px;
      width: 13.743px;
      height: 19.2599px;
      position: absolute;
      left: 0px;
      top: 5px; }
  .footer__brank {
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 850px) {
      .footer__brank {
        margin-bottom: 30px; } }
  .footer__brankLink {
    text-align: center;
    font-size: 15px; }
    .footer__brankLink img {
      display: inline-block;
      width: 12px;
      position: relative;
      margin-left: 10px;
      top: 2px; }
  .footer__copy {
    text-align: center; }
    @media screen and (max-width: 850px) {
      .footer__copy {
        font-size: 10px; } }

.menu-toggle {
  width: 40px;
  height: 40px;
  background: url("../img/open.svg") no-repeat;
  background-size: 40px;
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1; }

.menu-container {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100svh - 20px);
  background-color: #0859A8; }

.menuInner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .menuInner__box {
    width: 100%;
    padding: 0 45px; }

.menu-toggle.active {
  background: url("../img/close.svg") no-repeat;
  background-size: 40px; }
