@charset "UTF-8";
/* CSS Document */
/*-------------------------------
共通
-------------------------------*/
html,
body {
  font-size: 14px;
  font-family: ryo-display-plusn, "Hiragino Mincho ProN", "serif";
  -webkit-print-color-adjust: exact;
  letter-spacing: 0.08rem;
  height: 100%;
}

@media screen and (max-width: 991px) {
  html,
  body {
    font-size: 14px;
  }
}
html {
  /*overflow-x: hidden;*/
  display: block;
  height: 100%;
  width: 100%;
}
body {
  position: relative;
  margin-top: 1px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
p {
  letter-spacing: 0.2rem;
  line-height: 180%;
}
.range10 {
  margin-top: 10px;
}
.range20 {
  margin-top: 20px;
}
.range30 {
  margin-top: 30px;
}
.range40 {
  margin-top: 40px;
}
.range50 {
  margin-top: 50px;
}
.range60 {
  margin-top: 60px;
}
.range70 {
  margin-top: 70px;
}
.range80 {
  margin-top: 80px;
}
.range90 {
  margin-top: 90px;
}
.range100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
  body {
    overflow-x: hidden;
  }
}
.gothic-font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*-------------------------------
ヘッダー PC
-------------------------------*/
.header-area {
  border-top: 20px solid #000;
}
.header-area .header-logo {
  margin-top: 40px;
  text-align: center;
}
.header-area .header-logo > img {
  height: 80px;
}
.header-main-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 0;
  font-weight: 500;
}
.header-main-nav li {
  list-style: none; /*padding: 0 30px;*/
}
.header-main-nav li > a {
  /*display: block;*/
  color: #333;
  letter-spacing: 0.05rem;
  font-size: 1.2rem;
}
/*-------------------------------
ヘッダー　SP
-------------------------------*/
#sp-header {
  padding: 10px 15px;
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
#sp-header .sp-header-logo {
  display: inline-block;
  margin-bottom: 0;
}
#sp-toggle-btn {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  top: 7px;
  z-index: 100;
  float: right;
}
#sp-toggle-btn .toggle-bar-area {
  position: relative;
}
#sp-toggle-btn .toggle-bar-area .toggle-bar {
  display: block;
  height: 3px;
  background: #000;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#sp-toggle-btn .toggle-bar-area .toggle-bar:nth-child(1) {
  top: 0px;
}
#sp-toggle-btn .toggle-bar-area .toggle-bar:nth-child(2) {
  top: 12px;
}
#sp-toggle-btn .toggle-bar-area .toggle-bar:nth-child(3) {
  top: 24px;
}
.open #sp-toggle-btn .toggle-bar-area .toggle-bar:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #sp-toggle-btn .toggle-bar-area .toggle-bar:nth-child(2) {
  width: 0;
  left: 50%;
}
.open #sp-toggle-btn .toggle-bar-area .toggle-bar:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#sp-header .sp-toggle-open {
  display: none;
  position: absolute;
  top: 63px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  left: 0;
  z-index: 1;
}
#sp-header .sp-toggle-open .sp-menu-list {
  display: block;
  margin: 0;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
#sp-header .sp-toggle-open .sp-menu-list > li {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-size: 1.1rem;
}
#sp-header .sp-toggle-open .sp-menu-list > li:last-child {
  border: none;
}
#sp-header .sp-toggle-open .sp-menu-list > li a {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 15px 0;
}
#sp-header .sp-toggle-open .sp-menu-list > li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  font-weight: 700;
  padding-right: 15px;
  color: #fff;
  font-size: 1.2rem;
}
/*-------------------------------
ヘッダー ショッピングカート用
-------------------------------*/
header .container {
  width: 1180px;
}

.shopping-cart-btn {
  padding: 10px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 1199px) {
  .header-main-nav {
    display: grid;
    grid-template-rows: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 1em 0;
  }
  header .container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .shopping-cart-btn {
    display: flex;
    margin: 10px;
    align-items: center;
    justify-content: center;
  }
  a.shopping-cart-btn {
    color: #000;
  }
}

