@charset "UTF-8";
/* ***********************************
 *    Ire's CSS Reset & Base
 * *********************************** */
/* Reset margin, padding, border */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* Typography */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 1.4;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
}
*:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

a:visited {
  color: inherit;
}

/* Layout */
article,
aside,
footer,
header,
nav,
section,
picture,
main {
  display: block;
}

/* Elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote {
  quotes: none;
}
blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q {
  quotes: none;
}
q:after, q:before {
  content: "";
  content: none;
}

/* Attributes & states */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  color: #532F2F;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #532F2F;
  text-decoration: underline;
}

html {
  font-size: 62.5%;
}

body {
  color: #532F2F;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Noto Sans JP", sans-serif, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
  font-size: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc_lap {
  display: none;
}
@media (min-width: 64.063em) {
  .pc_lap {
    display: block;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

a {
  color: #532F2F;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #532F2F;
  text-decoration: underline;
}

a {
  color: #532F2F;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  color: #532F2F;
  text-decoration: underline;
}

/* ナビゲーションメニューに関する指定 */
.bl_nav__wrap {
  bottom: 76px;
  left: 0;
  position: absolute;
}

.bl_nav__list {
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.bl_nav__list li {
  padding: 10px 0;
}
.bl_nav__list strong {
  font-size: 2rem;
}
.bl_nav__list a {
  color: #fff;
  padding-left: 34px;
}
.bl_nav__list span {
  color: #fff;
  padding-left: 34px;
}
.bl_nav__list span:after {
  content: "";
  background: #532F2F;
  width: 10px;
  height: 20px;
  position: absolute;
  left: 0;
  border-radius: 0 4px 4px 0;
}

nav ul.navi {
  font-size: 1.4rem;
  position: absolute;
  padding: 1em;
  right: 10px;
  text-align: right;
  top: 10px;
}

nav ul.navi li {
  display: inline-block;
  padding-left: 2em;
}

/* Transition */
#top-head,
#global-nav ul li,
#global-nav ul li a {
  color: #fff;
  font-weight: bold;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

header {
  /*||||| header end |||||*/
  /*top-header*/
  /* Toggle Button */
  /* Fixed reset */
  /* humberger open */
}
header #top-head {
  color: #fff;
  font-size: 1.6rem;
  position: absolute;
  width: 100%;
  z-index: 999;
}
header #top-head .inner {
  position: relative;
}
header #nav-toggle {
  display: block;
  width: 48px;
  height: 52.5px;
  display: none;
  position: absolute;
  left: 18px;
  bottom: 14px;
  cursor: pointer;
  /*    -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;*/
}
header .bl_map__wrap {
  display: none;
}
header #top-head {
  margin-top: 0;
  position: fixed;
  bottom: 0;
}
header #top-head.fixed {
  padding-top: 0;
  background: transparent;
}
header #global-nav {
  position: absolute;
  padding: 0 0 10px;
  /*    -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      transition-duration: .5s;*/
}
header #nav-toggle {
  display: block;
}
header #nav-toggle .bl_nav_toggle__close {
  display: none;
}
header #top-head.open {
  color: #fff;
  height: 100%;
  font-size: 1.6rem;
  background: url(../../assets/img/bg_sp_nav.jpg) no-repeat center top #E96A6A;
  background-size: cover;
  height: calc( var(--vh) * 100 );
/*  height: 100vh;*/
/*  min-height: calc(var(--vh, 1vh) * 100);*/
  padding: 20px 0 0 0;
  line-height: 2.8em;
  position: fixed;
  top:0;
}
header #top-head.open #nav-toggle {
  bottom: 14px;
  z-index: 999;
}
header #top-head.open #nav-toggle .bl_nav_toggle__close {
  display: block;
}
header #top-head.open #nav-toggle .bl_nav_toggle__open {
  display: none;
}
header #top-head.open .bl_navi__wrap {
  padding-left: 27px;
}
header #top-head.open .bl_map__wrap {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
header #top-head.open .bl_map__wrap .el_lv3Heading {
  line-height: 1.4em;
  padding: 0;
}
header #top-head.open .bl_map__wrap .el_lv3Heading a#nav-toggle {
  margin: auto;
  left: 0;
  right: 0;
}
header #top-head.open .bl_map__wrap .el_lv3Heading a img {
  max-width: 20px;
}
header #top-head.open #global-nav {
  position: fixed;
  /*      height: 100%;*/
  overflow-y: visible;
  overflow-x: hidden;
  display: block;
  opacity: 1;
  width: 100%;
  /*      -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        transition-duration: .5s;*/
}
header #top-head.open #global-nav strong {
  font-size: 2.3rem;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
}
header #top-head.open #global-nav a {
  color: #fff;
}
@-webkit-keyframes .mv-gnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes .mv-gnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header #top-head #global-nav {
  display: none;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}
