@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
li {
  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;
  text-decoration: none;
  color: inherit;
}

/* change colours to suit your needs */
ins {
  background-color: #FFFF99;
  color: #000000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #FFFF99;
  color: #000000;
  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;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.l-content__wrapper {
  position: relative;
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", "メイリオ", Meiryo, sans-serif;
  color: #231816;
  font-size: 10px;
}
@media screen and (max-width: 930px) {
  .l-content__wrapper {
    font-size: 1.0752688172vw;
  }
}
@media screen and (max-width: 767px) {
  .l-content__wrapper {
    font-size: 2.8571428571vw;
  }
  .l-content__wrapper img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .l-confined__inner {
    width: 77em;
    margin: 0 auto;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .l-confined__inner {
    padding: 0 1.8em;
  }
}

@media screen and (max-width: 767px) {
  .c-pagenavi {
    display: none;
  }
  .c-pagenavi.is-open {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenavi__wrapper {
    position: relative;
  }
}
.c-pagenavi__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2em 0;
}
@media screen and (min-width: 768px) {
  .c-pagenavi__in {
    border-top: 0.5px solid #C9C9C9;
    border-bottom: 0.5px solid #C9C9C9;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenavi__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5.5em 0;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: url(../img/bg_wheat_menu.svg) no-repeat center 2em/120% auto, url(../img/bg.png) repeat-y center/200% auto;
    z-index: 3;
  }
}
.c-pagenavi__item {
  position: relative;
  padding: 0 3em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-pagenavi__item {
    margin-bottom: 4.5em;
  }
}
.c-pagenavi__item > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.8em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-pagenavi__item + .c-pagenavi__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1.8em;
    background-color: #B2B2B2;
  }
}
@media screen and (max-width: 767px) {
  .c-pagenavi__button {
    display: block;
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
    height: 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 4;
  }
  .c-pagenavi__button span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .c-pagenavi__button span:nth-of-type(1) {
    top: 0;
  }
  .c-pagenavi__button span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-pagenavi__button span:nth-of-type(3) {
    bottom: 0;
  }
  .c-pagenavi__button.is-fixed {
    position: fixed;
  }
  .c-pagenavi__button.is-fixed span {
    background-color: #231816;
  }
  .c-pagenavi__button.is-open span {
    background-color: #000000;
  }
  .c-pagenavi__button.is-open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .c-pagenavi__button.is-open span:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-pagenavi__button.is-open span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }
}

.c-link__wrap {
  margin: 2em 0;
  text-align: center;
}
.c-link__wrap img {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-link__wrap img {
    width: 37.5em;
    margin: 0 auto;
  }
}

.c-banner__wrap {
  padding: 2.5em 0 4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-banner__wrap {
    padding-top: 1.25em;
  }
}
.c-banner__wrap img {
  width: 42.5em;
}
@media screen and (max-width: 767px) {
  .c-banner__wrap img {
    width: 30em;
  }
}

ul.c-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.c-banner__wrap .c-banner__item {
  width: 36em;
  margin-bottom: 2em;
}

