/* CSS Document */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Comfortaa:700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
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;
}

body {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
}

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

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;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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 #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

html {
  /*overflow-y: scroll;*/
}

body, input, textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ofh {
  overflow: hidden;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.7);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 28px;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  overflow: visible;
  width: 32px;
  height: 32px;
  background: url(../images/modal-close.png) center center no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: 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: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.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 {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

body {
  background: #fff;
  color: #5e5249;
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}

body a {
  color: #5e5249;
}

@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

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

.loadingWrp {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 10000;
}

.loadingWrp .loading-logo {
  line-height: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  margin-top: -45px;
}

.loadingWrp .loading-logo img {
  width: 100%;
}

.loadingWrp .loading-logo .logoMask, .loadingWrp .loading-logo .logoBg {
  position: relative;
  z-index: 2;
  width: 200px;
  left: -5px;
}

.loadingWrp .loading-logo .logoBg {
  background: #3d200a;
  position: absolute;
  height: 167px;
  top: 0px;
  width: 194px;
  left: 1px;
  z-index: 0;
}

.loadingWrp .loading-logo .logoWave {
  position: absolute;
  top: 0;
  width: 100%;
  height: 400px;
  left: 0;
  z-index: 1;
}

.loadingWrp.loaded .logoWave {
  animation-name: opWave;
  animation-duration: 2.6s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

@keyframes opWave {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  95% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.header {
  position: absolute;
  width: 100%;
  color: #5e5249;
  font-family: 'Comfortaa', cursive;
  font-size: 13px;
  letter-spacing: 0.05em;
  z-index: 20;
}

.header_inner {
  padding: 30px 30px 30px 36px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.header_logo {
  overflow: hidden;
  text-indent: -9999px;
  width:140px;
  height: 87px;
  background: url(../images/logo.jpg) left center/cover no-repeat ;
  position: relative;
  z-index: 1;
}

.header_logo a {
  position: absolute;
  width: 100%;
  height: 130%;
  top: 0;
  left: 0;
}

.header nav {
  padding-top: 5px;
}

.header nav ul {
  display: flex;
  justify-content: space-between;
}

.header nav ul li {
  margin-right: 43px;
}

.header nav ul li:last-child {
  margin-right: 0;
}

.header nav a {
  text-decoration: none;
  color: #5e5249;
  position: relative;
}

.header .hSns {
  padding-top: 5px;
  display: flex;
  align-items: center;
}

.header .hSns dd {
  margin-left: 16px;
  line-height: 0;
}

.header .hSns dd img {
  width: 20px;
}

@media all and (min-width: 991px) {
  .header_logoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 145px;
    background: #fff;
    transition: width 0.7s, height 0.7s;
  }
  .header_logoBg.on {
    width: 160px;
    height: 80px;
  }
  .header_logo {
    transition: top 0.7s, left 0.7s, width 0.7s, height 0.7s;
  }
  .header_logo.on {
    top: -12px;
    left: -12px;
    width: 114px;
    height: 95px;
  }
  .header.clone-nav {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    height: 80px;
    z-index: 11;
    transition: .3s;
    transform: translateY(-120px);
  }
  .header.clone-nav .header_inner {
    padding: 15px 15px 0px 23px;
  }
  .header.clone-nav .header_logoBg {
    display: none;
  }
  .header.clone-nav .gnav {
    padding-top: 13px;
    padding-left: 15px;
  }
  .header.clone-nav .hSns {
    padding-top: 15px;
  }
  .header.clone-nav.is-show {
    transform: translateY(0);
  }
  .header.clone-nav .header_logo {
    width: 98px;
    height: 43px;
    top: 0;
    left: 0;
  }
  .header .spmenuBtn, .header .gnavSpCnt, .header .spNavClose {
    display: none;
  }
  .header nav {
    display: block !important;
  }
  .header nav a:after {
    position: absolute;
    bottom: -21px;
    left: 50%;
    width: 8px;
    height: 15px;
    margin-left: -4px;
    content: '';
    background: url(../images/icon_sannkaku.png) center center no-repeat;
    background-size: 8px 15px;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .header nav a:hover:after,
  .header nav a.active:after {
    opacity: 1;
  }
  .header .campaignNav {
    position: relative;
  }
  .header .campaignNav .subNav_area {
    display: none;
    position: absolute;
    background: #fff;
    padding: 30px 18px 0px;
    border-radius: 12px;
    top: 60px;
    left: 50%;
    margin-left: -153px;
    width: 270px;
  }
  .header .campaignNav .subNav_area:before {
    position: absolute;
    content: '';
    top: -10px;
    left: 50%;
    margin-left: -13px;
    width: 27px;
    height: 15px;
    background: url(../images/subnav-area-arw.png) center center no-repeat;
    background-size: cover;
  }
  .header .campaignNav .subNav_area a {
    display: block;
    line-height: 0;
    position: relative;
    margin-bottom: 30px;
  }
  .header .campaignNav .subNav_area a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background: url(../images/subnav-arw.png) center center no-repeat;
    background-size: cover;
  }
  .header .campaignNav .subNav_area a img {
    width: 234px;
  }
  .header .campaignNav .subNav_area a:after {
    display: none;
  }
}

@media all and (min-width: 991px) and (max-width: 1200px) {
  .header_logo {
    width: 109px;
    height: 48px;
    position: relative;
    left: -12px;
    top: -12px;
  }
  .header_logoBg {
    display: none;
  }
  .header.clone-nav .header_logo {
    left: 0;
    top: 0;
  }
  .header nav ul li {
    margin-right: 22px;
  }
}

@media all and (max-width: 990px) {
  .header .hSns {
    display: none;
  }
  .header nav {
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 0;
  }
  .header nav .nav_outer {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
  }
  .header nav .nav_inner {
    width: 100%;
  }
  .header nav .spNavClose {
    position: absolute;
  }
  .header_inner {
    padding: 14px 15px 0px 14px;
  }
  .header_logo {
    top: 4px;
    left: 10px;
    width: 109px;
    height: 48px;
  }
  .header .spmenuIcon {
    width: 22px;
    height: 16px;
    cursor: pointer;
    position: relative;
  }
  .header .spmenuIcon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #5e5249;
  }
  .header .spmenuIcon span:nth-child(1) {
    top: 0px;
  }
  .header .spmenuIcon span:nth-child(2) {
    top: 7px;
  }
  .header .spmenuIcon span:nth-child(3) {
    bottom: 0px;
  }
  .header .gnav {
    display: block;
    font-size: 21px;
    letter-spacing: 0.05em;
  }
  .header .gnav li {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .header .gnav a:after {
    display: none;
  }
  .header .gnavSpCnt {
    position: relative;
    font-size: 12px;
    padding-top: 15px;
  }
  .header .gnavSpCnt:before {
    position: absolute;
    background-color: #5e5249;
    content: '';
    height: 1px;
    width: 35px;
    left: 50%;
    margin-left: -18px;
    top: 12;
  }
  .header .gnavSpCnt .onlineshopSp {
    margin-bottom: 23px;
  }
  .header .gnavSpCnt .onlineshopSp a {
    display: inline-block;
    width: 190px;
    border-radius: 40px;
    line-height: 40px;
    border: #747477 solid 1px;
  }
  .header .gnavSpCnt .onlineshopSp a span {
    padding-top: 1px;
    padding-left: 33px;
    background: url(../images/gnav-cart-sp.png) left center no-repeat;
    background-size: 15px 17px;
    line-height: 43px;
    display: inline-block;
  }
  .header .gnavSpCnt .onlineshopSp img {
    width: 15px;
  }
  .header .gnavSpCnt .hSns {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
  }
  .header .gnavSpCnt .hSns dt {
    padding-right: 10px;
  }
  .header .gnavSpCnt .hSns dd {
    margin-left: 22px;
  }
  .header .gnavSpCnt .hSns dd img {
    width: 24px;
  }
  .header .spNavClose {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 0;
  }
  .header .spNavClose img {
    width: 19px;
  }
  .header.clone-nav {
    display: none;
  }
  .header.clone-nav.is-show {
    transform: translateY(0);
  }
  .header .campaignNav {
    position: relative;
    margin-top: -5px;
  }
  .header .campaignNav .cpTtl {
    display: inline-block;
    font-size: 15px;
    position: relative;
  }
  .header .campaignNav .cpTtl:before {
    content: '';
    background: #747474;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    left: -20px;
    margin-top: -2px;
  }
  .header .campaignNav .cpTtl:after {
    content: '';
    background: #747474;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 1px;
    right: -20px;
    margin-top: -2px;
  }
  .header .campaignNav .subNav_area {
    display: block !important;
    width: 254px;
    padding: 28px 0px 0;
    margin: 0px auto;
  }
  .header .campaignNav .subNav_area a {
    display: block;
    line-height: 0;
    position: relative;
    margin-bottom: 24px;
    text-align: left;
  }
  .header .campaignNav .subNav_area a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background: url(../images/subnav-arw.png) center center no-repeat;
    background-size: cover;
  }
  .header .campaignNav .subNav_area a img {
    width: 234px;
  }
  .header .campaignNav .subNav_area a:after {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header_logo {
    height: 27px;
    width: 62.5px;
    top: -7px;
    left: 0;
  }
}

.footer__snsTtl {
  text-align: center;
  margin-bottom: 35px;
}

.footer__snsTtl img {
  width: 534px;
}

@media all and (max-width: 767px) {
  .footer__snsTtl {
    margin-bottom: 25px;
  }
  .footer__snsTtl img {
    width: 100%;
    max-width: 338px;
  }
}

.footer__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  margin-bottom: 120px;
}

.footer__inr .fbIcon {
  margin-left: 20px;
  margin-right: 70px;
}

.footer__inr p {
  letter-spacing: 0.065em;
  font-size: 13px;
  line-height: 20px;
  margin-right: 10px;
}

.footer__inr img {
  width: 72px;
}

@media all and (max-width: 767px) {
  .footer__inr {
    margin-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer__inr .fbIcon {
    margin-left: 10px;
    margin-right: 30px;
  }
  .footer__inr p {
    font-size: 10px;
    line-height: 1.6;
  }
  .footer__inr img {
    width: 50px;
  }
}

.footer__btn_area {
  text-align: center;
  position: relative;
  padding-bottom: 100px;
}

.footer__btn_area a {
  font-family: 'Comfortaa', cursive;
  text-decoration: none;
  color: #e32e5d;
  border: #e32e5d solid 1px;
  margin: 0pc auto;
  display: flex;
  border-radius: 40px;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  max-width: 708px;
  height: 78px;
  font-size: 20px;
  transition: color 0.3s, background-color 0.3s;
}

.footer__btn_area a:before {
  content: '';
  display: inline-block;
  background: url(../images/lineup-cart.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 22px;
  margin-right: 20px;
  transition: background-image 0.3s;
}

.footer__btn_area a:hover {
  color: #fff;
  background-color: #e32e5d;
}

.footer__btn_area a:hover:before {
  background-image: url(../images/lineup-cart_ov.png);
}

@media all and (max-width: 767px) {
  .footer__btn_area {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
  .footer__btn_area a {
    height: 58px;
    max-width: 332px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .footer__btn_area a:before {
    width: 12px;
    height: 13px;
    margin-right: 12px;
  }
}

.footer ._Snsft {
  text-align: center;
  margin-bottom: 120px;
  padding-top: 115px;
  display: flex;
  justify-content: center;
}

.footer ._ftSns li {
  display: flex;
  align-items: center;
  margin-right: 70px;
  letter-spacing: 0.13em;
  color: #5e5249;
}

.footer ._ftSns li:last-child {
  margin-right: 0;
}

.footer ._ftSns li a {
  display: flex;
  text-decoration: none;
  align-items: center;
}

.footer ._ftSns li a.tw {
  margin-left: 20px;
}

.footer ._ftSns li p {
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  margin-right: 10px;
}

.footer ._ftSns li img {
  width: 70px;
  height: 70px;
}

.footer .ftCnt {
  border-top: #d3d3d3 solid 1px;
  border-bottom: #d3d3d3 solid 1px;
  padding: 120px 0px 110px;
}

.footer .ftCnt_inner {
  max-width: 1022px;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .ftCnt .info {
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.13em;
}

.footer .ftCnt .info img {
  width: 66px;
  margin-right: 25px;
}

.footer .ftCnt .info p {
  line-height: 23px;
}

.footer .ftCnt .select-area {
  width: 440px;
  display: flex;
}

.footer .ftCnt .select-area .btn-select {
  background: #fff;
  position: relative;
  height: 44px;
}

.footer .ftCnt .select-area .btn-select:after {
  content: '';
  display: block;
  background: url(../images/ft-select-arw.png) center center no-repeat;
  background-size: cover;
  width: 13px;
  height: 8px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -4px;
}

.footer .ftCnt .select-area .btn-select select {
  padding-left: 15px;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #d3d3d3 solid 1px;
  height: 44px;
  width: 350px;
  border-radius: 6px;
}

.footer .ftCnt .select-area #site-btn {
  border-radius: 6px;
  outline: none;
  border: none;
  padding: 0;
  background: #5e5249;
  color: #fff;
  letter-spacing: 0.13em;
  width: 80px;
  height: 44px;
  margin-left: 9px;
}

.footer .cr {
  font-family: 'Comfortaa', cursive;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 20px 0px ;
  text-align: center;
}

.footer .footer-inner {
  position: relative;
}

.footer .ftToTop {
  position: absolute;
  bottom: 67px;
  right: 67px;
  display: block;
  width: 82px;
  height: 82px;
  background: url(../images/pagetop.png) center center no-repeat;
  background-size: cover;
  transition: background-image 0.5s;
}

@media all and (min-width: 768px) {
  .footer .ftToTop:hover {
    background-image: url(../images/pagetop_on.png);
  }
}

@media all and (min-width: 768px) {
  .footer .ftCnt_inner {
    padding: 0px 40px;
  }
  .footer .ftSns li {
    width: 200px;
  }
}

@media all and (min-width: 768px) and (max-width: 990px) {
  .footer .ftCnt .info {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
  .footer .ftCnt .select-area {
    width: 100%;
    justify-content: center;
  }
}

@media all and (max-width: 767px) {
  .footer {
    padding-top: 60px;
  }
  .footer ._ftSns {
    padding-top: 60px;
    margin-bottom: 60px;
  }
  .footer ._ftSns li {
    margin-right: 35px;
  }
  .footer ._ftSns li p {
    letter-spacing: normal;
    line-height: 15px;
    font-size: 10px;
    margin-right: 5px;
  }
  .footer ._ftSns li img {
    width: 50px;
    height: 50px;
  }
  .footer ._ftSns li a.tw {
    margin-left: 10px;
  }
  .footer .ftCnt {
    padding: 50px 15px;
  }
  .footer .ftCnt .info {
    font-size: 10px;
    letter-spacing: 0.06em;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }
  .footer .ftCnt .info img {
    width: 45px;
    margin-right: 20px;
  }
  .footer .ftCnt .info p {
    line-height: 16px;
  }
  .footer .ftCnt .select-area {
    width: 100%;
    justify-content: center;
  }
  .footer .ftCnt .select-area .btn-select {
    height: 32px;
  }
  .footer .ftCnt .select-area .btn-select:after {
    width: 10px;
    height: 6px;
    right: 10px;
    margin-top: -3px;
  }
  .footer .ftCnt .select-area .btn-select select {
    width: 250px;
    height: 32px;
    border: solid 1px #d3d3d3;
  }
  .footer .ftCnt .select-area #site-btn {
    border-radius: 6px;
    width: 56px;
    height: 32px;
    margin-left: 10px;
  }
  .footer .cr {
    text-align: center;
    font-size: 10px;
    padding: 50px 0px;
  }
  .footer .ftToTop {
    width: 50px;
    height: 50px;
    background-image: url(../images/pagetop-sp.png);
    top: 205px;
    right: 50%;
    margin-right: -26px;
    border: solid 1px #d3d3d3;
    border-radius: 30px;
  }
  .footer .ftToTop:hover {
    background-image: url(../images/pagetop-sp.png);
  }
}

.anc {
  position: absolute;
  top: 0;
}

@media all and (max-width: 990px) {
  .spMenuFix {
    transition: .3s;
    transform: translateY(-80px);
    position: fixed;
    background: url(../images/sp-nav-fix.png) center center no-repeat;
    background-size: 55px 60px;
    width: 55px;
    height: 60px;
    z-index: 9;
    right: 8px;
    top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .spMenuFix .spmenuIcon {
    width: 22px;
    height: 16px;
    cursor: pointer;
    position: relative;
  }
  .spMenuFix .spmenuIcon span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #5e5249;
  }
  .spMenuFix .spmenuIcon span:nth-child(1) {
    top: 0px;
  }
  .spMenuFix .spmenuIcon span:nth-child(2) {
    top: 7px;
  }
  .spMenuFix .spmenuIcon span:nth-child(3) {
    bottom: 0px;
  }
  .spMenuFix.is-show {
    transform: translateY(0);
  }
}

.sectionTtl {
  -webkit-font-smoothing: antialiased;
  color: #5e5249;
  font-family: 'Comfortaa', cursive;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
  font-size: 30px;
  margin-bottom: 50px;
}

.sectionTtl:after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -4px;
  content: '';
  width: 8px;
  height: 15px;
  background: url(../images/icon_shizuku.png) center center no-repeat;
  background-size: 8px 15px;
}

@media all and (max-width: 767px) {
  .sectionTtl {
    font-size: 21px;
    margin-bottom: 25px;
  }
  .sectionTtl:after {
    bottom: -20px;
    background-size: 5px 10px;
    width: 5px;
    height: 10px;
    margin-left: -3px;
  }
}

.topCnt {
  position: relative;
}

.kv_fruitBg {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 800px;
  transition: opacity 0.5s;
}

.kv_fruitBg ._ovr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}

.kv_fruitBg .img {
  background-size: 100% auto;
  padding-top: 57%;
  width: 100%;
  background-repeat: no-repeat;
  top: 0;
  transition: background-image 0.4s;
  background-image: url(../images/leather.jpg) ;
  width: 600px;
  float: right;
  margin-top: 70px
}

.kv_fruitBg ._img1 {
  background-image: url(../images/kv-fruit-1.png);
  background-position: center top;
  left: 0;
  animation-delay: 0s;
}

.kv_fruitBg ._img2 {
  background-image: url(../images/kv-fruit-2.png);
  background-position: center top;
  left: 0;
  animation-delay: .3s;
}

.kv_fruitBg ._img3 {
  background-image: url(../images/kv-fruit-3.png);
  background-position: center top;
  left: 0;
  animation-delay: .6s;
}

.kv_fruitBg ._img4 {
  background-image: url(../images/kv-fruit-4.png);
  background-position: center top;
  left: 0;
  animation-delay: .9s;
}

.kv_fruitBg.blr .ovr {
  opacity: 0.8;
}

@media all and (max-width: 1400px) {
  .kv_fruitBg {
    left: 50%;
    width: 1400px;
    margin-left: -700px;
  }
}

@keyframes float_anime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@media all and (max-width: 767px) {
  .kv_fruitBg {
    left: 0;
    top: -10px;
    margin-left: 0;
    width: 100%;
    height: auto;
    height: 100%;
    background-size: 100% auto;
    padding-top: 150%;
    transition: filter 0.5s, opacity 0.5s;
  }
  .kv_fruitBg .img {
    padding-top: 160%;
    background-image: url(../images/fruit-bg-sp.jpg);
    background: url(../images/fruit-bg-sp.jpg) center top/500px 520px no-repeat;
    top: -0.5%;
  }
  .kv_fruitBg ._imgSp {
    background-size: 100% auto;
    padding-top: 160%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    padding-top: 150%;
    animation: float_anime 5s ease infinite;
    transition: background-image 0.4s;
  }
  .kv_fruitBg ._img1 {
    background-image: url(../images/kv-fruit-1-sp.png);
    background-position: center top;
    left: 0;
    animation-delay: 0s;
  }
  .kv_fruitBg ._img2 {
    background-image: url(../images/kv-fruit-2-sp.png);
    background-position: center top;
    left: 0;
    animation-delay: .3s;
  }
  .kv_fruitBg ._img3 {
    background-image: url(../images/kv-fruit-3-sp.png);
    background-position: center top;
    left: 0;
    animation-delay: .6s;
  }
  .kv_fruitBg ._img4 {
    background-image: url(../images/kv-fruit-4-sp.png);
    background-position: center top;
    left: 0;
    animation-delay: .9s;
  }
  .kv_fruitBg.blr .ovr {
    opacity: 0.8;
  }
}

.kv_area {
  position: relative;
  min-height: 800px;
  height: 100vh;
}

.kv_area_inner {
  padding: 80px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.kv_area_inner img {
  width: 100%;
}

.kv_area_inner .ttl {
  margin: 0px auto 50px;
  max-width: 514px;
}

.kv_area_inner .img {
  margin: 0px auto;
  max-width: 739px;
}

.kv_area_inr {
  padding: 80px;
  height: calc(100% - 160px);
  position: relative;
}

.kv_area .js-slider {
  height: 100%;
  margin: 0;
}

.kv_area .js-slider .slick-list, .kv_area .js-slider .slick-track,
.kv_area .js-slider .slick-slide > div {
  height: 100%;
}

.kv_area .js-slider .imgBox {
  height: 100%;
  position: relative;
  margin-top: 35px;
}

.kv_area .js-slider .imgBox:after {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.kv_area .js-slider .imgBox .img {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.kv_area .js-slider .slick-dots {
  text-align: left;
  bottom: 20px;
  left: 20px;
}

.kv_area .js-slider .slick-dots li {
  border-radius: 10px;
  overflow: hidden;
  width: 7px;
  height: 7px;
  margin: 0px 10px 0px 0px;
}

.kv_area .js-slider .slick-dots li button {
  width: 7px;
  height: 7px;
  padding: 0px;
  background: #fff;
}

.kv_area .js-slider .slick-dots li.slick-active button {
  background: #257382;
}

.kv_area .kv_scroll {
  font-family: 'Comfortaa', cursive;
  position: absolute;
  bottom: 28px;
  left: 35px;
  text-decoration: none;
  letter-spacing: 0.05em;
  z-index: 10;
}

.kv_area .kv_scroll img {
  width: 67px;
}

.kv_area .kv_scroll:after {
  transition: background-image 0.5s;
  content: "";
  display: block;
  width: 22px;
  height: 17px;
  background: url(../images/kv_scroll-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: -20px;
  animation: scroll_icon_move 0.5s infinite alternate;
}

@keyframes scroll_icon_move {
  0% {
    transform: translate(0, -3px);
  }
  100% {
    transform: translate(0, 3px);
  }
}

.kv_area .logoBg {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 260px;
  height: 145px;
}

@media (max-width: 1200px) {
  .kv_area .logoBg {
    display: none;
  }
}

@media all and (min-width: 1400px) {
  .kv_area ._kv_area_inner {
    width: 53.36%;
  }
  .kv_area ._kv_area_inner .ttl {
    max-width: 1028px;
    width: 66.48%;
  }
  .kv_area ._kv_area_inner .img {
    max-width: 1478px;
  }
}

@media all and (min-width: 768px) {
  .kv_area .sp {
    display: none;
  }
  .kv_area .kv_scroll-sp {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .kv_area {
    height: 550px;
    min-height: 550px;
  }
  .kv_area .pc {
    display: none;
  }
  .kv_area .kv_scroll {
    display: none !important;
  }
  .kv_area__inner {
    max-width: 750px;
    line-height: 0;
    padding-top: 22%;
    padding-bottom: 35px;
  }
  .kv_area__inner .ttl {
    margin: 0px;
    max-width: 1000px;
  }
  .kv_area__inner .img {
    margin: 0px auto;
    max-width: 1000px;
  }
  .kv_area .logoBg {
    display: block;
    width: 125px;
    height: 70px;
  }
  .kv_area_inr {
    padding: 45px 15px;
    height: calc(100% - 90px);
  }
  .kv_area .js-slider .slick-dots {
    bottom: 15px;
    left: 15px;
  }
  .kv_area .js-slider .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0px 7px 0px 0px;
  }
  .kv_area .js-slider .slick-dots li button {
    width: 5px;
    height: 5px;
  }
  .kv_area .kv_scroll-sp {
    display: block;
    left: 15px;
    font-family: "Comfortaa", cursive;
    position: absolute;
    bottom: 18px;
    font-size: 10px;
    letter-spacing: 0.05em;
    text-decoration: none;
  }
  .kv_area .kv_scroll-sp:after {
    transition: background-image 0.5s;
    content: "";
    display: block;
    background: url(../images/kv_scroll-arrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: -16px;
    display: block;
    width: 16px;
    height: 13px;
  }
}

.kv_area .ovrCnt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 514px;
  margin-left: -257px;
  margin-top: -110px;
}

.kv_area .ovrCnt_txt {
  line-height: 0;
  width: 514px;
}

.kv_area .ovrCnt_txt img {
  width: 100%;
}

.kv_area .ovrCnt a {
  cursor: pointer;
  position: relative;
  margin: -15px auto 0px;
  display: block;
  width: 84px;
  height: 84px;
  transition: all 0.2s;
  background: url(../images/movie-play-pc.png) center center no-repeat;
  background-size: cover;
}

@media all and (max-width: 767px) {
  .kv_area .ovrCnt a {
    background-image: url(../images/movie-play.png) center center no-repeat;
  }
}

.kv_area .ovrCnt a:hover {
  transform: scale(1.05, 1.05);
}

@media all and (max-width: 767px) {
  .kv_area .ovrCnt {
    width: 294px;
    margin-left: -147px;
    margin-top: -60px;
  }
  .kv_area .ovrCnt_txt {
    width: 294px;
  }
  .kv_area .ovrCnt a {
    margin: -8px auto 0px;
    width: 70px;
    height: 70px;
  }
}

.kv_area .kv_bnr {
  position: absolute;
  right: 15px;
  bottom: 10px;
  display: flex;
}

.kv_area .kv_bnr li {
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0.8, 0.8);
}

.kv_area .kv_bnr li.on {
  opacity: 1;
  transform: scale(1, 1);
}

.kv_area .kv_bnr a {
  display: block;
  transition: all 0.2s;
}

@media all and (min-width: 768px) {
  .kv_area .kv_bnr a:hover {
    transform: scale(1.05, 1.05);
    transform: translateY(-10px);
  }
}

.kv_area .kv_bnr img {
  width: 178px;
}

@media all and (max-width: 767px) {
  .kv_area .kv_bnr {
    right: 5px;
    bottom: 0px;
  }
  .kv_area .kv_bnr img {
    width: 95px;
  }
}

.concept_area_cnt .conceptBottom__kushitani{
	-webkit-font-smoothing: antialiased;
  color: #5e5249;
  font-family: 'Comfortaa', cursive;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
}

.concept_area {
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.concept_area_cnt {
  text-align: center;
  position: relative;
}

.concept_area_cnt p {
  text-align: center;
  color: #5e5249;
  font-size: 18px;
  letter-spacing: 0.065em;
  margin-bottom: 36px;
}

.concept_area_cnt p span.txt {
  display: inline-block;
  position: relative;
  margin-top: 30px;
  font-weight: bold;
}

.concept_area_cnt .img {
  text-align: center;
  line-height: 0;
  margin-top: 85px;
}

.concept_area_cnt .img img {
  width: 100%;
}

.concept_area_cnt_ttl {
  line-height: 0;
  text-align: center;
  margin-bottom: 28px;
}

.concept_area_cnt_ttl img {
  width: 486px;
}

.concept_area_cnt .imgBox {
  position: relative;
  max-width: 800px;
  margin: 0px auto;
  line-height: 0;
}

.concept_area_cnt .imgBox img {
  width: 100%;
  opacity: 0;
  transition-duration: 1.0s;
  transition-timing-function: ease-out;
}

.concept_area_cnt .imgBox img.inviewed {
  opacity: 1;
}

.concept_area_cnt .imgBox_img1 {
  transition-delay: .5s;
}

.concept_area_cnt .imgBox_img2 {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: .7s;
}

.concept_area_cnt .imgBox_img3 {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: .9s;
}

.concept_area_cnt .imgBox_img4 {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 1.1s;
}

.concept_area_cnt .imgBox_img5 {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 1.3s;
}

.concept_area_cnt .imgBox_img6 {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 1.5s;
}

.concept_area_cnt .imgBox_img7 {
  position: absolute;
  left: 0;
  top: 0;
  transition-delay: 1.7s;
}

@media all and (min-width: 768px) {
  .concept_area {
    padding: 120px 40px 0px;
  }
  .concept_area .sectionTtl {
    margin-bottom: 70px;
  }
}

@media all and (max-width: 767px) {
  .concept_area {
    padding: 75px 20px 0px;
  }
  .concept_area_cnt p {
    font-size: 13px;
    line-height: 28px;
  }
  .concept_area_cnt p span.txt {
    margin-top: -20px;
  }
}

@media all and (max-width: 767px) and (max-width: 374px) {
  .concept_area_cnt p {
    font-size: 11px;
    line-height: 2.1;
  }
}

@media all and (max-width: 767px) {
  .concept_area_cnt .img {
    margin-top: 58px;
  }
  .concept_area_cnt .img img {
    max-width: 375px;
  }
  .concept_area_cnt .imgBox {
    max-width: 310px;
  }
  .concept_area_cnt_ttl {
    padding-top: 10px;
    margin-bottom: 17px;
  }
  .concept_area_cnt_ttl img {
    width: 100%;
    max-width: 178px;
  }
}

.concept_area .conceptBottom {
  position: relative;
  border-radius: 40px;
  max-width: 1020px;
  margin: 170px auto 0px;
}

.concept_area .conceptBottom__topbg {
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: -73px;
}

.concept_area .conceptBottom__topbg img {
  width: 393px;
}

.concept_area .conceptBottom__bg {
  width: 100%;
}

.concept_area .conceptBottom__logo img {
  width: 148px;
}

.concept_area .conceptBottom__inr {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  margin-top: -25px;
  padding-right: 5px;
}

.concept_area .conceptBottom__txt {
  text-align: center;
  background-size: 172px 344px;
  height: 150px;
  margin-bottom: 0px;
}

.concept_area .conceptBottom__txt dt {
  width: 100%;
  padding-top: 95px;
  margin-bottom: 25px;
}

.concept_area .conceptBottom__txt dt img {
  width: 158px;
}

.concept_area .conceptBottom__txt dd {
  text-align: center;
  color: #5e5249;
  font-size: 18px;
  letter-spacing: 0.065em;
  margin-bottom: 36px;
  margin-top: 60px
}

@media all and (max-width: 820px) {
  .concept_area .conceptBottom__txt dd {
    font-size: 13px;
  }
}

.concept_area .conceptBottom__img {
  line-height: 0;
  margin-left: 5px;
}

.concept_area .conceptBottom__img img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .concept_area .conceptBottom {
    padding-left: 20px;
    padding-right: 20px;
    margin: 100px auto 0px;
    border-radius: 20px;
    max-width: 295px;
  }
}

@media all and (max-width: 767px) and (max-width: 374px) {
  .concept_area .conceptBottom {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media all and (max-width: 767px) {
  .concept_area .conceptBottom__topbg {
    top: -46px;
  }
  .concept_area .conceptBottom__topbg img {
    width: 217px;
  }
  .concept_area .conceptBottom__logo {
    position: relative;
    top: -20px;
    margin-bottom: 20px;
  }
  .concept_area .conceptBottom__logo img {
    width: 99px;
  }
  .concept_area .conceptBottom__inr {
    display: block;
    margin-top: -25px;
    padding-right: 0px;
    position: relative;
  }
  .concept_area .conceptBottom__txt {
    background-size: auto 195px;
    height: 195px;
    margin-bottom: 20px;
  }
  .concept_area .conceptBottom__txt dt {
    padding-top: 30px;
    margin-bottom: 7px;
  }
  .concept_area .conceptBottom__txt dt img {
    width: 110px;
  }
  .concept_area .conceptBottom__txt dd {
    line-height: 2;
    font-size: 11px;
    letter-spacing: 0.06em;
  }
}

@media all and (max-width: 767px) and (max-width: 374px) {
  .concept_area .conceptBottom__txt dd {
    font-size: 10px;
  }
}

@media all and (max-width: 767px) {
  .concept_area .conceptBottom__img {
    margin-left: 0px;
    margin-right: 10px;
  }
  .concept_area .conceptBottom__img img {
    width: 66.56%;
  }
}

.about_area {
  position: relative;
  padding-top: 100px;
}

.about_area .pointList {
  max-width: 1022px;
  margin: 0px auto 55px;
  display: flex;
  justify-content: space-between;
}

.about_area .pointList li {
  width: 29.94%;
}

.about_area .pointList li img {
  width: 100%;
}

.about_area .aboutBottom {
  text-align: center;
  background: url(../images/about-bottom-illust.png) center center no-repeat;
  background-size: 180px 365px;
  height: 365px;
}

.about_area .aboutBottom dt {
  width: 100%;
  padding-top: 110px;
  margin-bottom: 15px;
}

.about_area .aboutBottom dt img {
  width: 157px;
}

.about_area .aboutBottom dd {
  width: 100%;
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .about_area .pointList {
    padding: 0px 40px;
  }
}

@media all and (max-width: 767px) {
  .about_area {
    padding-top: 115px;
  }
  
  .about_area .recipes_btn {
    margin-bottom: 40px;
  }
  .about_area .recipes_btn a {
    line-height: 26px;
    font-size: 10px;
    padding-right: 8px;
    width: 104px;
  }
  .about_area .recipes_btn a:after {
    width: 9px;
    height: 5px;
    background-size: 9px 5px;
    top: 10px;
    right: 12px;
  }
  .about_area .pointList {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .about_area .pointList li {
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
  }
  .about_area .pointList li img {
    width: 215px;
  }
  .about_area .illust {
    margin-bottom: 27px;
  }
  .about_area .illust img {
    max-width: 346px;
  }
  .about_area .aboutBottom {
    background-size: 126px 255px;
    background-position: center top;
    min-height: 255px;
    height: auto;
  }
  .about_area .aboutBottom dt {
    padding-top: 73px;
    margin-bottom: 9px;
  }
  .about_area .aboutBottom dt img {
    width: 110px;
  }
  .about_area .aboutBottom dd {
    line-height: 22px;
    font-size: 11px;
  }
}

.aboutStepWrp {
  padding: 0px 40px;
}

.aboutStepWrp__txt {
  text-align: center;
  color: #5e5249;
  font-size: 18px;
  letter-spacing: 0.065em;
  margin-bottom: 36px;
}

.aboutStepWrp ul {
  margin: 0px auto;
  max-width: 1020px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aboutStepWrp ul li {
  width: calc(33.33% - 33.96px);
  margin-bottom: 6%;
  position: relative;
  transition-duration: 1.0s;
  transition-timing-function: ease-out;
  opacity: 0;
}

.aboutStepWrp ul li:after {
  content: '';
  background: url(../images/about-step-arrow.png) center center/cover no-repeat;
  width: 22px;
  height: 18px;
  position: absolute;
  right: -35px;
  top: 41%;
}

.aboutStepWrp ul li img {
  width: 100%;
}

.aboutStepWrp ul.inviewed li {
  opacity: 1;
}

.aboutStepWrp ul.inviewed li:nth-child(1) {
  transition-delay: .5s;
}

.aboutStepWrp ul.inviewed li:nth-child(2) {
  transition-delay: .9s;
}

.aboutStepWrp ul.inviewed li:nth-child(3) {
  transition-delay: 1.3s;
}

.aboutStepWrp ul.inviewed li:nth-child(4) {
  transition-delay: 1.7s;
}

.aboutStepWrp ul.inviewed li:nth-child(5) {
  transition-delay: 2.1s;
}

.aboutStepWrp ul.inviewed li:nth-child(6) {
  transition-delay: 2.5s;
}

@media all and (min-width: 768px) {
  .aboutStepWrp ul li:nth-child(3):after, .aboutStepWrp ul li:nth-child(6):after {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .aboutStepWrp {
    padding: 0px 20px;
  }
  
  .aboutStepWrp__txt {
    font-size: 13px;
    margin-bottom: 19px;
  }
  .aboutStepWrp ul {
    max-width: 332px;
  }
  .aboutStepWrp ul li {
    width: calc(50% - 11px);
    margin-bottom: 7%;
  }
  .aboutStepWrp ul li:nth-child(2n):after {
    display: none;
  }
  .aboutStepWrp ul li:after {
    width: 11px;
    height: 9px;
    right: -18px;
  }
}

.lineup_area {
  position: relative;
  padding-top: 100px;
}

.lineup_area .lineupSttl {
  text-align: center;
  padding-top: 10px;
}

.lineup_area .lineupSttl img {
  width: 308px;
}

.lineup_area .lineup_wrp {
  padding-top: 90px;
}

.lineup_area .lineupBox {
  position: relative;
  margin-bottom: 25px;
}

.lineup_area .lineupBox .lineupBg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.lineup_area .lineupBox .lineupBg img {
  width: 100%;
}

.lineup_area .lineupBox_inner {
  flex-flow: row-reverse;
  position: relative;
  display: flex;
  width: 74%;
  max-width: 1500px;
  margin: 0px auto;
  align-items: center;
}

.lineup_area .lineupBox:nth-child(2n) .lineupBox_inner {
  flex-flow: row;
}

.lineup_area .lineupBox:nth-child(2n) .lineupBg {
  right: auto;
  left: 0;
}

.lineup_area .lineupBox .boxImg {
  width: 50%;
}

.lineup_area .lineupBox .boxImg img {
  width: 100%;
}

.lineup_area .lineupBox .boxTxt {
  width: 50%;
}

.lineup_area .lineupBox .boxTxt dl {
  padding: 0px 11% 0px 17%;
}

.lineup_area .lineupBox .boxTxt dt {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.lineup_area .lineupBox .boxTxt dt.clr1 {
  color: #267383;
}

.lineup_area .lineupBox .boxTxt dt.clr2 {
  color: #267383;
}

.lineup_area .lineupBox .boxTxt dt.clr3 {
  color: #267383;
}

.lineup_area .lineupBox .boxTxt dt.clr4 {
  color: #267383;
}

.lineup_area .lineupBox .boxTxt dt.clr5 {
  color: #267383;
}

.lineup_area .lineupBox .boxTxt dt.clr6 {
  color: #267383;
}

.lineup_area .lineupBox .boxTxt dt .newIcon {
  margin-bottom: 23px;
}

.lineup_area .lineupBox .boxTxt dd {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.06em;
}

.lineup_area .lineupBox .boxTxt dd.add {
  font-size: 13px;
  line-height: 2;
  margin-top: 14px;
}

.lineup_area .lineupBox .js-iv {
  transition-duration: 800ms;
  transition-delay: 2ms;
  transition-timing-function: ease-out;
  opacity: 0.001;
}

.lineup_area .lineupBox .boxTxt.js-iv {
  transition-delay: 100ms;
  transform: translateY(60px);
}

.lineup_area .lineupBox .boxTxt.js-iv.inviewed {
  opacity: 1;
  transform: translateY(0);
}

.lineup_area .btn_area {
  text-align: center;
  padding-top: 80px;
}

.lineup_area .btn_area a {
  font-family: 'Comfortaa', cursive;
  text-decoration: none;
  color: #267383;
  border: #267383 solid 1px;
  margin: 0pc auto;
  display: flex;
  border-radius: 40px;
  letter-spacing: 0.05em;
  align-items: center;
  justify-content: center;
  max-width: 708px;
  height: 78px;
  font-size: 20px;
  transition: color 0.3s, background-color 0.3s;
}

.lineup_area .btn_area a:before {
  content: '';
  display: inline-block;
  background: url(../images/lineup-cart.png) center center no-repeat;
  background-size: cover;
  width: 20px;
  height: 22px;
  margin-right: 20px;
  transition: background-image 0.3s;
}

.lineup_area .btn_area a:hover {
  color: #fff;
  background-color: #267383;
}

.lineup_area .btn_area a:hover:before {
  background-image: url(../images/lineup-cart_ov.png);
}

@media all and (min-width: 768px) {
  .lineup_area .lineupBox .lineupBg.bg2 {
    top: -110px;
  }
  .lineup_area .lineupBox:nth-child(1) .lineupBg.js-iv, .lineup_area .lineupBox:nth-child(3) .lineupBg.js-iv, .lineup_area .lineupBox:nth-child(5) .lineupBg.js-iv {
    transform: translateX(60px);
  }
  .lineup_area .lineupBox:nth-child(1) .lineupBg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(3) .lineupBg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(5) .lineupBg.js-iv.inviewed {
    opacity: 1;
    transform: translateX(0);
  }
  .lineup_area .lineupBox:nth-child(1) .boxImg.js-iv, .lineup_area .lineupBox:nth-child(3) .boxImg.js-iv, .lineup_area .lineupBox:nth-child(5) .boxImg.js-iv {
    transform: translateX(60px);
  }
  .lineup_area .lineupBox:nth-child(1) .boxImg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(3) .boxImg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(5) .boxImg.js-iv.inviewed {
    opacity: 1;
    transform: translateX(0);
  }
  .lineup_area .lineupBox:nth-child(2) .lineupBg.js-iv, .lineup_area .lineupBox:nth-child(4) .lineupBg.js-iv, .lineup_area .lineupBox:nth-child(6) .lineupBg.js-iv {
    transform: translateX(-60px);
  }
  .lineup_area .lineupBox:nth-child(2) .lineupBg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(4) .lineupBg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(6) .lineupBg.js-iv.inviewed {
    opacity: 1;
    transform: translateX(0);
  }
  .lineup_area .lineupBox:nth-child(2) .boxImg.js-iv, .lineup_area .lineupBox:nth-child(4) .boxImg.js-iv, .lineup_area .lineupBox:nth-child(6) .boxImg.js-iv {
    transform: translateX(-60px);
  }
  .lineup_area .lineupBox:nth-child(2) .boxImg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(4) .boxImg.js-iv.inviewed, .lineup_area .lineupBox:nth-child(6) .boxImg.js-iv.inviewed {
    opacity: 1;
    transform: translateX(0);
  }
  .lineup_area .lineupBox:nth-child(3) {
    margin-top: -35px;
    margin-bottom: 50px;
  }
  .lineup_area .lineupBox:nth-child(4) {
    margin-bottom: 50px;
  }
  .lineup_area .lineupBox-ichigo .boxImg img {
    width: 102%;
  }
  .lineup_area .lineupBox-ichigo .lineupBg {
    width: 73%;
  }
  .lineup_area .lineupBox-karamanshi {
    margin-bottom: 100px;
  }
  .lineup_area .lineupBox-karamanshi .lineupBg {
    width: 50%;
  }
  .lineup_area .lineupBox-karamanshi .boxTxt dl {
    margin-bottom: 50px;
  }
 
}

@media all and (max-width: 767px) {
  .lineup_area {
    padding-top: 60px;
  }
  .lineup_area .lineupBox {
    margin-bottom: 15px;
  }
  .lineup_area .lineupBox:nth-child(2) {
    margin-bottom: 45px;
  }
  .lineup_area .lineupBox:nth-child(3) {
    margin-bottom: 70px;
  }
  .lineup_area .lineupBox:nth-child(4) {
    margin-bottom: 50px;
  }
  .lineup_area .lineupBox:nth-child(5) {
    margin-bottom: 12%;
  }
  .lineup_area .lineupBox_inner {
    flex-flow: row-reverse;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
  }
  .lineup_area .lineupBox:nth-child(2n) .lineupBox_inner {
    flex-wrap: wrap;
  }
  .lineup_area .lineupBox:nth-child(2n) .lineupBg {
    right: auto;
    left: 0;
  }
  .lineup_area .lineupBox .boxImg {
    width: 100%;
    line-height: 0;
  }
  .lineup_area .lineupBox .boxTxt {
    width: 100%;
  }
  .lineup_area .lineupBox .boxTxt dl {
    padding: 0;
    max-width: 255px;
    margin: 0px auto;
  }
  .lineup_area .lineupBox .boxTxt dt {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .lineup_area .lineupBox .boxTxt dd {
    font-size: 11px;
    line-height: 21px;
  }
  .lineup_area .lineupBox .boxTxt dd.add {
    font-size: 10px;
    margin-top: 10px;
  }
  .lineup_area .lineupBox .lineupBg.js-iv, .lineup_area .lineupBox .boxImg.js-iv {
    transform: translateY(60px);
  }
  .lineup_area .lineupBox .lineupBg.js-iv.inviewed, .lineup_area .lineupBox .boxImg.js-iv.inviewed {
    opacity: 1;
    transform: translateY(0);
  }
  .lineup_area .btn_area {
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
  }
  .lineup_area .btn_area a {
    height: 58px;
    max-width: 332px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  .lineup_area .btn_area a:before {
    width: 12px;
    height: 13px;
    margin-right: 12px;
  }
  .lineup_area .lineupSttl {
    padding-top: 7px;
  }
  .lineup_area .lineupSttl img {
    width: 175px;
  }
  .lineup_area .lineup_wrp {
    padding-top: 35px;
  }
  .lineup_area .lineupBox-ichigo .lineupBg {
    display: none;
  }
  .lineup_area .lineupBox-ichigo .boxTxt {
    position: relative;
    margin-top: -40px;
  }
  .lineup_area .lineupBox-karamanshi .boxTxt {
    margin-top: -17%;
  }
  .lineup_area .lineupBox-karamanshi .boxTxt dt .newIcon {
    width: 44px;
    margin-bottom: 12px;
  }
  .lineup_area .lineupBox-karamanshi .lineupBg {
    display: none;
  }
}

.lineup_area .lineupSns {
  position: relative;
  margin-top: 170px;
}

.lineup_area .lineupSns__ttl {
  -webkit-font-smoothing: antialiased;
  color: #5e5249;
  font-family: 'Comfortaa', cursive;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: relative;
  font-size: 30px;
  margin-bottom: 50px;
}

.lineup_area .lineupSns__ttl img {
  width: 534px;
}

@media all and (max-width: 767px) {
  .lineup_area .lineupSns {
    margin-top: 80px;
    padding: 0px 15px;
  }
  .lineup_area .lineupSns__ttl {
    margin-bottom: 25px;
  }
  .lineup_area .lineupSns__ttl img {
    width: 100%;
    max-width: 338px;
  }
}

.lineup_area .lineupSns__inr {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.lineup_area .lineupSns__inr .fbIcon {
  margin-left: 45px;
  margin-right: 45px;
}

.lineup_area .lineupSns__inr p {
  letter-spacing: 0.065em;
  font-size: 13px;
  line-height: 20px;
  margin-right: 10px;
}

.lineup_area .lineupSns__inr img {
  width: 72px;
}

@media all and (max-width: 767px) {
  .lineup_area .lineupSns__inr .fbIcon {
    margin-left: 10px;
    margin-right: 30px;
  }
  .lineup_area .lineupSns__inr p {
    font-size: 10px;
    line-height: 1.6;
  }
  .lineup_area .lineupSns__inr img {
    width: 50px;
  }
}

.recipes_area {
  position: relative;
  padding-top: 100px;
}

.recipes_area .sectionSttl {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 15px;
}

.recipes_area .sectionSttl img {
  width: 216px;
}

@media all and (max-width: 767px) {
  .recipes_area .sectionSttl {
    padding-top: 9px;
    margin-bottom: 8px;
  }
  .recipes_area .sectionSttl img {
    width: 119px;
  }
}

.recipes_area .introTxt {
  text-align: center;
  letter-spacing: 0.06em;
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 50px;
}

.recipes_area .recipesIntroList {
  max-width: 1022px;
  margin: 0px auto 70px;
  display: flex;
  justify-content: space-between;
}

.recipes_area .recipesIntroList li {
  width: 29.94%;
}

.recipes_area .recipesIntroList li img {
  width: 100%;
}

.recipes_area .movieTtl {
  text-align: center;
  font-family: 'Comfortaa', cursive;
  font-weight: normal;
  position: relative;
  margin-bottom: 55px;
  font-size: 28px;
  letter-spacing: .05em;
  color: #5e5249;
}

.recipes_area .arrangeTtl {
  text-align: center;
  color: #5e5249;
  letter-spacing: 0.06em;
  position: relative;
  margin-top: -8px;
  margin-bottom: 60px;
}

.recipes_area .arrangeTtl dt {
  font-family: 'Comfortaa', cursive;
  font-weight: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

.recipes_area .arrangeTtl dd {
  letter-spacing: 0.13em;
  font-size: 18px;
}

.recipes_area .recipesBox {
  max-width: 1022px;
  margin: 0px auto 80px;
  padding: 0px 40px 0px;
  position: relative;
}

.recipes_area .recipesBox_inner {
  display: flex;
  justify-content: space-between;
  background: #92ADB3;
  padding: 78px 53px 78px 80px;
  border-radius: 40px;
}

.recipes_area .recipesBox .boxTtl {
  position: absolute;
  top: 0;
  width: calc(100% - 80px);
  text-align: center;
  line-height: 0;
}

.recipes_area .recipesBox .boxTtl img {
  width: 380px;
}

.recipes_area .recipesBox .boxImg {
  width: 36%;
}

.recipes_area .recipesBox .boxImg img {
  width: 100%;
}

.recipes_area .recipesBox .boxTxt {
  width: 57%;
}

.recipes_area .recipesBox .boxTxt .name {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 20px;
}

.recipes_area .recipesBox .boxTxt .name img {
  width: 100%;
  max-width: 376px;
}

.recipes_area .recipesBox .boxTxt_inner {
  display: flex;
  justify-content: space-between;
}

.recipes_area .recipesBox .boxTxt .boxTxt_area1, .recipes_area .recipesBox .boxTxt .boxTxt_area2 {
  width: 47%;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #FFFFFF;
}

.recipes_area .recipesBox .boxTxt .boxTxt_area1 dt, .recipes_area .recipesBox .boxTxt .boxTxt_area2 dt {
  font-weight: bold;
}

.recipes_area .recipesBox .boxTxt .boxTxt_area2 dd {
  text-align: justify;
  padding-left: 1em;
  text-indent: -1em;
}

.recipes_area .recipesBox .boxTxt .boxTxt_area2 dd span {
  font-weight: bold;
}

.recipes_area .ytList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 710px;
  margin: 0px auto;
}

.recipes_area .ytList li {
  width: calc(50% - 25px);
  margin-bottom: 80px;
}

.recipes_area .ytList .movieBox {
  position: relative;
  width: 100%;
  padding-top: 178.04%;
}

.recipes_area .ytList .movieBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recipes_area .ytList .ytTtl {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}

.recipes_area .ytList .ytTtl img {
  width: 100%;
  max-width: 314px;
}

@media all and (min-width: 768px) {
  .recipes_area .recipesIntroList {
    padding: 0px 40px;
  }
  .recipes_area .recipesBox:nth-child(1) .boxTxt .name img {
    max-width: 226px;
  }
  .recipes_area .recipesBox:nth-child(2) .boxTxt .name img {
    max-width: 376.5px;
  }
  .recipes_area .recipesBox:nth-child(3) .boxTxt .name img {
    max-width: 327px;
  }
}

@media all and (max-width: 767px) {
  .recipes_area {
    padding-top: 80px;
  }
  .recipes_area .introTxt {
    font-size: 13px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .recipes_area .recipesIntroList {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .recipes_area .recipesIntroList li {
    width: 100%;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
  }
  .recipes_area .recipesIntroList li img {
    width: 215px;
  }
  .recipes_area .movieTtl {
    font-size: 19px;
    margin-bottom: 25px;
  }
  .recipes_area .arrangeTtl {
    margin-bottom: 25px;
    margin-top: 0;
  }
  .recipes_area .arrangeTtl dt {
    font-size: 19px;
    margin-bottom: 3px;
  }
  .recipes_area .arrangeTtl dd {
    line-height: 23px;
    font-size: 13px;
  }
  .recipes_area .recipesBox {
    padding: 45px 20px 0px;
    margin-bottom: 25px;
    max-width: 335px;
  }
  .recipes_area .recipesBox_inner {
    flex-wrap: wrap;
    padding: 42px 25px 35px 25px;
    border-radius: 20px;
  }
  .recipes_area .recipesBox .boxTtl {
    width: calc(100% - 40px);
  }
  .recipes_area .recipesBox .boxTtl img {
    width: 217px;
  }
  .recipes_area .recipesBox .boxImg {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% - 60px);
    line-height: 0;
  }
  .recipes_area .recipesBox .boxTxt {
    width: 100%;
  }
  .recipes_area .recipesBox .boxTxt .name {
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .recipes_area .recipesBox .boxTxt .boxTxt_area1, .recipes_area .recipesBox .boxTxt .boxTxt_area2 {
    width: 47%;
    font-size: 11px;
    line-height: 21px;
  }
  .recipes_area .recipesBox .boxTxt .boxTxt_area2 {
    width: 50%;
  }
  .recipes_area .recipesBox:nth-child(1) .boxTxt .name img {
    max-width: 159px;
  }
  .recipes_area .recipesBox:nth-child(2) .boxTxt .name img {
    max-width: 264px;
  }
  .recipes_area .recipesBox:nth-child(3) .boxTxt .name img {
    max-width: 228px;
  }
  .recipes_area .ytList {
    max-width: 335px;
    margin: 0px auto;
    padding: 0px 20px 26px;
  }
  .recipes_area .ytList li {
    width: 100%;
    max-width: 335px;
    margin-bottom: 30px;
  }
  .recipes_area .ytList .ytTtl {
    margin-top: 10px;
  }
  .recipes_area .ytList .ytTtl img {
    max-width: 250px;
  }
}

@media all and (max-width: 767px) {
  .movie_area .movieList .img a:after {
    background-image: url(../images/movie-play.png) center center no-repeat;
  }
}

.movie_area .movieList .img a:hover:after {
  transform: scale(1.05, 1.05);
}

.movie_area .movieList p {
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.05em;
  font-size: 22px;
}

@media all and (max-width: 767px) {
  .movie_area {
    max-width: 335px;
    padding: 65px 20px 0;
    margin: 0px auto;
  }
  .movie_area .movieList {
    padding-top: 15px;
  }
  .movie_area .movieList li {
    width: 100%;
    margin-bottom: 24px;
  }
  .movie_area .movieList .img {
    border-radius: 15px;
  }
  .movie_area .movieList .img a:after {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  .movie_area .movieList p {
    margin-top: 10px;
    font-size: 17px;
  }
}

.coming_area {
  text-align: center;
  padding-top: 50px;
}

.coming_area p {
  font-family: "Comfortaa", cursive;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
}

@media all and (max-width: 767px) {
  .coming_area {
    padding-top: 15px;
  }
  .coming_area p {
    font-size: 14px;
    line-height: 28px;
  }
}

.loopImg_area {
  padding-top:0px;
  line-height: 0;
}

.loopImg_area li {
  width: 100%;
}

.loopImg_area img {
  width: 100%;
}

@media all and (max-width: 767px) {
  .loopImg_area {
    padding-top: 45px;
  }
  .loopImg_area li {
    width: 188%;
  }
}

.footbnr {
  padding: 180px 0px 90px;
}

.footbnr ul {
  display: flex;
  flex-wrap: wrap;
  line-height: 0;
  justify-content: space-between;
}

.footbnr ul a {
  display: block;
  transition: opacity 0.3s;
}

.footbnr ul a:hover {
  opacity: 0.6;
}

.footbnr ul img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .footbnr ul {
    max-width: 1020px;
    margin: 0px auto;
    padding: 0px 40px;
  }
  .footbnr li {
    width: calc(50% - 25px);
    margin-bottom: 50px;
  }
}

@media all and (max-width: 767px) {
  .footbnr {
    max-width: 335px;
    padding: 0px 20px 70px;
    margin: 0px auto;
  }
  .footbnr li {
    margin-bottom: 21px;
  }
}

.js-ivCmn {
  transition-duration: 800ms;
  transition-delay: 2ms;
  transition-timing-function: ease-out;
  opacity: 0.001;
  transform: translateY(60px);
}

.js-ivCmn.inviewed {
  opacity: 1;
  transform: translateY(0);
}

.footer select::-ms-expand {
  display: none;
}

.insta_area {
  padding: 170px 20px 0px;
}

.insta_area .areaTtl {
  line-height: 0;
  text-align: center;
  margin-bottom: 27px;
}

.insta_area .areaTtl img {
  max-width: 620px;
}

.insta_area .txt_area {
  display: flex;
  justify-content: center;
  color: #5e5249;
  margin-bottom: 45px;
}

.insta_area .txt_area .clr {
  color: #e32e5d;
}

.insta_area .txt_area dl {
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
}

.insta_area .txt_area dl dt {
  font-family: 'Comfortaa', cursive;
  letter-spacing: 0.05em;
  margin-right: 30px;
}

@media all and (max-width: 767px) {
  .insta_area {
    padding: 55px 20px 75px;
  }
  .insta_area .areaTtl {
    margin-bottom: 20px;
  }
  .insta_area .areaTtl img {
    max-width: 335px;
  }
  .insta_area .txt_area {
    margin-bottom: 5px;
  }
  .insta_area .txt_area dl {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .insta_area .txt_area dl dt {
    margin-right: 20px;
  }
}

.remodal {
  max-width: 840px;
  padding: 0px 45px;
}

@media all and (max-width: 767px) {
  .remodal {
    padding: 35px 0px;
  }
}

@media all and (max-width: 767px) {
  .remodal-wrapper {
    padding: 28px 0px;
  }
}

.remodal-yt {
  position: relative;
}

.remodal-yt .remodal-close {
  position: absolute;
  background: url(../images/modal_close.png) center center no-repeat;
  background-size: cover;
  right: 0px;
  top: 0;
  width: 33px;
  height: 33px;
  transition: opacity 0.5s;
}

.remodal-yt .remodal-close:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  .remodal-yt .remodal-close {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}

.remodal-yt .ytWrp {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.remodal-yt .ytWrp iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.onlineShopBtn {
  position: fixed;
  cursor: pointer;
  right: 15px;
  bottom: 15px;
  width: 136px;
  height: 140px;
}

.onlineShopBtn__link {
  display: block;
  overflow: hidden;
  text-indent: -99999px;
  background-position: center center;
  background-image: url(../images/pc-online-shop.png);
  background-size: 138px 138px;
  width: 138px;
  height: 138px;
  transition: background-image 0.5s, transform ease-out 0.8s;
  transform: translateX(150px);
}

.onlineShopBtn__link:hover {
  background-image: url(../images/pc-online-shop_ov.png);
}

.onlineShopBtn__link.show {
  transform: translateX(0);
}

.onlineShopBtn.pos {
  background: #000;
  position: absolute;
  bottom: 575px;
}

@media all and (max-width: 767px) {
  .onlineShopBtn {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .onlineShopBtnSpFix {
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 56px;
    height: 56px;
    line-height: 0;
  }
  .onlineShopBtnSpFix a {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/onlineshop-sp.png) center center no-repeat;
    background-size: 56px 56px;
    transition: transform ease-out 0.5s;
    transform: translateX(50px);
  }
  .onlineShopBtnSpFix a.show {
    transform: translateX(0);
  }
}

.osModal {
  display: none;
  color: #5e5249;
}

.osModal__inr {
  font-size: 16px;
  font-family: 'Comfortaa', cursive;
}

.osModal__inr a {
  color: #5e5249;
  text-decoration: none;
  display: block;
  background: url(../images/os-arw.png) right center/8px 12px no-repeat;
}

.osModal li {
  margin-bottom: 25px;
}

.osModal .ja {
  font-family: 'YakuHanJP', 'Noto Sans JP', sans-serif;
}

@media all and (min-width: 768px) {
  .osModal {
    background: url(../images/os-modal-bg.png) center center/cover no-repeat;
    width: 234px;
    height: 196px;
    position: absolute;
    bottom: 122px;
    right: 98px;
  }
  .osModal__inr {
    padding: 33px 30px 0px 30px;
  }
  .osModal__inr a {
    transition: color 0.3s, background-image 0.3s;
  }
  .osModal__inr a:hover {
    color: #e32e5d;
    background-image: url(../images/os-arw-ov.png);
  }
}

@media all and (max-width: 767px) {
  .osModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
  }
  .osModal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/os-close.png) center center/cover no-repeat;
    width: 19px;
    height: 19px;
  }
  .osModal__otr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .osModal__inr {
    width: 260px;
    font-size: 15px;
  }
  .osModal__txt {
    font-size: 12px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 1;
  }
  .osModal__txt img {
    width: 13px;
    height: 14px;
    position: relative;
    top: 1px;
    margin-right: 10px;
  }
  .osModal li {
    margin-bottom: 10px;
  }
  .osModal li:last-child {
    margin-bottom: 0;
  }
  .osModal a {
    border: #5e5249 solid 1px;
    border-radius: 40px;
    padding: 16px 0px 14px 20px;
    background-position: center right 20px;
  }
}

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