/*-------------------------------
フッター
-------------------------------*/
.footer-area {
  color: #fff;
  background-color: #000;
  padding: 15px 0;
}
.footer-area > p {
  margin-bottom: 0;
}
footer .pagetop-btn-wrap {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -100px;
  right: 50px;
}
footer .pagetop-btn-wrap.fixed {
  position: fixed;
  bottom: 30px;
  top: auto;
}
footer .pagetop-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  footer {
    margin-bottom: 72px;
  }
}
/*-------------------------------
トップページ
-------------------------------*/
.main-lead-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.69rem;
  line-height: 50px;
  letter-spacing: 0;
  margin: 60px 0;
}
.main-lead-text > span {
  color: #e60044;
}
.contents-title {
  text-align: center;
  font-size: 1.8rem;
  line-height: 50px;
  letter-spacing: 0.1rem;
  margin: 0 0 30px;
}
#about-eran-vital .about-wrap {
  display: table;
}
#about-eran-vital .about-img {
  display: table-cell;
}
#about-eran-vital .about-text-area-l,
#about-eran-vital .about-text-area-r {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
#about-eran-vital .about-text-area-l {
  padding-left: 50px;
}
#about-eran-vital .about-text-area-r {
  padding-right: 50px;
}
#about-eran-vital .about-text-area-l .about-detail-title,
#about-eran-vital .about-text-area-r .about-detail-title {
  text-align: left;
  line-height: 50px;
  margin-bottom: 10px;
  letter-spacing: 0.01rem;
  font-weight: 600;
  font-size: 1.5rem;
  width: 100%;
}
.border-01 {
  border-top: 1px solid #333;
  margin: 10px 0 20px;
  width: 55%;
  text-align: left;
}
.border-02 {
  border-top: 1px solid #333;
  margin: 10px 0 20px;
  width: 47%;
  text-align: left;
}
#about-eran-vital .about-text-area-l .about-detail-text,
#about-eran-vital .about-text-area-r .about-detail-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
}
#about-eran-vital .about-text-area-r .about-detail-text > li {
  margin-bottom: 5px;
}
#about-eran-vital .about-text-area-r .about-detail-text > li:last-child {
  margin-bottom: 0px;
}
#about-eran-vital .about-text-area-l .about-detail-text .text-link,
#about-eran-vital .about-text-area-r .about-detail-text .text-link {
  display: block;
  color: #333;
  margin-top: 10px;
}
#about-eran-vital .about-text-area-l .about-detail-text .text-link :hover,
#about-eran-vital .about-text-area-r .about-detail-text .text-link :hover {
  border-bottom: 1px solid #333;
  display: inline-block;
}
#about-eran-vital .about-text-area-l .about-detail-text .text-link > i,
#about-eran-vital .about-text-area-r .about-detail-text .text-link > i {
  color: #333;
  margin-right: 10px;
}
.company-about-table > .row {
  border-bottom: 1px solid #333;
}
.company-about-table .company-about-title,
.company-about-table .company-about-text {
  padding: 30px 0 20px;
  font-size: 1.3rem;
}
.company-about-table .company-about-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-01 {
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #000;
  color: #fff !important;
  text-align: center;
  /*position: relative;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: none !important;
}
.btn-01 ::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  display: inline-block;
  font-weight: 700;
  padding-right: 15px;
  color: #fff;
}
.access {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: right;
  margin: 15px 0 60px 0;
  font-size: 1.1rem;
}
.access > a {
  color: #333;
}
.reason-wrap {
  /*font-family: ryo-gothic-plusn, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";*/
  /*  background: url(/themes/www.elan-v.jp/img/bg_reasons_02.png) no-repeat;*/
  background: url(/themes/www.elan-v.jp/img/bg_reasons.jpg) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  margin: 0 0 80px;
  padding: 3px;
}
.reason-wrap .inr {
  background-color: #fff;
  /*width: 90%;*/
  margin: auto;
  padding: 0 0 20px 0;
}
.reason-wrap .inr .reason-title {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  padding: 25px 0 15px;
  font-weight: 500;
}
.reason-wrap .inr .reason-text-area {
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  padding: 0 130px;
}
.reason-wrap .inr .reason-text-area .reason-number {
  background: #996623;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  padding: 3px 8px 0;
  margin-right: 20px;
}
.reason-wrap .inr .reason-text-area .reason-text {
  margin-bottom: 20px;
  /*display: inline-block;*/
  color: #996623;
}
.reason-wrap .inr .reason-text-area .reason-text > span {
  color: #333;
}
.main-lead-text-01 {
  font-family: ryo-gothic-plusn, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  font-size: 1.8rem;
  line-height: 170%;
  margin: 60px auto 40px auto;
  font-weight: 400;
}
.main-lead-text-01 .text-concept {
  font-weight: 500;
  margin-bottom: 20px;
}
.main-lead-text-01 .color-01 {
  color: #996623;
}
.main-lead-text-01 .text-recommend {
  padding: 20px 0 0 0;
}
/*.main-lead-text-01 .text-recommend::after {
    position: absolute;
    content: "";
    background: #996623;
	opacity: 0.5;
    width: 50px;
    height: 5px;
    top: 0;
    left: calc(50% - 25px) ;
}*/
.main-lead-text-01 .text-recommend ul {
  text-align: left;
  display: inline-block;
  /*font-size: 1.5rem;*/
  margin: 5px 0;
}
.main-lead-text-01 .text-recommend strong {
  font-weight: 500;
}
.main-lead-text-01 .text-recommend .title-recommend {
  font-weight: 500;
  color: #e40077;
  border-top: 4px rgba(228, 0, 119, 0.13) solid;
  border-bottom: 4px rgba(228, 0, 119, 0.13) solid;
  width: 50%;
  margin: 5px auto 10px auto;
}
@media screen and (min-width: 1200px) {
  .reason-wrap .inr .reason-text-area {
    padding-left: 150px;
  }
}
@media screen and (max-width: 991px) {
  .main-lead-text-01 {
    font-size: 1.6rem;
    margin: 40px auto 30px auto;
  }
  .reason-wrap {
    /*background-size: 695px auto;
    margin: 0px 10px 50px;
    padding-bottom: 15px;*/
  }
  .reason-wrap .inr .reason-title {
    font-size: 1.5rem;
    padding: 20px 0 10px;
    margin-bottom: 0;
  }
  .reason-wrap .inr .reason-text-area {
    font-size: 1.2rem;
    padding: 0 0 0 80px;
  }
  .reason-wrap .inr .reason-text-area .reason-number {
    margin-right: 15px;
    padding: 7px 0 7px 10px;
  }
  .reason-wrap .inr .reason-text-area .reason-text {
    margin-bottom: 13px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main-lead-text {
    font-size: 1.1rem;
    line-height: normal;
    margin: 30px 0 0;
    padding: 0 10px;
    letter-spacing: normal;
    font-weight: 600;
  }
  .contents-title {
    font-size: 1.3rem;
    line-height: 30px;
    margin: 10px 0;
  }
  .access {
    text-align: right;
    margin: 30px 0 0;
    font-size: 1rem;
    padding: 0 10px;
  }
  .reason-wrap {
    /*background: url(/themes/www.elan-v.jp/img/bg_reasons_sp_02.png) no-repeat;
	background-position: center;
	background-size: 355px auto;
	width: 355px;
height: 500px;
	margin: 30px 0;
	padding-top: 5px;*/
    background: none;
    border: 1px solid #895f11;
    width: auto;
    margin: 10px;
  }
  .reason-wrap .inr .reason-title {
    font-size: 1.3rem;
    padding: 20px 0 15px;
    margin-bottom: 0;
  }
  .reason-wrap .inr .reason-text-area {
    font-size: 1.1rem;
    letter-spacing: normal;
    padding-left: 40px;
    padding-right: 20px;
    /*text-align: center;*/
  }
  .reason-wrap .inr .reason-text-area .reason-number {
    width: 30px;
    height: 30px;
    padding: 5px;
    margin: 0 0 5px;
  }
  .reason-wrap .inr .reason-text-area .reason-text {
    margin-bottom: 0;
    /*display: block;*/
    line-height: 30px;
  }
  .main-lead-text-01 {
    font-size: 1.3rem;
    padding: 0 10px;
    margin: 30px auto 10px auto;
    line-height: 180%;
  }
  .main-lead-text-01 .color-01 {
    color: #996623;
    font-weight: 500;
  }
  .main-lead-text-01 .text-concept {
    font-weight: 400;
    margin-bottom: 5px;
  }
  .main-lead-text-01 .text-recommend .title-recommend {
    font-size: 1.5rem;
    margin: 0 auto 10px auto;
    width: 60%;
  }
  .main-lead-text-01 .text-recommend ul {
    margin-top: 0;
    font-size: 1.1rem;
  }
  #about-eran-vital .about-text-area-l,
  #about-eran-vital .about-text-area-r {
    padding: 25px 10px 0; /*display: unset;*/
  }
  #about-eran-vital .about-text-area-l .about-detail-title,
  #about-eran-vital .about-text-area-r .about-detail-title {
    /*padding: 0 10px;*/
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .border-01,
  .border-02 {
    margin: 10px 0 20px;
    width: 100%;
  }
  #about-eran-vital .about-text-area-l .about-detail-text,
  #about-eran-vital .about-text-area-r .about-detail-text {
    font-size: 1rem;
  }
  #about-eran-vital .about-img {
    padding: 0 10px;
  }
  #company .company-about-table {
    padding: 0 15px;
  }
  #company .company-about-table .company-about-title {
    padding: 10px 0 0;
    font-size: 1rem;
  }
  #company .company-about-table .company-about-text {
    padding: 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .main-lead-text-01 .text-recommend .title-recommend {
    margin: 0 auto 10px auto;
    width: 100%;
  }
}
/*-------------------------
トップページ動画
-------------------------*/
.youtube-video-wrap {
  position: relative;
  width: 100%;
  /*padding-top: 52.25%;*/
  padding-top: 56.55%;
}
.youtube-video-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------------
トップページ instagram
-------------------------------*/
#insta .insta-item {
  width: 80%;
}
#insta .insta-wrap {
  /*display: inline-block;*/
  width: 285px;
  height: 285px;
  float: left;
  background-position: center;
  background-size: cover;
}
/*#insta .insta-wrap img{
    width: 286px;
    height: 286px;
    float: left;
}*/
#insta .insta-box {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
#insta .insta-btn,
#insta .insta-btn-sp {
  height: 0;
}
#insta .insta-btn img {
  width: 570px;
  position: relative;
  bottom: 570px;
  left: 285px;
}
#insta .insta-btn-sp img {
  position: absolute;
  right: 4%;
  width: 64%;
}
@media screen and (max-width: 1199px) {
  /*#insta .insta-wrap img {
    width: 236px;
    }*/
  #insta .insta-btn img {
    width: 470px;
    bottom: 470px;
    left: 235px;
  }
  #insta .insta-wrap {
    width: 235px;
    height: 235px;
  }
}
@media screen and (max-width: 991px) {
  /*#insta .insta-wrap img {
        width: 181px;
    }*/
  #insta .insta-btn img {
    width: 360px;
    bottom: 360px;
    left: 180px;
  }
  #insta .insta-wrap {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  /*    #insta .insta-wrap img {
    width: 32.2%;
}*/
  #insta .insta-box {
    margin-left: 2%;
  }
  #insta .insta-wrap {
    width: 32%;
  }
  #insta .insta-btn img {
    width: 64%;
    bottom: 360px;
    left: 180px;
  }
}
/*-------------------------------
オンラインショップ
-------------------------------*/
#onlineshop .shop-title {
  font-size: 1.4rem;
  letter-spacing: 0.01rem;
  font-weight: 600;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin: 0 0 30px 15px;
}
#onlineshop .link-description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-align: right;
  margin-top: 30px;
  padding: 0 15px;
}
#onlineshop .link-description a {
  color: #333;
}
#onlineshop .link-description a i {
  margin-left: 10px;
}
#onlineshop .onlineshop-bnr {
  display: block;
  margin: 15px;
}
#onlineshop .shop-box-area {
  padding: 0 15px;
}
#onlineshop .shop-box-area .shop-box {
  border: 2px solid #d2d2d2;
  padding: 25px 15px 10px;
  margin: 0 5px;
  color: #333;
  text-align: center;
  display: block;
  height: 154px;
}
#onlineshop .shop-box .shop-logo {
  color: #333;
  text-align: center;
}
#onlineshop .shop-box > img {
  height: 45px;
}
#onlineshop .shop-box .logo-laviena {
  height: 60px;
}
#onlineshop .shop-box .shop-name {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0 0;
}
@media screen and (max-width: 767px) {
  #onlineshop .shop-title {
    font-size: 1.2rem;
    margin: 0 0 20px 10px;
  }
  #onlineshop .onlineshop-bnr {
    padding: 0 10px 10px;
  }
  #onlineshop .link-description {
    font-size: 1.1rem;
    margin-top: 0;
    text-align: left;
  }
  #onlineshop .shop-box-area {
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #onlineshop .shop-box-area .shop-box {
    padding: 15px 15px 10px;
    margin: 5px 0;
    height: 120px;
  }
  #onlineshop .shop-box > img {
    height: 35px;
  }
  #onlineshop .shop-box .logo-laviena {
    height: 45px;
  }
  #onlineshop .shop-box .shop-name {
    font-size: 1rem;
  }
  #onlineshop .onlineshop-bnr {
    margin: 0 0 5px 0;
  }
}
/*-------------------------------
わたしたちの想い
-------------------------------*/
.concept-wrap {
  background: #f5f5f5;
  padding: 50px 0;
}
.lead-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 1.3rem;
  line-height: 40px;
  letter-spacing: 0.1rem;
  margin: 10px 0 60px;
}
.concept-wrap .concept-detail-area {
  padding: 0 15px;
}
.concept-wrap .concept-detail-area .concept-detail-title {
  margin-top: 10px;
  letter-spacing: 0.01rem;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 0;
}
.concept-wrap .concept-detail-area .concept-detail-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .concept-wrap {
    background: #f5f5f5;
    padding: 10px 0;
  }
  .lead-text {
    font-size: 1.1rem;
    padding: 0 10px;
    letter-spacing: 0.1rem;
    line-height: 180%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .concept-wrap .concept-detail-area .concept-detail-title {
    font-size: 1.2rem;
    padding-left: 0;
  }
  .concept-wrap .concept-detail-area .concept-detail-text {
    font-size: 1rem;
    padding-left: 0;
  }
}
/*-------------------------------
原材料
-------------------------------*/
.material-area {
  padding: 0 10px;
}
.material-title {
  margin-top: 10px;
  letter-spacing: 0.01rem;
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 30px;
}
.material-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .material-title {
    font-size: 1.2rem;
    padding-left: 0;
  }
  .material-text {
    font-size: 1rem;
    padding-left: 0;
  }
}
.media-area {
  padding: 0 10px;
}
/*-------------------------------
メディア掲載
-------------------------------*/
.media-title {
  margin-top: 10px;
  letter-spacing: 0.01rem;
  font-weight: 600;
  font-size: 1.6rem;
  padding-left: 40px;
}
.media-title > span {
  letter-spacing: 0.01rem;
  font-weight: 600;
  font-size: 1.2rem;
  float: right;
}
.media-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  padding-left: 40px;
}
.media-text > a {
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  color: #333;
  text-decoration: underline;
}
.media-text > a > i {
  padding-right: 10px;
}
.btn-area {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .media-title {
    font-size: 1.2rem;
    /*width: 100%;*/
    padding-left: 15px;
    margin-top: 0;
  }
  .media-text {
    font-size: 1rem;
    padding-left: 15px;
  }
  .media-title > span {
    float: none;
  }
  .media-text > a {
    font-size: 1rem;
  }
  .btn-area {
    margin: 10px 0;
  }
}
/*-------------------------------
楽しみ方
-------------------------------*/
#enjoy .enjoy-contents-area {
  padding: 0 15px;
}
#enjoy .enjoy-box {
  padding: 20px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 10px #d6d6d6;
}
#enjoy .enjoy-inventor {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.2rem;
  margin: 15px 0 0;
  font-weight: bold;
  display: inline-block;
}
#enjoy .icon-human {
  display: inline-block;
  margin: 0 15px 15px 0;
}
#enjoy .icon-instagram {
  margin: 20px 0 0;
}
#enjoy .enjoy-tag {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*font-weight: bold;*/
  font-size: 1.1rem;
  line-height: 30px;
  letter-spacing: 0;
  display: inline-block;
  padding-top: 15px;
}
#enjoy .enjoy-tag .product-link {
  color: #003569;
  border-bottom: solid 2px #003569;
  padding-bottom: 5px;
  text-decoration: none !important;
}
#enjoy .enjoy-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
  font-size: 1.2rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #enjoy .enjoy-contents-area {
    padding: 0;
  }
  #enjoy .enjoy-box {
    padding: 10px;
  }
  #enjoy .enjoy-inventor {
    margin: 0;
    font-size: 1.1rem;
  }
  #enjoy .icon-human {
    margin: 0 10px 10px 0;
    width: 35px;
  }
  #enjoy .icon-instagram {
    margin: 15px 0 0;
    width: 80px;
  }
  #enjoy .enjoy-tag {
    margin-top: 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 30px;
  }
  #enjoy .enjoy-tag .product-link {
    border-bottom: solid 2px #003569;
    padding-bottom: 3px;
  }
  #enjoy .enjoy-text {
    font-size: 1rem;
    margin-top: 0;
  }
}
/*いいねボタン関係*/
.iineButton {
  border: none;
  background: #fff;
  display: inline-block;
  width: 44px;
  height: 36px;
  margin: 0 6px;
  position: relative;
  cursor: pointer;
  outline: none;
}
.iineButton > span.fav01 {
  display: block;
  width: 44px;
  height: 36px;
  background-image: url(/themes/www.elan-v.jp/_common/img/btn_heart_off.png);
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(1);
}
.iineButton > span.fav02 {
  display: block;
  width: 44px;
  height: 36px;
  background-image: url(/themes/www.elan-v.jp/_common/img/btn_heart_on.png);
  background-size: contain;
  position: absolute;
  top: -16px;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(0);
}
.iineButton.fav_on > span.fav01 {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(0);
}
.iineButton.fav_on > span.fav02 {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: scale(1);
}
.fav-btn-wrap {
  display: inline-block;
  padding-top: 20px;
  font-size: 1.3rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .iineButton {
    width: 33px;
    height: 27px;
    margin: 0 6px;
    float: left;
  }
  .iineButton > span.fav01 {
    width: 33px;
    height: 27px;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .iineButton > span.fav02 {
    width: 33px;
    height: 27px;
    bottom: 0;
    top: auto;
    left: 0;
  }
  .fav-btn-wrap {
    padding-top: 10px;
    font-size: 1.1rem;
  }
}
/*-------------------------------
新着情報
-------------------------------*/
#topics .topics-wrap {
  background-color: rgba(153, 102, 35, 0.1);
  padding: 10px 20px;
}
.topics-wrap {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.topics-wrap .topics-inner-wrap {
  display: block;
  width: 100%;
  border-bottom: dotted 1px #000;
  padding: 30px 0 30px 10px;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap {
  display: table;
  width: 100%;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .tag01,
.topics-wrap .topics-inner-wrap .topics-title-wrap .tag02 {
  display: table-cell;
  width: 12%;
  vertical-align: middle;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .tag01 span {
  color: #fff;
  background-color: #996623;
  padding: 7px 20px;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .tag02 span {
  color: #996623;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #996623;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .title {
  display: table-cell;
  vertical-align: middle;
  /*padding-left: 30px;*/
  font-size: 1.4rem;
  font-weight: bold;
}
.topics-wrap .topics-inner-wrap .topics-title-wrap .title a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}
.topics-wrap .topics-inner-wrap:last-child {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  #topics .topics-wrap {
    padding: 15px;
  }
  .topics-wrap .topics-inner-wrap {
    padding: 15px 0;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .tag01 span {
    padding: 6px;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .tag02 span {
    padding: 6px;
  }
}
@media (max-width: 767px) {
  .topics-wrap .topics-inner-wrap .topics-title-wrap .tag01,
  .topics-wrap .topics-inner-wrap .topics-title-wrap .tag02 {
    width: 25%;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .title {
    font-size: 1.1rem;
  }
  .topics-wrap .topics-inner-wrap .topics-title-wrap .title a {
    font-size: 1.1rem;
  }
}
/*記事の詳細*/
.article-wrap {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.article-wrap .article-inner-wrap {
  display: block;
  width: 100%;
  border-bottom: dotted 1px #000;
  padding: 30px 0;
}
.article-wrap .article-inner-wrap:last-child {
  border-bottom: none;
}
.article-wrap .article-inner-wrap .article-title-wrap {
  display: table;
  /*width: 100%; 20200407コメントアウト*/
}
.article-wrap .article-inner-wrap .article-title-wrap .tag01,
.article-wrap .article-inner-wrap .article-title-wrap .tag02 {
  display: table-cell;
  width: 12%;
  vertical-align: middle;
}
.article-wrap .article-inner-wrap .article-title-wrap .tag01 span {
  color: #fff;
  background-color: #996623;
  padding: 7px 20px;
}
.article-wrap .article-inner-wrap .article-title-wrap .tag02 span {
  color: #996623;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #996623;
}
.article-wrap .article-inner-wrap .article-title-wrap .article-title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px; /*20200407コメントアウト解除*/
  font-size: 1.4rem;
  font-weight: bold;
}
.article-wrap .article-inner-wrap .article-title-wrap .article-title a {
  color: #000;
}
.article-text-wrap {
  /*padding: 30px;*/
  padding: 30px 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 35px;
}
.article-text {
  padding-right: 30px;
  letter-spacing: 0.1rem;
  margin: 10px 0 20px;
}
.article-text-wrap .article-text a {
  color: #333;
  text-decoration: underline;
}
.article-text-wrap .article-text a i {
  padding-right: 10px;
}
.article-text-wrap .img-left {
  padding: 0 10px 10px 0;
  padding: 0;
}
.article-text-wrap .img-right {
  padding: 0 0 10px 10px;
  padding: 0;
}
/*.article-text-wrap img{
	padding-left: 30px;
}*/
@media (max-width: 991px) {
  .article-wrap .article-inner-wrap .article-title-wrap .tag01 span {
    padding: 6px;
  }
  .article-wrap .article-inner-wrap .article-title-wrap .tag02 span {
    padding: 6px;
  }
  .article-wrap {
    letter-spacing: 0;
  }
  .article-text-wrap {
    /*padding: 10px 15px;*/
    padding: 10px 15px;
    line-height: 30px;
  }
  .article-text {
    margin-top: 10px;
  }
  .article-text-wrap .img-left {
    padding: 0 0 5px 0;
  }
  .article-text-wrap .img-right {
    padding: 5px 0 0 0;
  }
  .article-text-wrap img {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .article-wrap {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .article-wrap .article-inner-wrap {
    padding: 50px 15px 20px 15px;
  }
  .article-wrap .article-inner-wrap .article-title-wrap .tag01,
  .article-wrap .article-inner-wrap .article-title-wrap .tag02 {
    width: 25%;
  }
  .article-wrap .article-inner-wrap .article-title-wrap .article-title {
    font-size: 1.1rem;
  }
  .article-text-wrap {
    /*padding: 10px 15px;*/
    font-size: 1rem; /*line-height: 30px;*/
  }
  .article-text {
    padding-right: 0;
  }
}
/*-------------------------------
店舗一覧
-------------------------------*/
#shop .online-shop-wrap {
}
#shop .online-shop-wrap .online-shop-box {
  border: solid 1px #cdcdcd;
  margin: 30px 2px 0;
  display: block;
  text-align: center;
  height: 150px;
  position: relative;
}
#shop .online-shop-wrap .online-shop-box .online-shop-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*width: 80%;*/ /*←オンラインショップが４つになった時に*/
  width: 50%;
}
#shop .shop-area-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: #996623;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 10px;
}
#shop .shop-wrap {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  border-bottom: solid 1px #cdcdcd;
  padding: 30px 0;
}
#shop .shop-wrap .shop-name {
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#shop .shop-wrap .shop-detail {
  padding-left: 30px;
}
#shop .shop-wrap .shop-detail .shop-address {
  letter-spacing: 0.1rem;
}
#shop .shop-wrap .shop-detail .phone i,
#shop .shop-wrap .shop-detail .time i {
  color: #996623;
  margin-right: 10px;
  font-size: 1.4rem;
}
#shop .shop-wrap .shop-detail .phone,
#shop .shop-wrap .shop-detail .time {
  letter-spacing: 0.1rem;
}
#shop .shop-wrap .shop-detail .time {
  margin-bottom: 0;
}
#shop .shop-wrap .shop-maplink {
  letter-spacing: 0.1rem;
  color: #333; /*position: relative;*/
}
/*#shop .shop-wrap .shop-maplink span{
	position: absolute;
	bottom: 0;
}*/
/*20200709　ふれあいサロン駐車場　追加　*/
#shop .parking {
  padding: 15px;
  border: 2px solid rgb(154, 101, 36);
  border-radius: 10px;
  width: 72%;
  float: right;
  margin: 20px 0 0;
}
#shop .parking p {
  margin: 0;
  font-size: 90%;
  letter-spacing: 1px;
}
#shop .parking i {
  margin: 0 4px 0 0;
  color: #996623;
}
#shop .parking iframe {
  width: 100%;
  height: 260px;
  margin: 10px 0;
}
#shop .shop-wrap .shop-maplink i {
  margin-left: 10px;
}
@media (max-width: 991px) {
  #shop .online-shop-wrap .online-shop-box {
    margin: 10px 5px 0;
    height: 200px;
  }
  #shop .shop-wrap .shop-detail {
    padding-left: 0;
  }
  #shop .shop-wrap .shop-detail .time {
    margin-bottom: 10px;
  }
  #shop .parking {
    padding: 10px 15px;
    width: 100%;
    float: left;
  }
}
@media (max-width: 767px) {
  #shop .online-shop-wrap {
    padding: 15px;
  }
  #shop .online-shop-wrap .online-shop-box {
    margin: 10px 5px 0;
    height: 140px;
  }
  #shop .online-shop-wrap .online-shop-box .online-shop-logo {
    width: 90%;
  }
  #shop .shop-area-name {
    font-size: 1.3rem;
    padding: 10px 15px;
    border-radius: 0;
  }
  #shop .shop-wrap {
    font-size: 1rem;
    padding: 20px 15px;
  }
  #shop .shop-wrap .shop-name {
    font-size: 1.2rem;
  }
  #shop .shop-wrap .shop-detail .phone i,
  #shop .shop-wrap .shop-detail .time i {
    font-size: 1.2rem;
  }
  #shop .parking iframe {
    width: 260px;
    height: 260px;
  }
}
/*------------------------------------------------------------------------------
2019/02　楽しみ方　一般投稿関連追記
------------------------------------------------------------------------------*/
.form-border {
  border-bottom: solid 1px #bebebe;
  margin-bottom: 40px;
}
.form-text {
  font-weight: bold;
  font-size: 1.2rem;
}
.input-btn01 {
  display: block;
  text-align: center;
  border: none;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 15px;
  margin: 15px 0;
}
.necessary {
  color: red;
}
input,
textarea {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
2025/12　楽しみ方　formrun移行　追加
------------------------------------------------------------------------------*/
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-text-wrap {
  display: block;
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px 50px;
  font-size: 1rem;
  line-height: 2em;
}
.used-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 767px) {
  #enjoy-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  #enjoy-form .lead-text {
    padding: 0;
  }
  #enjoy-form ul {
    padding-inline-start: 15px;
  }
  .post-text-wrap {
    padding: 20px;
  }
  .used-products {
    grid-template-columns: 1fr;
  }
}
/*------------------------------------------------------------------------------
201904 ランキング表示
------------------------------------------------------------------------------*/
#ranking .ranking-wrap {
  background-color: rgba(153, 102, 35, 0.1);
  padding: 50px 0;
}
#ranking .ranking-wrap .ranking-inner {
  display: flex;
}
#ranking .ranking-first div {
  display: inline-flex;
  text-align: left;
}
#ranking .ranking-first div p {
  display: inline-flex;
  font-feature-settings: "palt" 1;
}
#ranking .ranking-first div p a {
  padding: 0 0 0 0.5em;
}
#ranking .ranking-wrap .ranking-inner .ranking-l,
#ranking .ranking-wrap .ranking-inner .ranking-r {
  flex: 1 1 50%;
}
#ranking .ranking-wrap .ranking-inner .ranking-l {
  margin-right: 50px;
}
#ranking .ranking-wrap .ranking-inner .ranking-r {
  margin-left: 50px;
}
#ranking .ranking-wrap .ranking-inner .ranking-title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #996623;
  border-radius: 15px;
  padding: 10px;
  height: 100px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  color: #fff;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0;
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first i,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first i {
  color: #faba00;
  font-weight: 600;
  font-size: 2.3rem;
  position: relative;
  top: 2px;
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first span,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first span {
  font-size: 2.5rem;
  position: relative;
  top: -2px;
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first a,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first a,
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-second a,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-second a {
  color: #333;
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first img,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first img {
  width: 300px;
  display: block;
  margin: 20px auto;
  /*<//20221107小田変更　黒ごま・はちみつ ｗｉｔｈ ７０％チョコ＆落花生対策　*/
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-second,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-second {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  /*text-align: center;*/
  padding-bottom: 15px;
  margin: 0 auto;
  width: 320px;
  font-feature-settings: "palt" 1; /*<//20211018小田変更　黒ごま・はちみつ ｗｉｔｈ ７０％チョコ＆落花生対策　期間限定*/
}
#ranking .ranking-wrap .ranking-inner .ranking-l .ranking-second span,
#ranking .ranking-wrap .ranking-inner .ranking-r .ranking-second span {
  font-size: 2.1rem;
}
#ranking .ranking-wrap .ranking-inner .ranking-l .comment,
#ranking .ranking-wrap .ranking-inner .ranking-r .comment {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  margin-top: 30px;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  #ranking .ranking-wrap .ranking-inner {
    display: contents;
    flex-wrap: wrap;
  }
  #ranking .ranking-first div {
    display: contents;
  }
}
@media (max-width: 767px) {
  #ranking .ranking-wrap {
    padding: 30px 10px 0;
  }

  #ranking .ranking-wrap .ranking-inner .ranking-l,
  #ranking .ranking-wrap .ranking-inner .ranking-r {
    flex-wrap: wrap;
    /*flex: 1;*/
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l {
    margin-right: 0;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-r {
    margin-left: 0;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-title {
    padding: 10px;
    height: 70px;
    font-size: 1.3rem;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first i,
  #ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first i {
    font-size: 2rem;
    /*padding-right: 10px;*/
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first,
  #ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first {
    font-size: 1.3rem;
    margin: 20px 0;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first span,
  #ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first span {
    font-size: 1.8rem;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .ranking-first img,
  #ranking .ranking-wrap .ranking-inner .ranking-r .ranking-first img {
    width: 320px;
    margin-top: 15px;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .ranking-second,
  #ranking .ranking-wrap .ranking-inner .ranking-r .ranking-second {
    font-size: 1.1rem;
    padding-bottom: 10px;
    margin: 0 auto;
    width: 320px;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .ranking-second span,
  #ranking .ranking-wrap .ranking-inner .ranking-r .ranking-second span {
    font-size: 1.5rem;
  }
  #ranking .ranking-wrap .ranking-inner .ranking-l .comment,
  #ranking .ranking-wrap .ranking-inner .ranking-r .comment {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 30px;
    margin-bottom: 50px;
  }
}
/*------------------------------------------------------------------------------
20190528 メインビジュアル下に新着情報を掲載
------------------------------------------------------------------------------*/
.main-topics {
  background-color: rgba(153, 102, 35, 0.1);
  padding: 10px 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-topics .topics-inner-wrap {
  display: block;
  width: 100%;
  padding: 20px 10px;
}
.main-topics .topics-inner-wrap .topics-title-wrap {
  display: table;
  /*width: 100%;　20200417小田コメントアウト*/
}
/*.main-topics .topics-inner-wrap:first-child {
    border-bottom: dotted 1px #000; 20200417小田追記
}*/
.main-topics .topics-inner-wrap .topics-title-wrap .tag01,
.main-topics .topics-inner-wrap .topics-title-wrap .tag02 {
  display: table-cell;
  width: 12%;
  vertical-align: top;
}
.main-topics .topics-inner-wrap .topics-title-wrap .tag01 span {
  color: #fff;
  background-color: #996623;
  padding: 7px 20px;
}
.main-topics .topics-inner-wrap .topics-title-wrap .tag02 span {
  color: #996623;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #996623;
}
.main-topics .topics-inner-wrap .topics-title-wrap .title {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  /*width: 70%; 20200417小田コメントアウト**/
  line-height: 30px;
}
.main-topics .topics-inner-wrap .topics-title-wrap .link {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
  width: inherit; /*20200410小田追記*/
}
.main-topics .topics-inner-wrap .topics-title-wrap .title a,
.main-topics .topics-inner-wrap .topics-title-wrap .link a {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  padding-left: 20px; /*20200410小田追記*/
}
.main-topics .topics-inner-wrap .topics-title-wrap .link a i {
  margin-left: 10px;
}
@media screen and (max-width: 1199px) {
  .main-topics {
    padding: 0 15px;
  }
  .main-topics .topics-inner-wrap {
    padding: 15px 0;
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .tag01,
  .main-topics .topics-inner-wrap .topics-title-wrap .tag02 {
    width: 15%;
    vertical-align: middle;
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .tag01 span {
    padding: 6px;
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .tag02 span {
    padding: 6px;
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .title {
    /*width: 100%;　20200410小田追記*/
    /*width: 60%;　20200417小田コメントアウト*/
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .title a,
  .main-topics .topics-inner-wrap .topics-title-wrap .link a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .main-topics .topics-inner-wrap {
    border-bottom: dotted 1px #000;
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .title {
    width: 100%;
    padding-left: 10px; /*20200417小田追記*/
  }
  .main-topics .topics-inner-wrap .topics-title-wrap .title a,
  .main-topics .topics-inner-wrap .topics-title-wrap .link a {
    padding-left: 0px; /*20200417小田追記*/
  }
}
/*------------------------------------------------------------------------------
20200406 新着情報のタグ
------------------------------------------------------------------------------*/
.topics-tag {
  display: inline-block;
  position: relative;
  letter-spacing: 0;
}
.topics-tag.news {
  color: #fff;
  background-color: #996623;
  padding: 7px 20px;
  white-space: nowrap;
}
.topics-tag.news::before {
  content: "お知らせ";
}
.topics-tag.media {
  color: #996623;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #996623;
  white-space: nowrap;
}
.topics-tag.media::before {
  content: "メディア";
}
.topics-tag.store {
  color: #996623;
  background-color: #fff;
  padding: 7px 20px;
  border: 1px solid #996623;
  white-space: nowrap;
}
.topics-tag.store::before {
  content: "出店情報";
}
.topics-tag.item {
  color: #fff;
  background-color: #996623;
  padding: 7px 20px;
  white-space: nowrap;
}
.topics-tag.item::before {
  content: "商品情報";
}
@media (max-width: 767px) {
  .topics-tag.news {
    padding: 6px;
    width: max-content;
  }
  .topics-tag.media {
    padding: 6px;
    width: max-content;
  }
  .topics-tag.store {
    padding: 6px;
    width: max-content;
  }
  .topics-tag.item {
    padding: 6px;
    width: max-content;
  }
}
.acms-pager.pager li.cur span,
.acms-pager.pager li.cur button {
  background-color: #996623;
  border: 1px solid #996623;
  color: #fff;
  text-decoration: none;
}
.acms-pager.pager li span > a,
.acms-pager.pager li > a,
.acms-pager.pager li > button {
  border: 1px solid #996623;
  background-color: #fff;
  color: #996623;
}
.last-topics:last-child {
  display: none;
  visibility: hidden;
}
.last-topics:hover {
  color: forestgreen;
  visibility: hidden;
}
/*------------------------------------------------------------------------------
20200625 フォトコンテスト
------------------------------------------------------------------------------*/
#contest .title {
  text-align: center;
  padding: 40px 0;
}
#contest .title.bg {
  background: linear-gradient(#edd188, #fff);
}
#contest .title.bg img {
  width: 52%;
}
#contest .contest-main-img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #contest .contest-main-img {
    width: 70%;
  }
}
#contest h2.contest-area-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: #996623;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  margin: 50px 0;
}
#contest p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  /*line-height: 1.2rem;*/
  text-align: center;
}
#contest .container h2 .contest-area-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background-color: #996623;
  font-weight: bold;
  padding: 15px;
  margin-bottom: 0;
  border-radius: 10px;
  text-align: center;
}
#contest p.contest-title {
  font-size: 25px !important;
  margin: 0;
}
#contest .award {
  margin-bottom: 15px;
}
#contest .award .postion {
  text-align: left;
}
#contest .award .number {
  background-color: #03b8df;
  color: #fff;
  font-size: 25px !important;
  width: 125px;
  margin: 20px 0 0;
}
#contest .award .set {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 2.2rem;
  margin-bottom: 30px;
}
#contest .award .award-box {
  height: 160px;
  display: table;
}
#contest .award .award-box div {
  display: block;
  vertical-align: middle;
  text-align: left;
}
#contest .award .set span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0 0;
}
#contest .post-area {
  background: #f5efe8;
  padding: 30px;
}
#contest .post-area-bg {
  background-color: #fff;
  /*padding: 10px;*/
  height: 160px;
  display: table;
}
#contest .post-area .post-area-bg .text {
  vertical-align: middle;
  display: table-cell;
  height: auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px !important;
  text-align: left;
}
#contest .post-area-bg .number {
  font-size: 50px;
  font-family: "Folk Regular";
  border-radius: 100%;
  padding: 4px 11px;
  border: solid 4px rgba(241, 157, 181, 1);
  color: rgba(241, 157, 181, 1);
}
#contest .post-area-bg span.post-color {
  color: #03b8df;
}
#contest .contest-title span.week {
  border-radius: 100%;
  background-color: #fabe00;
  padding: 3px 3px 3px 5px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
}
#contest .contest-text {
  font-size: 18px;
}
#contest .contest-text span {
  font-size: 18px;
}
#contest img.post-img {
  padding: 0 0 0 5px;
}
#contest img.post-img.qr {
  width: 198px;
}
#contest .post-note {
  font-size: 20px !important;
  line-height: 2em;
  margin: 30px 0 10px;
  text-align: left !important;
  font-weight: bold;
}
#contest ul.winning li {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 3rem;
}
#contest img.insta {
  width: 24% !important;
}
#contest .img-position {
  text-align: start;
}
#contest .box26 {
  position: relative;
  margin: 2em 0;
  padding: 1em;
  border: solid 3px #996623;
  border-radius: 8px;
}
#contest .box26 .box-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: #fff;
  color: #996623;
  font-weight: bold;
}
#contest .box26 p {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1199px) {
  #contest img.post-img {
    position: unset;
    margin: 10px 0 15px;
    width: 50px;
  }
  #contest img.post-img.qr {
    position: unset;
    margin: 20px 0 !important;
  }
  /* .post-area-bg {
    padding: 10px;
  }*/
  #contest .post-area .post-area-bg .text {
    vertical-align: middle;
    display: table-cell;
    font-size: 18px !important;
    text-align: left;
  }
  #contest .award .award-box div {
    display: table-cell;
    vertical-align: middle;
  }
  #contest .award .set span {
    display: block;
    font-size: 15px;
    margin: 4px 0 0;
  }
  #contest .award .number {
    font-size: 18px !important;
  }
  #contest .post-note {
    line-height: 23px;
    margin: 20px 0 10px;
    text-align: left !important;
  }
  #contest ul.winning li {
    font-size: 17px;
    line-height: 2.2rem;
    margin: 15px 15px 0 0;
  }
  #contest .title.bg img {
    width: 57%;
    padding: 0 10px;
  }
  #contest h2.contest-area-name {
    margin: 30px 0;
  }
  #contest .award img {
    margin: 0 auto 15px;
  }
  #contest .award .postion {
    text-align: center;
  }
  #contest img.post-img.qr {
    width: 168px;
  }
}
@media screen and (max-width: 991px) {
  #contest .award .number {
    margin: 10px auto;
  }
  #contest .award .award-box {
    height: 30px;
  }
  #contest .img-position {
    text-align: center;
  }
  #contest .award .award-box div {
    text-align: center;
  }
  #contest .post-area .post-area-bg .text {
    text-align: center;
  }
  #contest .post-area-bg {
    height: 0;
  }
  #contest img.post-img.qr {
    width: 198px;
  }
}
@media screen and (max-width: 767px) {
  #contest h2.contest-area-name {
    font-size: 18px;
    padding: 10px;
    margin: 30px 10px;
  }
  #contest p.contest-title {
    font-size: 18px !important;
    margin-left: 1em;
    text-indent: -1em;
  }
  #contest .contest-text span {
    font-size: 15px;
    margin: 10px;
  }
  #contest .award .set {
    font-size: 18px;
  }
  #contest .post-area {
    padding: 10px;
  }
  #contest .title.bg img {
    width: 73%;
  }
  #contest img.insta {
    width: 30% !important;
  }
  #contest .box26 {
    margin: 2em 0.5em;
  }
  #contest .post-note {
    font-size: 16px !important;
    font-weight: bold;
  }
}
@media screen and (max-width: 414px) {
  #contest img.post-img {
    width: 38px;
  }
  #contest img.insta {
    width: 54% !important;
  }
  #contest .title.bg img {
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
201908 FAX注文 (20220329　小田更新　)
------------------------------------------------------------------------------*/
#fax p {
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}
#fax .bg-white {
  background-color: #fff;
  padding: 0 20px;
}
#fax .bg-brown {
  background-color: #f5efe8;
  padding: 0 20px 40px;
}
#fax .bg-gray {
  background-color: #f5f5f5;
  padding: 30px 0;
}
#fax .flow-wrap {
  /*padding-left: 0;*/
}
#fax .flow-wrap .flow-title {
  list-style: none;
  font-size: 1.5rem;
  border-bottom: solid 0.8px #333;
  line-height: initial;
  margin: 0 0 25px 0;
  padding: 0 0 10px 0;
}
#fax .flow-wrap .flow-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  font-size: 1.142rem;
  line-height: 2.25;
  padding: 0 0 0 35px;
}
#fax .flow-wrap .flow-text > a {
  /*padding: 0 15px;  */
  color: #333;
  /*text-decoration: underline;*/
  font-weight: bold;
  font-size: 1.285rem;
}
#fax .flow-text > ul {
  padding: 0 0 0 1em;
  margin: 0;
}
#fax .product-img {
  padding: 0 12.5px;
  margin-bottom: 25px;
}
#fax .flavor-name {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.285rem;
  line-height: 1.667;
  font-weight: bold;
  text-align: center;
  margin: 15px 0;
}
#fax .flavor-price {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.142rem;
  line-height: 1.875;
  text-align: center;
  margin-bottom: 5px;
}
#fax .bg-gray .container {
  padding: 0 20px;
}
#fax .delivery-title {
  text-align: center;
  font-size: 1.857rem;
  line-height: 2.692;
  margin: 0 0 30px;
}
#fax .delivery-text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.285rem;
  line-height: 2.222;
}
#fax .delivery-text.bold {
  font-weight: bold;
  padding: 0 0 0 35px;
}
#fax .delivery-text ul {
  margin: 0;
  padding: 0 0 0 1em;
}
#fax .delivery-text ul li.none {
  list-style: none;
}
@media (max-width: 767px) {
  #fax .bg-white {
    padding: 0 15px;
  }
  #fax .bg-brown {
    padding: 0 15px 25px;
  }
  #fax .bg-gray {
    padding: 20px 10px;
  }
  #fax .flow-wrap .flow-title {
    font-size: 1.142rem;
    line-height: 1.875;
    margin-top: 10px;
  }
  #fax .flow-wrap .flow-text {
    list-style: none;
    font-size: 1rem;
    padding: 0;
    margin-top: 15px;
    line-height: 2.143;
  }
  #fax .flow-wrap .flow-text > a {
    font-size: 1.142rem;
  }
  #fax .product-img {
    padding: 0 5px;
  }
  #fax .product-img:nth-child(n + 21) {
    padding: 0 5px;
    margin-bottom: 0;
  }
  #fax .flavor-name {
    font-size: 1rem;
    margin: 10px 0 5px;
    letter-spacing: normal;
  }
  #fax .flavor-price {
    font-size: 1rem;
    letter-spacing: normal;
  }
  #fax .bg-gray .container {
    padding: 0;
  }
  #fax .delivery-text {
    font-size: 1.071rem;
    line-height: 2.143;
  }
  #fax .delivery-text.bold {
    padding: 0;
  }
  #fax .delivery-title {
    font-size: 1.285rem;
    /*line-height: 3.889;*/
    margin: 0;
  }
}
/*------------------------------------------------------------------------------
ギフト対応
------------------------------------------------------------------------------*/
.gift .container {
  padding: 30px 0;
}
.text-gift-01 {
  color: #996623;
  border-bottom: 1px solid #996623;
  display: inline-block;
  padding: 0 10px 20px 10px;
  margin-bottom: 30px;
}
.text-gift-02 {
  font-family: ryo-gothic-plusn, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}