header #top-head.open #global-nav {
  display: block;
  -webkit-animation: show 0.5s linear 0s;
          animation: show 0.5s linear 0s;
}

body {
  background: #F4F2E1;
  color: #532F2F;
}

/*------------------------------
common style
------------------------------*/
/* TITLE STYLE */
.el_lv2Heading {
  font-size: 3rem;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  padding-top: 82.5px;
  padding-bottom: 68px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.el_lv3Heading {
  color: #fff;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.el_lv4Heading {
  color: #4A2222;
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.el_lv5Heading {
  border-bottom: 1px solid #532F2F;
  color: #532F2F;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  font-size: 2rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.el_lv6Heading {
  background: #532F2F;
  border-radius: 20px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto 40px;
  padding: 10px;
  text-align: center;
  width: 300px;
}

.el_ttl__subttl {
  display: block;
  font-size: 1.2rem;
  margin: 0 auto 1em;
  width: 160px;
  position: relative;
}
.el_ttl__subttl:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #4A2222;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.el_ttl__subttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #4A2222;
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.el_cont__ttl {
  font-size: 2.2rem;
  padding-top: 82.5px;
  padding-bottom: 68px;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.el_ttl__icon {
  display: block;
  padding-top: 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.el_ttl__point {
  background: #532F2F;
  border-radius: 80px;
  color: #fff;
  padding: 4px;
  text-align: center;
}

.el_ribbon {
  background-color: #532F2F;
  border-radius: 0 6px 6px 0;
  -webkit-box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 4px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  min-width: 150px;
  left: -6px;
  padding: 5px 10px;
  position: absolute;
  top: -8px;
  text-align: center;
}
.el_ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #6f5e55 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -6px;
}

/* TEXT STYLE */
.el_cont__lead {
  text-align: center;
}
.el_cont__txtLink {
  color: #532F2F;
}
.el_cont__txtLink:hover {
  color: #532F2F;
}
.el_cont__txtLink:visited {
  color: #532F2F;
}

.el_txt__right {
  display: inline-block;
  margin-left: auto;
  text-align: right;
  width: 100%;
}

.el_topLink {
  margin: 60px auto 20px;
  position: relative;
  text-align: center;
}

.el_thumb__round {
  border-radius: 15px;
}

.el_ttlBg__point {
  background: url(../../assets/img/bg_ttl_round.png) no-repeat center center;
  background-size: 83px;
  display: block;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  min-height: 83px;
}
.el_ttlBg__point strong {
  font-size: 2.4rem;
}
@media (min-width: 64.063em) {
  .el_ttlBg__point {
    background: url(../../assets/img/bg_ttl_round.png) no-repeat center 55px;
    background-size: 83px;
  }
  .el_ttlBg__point strong {
    font-size: 3rem;
  }
}

.el_txt__center {
  margin: 0 auto;
  text-align: center;
}

.el_label {
  display: inline-block;
  background: #532f2f;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px;
  position: absolute;
  right: 0;
}

.el_tags {
  border-radius: 20px;
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 10px;
  padding: 5px 0;
}

.el_txtLead {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2em;
  margin: 0 20px;
  padding-bottom: 1em;
}
@media (min-width: 64.063em) {
  .el_txtLead {
    margin: 0 auto;
  }
}

/* link style */
.el_btn__arrow__right {
  padding: 10px 0;
}
.el_btn__arrow__right.__right {
  text-align: right;
}
.el_btn__arrow__right.__center {
  text-align: center;
}
.el_btn__arrow__right a {
  background: url(../../assets/img/icon_right_arrow.png) no-repeat right center;
  background-size: 19px;
  display: inline-block;
  min-height: 20px;
  padding-right: 25px;
}

.el_link__arrow__right {
  background: url(../../assets/img/icon_right_arrow.png) no-repeat right center;
  background-size: 19px;
  display: inline-block;
  padding-right: 25px;
}

/* decoration style */
.el_thumb__border {
  border: 5px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.16);
}

.el_mark__yel {
  background-color: rgba(255, 241, 80, 0.45);
  color: #532F2F;
  padding: 6px 0 0;
}

.ly_page__wrap {
  background: url(../../assets/img/bg_logo.png) no-repeat 58% 10vh/55%;
}
@media (min-width: 64.063em) {
  .ly_page__wrap {
    background: url(../../assets/img/bg_logo.png) no-repeat 55% 10vh/683px;
    padding-left: 90px;
  }
}

@media (min-width: 64.063em) {
  .ly_plain__wrap {
    padding-left: 90px;
  }
}

.ly_cont__wrap {
  background: url(../../assets/img/bg_logo.png) no-repeat 58% top/55%;
}

.ly_fxd {
  position: fixed;
  z-index: 999;
}
.ly_fxd.__top {
  top: 0;
}
.ly_fxd.__btm {
  bottom: 0;
}

.ly_flx__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ly_flx__wrap.__wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ly_flx__wrap.__col2 {
  width: 50%;
}
.ly_flx__wrap.__center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ly_flx__wrap.__between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 64.063em) {
  .ly_cont__wrap {
    margin: 75px auto 0;
  }
}

/*.ly_cont__center {
    margin: 0 auto;
    @include breakpoint(laptop) {
        padding-left: 90px;
    }
}*/
.ly_cont_inner {
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 64.063em) {
  .ly_cont_inner__tight {
    max-width: 590px;
    margin: 0 auto;
  }
}

@media (min-width: 64.063em) {
  .ly_cont_inner__minWrap {
    max-width: 500px;
    margin: 0 auto;
  }
}

.ly_sp_inner__pd {
  padding: 0 20px;
}
@media (min-width: 64.063em) {
  .ly_sp_inner__pd {
    padding-left: 0;
    padding-right: 0;
  }
}

.ly_bg__ylw {
  background: url(../../assets/img/bg_ylw.png) repeat left top;
  background-size: 50px;
}

.ly_bg__gry {
  background: url(../../assets/img/bg_gry.jpg) repeat left top;
  background-size: 50px;
}

.el_tag {
  border-radius: 4px 0 4px 0;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0 5px;
  text-align: center;
  width: 114px;
}
.el_tag.__event {
  background-color: #FF3939;
  color: #fff;
}
.el_tag.__cafe {
  background-color: #FFF146;
  color: #532F2F;
}
.el_tag.__product {
  background-color: #532F2F;
  color: #fff;
}

/* header */
.ly_header {
  background: url(../../assets/img/frame_top.png) no-repeat center bottom;
  background-size: cover;
  min-height: 70px;
  width: 100%;
}
@media (min-width: 64.063em) {
  .ly_header {
    /*    height: 100vh;*/
    background: none;
    min-height: auto;
    position: fixed;
    top: 0;
    z-index: 999;
  }
}

.hp_bgcBase {
  background-color: rgba(255, 255, 255, 0.6);
}

.bl_logo {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (min-width: 64.063em) {
  .bl_logo {
    max-width: 140px;
    left: 40px;
    top: 30px;
  }
}

.bl_nav__info {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}

.bl_nav_info__list {
  font-weight: bold;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
}
.bl_nav_info__list li {
  font-size: 1.2rem;
  padding-top: 20px;
  text-align: center;
}
.bl_nav_info__list li strong {
  font-size: 1.6rem;
  width: 50%;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 64.063em) {
  .bl_nav_info__list {
    padding-right: 20px;
  }
  .bl_nav_info__list li {
    font-size: 1.6rem;
    padding-top: 10px;
    text-align: right;
  }
  .bl_nav_info__list li strong {
    font-size: 1.8rem;
    padding-right: 0;
  }
}
.bl_nav_info__list .bl_nav_info__tel {
  font-size: 2.6rem;
}
.bl_nav_info__list .bl_nav_info__map {
  background: url(../../assets/img/icon_map.svg) no-repeat left center;
  background-size: 20px;
  font-size: 2rem;
  padding: 1em 0 1em 1.5em;
}

.bl_nav__info__name {
  background: #532F2F;
  border-radius: 0 0 0 15px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  padding: 5px 1em;
  min-width: 290px;
  letter-spacing: 0;
}

.bl_bg__logo {
  background: url(../../assets/img/bg_logo_cmn.png) no-repeat center 10px;
  background-size: 670px;
}

.bl_mxw_tight {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 64.063em) {
  .bl_mxw_tight {
    padding-left: 90px;
  }
}

.bl_cardWrap figure {
  max-width: 286px;
  margin: 20px auto 40px;
}

.bl_cardWrap_box {
  background: #fff;
  border-radius: 10px;
  margin: 0 15px;
  padding: 30px;
}
@media (min-width: 64.063em) {
  .bl_cardWrap_box {
    margin: 0 auto;
  }
}

.bl_cardWrap_ttl {
  background: #E9E5C6;
  border-radius: 20px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  margin: 0 auto 30px;
  text-align: center;
  width: 200px;
}

@media (min-width: 64.063em) {
  .ly_header__inner__left {
    background: url(../../assets/img/frame_left.png) no-repeat right center;
    background-size: cover;
    min-height: 100vh;
    position: fixed;
    width: 27.34375%;
  }

  .ly_header_inner_right {
    background: url(../../assets/img/frame_right.png) no-repeat left center;
    background-size: cover;
    font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
    min-height: 100vh;
    position: fixed;
    right: 0;
    width: 20.625%;
  }
}
.bl_sp__nav {
  background: url(../../assets/img/frame_bottom.png) no-repeat center top;
  background-size: cover;
  min-height: 124px;
  width: 100%;
}
@media (min-width: 64.063em) {
  .bl_sp__nav {
    display: none;
  }
}

.bl_newsTimes {
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  position: absolute;
  right: 11px;
  top: 10px;
}

.bl_cont_mvWrap {
  margin-bottom: 35px;
}
@media (min-width: 64.063em) {
  .bl_cont_mvWrap {
    margin-bottom: 60px;
  }
  .bl_cont_mvWrap img {
    border-radius: 15px;
  }
}

.bl_media_wrap {
  border-radius: 15px;
  margin: 0 auto;
  position: relative;
  width: 91%;
}
.bl_media_wrap img {
  border-radius: 15px;
}
@media (min-width: 64.063em) {
  .bl_media_wrap {
    width: 500px;
  }
}

.bl_media_wrap_title {
  background-color: #532F2F;
  border-radius: 15px 15px 0 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  left: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 100%;
}

.bl_media_wrap_text {
  line-height: 1.8em;
  text-align: center;
  width: 91%;
  margin: 0 auto;
}
@media (min-width: 64.063em) {
  .bl_media_wrap_text {
    width: 100%;
  }
}

/* reserve bnr */
.bl_reserve_bnr {
  position: fixed;
  right: 2.3%;
  bottom: 0;
  max-width: 95px;
  z-index: 999;
}
@media (min-width: 64.063em) {
  .bl_reserve_bnr {
    max-width: 158px;
  }
}

/*------------------------------
top Area
------------------------------*/
/* top mv */
.bl_jumbotron {
  padding-top: 10px;
  padding-bottom: 133px;
  text-align: center;
  max-width: 66%;
  margin: 0 auto;
  /*  padding: 11.25vw 0 11.25vw 90px;*/
  text-align: center;
}
@media (min-width: 64.063em) {
  .bl_jumbotron {
    max-width: 56%;
    padding-top: 144px;
  }
}

/* top: news list */
.bl_newsWrap {
  max-width: 500px;
  margin: 40px auto 0;
  padding: 0 20px;
}
.bl_newsWrap li {
  position: relative;
}
@media (min-width: 64.063em) {
  .bl_newsWrap {
    padding: 0;
  }
}

.bl_newsList {
  border-radius: 8px;
  display: block;
  margin-bottom: 15px;
  padding: 1.75em 3px 3px;
  position: relative;
}
.bl_newsList:hover {
  text-decoration: none;
}

.bl_newsList__txt {
  font-weight: bold;
  padding: 1.4rem;
}

.bl_newsList__contents {
  padding: 0 1.4rem 1.4rem;
}
.bl_newsList__contents img {
  opacity: 0;
}

.el_new__tag {
  border-radius: 6px 0 6px 0;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
  left: 0;
  line-height: 1em;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 24%;
  z-index: 1;
}
.el_new__tag.new_products {
  background: #532F2F;
  color: #fff;
}
.el_new__tag.new_event {
  background: #FF3939;
  color: #fff;
}
.el_new__tag.new_cafe {
  background: #FFF146;
}
.el_new__tag.new_support {
  background: #557399;
  color: #fff;
}

/* top - Reccomend */
.un_recommend__ttl {
  background: url(../../assets/img/bg_ttl__recommend.png) no-repeat center top;
  background-size: 65.8px;
}
@media (min-width: 64.063em) {
  .un_recommend__ttl {
    background: url(../../assets/img/bg_ttl__recommend.png) no-repeat 210px top;
    background-size: 82.5px;
  }
}

.bl_recommend__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80.85%;
  max-width: 530px;
  margin: 0 auto;
}
@media (min-width: 64.063em) {
  .bl_recommend__list {
    width: 500px;
  }
}

.bl_recommend__list__item {
  margin-bottom: 20px;
  padding: 10px;
  width: 48.5%;
}
.bl_recommend__list__item figure {
  line-height: 1em;
  position: relative;
  max-height: 17vw;
  overflow: hidden;
  min-height: 78px;
}
@media (min-width: 64.063em) {
  .bl_recommend__list__item figure {
    max-height: 19.5vh;
    overflow: hidden;
    min-height: 146px;
  }
}
.bl_recommend__list__item figure img {
  width: 100%;
  height: 100%;
}
.bl_recommend__list__item figure figcaption {
  background: rgba(40, 3, 0, 0.8);
  bottom: 0;
  color: #fff;
  height: 40px;
  left: 0;
  margin: -14px auto 0;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 222;
}

.bl_recommend__list__txt {
  font-size: 14px!important;
  font-weight: bold;
}

.el_cat__tag {
  padding: 1em 0 0;
}
.el_cat__tag span {
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 10px;
  text-align: center;
}
.el_cat__tag span.feature_beginner {
  background: #5EB590;
}
.el_cat__tag span.feature_expert {
  background: #E0A03B;
}

/* top - About */
.un_about__ttl {
  background: url(../../assets/img/bg_ttl__about.png) no-repeat center top;
  background-size: 67px;
}
@media (min-width: 64.063em) {
  .un_about__ttl {
    background: url(../../assets/img/bg_ttl__about.png) no-repeat 90% 55px;
    background-size: 67px;
  }
}

/* top - SNS */
.un_sns__ttl {
  background: url(../../assets/img/bg_ttl__sns.png) no-repeat center top;
  background-size: 87px;
}
@media (min-width: 64.063em) {
  .un_sns__ttl {
    background: url(../../assets/img/bg_ttl__sns.png) no-repeat 30% 35px;
    background-size: 87px;
  }
}

/* insta feed */
#sb_instagram .sbi_photo {
  border-radius: 6px;
  max-height: 120px;
  overflow: hidden;
}
#sb_instagram .sbi_photo_wrap {
  margin: 0 5px;
}