.c-sec {
  padding-top: 8em;
}
.c-sec.__bottom {
  padding-top: 4em;
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding-top: 5em;
  }
  .c-sec.__bottom {
    padding-top: 2.5em;
  }
}
.c-sec__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 3em;
  padding-bottom: 9em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  .c-sec__title {
    padding-bottom: 8em;
  }
}
.c-sec__title > span {
  font-size: 3.4em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  z-index: 2;
}
.c-sec__title > span.u-indent {
  position: relative;
  margin-top: 1.5em;
  line-height: 1.6;
  letter-spacing: 0.2em;
  text-indent: -1.5em;
}
.c-sec__title > span.u-indent small {
  display: block;
  position: absolute;
  top: -3.2em;
  right: -2.5em;
  font-size: 0.52em;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-sec__title > span {
    font-size: 2.8em;
  }
}
.c-sec__title > span.p-shorten {
  letter-spacing: 0.15em;
}
.c-sec__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 8em;
  background-color: #4297BD;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-sec__title::after {
    height: 6.8em;
  }
}
.c-sec__title .bg01 {
  position: absolute;
  width: 34em;
  top: 3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-sec__title .bg01 {
    width: 25em;
    top: 5em;
  }
}
.c-sec__title .bg01.__color01 {
  fill: #FFFFFF;
}
.c-sec__title .bg01.__color02 {
  fill: #E8F1F8;
}
@media screen and (min-width: 768px) {
  .c-sec__inner {
    width: 93em;
    margin: 0 auto;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 960px) {
  .c-sec__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-sec__inner {
    padding: 0 1.8em;
  }
}

.c-products__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-products__wrap.__center {
  margin-bottom: 7em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-products__wrap.__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .c-products__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.c-products__image--01 {
  width: 23.5em;
}
@media screen and (max-width: 767px) {
  .c-products__image--01 {
    width: 17.4em;
  }
}
@media screen and (min-width: 768px) {
  .c-products__image--02 {
    width: 40.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-products__image--02 {
    position: absolute;
    top: 10em;
  }
}
.c-products__image--03 {
  width: 37.8em;
}
@media screen and (max-width: 767px) {
  .c-products__image--03 {
    width: 22.6em;
    margin-bottom: 3em;
  }
}
@media screen and (min-width: 768px) {
  .c-products__image--04 {
    width: 40em;
  }
}
@media screen and (max-width: 767px) {
  .c-products__image--04 {
    margin-bottom: 2.4em;
  }
}
.c-products__image--05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 45em;
}
@media screen and (max-width: 767px) {
  .c-products__image--05 {
    position: relative;
    left: 1em;
    width: 100%;
    margin-top: -1.5em;
    margin-bottom: 4.4em;
  }
}
@media screen and (min-width: 768px) {
  .c-products__info {
    width: 63.8em;
  }
}
@media screen and (max-width: 767px) {
  .c-products__info {
    margin-top: -3em;
  }
}
@media screen and (min-width: 768px) {
  .c-products__column--01 {
    width: 45em;
  }
  .c-products__column--02 {
    width: 39em;
  }
}
.c-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6em;
}
@media screen and (max-width: 767px) {
  .c-products__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    margin-bottom: 4em;
  }
}
.c-products__item--01 {
  width: 5.3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  color: #3590B9;
  text-align: center;
}
.c-products__item--01 > span {
  display: block;
  font-size: 4.2em;
}
@media screen and (max-width: 767px) {
  .c-products__item--01 > span {
    font-size: 3.2em;
  }
}
.c-products__item--01::before {
  content: "POINT";
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-products__item--01::before {
    font-size: 1em;
  }
}
@media screen and (max-width: 767px) {
  .c-products__item--01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 7.4em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 6.3em;
  }
  .c-products__item--01.__adjust {
    top: -1.5em;
  }
}
@media screen and (min-width: 768px) {
  .c-products__item--02 {
    width: 35em;
    margin-top: 1.5em;
  }
}
.c-products__item--03 {
  width: 18.4em;
}
@media screen and (min-width: 768px) {
  .c-products__item--03 {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .c-products__item--03 {
    position: absolute;
    top: 7.8em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .c-products__item--04 {
    width: 56em;
    margin-top: 1.5em;
  }
}
.c-products__item--in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-products__item--in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-products__item--in > div:first-child {
  width: 35em;
}
@media screen and (max-width: 767px) {
  .c-products__item--in > div:first-child {
    width: 100%;
  }
}
.c-products__item--in > div:last-child {
  text-align: center;
  width: 18.4em;
}
@media screen and (max-width: 767px) {
  .c-products__item--in > div:last-child {
    width: 100%;
  }
}
.c-products__item--in > div:last-child .p-logo--01 {
  width: 13.5em;
}
@media screen and (max-width: 767px) {
  .c-products__item--in > div:last-child .p-logo--01 {
    margin: 1em 0 1.5em;
  }
}
.c-products__item--in > div:last-child .p-logo--02 {
  width: 16.6em;
}
@media screen and (max-width: 767px) {
  .c-products__item--in > div:last-child .p-logo--02 {
    width: 18em;
    margin: 0.5em 0 1.5em;
  }
}
.c-products__title {
  margin-bottom: 1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  line-height: calc(40 / 28);
  letter-spacing: 0.1em;
}
.c-products__title > span {
  position: relative;
  font-size: 2.8em;
}
.c-products__title > span > sup {
  position: absolute;
  left: -1.7em;
  vertical-align: top;
  font-size: 50%;
}
@media screen and (max-width: 767px) {
  .c-products__title {
    padding-left: 7.4em;
  }
  .c-products__title.__space {
    margin-bottom: 21em;
  }
  .c-products__title > span {
    font-size: 2.4em;
  }
  .c-products__title > span > sup {
    left: -1.6em;
    font-size: 44%;
  }
}
.c-products__title--sub {
  margin-bottom: 0.4em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.2em;
  color: #B98B33;
}
@media screen and (max-width: 767px) {
  .c-products__title--sub {
    line-height: calc(33 / 22);
    text-align: center;
  }
}
.c-products__text {
  font-size: 1.6em;
  line-height: calc(26 / 16);
  letter-spacing: 0.08em;
}
.c-products__text > sup {
  font-size: 70%;
  vertical-align: text-top;
}
.c-products__text + .c-products__text {
  margin-top: 1.5em;
}
.c-products__text.__margin {
  margin: 1.25em 0;
}
.c-products__text > a {
  text-decoration: underline;
}
.c-products__text > a:hover {
  text-decoration: none;
}
.c-products__note--01 {
  margin: 0.4em 0 2em;
  font-size: 1.2em;
  line-height: calc(18 / 12);
}
.c-products__note--02 {
  margin-top: 2em;
  font-size: 1.2em;
  line-height: calc(18 / 12);
}

@media screen and (min-width: 768px) {
  .p-kerning {
    letter-spacing: 0.12em;
  }
}

.p-hero__inner {
  margin: 3em auto;
  padding: 0 1.5em;
}
@media screen and (min-width: 1100px) {
  .p-hero__inner {
    width: 110em;
  }
}
@media screen and (max-width: 1099px) {
  .p-hero__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    width: 100%;
    padding: 0 1.8em;
  }
}
.p-hero__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  .p-hero__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-hero__text--01 {
  font-size: 1.4em;
  line-height: calc(26 / 14);
  color: #707070;
}
@media screen and (max-width: 767px) {
  .p-hero__text--01 {
    font-size: 1.2em;
  }
}
.p-hero__text--02 {
  margin-left: 5.5em;
  font-size: 1.1em;
  line-height: calc(20 / 11);
  text-indent: -5.5em;
  color: #707070;
}
.p-hero__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 2em;
}
.p-hero__item {
  width: 15.2em;
  border: 1px solid #707070;
}
@media screen and (min-width: 768px) {
  .p-hero__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15.2em;
            flex: 0 0 15.2em;
  }
}
@media screen and (max-width: 767px) {
  .p-hero__item {
    margin-bottom: 2em;
  }
}
.p-hero__item > dt, .p-hero__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.3em 0;
  font-size: 1.7em;
  text-align: center;
  color: #707070;
}
.p-hero__item > dt {
  border-bottom: 1px solid #707070;
}
.p-hero_slider {
  width: 100%;
  height: 39.1vw;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-hero_slider {
    height: 129.1428571429vw;
  }
}
.p-hero_slider img {
  width: 100%;
}