.text-gift-03 {
  font-family: ryo-gothic-plusn, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.box-gift-01 {
  padding: 10px;
}
.text-gift-04 {
  font-size: 21px;
  color: #996623;
  margin: 15px 0 20px;
}
@media screen and (max-width: 991px) {
  .text-gift-04 {
    height: 4.7rem;
    line-height: 160%;
  }
}
@media screen and (max-width: 767px) {
  .gift .container {
    padding: 50px 15px 0 15px;
  }
  .text-gift-04 {
    margin: 10px 0 10px;
    height: auto;
  }
}
/*2020.03.18　ぐるめらんど出店用style追加*/
.event-lead {
  font-family: ryo-gothic-plusn, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 1.285rem;
  line-height: 2;
  letter-spacing: 0em;
  margin: 30px 0;
  text-align: center;
}
.event-lead a {
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .event-lead {
    font-size: 1.142rem;
    margin: 20px 0;
  }
  .event-img {
    padding: 0 10px;
  }
}
/*2022.04.011　システムメンテナンス告知用style追加*/
.notice {
  font-family: ryo-gothic-plusn, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.7;
  font-size: 1.142rem;
  border: solid 3px red;
  padding: 30px;
  text-align: center;
  margin: 60px auto;
}
.notice-title {
  font-size: 2.142rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
.notice-text {
  text-align: left;
}
.notice-date {
  margin: 30px auto 30px;
  font-size: 1.428rem;
}
.notice-day {
  font-weight: bold;
}
/* 20220413 会員ログインのお知らせページ style追加 */
.notice-title-big {
  /*font-size: 30px;*/
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 0;
}
.notice-title-small {
  font-size: 18px;
  text-align: left;
}
.notice-title-middle {
  font-size: 25px;
  font-weight: bold;
}
.url {
  margin: 10px auto 0;
  text-align: left;
}
.url a {
  word-break: break-all;
  font-weight: bold;
}
.sub-text {
  font-size: 15px;
  text-align: left;
}
.border {
  border: solid 1px #dcdcdc;
  width: 90%;
  margin: auto;
}
.notice-img-wrap img {
  width: 90%;
  margin: 50px auto 30px;
  border: solid 1px #cacaca;
}
@media screen and (max-width: 767px) {
  .notice {
    margin: 0 15px 50px 15px;
    font-size: 1rem;
    padding: 20px;
  }
  .notice-title {
    font-size: 1.642rem;
  }
  .notice-date {
    font-size: 1.285rem;
  }
  /* 20220413 会員ログインのお知らせページ style追加 */
  .notice-title-big {
    /*font-size: 20px;*/
    font-size: 1.285rem;
    letter-spacing: 0;
  }
  .notice-title-small {
    font-size: 14px;
  }
  .notice-title-middle {
    font-size: 16px;
  }
  .sub-text {
    font-size: 13px;
  }
  .notice-img-wrap img {
    margin: 30px auto 10px;
    width: 100%;
  }
}
/*20220831　開催レポート用style追加*/
#report p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #report p {
    font-size: 1rem;
    margin: 20px 0;
  }
}