/* top - access */
.un_access__ttl {
  background: url(../../assets/img/bg_ttl__access.png) no-repeat center top;
  background-size: 82.5px;
}
@media (min-width: 64.063em) {
  .un_access__ttl {
    background: url(../../assets/img/bg_ttl__access.png) no-repeat 80% 60px;
    background-size: 82.5px;
  }
}

.bl_accessInfo {
  text-align: center;
}
.bl_accessInfo a {
  display: inline-block;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  font-size: 2.4rem;
  font-weight: bold;
}
.bl_accessInfo a:hover {
  color: #FF3939;
  text-decoration: none;
}

.bl_accessList {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_accessList dl {
  margin: 0 0 28px;
  width: calc(50% - 20px);
}
.bl_accessList dl dd {
  padding: 20px;
}
.bl_accessList dl dd p {
  font-size: 1.4rem;
  text-align: center;
}
.bl_accessList dl:nth-child(even) dt {
  border-radius: 80px 0 0 80px;
}
.bl_accessList dl:nth-child(odd) dt {
  border-radius: 0 80px 80px 0;
}
@media (min-width: 64.063em) {
  .bl_accessList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bl_accessList dl {
    margin: 0 10px 28px;
    width: calc(50% - 20px);
  }
  .bl_accessList dl dd {
    padding: 20px 0;
  }
  .bl_accessList dl dd p {
    font-size: 1.4rem;
    text-align: center;
  }
  .bl_accessList dl:nth-child(even) dt {
    border-radius: 80px;
  }
  .bl_accessList dl:nth-child(odd) dt {
    border-radius: 80px;
  }
}

/*------------------------------
news Area
------------------------------*/
.bl_news_cateList li {
 padding: 5px 0;
 }
.bl_news_cateList li a {
  min-width: 125px;
  text-decoration: none;
  text-align: center;
}
.bl_news_cateList li a.new_products {
  background: #532F2F;
  color: #fff;
}
.bl_news_cateList li a.new_event {
  background: #FF3939;
  color: #fff;
}
.bl_news_cateList li a.new_cafe {
  background: #FFF146;
}
.bl_news_cateList li a.new_support {
  background: #557399;
  color: #fff;
}

.bl_news__wrap {
  width: 89.33%;
  margin: 0 auto;
}
@media (min-width: 64.063em) {
  .bl_news__wrap {
    width: 100%;
  }
}

.el_tags {
  min-width: 94px;
  text-decoration: none;
  text-align: center;
}
.el_tags.new_products {
  background: #532F2F;
  color: #fff;
}
.el_tags.new_event {
  background: #FF3939;
  color: #fff;
}
.el_tags.new_cafe {
  background: #FFF146;
}
.el_tags.new_support {
  background: #557399;
  color: #fff;
}
.bl_news__date {
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  font-size: 2rem;
}

.bl_news__article {
  font-size: 1.6rem;
  line-height: 1.6em;
  padding: 40px 0 0;
}
.bl_news__article img {
  display: block;
  margin: 0 auto 1em;
}
.bl_news__article p {
  line-height: 2em;
  padding-bottom: .75em;
/*  text-indent: 1em;*/
}
.bl_news__article ul {
	padding: 1em 2em;
    background: #ebe8d3;
    border-radius: 4px;
    margin: 1em auto;
}

.bl_news__archiveList {
  margin: 0 auto 40px;
}

/*------------------------------
feature Area
------------------------------*/
.bl_feature_linkList {
  max-width: 280px;
  margin: 20px auto 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_feature_linkList li {
  width: 35%;
}

.bl_feature__wrap .el_cat__tag {
  text-align: right;
}
.bl_feature__wrap p {
    padding-bottom: 1em;
    letter-spacing: 0;
    line-height: 1.6em;
 }
.bl_feature__ttl {
  background: #532F2F;
  border-radius: 10px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px;
  margin: 0 auto 30px;
}

.bl_feature__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 89.34%;
  max-width: 530px;
  margin: 0 auto;
}
@media (min-width: 64.063em) {
  .bl_feature__list {
    width: 500px;
  }
}

.bl_feature__thumb {
  margin: 1em;
}
.bl_feature__thumb img {
  width: 100%;
}

.bl_feature__itemWrap {
  background: #fff;
  border-radius: 6px;
  margin: 1em 10px;
}
@media (min-width: 64.063em) {
  .bl_feature__itemWrap {
    margin: 1em auto;
  }
}

.bl_feature__itemTtl {
  background: #532F2F;
  border-radius: 6px 6px 0 0;
  color: #fff;
  padding: 10px 1em;
}

.bl_feature__itemInfo {
  background: #BA273C;
  padding: 5px;
}
.bl_feature__itemInfo li {
  background-size: 20px;
  background-position: 10px 0;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 1.5rem;
  padding-left: 35px;
}
.bl_feature__itemInfo li span {
  display: inline-block;
  padding-bottom: 0.5em;
}
.bl_feature__itemInfo li img {
  max-width: 22px;
}
.bl_feature__itemInfo li.bl_feature_itemInfo__listPlayer {
  background-image: url(../../assets/img/icon_player.png);
}
.bl_feature__itemInfo li.bl_feature_itemInfo__listTime {
  background-image: url(../../assets/img/icon_time.png);
}
.bl_feature__itemInfo li.bl_feature_itemInfo__listAge {
  background-image: url(../../assets/img/icon_age.png);
}

.bl_feature__itemBox {
  padding: 10px;
}

.bl_feature__itemImg {
  max-width: 134px;
  max-height: 134px;
  overflow: hidden;
  width: 30%;
}
@media (min-width: 64.063em) {
  .bl_feature__itemImg {
    width: 25%;
  }
}

.bl_feature__itemText {
  font-size: 1.3rem;
  padding-left: 20px;
  width: 70%;
}
.bl_feature__itemText p {
  line-height: 1.8em;
  letter-spacing: 0;
 }
@media (min-width: 64.063em) {
  .bl_feature__itemText {
    width: 75%;
  }
}

.bl_feature__itemLink {
  border-radius: 20px;
  border: 2px solid #532F2F;
  color: #532F2F;
  display: block;
  font-weight: bold;
  margin: 1em auto 0;
  padding: 5px;
  text-align: center;
  width: 160px;
}
.bl_feature__itemLink:hover {
  background: #532F2F;
  color: #fff;
  text-decoration: none;
}

/*
*/
.un_about__mvTtl {
  background: url(../../assets/img/bg_ttl__about.png) no-repeat center top;
  background-size: 67px;
}
@media (min-width: 64.063em) {
  .un_about__mvTtl {
    background: url(../../assets/img/bg_ttl__about.png) no-repeat center 15px;
    background-size: 67px;
  }
}

.un_iconInfo {
  padding-right: 10px;
  max-height: 20px;
  margin-bottom: -4px;
}

.bl_infoBox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_infoBox .bl_infoBox__inner {
  margin: 0 auto 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
  width: 76.848%;
}
.bl_infoBox .bl_infoBox__inner p {
  letter-spacing: 0;
}
.bl_infoBox .bl_infoBox__inner strong {
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  font-size: 2.1rem;
}
.bl_infoBox .bl_infoBox__inner span {
  font-size: 1.4rem;
  display: block;
}
@media (min-width: 64.063em) {
  .bl_infoBox .bl_infoBox__inner {
    width: 47.6%;
  }
}
.bl_infoBox .bl_infoBox__inner .bl_infoBox__list {
  border-bottom: 1px solid #F4F2E3;
  margin-bottom: 24px;
}

/**/
.bl_productsList li {
  margin: 0 auto 20px;
  width: 77%;
}
@media (min-width: 64.063em) {
  .bl_productsList li {
    width: 48%;
  }
  .bl_productsList li:nth-child(odd) {
    margin-right: 10px;
  }
}
.bl_productsList li .bl_salesList_wrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 15px;
  position: relative;
}
.bl_productsList li a.bl_salesList_wrap:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.bl_productsList li .bl_salesList_thumb {
  width: 35.64%;
}
.bl_productsList li .bl_salesList_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  height: 100%;
  padding-top: 10px;
  padding-left: 10px;
  width: 64.36%;
}
.bl_productsList li .bl_salesList_ttl span {
  font-size: 1.2rem;
  display: block;
  padding-top: 10px;
}