.p-hero_slider.slick-initialized {
  height: auto;
}

.c-figure {
  background-color: #FFFFFF;
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  .c-figure {
    padding: 1em;
  }
}

.c-caption {
  margin-top: 1em;
  font-size: 1.3em;
  line-height: calc(22 / 13);
  letter-spacing: 0.08em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-caption {
    margin-top: 0.75em;
    font-size: 1.2em;
    text-align: left;
  }
}

.p-column__title {
  margin-bottom: 2em;
}
.p-column__title > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.8em;
  line-height: calc(40 / 28);
  letter-spacing: 0.06em;
  color: #1B6F95;
}
.p-column__title > span .u-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #FFFFFF));
  background: linear-gradient(transparent 50%, #FFFFFF 0%);
}
.p-column__title > span > small {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .p-column__title > span > small {
    display: block;
    margin-top: 0.25em;
    font-size: 0.7em;
  }
}
@media screen and (max-width: 767px) {
  .p-column__title {
    text-align: center;
  }
  .p-column__title > span {
    font-size: 2.6em;
    line-height: calc(40 / 26);
  }
  .p-column__title.__sp {
    margin-bottom: 35em;
  }
}
.p-column__title--sub {
  margin-bottom: 1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2em;
  line-height: calc(34 / 20);
}

.p-center__title {
  margin-bottom: 1.5em;
  text-align: center;
}
.p-center__title > span {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-size: 2.8em;
  line-height: calc(40 / 28);
}
.p-center__title > span sup {
  vertical-align: super;
  font-size: 70%;
}
@media screen and (max-width: 767px) {
  .p-center__title > span {
    font-size: 2.6em;
    line-height: calc(40 / 26);
  }
}

.p-size--01 {
  width: 20.8em;
}
@media screen and (max-width: 767px) {
  .p-size--01 {
    width: 15.4em;
  }
}
.p-size--02 {
  width: 19.6em;
}
.p-size--02 > img {
  width: calc(100% - 4em);
  margin: 0 2em;
}
@media screen and (max-width: 767px) {
  .p-size--02 {
    width: 14.6em;
  }
}