/*20231106　お客様の声追加　掲載位置が上下で別れる為、idでなくclassで設定*/

.voice .voice-wrap {
  display: grid;
  grid-template-columns: 13% 33% 8% 13% 33%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.0714285714286rem;
}
.voice .media-main-text {
  display: block;
  position: relative;
  padding: 15px 25px;
  background-color: #f0efe8;
  margin: 10px 0 10px 40px;
  border-radius: 12px;
  letter-spacing: 0;
  text-align: left;
}
.voice .media-main-text::before {
  display: block;
  content: "◀︎";
  font-size: 27px;
  width: 20px;
  height: 20px;
  color: #f0efe8;
  position: absolute;
  top: 25%;
  left: -20px;
}

.voice img {
  text-align: left;
  width: 150px;
}
.voice p {
  text-align: center;
}
.voice figure figcaption {
  text-align: center;
  width: 150px;
  margin: 15px 0 80px;
  font-weight: bold;
  color: #996623;
}

@media screen and (max-width: 1199px) {
  .voice .voice-wrap {
    grid-template-columns: 100%;
  }
  .voice .media-main-text {
    padding: 25px 15px;
    margin: 40px 30px 80px;
  }
  .voice .media-main-text::before {
    content: "▲";
    font-size: 50px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    left: 20%;
    transform: rotate(26deg) scale(1.3, 1.3);
  }
  .voice figure {
    text-align: center;
  }
  .voice figure figcaption {
    width: 100%;
    margin: 15px 0 0;
  }
}

/*202407　SP　フッター追従型メニュー（ショップ・カート）　style追加*/
.floating-menu-area .floating-item {
  position: relative;
  text-align: center;
  padding: 45px 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1em;
  color: #333;
  font-family: source-han-sans-japanese, "Noto Sans Japanese", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 0.857rem;
  display: block;
  width: 100%;
  height: 65px;
}

.floating-menu-area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.floating-menu-area ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.floating-menu-area li {
  justify-content: center;
  align-items: center;
  /*width: 50%;*/
  padding: 0;
  margin: 0 2px;
  font-size: 14px;
  box-shadow: 0 0 5px #aaa;
}

.floating-menu-area ul .left-btn {
  width: 65%;
}

.floating-menu-area ul .right-btn {
  width: 35%;
}

.floating-item::before {
  font-family: "font Awesome 5 free";
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  top: 15px;
}
.floating-l-item::before {
  content: "\f54f";
  left: 45%;
}
.floating-r-item::before {
  content: "\f07a";
  left: 40%;
}
/*.floating-menu-area .floating-l-item::after {
    content: "";
    display: block;
    width: 0.8px;
    height: 60px;
    top: 8px;
    right: 0;
    position: absolute;
    background-color: #A0A0A0;
    }*/