.bl_productsList__plain {
  line-height: 2em;
  max-width: 300px;
  margin: 0 auto;
}
.bl_productsList__plain i {
  font-size: 1.2rem;
}
.bl_productsList__plain span {
  font-size: 1.2rem;
}

/*------------------------------
sales Area
------------------------------*/
/*------------------------------
contact Area
------------------------------*/
@media (min-width: 64.063em) {
  .ly_contact {
    margin: 75px auto 0;
  }
}

.un_contact__ttl {
  background: url(../../assets/img/bg_ttl__contact.png) no-repeat center top;
  background-size: 66.5px;
}
@media (min-width: 64.063em) {
  .un_contact__ttl {
    background: url(../../assets/img/bg_ttl__contact.png) no-repeat center top;
    /*    background: url(../../assets/img/bg_ttl__contact.png) no-repeat 270px top;*/
    background-size: 66.5px;
  }
}

/*--- form */
.ly_form {
  padding: 0 0 60px;
}

.bl_form__contactType {
  max-width: 187.5px;
  margin: 56px auto 53.5px;
}

.bl_form__inner {
  max-width: 326px;
  margin: 0 auto;
}
@media (min-width: 64.063em) {
  .bl_form__inner {
    max-width: 416px;
    padding: 24px 0 55px;
  }
}