.p-small__text--01 {
  font-size: 1.4em;
  line-height: calc(23 / 14);
  letter-spacing: 0.08em;
}
.p-small__text--02 {
  font-size: 1.3em;
  line-height: calc(22 / 13);
}
@media screen and (min-width: 768px) {
  .p-small__text--02 {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (max-width: 767px) {
  .p-small__text--02 {
    font-size: 1.2em;
    line-height: calc(21 / 12);
  }
  .p-small__text--02 > span {
    letter-spacing: -0.05em;
  }
}

@media screen and (max-width: 767px) {
  .u-for--pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-for--sp {
    display: none !important;
  }
}

.u-bracket {
  margin-left: -0.5em;
}

.u-brackets {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.u-bold {
  font-weight: bold;
}

.u-bgcolor--01 {
  background: url(../img/bg.png) repeat-y center/100% auto;
}

.u-bg--wheat {
  position: relative;
}
.u-bg--wheat::before, .u-bg--wheat::after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 150%;
  top: 0;
  background: url(../img/bg_wheat_01.svg) no-repeat -9em top/42.4em auto;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .u-bg--wheat::before, .u-bg--wheat::after {
    background-image: url(../img/bg_wheat_01_sp.svg);
    background-size: 22em auto;
    background-position: -8em top;
    height: 102%;
  }
}
.u-bg--wheat::before {
  left: 0;
}
.u-bg--wheat::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.u-bg--wheat.__overview::before, .u-bg--wheat.__overview::after {
  height: 100%;
  background: url(../img/bg_wheat_02.svg) no-repeat left 5em/180% auto;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .u-bg--wheat.__overview::before, .u-bg--wheat.__overview::after {
    background: url(../img/bg_wheat_02_sp.svg) no-repeat -8em 8em/19em auto;
  }
}
.u-bg--wheat .c-sec__inner {
  position: relative;
  z-index: 3;
}

.u-color--01 {
  color: #C9352B;
}

.u-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-center--pc {
    text-align: center;
  }
}

.u-mg--28 {
  margin: 2.8em 0;
}
@media screen and (max-width: 767px) {
  .u-mg--28 {
    margin: 1.5em 0;
  }
}

.u-mt--10 {
  margin-top: 1em;
}
.u-mt--80 {
  margin-top: 8em;
}
@media screen and (max-width: 767px) {
  .u-mt--80 {
    margin-top: 6em;
  }
}

.u-pb--10 {
  padding-bottom: 1em;
}
.u-pb--100 {
  padding-bottom: 10em;
}
@media screen and (max-width: 767px) {
  .u-pb--100 {
    padding-bottom: 7.5em;
  }
}

.p-radius--01 {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: url(../img/bg_sec02.jpg) no-repeat center top/100% auto, url(../img/bg.png) repeat-y center/100% auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-radius--01 {
    background-size: 200% auto;
  }
}
.p-radius--02 {
  background: #FFFFFF url(../img/bg_sec03.jpg) no-repeat center top/100% auto;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-radius--02 {
    background-size: 200% auto;
  }
}

.p-svg {
  display: none;
}

.p-pagetop {
  display: none;
  z-index: 0;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-pagetop {
    bottom: 10px;
    right: 10px;
  }
}
.p-pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #EDF4F7;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0, 1);
}
@media screen and (min-width: 768px) {
  .p-pagetop a:hover {
    background: #D3DADD;
  }
}
.p-pagetop a .arw {
  position: absolute;
  width: 16px;
  height: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #040000;
}
.p-pagetop.is-show {
  position: fixed;
}
.p-pagetop.is-show.is-foot {
  position: absolute;
  bottom: -35px;
}
@media screen and (max-width: 767px) {
  .p-pagetop.is-show.is-foot {
    right: 5px;
    bottom: -15px;
  }
}

.p-movie .bg01 {
  top: 0;
}
.p-movie_lists {
  padding: 2em 0 0;
}
@media screen and (max-width: 767px) {
  .p-movie_lists {
    padding-top: 1px;
  }
}
.p-movie_item {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  .p-movie_item {
    margin-top: 2em;
  }
}
.p-movie_item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-movie_item img {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  }
}
.p-movie_box {
  overflow: hidden;
}
.p-movie_btn {
  display: block;
  position: relative;
  padding: 0;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-movie_btn:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-movie_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: calc(153 / 900* 100%);
  background: url(../img/icon_play.png) center/100% no-repeat;
  margin: auto;
  padding: calc(153 / 530* 100%) 0 0 0;
}
.p-movie_ttl {
  text-align: center;
  font-size: 2.8em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  margin-top: .8em;
  line-height: calc(44 / 36);
}
@media screen and (max-width: 767px) {
  .p-movie_ttl {
    font-size: 2em;
  }
}

.modal-video {
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-video-body {
  max-width: 1280px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: 2em auto 0;
  font-size: 1.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slick-dots li {
  overflow: hidden;
  margin: 0 6px;
}
.slick-dots button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  text-indent: -9999em;
  background-color: #cccccc;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.slick-active button {
  background-color: #118fd2;
}

/*# sourceMappingURL=style.css.map */