.bl_form__inner input, .bl_form__inner textarea, .bl_form__inner select {
  border: 2px solid #532F2F;
  min-height: 40px;
  width: 100%;
}

.bl_form__kiyaku {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 36px;
  padding: 1em;
}

.bl_form__kiyakuList {
  font-size: 1.2rem;
  height: 150px;
  overflow: scroll;
}

.bl_form__name {
  font-size: 1.5rem;
  padding: 37px 0 5px;
}

input.send_confirm {
  border-radius: 4px;
  border: none;
  background: #532F2F;
  color: #F4F2E1;
  display: block;
  line-height: 1em;
  margin: 20px auto 50px;
  max-width: 188.32px;
  padding: 20px 25px;
}

.bl_form__inner input.doui {
  min-height: auto;
  width: auto;
}

.bl_form__inner input.goback {
  width: 30%;
  margin: 0 auto;
  display: block;
  color: #999;
  border: 1px solid #999;
  border-radius: 4px;
  margin-top: 10px;
}

/*//幅768px以上に適用されるCSS（タブレットサイズ以上）*/
@media screen and (min-width: 768px) {
  .flexbox .main .item {
    width: calc(33.33% - 20px);
  }
}
/*//幅1280px以上に適用されるCSS（PCサイズ以上）*/
@media screen and (min-width: 1280px) {
  /* twoculmn */
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .flexbox .main {
    width: 66.5%;
  }

  .flexbox .side {
    width: 29.17%;
  }
}
/* ANIMATION */
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.bl_cv_btn a {
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
  display: inline-block;
  margin: 0 auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-decoration: none;
  width: clamp( 120px, 15%, 200px );
  bottom: 30vw;
  position: absolute;
  right: 2vw;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .bl_cv_btn a {
    width: clamp( 200px, 15%, 240px );
    bottom: -4vw;
  }
}
.bl_cv_btn a img {
  width: 100%;
}

@-webkit-keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.bl_cv_s_btn a {
  -webkit-animation: anime1 0.5s ease 0s infinite alternate;
          animation: anime1 0.5s ease 0s infinite alternate;
  display: inline-block;
  margin: 0 auto;
  -webkit-transform-origin: center;
          transform-origin: center;
  text-decoration: none;
  width: clamp( 120px, 15%, 200px );
  top: -15vw;
  position: absolute;
  right: 2vw;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .bl_cv_s_btn a {
    width: clamp( 140px, 15%, 200px );
    top: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_cv_s_btn a {
    width: clamp( 140px, 15%, 200px );
    top: -140px;
  }
}
.bl_cv_s_btn a img {
  width: 100%;
}

@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*------------------------------
footer Area
------------------------------*/
/* access map */
.bl_map__wrap {
  background: url(../../assets/img/bg_map_sp.svg) no-repeat center top;
  background-size: 150%;
  padding-top: 10px;
}
@media (min-width: 64.063em) {
  .bl_map__wrap {
    background: none;
    margin-top: 125px;
    padding: 0;
  }
}

.bl_map__inner {
  background: #532F2F;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
@media (min-width: 64.063em) {
  .bl_map__inner {
    max-width: 515px;
    padding: 0 12px;
  }
}
.bl_map__inner iframe {
  height: 30vh;
  position: relative;
  z-index: 1;
}
@media (min-width: 64.063em) {
  .bl_map__inner iframe {
    border-radius: 20px 20px 0 0;
  }
}

@media (min-width: 64.063em) {
  .bl_map__inner:after {
    content: "";
    background: #532F2F;
    border-radius: 400% 400% 0 0;
    position: absolute;
    top: -125px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 515px;
    height: 260px;
  }
}

.ly_footer {
  background: #532F2F;
  bottom: 0;
  border-radius: 0 20px 0 0;
  color: #fff;
  font-family: "din-condensed", "游ゴシック体", "Yu Gothic", "YuGothic";
  left: 0;
  max-width: 384px;
  padding: 10px 20px 5px;
  position: absolute;
  z-index: 999;
}
.ly_footer a {
  display: inline-block;
}

.bl_footer_icon__thebase {
  padding: 0 20px 0 0;
}
.bl_footer_icon__thebase img {
  width: 33px;
}

.bl_footer_icon__insta {
  padding: 5px 20px 0 0;
}
.bl_footer_icon__insta img {
  width: 31px;
}

.bl_footer_icon__twitter {
  padding: 10px 20px 0 0;
}
.bl_footer_icon__twitter img {
  width: 34px;
}

.bl_footer_icon__mail {
  padding: 10px 0 3px 0;
}
.bl_footer_icon__mail img {
  width: 28px;
}

.el_footerCopyright {
  display: inline-block;
  padding: 12px 20px 10px 0;
}

.bl_footer_icon__fukidashi {
  position: absolute;
  top: -70px;
  width: 80px;
  right: 10px;
}

/*------------------------------
pagenation
------------------------------*/
a.page-numbers {
  border: 1px solid #532f2f;
  border-radius: 4px;
  margin: 0 5px;
  padding: 1px 5px;
  text-align: center;
}

span.page-numbers {
  background: #532f2f14 6;
  color: #532f2f;
  margin: 0 5px;
  padding: 2px 5px;
  text-align: center;
}

a.prev.page-numbers,
a.next.page-numbers {
  border: none;
  position: relative;
  font-size: 1.2rem;
  padding-top: 5px;
}

a.prev.page-numbers:before {
  position: absolute;
  content: "<";
  left: -10px;
}

a.next.page-numbers:before {
  position: absolute;
  content: ">";
  right: -10px;
}

/*------------------------------
spacing
------------------------------*/
.mrB40 {
  margin-bottom: 40px;
}

.mrB50 {
  margin-bottom: 50px;
}

.mrB60 {
  margin-bottom: 60px;
}

.mrB80 {
  margin-bottom: 80px;
}

.mrT50 {
  margin-top: 50px;
}

.mrT60 {
  margin-top: 60px;
}

.mrT80 {
  margin-top: 80px;
}

.pdB10 {
  padding-bottom: 10px;
}

.pdB20 {
  padding-bottom: 20px;
}

.pdB30 {
  padding-bottom: 30px;
}

.pdB40 {
  padding-bottom: 40px;
}

.pdB50 {
  padding-bottom: 50px;
}

.pdB60 {
  padding-bottom: 60px;
}

.pdB80 {
  padding-bottom: 80px;
}

.pdT10 {
  padding-top: 10px;
}

.pdT20 {
  padding-top: 20px;
}

.pdT40 {
  padding-top: 40px;
}

.pdT50 {
  padding-top: 50px;
}

.pdT60 {
  padding-top: 60px;
}

.pdT70 {
  padding-top: 70px;
}

.pdT80 {
  padding-top: 80px;
}

@media (max-width: 768px){
.scrolldown1{
  position: absolute;
  right: 2.5%;
  top: 5%;
  height: 160px;
  z-index: 999 !important;
}
}

@media (max-width: 768px){
  .scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 160px;
  background: #532F2F;
  animation: pathmove 1.8s ease-in-out infinite;
  opacity:0;
}
}

@media (max-width: 768px){
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height: 60px;
    opacity: 1;
  }
  100%{
    height:0;
    top: 400px;
    bottom: 0;
    opacity: 0;
  }
}
}

.add_topnews {
  margin-bottom: 40px;
  width: 500px;
  margin: 0 auto 0;
}

@media (max-width: 768px){
  .add_topnews{
    width: initial;
  }
}

.add_topnews .add_topnews_ul {
  display: block;
}

@media (min-width: 768px) {
  .add_topnews .add_topnews_ul {
    display: flex;
    justify-content: space-between;
  }
}

.add_topnews .add_topnews_ul .add_topnews_li {
  width: 238px;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

@media (max-width: 768px) {
  .add_topnews .add_topnews_ul .add_topnews_li {
    margin: 0 auto;
    margin-bottom: 16px;
  }
}

.add_topnews .add_topnews_ul .add_topnews_li a {
  color: #532F2F;
  padding-left: 22px;
  padding-top: 20px;
  height: 60px;
  width: 238px;
  border-radius: 8px;
  background: url(../../assets/img/icon_right_arrow.png) no-repeat;
  background-position: right 13px center;
  background-size: 19px;
  display: inline-block;
  min-height: 20px;
  font-weight: bold;
  font-size: 15px;
}

.add_topnews .add_topnews_ul .add_topnews_li:hover{
  background: #FFF146;
  transition: all 0.5s;
}

.add_topnews .add_topnews_ul .add_topnews_li a:hover{
  text-decoration: none;
}

